/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

:root {
	--heading-font: "Figtree", sans-serif;
	--highlight-font: "Allison", cursive;
	--body-font: "DM Sans", sans-serif;
	--ancient-color: #424141;
	--primary-color: #00A0E3;
	--body-font-color: #768380;
	--icon-bg-highlight-color: #F8F3E7;
	--highlight-color: #D6A206;
	--secondary-highlight-color: #FD853E;
	--dark-bg: #122F2A;
      --light-bg: #F6F8FA;
          --dark-text: #161D1B;
	--white-color: #ffffff;
	--small-box-bg-color: #F7F7F7;
}
.carousel-slide-item {
    position: relative;
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-content.text-white {
    z-index: 11111;
    position: relative;
    left: 21px;
}
.carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 78%) 35%, rgba(0, 0, 0, 0) 100%);
}
.carousel-content h2 {
    font-size: 54px;
    font-weight: 700;
    z-index: 111111111;
    text-shadow: 1px 1px #ffffff;
    line-height: 59px;
    color: #479edd;
}

.carousel-content p{
	font-size:20px;
	margin:0;
}
@media(max-width:768px){
	.carousel-content h2 {
    font-size: 21px !important;
    line-height: 30px !important;
}
	.carousel-content p {
    color: #fff !important;
    text-shadow: 1px 0 black !important;
    width: 77% !important;
    margin: 3px 0 15px 0 !important;
    font-size: 12px !important;
}
	.subtitle-tag {
    margin-bottom: 6px !important;
		font-size:8px !important;
}
	.carousel-slide-item{ height:350px; }
	.carousel-content p{ font-size:16px; }
}
/* Global button css */
.global_btn {
	font-size: 14px;
	font-weight: 600;
	border: none;
	background-color: var(--primary-color);
	padding: 15px 24px 15px 24px;
	display: inline-block;
	align-items: center;
	border-radius: 99px;
	position: relative;
	transition: all .5s cubic-bezier(.77, 0, .175, 1);

	.text {
		color: var(--white-color);
		line-height: 1;
		position: relative;
		z-index: 5;
		margin-right: 32px;
	}

	svg {
		display: inline-block;
		position: relative;
		z-index: 5;
		transform: rotate(0deg) translateX(0);
		transform-origin: left;
		transition: all .5s cubic-bezier(.77, 0, .175, 1);
	}

	&::before {
		content: '';
		background-color: var(--ancient-color);
		width: 32px;
		height: 32px;
		display: block;
		position: absolute;
		z-index: 1;
		border-radius: 99px;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		transition: all .5s cubic-bezier(.77, 0, .175, 1);
	}

	&.light {
		background-color: var(--ancient-color);

		&::before {
			background-color: var(--primary-color);
		}

	}
}

.global_btn:hover {

	svg {
		transform: rotate(45deg) translateX(-8px);
	}

	&::before {
		content: '';
		width: 100%;
		height: 100%;
		right: 0;
	}
}
a {
  text-decoration: none;
}

.subtitle-tag {
    display: inline-block;
    background-color: var(--light-bg);
    color: var(--dark-text);
    padding: 6px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.img-fluid.plant-image,
.nutri-image {
	max-height: 400px;
	object-fit: cover;
	width: 100%
}

.icon-circle,
.product-card {
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08)
}

.btn-learn,
.footer-bottom a,
.footer-section a,
.header-btn,
.quick-links li a {
	text-decoration: none
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 15px;
	color: var(--body-font-color);
	font-family: var(--body-font);
  background: var(--white-color);
}

.section-title {
    font-family: var(--heading-font);
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.1;
    color: var(--dark-text);
}

.container-fluid {
	max-width: 95%
}

section {
	padding: 60px 0;
}
@media(max-width:767px){
  section {
	overflow: hidden;
	padding: 40px 0;
}
.section-title {
    font-size: 2.4rem;
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--ancient-color);
	font-size: 62px;
	font-family: var(--heading-font);
	line-height: 1
}

.highlight {
    font-weight: inherit;
    color: var(--primary-color);
    font-size: 3.8rem;
    font-family: var(--highlight-font);
    display: inline-block;
    line-height: inherit;
}

header {
	padding: 15px 0;
	transition: all 0.3s ease;
}

header.site-header.navbar-scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    background: var(--white-color);
    -webkit-box-shadow: 0px 16px 37px -5px rgba(0,0,0,0.69);
    box-shadow: 0px 16px 37px -5px rgba(0,0,0,0.69);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 111111;
}
.header-btn {
	background-color: #00837a;
	color: var(--white-color);
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 14px;
	transition: .3s;
	border: 2px solid #00837a
}

.header-btn:hover {
	background-color: transparent;
	color: #00837a;
	border: 2px solid #00837a
}

header a:hover {
	color: #198754
}

