/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Sellsmart - Single Product Landing page HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Scrolling Ticker css
06. About Us css
07. Our Products css
08. Why Choose Us css 
09. We Offer css
10. Our Benefits css
11. Intro Video css
12. Premium Ingredient css
13. Sale Now css
14. Our Testimonials css
15. Our FAQs css
16. Our Blog css
17. Footer css
18. About Us Page css
19. Blog Archive css
20. Blog Single css
21. Features Page css
22. Testimonials Page css
23. FAQs Page css
24. Contact Us Page css
25. 404 Error Page css
26. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root{
	--primary-color				: #206746;
	--secondary-color			: #F4F9F0;
	--text-color				: #667D72;
	--bg-color					: #FFFFFF;
	--accent-color				: #9BCE71;
	--accent-secondary-color	: #83B757;
	--white-color				: #FFFFFF;
	--divider-color				: #2067461A;
	--dark-divider-color		: #FFFFFF1A;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Mona Sans", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	position: relative;
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: var(--text-color);
	background: var(--bg-color);
}

::-webkit-scrollbar-track{
	background-color: var(--secondary-color);
	border-left: 1px solid var(--secondary-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
	background: var(--accent-color);
}

::selection{
	color: var(--primary-color);
	background-color: var(--accent-color);
	filter: invert(1);
}

p{
	line-height: 1.6em;
	margin-bottom: 1.57em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-weight: 600;
	line-height: 1.2em;
	color: #011d34;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
	z-index: 1;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
	width: 250%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default{
	position: relative;
    display: inline-block;
    border-radius: 10px;
	background: #ef7f1a;
	border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white-color);
    border: none;
    padding: 18px 50px 18px 20px;
	transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default::before{
	content: '';
	position: absolute;
	top: 50%;
    right: 20px;
	transform: translateY(-50%);
	height: 22px;
	width: 22px;
	background-image: url('../images/arrow-white.svg');	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.4s ease-in-out;
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(30deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted:hover{
	color: #ffffff;
}

.btn-default.btn-highlighted:hover:before{
	background-image: url('../images/arrow-primary.svg');
	filter: brightness(0) invert(1);
}

.btn-default.btn-highlighted::after{
	background: #011d34;
}

.readmore-btn{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	color: #ef7f1a;
	padding-right: 28px;
	transition: all 0.3s ease-in-out;
}

.readmore-btn:hover{
	color: #ef7f1a;
}

.readmore-btn::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 3px;
	transform: translateY(-50%);
	background: url('../image/right-arrow-svgrepo-com.svg') no-repeat;
	background-position: right center;
	background-size: cover;
	width: 20px;
	height: 20px;
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover::before{
	right: 0;
}

.cb-cursor:before{
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

.section-row{
	margin-bottom: 35px;
}

.section-row .section-title{
	margin-bottom: 0;
}

.section-title.section-title-center{
	width: 100%;
	max-width: 860px;
	text-align: center;
	margin: 0 auto;
}

.section-title{
	margin-bottom: 40px;
}

.section-title h3{
	display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-transform: capitalize;
    color: #ef7f1a;
    border: 1px solid var(--divider-color);
	background-color: #ffffff;
    background-image: url('../image/favorite-star-svgrepo-com.svg');
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 18px auto;
    border-radius: 10px;
    padding: 8px 15px 8px 40px;
    margin-bottom: 10px;
}

.section-title h1{
	font-size: 56px;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2{
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
	color: #000;
}

.section-title-content p{
	margin: 0;
}

.section-btn{
	text-align: right;
}

.section-content-btn .section-btn{
	text-align: left;
	margin-top: 30px;
}

.dark-section{
	background-color:  #000;
}

.dark-section .section-title h1,
.dark-section .section-title h2,
.dark-section .section-title-content p,
.dark-section .section-title p{
	color: var(--white-color);
}

.dark-section .section-title h3{
	background-color: var(--dark-divider-color);
	border-color: var(--dark-divider-color);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	color: var(--white-color);
}

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/*** 	   03. Header css		  ***/
/************************************/

header.main-header{
	 position: sticky;
	 top: 0;
	 left: 0;
	 width: 100%;
	 z-index: 999;
	 background: #ffffff;
	 border-bottom: 1px solid var(--dark-divider-color);
}

.header-sticky{
    position: relative;
	background: #fff;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background: var(--primary-color);
	border-bottom: 1px solid var(--dark-divider-color);
}

.navbar{
	padding: 15px 0;
	align-items: center;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}
.navbar-brand img{
	width: 250px;
}

.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: center;
	margin: 0 20px;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.main-menu ul li{
	margin: 0 5px;
	position: relative;
}

.main-menu ul li a{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1em;
	padding: 15px 10px !important;
	color: #011d34;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	width: max-content;
}

.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: #ef7f1a;
}

.main-menu ul li a:focus-visible{
	box-shadow: none;
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scale(1,0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	/* width: 235px; */
	/* border-radius: 20px; */
	position: absolute;
	left: 0;
	top: 100%;
	background: #ffffff;
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul li.submenu:first-child ul{
    width: 235px;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a{
	color: #011d34;
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
	color: #fff;
	background-color: transparent;
	padding: 8px 20px 8px 23px !important;
}
.main-menu ul ul li:hover{
	background-color: #ef7f1a;
}

.main-menu ul li.highlighted-menu{
    display: none;
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 0;
	position: relative;
}

.slicknav_btn{
	background:#ef7f1a;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 6px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: #ef7f1a;
}

.slicknav_menu ul{
	margin: 5px 0;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 8px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: #ffffff;
}

.slicknav_menu ul ul li a{
    padding: 8px 20px 8px 30px;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
	color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero{
	position: relative;
	background: var(--primary-color);
	padding: 245px 0 130px;
}

.hero .container{
	position: relative;
	z-index: 2;
}

.hero.hero-video .hero-bg-video::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: linear-gradient(1deg, rgba(0, 0, 0, 0.00) 20.46%, #000 99.49%), linear-gradient(179deg, rgba(0, 0, 0, 0.00) 0.44%, #000 119.12%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero.hero-video .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout{
	background: none;
	padding: 0;
}

.hero.hero-slider-layout .hero-slide{
	position: relative;
    padding: 245px 0 130px;
}

.hero.hero-slider-layout .hero-slide::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.00) 20.46%, #000 99.49%), linear-gradient(179deg, rgba(0, 0, 0, 0.00) 0.44%, #000 119.12%);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination{
	position: absolute;
    bottom: 10px;
	text-align: center;
	z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
    background-color: #ef7f1a;
}

.hero-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
}

.video-play-button{
	display: inline-flex;
	align-items: center;
}

.video-play-button p{
	font-weight: 700;
	text-transform: capitalize;
	color: var(--primary-color);
	margin: 0 0 0 15px;
}

.video-play-button a{
	position: relative;
	height: 50px;
	width: 50px;
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: none;
	transition: all 0.3s ease-in-out;
}

.video-play-button a:hover{
	background: var(--accent-color);
}

.video-play-button a i{
	font-size: 18px;
	color: var(--accent-color);
	margin-left: 2px;
	transition: all 0.3s ease-in-out;
}

.video-play-button a:hover i{
	color: var(--white-color);
}

.video-play-button p{
	color: var(--white-color);
	font-weight: 600;
}

.review-box{
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 15px;
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 50px;
    margin-top: 50px;
}

.review-images{
	display: inline-flex;
	align-items: center;
}

.review-image{
	position: relative;
    display: inline-block;
    margin-left: -14px;
	z-index: 1;
}

.review-image:first-child{
	margin: 0;
}

.review-image figure{
	display: block;
	border: 1px solid var(--white-color);
	border-radius: 50%;
}

.review-image img{
	width: 100%;
	max-width: 50px;
	border-radius: 50%;
}

.review-image.add-more{
	width: 50px;
	height: 50px;
	background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
	border: 1px solid var(--bg-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.review-image.add-more:hover{
	background-position: right center;
}

.review-image.add-more i{
	font-size: 22px;
	color: var(--primary-color);
}

.satisfy-client-content{
    width: 68%;
}

.satisfy-client-content p{
	color: var(--white-color);
    margin: 0;
}

.hero-image img{
	width: 100%;
	aspect-ratio: 1 / 0.79;
	object-fit: cover;
}

/************************************/
/*** 	05. Scrolling Ticker css  ***/
/************************************/

.our-scrolling-ticker{
	background: #07152a;
	padding: 25px 0;
}

.scrolling-ticker-box{
	--gap: 30px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}

.scrolling-content{
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 20s linear infinite;
}

.scrolling-content span{
	display: inline-block;
	font-family: var(--accent-font);
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: capitalize;
	color: var(--white-color);
}

.scrolling-content span img{
	width: 26px;
	margin-right: 30px;
}

@keyframes scroll{
	from{
		transform: translateX(0);
	}

	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}

/************************************/
/*** 	   06. About Us css 	  ***/
/************************************/

.about-us{
	padding: 100px 0;
	background-color: #fff;
}

.about-image-box{
	position: relative;
}

.about-image{
	margin-bottom: 20px;
}

.about-image figure{
	display: block;
	border-radius: 20px;
}

.about-image figure img{
	width: 100%;
	aspect-ratio: 1 / 0.578;
	object-fit: cover;
	border-radius: 20px;
}

.contact-us-circle{
	position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    transform: translate(-50%, 0%);
	z-index: 1;
}

.contact-us-circle a{
	display: block;
	border: 10px solid var(--secondary-color);
	border-radius: 50%;
}

.contact-us-circle a img{
	width: 100%;
	max-width: 126px;
	border-radius: 50%;
	animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}

.contact-us-circle a:hover img{
	animation-play-state: paused;
}

.about-image-item-box{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.about-image-item,
.about-image-item-box .about-image{
	width: calc(50% - 10px);
}

.about-image-item{
	background: linear-gradient(270deg, rgba(155, 206, 113, 0.10) 0%, rgba(131, 183, 87, 0.10) 100%);
	border-radius: 20px;
	align-content: center;
	padding: 30px;
}

.about-image-item .icon-box{
	margin-bottom: 45px;
}

.about-image-item .icon-box img{
	width: 100%;
	max-width: 50px;
}

.about-image-item-content h2{
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 15px;
}

.about-image-item-content h3{
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 600;
}

.about-image-item-box .about-image{
	margin-bottom: 0;
}

.about-image-item-box .about-image figure{
	height: 100%;
}

.about-image-item-box .about-image img{
	height: 100%;
	aspect-ratio: 1 / 0.79;
}

.about-us-content{
	margin-left: 15px;
}
.about-us-content .section-title h2{
	font-size: 37px;
}

.about-us-body{
	border-left: 2px solid var(--divider-color);
	padding-left: 40px;
}

.about-body-item{
	position: relative;
	margin-bottom: 30px;
}

.about-body-item:last-child{
	margin-bottom: 0;
}

.about-body-item:before{
	content: '';
	position: absolute;
	top: auto;
	left: -43px;
	bottom: -20px;
	width: 4px;
	height: 0;
	background: #ef8725;
	border-radius: 10px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.about-body-item.active:before,
.about-body-item:hover:before{
	top: -20px;
    height: calc(100% + 35px);
}

.about-body-item:first-child.active:before,
.about-body-item:first-child:hover:before{
	top: 0;
}

.about-body-item:last-child:before{
	bottom: 0;
}

.about-body-item:first-child.active:before,
.about-body-item:first-child:hover:before,
.about-body-item:last-child.active:before,
.about-body-item:last-child:hover:before{
	height: calc(100% + 20px);
}

.about-body-item .icon-box{
	margin-bottom: 15px;
}

.about-body-item .icon-box img{
	width: 100%;
	max-width: 40px;
	transition: all 0.4s ease-in-out;
}

.about-body-item.active .icon-box img,
.about-body-item:hover .icon-box img{
	transform: rotateY(180deg);
}

.about-body-content h3{
	font-size: 20px;
	line-height: 1.4em;
}

.about-body-content p{
	margin: 10px 0 0;
	color: #000;
}

/************************************/
/*** 	 07. Our Products css 	  ***/
/************************************/

.our-products{
	background: #021023;
	background-image: url(../image/shape-18.webp);
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.our-products h2{
	color: #FFFFFF;
}
.product-item{
	background: var(--white-color);
	border-radius: 20px;
	/* height: calc(100% - 30px); */
	margin-bottom: 30px;
	padding: 30px 25px;
}

.product-image{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.product-image figure{
	display: block;
}

.product-image figure img{
	width: 100%;
	/* max-width: 242px; */
}

.product-cart-btn{
	position: absolute;
	/* top: 65%; */
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.product-item.active .product-cart-btn,
.product-item:hover .product-cart-btn{
	/* top: 50%; */
	opacity: 1;
}

.product-cart-btn a{
	font-size: 14px;
	font-weight: 600;
	color: var(--white-color);
	display: inline-flex;
	align-items: center;
	background: #ef7f1a;
	background-size: 200% auto;
	border-radius: 10px;
	padding: 12px 40px;
	transition: all 0.3s ease-in-out;
}

.product-cart-btn a:hover{
	color: #ffffff;
	background-position: right center;
}

.product-cart-btn a img{
	max-width: 20px;
	margin-left: 10px;
}

.product-content p{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.product-content h3{
	font-size: 20px;
}

.product-content h3 a{
	color: inherit;
}

.product-rating{
	margin-top: 15px;
}

.product-rating i{
	margin-right: 1px;
	color: var(--primary-color);
}

.product-price{
	margin-top: 20px;
}

.product-price h3{
	font-size: 22px;
}

.product-price h3 span{
	font-size: 18px;
	font-weight: 500;
	text-decoration: line-through;
	opacity: 30%;
}

.section-footer-text{
	margin-top: 30px;
	text-align: center;
}

.section-footer-text p{
	color: var(--primary-color);
	margin-bottom: 0;
}

.dark-section .section-footer-text p{
	color: var(--white-color);
}

.section-footer-text span{
	font-size: 14px;
	font-weight: 600;
	color: var(--white-color);
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
	padding: 3px 10px;
	border-radius: 100px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.section-footer-text p:hover span{
	background-position: right center;
}

.section-footer-text p a{
	position: relative;
	font-weight: 600;
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	transition: all 0.4s ease-in-out;
	color: var(--accent-color);
}

.section-footer-text a::before{
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	height: 1px;
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.section-footer-text p:hover span,
.section-footer-text a:hover,
.section-footer-text a:hover::before{
	background-position: right center;
}

/************************************/
/*** 	 08. Why Choose Us css 	  ***/
/************************************/

.why-choose-us{
	padding: 100px 0;
	background-image: url(../image/shape-16.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.why-choose-us .section-title h2{
	font-size: 37px;
}
.why-choose-list{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.why-choose-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-choose-list ul li{
	position: relative;
	width: calc(50% - 15px);
	color: #000;
	line-height: 1.5em;
	padding-left: 30px;
}

.why-choose-list ul li::before{
	content: '\f14a';
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 900;
	background: #ef7f1a;
	background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-choose-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.why-choose-experience{
	max-width: 220px;
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	border-radius: 10px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	padding: 40px;
}

.why-choose-experience:hover{
	background-position: right center;
}

.why-choose-experience h2{
	font-size: 46px;
	color: var(--white-color);
}

.why-choose-experience p{
	color: var(--white-color);
	margin: 20px 0 0;
}

/* .why-choose-item-list{
	width: calc(100% - 260px);
	border-left: 1px solid var(--divider-color);
	margin-left: 40px;
	padding-left: 40px;
} */

.why-choose-item{
	margin-bottom: 30px;
}

.why-choose-item:last-child{
	margin-bottom: 0;
}

.why-choose-item h3{
	font-size: 20px;
}

.why-choose-item p{
	margin: 10px 0 0;
	color: #000;
}

.why-choose-image{
	position: relative;
	margin-left: 10px;
	padding: 0 100px 70px 0;
}

.why-choose-img-1 figure,
.why-choose-img-2 figure{
	display: block;
	border-radius: 50%;
}

.why-choose-img-1 img,
.why-choose-img-2 img{
	width: 100%;
	border-radius: 50%;
}

.why-choose-img-2{
	position: absolute;
	bottom: 0;
	right: 0;
}

.why-choose-img-2 figure img{
	max-width: 300px;
	border: 8px solid var(--white-color);
}

.why-choose-counter-list{
	display: flex;
	flex-wrap: wrap;
	gap: 14%;
	border-top: 1px solid var(--divider-color);
	margin-top: 60px;
	padding-top: 60px;
}

.why-choose-counter-item{
	width: calc(25% - 22.5px);
	text-align: center;
}

.why-choose-counter-item h2{
	font-size: 46px;
	font-weight: 700;
	background: #ef7f1a;
	background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	transition: all 0.4s ease-in-out;
}

.why-choose-counter-item:hover h2{
	background-position: right center;
}

.why-choose-counter-item p{
	font-weight: 500;
	color: #011d34;
	margin: 10px 0 0;
}

/************************************/
/*** 	   09. We Offer css 	  ***/
/************************************/
/* ========================================
   WE OFFER / PRODUCT RANGE SECTION
======================================== */

.we-offer {
    background-color: #FFF8F2; 
	background-image: url(../image/shape-18.webp);
    padding: 100px 0;
    overflow: hidden;
}

/* ========================================
   PRODUCT RANGE SLIDER
======================================== */

.productRangeSwiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.productRangeSwiper .swiper-wrapper {
    align-items: stretch;
}

.productRangeSwiper .swiper-slide {
    height: auto;
    display: flex;
    padding-top: 120px;
    box-sizing: border-box;
    min-width: 0;
}


/* ========================================
   PRODUCT CARD
======================================== */

.productRangeSwiper .offer-item {
    width: 100%;
    height: 100%;
    background: var(--white-color);
    text-align: center;
    border-radius: 20px;

    padding: 30px;
    margin: 0;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;

    transition: all 0.3s ease-in-out;
}


/* Product Card Hover */

.productRangeSwiper .offer-item:hover {
    transform: translateY(-5px);
}


/* ========================================
   PRODUCT IMAGE
======================================== */

.productRangeSwiper .offer-item-image {
    width: 196px;
    max-width: 100%;
    margin: -120px auto 32px;
    flex-shrink: 0;
}


/* Image Circle */

.productRangeSwiper .offer-item-image figure {
    display: block;
    width: 196px;
    height: 196px;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ef7f1a;
    background-color: var(--white-color);
    box-sizing: border-box;
}


/* Image */

.productRangeSwiper .offer-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* border-radius: 50%; */
    transition: transform 0.3s ease-in-out;
}


/* Image Hover */

.productRangeSwiper .offer-item:hover .offer-item-image img {
    transform: scale(1.08);
}


/* ========================================
   PRODUCT CONTENT
======================================== */

.productRangeSwiper .offer-item-content {
    flex: 1;

    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Product Title */

.productRangeSwiper .offer-item-content h3 {
    font-size: 20px;
    line-height: 1.3;

    margin: 0;

    font-weight: 600;
}


/* Product Description */

.productRangeSwiper .offer-item-content p {
    margin: 10px 0 0;
    line-height: 1.6;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Read More Button */

.productRangeSwiper .offer-item-content .readmore-btn {
    margin-top: 20px;
}


/* ========================================
   LARGE DESKTOP
======================================== */

@media (max-width: 1399px) {

    .productRangeSwiper .swiper-slide {
        padding-top: 115px;
    }

    .productRangeSwiper .offer-item {
        padding: 28px 22px;
    }

    .productRangeSwiper .offer-item-image {
        width: 185px;
        margin-top: -115px;
    }

    .productRangeSwiper .offer-item-image figure {
        width: 185px;
        height: 185px;
    }
}


/* ========================================
   TABLET / SMALL DESKTOP
======================================== */

@media (max-width: 1199px) {

    .we-offer {
        padding: 80px 0;
    }

    .productRangeSwiper {
        overflow: hidden;
    }

    .productRangeSwiper .swiper-slide {
        padding-top: 105px;
    }

    .productRangeSwiper .offer-item {
        padding: 25px 20px;
        border-radius: 18px;
    }

    .productRangeSwiper .offer-item-image {
        width: 170px;
        margin: -105px auto 25px;
    }

    .productRangeSwiper .offer-item-image figure {
        width: 170px;
        height: 170px;
        border-width: 5px;
    }

    .productRangeSwiper .offer-item-content h3 {
        font-size: 19px;
    }

    .productRangeSwiper .offer-item-content p {
        font-size: 15px;
    }
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 991px) {

    .we-offer {
        padding: 75px 0;
    }

    .productRangeSwiper .swiper-slide {
        padding-top: 100px;
    }

    .productRangeSwiper .offer-item-image {
        width: 165px;
        margin-top: -100px;
    }

    .productRangeSwiper .offer-item-image figure {
        width: 165px;
        height: 165px;
    }
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .we-offer {
        padding: 70px 0;
    }

    .productRangeSwiper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .productRangeSwiper .swiper-slide {
        padding-top: 100px;
    }

    .productRangeSwiper .offer-item {
        padding: 25px 20px;
        border-radius: 18px;
    }

    .productRangeSwiper .offer-item-image {
        width: 160px;
        margin: -100px auto 25px;
    }

    .productRangeSwiper .offer-item-image figure {
        width: 160px;
        height: 160px;
        border-width: 5px;
    }

    .productRangeSwiper .offer-item-content h3 {
        font-size: 19px;
    }

    .productRangeSwiper .offer-item-content p {
        font-size: 15px;
    }
}


/* ========================================
   SMALL MOBILE
======================================== */

@media (max-width: 575px) {

    .we-offer {
        padding: 60px 0;
    }

    .productRangeSwiper {
        overflow: hidden;
    }

    .productRangeSwiper .swiper-slide {
        padding-top: 90px;
    }

    .productRangeSwiper .offer-item {
        padding: 25px 18px;
        border-radius: 15px;
    }

    .productRangeSwiper .offer-item-image {
        width: 145px;
        margin: -90px auto 25px;
    }

    .productRangeSwiper .offer-item-image figure {
        width: 145px;
        height: 145px;
        border-width: 5px;
    }

    .productRangeSwiper .offer-item-content h3 {
        font-size: 18px;
    }

    .productRangeSwiper .offer-item-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .productRangeSwiper .offer-item-content .readmore-btn {
        margin-top: 15px;
    }
}


/* ========================================
   EXTRA SMALL MOBILE
======================================== */

@media (max-width: 400px) {

    .productRangeSwiper .swiper-slide {
        padding-top: 85px;
    }

    .productRangeSwiper .offer-item {
        padding: 22px 15px;
    }

    .productRangeSwiper .offer-item-image {
        width: 135px;
        margin-top: -85px;
    }

    .productRangeSwiper .offer-item-image figure {
        width: 135px;
        height: 135px;
    }

    .productRangeSwiper .offer-item-content h3 {
        font-size: 17px;
    }
}

/************************************/
/*** 	 10. Our Benefits css 	  ***/
/************************************/

.our-benefits{
	padding: 100px 0;
}

.benefit-item{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}

.benefit-item:last-child{
	margin-bottom: 0;
}

.benefit-item .icon-box{
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.benefit-item:hover .icon-box{
	background-position: right center;
}

.benefit-item .icon-box img{
	max-width: 30px;
}

.benefit-item-content{
	width: calc(100% - 80px);
}

.benefit-item-content h3{
	font-size: 20px;
}

.benefit-item-content p{
	margin: 10px 0 0;
}

.our-benefits-image figure{
	display: block;
	border-radius: 50%;
    overflow: hidden;
}

.our-benefits-image img{
	width: 100%;
	object-fit: cover;
}

.our-benefits .section-footer-text{
	margin-top: 60px;
}

/************************************/
/*** 	   11. Intro Video css 	  ***/
/************************************/

.intro-video .container-fluid{
	padding: 0;
}

.intro-video-box{
	position: relative;
}

.intro-video-box,
.intro-video-box video{
	width: 100%;
	height: 750px;
}

.intro-video-box video{
	object-fit: cover;
	filter: brightness(0.8);
}

.video-play-button.bg-effect{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    flex-direction: column;
}

.video-play-button.bg-effect a:before,
.video-play-button.bg-effect a:after{
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--white-color);
	opacity: 40%;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.video-play-button.bg-effect a:after{
	animation-delay: .3s;
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.video-play-button.bg-effect p{
	margin: 30px 0 0;
}

/************************************/
/***  12. Premium Ingredient css  ***/
/************************************/

.premium-ingredients{
	padding: 100px 0;
}

.ingredients-body h3{
	font-size: 20px;
}

.ingredients-body ul{
	list-style: disc;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	background: var(--secondary-color);
	border-radius: 20px;
	padding: 30px 30px 30px 50px;
	margin: 20px 0 0;
}

.ingredients-body ul li{
	width: calc(50% - 20px);
	font-weight: 500;
	line-height: 1.5em;
}

.ingredients-body ul li::marker{
	color: var(--accent-color);
}

.ingredients-image-box{
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.our-ingredients-image figure{
	display: block;
	border-radius: 20px;
}

.our-ingredients-image img{
	width: 100%;
	aspect-ratio: 1 / 1.34;
	object-fit: cover;
	border-radius: 20px;
}

.ingredient-item-list{
	position: relative;
	max-width: 62%;
	background: var(--secondary-color);
	border-radius: 20px;
	padding: 40px;
	margin-left: -140px;
	z-index: 1;
}

.ingredient-item{
	display: flex;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.ingredient-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.ingredient-item .icon-box{
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.ingredient-item:hover .icon-box{
	background-position: right center;
}

.ingredient-item .icon-box img{
	max-width: 30px;
}

.ingredient-item-content{
	width: calc(100% - 70px);
}

.ingredient-item-content h3{
	font-size: 20px;
}

.ingredient-item-content p{
	margin: 10px 0 0;
}

.premium-ingredient-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	border-top: 1px solid var(--divider-color);
	margin-top: 80px;
	padding-top: 80px;
}

.premium-ingredient-item{
	width: calc(25% - 22.5px);
}

.premium-ingredient-item .icon-box{
	margin-bottom: 30px;
}

.premium-ingredient-item .icon-box img{
	max-width: 40px;
	transition: all 0.3s ease-in-out;
}

.premium-ingredient-item:hover .icon-box img{
	transform: rotateY(180deg);
	filter: brightness(0) invert(0);
}

.premium-ingredient-item-content h3{
	font-size: 20px;
}

.premium-ingredient-item-content p{
	margin: 10px 0 0;
}

/************************************/
/*** 	   13. Sale Now css 	  ***/
/************************************/

.sale-now{
	position: relative;
	background: #011d34;
	padding: 100px 0;
	overflow: hidden;
}

.sale-now::before{
	content: '';
	position: absolute;
	display: block;
	width: 480px;
	height: 525px;
	bottom: -110px;
	left: -100px;
	background-image: url('../images/sale-now-bg-img-1.png');
	background-size: cover;
	background-position: center center;
}

.sale-now::after{
	content: '';
	position: absolute;
	display: block;
	width: 454px;
    height: 385px;
    bottom: -30px;
    right: -110px;
	background-image: url('../images/sale-now-bg-img-2.png');
	background-size: cover;
	background-position: center center;
}

.sale-now-box .section-title{
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
}

.sale-now-box .section-title p{
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.special-saving-content-body{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
	width: 100%;
	max-width: 950px;
	margin: 60px auto 0;
	z-index: 1;
}

.special-saving-content-body .countdown-text{
	position: relative;
	width: calc(25% - 45px);
	background: var(--white-color);
	border-radius: 20px;
	text-align: center;
	padding: 30px;
}

.special-saving-content-body .countdown-text::before{
	content: ':';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-80%);
	font-size: 46px;
	font-weight: 700;
	color: var(--white-color);
	opacity: 50%;
}

.special-saving-content-body .countdown-text:last-child:before{
	display: none;
}

.countdown-text h3{
	font-size: 56px;
	line-height: 1em;
	font-weight: 700;
}

.countdown-text p{
	color: var(--primary-color);
	font-weight: 500;
	margin: 10px 0 0;
}

.sale-now-image-1{
	position: absolute;
	left: 0;
	bottom: 0;
}

/************************************/
/***   14. Our Testimonials css	  ***/
/************************************/

.our-testimonials{
    padding: 100px 0;
}

.testimonial-slider .swiper-wrapper{
    cursor: none;
}

.testimonial-item{
	position: relative;
    background: var(--secondary-color);
    border-radius: 20px;
	margin-top: 30px;
    padding: 40px;
}

.testimonial-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
	transform: scale(0);
	border-radius: 20px;
	width: 100%;
	height: 100%;
	z-index: 0;
    transition: all 0.5s ease-in-out;
	opacity: 0;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item::before{
	opacity: 1;
	transform: scale(1);
}

.testimonial-quote,
.testimonial-rating,
.testimonial-content,
.author-info{
	position: relative;
	z-index: 1;
}

.testimonial-quote{
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
	border-radius: 50%;
	border: 4px solid var(--white-color);
	margin: -70px 0 30px;
}

.testimonial-quote img{
	max-width: 26px;
}

.testimonial-rating i{
	color: var(--primary-color);
	margin-right: 2px;
	transition: all 0.4s ease-in-out;
}

.testimonial-content{
	margin-top: 30px;
}

.testimonial-content p{
	color: var(--primary-color);
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
}

.author-info{
	display: flex;
	align-items: center;
	border-top: 1px solid var(--divider-color);
	margin-top: 20px;
	padding-top: 20px;
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .swiper-slide.swiper-slide-active .author-info{
	border-color: var(--dark-divider-color);
}

.author-info .author-image{
	margin-right: 15px;
}

.author-info .author-image figure{
	border-radius: 50%;
}

.author-info .author-image img{
	max-width: 60px;
	border-radius: 50%;
}

.author-info .author-content h3{
	font-size: 20px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
}

.author-info .author-content p{
	margin: 5px 0 0;
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-rating i,
.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-content p,
.testimonial-slider .swiper-slide.swiper-slide-active .author-info .author-content h3,
.testimonial-slider .swiper-slide.swiper-slide-active .author-info .author-content p{
	color: var(--white-color);
}

.testimonial-pagination{
	position: relative;
	text-align: center;
	margin-top: 40px;
}

.testimonial-pagination .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: var(--divider-color);
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.testimonial-pagination .swiper-pagination-bullet-active{
	width: 30px;
    background: var(--accent-color);
	border-radius: 12px;
}

/************************************/
/*** 	   15. Our FAQs css 	  ***/
/************************************/

.our-faqs{
	background: #f5f8fa;
	padding: 100px 0;
}



.faq-accordion .accordion-item{
	position: relative;
    background: var(--secondary-color);
	border: none;
	border-radius: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item:last-child{
	margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.222em;
	background: #011d34;
	color: var(--white-color);
	padding: 20px 74px 20px 24px;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button.collapsed{
	background: var(--white-color);
	color: #011d34;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\2b';
	font-family: "FontAwesome";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	font-weight: 400;
    line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--white-color);
	border-radius: 50%;
    color: var(--primary-color);
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after{
	color: var(--white-color);
	background: #011d34;
	transform: translateY(-50%) rotate(0deg);
}

.faq-accordion .accordion-item .accordion-body{
	background-color: var(--white-color);
	padding: 20px 75px 20px 20px;
}

.faq-accordion .accordion-item .accordion-body p{
	color: var(--text-color);
}

.faq-accordion .accordion-item .accordion-body p:last-child{
	margin: 0;
}

.faqs-image{
	position: relative;
	margin-left: 20px;
}

.faqs-img figure{
	display: block;
	border-radius: 20px;
}

.faqs-img img{
	width: 100%;
	aspect-ratio: 1 / 1.324;
	object-fit: cover;
	border-radius: 20px;
}

.faq-cta-box{
	position: absolute;
    left: 40px;
    bottom: 40px;
    width: 100%;
    max-width: 230px;
	background: var(--dark-divider-color);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 20px;
    z-index: 2;
}

.review-content{
	margin-top: 20px;
}

.review-content p{
	font-weight: 500;
	color: var(--white-color);
}

.review-content p:last-child{
	margin-bottom: 0;
}

.review-content h3{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 10px;
}

.review-content h3:last-child{
	margin-bottom: 0;
}

/************************************/
/*** 	   16. Our Blog css 	  ***/
/************************************/

.our-blog{
	padding: 100px 0 70px;
}

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image,
.post-item-content{
	margin-bottom: 20px;
}

.post-featured-image a{
    cursor: none;
    display: block;
	border-radius: 20px;
    overflow: hidden;
}

.post-featured-image figure{
	display: block;
}

.post-featured-image img{
    aspect-ratio: 1 / 0.744;
    object-fit: cover;
	border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img{
	transform: scale(1.1);
}

.post-item-content h2{
    font-size: 20px;
	line-height: 1.4em;
}

.post-item-content h2 a{
    color: inherit;
}

/************************************/
/*** 	    17. Footer css  	  ***/
/************************************/

.main-footer{
	padding: 100px 0 0;
}

.footer-logo img{
	width: 100%;
	max-width: 300px;
}

.about-footer-content{
	margin-top: 25px;
}

.about-footer-content p{
	color: var(--white-color);
	margin-bottom: 0;
}

.footer-social-links{
	margin-top: 30px;
}

.footer-social-links h3{
	font-size: 18px;
	color: var(--white-color);
	margin-bottom: 20px;
}

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

.footer-social-links ul li{
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	background: transparent;
	border: 1px solid var(--dark-divider-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a{
	background: #ef7f1a;
}

.footer-social-links ul li a i{
	font-size: 20px;
	color: var(--white-color);
}

.footer-links-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-left: 30px;
}

.footer-links{
	max-width: 40%;
}

.footer-links h3{ 
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 20px;
}

.footer-links p{
	color: var(--white-color);
	margin-bottom: 20px;
}

.footer-links p:last-child{
	margin-bottom: 0;
}

.footer-links ul{
    list-style: disc;
    margin: 0;
    padding-left: 20px;
}

.footer-links ul li{
	color: var(--white-color);
	line-height: 1.5em;
	text-transform: capitalize;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li:hover{
	color: #ef7f1a;
}

.footer-links ul li::marker{
    color: #ef7f1a;
}

.footer-links ul li a{
	color: inherit;
}

.footer-contact-list{
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 20px;
}

.footer-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box{
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid var(--dark-divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.footer-contact-item .icon-box:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ef7f1a;
    border-radius: 50%;
    height: 100%;
    width: 100%;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.footer-contact-item:hover .icon-box::before{
	transform: scale(1);
}

.footer-contact-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 20px;
	z-index: 1;
}

.footer-contact-content{
	width: calc(100% - 55px);
}

.footer-contact-content p{
	font-weight: 500;
	color: var(--white-color);
	margin: 0;
}

.footer-contact-content p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-contact-content p a:hover{
	color: #ef7f1a;
}

.footer-copyright{
	background: var(--dark-divider-color);
	padding: 20px 0;
	margin: 60px 0 0;
}

.footer-copyright-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-copyright-text p{
	font-weight: 500;	
	color: var(--white-color);
	margin-bottom: 0;
}

.footer-privacy-policy ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-privacy-policy ul li{
	font-weight: 500;
	color: var(--white-color);
	display: inline-block;
	border-right: 1px solid var(--dark-divider-color);
	margin-right: 15px;
	padding-right: 15px;
}

.footer-privacy-policy ul li:last-child{
	padding: 0;
	margin: 0;
	border: none;
}

.footer-privacy-policy ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-privacy-policy ul li a:hover{
	color: var(--accent-color);
}

/************************************/
/*** 	 18. About Us Page css 	  ***/
/************************************/

.page-header{
	/* background-color: var(--primary-color); */
	background-image: url(../image/inner-banner-img.png);
	padding: 265px 0 150px;
}

.page-header-box{
	text-align: center;
}

.page-header-box h1{
	display: inline-block;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--white-color);
	margin-bottom: 10px;
    cursor: none;
}

.page-header-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 16px;
	text-transform: capitalize;
	line-height: normal;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}

.our-approach{
	background-color: #f5f8fa;
	padding: 100px 0;
}

.our-apporach-image figure{
	display: block;
	border-radius: 20px;
}

.our-apporach-image img{
	width: 100%;
    aspect-ratio: 1 / 0.942;
	object-fit: cover;
	border-radius: 20px;
}

.our-apporach-content{
	margin-left: 20px;
}

.mission-vision-item{
	background-color: var(--white-color);
	border-radius: 20px;
	margin-bottom: 40px;
	padding: 40px;
}

.mission-vision-item:last-child{
	margin-bottom: 0;
}

.mission-vision-content{
	margin-bottom: 30px;
}

.mission-vision-content h3{
	font-size: 20px;
	line-height: 1.4em;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.mission-vision-content p{
	margin: 0;
}

.mission-vision-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mission-vision-list ul li{
	position: relative;
	width: calc(50% - 15px);
	color: #6b6d6d;
	line-height: 1.5em;
	padding-left: 25px;
}

.mission-vision-list ul li::before{
	content: '\f14a';
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 900;
	background: #ef7f1a;
	background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quality-promise{
	padding: 100px 0;
}

.quality-promise-image{
	position: relative;
}

.company-experience-box{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 230px;
	background-color: var(--primary-color);
	border-radius: 20px;
	padding: 25px;
	overflow: hidden;
}

.company-experience-box:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
	border-radius: 999px 999px 0 0;
	transition: all 0.4s ease-in-out;
}

.company-experience-box:hover:before{
	height: 100%;
	border-radius: 0;
}

.company-experience-box .icon-box{
	position: relative;
	margin-bottom: 25px;
	z-index: 1;
}

.company-experience-box .icon-box img{
	width: 100%;
	max-width: 50px;
}

.company-experience-content h3{
	position: relative;
	color: var(--white-color);
	font-size: 20px;
	line-height: 1.4em;
	text-transform: capitalize;
	z-index: 1;
}

.quality-promise-img img{
	aspect-ratio: 1 / 0.94;
    object-fit: cover;
}

.quality-promise-content{
	margin-left: 15px;
}

.quality-promise-body{
	margin-bottom: 40px;
}

.quality-promise-body-item{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.quality-promise-body-item:last-child{
	margin-bottom: 0;
}

.quality-promise-body-item .icon-box{
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.quality-promise-body-item:hover .icon-box{
	background-position: right center;
}

.quality-promise-body-item .icon-box img{
	max-width: 30px;
}

.quality-promise-body-content{
	width: calc(100% - 80px);
}

.quality-promise-body-content h3{
	font-size: 20px;
	line-height: 1.4em;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.quality-promise-body-content p{
	margin: 0;
}

.true-taste{
	background-color: var(--secondary-color);
	padding: 100px 0;
}

.true-taste-body-item{
	display: flex;
	flex-wrap: wrap;
}

.true-taste-body-item .icon-box{
	background: linear-gradient(270deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.true-taste-body-item:hover .icon-box{
	background-position: right center;
}

.true-taste-body-item .icon-box img{
	max-width: 30px;
}

.true-taste-body-content{
	width: calc(100% - 80px);
}

.true-taste-body-content h3{
	font-size: 20px;
	line-height: 1.4em;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.true-taste-body-content p{
	margin: 0;
}

.true-taste-counter-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.true-taste-counter-item{
	width: calc(50% - 15px);
	background-color: var(--white-color);
	border-radius: 20px;
	padding: 30px;
}

.true-taste-counter-item h2{
	font-size: 46px;
	margin-bottom: 20px;
}

.true-taste-counter-item p{
	margin: 0;
}

.true-taste-image-box{
	position: relative;
	margin-left: 20px;
}

.true-taste-img figure{
	display: block;
	border-radius: 20px;
}

.true-taste-img img{
	width: 100%;
	aspect-ratio: 1 / 1.186;
	object-fit: cover;
	border-radius: 20px;
}

.true-taste-image-box .faq-cta-box{
	max-width: 260px;
}

.true-taste-image-box .faq-cta-box .review-image img{
	max-width: 44px;
}

.true-taste-image-box .faq-cta-box .review-image.add-more{
	width: 44px;
	height: 44px;
}

.our-journey{
	padding: 100px 0;
}

.our-journey .section-title.section-title-center{
	max-width: 635px;
}

.journey-item-list{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 30px;
}

.journey-item{
	width: calc(25% - 22.5px);
	display: flex;
	justify-content: space-between;
	gap: 10px;
	background: var(--secondary-color);
	border-radius: 20px;
	padding: 30px;
	transition: all 0.4s ease-in-out;
}

.journey-item:hover{
	background: var(--accent-color);
}

.journey-title{
	transform: rotate(-180deg);
    writing-mode: vertical-rl;
}

.journey-title p{
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.journey-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
}

.journey-content .icon-box img{
	width: 100%;
	max-width: 40px;
	transition: all 0.3s ease-in-out;
}

.journey-item:hover .journey-content .icon-box img{
	filter: brightness(0) invert(1);
	transform: rotateY(180deg);
}

.journey-counter h2{
	font-size: 46px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.journey-item:hover .journey-title p,
.journey-item:hover .journey-counter h2{
	color: var(--white-color);
}

.journey-list{
	margin-top: 40px;
}

.journey-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;	
}

.journey-list ul li{
	position: relative;
	background: var(--secondary-color);
	border-radius: 50px;
	padding: 20px 20px 20px 40px;
}

.journey-list ul li::before{
	content: '';
	position: absolute;
	left: 20px;
	top: 25px;
	background: var(--accent-color);
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

/************************************/
/*** 	 19. Blog Archive css 	  ***/
/************************************/

.page-blog{
    padding: 100px 0;
}

.page-pagination{
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover{
    background: var(--accent-color);
	color: var(--white-color);
}

/************************************/
/*** 	   20. Blog Single css 	  ***/
/************************************/

.page-single-post{
	padding: 100px 0;
}

.post-single-meta{
	margin-top: 10px;
}

.post-single-meta ol li{
	font-size: 18px;
	color: var(--white-color);
	margin-right: 15px;
}

.post-single-meta ol li:last-child{
	margin-right: 0;
}

.post-single-meta ol li i{
    font-size: 18px;
    color: var(--white-color);
    margin-right: 5px;
}

.post-image{
	position: relative;
	margin-bottom: 30px;
}

.post-image figure{
	display: block;	
	border-radius: 20px;
	overflow: hidden;
}

.post-image img{
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 20px;
}

.post-content{
	width: 100%;
	/* max-width: 1100px; */
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
    margin-bottom: 30px;

}

.post-entry:after{
    content: '';
    display: block;
    clear: both;
}

.post-entry a{
    color: #de7316;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 0.435em;
}

.post-entry h1{
	font-size: 56px;
	font-weight: 700;
}

.post-entry h2{
	font-size: 46px;
	font-weight: 700;
}

.post-entry h3{
	font-size: 30px;
    text-transform: capitalize;
}

.post-entry h4{
	font-size: 30px;
}

.post-entry h5{
	font-size: 24px;
}

.post-entry h6{
	font-size: 20px;
}

.post-entry p{
	margin-bottom: 20px;
	color: #000;
    text-align: justify;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry p strong{
	color: #011d34;
	font-size: 16px;
	font-weight: 600;
}

.post-entry ol{
    margin: 0 0 30px;
}

.post-entry ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li{
    position: relative;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--text-color);
    margin-bottom: 15px;
}

.post-entry ul li:last-child{
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
    margin-bottom: 0;
}

.post-entry blockquote{
	background: url('../images/icon-blockquote.svg'), var(--primary-color);
	background-repeat: no-repeat;
	background-position: 30px 30px;
    background-size: 45px;
	border-radius: 20px;
    padding: 30px 30px 30px 90px;
    margin-bottom: 30px;
}

.post-entry blockquote p{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--white-color);
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.tag-links{
    font-size: 20px;
	font-weight: 600;
    text-transform: capitalize;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.post-tags .tag-links a{
    display: inline-block;
	font-style: normal;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1em;
	background: var(--accent-color);
    color: var(--white-color);
	border-radius: 100px;
    padding: 12px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background: var(--primary-color);
}

.post-social-sharing{
    text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	background: var(--accent-color);
    color: var(--white-color);
	border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a{
	background: var(--primary-color);
}

.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
}
/* =========================================
   BLOG SIDEBAR
========================================= */

.main-side-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: max-content;
    align-self: flex-start;
    z-index: 10;
}


/* =========================================
   COMMON SIDEBAR WIDGET
========================================= */

.sidebar-widget {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 25px;
}


/* =========================================
   PRODUCT LIST
========================================= */

.our-product-list {
    background: #ffffff;
    border: 1px solid #e8edf3;
    box-shadow: 0 12px 35px rgba(11, 59, 111, 0.08);
}


/* =========================================
   PRODUCT TITLE
========================================= */

.sidebar-widget-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 22px;
    background: linear-gradient(135deg, #0b3b6f 0%, #10427d 100%);
    overflow: hidden;
}

.sidebar-widget-title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -35px;
    top: -50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}

.sidebar-title-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #feb800;
    font-size: 18px;
}

.sidebar-small-title {
    display: block;
    margin-bottom: 3px;
    color: #ef7f1a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 1;
}

.sidebar-widget-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}


/* =========================================
   CATEGORY LIST
========================================= */

.sidebar-category-list {
    padding: 8px 12px 5px;
}


/* =========================================
   CATEGORY ITEM
========================================= */

.sidebar-category {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 10px 12px;
    margin: 3px 0;
    color: #26384b;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}


/* Left hover line */

.sidebar-category::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    background: #ef7f1a;
    border-radius: 0 5px 5px 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}


/* Background */

.sidebar-category::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #f4f8fc;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    z-index: 0;
}


/* Icon */

.category-icon {
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f0f4f8;
    color: #0b3b6f;
    font-size: 15px;
    transition: all 0.3s ease;
}


/* Text */

.category-name {
    position: relative;
    z-index: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    transition: color 0.3s ease;
}


/* Arrow */

.category-arrow {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f4f7;
    color: #7d8b99;
    font-size: 18px;
    transition: all 0.3s ease;
}


/* Hover */

.sidebar-category:hover {
    color: #0b3b6f;
    transform: translateX(3px);
}

.sidebar-category:hover::before {
    transform: scaleY(1);
}

.sidebar-category:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.sidebar-category:hover .category-icon {
    background: #0b3b6f;
    color: #ffffff;
}

.sidebar-category:hover .category-arrow {
    background: #ef7f1a;
    color: #ffffff;
    transform: translateX(3px);
}


/* =========================================
   ACTIVE CATEGORY
========================================= */

.sidebar-category.active {
    color: #0b3b6f;
}

.sidebar-category.active::before {
    transform: scaleY(1);
}

.sidebar-category.active::after {
    opacity: 1;
    transform: translateX(0);
}

.sidebar-category.active .category-icon {
    background: #0b3b6f;
    color: #ffffff;
}

.sidebar-category.active .category-arrow {
    background: #ef7f1a;
    color: #ffffff;;
}

.sidebar-category.active .category-arrow i {
    transform: translateX(2px);
}


/* =========================================
   VIEW ALL BUTTON
========================================= */

.sidebar-view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 12px 14px;
    padding: 15px 17px;
    border-radius: 9px;
    background: #0b3b6f;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sidebar-view-all i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #feb800;
    color: #0b3b6f;
    font-size: 11px;
    transition: transform 0.3s ease;
}

.sidebar-view-all:hover {
    background: #ef7f1a;
    color: #FFFFFF;
}

.sidebar-view-all:hover i {
    transform: translateX(4px);
}


/* =========================================
   ENQUIRY BOX
========================================= */

.sidebar-enquiry {
    padding: 30px 25px 24px;
    background: #d56602;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(11, 59, 111, 0.20);
    color: #ffffff;
}


/* Decorative circles */

.enquiry-decoration {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.enquiry-decoration-one {
    width: 170px;
    height: 170px;
    right: -80px;
    top: -80px;
}

.enquiry-decoration-two {
    width: 100px;
    height: 100px;
    right: -45px;
    top: -45px;
}


/* Icon */

.enquiry-icon {
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 12px;
    background: #FFFFFF;
    color: #0b3b6f;
    font-size: 21px;
    box-shadow: 0 8px 20px rgba(254, 184, 0, 0.20);
}

.enquiry-label {
    display: block;
    margin-bottom: 6px;
    color: #feb800;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.sidebar-enquiry h3 {
    position: relative;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.sidebar-enquiry p {
    position: relative;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================
   ENQUIRY BUTTON
========================================= */

.sidebar-enquiry-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px 7px 6px 18px;
    border-radius: 8px;
    background: #ffffff;
    color: #0b3b6f;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.sidebar-enquiry-btn i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #feb800;
    color: #0b3b6f;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.sidebar-enquiry-btn:hover {
    background: #FFFFFF;
    color: #0b3b6f;
}

.sidebar-enquiry-btn:hover i {
    background: #0b3b6f;
    color: #ffffff;
    transform: translateX(3px);
}


/* =========================================
   ENQUIRY BOTTOM
========================================= */

.enquiry-bottom {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
}

.enquiry-bottom i {
    color: #feb800;
    font-size: 12px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .main-side-bar {
        max-width: 100%;
    }

    .sidebar-category-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }

}


@media (max-width: 575px) {

    .sidebar-category-list {
        display: block;
    }

    .sidebar-widget-title {
        padding: 19px;
    }

    .sidebar-widget-title h3 {
        font-size: 20px;
    }

    .sidebar-enquiry {
        padding: 25px 20px 22px;
    }

}

/* =========================================
   BLOG + SIDEBAR ALIGNMENT
========================================= */

.page-single-post,
.page-single-post .container,
.page-single-post .row,
.page-single-post .col-lg-4 {
    overflow: visible;
}

.page-single-post .col-lg-8 {
    padding-right: 25px;
}

.page-single-post .col-lg-4 {
    padding-left: 25px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .main-side-bar {
        position: relative;
        top: auto;
        margin-top: 40px;
    }

    .page-single-post .col-lg-8,
    .page-single-post .col-lg-4 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sidebar-widget {
        padding: 25px;
    }
}


@media (max-width: 575px) {

    .page-single-post {
        padding: 60px 0;
    }

    .sidebar-widget {
        padding: 20px;
        border-radius: 15px;
    }

    .sidebar-widget-title h3 {
        font-size: 22px;
    }

    .product-sidebar-image {
        width: 65px;
        height: 65px;
        flex-basis: 65px;
    }

    .product-sidebar-content h4 {
        font-size: 15px;
    }

    .sidebar-enquiry {
        padding: 30px 20px;
    }

}


/************************************/
/*** 	 21. Features Page css 	  ***/
/************************************/

.page-features{
	padding: 100px 0 70px;
}

.features-item{
    position: relative;
    background: #f5f8fa;
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
}

.features-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	background: #ef7f1a;
	border-radius: 500px 500px 0 0;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.features-item.active::before,
.features-item:hover::before{
	height: 100%;
	border-radius: 0;
}

.features-item .icon-box,
.features-item-content{
    position: relative;
    z-index: 1;
}

.features-item .icon-box{
	margin-bottom: 15px;
}

.features-item .icon-box img{
	max-width: 60px;
	transition: all 0.4s ease-in-out;
}

.features-item:hover .icon-box img,
.features-item.active .icon-box img{
    filter: brightness(0) invert(1);
}

.features-item-content h3{
	font-size: 21px;
	transition: all 0.4s ease-in-out;
}

.features-item-content p{
	margin: 15px 0 0;
	transition: all 0.4s ease-in-out;
}

.features-item:hover .features-item-content h3,
.features-item.active .features-item-content h3,
.features-item:hover .features-item-content p,
.features-item.active .features-item-content p{
    color: var(--white-color);
}

/************************************/
/***  22. Testimonials Page css	  ***/
/************************************/

.page-testimonials{
	padding: 100px 0 70px;
}

.page-testimonials .testimonial-item{
	height: calc(100% - 60px);
	margin-bottom: 30px;
}

.page-testimonials .testimonial-item.active::before,
.page-testimonials .testimonial-item:hover::before{
	opacity: 1;
	transform: scale(1);
}

.page-testimonials .testimonial-item.active .author-info{
	border-color: var(--dark-divider-color);
}

.page-testimonials .testimonial-item.active .testimonial-rating i,
.page-testimonials .testimonial-item:hover .testimonial-rating i,
.page-testimonials .testimonial-item.active .testimonial-content p,
.page-testimonials .testimonial-item:hover .testimonial-content p,
.page-testimonials .testimonial-item.active .author-info .author-content h3,
.page-testimonials .testimonial-item:hover .author-info .author-content h3,
.page-testimonials .testimonial-item.active .author-info .author-content p,
.page-testimonials .testimonial-item:hover .author-info .author-content p{
	color: var(--white-color);
}

/************************************/
/*** 	   23. FAQs Page css 	  ***/
/************************************/

.page-faqs{
	padding: 100px 0;
}

.page-single-sidebar{
	position: sticky;
	top: 20px;
	margin-right: 15px;
}

.page-catagory-list{
	background: var(--secondary-color);
	border-radius: 20px;
    margin-bottom: 60px;
	padding: 40px;
}

.page-catagory-list ul{
    list-style: none;
    margin: 0;
	padding: 0;
}

.page-catagory-list ul li{
	line-height: 1.5em;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-catagory-list ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.page-catagory-list ul li a{
    position: relative;
    display: block;
    text-transform: capitalize;
	color: inherit;
    padding-right: 30px;
	transition: all 0.3s ease-in-out;
}

.page-catagory-list ul li a:hover{
	color: var(--primary-color);
}

.page-catagory-list ul li a::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
	transform: translateY(-50%) rotate(-45deg);
	background: url('../images/arrow-primary.svg') no-repeat;
	background-position: center center;
	background-size: cover;
    width: 20px;
    height: 20px;
	transition: all 0.3s ease-in-out;
}

.page-catagory-list ul li a:hover::before{
	transform: translateY(-50%) rotate(0);
}

.sidebar-cta-box{
	background: var(--primary-color);
	border-radius: 20px;
	padding: 40px;
}

.sidebar-cta-logo{
	margin-bottom: 40px;
}

.sidebar-cta-logo img{
	width: 100%;
	max-width: 173px;
}

.sidebar-cta-content p{
	font-size: 18px;
	color: var(--white-color);
	margin-bottom: 0;
}

.sidebar-cta-body{
	background: var(--dark-divider-color);
	border-radius: 20px;
	padding: 20px;
	margin-top: 30px;
}

.sidebar-cta-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.sidebar-cta-contact-item:last-child{
	margin-bottom: 0;
}

.sidebar-cta-contact-item .icon-box{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--accent-color);
	border-radius: 50%;
	margin-right: 10px;
}

.sidebar-cta-contact-item .icon-box img{
	max-width: 20px;
}

.sidebar-cta-contact-content{
	width: calc(100% - 50px);
}

.sidebar-cta-contact-content p{
	font-size: 18px;
	font-weight: 500;
	color: var(--white-color);
	margin-bottom: 0;
}

.sidebar-cta-contact-content p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.sidebar-cta-contact-content p a:hover{
	color: var(--accent-color);
}

.page-faqs-catagery .page-single-faqs{
	margin-bottom: 60px;
}

.page-faqs-catagery .page-single-faqs:last-child{
	margin-bottom: 0;
}

.page-faqs-catagery .faq-accordion .accordion-header .accordion-button.collapsed,
.page-faqs-catagery .faq-accordion .accordion-item .accordion-body{
	background: var(--secondary-color);
}

/************************************/
/***   24. Contact Us Page css 	  ***/
/************************************/

.page-contact-us{
	padding: 100px 0;
}

.contact-info-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
    margin-bottom: 100px;
}

.contact-info-item{
	position: relative;
	width: calc(33% - 22.5px);
	background: #f5f8fa;
	border-radius: 20px;
	padding: 30px;
	overflow: hidden;
}

.contact-info-item::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    background: #ef7f1a;
	border-radius: 999px 999px 0 0;
	width: 100%;
	height: 0;
	z-index: 0;
    transition: all 0.4s ease-in-out;
}

.contact-info-item.active::before,
.contact-info-item:hover::before{
	border-radius: 0;
	height: 100%;
}

.contact-info-item .icon-box,
.contact-info-content{
	position: relative;
	z-index: 1;
}

.contact-info-item .icon-box{
    position: relative;
    background:  #ef7f1a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 30px;
}

.contact-info-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box::before{
	transform: scale(1);
}

.contact-info-item .icon-box img{
    position: relative;
	width: 100%;
	max-width: 25px;
    z-index: 1;
}

.contact-info-content h3{
	font-size: 20px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}

.contact-info-content p{
	margin-bottom: 2px;
	transition: all 0.4s ease-in-out;
	font-size: 17px;
}

.contact-info-item:hover .contact-info-content h3,
.contact-info-item:hover .contact-info-content p{
	color: var(--white-color);
}

.contact-info-content p:last-child{
	margin-bottom: 0;
}

.contact-info-content p a{
	color: inherit;
}

.google-map-iframe,
.contact-form{
	width: 50%;
}

.google-map-iframe iframe{
	width: 100%;
	height: 100%;
	/* filter: grayscale(1); */
	transition: all 0.3s ease-in-out;
}

.google-map-iframe iframe:hover{
	filter: grayscale(0);
}

.conatct-us-form{
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	overflow: hidden;
}

.contact-form{
	padding: 40px;
}

.contact-form form .form-control{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--white-color);
    background-color: var(--dark-divider-color);
	border: none;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
    border-radius: 10px;
    padding: 18px 20px;
    outline: none;
    box-shadow: none;
}

.contact-form form .form-control::placeholder{
    color: var(--white-color);
}

.contact-form form .btn-default{
	width: 100%;
	padding: 17px;
}

.contact-form form .btn-default::before{
	display: none;
}

/************************************/
/*** 	25. 404 Error Page css 	  ***/
/************************************/

.error-page{
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 45%;
}

.error-page-content{
	text-align: center;
}

.error-page-content-body p,
.error-page-content .section-title{
	margin-bottom: 20px;
}

/************************************/
/*** 	  26. Responsive css 	  ***/
/************************************/

@media only screen and (max-width: 991px){

	.btn-default{
		padding: 14px 45px 14px 15px;
	}

	.btn-default::before{
		right: 15px;
	}

	.btn-default.btn-border{
		padding: 15px 45px 15px 15px;
	}

	.navbar{
		padding: 20px 0;
	}

	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.section-title.section-title-center{
		max-width: 100%;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h3{
		margin-bottom: 10px;
	}

	.section-title h1{
		font-size: 42px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 10px;
	}

	.section-title-content{
		margin-top: 15px;
	}

	.section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.section-content-btn .section-btn{
		margin-top: 15px;
	}

	.hero{
		padding: 140px 0 50px;
	}

	.hero.hero-slider-layout .hero-slide{
		padding: 140px 0 50px;
	}

	.hero-content{
		margin-bottom: 30px;
	}

	.hero-body{
		gap: 15px 20px;
	}

	.review-box{
		padding-top: 30px;
		margin-top: 30px;
	}

	.hero-image{
		max-width: 75%;
		margin: 0 auto;
	}

	.our-scrolling-ticker{
        padding: 15px 0;
    }

    .scrolling-ticker-box{
        --gap: 20px;
    }

	.scrolling-content span{
		font-size: 24px;
	}

	.scrolling-content span img{
		width: 24px;
		margin-right: 20px;
	}

	.about-us{
		padding: 50px 0;
	}

	.about-image-box{
		margin-bottom: 30px;
	}

	.contact-us-circle{
		top: calc(50% - 10px);
	}

	.about-image-item{
		padding: 20px;
	}

	.about-image-item .icon-box{
		margin-bottom: 30px;
	}

	.about-image-item-content h2{
		font-size: 36px;
	}

	.about-image-item-content h3{
		font-size: 18px;
	}

	.about-us-content{
		margin: 0;
	}

	.about-us-body{
		padding-left: 30px;
	}

	.about-body-item{
		margin-bottom: 20px;
	}

	.about-body-item:before{
		left: -33px;
	}

	.about-body-content p{
		margin: 5px 0 0;
	}
	
	.our-products{
		padding: 50px 0;
	}

	.product-item{
		padding: 20px;
	}

	.product-image{
		margin-bottom: 30px;
	}

	.product-image figure img{
		max-width: 210px;
	}

	.product-cart-btn a{
		padding: 10px 24px;
	}

	.product-cart-btn a img{
		max-width: 18px;
	}

	.product-rating{
		margin-top: 10px;
	}

	.product-price{
		margin-top: 15px;
	}

	.product-price h3{
		font-size: 20px;
	}

	.section-footer-text{
		margin-top: 10px;
	}
	
	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-content{
		margin-bottom: 30px;
	}

	.why-choose-list{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.why-choose-list ul li{
		padding-left: 25px;
	}

	.why-choose-experience{
		max-width: 180px;
		padding: 30px;
	}

	.why-choose-experience h2{
		font-size: 36px;
	}

	.why-choose-experience p{
		margin-top: 15px;
	}

	.why-choose-item-list{
		width: calc(100% - 210px);
		margin-left: 30px;
		padding-left: 30px;
	}

	.why-choose-item{
		margin-bottom: 20px;
	}

	.why-choose-item p{
		margin: 5px 0 0;
	}

	.why-choose-image{
		max-width: 550px;
		margin: 0 auto;
		padding: 0 80px 50px 0;
	}

	.why-choose-img-2 figure img{
		max-width: 260px;
	}

	.why-choose-counter-list{
		gap: 20px;
		margin-top: 30px;
		padding-top: 30px;
	}

	.why-choose-counter-item{
		width: calc(25% - 15px);
	}

	.why-choose-counter-item h2{
		font-size: 36px;
	}

	.why-choose-counter-item p{
		font-size: 14px;
		margin-top: 5px;
	}

	.we-offer{
		padding: 50px 0;
	}

	.offer-item{
		width: calc(50% - 15px);
		padding: 20px;
		margin-top: 75px;
	}

	.offer-item-image{
		max-width: 160px;
		margin: -100px auto 20px;
	}

	.offer-item-content .readmore-btn{
		margin-top: 15px;
	}

	.our-benefits{
		padding: 50px 0;
	}

	.benefit-item{
		margin-bottom: 30px;
	}

	.benefit-item .icon-box{
		height: 45px;
		width: 45px;
		margin-right: 15px;
	}

	.benefit-item .icon-box img{
		max-width: 22px;
	}	

	.benefit-item-content{
		width: calc(100% - 60px);
	}

	.benefit-item-content h3{
		font-size: 18px;
	}

	.benefit-item-content p{
		margin-top: 5px;
	}

	.our-benefits-image{
		margin: 30px auto 0;
		max-width: 70%;
	}

	.our-benefits .section-footer-text{
		margin-top: 30px;
	}

	.intro-video-box,
	.intro-video-box video{
		height: 500px;
	}

	.premium-ingredients{
		padding: 50px 0;
	}

	.our-ingredients-content{
		margin-bottom: 30px;
	}

	.ingredients-body ul{
		gap: 15px 40px;
		padding: 20px 20px 20px 40px;
    	margin: 15px 0 0;
	}

	.ingredients-image-box{
		margin: 0;
	}

	.ingredient-item-list{
		padding: 30px;
	}

	.ingredient-item{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.premium-ingredient-item-list{
		margin-top: 40px;
		padding-top: 40px;
	}

	.premium-ingredient-item{
		width: calc(50% - 15px);
	}

	.premium-ingredient-item .icon-box{
		margin-bottom: 20px;
	}

	.premium-ingredient-item-content p{
		margin: 5px 0 0;
	}

	.sale-now{
		padding: 50px 0;
	}

	.sale-now::before,
	.sale-now:after{
		opacity: 40%;
	}

	.sale-now::before{
		width: 315px;
    	height: 350px;
	}

	.sale-now::after{
		width: 360px;
    	height: 240px;
	}

	.special-saving-content-body{
		margin-top: 40px;
	}

	.special-saving-content-body .countdown-text{
		padding: 20px;
	}

	.countdown-text h3{
		font-size: 42px;
	}

	.our-testimonials{
		padding: 50px 0;
	}

	.testimonial-item{
		padding: 30px;
	}

	.testimonial-quote{
		margin: -60px 0 20px;
	}

	.testimonial-content{
		margin-top: 20px;
	}

	.author-info{
		margin-top: 15px;
		padding-top: 15px;
	}

	.testimonial-pagination{
		margin-top: 30px;
	}

	.our-faqs{
		padding: 50px 0;
	}

	.faqs-content{
		margin-bottom: 30px;
	}

	.faq-accordion .accordion-item{
		border-radius: 14px;
    	margin-bottom: 20px;
	}

	.faq-accordion .accordion-header .accordion-button,
	.faq-accordion .accordion-item .accordion-body{
		padding: 15px 50px 15px 15px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		right: 15px;
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	.faqs-image{
		margin: 0;
	}

	.faqs-img img{
		aspect-ratio: 1 / 0.62;
	}

	.faq-cta-box{
		left: 30px;
		bottom: 30px;
	}

	.our-blog{
		padding: 50px 0 20px;
	}

	.post-featured-image,
	.post-item-content{
    	margin-bottom: 15px;
	}

	.main-footer{
		padding: 50px 0 0;
	}

	.about-footer{
		margin-bottom: 40px;
	}

	.about-footer-content{
		margin-top: 15px;
	}

	.footer-social-links{
		margin-top: 20px;
	}

	.footer-social-links h3{
		margin-bottom: 10px;
	}

	.footer-links-box{
		margin: 0;
	}

	.footer-links h3,
	.footer-links p{
		margin-bottom: 15px;
	}

	.footer-links ul li{
		margin-bottom: 10px;
	}

	.footer-contact-list{
		padding-top: 15px;
	}

	.footer-contact-item{
		margin-bottom: 15px;
	}

	.footer-copyright{
		padding: 15px 0;
		margin: 50px 0 0;
	}
	.page-header{
		padding: 170px 0 80px;
	}

	.page-header-box h1{
		font-size: 42px;
	}

	.our-approach{
		padding: 50px 0;
	}

	.our-apporach-image{
		margin-bottom: 30px;
	}

	.our-apporach-content{
		margin-left: 0;
	}

	.mission-vision-item{
		margin-bottom: 30px;
		padding: 30px;
	}

	.mission-vision-content{
		margin-bottom: 20px;
	}

	.mission-vision-list ul{
		gap: 10px 30px;
	}

	.quality-promise{
	    padding: 50px 0;
	}

	.quality-promise-image{
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.company-experience-box{
		top: 20px;
		width: 190px;
		padding: 20px;
	}

	.company-experience-box .icon-box{
		margin-bottom: 20px;
	}

	.company-experience-box .icon-box img{
		max-width: 40px;
	}

	.quality-promise-content{
		margin-left: 0;
	}

	.quality-promise-body{
		margin-bottom: 30px;
	}

	.quality-promise-body-item{
		margin-bottom: 30px;
	}

	.quality-promise-body-item .icon-box{
		height: 45px;
		width: 45px;
		margin-right: 15px;
	}

	.quality-promise-body-item .icon-box img{
		max-width: 22px;
	}	

	.quality-promise-body-content{
		width: calc(100% - 60px);
	}

	.quality-promise-body-content h3{
		margin-bottom: 5px;
	}

	.true-taste{
		padding: 50px 0;
	}

	.true-taste-content{
		margin-bottom: 30px;
	}

	.true-taste-body-item .icon-box{
		height: 45px;
		width: 45px;
		margin-right: 15px;
	}

	.true-taste-body-item .icon-box img{
		max-width: 22px;
	}	

	.true-taste-body-content{
		width: calc(100% - 60px);
	}

	.true-taste-body-content h3{
		margin-bottom: 5px;
	}

	.true-taste-counter-list{
		margin-top: 30px;
	}

	.true-taste-counter-item{
		padding: 20px;
	}

	.true-taste-counter-item h2{
		font-size: 36px;
		margin-bottom: 10px;
	}

	.true-taste-image-box{
		margin-left: 0;
	}

	.true-taste-img img{
		aspect-ratio: 1 / 0.8;
	}

	.our-journey{
		padding: 50px 0;
	}

	.our-journey .section-title.section-title-center{
		max-width: 100%;
	}

	.journey-item-list{
		gap: 20px;
	}

	.journey-item{
		width: calc(25% - 15px);
		padding: 20px;
	}

	.journey-counter h2{
		font-size: 36px;
	}

	.journey-list{
		margin-top: 30px;
	}

	.journey-list ul{
		gap: 20px;
	}

	.journey-list ul li{
		width: calc(50% - 10px);
		padding: 10px 15px 10px 30px;
	}

	.journey-list ul li::before{
		left: 15px;
		top: 16px;
	}

	.page-blog{
        padding: 50px 0;
    }

    .page-pagination{
        margin-top: 10px;
    }

	.page-single-post{
        padding: 50px 0;
    }

	.post-single-meta{
		margin-top: 5px;
	}

	.post-single-meta ol li{
        font-size: 16px;
    }
    
    .post-single-meta ol li i{
        font-size: 16px;
    }
    
    .post-image{
        margin-bottom: 20px;
    }
    
    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{
        margin: 0 0 0.417em;
    }
    
    .post-entry h2{
        font-size: 36px;
    }
    
    .post-entry p{
        margin-bottom: 15px;
    }
    
    .post-entry ol li,
    .post-entry ul li{
        margin-bottom: 10px;
    }
    
    .post-entry blockquote{
        background-position: 20px 20px;
        background-size: 40px;
        padding: 20px 20px 20px 70px;
        margin-bottom: 20px;
    }
    
    .post-entry blockquote p{
        font-size: 18px;
    }
    
    .post-tags{
        margin-bottom: 20px;
    }
    
    .post-tags .tag-links a{
        padding: 12px 15px;
    }
    
    .post-social-sharing ul{
        text-align: left;
    }

	.page-features{
		padding: 50px 0 20px;
	}

	.features-item{
		padding: 30px;
	}

	.features-item .icon-box{
		margin-bottom: 20px;
	}

	.features-item-content p{
		margin: 10px 0 0;
	}

	.page-testimonials{
		padding: 50px 0 20px;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.page-single-sidebar{
		position: initial;
		margin: 0 0 30px;
	}

	.page-catagory-list{
		padding: 30px;
		margin-bottom: 30px;
	}

	.page-catagory-list ul li{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.sidebar-cta-box{
		padding: 30px;
	}

	.sidebar-cta-logo{
		margin-bottom: 20px;
	}

	.sidebar-cta-body{
		margin-top: 20px;
	}

	.page-faqs-catagery .page-single-faqs{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 50px 0;
	}

	.contact-info-list{
		margin-bottom: 50px;
	}

	.contact-info-item{
		width: calc(50% - 15px);
		padding: 20px;
	}

	.contact-info-item .icon-box{
		margin-bottom: 20px;
	}

	.conatct-us-form{
		flex-direction: column-reverse;
	}

	.google-map-iframe,
	.contact-form{
		width: 100%;
	}

	.google-map-iframe iframe{
		height: 450px;
	}

	.contact-form{
		padding: 30px;
	}

	.contact-form form .form-control{
		padding: 12px 15px;
	}

	.contact-form form .btn-default{
		padding: 14px;
	}

	.error-page{
		padding: 50px 0;
	}

	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

    .error-page-content-body p,
    .error-page-content .section-title{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px){

	.section-row{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 28px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.section-title p{
        margin-top: 10px;
    }

	.section-title-content{
        margin-top: 10px;
	}

	.satisfy-client-content{
		width: 100%;
	}

	.scrolling-ticker-box{
		gap: 15px;
	}

	.scrolling-content span{
		font-size: 22px;
	}

	.scrolling-content span img{
		width: 22px;
	}

	.hero-image{
		max-width: 100%;
	}

	.contact-us-circle{
		top: calc(50% - 35px);
	}

	.contact-us-circle a{
		border-width: 5px;
	}

	.contact-us-circle a img{
		max-width: 100px;
	}

	.about-image-item .icon-box{
        margin-bottom: 20px;
    }

	.about-image-item .icon-box img{
		max-width: 40px;
	}

	.about-image-item-content h2{
        font-size: 26px;
		margin-bottom: 10px;
    }

	.about-image-item-content h3{
        font-size: 14px;
    }

	.about-us-body{
		padding-left: 20px;
	}

	.about-body-item:before{
		left: -23px;
	}

	.about-body-item .icon-box img{
		max-width: 34px;
	}

	.about-body-content h3{
		font-size: 18px;
	}

	.product-image{
        margin-bottom: 20px;
    }

	.product-content h3,
	.product-price h3{
		font-size: 18px;
	}

	.product-price h3 span{
        font-size: 16px;
    }

	.why-choose-list{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.why-choose-list ul{
		gap: 10px;
	}

	.why-choose-list ul li{
		width: 100%;
	}

	.why-choose-body{
		display: block;
	}

	.why-choose-experience{
		max-width: 100%;
		padding: 15px;
	}

	.why-choose-experience p{
        margin-top: 10px;
    }

	.why-choose-item-list{
        width: 100%;
		border-top: 1px solid var(--divider-color);
        margin: 20px 0 0;
		padding: 20px 0 0;
		border-left: none;
    }

	.why-choose-item h3{
		font-size: 18px;
	}

	.why-choose-img-2 figure img{
        max-width: 200px;
    }

	.why-choose-counter-list{
        margin-top: 20px;
        padding-top: 20px;
    }
	
	.why-choose-counter-item{
		width: calc(50% - 10px);
	}

	.why-choose-counter-item h2{
		font-size: 26px;
    }

	.offer-item{
		width: 100%;
	}

	.offer-item-image{
		margin-bottom: 15px;
	}

	.offer-item-content h3{
		font-size: 18px;
	}

	.benefit-item{
        margin-bottom: 20px;
    }

	.our-benefits-image{
        margin: 30px auto;
        max-width: 100%;
    }

	.intro-video-box,
	.intro-video-box video{
        height: 350px;
    }

	.ingredients-body h3{
		font-size: 18px;
	}

	.ingredients-body ul{
		gap: 10px;
		padding: 15px 15px 15px 35px;
	}

	.ingredients-body ul li{
		width: 100%;
	}

	.ingredients-image-box{
		display: block;
	}

	.our-ingredients-image img{
		aspect-ratio: 1 / 0.65;
	}

	.ingredient-item-list{
		max-width: 100%;
		padding: 20px;
		margin: 20px 0 0;
	}

	.ingredient-item{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

	.ingredient-item .icon-box{
		margin-right: 10px;
	}

	.ingredient-item-content{
		width: calc(100% - 60px);
	}

	.ingredient-item-content h3{
		font-size: 18px;
	}

	.premium-ingredient-item-list{
		gap: 20px;
        margin-top: 30px;
        padding-top: 30px;
    }

	.premium-ingredient-item{
		width: 100%;
	}
	
	.premium-ingredient-item .icon-box{
        margin-bottom: 15px;
    }

	.premium-ingredient-item-content h3{
		font-size: 18px;
	}

	.sale-now-box .section-title p{
		max-width: 100%;
	}

	.special-saving-content-body{
		gap: 20px;
		margin-top: 30px;
	}

	.special-saving-content-body .countdown-text{
		width: calc(25% - 15px);
        padding: 15px 10px;
		border-radius: 12px;
    }

	.special-saving-content-body .countdown-text::before{
		right: -14px;
		font-size: 30px;
	}

	.countdown-text h3{
		font-size: 28px;
	}

	.countdown-text p{
		font-size: 14px;
		margin-top: 5px;
	}

	.testimonial-item{
        padding: 20px;
    }

	.testimonial-quote{
        margin: -50px 0 15px;
    }

	.testimonial-content{
        margin-top: 15px;
    }

	.author-info .author-image img{
		max-width: 50px;
	}

	.author-info .author-content h3{
		font-size: 18px;
	}

	.faq-accordion .accordion-header .accordion-button{
		font-size: 16px;
	}

	.faq-accordion .accordion-item .accordion-body{
		padding: 15px;
	}

	.faq-accordion .accordion-item .accordion-body p{
		font-size: 14px;
	}

	.faqs-img img{
		aspect-ratio: 1 / 1.02;
	}

	.faq-cta-box{
        left: 20px;
        bottom: 20px;
        padding: 15px;
    }

	.review-content{
		margin-top: 15px;
	}

	.review-content h3{
		font-size: 18px;
	}

	.post-item-content h2{
		font-size: 18px;
	}

	.about-footer{
        margin-bottom: 30px;
    }

	.footer-links{
		max-width: 55%;
	}

	.footer-links.footer-contact-links{
		max-width: 100%;
	}

	.footer-links h3{
		font-size: 18px;
	}

	.footer-contact-item{
        margin-bottom: 10px;
    }

	.footer-copyright{
        margin: 30px 0 0;
    }

	.footer-copyright-box{
		gap: 10px;
    	flex-direction: column;
	}
	
	.page-header-box h1{
		font-size: 28px;
	}

	.mission-vision-item{
		padding: 20px;
	}

	.mission-vision-content h3{
		font-size: 18px;
	}

	.mission-vision-list ul li{
		width: 100%;
	}

	.quality-promise-image{
		max-width: 100%;
	}

	.company-experience-box{
        width: 145px;
        padding: 15px;
    }

	.company-experience-box .icon-box{
        margin-bottom: 15px;
    }

	.company-experience-content h3{
		font-size: 18px;
	}

	.quality-promise-body-content h3{
		font-size: 18px;
	}

	.true-taste-body-content h3{
		font-size: 18px;
	}

	.true-taste-counter-list{
		gap: 20px;
	}

	.true-taste-counter-item{
        width: calc(50% - 10px);
		padding: 15px;
    }

	.true-taste-counter-item h2{
		font-size: 26px;
	}

	.journey-item{
		width: calc(50% - 10px);
	}
	
	.journey-counter h2{
        font-size: 26px;
    }

	.journey-list ul{
		gap: 15px;
	}

	.journey-list ul li{
		width: 100%;
	}

	.post-image img{
        aspect-ratio: 1 / 0.7;
    }
    
    .post-entry blockquote{
        background-position: 15px 15px;
        padding: 60px 15px 15px 15px;
    }
    
    .post-entry blockquote p{
        font-size: 16px;
    }
    
    .post-entry h2{
        font-size: 26px;
    }
    
    .tag-links{
        font-size: 18px;
    }

	.features-item{
		padding: 30px;
	}

	.features-item-content h3{
		font-size: 18px;
	}

	.page-catagory-list{
		padding: 20px;
	}

	.sidebar-cta-box{
		padding: 20px;
	}

	.sidebar-cta-contact-item{
		margin-bottom: 15px;
	}

	.sidebar-cta-contact-content p{
		font-size: 16px;
	}

	.contact-info-list{
		gap: 20px;
	}

	.contact-info-item{
		width: 100%;
	}

	.contact-info-item .icon-box{
        margin-bottom: 15px;
    }

	.contact-info-content h3{
		font-size: 18px;
	}

	.contact-form{
		padding: 20px;
	}

	.google-map-iframe iframe{
        height: 350px;
    }
}

/* =========================================
   Awards Section
========================================= */

.awards-section {
    position: relative;
    background: #011d34;
    padding: 80px 0 80px;
    overflow: hidden;
}

.awards-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}


/* Section Title */

.awards-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.awards-section .section-title h2 {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}


/* Slider */

.awards-slider-wrap {
    width: 100%;
    position: relative;
}

.awardsSwiper {
    width: 100%;
    padding: 20px 0 80px;
    overflow: visible;
}

.awardsSwiper .swiper-wrapper {
    align-items: center;
}

.awardsSwiper .swiper-slide {
    width: 300px;
    transition: all 0.5s ease;
}


/* Award Item */

.award-item {
    text-align: center;
    position: relative;
}


/* Image Box */

.award-image {
    width: 300px;
    height: 300px;
    padding: 15px;
    background: #ffffff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s ease;
}

.award-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: all 0.5s ease;
}


/* Award Text */

.award-content {
    padding-top: 14px;
    opacity: 0.75;
    transition: all 0.5s ease;
}

.award-content h3 {
    color: #ffffff;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 500;
    margin: 0 0 3px;
}

.award-content span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}


/* Center Slide */

.awardsSwiper .swiper-slide-active .award-image {
    transform: scale(1.05);
    background:rgb(255 255 255);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.awardsSwiper .swiper-slide-active .award-content {
    opacity: 1;
}

.awardsSwiper .swiper-slide-active .award-content h3 {
    font-weight: 600;
}


/* Pagination */

.awardsSwiper .swiper-pagination {
    bottom: 15px;
}

.awardsSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff;
    opacity: 1;
    margin: 0 5px !important;
}

.awardsSwiper .swiper-pagination-bullet-active {
    background: #ef7f1a;
    transform: scale(1.15);
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 1199px) {

    .awards-section {
        padding: 70px 0 90px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .awardsSwiper .swiper-slide {
        width: 270px;
    }

    .award-image {
        width: 270px;
        height: 280px;
    }
}


@media (max-width: 991px) {

    .awards-section {
        padding: 60px 0 80px;
    }

    .section-title {
        margin-bottom: 45px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .awardsSwiper .swiper-slide {
        width: 250px;
    }

    .award-image {
        width: 250px;
        height: 260px;
    }

    .award-content h3 {
        font-size: 15px;
    }
}


@media (max-width: 767px) {

    .awards-section {
        padding: 50px 0 70px;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .awardsSwiper {
        padding-top: 10px;
        padding-bottom: 65px;
    }

    .awardsSwiper .swiper-slide {
        width: 220px;
    }

    .award-image {
        width: 220px;
        height: 240px;
        border-radius: 15px;
    }

    .award-content h3 {
        font-size: 14px;
    }

    .award-content span {
        font-size: 13px;
    }
}


@media (max-width: 480px) {

    .section-title h2 {
        font-size: 18px;
    }

    .awardsSwiper .swiper-slide {
        width: 200px;
    }

    .award-image {
        width: 200px;
        height: 220px;
    }
}
/* ==========================================
   APPLICATION SECTION
========================================== */

.application-section {
    position: relative;
    padding: 100px 0;
    background: #f5f8fa;
    overflow: hidden;
}


/* Background Decorative Shape */

.application-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -250px;
    top: 100px;
    border-radius: 50%;
    background: rgba(45, 145, 197, 0.05);
}

.application-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -220px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(45, 145, 197, 0.05);
}


/* ==========================================
   SECTION HEADING
========================================== */

.application-section-heading {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto 65px;
    text-align: center;
}

.application-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #ef7f1a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.application-section-heading h2 {
    margin: 0 0 18px;
    color: #142b3a;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.application-section-heading h2 span {
    color: #ef7f1a;
}

.application-section-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #6d7b83;
    font-size: 16px;
    line-height: 1.7;
}


/* ==========================================
   MAIN ROW
========================================== */

.application-row {
    position: relative;
    z-index: 2;
    align-items: center;
}


/* ==========================================
   APPLICATION LIST
========================================== */

.application-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}


/* ==========================================
   APPLICATION CARD
========================================== */

.application-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 105px;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #e7edf1;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(20, 43, 58, 0.06);
    transition: all 0.4s ease;
    overflow: hidden;
}


/* Left Border */

.application-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: #ef7f1a;
    border-radius: 0 4px 4px 0;
    transition: all 0.4s ease;
}


/* Hover */

.application-card:hover {
    transform: translateY(-5px);
    border-color: #ef7f1a;
    box-shadow: 0 15px 35px rgba(20, 43, 58, 0.12);
}

.application-card:hover::before {
    height: 100%;
}


/* ==========================================
   APPLICATION ICON
========================================== */

.application-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef8fc;
    border-radius: 12px;
    transition: all 0.4s ease;
}

.application-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    transition: all 0.4s ease;
}

.application-card:hover .application-icon {
    background:#011d34;
}

.application-card:hover .application-icon img {
    transform: scale(1.08);
	filter: brightness(0) invert(1);
}


/* ==========================================
   APPLICATION CONTENT
========================================== */

.application-content {
    flex: 1;
}

.application-content h3 {
    margin: 0 0 6px;
    color: #142b3a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.application-card:hover .application-content h3 {
    color: #ef7f1a;
}

.application-content p {
    margin: 0;
    color: black;
    font-size: 13px;
    line-height: 1.5;
}


/* ==========================================
   CENTER APPLICATION IMAGE
========================================== */

.application-center {
    position: relative;
    width: 100%;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Outer Circle */

.application-center-circle {
    position: absolute;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(45, 145, 197, 0.25);
    border-radius: 50%;
}

.application-center-circle::before {
    content: "";
    position: absolute;
    inset: 25px;
    border: 1px dashed rgba(45, 145, 197, 0.25);
    border-radius: 50%;
}


/* Center Image */

.application-image {
    position: relative;
    z-index: 2;
    width: 350px;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-image::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: #e8f5fa;
    z-index: -1;
}

.application-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.12));
}


/* ==========================================
   CENTER LABEL
========================================== */

.application-center-content {
    position: absolute;
    z-index: 3;
    right: 5px;
    bottom: 75px;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ef7f1a;
    border: 8px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(45, 145, 197, 0.25);
}

.application-center-content span {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 600;
}

.application-center-content strong {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1199px) {

    .application-section {
        padding: 80px 0;
    }

    .application-section-heading h2 {
        font-size: 36px;
    }

    .application-center {
        min-height: 520px;
    }

    .application-center-circle {
        width: 340px;
        height: 340px;
    }

    .application-image {
        width: 310px;
        height: 390px;
    }

    .application-image::before {
        width: 280px;
        height: 280px;
    }

    .application-center-content {
        right: -5px;
        bottom: 65px;
    }

    .application-card {
        padding: 16px;
    }

    .application-icon {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
    }

    .application-icon img {
        width: 30px;
        height: 30px;
    }

    .application-content h3 {
        font-size: 16px;
    }

    .application-content p {
        font-size: 12px;
    }
}


@media (max-width: 991px) {

    .application-section {
        padding: 70px 0;
    }

    .application-section-heading {
        margin-bottom: 45px;
    }

    .application-section-heading h2 {
        font-size: 34px;
    }

    .application-center {
        min-height: 450px;
        margin: 25px 0 40px;
    }

    .application-center-circle {
        width: 330px;
        height: 330px;
    }

    .application-image {
        width: 290px;
        height: 360px;
    }

    .application-center-content {
        right: calc(50% - 190px);
        bottom: 25px;
    }

    .application-list {
        gap: 18px;
    }
}


@media (max-width: 767px) {

    .application-section {
        padding: 60px 0;
    }

    .application-section-heading {
        margin-bottom: 35px;
    }

    .application-section-heading h2 {
        font-size: 29px;
    }

    .application-section-heading p {
        font-size: 14px;
    }

    .application-center {
        min-height: 390px;
        margin: 15px 0 35px;
    }

    .application-center-circle {
        width: 290px;
        height: 290px;
    }

    .application-image {
        width: 260px;
        height: 330px;
    }

    .application-image::before {
        width: 240px;
        height: 240px;
    }

    .application-center-content {
        width: 105px;
        height: 105px;
        right: calc(50% - 165px);
        bottom: 15px;
    }

    .application-center-content strong {
        font-size: 12px;
    }

    .application-card {
        min-height: 95px;
    }
}


@media (max-width: 575px) {

    .application-section {
        padding: 50px 0;
    }

    .application-section-heading h2 {
        font-size: 26px;
    }

    .application-subtitle {
        font-size: 12px;
    }

    .application-center {
        min-height: 350px;
    }

    .application-center-circle {
        width: 250px;
        height: 250px;
    }

    .application-image {
        width: 225px;
        height: 290px;
    }

    .application-image::before {
        width: 210px;
        height: 210px;
    }

    .application-center-content {
        width: 90px;
        height: 90px;
        border-width: 5px;
        right: calc(50% - 145px);
    }

    .application-center-content span {
        font-size: 10px;
    }

    .application-center-content strong {
        font-size: 10px;
    }

    .application-card {
        padding: 15px;
        gap: 13px;
    }

    .application-icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }

    .application-icon img {
        width: 27px;
        height: 27px;
    }

    .application-content h3 {
        font-size: 15px;
    }

    .application-content p {
        font-size: 12px;
    }
}
/* =========================================
   MADE IN INDIA - GLOBAL SECTION
========================================= */

.made-global-section {
    position: relative;
    min-height: 520px;
    padding: 60px 0;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-color: #f58213;
    background-image: url("../image/statue-of-unity.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}


/* =========================================
   ORANGE OVERLAY
========================================= */

.made-global-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            #f58213 0%,
            #f58213 28%,
            rgba(245, 130, 19, 0.97) 42%,
            rgba(245, 130, 19, 0.72) 57%,
            rgba(245, 130, 19, 0.18) 76%,
            rgba(245, 130, 19, 0) 100%
        );

    z-index: 1;
}


/* =========================================
   CONTENT
========================================= */

.made-global-section .container {
    position: relative;
    z-index: 2;
}

.made-global-content {
    max-width: 590px;
    padding: 30px 0;
}


/* =========================================
   SMALL LABEL
========================================= */

.made-global-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-left: 42px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* Small Line */

.made-global-tag::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 30px;
    height: 2px;

    background: #ffffff;

    transform: translateY(-50%);
}


/* =========================================
   HEADING
========================================= */

.made-global-content h2 {
    margin: 0 0 25px;

    color: #111111;

    font-size: 48px;
    line-height: 1.15;
    font-weight: 500;

    letter-spacing: -1px;
}

.made-global-content h2 span {
    display: block;

    color: #ffffff;

    font-weight: 800;
}


/* =========================================
   DESCRIPTION
========================================= */

.made-global-content p {
    max-width: 560px;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.75;
	text-align: justify;
}


/* =========================================
   DECORATIVE LINE
========================================= */

.made-global-line {
    width: 70px;
    height: 3px;

    margin: 28px 0;

    background: #ffffff;
}


/* =========================================
   HIGHLIGHT BOXES
========================================= */

.made-global-highlight {
    display: flex;
    align-items: center;
    gap: 45px;
}

.made-global-number {
    position: relative;

    display: flex;
    flex-direction: column;
}

.made-global-number strong {
    margin-bottom: 4px;

    color: #ffffff;

    font-size: 25px;
    line-height: 1;
    font-weight: 800;
}

.made-global-number span {
    color: rgba(255, 255, 255, 0.85);

    font-size: 12px;
    letter-spacing: 0.5px;
}


/* Vertical divider */

.made-global-number + .made-global-number {
    padding-left: 45px;
}

.made-global-number + .made-global-number::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 1px;
    height: 42px;

    background: rgba(255, 255, 255, 0.4);
}


/* =========================================
   HOVER / IMAGE EFFECT
========================================= */

.made-global-section {
    transition: background-position 1s ease;
}

.made-global-section:hover {
    background-position: 53% center;
}


/* =========================================
   LARGE SCREEN
========================================= */

@media (min-width: 1400px) {

    .made-global-section {
        min-height: 560px;
        padding: 100px 0;

        background-position: center right;
    }

    .made-global-content h2 {
        font-size: 54px;
    }

    .made-global-content p {
        font-size: 16px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .made-global-section {
        min-height: 500px;

        background-position: 65% center;
    }

    .made-global-overlay {
        background:
            linear-gradient(
                90deg,
                #f58213 0%,
                #f58213 35%,
                rgba(245, 130, 19, 0.92) 52%,
                rgba(245, 130, 19, 0.35) 75%,
                rgba(245, 130, 19, 0) 100%
            );
    }

    .made-global-content h2 {
        font-size: 42px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .made-global-section {
        min-height: auto;

        padding: 70px 0;

        background-position: center right;
    }

    .made-global-overlay {
        background:
            linear-gradient(
                90deg,
                #f58213 0%,
                rgba(245, 130, 19, 0.94) 55%,
                rgba(245, 130, 19, 0.65) 100%
            );
    }

    .made-global-content {
        max-width: 650px;
    }

    .made-global-content h2 {
        font-size: 40px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .made-global-section {
        padding: 60px 0;
        background-position: 65% center;
    }

    .made-global-overlay {
        background:
            linear-gradient(
                90deg,
                #f58213 0%,
                rgba(245, 130, 19, 0.94) 65%,
                rgba(245, 130, 19, 0.78) 100%
            );
    }

    .made-global-content {
        padding: 10px 0;
    }

    .made-global-tag {
        margin-bottom: 15px;

        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .made-global-content h2 {
        margin-bottom: 20px;

        font-size: 32px;
        line-height: 1.2;
    }

    .made-global-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .made-global-line {
        margin: 22px 0;
    }

    .made-global-highlight {
        gap: 25px;
    }

    .made-global-number strong {
        font-size: 21px;
    }

    .made-global-number span {
        font-size: 11px;
    }

    .made-global-number + .made-global-number {
        padding-left: 25px;
    }
}
/* ==========================================
   VALUABLE CLIENTS SECTION
========================================== */

.valuable-clients-section {
    position: relative;
    padding: 90px 0 100px;
    background: #ffffff;
    overflow: hidden;
}


/* ==========================================
   BACKGROUND SHAPES
========================================== */

.valuable-clients-section::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    left: -250px;
    top: -230px;

    border-radius: 50%;

    background: rgba(245, 130, 19, 0.05);
}

.valuable-clients-section::after {
    content: "";
    position: absolute;

    width: 400px;
    height: 400px;

    right: -250px;
    bottom: -250px;

    border-radius: 50%;

    background: rgba(45, 145, 197, 0.045);
}


/* ==========================================
   HEADING
========================================== */

.valuable-clients-heading {
    position: relative;
    z-index: 2;

    max-width: 700px;

    margin: 0 auto 50px;

    text-align: center;
}


/* Small Heading */

.valuable-clients-heading > span {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 12px;

    color: #f58213;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Lines */

.valuable-clients-heading > span::before,
.valuable-clients-heading > span::after {
    content: "";

    width: 28px;
    height: 2px;

    background: #f58213;
}


/* Heading */

.valuable-clients-heading h2 {
    margin: 0 0 15px;

    color: #111111;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;
}

.valuable-clients-heading h2 strong {
    color: #f58213;
}


/* Description */

.valuable-clients-heading p {
    max-width: 600px;

    margin: 0 auto;

    color: #777777;

    font-size: 15px;
    line-height: 1.7;
}


/* ==========================================
   CLIENT GRID
========================================== */

.valuable-clients-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 18px;

    max-width: 1000px;

    margin: 0 auto;
}


/* ==========================================
   CLIENT CARD
========================================== */

.valuable-client-card {
    position: relative;

    height: 145px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15px;

    background: #ffffff;

    border: 1px solid #dedede;

    border-radius: 12px;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.035);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Top Orange Border */

.valuable-client-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 0;
    height: 3px;

    background: #f58213;

    transform: translateX(-50%);

    transition: width 0.35s ease;
}


/* Bottom Small Line */

.valuable-client-card::after {
    content: "";

    position: absolute;

    bottom: 0;
    left: 50%;

    width: 0;
    height: 2px;

    background: #f58213;

    transform: translateX(-50%);

    transition: width 0.35s ease;
}


/* Hover */

.valuable-client-card:hover {
    border-color: #f58213;

    transform: translateY(-7px);

    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.09);
}


.valuable-client-card:hover::before,
.valuable-client-card:hover::after {
    width: 100%;
}


/* ==========================================
   LOGO
========================================== */

.valuable-client-logo {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}


.valuable-client-logo img {
    display: block;

    width: auto;
    height: auto;

    max-width: 85%;
    max-height: 105px;

    object-fit: contain;

    transition: transform 0.35s ease;
}


.valuable-client-card:hover .valuable-client-logo img {
    transform: scale(1.06);
}


/* ==========================================
   CENTER LAST ROW
========================================== */

/*
   9 logos:
   First row = 5
   Second row = 4

   The 4 second-row items are centered.
*/

.valuable-client-card:nth-child(6) {
    grid-column: 1 / 2;
    /* margin-left: 100%; */
}

.valuable-client-card:nth-child(7) {
    grid-column: 2 / 3;
}

.valuable-client-card:nth-child(8) {
    grid-column: 3 / 4;
}

.valuable-client-card:nth-child(9) {
    grid-column: 4 / 5;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1199px) {

    .valuable-clients-section {
        padding: 80px 0 90px;
    }

    .valuable-clients-grid {
        max-width: 900px;
    }

    .valuable-client-card {
        height: 135px;
    }

    .valuable-client-logo img {
        max-height: 95px;
    }
}


/* ==========================================
   TABLET 3 COLUMNS
========================================== */

@media (max-width: 991px) {

    .valuable-clients-heading h2 {
        font-size: 36px;
    }

    .valuable-clients-grid {
        grid-template-columns: repeat(3, 1fr);

        max-width: 750px;

        gap: 16px;
    }

    /*
       Reset desktop positioning
    */

    .valuable-client-card:nth-child(6) {
        grid-column: auto;
        margin-left: 0;
    }

    .valuable-client-card:nth-child(7),
    .valuable-client-card:nth-child(8),
    .valuable-client-card:nth-child(9) {
        grid-column: auto;
    }

    .valuable-client-card {
        height: 130px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .valuable-clients-section {
        padding: 65px 0 75px;
    }

    .valuable-clients-heading {
        margin-bottom: 35px;
    }

    .valuable-clients-heading h2 {
        font-size: 32px;
    }

    .valuable-clients-heading p {
        font-size: 14px;
    }

    .valuable-clients-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 14px;
    }

    .valuable-client-card {
        height: 125px;

        padding: 12px;
    }

    .valuable-client-logo img {
        max-width: 90%;
        max-height: 85px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .valuable-clients-section {
        padding: 55px 0 65px;
    }

    .valuable-clients-heading h2 {
        font-size: 28px;
    }

    .valuable-clients-heading > span {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .valuable-clients-heading > span::before,
    .valuable-clients-heading > span::after {
        width: 18px;
    }

    .valuable-clients-heading p {
        font-size: 13px;
    }

    .valuable-client-card {
        height: 110px;
    }

    .valuable-client-logo img {
        max-height: 75px;
    }
}
/* ==========================================
   FLOATING CONTACT BAR
========================================== */

.floating-contact-bar {
    position: fixed;

    right: 0;
    top: 50%;

    transform: translateY(-50%);

    z-index: 99999;

    display: flex;
    flex-direction: column;

    gap: 4px;

    padding: 7px;

    background: rgba(255, 255, 255, 0.95);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 0;

    border-radius: 18px 0 0 18px;

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.15);
}


/* ==========================================
   COMMON BUTTON
========================================== */

.floating-contact-link {
    position: relative;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;

    color: #ffffff;

    text-decoration: none;

    overflow: hidden;

    border-radius: 13px;

    transition:
        width 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


/* Remove default anchor hover color */
.floating-contact-link:hover,
.floating-contact-link:focus {
    color: #ffffff;
    text-decoration: none;
}


/* ==========================================
   ICON
========================================== */

.floating-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 21px;

    position: relative;
    z-index: 2;

    transition: transform 0.3s ease;
}


/* ==========================================
   TEXT / LABEL
========================================== */

.floating-label {
    padding-right: 16px;

    font-size: 13px;
    font-weight: 600;

    line-height: 1;

    white-space: nowrap;

    opacity: 0;

    transform: translateX(15px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}


/* ==========================================
   HOVER
========================================== */

.floating-contact-link:hover {
    width: 145px;

    transform: translateX(-5px);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.25);
}


.floating-contact-link:hover .floating-label {
    opacity: 1;

    transform: translateX(0);
}


/* ==========================================
   WHATSAPP
========================================== */

.floating-contact-link.whatsapp {
    background: linear-gradient(
        135deg,
        #25D366,
        #128C7E
    );
}


/* ==========================================
   ENQUIRY
========================================== */

.floating-contact-link.enquiry {
    background: linear-gradient(
        135deg,
        #f59b23,
        #e66a00
    );
}


/* ==========================================
   CALL
========================================== */

.floating-contact-link.call {
    background: linear-gradient(
        135deg,
        #164e7c,
        #0b2945
    );
}


/* ==========================================
   ICON HOVER ANIMATION
========================================== */

.floating-contact-link:hover .floating-icon {
    animation: floatingIconBounce 0.5s ease;
}


@keyframes floatingIconBounce {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.18) rotate(-8deg);
    }

    100% {
        transform: scale(1);
    }

}


/* ==========================================
   SHINE EFFECT
========================================== */

.floating-contact-link::after {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 60%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );

    transform: skewX(-20deg);

    transition: left 0.6s ease;

    pointer-events: none;
}


.floating-contact-link:hover::after {
    left: 140%;
}

/* ==========================================
   MOBILE - FLOATING BUTTON + COPYRIGHT FIX
========================================== */

@media (max-width: 767px) {

    /* ======================================
       FOOTER COPYRIGHT
       Keep copyright text visible
    ====================================== */

    .footer-copyright {
        position: relative;
        z-index: 1;

        /* Extra bottom space for floating buttons */
        padding-bottom: 95px !important;

        overflow: visible !important;
    }


    .footer-copyright-box {
        position: relative;
        z-index: 2;

        padding-bottom: 0 !important;
    }


    .footer-copyright-text {
        position: relative;
        z-index: 2;
    }


    /* ======================================
       FLOATING CONTACT BAR
    ====================================== */

    .floating-contact-bar {

        position: fixed;

        right: 12px;
        bottom: 15px;
        top: auto;

        transform: none;

        z-index: 99999;

        display: flex;
        flex-direction: row;

        gap: 7px;

        padding: 6px;

        border-radius: 50px;

        border: 1px solid rgba(255, 255, 255, 0.85);

        background: rgba(255, 255, 255, 0.95);

        box-shadow:
            0 8px 25px rgba(0, 0, 0, 0.20);
    }


    /* ======================================
       MOBILE BUTTON
    ====================================== */

    .floating-contact-link {

        width: 48px;
        height: 48px;

        min-width: 48px;

        border-radius: 50%;
    }


    /* ======================================
       MOBILE ICON
    ====================================== */

    .floating-icon {

        width: 48px;
        min-width: 48px;
        height: 48px;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 18px;
    }


    /* ======================================
       HIDE LABEL
    ====================================== */

    .floating-label {
        display: none;
    }


    /* ======================================
       MOBILE HOVER
    ====================================== */

    .floating-contact-link:hover {

        width: 48px;
        min-width: 48px;

        height: 48px;

        transform: translateY(-4px);

        border-radius: 50%;

        box-shadow:
            0 8px 18px rgba(0, 0, 0, 0.22);
    }


    /* ======================================
       DISABLE SHINE
    ====================================== */

    .floating-contact-link::after {
        display: none;
    }

}


/* ==========================================
   VERY SMALL MOBILE
========================================== */

@media (max-width: 380px) {

    .footer-copyright {
        padding-bottom: 90px !important;
    }


    .floating-contact-bar {

        right: 8px;
        bottom: 12px;

        gap: 5px;

        padding: 5px;
    }


    .floating-contact-link {

        width: 44px;
        min-width: 44px;

        height: 44px;
    }


    .floating-icon {

        width: 44px;
        min-width: 44px;

        height: 44px;

        font-size: 17px;
    }

}
/* ==========================================
   ABOUT PRODUCTS
========================================== */

.about-products {
    position: relative;

    padding: 100px 0;

    background: #f6f8fa;

    overflow: hidden;
}


/* ==========================================
   SECTION TITLE
========================================== */

.product-title {
    text-align: center;

    margin-bottom: 55px;
}


.product-title span {
    display: inline-block;

    margin-bottom: 10px;

    color: #f58213;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 2px;
}


.product-title h2 {
    margin: 0;

    color: #0b2945;

    font-size: 40px;
    font-weight: 700;

    line-height: 1.2;
}


/* ==========================================
   PRODUCT BOX
========================================== */

.product-box {
    position: relative;

    height: 100%;

    background: #ffffff;

    border: 1px solid #e5e9ed;

    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 8px 30px rgba(11, 41, 69, 0.07);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


.product-box:hover {

    transform: translateY(-8px);

    border-color: #f58213;

    box-shadow:
        0 18px 45px rgba(11, 41, 69, 0.14);
}


/* ==========================================
   PRODUCT IMAGE
========================================== */

.product-img {
    position: relative;
    height: 330px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background:
        linear-gradient(
            145deg,
            #f4f6f8 0%,
            #ffffff 100%
        );

    overflow: hidden;
}


/* Decorative circle */

.product-img::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    border-radius: 50%;
    transition:
        transform 0.5s ease;
}


.product-box:hover .product-img::before {
    transform: scale(1.15);
}


/* Image */

.product-img img {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;

    object-fit: contain;

    transition:
        transform 0.5s ease;
}


.product-box:hover .product-img img {
    transform: scale(1.07);
}


/* ==========================================
   PRODUCT NUMBER
========================================== */

.product-number {
    position: absolute;

    top: 18px;
    left: 18px;

    z-index: 3;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #0b2945;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.product-box:hover .product-number {
    background: #f58213;

    transform: rotate(10deg);
}


/* ==========================================
   PRODUCT CONTENT
========================================== */

.producy-name {
    min-height: 105px;

    padding: 20px 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    background: #ffffff;

    border-top: 1px solid #edf0f2;
}


/* ==========================================
   PRODUCT INFO
========================================== */

.product-info h3 {
    margin: 0 0 8px;

    color: #0b2945;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.3;

    transition:
        color 0.3s ease;
}


.product-box:hover .product-info h3 {
    color: #f58213;
}


.product-info p {
    margin: 0;

    display: flex;
    align-items: center;

    gap: 7px;

    color: #687783;

    font-size: 14px;
    font-weight: 500;
}


.product-info p i {
    color: #f58213;

    font-size: 14px;
}


/* ==========================================
   ARROW BUTTON
========================================== */

.product-arrow {
    width: 48px;
    min-width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #0b2945;

    border-radius: 50%;

    text-decoration: none;

    transition:
        background 0.35s ease,
        transform 0.35s ease;
}


.product-arrow:hover {
    color: #ffffff;

    background: #f58213;

    transform: rotate(-45deg);
}


/* ==========================================
   MOBILE / TABLET
========================================== */

@media (max-width: 991px) {

    .about-products {
        padding: 80px 0;
    }

    .product-title h2 {
        font-size: 34px;
    }

    .product-img {
        height: 300px;
    }

}


@media (max-width: 767px) {

    .about-products {
        padding: 65px 0;
    }

    .product-title {
        margin-bottom: 35px;
    }

    .product-title span {
        font-size: 12px;
    }

    .product-title h2 {
        font-size: 28px;
    }

    .product-img {
        height: 270px;

        padding: 25px;
    }

    .producy-name {
        padding: 18px;
    }

    .product-info h3 {
        font-size: 18px;
    }

    .product-info p {
        font-size: 13px;
    }

}

@media (max-width: 480px) {

    .product-title h2 {
        font-size: 25px;
    }

    .product-img {
        height: 250px;
    }

    .product-arrow {
        width: 42px;
        min-width: 42px;
        height: 42px;

        font-size: 13px;
    }

}
/* ==========================================
   ENQUIRY POPUP
========================================== */

.enquiry-popup {
    position: fixed;

    inset: 0;

    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    visibility: hidden;
    opacity: 0;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}


/* Active Popup */

.enquiry-popup.active {
    visibility: visible;
    opacity: 1;
}


/* ==========================================
   OVERLAY
========================================== */

.enquiry-popup-overlay {
    position: absolute;

    inset: 0;

    background: rgba(3, 22, 38, 0.78);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


/* ==========================================
   POPUP BOX
========================================== */

.enquiry-popup-box {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 720px;

    max-height: 90vh;

    overflow-y: auto;

    padding: 35px 40px 40px;

    background: #ffffff;

    border-radius: 20px;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.30);

    transform: translateY(30px) scale(0.97);

    transition:
        transform 0.4s ease;
}


.enquiry-popup.active .enquiry-popup-box {
    transform: translateY(0) scale(1);
}


/* ==========================================
   CLOSE BUTTON
========================================== */

.enquiry-popup-close {
    position: absolute;

    top: 15px;
    right: 15px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: none;

    color: #ffffff;

    background: #0b2945;

    border-radius: 50%;

    cursor: pointer;

    font-size: 16px;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}


.enquiry-popup-close:hover {
    background: #f58213;

    transform: rotate(90deg);
}


/* ==========================================
   LOGO
========================================== */

.enquiry-popup-logo {
    display: flex;

    justify-content: center;

    margin-bottom: 18px;
}


.enquiry-popup-logo img {
    width: 250px;
    max-width: 80%;

    height: auto;

    display: block;
}


/* ==========================================
   POPUP HEADER
========================================== */

.enquiry-popup-header {
    text-align: center;

    margin-bottom: 25px;
}


.enquiry-popup-header span {
    display: block;

    margin-bottom: 5px;

    color: #f58213;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.enquiry-popup-header h2 {
    margin: 0 0 8px;

    color: #0b2945;

    font-size: 28px;
    font-weight: 700;
}


.enquiry-popup-header p {
    margin: 0;

    color: #687783;

    font-size: 14px;
}


/* ==========================================
   FORM
========================================== */

.enquiry-popup-box .form-group {
    position: relative;
}


.enquiry-popup-box label {
    display: block;

    margin-bottom: 7px;

    color: #0b2945;

    font-size: 13px;
    font-weight: 600;
}


.enquiry-popup-box .form-control {
    width: 100%;

    height: 48px;

    padding: 10px 15px;

    color: #0b2945;

    background: #f7f9fb;

    border: 1px solid #e1e6ea;

    border-radius: 8px;

    outline: none;

    font-size: 14px;

    box-shadow: none;

    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


.enquiry-popup-box textarea.form-control {
    height: auto;

    min-height: 110px;

    resize: vertical;
}


.enquiry-popup-box .form-control:focus {
    background: #ffffff;

    border-color: #f58213;

    box-shadow:
        0 0 0 3px rgba(245, 130, 19, 0.10);
}


.enquiry-popup-box .form-control::placeholder {
    color: #9aa5ad;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.enquiry-submit {
    display: flex;

    justify-content: center;
}


.enquiry-submit-btn {
    min-width: 190px;

    height: 50px;

    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    border: 0;

    border-radius: 8px;

    color: #ffffff;

    background: #f58213;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.enquiry-submit-btn i {
    transition:
        transform 0.3s ease;
}


.enquiry-submit-btn:hover {
    background: #0b2945;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(11, 41, 69, 0.20);
}


.enquiry-submit-btn:hover i {
    transform: translateX(5px);
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .enquiry-popup {
        padding: 15px;
    }


    .enquiry-popup-box {

        max-height: 92vh;

        padding: 30px 20px 25px;

        border-radius: 16px;
    }


    .enquiry-popup-logo img {
        width: 160px;
    }


    .enquiry-popup-header {
        margin-bottom: 20px;
    }


    .enquiry-popup-header h2 {
        font-size: 23px;
    }


    .enquiry-popup-header p {
        font-size: 13px;
    }


    .enquiry-popup-close {
        width: 34px;
        height: 34px;

        top: 10px;
        right: 10px;

        font-size: 14px;
    }


    .enquiry-popup-box .form-control {
        height: 45px;

        font-size: 13px;
    }


    .enquiry-popup-box textarea.form-control {
        min-height: 90px;
    }


    .enquiry-submit-btn {
        width: 100%;
    }

}
.product-line strong{
	color: #ef7f1a;
}

.application-img {
    position: relative;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background:
        linear-gradient(
            145deg,
            #f4f6f8 0%,
            #ffffff 100%
        );

    overflow: hidden;
}
.application-img img {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;

    object-fit: contain;

    transition:
        transform 0.5s ease;
}
.application-box {
    position: relative;
    /* height: 100%; */
    background: #ffffff;
    border: 1px solid #e5e9ed;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 8px 30px rgba(11, 41, 69, 0.07);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}