.container.navbar {
	background-color: #fff;
	border-radius: 20px;
	padding: 14px
}

.nav-items {
	font-size: 20px
}

a.know-more {
	background-color: var(--primary-color);
	color: var(--white-color);
	border: none;
	padding: 13px 13px 13px 18px;
	border-radius: 75px
}

@keyframes marquee-scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}

.marquee-section .marquee-container {
	width: 100%;
	overflow: hidden;
	background-color: #00a0e3;
	padding: 12px 0;
	white-space: nowrap
}

.marquee-section .marquee-content {
	display: inline-block;
	animation: 30s linear infinite marquee-scroll
}

.marquee-section .marquee-text {
	font-family: var(--heading-font);
	font-size: 36px;
	font-weight: 600;
	color: var(--white-color);
	display: inline
}

.marquee-section .marquee-separator {
	font-size: 36px;
	color: var(--white-color);
	margin: 0 20px
}

.marquee-section .marquee-container:hover .marquee-content {
	animation-play-state: paused
}

@media (max-width:767px) {

	.marquee-section .marquee-separator,
	.marquee-section .marquee-text {
		font-size: 16px
	}
}

.container.About-company {
	max-width: 92%;
	margin-top: 81px
}

h1.about-us-content {
	line-height: .8
}

p.about-us-sub-content {
	padding-top: 13px
}

.btn.about-us {
	border: 2px solid;
	border-radius: 20px;
	font-weight: 600
}

.nutri-image {
	border-radius: 20px 20px 20px 0
}

.img-fluid.plant-image {
	border-radius: 15px;
}

.quality {
    color: var(--ancient-color);
    font-weight: 700;
    font-size: 18px;
    font-family: var(--heading-font);
}
.purity-logo i{
    color: var(--primary-color);
}

.blog-info-box,
.footer-section,
.newsletter-section {
	font-family: Nunito, sans-serif
}

.row.purity-text {
	padding: 30px;
}

.quality-content {
	/* padding-top: 10px; */
	color: gray;
}

.purity-logo img {
	width: 67px;
	margin-top: 31px;
	left: 20px;
}

.products-section {
	margin: 50px 40px;
	border-radius: 30px;
	position: relative;
	padding-bottom: 100px;
}

.products-section .products-Categories {
	font-weight: 600;
	color: #00837a;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px
}

.products-section .Excellence {
	font-family: "El Messiri", sans-serif;
	color: #1e3932;
	font-size: 36px;
	margin-top: 10px
}

.products-section .highlight {
	color: #00837a
}

.product-card {
	background: #fff;
	border-radius: 20px;
	padding: 73px 25px;
	transition: .3s;
	height: 100%;
	text-align: center;
	max-width: 350px;
	margin: 60px auto 0;
	position: relative;
	overflow: visible
}

.product-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .12)
}

.icon-circle {
	background: #fff6e8;
	width: 100px;
	height: 100px;
	border: 8px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%)
}

.product-card h5 {
	font-weight: 600;
	color: #1e3932;
	font-size: 26px;
	margin-bottom: 15px
}

.product-card p {
	font-size: 14px;
	color: #5f6368;
	line-height: 1.6;
	min-height: 60px
}

.btn-learn {
	display: inline-block;
	background-color: #00837a;
	color: #fff;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 14px;
	transition: .3s
}

.btn-learn:hover {
	background-color: #00a391
}

.products-carousel .owl-dots .owl-dot span {
	background: #c8e3e0
}

.products-carousel .owl-dots .owl-dot.active span {
	background: #00837a
}

.products-image {
	padding: 10px
}

.manufacturing-section {
	border-radius: 22px;
	color: #fff;
	margin: 20px
}

.manufac-btn,
h3.secure {
	color: var(--white-color)
}

.overlay {
	background-color: #1a312ac2;
	border-radius: 22px
}

.main-content-box {
	padding: 80px 0;
}

.we-best {
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 6px 23px 8px 26px
}

h3.secure {
	margin-top: 44px
}

.manufac-btn {
	background-color: var(--primary-color);
	border-radius: 20px;
	border: none;
	padding: 8px 20px
}

.row.machine-section {
	padding: 43px
}

.machine-image {
	border-radius: 20px;
}

.why-choose-box {
	background: var(--white-color);
	border-radius: 12px;
	padding: 20px 25px;
	display: flex;
	align-items: center;
	transition: .3s;
	margin-bottom: 10px;
	margin-top: 14px
}
.nutra-manufacturing .why-choose-box {
	background: var(--light-bg);
}

@media (max-width:768px) {

	.heading,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 24px
	}

	.highlight {
        line-height: 0.8;
        font-size: 3.2rem;
    }

	.container.navbar {
		margin-left: 0
	}

	h1.about-us-content {
		font-size: 33px;
		line-height: .9
	}

	.container.About-company {
		max-width: none;
		margin-top: 33px
	}

	.purity-logo img {
		margin-top: 0
	}

	.row.purity-text {
    margin-left: 0;
    margin-top: 22px;
    padding: 10px 0 0 0;
}
	.products-section {
		margin: 17px 10px
	}

	.manufacturing-section {
		border-radius: 22px;
		color: #fff;
		margin: 6px
	}

	.row.machine-section {
		padding: 0;
		margin-top: 26px
	}

	.why-choose {
		padding-top: 30px;
		line-height: .7
	}

	.why-choose-box {
		padding: 19px 0;
		margin-bottom: 10px;
		margin-top: 14px;
		padding: 20px;
		display: block !important;
	}

	.vision-section .vision {
    margin-bottom: 20px;
}
	.icon-wrap {
		margin-right: 20px;
		margin-left: 8px;
		height: 56px;
		width: 56px;
		padding: 0
	}

	.icon-wrap img {
		width: 0;
		height: 60px
	}
}

.our-products-marquee {
	border: 1px solid #000;
	border-radius: 49px;
	padding: 10px 17px 11px;
	margin-top: 54px
}

.product-marquee-section {
	padding: 40px 0;
	background-color: #fff
}

.icon-wrap,
.main-num-box {
	background-color: #f7f7f7
}

.images-marquee {
	overflow: hidden;
	position: relative;
	white-space: nowrap
}

.image-marquee {
	display: inline-flex;
	gap: 40px;
	animation: 20s linear infinite scroll-left
}

.right-marquee .image-marquee {
	animation: 20s linear infinite scroll-right;
	margin-top: 25px
}

.softgel {
	width: 300px;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
	transition: transform .3s
}

.softgel:hover {
	transform: scale(1.05)
}

@keyframes scroll-left {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}

@keyframes scroll-right {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(50%)
	}
}

@media (max-width:992px) {
	.softgel {
		width: 200px
	}

	.image-marquee {
		gap: 30px;
		animation-duration: 25s
	}
}

@media (max-width:576px) {
	.softgel {
		width: 150px
	}

	.image-marquee {
		gap: 20px;
		animation-duration: 30s
	}
}

img.img-fluid.softgel {
	border-radius: 27px
}

.d-inline-block.products-Categories,
.d-inline-block.why-choose {
	border: 2px solid #000;
	border-radius: 49px;
	padding: 5px 5px 5px 13px;
	margin-top: 54px
}

.icon-wrap {
	margin-right: 20px;
	border-radius: 50%
}

.icon-wrap img {
	width: 168px;
	height: 60px
}

h6.advanced {
	font-size: 20px;
	color: #000
}

.btn.join-with-us {
	background-color: #00a0e3;
	border-radius: 24px;
	padding: 13px 26px;
	color: #fff;
	font-weight: 694;
	margin-top: 20px
}

h1.marketing {
	margin-top: 20px
}

.vision-section .vision {
	background-color: #fff;
	border-radius: 30px;
  padding: 30px;
}

.vision-section.mt-lg-5.mt-0 {
	padding-bottom: 50px
}

.vision-section-btn {
	border: 2px solid #000;
	border-radius: 22px;
	padding: 0 0 2px 34px;
	margin-top: 25px;
	color: #000
}

img.manufaturing-image.img-fluid {
	border-radius: 20px;
	height: 100%;
	width: 100%
}

@media(max-width:786px) {
	img.manufaturing-image.img-fluid {
		padding: 15px
	}
}

h6.concept {
	font-size: 24px;
	padding-top: 20px
}

a.details {
    color: var(--secondary-highlight-color);
    font-size: 17px;
    font-weight: 600;
    border: none;
    background: none;
}

.main-num-box {
	margin-top: 15px
}

img.hand-icon.img-fluid {
	height: 40px;
	margin-top: 13px;
	background-color: var(--white-color)
}

img.img-fluid.lady-image {
	margin-top: 58px;
	border-radius: 30px;
	height: 500px
}

h1.number {
	font-size: 49px
}

.handle-icon {
	width: 51px;
	height: 60px;
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #333;
	margin: 0 auto
}

.image-wrapper,
.testimonial-section .testimonial-col-left,
section.manufacturing-experties-section .container-fluid {
	position: relative
}

.contact-faq-section,
.testimonial-section {
	padding: 80px 0
}

.testimonial-section .client-info-section {
	padding: 40px;
	background-color: var(--white-color);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	z-index: 10
}

.testimonial-section .client-image-wrapper {
	position: relative;
	margin-bottom: 20px
}

.testimonial-section .client-image {
	width: 100%;
	max-width: 90%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.testimonial-section .rating {
	color: orange;
	margin-bottom: 20px
}

.testimonial-section .testimonial-quote {
	line-height: normal;
	margin-bottom: 30px
}

.testimonial-section .client-name {
	font-family: var(--heading-font);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 4px
}

.testimonial-section .client-title {
	font-size: 1rem;
	color: #666
}

.testimonial-section .owl-nav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	width: 100%;
	justify-content: flex-end
}

.testimonial-section .owl-next,
.testimonial-section .owl-prev {
	background-color: var(--ancient-color) !important;
	color: var(--white-color) !important;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	margin: 0 5px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem !important;
	transition: var(--transition-3s);
	border: none;
	outline: 0;
	cursor: pointer
}

.testimonial-section .owl-next:hover,
.testimonial-section .owl-prev:hover {
	background-color: var(--primary-color) !important
}

.contact-faq-section .faq-title.main-heading,
.testimonial-section .main-heading {
	margin-bottom: 25px
}

.testimonial-section .stats-card {
	background-color: var(--light-bg);
	padding: 30px;
	border-radius: 12px;
	text-align: left;
	height: 100%
}

.testimonial-section .stats-card i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: var(--black-color);
	margin-bottom: 10px;
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 50%
}

.testimonial-section .stat-value {
	font-family: var(--heading-font);
	font-size: 2rem;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 5px
}

.testimonial-section .stat-label {
	font-size: .9rem;
	color: #666
}

@media (min-width:992px) {
	.testimonial-section .client-info-section-wrapper {
		position: absolute;
		bottom: -50px;
		right: 25px;
		z-index: 10;
		width: 450px
	}

	.testimonial-section .testimonial-col-left {
		margin-top: 40px
	}
}

.contact-faq-section .main-heading {
	font-family: var(--heading-font);
	margin-bottom: 40px
}

.contact-faq-section .contact-inner {
	background: url('assets/images/products-cate-bg.avif') 100%/cover no-repeat;
	padding: 80px 50px;
	border-radius: 50px;
	margin: 0 25px
}

.contact-form-div {
	background: #fff;
	padding: 40px;
	border-radius: 25px
}

.contact-form-div .form-control {
	border-radius: 25px;
	padding: 15px 20px;
	border: 1px solid #e0e0e0;
	background-color: var(--white-color);
	color: var(--primary-color);
	font-size: 1rem;
	transition: var(--transition-3s);
	box-shadow: none !important
}

.contact-form-div .form-control:focus {
	border-color: var(--ancient-color);
	background-color: var(--white-color)
}

.contact-form-div .message-textarea {
	height: 180px;
	resize: none
}

.contact-form-div .send-button {
	display: inline-block;
	padding: 15px 40px;
	background-color: var(--ancient-color);
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--body-font);
	font-size: 1rem;
	font-weight: 500;
	border-radius: 50px;
	transition: all 0.3s ease;
	border: none
}
@media (max-width:767px){
	.contact-form-div .send-button {
    padding: 15px 20px;
    font-size: 12px;
	width: 100%;
}
}


.contact-form-div .send-button:hover {
	background-color: var(--primary-color)
}

.contact-faq-section .accordion-item {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 15px
}

.contact-faq-section .accordion-header {
	margin: 0
}

.contact-faq-section .accordion-button {
	font-family: var(--heading-font);
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
	background-color: var(--white-color);
	border: none;
	padding: 20px;
	text-align: left;
	border-radius: 8px;
	box-shadow: none !important
}

.contact-faq-section .accordion-button:not(.collapsed) {
	color: var(--ancient-color);
	background-color: var(--white-color)
}

.contact-faq-section .accordion-button::after {
	content: "\f067";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	background-image: none !important;
	width: 35px;
	height: 35px;
	background-color: #f3f3f3;
	border-radius: 50%;
	transition: var(--transition-3s);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: var(--footer-medium-bg)
}

.contact-faq-section .accordion-button:not(.collapsed)::after {
	content: "\f068";
	background-color: var(--ancient-color);
	color: var(--white-color)
}

.contact-faq-section .accordion-body {
	padding: 0 20px 20px
}

.contact-faq-section .faq-item-number {
	font-family: var(--heading-font);
	font-size: 20px;
	color: var(--primary-color);
	margin-right: 15px
}

@media (max-width:991px) {
	.testimonial-section {
		padding: 40px 0
	}

	.testimonial-section .client-image {
		max-width: 100%
	}

	.testimonial-section .client-info-section {
		margin-bottom: 30px
	}

	.testimonial-section .owl-nav {
		justify-content: center;
		padding-right: 0;
		bottom: -20px;
		right: -70%;
		left: unset
	}

	.contact-faq-section .faq-title.main-heading {
		margin-top: 50px
	}

	.contact-faq-section {
		padding: 0 0 40px
	}

	.contact-faq-section .contact-inner {
		padding: 40px 20px;
		background-position: center;
		background-size: cover;
		margin: 0
	}

	.contact-faq-section .contact-form-div {
		padding: 20px
	}

	.contact-faq-section .form-control {
		padding: 10px 20px
	}

	.contact-faq-section .accordion-button {
		font-size: 16px
	}
}

h6.name-of-person {
	font-size: 30px
}

.our-experties,
.our-experties-content {
	color: var(--white-color)
}

.date-box span {
	display: block;
	font-size: 11px;
	font-weight: 400
}

.manufacturing-experties-section {
	background-image: url('assets/images/karron-category-bg.avif');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 60px 0;
	position: relative
}

section.manufacturing-experties-section::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(15 16 17 / 80%)
}

.our-experties {
	font-size: 45px
}

.experties-box {
	color: #606060;
	padding: 0 10px 60px;
	border-radius: 16px;
	margin: 80px 0 30px;
	background: rgba(255, 255, 255, .18);
	box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
	backdrop-filter: blur(2.1px);
	-webkit-backdrop-filter: blur(2.1px);
	border: 1px solid rgba(255, 255, 255, .3);
	position: relative
}

.experties-box:hover .experties-sub-box .experties-sub-box-image {
	transform: rotateX(360deg)
}

.experties-sub-box {
	text-align: center;
	padding: 15px 20px 30px;
	margin-top: -50px;
	border-radius: 25px;
	background-color: #fff;
	position: relative;
	transition: .3s
}

.btn-stroke,
.experties-box .read-more {
	background-color: #00a0e3;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	color: #fff
}

.experties-box .experties-sub-box::after {
	content: '';
	height: 0;
	width: 0;
	border: 25px solid transparent;
	border-top: 25px solid #fff;
	transform: translateX(-50%);
	position: absolute;
	bottom: -49px;
	left: 50%
}

.experties-box .experties-sub-box-image {
	display: inline-block;
	font-size: 90px;
	margin-bottom: 10px;
	transition: .3s
}

.experties-sub-box-image img {
	border-radius: 20px
}

p.sub-box-text {
	font-size: 20px;
	font-weight: 700;
	color: var(--ancient-color)
}

.experties-box .read-more {
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 0;
	border-radius: 15px;
	transition: .3s;
	position: absolute;
	bottom: -22px
}

.btn-base {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	border-radius: .5rem;
	cursor: pointer;
	text-align: center;
	transition: .3s cubic-bezier(.4, 0, .2, 1);
	border: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 10
}

@keyframes continuous-draw-h {

	0%,
	100%,
	75% {
		width: 0%
	}

	25%,
	50% {
		width: 100%
	}
}

@keyframes continuous-draw-v {

	0%,
	100%,
	75% {
		height: 0%
	}

	25%,
	50% {
		height: 100%
	}
}

.btn-stroke {
	padding: 12px 20px;
	position: absolute;
	bottom: -25px
}

.btn-stroke:hover {
	background-color: rgba(0, 160, 227, .2);
	color: #fff
}

.btn-stroke:active {
	transform: scale(.98)
}

.btn-stroke::after,
.btn-stroke::before {
	content: '';
	position: absolute;
	background-color: #fff;
	height: 2px;
	animation: 1.5s linear infinite continuous-draw-h;
	z-index: -1
}

.btn-stroke::before {
	top: 0;
	left: 0;
	animation-delay: 0s
}

.btn-stroke::after {
	bottom: 0;
	right: 0;
	animation-delay: .75s
}

.btn-stroke span {
	position: absolute;
	background-color: #fff;
	width: 2px;
	height: 0;
	animation: 1.5s linear infinite continuous-draw-v;
	z-index: -1
}

.btn-stroke .left-line {
	top: 0;
	left: 0;
	animation-delay: 375ms
}

.btn-stroke .right-line {
	bottom: 0;
	right: 0;
	animation-delay: 1.125s
}

.btn-stroke:hover::after,
.btn-stroke:hover::before {
	width: 100%;
	animation: none
}

.btn-stroke:hover .left-line,
.btn-stroke:hover .right-line {
	height: 100%;
	animation: none
}

.footer-section {
	background-color: #0d2f2b;
	color: #fff;
	padding: 50px 40px 20px;
	margin-top: 20px
}

.footer-section .hand-shake {
    border-radius: 8px;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}

.footer-section .foot-logo {
	max-width: 434px;
	margin-bottom: 48px
}

.footer-section .partnerships {
	font-family: "El Messiri", sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	color: #fff
}

.footer-section .lasting {
	font-size: 15px;
	color: #cfd6d4;
	line-height: 1.6;
	margin-bottom: 20px
}

.footer-section a {
    color: #00a0e3;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 11px;
}

.footer-section a:hover {
	color: #008fcc
}

.footer-section span {
	color: #fff;
	margin-right: 15px;
	font-size: 15px
}

.newsletter-section h4,
.quick-links h4 {
	font-family: "El Messiri", sans-serif;
	font-size: 20px
}

.quick-links {
	margin-bottom: 30px
}

.quick-links h4 {
	margin-bottom: 20px;
	color: #fff
}

.quick-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.quick-links li {
	margin-bottom: 12px;
	display: flex;
	align-items: center
}

.quick-links li span {
	color: #00a0e3;
	font-size: 18px;
	margin-right: 10px
}
section.mobile-view.p-0 {
    display: none;
}
.quick-links li a {
	color: #fff;
	font-size: 15px;
	transition: color .3s
}

.col-md-3 p span:hover,
.footer-bottom a:hover,
.quick-links li a:hover {
	color: #00a0e3
}

.newsletter-section h4 {
	margin-bottom: 15px;
	color: #fff
}

.newsletter-section p {
	font-size: 14px;
	color: #cfd6d4;
	margin-bottom: 20px;
	line-height: 1.6
}

.newsletter-form {
	display: flex;
	border: 1px solid #cfd6d4;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: -20px
}

.newsletter-form input {
	flex: 1;
	padding: 12px;
	background: 0 0;
	border: none;
	outline: 0;
	color: #fff;
	font-size: 15px
}

.newsletter-form input::placeholder {
	color: #cfd6d4
}

.newsletter-form button {
	background-color: #00a0e3;
	color: #fff;
	border: none;
	padding: 12px 18px;
	cursor: pointer;
	transition: background .3s;
	font-size: 15px
}

.newsletter-form button:hover {
	background-color: #008fcc
}

.social-icons {
	display: flex;
	gap: 15px
}

.social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #00a0e3;
	color: #00a0e3;
	font-size: 18px;
	transition: .3s
}

.social-icons a:hover {
	background-color: #00a0e3;
	color: #fff
}

.footer-section hr {
	border-color: rgba(255, 255, 255, .2);
	margin: 30px 0 15px
}

.footer-bottom {
	text-align: left;
	font-size: 14px;
	color: #fff
}

.footer-bottom span {
	color: #fff;
	font-weight: 600
}

.footer-bottom i {
	color: #ff3b3b;
	margin: 0 4px
}

.footer-bottom a {
	color: #fff;
	font-weight: 500
}

.col-md-3 p span {
	color: #fff;
	margin-right: 15px;
	font-size: 14px;
	cursor: pointer
}

@media (max-width:768px) {
	.scroll-text-bar {
    position: fixed !important;
    right: 0;
    top: 0;
    width: 25px !important;
    height: 100vh;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111111111;
    overflow: hidden;
}
	ul.fm-bar {
    display: none !important;
}
	.scroll-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 2rem !important;
    font-weight: 900;
    letter-spacing: 4px;
    transform: translateY(0);
    transition: transform 0.2s ease-out;
    color: #00000000;
    -webkit-text-stroke: 1px rgb(71 158 221);
}
	button.carousel-control-prev {
    display: none !important;
}
	button.carousel-control-next {
    display: none !important;
}
	section.desktop-view.p-0 {
    display: none;
}
	section.mobile-view.p-0 {
    display: block !important;
}
	.footer-section .foot-logo {
		max-width: 234px;
		margin-bottom: 28px;
		padding-top: 20px
	}

	.footer-section {
		padding: 40px 20px
	}

	.newsletter-form {
		flex-direction: column
	}

	.newsletter-form button {
		width: 100%
	}

	.col-md-3 p,
	.footer-bottom {
		text-align: center
	}
}
/* --- BLOG SECTION STYLES --- */
	.blog-section {
		padding: 80px 0;
		background-color: var(--white-color);
	}

	.blog-section .section-title {
		font-weight: 600;
		text-align: center;
		margin-bottom: 50px;
	}

	.blog-section .blog-card {
		border-radius: 12px;
		background-color: var(--small-box-bg-color);
		overflow: hidden;
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.blog-section .blog-card>a {
		color: inherit;
		text-decoration: none;
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.blog-section .featured-blog {
		height: 100%;
		padding: 20px;
		display: flex;
		flex-direction: column;
	}

	.blog-section .featured-blog .blog-img-wrapper {
		position: relative;
		overflow: hidden;
		border-radius: 12px;
		aspect-ratio: 16/9;
	}

	.blog-section .featured-blog img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease;
	}

	.blog-section .featured-blog:hover img {
		transform: scale(1.05);
	}

	.blog-section .featured-blog .blog-date-overlay .day {
		font-size: 32px;
		font-weight: 700;
	}

	.blog-section .blog-content .subtitle-tag {
		background-color: var(--small-box-bg-color);
		/* small-box-bg-color used */
		border: 1px solid var(--ancient-color);
		/* Ancient color used */
		color: var(--ancient-color);
		/* Ancient color used */
		margin-bottom: 5px;
	}

	.blog-section .featured-blog .blog-content {
		padding: 25px 15px 0;
	}

	.blog-section .featured-blog h4 {
		font-size: 1.5rem;
		font-weight: 600;
		margin-bottom: 15px;
		line-height: 1.3;
		color: var(--ancient-color);
		/* Ancient color used */
	}

	.blog-section .featured-blog p.blog-description {
		font-size: 1rem;
		color: var(--body-font-color);
		/* Updated to use body-font-color */
		margin-bottom: 20px;
	}

	.blog-section .sidebar-blog-wrapper {
		display: flex;
		flex-direction: column;
		gap: 25px;
		height: 100%;
	}

	.blog-section .sidebar-blog-card {
		display: flex;
		padding: 20px;
		background-color: var(--small-box-bg-color);
		/* Updated to use small-box-bg-color */
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
		flex: 1 1 auto;
	}

	.blog-section .sidebar-blog-card a {
		display: flex;
		width: 100%;
	}

	.blog-section .sidebar-blog-card .blog-img-wrapper {
		position: relative;
		flex-shrink: 0;
		width: 250px;
		border-radius: 12px;
		height: 100%;
		overflow: hidden;
	}

	.blog-section .sidebar-blog-card .blog-img-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease;
	}

	.blog-section .sidebar-blog-card:hover img {
		transform: scale(1.1);
	}

	.blog-section .featured-blog .blog-date-overlay,
	.blog-section .sidebar-blog-card .blog-date-overlay {
		position: absolute;
		bottom: 10px;
		right: 10px;
		background-color: rgba(255, 255, 255, 0.25);
		color: var(--white-color);
		padding: 10px 8px;
		border-radius: 8px;
		text-align: center;
		line-height: 1;
		z-index: 10;
	}

	.blog-section .sidebar-blog-card .blog-date-overlay .day {
		font-size: 1.2rem;
		font-weight: 700;
		display: block;
	}

	.blog-section .sidebar-blog-card .blog-date-overlay .month {
		font-size: 0.7rem;
		display: block;
	}

	.blog-section .featured-blog .blog-date-overlay {
		bottom: 20px;
		right: 20px;
		padding: 15px 12px;
		border-radius: 10px;
	}

	.blog-section .featured-blog .blog-date-overlay .month {
		font-size: 0.9rem;
	}

	.blog-section .sidebar-blog-card .blog-content {
		padding: 20px;
		flex-grow: 1;
	}

	.blog-section .sidebar-blog-card h5 {
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 28px;
		line-height: 1.3;
		color: var(--ancient-color);
	}

	.blog-section .global_btn {
		background-color: transparent;
	}

	.blog-section .global_btn .text {
		color: var(--ancient-color);
		font-size: 16px;
		transition: all 0.3s ease;
	}
	.blog-section .global_btn:hover .text {
		color: var(--white-color);
	}

	@media (max-width: 1199.98px) {
		.blog-section .sidebar-blog-card .blog-img-wrapper {
			width: 100%;
			height: 100%;
		}
	}

	@media (max-width: 991.98px) {
		.blog-section {
			padding: 30px 0;
		}

		.blog-section .sidebar-blog-card {
			display: block;
		}

		.blog-section .featured-blog .blog-img-wrapper {
			aspect-ratio: 4/3;
		}

		.blog-section .sidebar-blog-wrapper {
			gap: 15px;
		}
	}

	@media (max-width: 575.98px) {
		.blog-section .featured-blog h4 {
			font-size: 1.3rem;
		}

		.blog-section .sidebar-blog-card .blog-img-wrapper {
			width: 100%;
			height: 100%;
		}

		.blog-section .sidebar-blog-card .blog-content {
			padding: 15px;
		}

		.blog-section .sidebar-blog-card h5 {
			font-size: 1rem;
		}
	}

  /* Breadcrumb css */
  .page-breadcrumb {
		background: linear-gradient(135deg, var(--ancient-color) 0%, var(--primary-color) 100%);
		padding: 40px 0;
		color: var(--white-color);
		position: relative;
		overflow: hidden;
	}

	.page-breadcrumb::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -50px;
		width: 200px;
		height: 200px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}

	.page-breadcrumb::after {
		content: "";
		position: absolute;
		bottom: -80px;
		left: -80px;
		width: 250px;
		height: 250px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}

	.page-breadcrumb span.breadcrumb_new a {
		color: var(--white-color);
		text-decoration: none;
	}

	.page-breadcrumb span.breadcrumb_new {
		color: var(--white-color);
	}

	.page-breadcrumb .extraa {
		margin: 54px 0;
	}

	.product-item img.img-fluid {
		background: var(--white-color);
		border-bottom: 1px solid var(--light-bg);
	}

	.newsletter-section iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

/* sequence */

#sequence {
	width: 100%;
	float: left;
	background: linear-gradient(135deg, var(--ancient-color) 0%, var(--primary-color) 100%);
	position: fixed;
	bottom: 0px;
	z-index: 100;
	padding: 0;
	color: var(--white-color) !important;
	margin: 0 !important;
}

#sequence a {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 7px 0;
	font-size: 15px;
	color: var(--white-color) !important;
	font-weight: 600;
	text-decoration: none !important;
	border-right: 1px solid;
}
.carousel-content p {
    color: #fff;
    text-shadow: 1px 0 black;
    width: 50%;
    margin: 15px 0 40px 0;
}
/* Zoom animation for carousel background images */
.carousel-slide-item {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 8s ease-out;
}

/* When slide becomes active – zoom in */
.carousel-item.active .carousel-slide-item {
    background-size: 115%;
}

/* Optional: slow fade on slide switch */
.carousel-item {
    transition: opacity 0.5s ease-in-out;
}
.carousel-item .carousel-slide-item {
    animation: none;
}

.carousel-item.active .carousel-slide-item {
    animation: zoomIn 10s ease forwards;
}

@keyframes zoomIn {
    from { background-size: 100%; }
    to { background-size: 115%; }
}
.carousel-slide-item {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 8s ease-out;
}

.carousel-item.active .carousel-slide-item {
    background-size: 115%;
}

/* -------- Text Animation -------- */
.carousel-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

/* When slide becomes active, animate text */
.carousel-item.active .carousel-content {
    opacity: 1;
    transform: translateY(0);
}
.scroll-text-bar {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 100vh;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111111111;
    overflow: hidden;
}
.scroll-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 4px;
    transform: translateY(0);
    transition: transform 0.2s ease-out;
    color: #00000000;
    -webkit-text-stroke: 1px rgb(71 158 221);
}
.marquee-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
    padding: 0;
    margin: 0;
}
.marquee-section .marquee-container-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
}
.marquee-section .marquee-track-1 {
    background: var(--marquee-gradient-dark);
    transform: translateY(-50%) rotate(var(--marquee-angle));
    top: 80%;
    z-index: 2;
}
.marquee-section .marquee-track {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 200%;
    height: var(--marquee-height);
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
}
.marquee-section .marquee-content {
    display: inline-block;
    height: 100%;
    animation: marquee-scroll var(--marquee-speed) linear infinite;
    padding-right: 1px;
}
.marquee-section .marquee-track-1 .marquee-text {
    color: var(--primary-color);
}
.marquee-section .marquee-track-1 i {
    font-size: 1.8rem;
    color: var(--primary-color);
}
.marquee-section .marquee-text, .marquee-section .marquee-content i {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: var(--marquee-height);
    vertical-align: middle;
    padding: 0 15px;
}
.marquee-section .marquee-track-1 .marquee-text {
    color: var(--primary-color);
}
.marquee-section .marquee-text, .marquee-section .marquee-content i {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: var(--marquee-height);
    vertical-align: middle;
    padding: 0 15px;
}
.marquee-section .marquee-track-1 i {
    font-size: 1.8rem;
    color: var(--primary-color);
}
.marquee-section .marquee-text, .marquee-section .marquee-content i {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: var(--marquee-height);
    vertical-align: middle;
    padding: 0 15px;
}
.marquee-section .marquee-track-2 {
    background: var(--marquee-gradient-light);
    transform: translateY(-50%) rotate(calc(-1 * var(--marquee-angle)));
    top: 40%;
    z-index: 3;
}
.marquee-section .marquee-track-2 .marquee-content {
    animation-direction: reverse;
}
.marquee-section .marquee-content {
    display: inline-block;
    height: 100%;
    animation: marquee-scroll var(--marquee-speed) linear infinite;
    padding-right: 1px;
}
.marquee-section .marquee-text, .marquee-section .marquee-content i {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: var(--marquee-height);
    vertical-align: middle;
    padding: 0 15px;
}
.marquee-section .marquee-track-2 .marquee-text {
    color: var(--white-color);
}
.marquee-section .marquee-track-2 i {
    font-size: 1.8rem;
    color: var(--white-color);
}
.marquee-section .marquee-track-2 .marquee-text {
    color: var(--white-color);
}
.marquee-section .marquee-text, .marquee-section .marquee-content i {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: var(--marquee-height);
    vertical-align: middle;
    padding: 0 15px;
}
:root {
    --marquee-height: 60px;
    --marquee-speed: 25s;
    --marquee-angle: 3deg;
    --transition-4s: all 0.3s ease;
    --transition-5s: all 0.5s ease;
   
}