@charset "UTF-8"; /*
Theme Name:Revrse Wordpress Theme
Author:FocusedCre
Author URI:https://focusedcre.com/
Description:Custom wordpress theme for Revrse
Version:1
*/



:root{
	--primary:#ac886f;
	--secondary:#f9d3c2;
	--secBg:#f1e6e2;
	--heading:#62473d;
	--text:#231f20;

	--primaryColor: #7b755b;
	--olive: #B1B799;
	--secondaryColor: #f0e3d3;
	--tertiaryColor: #d3b9a2;
	--darkColor: #61453d;
}
html,body{overflow-x:hidden; width:100%;}
*{margin:0; padding:0; box-sizing:border-box;}
body{font-family:"Montserrat",sans-serif;}
/************************* fonts,buttons,icons and text blocks styles**********************************/

h1{font-size:50px; color:#000000; line-height:50px; font-family:"the-seasons",sans-serif;}
h2{font-size:40px; color:#000000; line-height:1.2; letter-spacing:1px; font-family:"the-seasons",sans-serif;}
h3{font-size:24px; color:#000000; line-height:26px;}
h4{font-size:20px; color:#000000; line-height:30px;}
h5{font-size:16px; color:#000000; line-height:24px;}
h6{font-size:14px; color:#000000; line-height:18px;}
.heading-inline{display:inline !important;}
a{color:#000000; font-weight:400; text-decoration:none; -webkit-transition:0.3s ease-in-out !important; -moz-transition:0.3s ease-in-out !important; -ms-transition:0.3s ease-in-out !important; -o-transition:0.3s ease-in-out !important; transition:0.3s ease-in-out !important;}
a:hover{color:#000000; text-decoration:none;}
a:focus{text-decoration:none; outline:none}
ul{margin:0; padding:0}
ul li{list-style:none;}
img{image-rendering:-webkit-optimize-contrast;}
#map{height:400px;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar{background:#306178; height:40px; font-size:14px; border-bottom:1px solid #b49e3f; transition:all 0.5s;}
#topbar.topbar-scrolled{top:-40px;}
#topbar .contact-info a{color:#ffffff; font-size:14px; line-height:14px; font-weight:500;}
#topbar .contact-info a:hover{color:#ffffff;}
#topbar .contact-info a i{color:#ffffff;}
.cusBtn{font-family:"the-seasons",sans-serif; background-color:var(--tertiaryColor); color:#fff; font-size:23px; line-height:1.2; padding:14px 23px; border-radius:30px; text-transform:uppercase; display:inline-block; margin-top:15px; letter-spacing:1px;}
.cusBtn:hover{background-color:var(--secondaryColor); color:var(--darkColor);}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header{border-bottom:1px solid var(--primaryColor); 
	background-color:var(--primaryColor); padding: 20px 0; transition:all 0.5s;
	min-height: 86.5px;
}
#header.header-scrolled{ top:0; padding: 15px 0;}
#header .logo img{width:140px;}
#header.header-scrolled .logo img{}
.contactNo{font-size:18px; font-weight:500; color:#ffffff;}
.contactNo:hover{color:#ffffff;}
.contactNo i{font-size:15px;}
#header.header-scrolled .navbar li a,.navbar li a:focus{}
#header.header-scrolled .navbar li.current-menu-item a:after,.navbar li a:hover:after{background:var(--tertiaryColor);}

/* Center the logo with navigation split on sides */
#header .container-xl{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}

#header .logo{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	margin:0;
	z-index:10;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media (min-width:1200px){
	#header {
		background-color: transparent;
		border: none;
		backdrop-filter:blur(10px);
		box-shadow:0 4px 20px rgba(0, 0, 0, 0.15);
		width: 80vw;
		border-radius: 50px;
		padding: 0 20px;
		margin: 20px auto;
		overflow: hidden;
	}
	#header::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--tertiaryColor);
		border-radius: 50px;
		pointer-events: none;
		z-index: -1;
	}
	.page-template-index #header::after {
		opacity: 0.8;
	}
	.page-template-index #header.header-scrolled {
		padding: 0 20px;
		margin: 15px auto;
	}
	#header.header-scrolled {padding: 0 20px;}
	.page-template-index #header .logo {display: none;}
	.navbar{
		padding:0;
		width:100%;
		display:flex;
		justify-content:center;
	}
	.mobile-menu-extras {display: none;}

	/* Rounded container background for navigation */
	.navbar ul{
		margin:0;
		padding:20px 40px;
		display:flex;
		list-style:none;
		align-items:center;
		gap:15px;
		position:relative;
	}

	/* Split menu items: first 2 on left, last 2 on right */
	.navbar ul li:nth-child(3){
		margin-right:auto;
	}

	.navbar ul li:nth-child(4){
		margin-left:auto;
	}

	

	.navbar ul li:nth-child(4){
		margin-left:150px; /* Space for centered logo */
	}
	.menu-main-menu-container {width: 100%;}

	.navbar li{position:relative; padding:0;}
	.navbar li:last-child{padding-right:0;}

	.navbar li a,
	.navbar li a:focus{
		position:relative;
		display:flex;
		align-items:center;
		justify-content:space-between;
		color:#ffffff;
		white-space:nowrap;
		transition:0.3s;
		letter-spacing:1.5px;
		text-transform:uppercase;
		padding:12px 20px;
		font-size:15px;
		font-weight:600;
		font-family:'Montserrat',sans-serif;
		border-radius:25px;
	}

	.navbar li a:hover,
	.navbar li.current-menu-item a,
	.navbar li.current-menu-item:focus a,
	.navbar li:hover a{
		color:#ffffff;
		background-color:rgba(255, 255, 255, 0.15);
	}

	/* Remove the underline effect */
	.navbar li a:after{display:none;}

	/* Dropdown arrow styling */
	.navbar li.menu-item-has-children a:after{
		content:"\f078";
		display:inline-block;
		font-family:'fontawesome';
		margin-left:8px;
		font-size:10px;
		transition:transform 0.3s;
	}

	.navbar li.menu-item-has-children:hover a:after{
		transform:rotate(180deg);
	}

	/* Dropdown menu styling */
	.navbar li.menu-item-has-children ul.sub-menu{
		display:block;
		position:absolute;
		left:0;
		top:calc(100% + 10px);
		margin:0;
		padding:15px 0;
		z-index:99;
		opacity:0;
		visibility:hidden;
		background:rgba(97, 69, 61, 0.95);
		box-shadow:0 8px 30px rgba(0,0,0,0.25);
		transition:0.3s;
		border-radius:15px;
		min-width:220px;
	}

	.navbar li.menu-item-has-children:hover ul.sub-menu{
		opacity:1;
		visibility:visible;
		top:calc(100% + 5px);
	}

	.navbar li.menu-item-has-children ul.sub-menu li{
		min-width:200px;
		padding:0 10px;
	}

	.navbar li.menu-item-has-children ul.sub-menu a{
		padding:12px 20px;
		font-size:14px;
		text-transform:none;
		font-weight:500;
		color:#ffffff;
		border-radius:10px;
	}

	.navbar li.menu-item-has-children ul.sub-menu a i{font-size:12px;}

	.navbar li.menu-item-has-children ul.sub-menu a:hover,
	.navbar li.menu-item-has-children ul.sub-menu li:hover>a{
		background-color:rgba(255, 255, 255, 0.2);
		color:#ffffff;
	}
	.page-template-index .navbar ul {
		justify-content: center;
	}
	.page-template-index .navbar ul li:nth-child(3) {
		margin-right: initial;
	}
	.page-template-index .navbar ul li:nth-child(4) {
		margin-left: initial;
	}
}
@media (min-width:1200px) and (max-width:1366px){
	.navbar .menu-item-has-children .menu-item-has-children ul.sub-menu{left:-90%;}
	.navbar .menu-item-has-children .menu-item-has-children:hover>ul.sub-menu{left:-100%;}
}
@media (min-width:1200px){
	.mobile-nav-show,.mobile-nav-hide {display: none !important;}
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

@media (max-width:1199.98px){
	#header{padding:15px 0;}
	#header .logo img{width:200px;}

	/* Reset logo positioning for mobile */
	#header .logo{
		position:static;
		transform:none;
		margin-right:auto;
	}

	.navbar{position:fixed; top:0; right:-100%; width:100%; max-width:400px; bottom:0; transition:0.3s; z-index:9997;}

	/* Reset desktop rounded container styles for mobile */
	.navbar ul{
		position:absolute;
		inset:0;
		padding:140px 20px 200px 20px;
		margin:0;
		background:#ffffff;
		overflow-y:auto;
		transition:0.3s;
		z-index:9998;
		border-radius:0;
		box-shadow:none;
		backdrop-filter:none;
	}

	.navbar a:not(.mobile-menu-social a, .mobile-menu-contact a),.navbar a:not(.mobile-menu-social a, .mobile-menu-contact a):focus{
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:10px 20px;
		font-size:15px;
		font-weight:600;
		color:var(--darkColor);
		white-space:nowrap;
		transition:0.3s;
		background-color:transparent;
		border-radius:0;
	}

	.navbar a i:not(.mobile-menu-social a i, .mobile-menu-contact a i),.navbar a:focus i:not(.mobile-menu-social a i, .mobile-menu-contact a i){font-size:12px; line-height:0; margin-left:5px;}
	.navbar a:hover,.navbar .current-menu-item a,.navbar .current-menu-item:focus a,.navbar li:hover>a{color:var(--primaryColor); background-color:rgba(123,117,91,0.1);}
	.navbar .menu-item-has-children ul.sub-menu,.navbar .menu-item-has-children .menu-item-has-children ul.sub-menu{position:static; display:none; padding:10px 0; margin:10px 20px; background-color:rgba(123,117,91,0.1);}
	.navbar .menu-item-has-children>.submenu-active,.navbar .menu-item-has-children .menu-item-has-children>.submenu-active{display:block;}

	/* Mobile Menu Logo */
	.mobile-menu-logo{position:absolute; top:0; left:0; right:0; padding:50px 20px 20px; text-align:center; background:var(--primaryColor); z-index:9999; border-bottom:1px solid rgba(123,117,91,0.2);}
	.mobile-menu-logo img{width:150px;}

	/* Mobile Menu Extras (Contact & Social) */
	.mobile-menu-extras{position:absolute; bottom:0; left:0; right:0; padding:20px; background:#ffffff; border-top:1px solid rgba(123,117,91,0.2); z-index:9999;}
	.mobile-menu-contact{margin-bottom:15px;}
	.mobile-menu-contact a{display:block; padding:8px 0; font-size:14px; color:var(--darkColor); text-decoration:none;}
	.mobile-menu-contact a i{margin-right:8px; color:var(--primaryColor);}
	.mobile-menu-contact a:hover{color:var(--primaryColor);}
	.mobile-menu-social{display:flex; justify-content:center; gap:20px;}
	.mobile-menu-social a{font-size:24px; color:var(--darkColor); transition:0.3s;}
	.mobile-menu-social a:hover{color:var(--primaryColor);}

	.mobile-nav-show{font-size:26px; cursor:pointer; line-height:0; transition:0.5s; color:#fff; padding-right:30px;}
	.mobile-nav-hide{color: #ffffff; font-size:32px; cursor:pointer; line-height:0; transition:0.5s; position:fixed; right:15px; top:15px; z-index:9999;}
	.mobile-nav-active{overflow:hidden;}
	.mobile-nav-active .navbar{right:0;}
	.mobile-nav-active .navbar:before{content:""; position:fixed; inset:0; background:#000000; opacity:.7; z-index:9996;}
}
@media (max-width:1199.98px){
	/* .mobile-nav-show,.mobile-nav-hide{display:none !important;} */
}
.sub-menu-toggle{display:none !important;}
/*--------------------------------------------------------------
# Video Hero Section Start
--------------------------------------------------------------*/

.video-hero-sec{position:relative; }
.video-hero-sec:after{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); display:block;}
.video-hero-sec-inner{height:100vh; min-height:575px; overflow:hidden; position:relative;}
.video-hero-sec-inner video{position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; object-fit:cover;}
.video-hero-sec .video-hero-sec-text{top:50%; left:50%; transform:translate(-50%,-50%); width:1140px; max-width:100%; z-index:1; position:absolute; text-align:center;}
.video-hero-sec  .logo-img{margin-bottom:60px;}
.video-hero-sec .video-hero-sec-text img{width:400px;}
.video-hero-sec .video-hero-sec-text h1{color:#ffffff; font-size:90px; line-height:1.2; text-transform:uppercase; letter-spacing:1px;}
.video-hero-sec .video-hero-sec-text h2{color:#ffffff; font-size:40px; line-height:1.2; letter-spacing:1px;}
.video-hero-sec a{margin-top:30px;}
/*--------------------------------------------------------------
# Video Hero Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Coming Soon Start
--------------------------------------------------------------*/

.social-list{position:fixed; right:30px; top:50%; display:flex; flex-direction:column; gap:60px; align-items:center; transform:translateY(-50%); z-index:111; list-style:none; padding:0; margin:0;}
.social-list li{position:relative;}
.social-list li:not(:last-child)::after{content:""; position:absolute; left:50%; bottom:-60px; width:1px; height:60px; background:#fff; transform:translateX(-50%);}
.social-list li a{color:#fff; font-size:22px; background:var(--darkColor);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	width:40px; height:40px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; transition:all 0.3s ease;}
.social-list li a:hover{background:var(--primaryColor); color:#fff; transform: rotate(-360deg);}

.comingSoonTopBar {
	background-color:var(--secondaryColor); text-align:center; padding-block:15px;
	position: absolute; top: 100px; left: 0; width: 100%; z-index: 1;
}
.comingSoonTopBar h3{font-size:23px; text-transform:uppercase; line-height:25px; letter-spacing:1px; margin-bottom:0; color:#231f20; font-family:"the-seasons",sans-serif; font-weight:400;}
.about-us-sec{background-color:var(--secondaryColor); }
.about-us-sec-text h2{font-size:40px; line-height:1.2; margin-bottom:30px; color:var(--darkColor); text-transform:uppercase;}

/* Heading Style Class - Reusable */
.headingStyle h2 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 25px;
	color: var(--darkColor);
}

.headingStyle h3 {
	font-size: 21px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: var(--primaryColor);
	font-weight: 400;
}
.custom-list{list-style:none; counter-reset:my-counter; padding:0;}
.custom-list li{counter-increment:my-counter; margin-bottom:20px; display:flex; align-items:flex-start; gap:20px; position:relative;}
.custom-list li::before{content:counter(my-counter,decimal-leading-zero); font-size:40px; font-weight:400; color:var(--darkColor); font-family:"the-seasons",sans-serif; margin-top:-10px;}
.list-content h4{margin:0; font-size:18px; font-weight:700;}
.list-content p{margin:0; font-size:16px; color:var(--text);}
.see-our-work-sec {background: var(--darkColor);transition: all 0.3s ease;text-align: center;}
.see-our-work-sec h2 {color: #fff;font-size: 40px;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 20px;}
.see-our-work-sec .videoIcon {display: inline-flex;align-items: center;justify-content: center;background: #fff;color: var(--text);font-size: 24px;border-radius: 50%;width: 60px;height: 60px;text-decoration: none;transition: 0.3s ease;}
.see-our-work-sec .videoIcon:hover {background: #ddd;color: #000;}
.launch-sec-heading{margin-bottom:40px;}
.launch-sec-heading h3{font-size:20px; color:var(--text); text-transform:uppercase; font-family:"the-seasons",sans-serif; letter-spacing:1px;}
.launch-sec-heading h2{font-size:40px; text-transform:uppercase; letter-spacing:1px; margin-top:5px;}
.launch-sec-box{background:var(--primaryColor); padding:25px; height:100%; transition:all 0.3s ease;}
.launch-sec-box-inner{background:var(--secondaryColor); padding:25px 20px; text-align:center; height:100%;}
.box-heading{display:flex; align-items:center; justify-content:center; margin-bottom:20px;}
.box-heading h2{font-size:32px; line-height:1.2; margin:0 8px; text-transform:uppercase;}
.box-heading span{flex-grow:1; height:1px; background:var(--text);}
.launch-sec-box-info-content p{margin:5px 0; font-size:16px; color:var(--text);}
.launch-sec-box-info-content h4{font-size:18px; line-height:1.2; color:var(--text); font-weight:400; margin:30px 0 20px;}
.launch-sec-box-info-content h3{margin:0; letter-spacing:1px; font-size:20px; line-height:1.2; color:var(--text); font-family:"the-seasons",sans-serif; text-transform:uppercase;}

.launch-sec-box:hover{ transform: translateY(-5px) scale(1.01) !important;}
.launch-sec-box-info-content h3 a{color:var(--text); transition:all 0.3s ease !important;}
.launch-sec-box-info-content h3 a:hover{color:var(--primary); font-weight: 700; text-decoration:underline;}


.newsletter-sec{background-color:var(--primaryColor); padding:80px 0; text-align:center;position:relative;}
.newsletter-sec h2{font-size:40px; line-height:1.2; margin-bottom:30px; color:#fff; text-transform:uppercase; letter-spacing:1px;}
.newsletter-sec lable{display:block; font-size:14px; letter-spacing:1px; color:#ffff; text-align:left; margin-bottom:5px; font-family:"the-seasons",sans-serif;}
.newsletter-input{position:relative;}
.newsletter-sec .form-fields  , .newsletter-sec .form-fields3{background-color:#ffffff; 
	padding:12px; margin:0; color:var(--text); font-size:18px;
	border-radius: 4px;
}
.newsletter-sec ::placeholder{color:var(--text) !important;}
.newsletter-input p{margin:0;}
.newsletter-sec .wpcf7-submit{ 
	background-color: var(--secondaryColor);
    color: var(--darkColor);
    border: none;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-end;
}
.newsletter-sec .wpcf7 form.sent .wpcf7-response-output{color:#ffffff}
.newsletter-sec .wpcf7-submit:hover{border: none;}
.newsletter-sec .wpcf7-spinner{display:none;}
/* ========================================
=== Footer Section ===
======================================== */
.footer-sec {
	background-color: var(--secondaryColor);
	padding: 50px 0 30px;
}

/* Footer Logo */
.footer-logo {
	margin-bottom: 30px;
}

.footer-logo img {
	width: 170px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: left;
}

/* Footer Social Media Wrapper */
.footer-social-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
}

.footer-thumbs-icon {
	font-size: 20px;
	color: var(--darkColor);
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social-icons {
	display: flex;
	gap: 12px;
	align-items: center;
}

.footer-social-link {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #1a1a1a;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer-social-link:hover {
	background-color: var(--primaryColor);
	color: #ffffff;
	transform: translateY(-3px);
}

.footer-social-link i {
	line-height: 1;
}

/* Footer Navigation */
.footer-heading {
	font-family: "the-seasons", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: var(--darkColor);
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.footer-nav {
	margin: 0;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.footer-menu li {
	margin-bottom: 0;
	display: block;
	width: 100%;
}

.footer-menu li a {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	color: var(--darkColor);
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
}

.footer-menu li a:hover {
	color: var(--primaryColor);
}

/* Footer Contact Information */
.footer-contact-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-info-item {
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer-info-item.footer-address {
	align-items: flex-start;
}
.footer-info-icon {
	font-size: 20px;
	color: var(--darkColor);
	flex-shrink: 0;
	margin-top: 2px;
}
.footer-info-item.footer-address .footer-info-icon {
	margin-top: 0;
}
.footer-info-content {
	flex: 1;
}

.footer-info-content a {
	font-size: 15px;
	line-height: 1.5;
	color: var(--darkColor);
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-info-content a:hover {
	color: var(--primaryColor);
}

.footer-info-content address {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	color: var(--darkColor);
	font-style: normal;
}

/* Footer Bottom */
.footer-sec-bottom {
	background-color: var(--text);
	padding: 20px 0;
	text-align: center;
}

.footer-sec-bottom p {
	margin: 0;
	font-family: "the-seasons", sans-serif;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #fff;
}

.footer-sec-bottom p a {
	color: #fff;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.footer-sec-bottom p a:hover {
	opacity: 0.8;
}

/* Make carousel controls black */
.carousel-control-prev-icon,
.carousel-control-next-icon {filter: invert(100%) grayscale(100%);background-size: 100% 100%;}
.newsletter-sec form{position:relative;}
.bg-fixed {
	background-image: url('https://revrse.net/wp-content/themes/revrse/assets/img/about-us-1.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.wpcf7-turnstile.cf-turnstile {
    position: absolute;
    bottom: -20px;
    left: 0;
}

/*--------------------------------------------------------------
# Coming Soon End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main Banner Start
--------------------------------------------------------------*/
.pageMargin {margin-top: 107px;}
.mainBanner {background-color: var(--secondaryColor); padding-top: 107px;}
.mainBanner .mainBannerText h1 {
	font-size: 40px;
    font-weight: 400;
    color: var(--darkColor);
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: "the-seasons", sans-serif;
}
/*--------------------------------------------------------------
# Main Banner End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Home Page Start
--------------------------------------------------------------*/

.page-template-index .video-hero-sec .video-hero-sec-text h1 {
	font-size: 40px;
}

.page-template-index .video-hero-sec .video-hero-sec-text a.cusBtn {
	margin-top: 60px;
}

.page-template-index .video-hero-sec .video-hero-sec-inner video {position: fixed;}

/* About Us Section with Accordion */
.page-template-index .about-us-sec {
	padding: 80px 0;
	background-color: var(--secondaryColor);
}

/* Image Wrapper with Quote */
.page-template-index .image-wrapper-with-quote {
	position: relative;
}

/* Circular Image */
.page-template-index .circular-image {
	position: absolute;
	top: -10px;
	left: -100px;
	z-index: 10;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid var(--tertiaryColor);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-template-index .circular-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Main Image */
.page-template-index .main-image {
	position: relative;
}
.page-template-index .main-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	min-height: 600px;
	border-radius: 6px;
}
/* Quote Box Overlay */
.page-template-index .quote-box {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--primaryColor);
	color: var(--secondaryColor);
	padding: 30px 100px 30px 110px;
	width: 100%;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	border-top-right-radius: 6px;
	z-index: 5;
}

.page-template-index .quote-icon-open,
.page-template-index .quote-icon-close {
	width: 48px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	opacity: 0.5;
}

.page-template-index .quote-icon-open {
	background: url('assets/img/quote.svg') no-repeat center center;
    position: absolute;
    top: 15px;
    left: 60px;
}

.page-template-index .quote-icon-close {
	background: url('assets/img/unquote.svg') no-repeat center center;
    position: absolute;
    bottom: 15px;
    right: 50px;
}

.page-template-index .quote-text {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	font-family:"the-seasons",sans-serif;
	text-align: center;
}

.page-template-index .quote-author {
	display: block;
	margin-top: 15px;
	font-style: normal;
	font-weight: 600;
}

/* Custom Accordion Styles */
.page-template-index .custom-accordion {
	margin-top: 30px;
}

.page-template-index .custom-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background: transparent;
	margin-bottom: 0;
}

/* .page-template-index .custom-accordion .accordion-item:last-child {
	border-bottom: 1px solid #d4c5b9;
	border-radius: 0;
} */

.page-template-index .custom-accordion .accordion-button {
	background: transparent;
	border: none;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	box-shadow: none;
	display: flex;
	align-items: center;
	gap: 15px;
	
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-template-index .custom-accordion .accordion-button:not(.collapsed) {
	background: transparent;
	color: #333;
	box-shadow: none;
}

.page-template-index .custom-accordion .accordion-button:focus {
	box-shadow: none;
	border: none;
}

.page-template-index .custom-accordion .accordion-button::after {
	content: "›";
	font-size: 30px;
	font-weight: 300;
	background-image: none;
	width: auto;
	height: auto;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.page-template-index .custom-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(90deg);
}

.page-template-index .accordion-number {
    font-size: 40px;
    font-weight: 400;
    color: var(--darkColor);
    font-family: "the-seasons",sans-serif;
}
.page-template-index .about-us-sec-text h2 {
	margin-bottom: 0;
	margin-top: 30px;
}
.page-template-index .accordion-title {
	flex: 1;
}

.page-template-index .custom-accordion .accordion-body {
	padding: 0 0 20px 55px;
	font-size: 15px;
	line-height: 1.7;
	color: #666;
}

.page-template-index .custom-accordion .accordion-collapse {
	border: none;
}


/* Services Section Styles */
.services-section {
	position: relative;
	background: #fff;
	z-index: 1;
}
.services-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(assets/img/vector-graphics-bg.svg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	z-index: -1;
}

.services-content-wrapper {
	margin: 0 auto;
	padding: 60px 40px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 6px;
}
.services-content-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--olive);
	opacity: 1;
	z-index: -1;
}

.services-main-title {
	font-size: 48px;
	font-weight: 400;
	color: var(--darkColor);
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "the-seasons", sans-serif;
}
.page-template-index .custom-accordion.services-accordion {
	margin-top: 0;
}
.services-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid rgba(97, 69, 61, 0.3);
	background: transparent;
	margin-bottom: 0;
}

.services-accordion .accordion-item:last-child {
	border-bottom: 1px solid rgba(97, 69, 61, 0.3);
}

.services-accordion .accordion-button {
	background: transparent;
	border: none;
	padding: 25px 0;
	font-size: 20px;
	font-weight: 600;
	color: var(--darkColor);
	box-shadow: none;
	display: flex;
	align-items: center;
	gap: 15px;
}

.services-accordion .accordion-button:not(.collapsed) {
	background: transparent;
	color: var(--darkColor);
	box-shadow: none;
	padding: 25px 0 5px;
}

.services-accordion .accordion-button:focus {
	box-shadow: none;
	border: none;
}

.services-accordion .accordion-button::after {
	content: "›";
	font-size: 36px;
	font-weight: 300;
	background-image: none;
	width: auto;
	height: auto;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
	color: var(--darkColor);
}

.services-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(90deg);
}

.services-accordion .accordion-title {
	flex: 1;
	text-align: left;
	color: var(--darkColor);
	font-size: 20px;
}

.page-template-index .services-accordion .accordion-body {
	padding: 0 0 25px 0;
	font-size: 15px;
	line-height: 1.3;
	color: var(--darkColor);
}
.page-template-index .services-accordion .accordion-body * {
	color: #fff;
}
.page-template-index .services-accordion .accordion-body h4 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.14;
	font-weight: 600;
}
.services-accordion .accordion-collapse {
	border: none;
}
.services-accordion .accordion-button.collapsed .accordion-title {
	color: #fff;
}
/* Commonly Treated Issues Section */
#commonlyTreatedSec {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.commonly-treated-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	/* padding: 80px 0; */
	text-align: center;
}

.commonly-treated-overlay {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 60px 20px;
	
}

.commonly-treated-title {
	font-size: 40px;
	font-weight: 400;
	color: var(--darkColor);
	margin-bottom: 20px;
	text-transform: capitalize;
	font-family: "the-seasons", sans-serif;
}

.commonly-treated-divider {
	width: 200px;
	height: 2px;
	background-color: var(--darkColor);
	margin: 0 auto 30px;
}

.commonly-treated-list {
	font-size: 21px;
	line-height: 1.8;
	color: var(--darkColor);
	margin: 0;
	font-weight: 400;
}

/*--------------------------------------------------------------
# Home Page End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footerAddSec1{color:#ffffff; background:#000000;}
.footerAddSec1Col1 img{width:250px; filter:brightness(0) invert(1);}
#menu-footer-menu{display:flex; justify-content:center; gap:10px;}
.footerAddSec1Col ul li a{color:#ffffff; display:block; font-size:16px; 
	line-height:22px; text-transform:uppercase;
}
.footerAddSec1Col ul li a br{display:none;}
.footerAddSec1Col ul li a:hover{color:var(--primary);}
.footerAddSec1Col a{color:#ffffff; display:inline-block; font-size:15px; line-height:24px; text-transform:uppercase;}
.footerAddSec1Col p{font-size:15px; line-height:22px; margin-top:20px; font-weight:600;}
.footerAddSec2{background:var(--primary); text-align:center; padding:5px 0;}
.footerAddSec2 p{color:#ffffff; margin:0; font-weight:600;}
.footerAddSec2 p a{color:#ffffff; margin:0; font-weight:600;}
.footerAddSec1Col2{padding-block:20px 40px;}
.pt-6{padding-top:5rem !important;}
.pb-6{padding-bottom:5rem !important;}
.py-6{padding-top:5rem !important; padding-bottom:5rem !important;}
.py-7{padding-top:7rem !important; padding-bottom:7rem !important;}
.form-fields,.form-fields2,.form-fields3{width:100% !important; box-sizing:border-box; padding:5px 0; font-size:15px; margin-bottom:15px; background:none; border:none; color:#ffffff; border-bottom:2px solid #ffffff; -webkit-transition:0.3s ease-in-out !important; -moz-transition:0.3s ease-in-out !important; -ms-transition:0.3s ease-in-out !important; -o-transition:0.3s ease-in-out !important; transition:0.3s ease-in-out !important;}
.form-fields:focus,.form-fields2:focus,.form-fields3:focus{border:none; border-bottom:2px solid #ffffff; outline:none !important;}
.form-fields3{height:130px;}
.wpcf7-submit,.ln-widgetBox.search .searchButton a{float:right; position:relative; padding:10px 30px; font-weight:700; display:inline-block; text-transform:uppercase; border:1px solid var(--primary); background:var(--primary); color:#ffffff; margin-top:15px;}
.wpcf7-submit:hover{border:1px solid var(--tertiaryColor); background:var(--tertiaryColor); color:#ffffff;}
div.wpcf7 img.ajax-loader{float:left;}
.wpcf7-list-item{display:inline-block; margin-right:10px;}
div.wpcf7-response-output{float:left;}
.wpcf7-not-valid-tip{display:none !important;}
.wpcf7-not-valid{border-bottom:2px solid red !important; border:none;}
::placeholder{font-size:14px; text-transform:uppercase; color:#ffffff;}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900; color:#ffffff;}
.modal-header h1{text-transform:uppercase; font-weight:700;}
.modal-body .form-fields,.modal-body .form-fields2,.modal-body .form-fields3{border-bottom:1px solid #cccccc; color:#000000; font-weight:500;}
.modal-body::placeholder{color:#000000 !important; font-weight:500; font-size:12px;}
.modal-body .wpcf7 form.invalid .wpcf7-response-output,.modal-body .wpcf7 form.unaccepted .wpcf7-response-output,.modal-body .wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffffff; color:#000000;}

@media (min-width:1400px){
	.page-template-coming-soon .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1140px;}
}


@media (max-width:1441px) {
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text img {width: 350px;}
	.page-template-coming-soon .video-hero-sec .logo-img {margin-bottom: 40px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text h1 {font-size: 80px;line-height: 1.2; margin-bottom: 0;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text h2 {font-size: 36px;margin-bottom: 0;}
}

@media (max-width:991px) {
	.social-list{right: 20px;}
}
@media (max-width:768px) {
	.page-template-coming-soon .comingSoonTopBar {padding-block: 12px;}
	.page-template-coming-soon .comingSoonTopBar h3 {font-size: 21px;line-height: 23px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text img {width: 250px;	}
	.page-template-coming-soon .video-hero-sec .logo-img {margin-bottom: 20px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text h2 {font-size: 32px;margin-bottom: 0;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text h1 {font-size: 68px;line-height: 1.2;}
	.page-template-coming-soon .social-list{right: 10px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text{padding-inline: 20px;}
}

@media (max-width:576px) {
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text img {width: 200px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text h2 {font-size: 28px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text h1 {font-size: 48px;margin-block: 10px;}
	.page-template-coming-soon .video-hero-sec a {margin-top: 20px;}
	.page-template-coming-soon .cusBtn {font-size: 20px;padding: 12px 22px;border-radius: 30px;letter-spacing: 1px;}
	/* Heading */
	.page-template-coming-soon .about-us-sec-text h2 ,.page-template-coming-soon  .see-our-work-sec h2 ,
	.page-template-coming-soon .launch-sec-heading h2 ,
	.page-template-coming-soon .newsletter-sec h2{font-size: 32px;margin-bottom: 20px;}

	/* Heading Style Responsive */
	.headingStyle h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.headingStyle h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.page-template-coming-soon .custom-list li {margin-bottom: 15px;gap: 15px;}
	.page-template-coming-soon .custom-list li::before {font-size: 32px;}
	.page-template-coming-soon .list-content h4 {font-size: 17px;}
	.page-template-coming-soon .list-content p {font-size: 15px;}
	.page-template-coming-soon .about-us-sec {padding-top: 40px;}
	.page-template-coming-soon .see-our-work-sec{padding-top: 2rem !important;padding-bottom: 2rem !important;}
	.page-template-coming-soon .see-our-work-sec .videoIcon {font-size: 21px;width: 50px;height: 50px;}
	.page-template-coming-soon .launch-sec-heading h3 {font-size: 18px;}
	.page-template-coming-soon .box-heading h2 {font-size: 26px;}
	.page-template-coming-soon .launch-sec-box-info-content h4 {font-size: 17px;margin: 25px 0 15px;}
	.page-template-coming-soon .launch-sec-box-info-content h3{font-size: 17px;}
	.page-template-coming-soon .launch-sec-box-info-content p{font-size:15px}
	.page-template-coming-soon .launch-sec-box {padding: 20px;}
	.page-template-coming-soon .newsletter-sec {padding: 50px 0;}
	.page-template-coming-soon .newsletter-sec .form-fields, .newsletter-sec .form-fields3 {padding: 10px;font-size: 16px;}
	.page-template-coming-soon .newsletter-sec .wpcf7-submit {padding-inline: 40px;font-size: 20px;line-height: 20px;}
	.page-template-coming-soon .comingSoon-footer-sec-bottom p {font-size: 11px;line-height: 1.3;letter-spacing: 0;}
}

@media (max-width:420px) {
	.page-template-coming-soon .comingSoonTopBar {padding-block: 10px;}
	.page-template-coming-soon .comingSoonTopBar h3 {font-size: 19px;line-height: 21px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text h2 {font-size: 22px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text h1 {font-size: 38px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text img {width: 180px;}
	.page-template-coming-soon .video-hero-sec .video-hero-sec-text {padding-inline: 15px;}
	.page-template-coming-soon .social-list li a {font-size: 18px;width: 30px;height: 30px;}
	.page-template-coming-soon .cusBtn {font-size: 17px;padding: 10px 15px;border-radius: 30px;letter-spacing: 0px;}
	/* 	Heading */
	.page-template-coming-soon .about-us-sec-text h2 , .see-our-work-sec h2 , .launch-sec-heading h2 , .newsletter-sec h2{font-size: 26px;}

	/* Heading Style Responsive */
	.headingStyle h2 {
		font-size: 26px;
	}
	.headingStyle h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.page-template-coming-soon .custom-list li {margin-bottom: 12px;gap: 12px;}
	.page-template-coming-soon .custom-list li::before {font-size: 26px;}
	.page-template-coming-soon .list-content h4 {font-size: 16px;}
	.page-template-coming-soon .list-content p {font-size: 14px;}
	.page-template-coming-soon .comingSoon-footer-sec {padding: 20px 0;}
	.page-template-coming-soon .comingSoon-footer-sec a {font-size: 14px;line-height: 1.3;}
	.page-template-coming-soon .comingSoon-footer-sec address {font-size: 14px;}
}

/* ========================================
   === Insights Page Styles - START ===
   ======================================== */

/* Main Insights Section */
.insights-section {
	padding: 60px 0 80px;
	background-color: #ffffff;
}

/* Featured Insight (Left Column) */
.featured-insight {
	margin-bottom: 0;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease;
}

.featured-insight:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.featured-insight-image-link {
	overflow: hidden;
	margin-bottom: 0;
	display: block;
	position: relative;
	z-index: 1;
}
.featured-insight-image-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(assets/img/vector-graphics-bg.svg) center center no-repeat;
	background-size: cover;
	opacity: 0.5;
	z-index: -1;
}

.featured-insight-image {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
	display: block;
}

.featured-insight-image-link:hover .featured-insight-image {
	transform: scale(1.05);
}

.featured-insight-content {
	padding: 24px;
}

.insight-category {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--tertiaryColor);
	margin-bottom: 0;
	padding: 0;
}

.featured-insight-title {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	margin: 2px 0 0;
	font-family: "Montserrat", sans-serif;
}

.featured-insight-title a {
	color: var(--darkColor);
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: 700;
}

.featured-insight-title a:hover {
	color: var(--primaryColor);
}

/* Sidebar Insights (Right Column) */
.sidebar-insights {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 28px 24px;
	height: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.sidebar-header {
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e8e8e8;
}

.sidebar-icon {
	font-size: 18px;
	color: #ffc107;
	font-weight: 400;
}

.sidebar-title {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.sidebar-insights-list {
	display: flex;
	flex-direction: column;
}

.sidebar-insight-item {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #f0f0f0;
}

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

.insight-category-small,
.insight-date-small {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: var(--tertiaryColor);
	margin-bottom: 6px;
}

.insight-date {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: var(--tertiaryColor);
	margin-bottom: 0;
	padding: 0;
}

.sidebar-insight-title {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	margin: 1px 0 0;
}

.sidebar-insight-title a {
	color: var(--darkColor);
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: 700;
}

.sidebar-insight-title a:hover {
	color: var(--primaryColor);
}

/* Grid Insights (Bottom Section) */
.grid-insight {
	margin-bottom: 0;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.grid-insight:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.grid-insight-image-link {
	overflow: hidden;
	margin-bottom: 0;
	display: block;
	position: relative;
	background: #f5f5f5;
}

.grid-insight-image {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s ease;
	display: block;
}

.grid-insight-image-link:hover .grid-insight-image {
	transform: scale(1.08);
}

.grid-insight-content {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.grid-insight-title {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	margin: 2px 0 0;
	flex: 1;
}

.grid-insight-title a {
	color: var(--darkColor);
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
	font-weight: 700;
}

.grid-insight-title a:hover {
	color: var(--primaryColor);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
	.insights-section {
		padding: 40px 0 60px;
	}

	.featured-insight-title {
		font-size: 22px;
	}

	.featured-insight-content {
		padding: 20px;
	}

	.sidebar-insights {
		margin-top: 30px;
	}

	.grid-insight-title {
		font-size: 15px;
	}

	.grid-insight-content {
		padding: 16px;
	}
}

@media (max-width: 767px) {
	.insights-section {
		padding: 30px 0 50px;
	}

	.featured-insight-title {
		font-size: 20px;
	}

	.featured-insight-content {
		padding: 18px;
	}

	.sidebar-insights {
		padding: 20px 18px;
	}

	.sidebar-title {
		font-size: 14px;
	}

	.sidebar-insight-title {
		font-size: 13px;
	}

	.grid-insight-title {
		font-size: 14px;
	}

	.grid-insight-content {
		padding: 14px;
	}
}
.page-template-insights .newsletter-sec {background-color: var(--primaryColor);}
/* ========================================
   === Insights Page Styles - END ===
   ======================================== */

/* ========================================
   === Single Post Page Styles - START ===
   ======================================== */

/* Main Single Post Section */
.single-post-section {
	padding: 60px 0 80px;
	background-color: #ffffff;
}

/* Single Post Content (Left Column) */
.single-post-content {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.single-post-image-wrapper {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.single-post-image-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(assets/img/vector-graphics-bg.svg) center center no-repeat;
	background-size: cover;
	opacity: 0.5;
	z-index: -1;
}

.single-post-image {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
	display: block;
}

.single-post-meta {
	padding: 20px 24px 0;
}

.single-post-date {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--tertiaryColor);
}

.single-post-body {
	padding: 16px 24px 32px;
	color: var(--text);
	line-height: 1.8;
}
.single-post-body video {
	aspect-ratio: 1920 / 1080;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}
.single-post-body p {
	margin-bottom: 1.2em;
	font-size: 16px;
	line-height: 1.8;
}

.single-post-body h2,
.single-post-body h3,
.single-post-body h4 {
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	color: var(--heading);
}

.single-post-body img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 1.5em 0;
}

.single-post-body a {
	color: var(--primaryColor);
	text-decoration: underline;
}

.single-post-body a:hover {
	color: var(--darkColor);
}

.single-post-body ul,
.single-post-body ol {
	margin-bottom: 1.2em;
	padding-left: 2em;
}

.single-post-body li {
	margin-bottom: 0.5em;
	list-style: inherit;
}

/* Single Post Sidebar (Right Column) */
.single-post-sidebar {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 28px 24px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	position: sticky;
	top: 20px;
}

.single-post-sidebar .sidebar-header {
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e8e8e8;
}

.single-post-sidebar .sidebar-icon {
	font-size: 18px;
	color: #ffc107;
	font-weight: 400;
}

.single-post-sidebar .sidebar-title {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.sidebar-posts-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sidebar-post-item {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 16px;
}

.sidebar-post-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar-post-link {
	text-decoration: none;
	gap: 12px;
	transition: opacity 0.3s ease;
}

.sidebar-post-link:hover {
	opacity: 0.8;
}

.sidebar-post-thumbnail {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	border-radius: 8px;
	overflow: hidden;
	background: #f5f5f5;
}

.sidebar-post-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.sidebar-post-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sidebar-post-date {
	display: block;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: var(--tertiaryColor);
	margin-bottom: 4px;
}

.sidebar-post-title {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0;
	color: var(--darkColor);
	font-family: "Montserrat", sans-serif;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
	.single-post-section {
		padding: 40px 0 60px;
	}

	.single-post-sidebar {
		margin-top: 30px;
		position: static;
	}

	.single-post-body {
		padding: 16px 20px 28px;
	}
}

@media (max-width: 767px) {
	.single-post-section {
		padding: 30px 0 50px;
	}

	.single-post-meta {
		padding: 16px 18px 0;
	}

	.single-post-body {
		padding: 14px 18px 24px;
	}

	.single-post-body p {
		font-size: 15px;
	}

	.single-post-sidebar {
		padding: 20px 18px;
	}

	.sidebar-post-thumbnail {
		width: 60px;
		height: 60px;
	}

	.sidebar-post-title {
		font-size: 12px;
	}
}

/* ========================================
   === Single Post Page Styles - END ===
   ======================================== */

/* ========================================
   === Contact Page Styles - START ===
   ======================================== */

/* Main Contact Section */
.contactMainSec {
	background-color: var(--tertiaryColor);
	padding: 0;
	min-height: calc(100vh - 360px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactPageMainSec {
	margin-top: 127px;
}

.contact-page-wrapper {
	width: 100%;
	padding: 60px 0;
}

.contact-page-wrapper .container-xl {
	background-color: #ffffff;
	border-radius: 0;
	padding: 80px 60px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}

/* Left Column - Contact Info */
.contact-info-section {
	padding-right: 40px;
}

.contact-main-title {
	font-size: 48px;
	font-weight: 700;
	color: var(--darkColor);
	margin-bottom: 40px;
	line-height: 1.2;
}

.contact-subtitle-wrapper {
	margin-bottom: 20px;
}

.contact-subtitle {
	font-size: 18px;
	font-weight: 600;
	color: var(--darkColor);
	margin: 0;
	font-family: "Montserrat", sans-serif;
}

.contact-description {
	margin-bottom: 40px;
}

.contact-description p {
	font-size: 15px;
	line-height: 1.6;
	color: #666666;
	margin: 0;
}

/* Email Section */
.contact-email-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}

.contact-email-icon {
	font-size: 20px;
	color: var(--darkColor);
}

.contact-email-link a {
	font-size: 15px;
	color: var(--darkColor);
	text-decoration: underline;
	font-weight: 400;
	transition: color 0.3s ease;
}

.contact-email-link a:hover {
	color: var(--primaryColor);
}

/* Social Icons Section with Thumbs-up */
.contact-social-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}

.contact-thumbs-icon {
	font-size: 20px;
	color: var(--darkColor);
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-social-icons {
	display: flex;
	gap: 12px;
	align-items: center;
}

.contact-social-link {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #1a1a1a;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.contact-social-link:hover {
	background-color: var(--primaryColor);
	color: #ffffff;
	transform: translateY(-3px);
}

.contact-social-link i {
	line-height: 1;
}

.contactLogo img {
	width: 170px; max-width: 100%;
	margin-top: 50px;
	height: auto;
	object-fit: contain;
	object-position: center;
}

/* Right Column - Contact Form */
.contact-form-wrapper {
	padding-left: 30px;
}

/* Contact Form 7 Styling */
.contact-form-wrapper .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact-form-wrapper .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	color: var(--darkColor);
	background-color: #ffffff;
	transition: border-color 0.3s ease;
}

/* Placeholder styling - only for contact form */
.contact-form-wrapper input[type="text"]::placeholder,
.contact-form-wrapper input[type="email"]::placeholder,
.contact-form-wrapper textarea::placeholder {
	color: #666666;
	opacity: 1;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus {
	outline: none;
	border-color: var(--primaryColor);
}

.contact-form-wrapper textarea {
	min-height: 120px;
	resize: vertical;
}

.contact-form-wrapper label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--darkColor);
	margin-bottom: 6px;
}

.contact-form-wrapper input[type="submit"],
.contact-form-wrapper .wpcf7-submit {
	background-color: var(--secondaryColor);
	color: var(--darkColor);
	border: none;
	padding: 12px 32px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	align-self: flex-end;
}

.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper .wpcf7-submit:hover {
	background-color: var(--tertiaryColor);
	transform: translateY(-2px);
	color: #fff;
	box-shadow: 0 4px 12px var(--tertiaryColor);
}

/* Form Row Layout */
.contact-form-wrapper .wpcf7-form p {
	margin: 0;
}



/* ========================================
   === Contact Page Styles - END ===
   ======================================== */


/* ========================================
   === FAQ Page Styles - START ===
   ======================================== */

/* Main FAQ Section */
.faqMainSec {
	background-color: #fff;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}
.faqMainSec::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(assets/img/flower-2.svg) center bottom no-repeat;
	background-size: contain;
	background-attachment: fixed;
	opacity: 0.27;
	z-index: -1;
}
.faqMainSec img {
	max-width: 100%;
	height: auto;
}
/* Left Side: Category Tabs */
.faq-tabs {
	background-color: transparent;
	gap: 8px;
}

.faq-tab-link {
	background-color: var(--secondaryColor) !important;
	border: none;
	border-radius: 20px;
	color: var(--darkColor);
	font-size: 15px;
	font-weight: 500;
	padding: 14px 20px;
	text-align: left;
	transition: all 0.3s ease;
	margin-bottom: 8px;
	position: relative;
	padding-right: 45px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.faq-tab-link::after {
	content: '\f054';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: inherit;
}

.faq-tab-link:hover {
	background-color: var(--darkColor) !important;
	color: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.faq-tab-link.active {
	background-color: var(--darkColor) !important;
	color: #ffffff;
	font-weight: 600;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Right Side: FAQ Accordion */
.faq-content {
	padding-left: 20px;
}

.faq-accordion {
	border: none;
}

.faq-item {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 12px;
	overflow: hidden;
}

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

.faq-question {
	background-color: var(--secondaryColor);
	border: none;
	color: var(--darkColor);
	font-size: 16px;
	font-weight: 600;
	padding: 18px 24px;
	transition: all 0.3s ease;
	box-shadow: none;
}

.faq-question:not(.collapsed) {
	background-color: var(--darkColor);
	color: #ffffff;
	box-shadow: none;
}

.faq-question:hover {
	background-color: #f8f9fa;
}

.faq-question:not(.collapsed):hover {
	background-color: var(--darkColor);
	opacity: 0.95;
}

.faq-question:focus {
	box-shadow: none;
	border: none;
}

.faq-question::after {
	background-image: none;
	content: '+';
	font-size: 24px;
	font-weight: 400;
	width: auto;
	height: auto;
	background-size: auto;
}

.faq-question:not(.collapsed)::after {
	content: '−';
	transform: none;
	background-image: none;
}

.faq-answer {
	background-color: #ffffff;
	border-top: 1px solid #e0e0e0;
	color: #666666;
	font-size: 15px;
	line-height: 1.7;
	padding: 20px 24px;
}

.faq-answer p {
	margin-bottom: 12px;
}

.faq-answer p:last-child {
	margin-bottom: 0;
}

/* Active/Expanded accordion item - dark background with white text */
.faq-item:has(.faq-question:not(.collapsed)) .faq-answer {
	background-color: var(--darkColor);
	color: #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-item:has(.faq-question:not(.collapsed)) .faq-answer p {
	color: #ffffff;
}

/* Fix anchor tag colors in expanded accordion items */
.faq-item:has(.faq-question:not(.collapsed)) .faq-answer a {
	color: #ffffff !important;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.faq-item:has(.faq-question:not(.collapsed)) .faq-answer a:hover {
	opacity: 0.85;
}

/* Anchor tags in collapsed accordion items */
.faq-answer a {
	color: var(--primaryColor);
	text-decoration: underline;
	transition: color 0.3s ease;
}

.faq-answer a:hover {
	color: var(--darkColor);
}

/* No FAQs Message */
.no-faqs-message,
.no-categories-message {
	color: #999999;
	font-size: 15px;
	padding: 20px;
	text-align: center;
}

.page-template-faq .newsletter-sec {
	background-color: var(--primaryColor);
}

/* Bullet Text Styling - Modern Minimal List Design */
.bulletText ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 16px;
}

.bulletText ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.bulletText ul li::before {
	content: '\f054';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 12px;
	color: var(--primaryColor);
}

/* Bullet text styling for FAQ content (white text on dark background) */
.faq-content.bulletText ul li {
	color: inherit;
}

/* When inside expanded accordion - white bullets */
.faq-item:has(.faq-question:not(.collapsed)) .faq-answer.bulletText ul li::before,
.faq-item:has(.faq-question:not(.collapsed)) .faq-answer .bulletText ul li::before {
	color: #ffffff;
}

/* When inside collapsed accordion - primary color bullets */
.faq-answer.bulletText ul li::before,
.faq-answer .bulletText ul li::before {
	color: var(--primaryColor);
}



/* ========================================
   === FAQ Page Styles - END ===
   ======================================== */

/* ========================================
   === Gallery Carousel Section - START ===
   ======================================== */

#gallerySection {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 60px 0;
}
#gallerySection::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(assets/img/flowers-1.svg) left bottom no-repeat;
	background-size: 35%;
	background-attachment: fixed;
	opacity: 0.27;
	z-index: -1;
}	

.gallery-carousel-wrapper {
	position: relative;
	margin-bottom: 0;
	padding: 0 60px;
}

.gallery-carousel {
	margin-bottom: 0;
}

.gallery-carousel .item {
	padding: 0 10px;
}

.gallery-carousel .item img {
	width: 100%;
	height: auto;
	aspect-ratio: 768 / 512;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid #e0e0e0;
}

.gallery-carousel .item img:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

/* Custom Navigation Buttons - Positioned on sides */
.gallery-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 0;
	background-color: var(--secondaryColor);
	border: none;
	color: var(--darkColor);
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gallery-prev {
	left: 0;
}

.gallery-next {
	right: 0;
}

.gallery-nav-btn:hover {
	background-color: var(--darkColor);
	color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.gallery-nav-btn:active {
	transform: translateY(-50%) scale(0.95);
}

.gallery-nav-btn i {
	pointer-events: none;
}
.galleryBtn {
	margin-right: 70px;
}

/* Primary Button - Used for Gallery, FAQs, etc. */
.primaryBtn {
	display: inline-block;
	padding: 12px 45px;
	background-color: var(--secondaryColor);
	color: var(--darkColor);
	text-decoration: none;
	border-radius: 6px;
	border: none;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.primaryBtn:hover {
	background-color: var(--primaryColor);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.primaryBtn:active {
	transform: translateY(0);
}

/* Secondary Button - Inverse colors of Primary Button */
.secondaryBtn {
	display: inline-block;
	padding: 12px 45px;
	background-color: var(--primaryColor);
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	border: none;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.secondaryBtn:hover {
	background-color: var(--secondaryColor);
	color: var(--darkColor);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.secondaryBtn:active {
	transform: translateY(0);
}

/* Hide default Owl Carousel navigation */
.gallery-carousel .owl-nav {
	display: none;
}

.gallery-carousel .owl-dots {
	display: none;
}

/* Responsive adjustments */
@media (max-width: 991px) {
	#gallerySection {
		padding: 50px 0;
	}

	.gallery-carousel .item {
		padding: 0 8px;
	}

	.gallery-nav-btn {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.primaryBtn {
		padding: 11px 40px;
		font-size: 15px;
	}

	.secondaryBtn {
		padding: 11px 40px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	#gallerySection {
		padding: 40px 0;
	}

	.gallery-carousel .item {
		padding: 0 5px;
	}

	.gallery-nav-btn {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.primaryBtn {
		padding: 10px 35px;
		font-size: 14px;
	}

	.secondaryBtn {
		padding: 10px 35px;
		font-size: 14px;
	}
}

/* ========================================
   === Gallery Carousel Section - END ===
   ======================================== */

/* ========================================
   === Service Gallery Section - START ===
   ======================================== */

.serviceGallerySection {
	background-color: #f8f9fa;
	position: relative;
}

#transformationGallerySec.serviceGallerySection {
	padding: 60px 0;
}

/* Service Buttons */
.service-buttons-wrapper {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 15px;
}

.service-gallery-btn {
	flex: 1 1 0;
	max-width: 220px;
	min-width: 150px;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	padding: 50px 15px;
}

.service-gallery-btn:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(var(--secondaryColorRGB), 0.3);
}

/* Service Gallery Modal - Lower z-index so Fancybox appears on top */
.serviceGalleryModal {
	z-index: 1050 !important;
}

.serviceGalleryModal .modal-backdrop,
.modal-backdrop.show {
	z-index: 1040 !important;
}

.serviceGalleryModal .modal-content {
	border: none;
	border-radius: 12px;
	overflow: hidden;
}

/* Fancybox z-index override to appear above modal */
.fancybox__container {
	z-index: 99999 !important;
}

.serviceGalleryModal .modal-header {
	background: var(--primaryColor);
	color: #fff;
	border-bottom: none;
	padding: 20px 25px;
}

.serviceGalleryModal .modal-title {
	font-weight: 600;
	font-size: 22px; color: #fff;
}

.serviceGalleryModal .btn-close {
	filter: brightness(0) invert(1);
	opacity: 0.8;
}

.serviceGalleryModal .btn-close:hover {
	opacity: 1;
}

.serviceGalleryModal .modal-body {
	padding: 25px;
	background: #f8f9fa;
	max-height: 80vh;
	min-height: 70vh;
	overflow-y: auto;
}

/* Service Gallery Grid */
.service-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.service-gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-gallery-item a {
	display: block;
	position: relative;
}

.service-gallery-img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.service-gallery-item:hover .service-gallery-img {
	transform: scale(1.08);
}

/* Gallery Overlay with Title */
.service-gallery-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
	padding: 40px 15px 15px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.service-gallery-item:hover .service-gallery-overlay {
	opacity: 1;
}

.service-gallery-title {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
}

/* Responsive adjustments */
@media (max-width: 991px) {
	#transformationGallerySec.serviceGallerySection {
		padding: 50px 0;
	}

	.service-buttons-wrapper {
		flex-wrap: wrap;
		gap: 12px;
	}

	.service-gallery-btn {
		flex: 0 0 auto;
		min-width: 180px;
		max-width: none;
		padding: 12px 25px;
		font-size: 15px;
	}

	.service-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}

@media (max-width: 767px) {
	#transformationGallerySec.serviceGallerySection {
		padding: 40px 0;
	}

	.service-buttons-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.service-gallery-btn {
		width: 100%;
		max-width: 300px;
		min-width: auto;
		padding: 12px 20px;
		font-size: 14px;
	}

	.service-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.serviceGalleryModal .modal-title {
		font-size: 18px;
	}

	.serviceGalleryModal .modal-body {
		padding: 15px;
	}

	.service-gallery-title {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.service-gallery-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.service-gallery-btn {
		max-width: 280px;
	}
}

/* ========================================
   === Service Gallery Section - END ===
   ======================================== */

/* ========================================
   === Testimonials Section - START ===
   ======================================== */

#testimonialsSec {
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding: 80px 0 60px 0;
}
#testimonialsSec::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--olive);
	opacity: 0.5;
	z-index: -1;
}

.testimonials-title {
	font-family: "the-seasons", sans-serif;
	font-size: 40px;
	color: var(--darkColor);
	letter-spacing: 2px;
	margin-bottom: 50px;
	text-transform: uppercase;
	text-align: left;
}

.testimonials-carousel-wrapper {
	position: relative;
	margin-bottom: 40px;
	padding: 0;
	z-index: 1;
}
.testimonials-carousel-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
	z-index: -1;
}

.testimonials-carousel {
	margin-bottom: 0;
}

.testimonials-carousel .item {
	padding: 0;
	margin: 0;
}

.testimonial-slide {
	padding: 20px 0;
	height: 100%;
}

.testimonial-slide .row {
	margin: 0;
	height: 100%;
}

.testimonial-slide .row > [class*='col-'] {
	padding: 0;
}

.testimonial-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.testimonial-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.testimonial-content {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.testimonial-content-inner {
	position: relative;
	z-index: 1;
	padding: 40px;
	border-radius: 25px;
	width: 100%;
	text-align: center;
	height: 100%;
	overflow: hidden;
}
.testimonial-content-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--olive);
	opacity: 0.4;
	z-index: -1;
}

/* Style for paragraph tags (customer review) */
.testimonial-content-inner p {
	font-size: 16px;
	line-height: 1.8;
	color: var(--text);
	margin-bottom: 25px;
	font-style: italic;
}

/* Style for h4 tags (customer name) */
.testimonial-content-inner h4 {
	font-family: "the-seasons", sans-serif;
	font-size: 24px;
	color: var(--darkColor);
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.3;
}

/* Style for h5 tags (treatment name) */
.testimonial-content-inner h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: var(--primaryColor);
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.5;
}

/* Testimonials Button */
.testimonials-btn {
	margin-top: 0;
}

/* Hide default Owl Carousel navigation */
.testimonials-carousel .owl-nav {
	display: none;
}

.testimonials-carousel .owl-dots {
	display: none;
}

/* Ensure no gaps between slides */
.testimonials-carousel .owl-stage-outer {
	overflow: hidden;
}

.testimonials-carousel .owl-stage {
	display: flex;
}

.testimonials-carousel .owl-item {
	float: none;
}



/* ========================================
   === Testimonials Section - END ===
   ======================================== */

/* ========================================
=== Services Page Styles - START ===
======================================== */

.servicesPageMain {
	margin-top: 127px;
}
.servicesVideoBox {
	position: relative;
	z-index: 0;
	padding-top: 15px;
	padding-left: 15px;
}
.servicesVideoBox::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
	background: var(--olive);
	z-index: -1;
}
.servicesVideoBox .servicesVideo {
	position: relative;
	z-index: 1;
	line-height: 0;
}
.servicesVideoBox .servicesVideo video {
	max-width: 100%;
	height: auto;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center;
}
.servicesVideoBox .servicesVideo::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--tertiaryColor);
	z-index: 2;
	opacity: 1;
	mix-blend-mode: soft-light;
}
.page-template-services .newsletter-sec {display: none;}
.servicesImg {
	margin-left: -30px;
	position: relative; z-index: 9;
	padding-bottom: 15px;
	padding-right: 15px;
	width: calc(100% - 40px);
}
.servicesImg img {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.servicesImg::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 75%;
	height: 75%;
	background: var(--olive);
	z-index: -1;
}
.serviceMainLabel {
	position: absolute;
	bottom: 60px;
	left: -150px;
	background: var(--primaryColor);
	color: #fff;
	font-size: 18px; line-height: 1.2;
	letter-spacing: 1px;
	padding: 10px 20px;
	font-family: "the-seasons", sans-serif;
	text-transform: uppercase;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	max-width: calc(100% + 100px);
	text-align: center;
	z-index: 10;
}
.servicesImg .servicesMainTitle {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	height: 100%;
	z-index: 11;
}
.servicesImg .servicesMainTitle > div {
    height: 100%;
}
.servicesImg .servicesMainTitle h1 {
	font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    height: 100%;
    padding: 10px;
    transform: rotate(180deg);
    text-align: right;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
/* ========================================
=== Services Accordion Section ===
======================================== */
.servicesAccordionSection {
	background: #fff;
	position: relative;
	z-index: 1;
}
.servicesAccordionSection::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(assets/img/vector-graphics-bg.svg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	z-index: -1;
}
.servicesAccordionWrapper {
	display: flex;
	height: 575px;
	border: 2px solid var(--darkColor);
	position: relative;
	overflow: hidden;
}

/* Left Side - Clicked Modules (Stack) */
.leftModuleTabs {
	display: flex;
	flex-shrink: 0;
	border-right: 2px solid var(--darkColor);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Right Side - Unclicked Modules */
.rightModuleTabs {
	display: flex;
	flex-shrink: 0;
}

/* Service Module Tabs */
.serviceModule {
	width: 60px;
	background: var(--secondaryColor);
	position: relative;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	border-right: 2px solid var(--darkColor);
	flex-shrink: 0;
	height: 100%;
}

.leftModuleTabs .serviceModule:last-child {
	border-right: none;
}

.rightModuleTabs .serviceModule:last-child {
	border-right: none;
}

.serviceModule.active {
	/* width: 120px; */
	background: var(--darkColor);
}

/* Module Tab Styling */
.moduleTab {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.moduleLabel {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	font-family: "the-seasons", sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--darkColor);
	font-weight: 400;
	transition: color 0.3s ease;
}

.serviceModule.active .moduleLabel {
	color: var(--secondaryColor);
	font-size: 22px;
}

/* Content Area */
.moduleContent {
	flex: 1;
	position: relative;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

/* Custom Scrollbar for Content Area */
.moduleContent::-webkit-scrollbar {
	width: 8px;
}

.moduleContent::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.moduleContent::-webkit-scrollbar-thumb {
	background: var(--primaryColor);
	border-radius: 10px;
	transition: background 0.3s ease;
}

.moduleContent::-webkit-scrollbar-thumb:hover {
	background: var(--secondaryColor);
}

/* Firefox Scrollbar */
.moduleContent {
	scrollbar-width: thin;
	scrollbar-color: var(--primaryColor) #f1f1f1;
}

.contentInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	padding: 40px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
	overflow-x: hidden;
}

/* Wrapper for content to enable proper centering with scroll */
.contentInner .row {
	width: 100%;
	margin: auto 0;
	min-height: min-content;
}

.contentInner.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.contentHeading {
	font-size: 42px;
	font-weight: 400;
	color: var(--darkColor);
	margin-bottom: 30px;
	font-family: "the-seasons", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.contentText {
	font-size: 16px;
	line-height: 1.8;
	color: var(--text);
}

.contentImage {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contentImage img {
	width: 100%;
	height: auto !important;
	max-height: 100%;
	object-fit: cover; object-position: center;
	border: 2px solid var(--darkColor);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	position: sticky;
	top: 50px;
}

/* Module Colors - Repeating Pattern */
/* Pattern: 1st, 5th, 9th, etc. */
.serviceModule[data-module="1"],
.serviceModule[data-module="5"],
.serviceModule[data-module="9"],
.serviceModule[data-module="13"],
.serviceModule[data-module="17"],
.serviceModule[data-module="21"] {
	background: var(--darkColor);
}

.serviceModule[data-module="1"] .moduleLabel,
.serviceModule[data-module="5"] .moduleLabel,
.serviceModule[data-module="9"] .moduleLabel,
.serviceModule[data-module="13"] .moduleLabel,
.serviceModule[data-module="17"] .moduleLabel,
.serviceModule[data-module="21"] .moduleLabel {
	color: var(--secondaryColor);
}

/* Pattern: 2nd, 6th, 10th, etc. */
.serviceModule[data-module="2"],
.serviceModule[data-module="6"],
.serviceModule[data-module="10"],
.serviceModule[data-module="14"],
.serviceModule[data-module="18"],
.serviceModule[data-module="22"] {
	background: var(--tertiaryColor);
}

.serviceModule[data-module="2"] .moduleLabel,
.serviceModule[data-module="6"] .moduleLabel,
.serviceModule[data-module="10"] .moduleLabel,
.serviceModule[data-module="14"] .moduleLabel,
.serviceModule[data-module="18"] .moduleLabel,
.serviceModule[data-module="22"] .moduleLabel {
	color: #fff;
}

/* Pattern: 3rd, 7th, 11th, etc. */
.serviceModule[data-module="3"],
.serviceModule[data-module="7"],
.serviceModule[data-module="11"],
.serviceModule[data-module="15"],
.serviceModule[data-module="19"],
.serviceModule[data-module="23"] {
	background: var(--primaryColor);
}

.serviceModule[data-module="3"] .moduleLabel,
.serviceModule[data-module="7"] .moduleLabel,
.serviceModule[data-module="11"] .moduleLabel,
.serviceModule[data-module="15"] .moduleLabel,
.serviceModule[data-module="19"] .moduleLabel,
.serviceModule[data-module="23"] .moduleLabel {
	color: var(--secondaryColor);
}

/* Pattern: 4th, 8th, 12th, etc. */
.serviceModule[data-module="4"],
.serviceModule[data-module="8"],
.serviceModule[data-module="12"],
.serviceModule[data-module="16"],
.serviceModule[data-module="20"],
.serviceModule[data-module="24"] {
	background: var(--tertiaryColor);
}

.serviceModule[data-module="4"] .moduleLabel,
.serviceModule[data-module="8"] .moduleLabel,
.serviceModule[data-module="12"] .moduleLabel,
.serviceModule[data-module="16"] .moduleLabel,
.serviceModule[data-module="20"] .moduleLabel,
.serviceModule[data-module="24"] .moduleLabel {
	color: var(--darkColor);
}

/* Hover Effects */
.rightModuleTabs .serviceModule:hover {
	width: 80px;
}

/* .rightModuleTabs .serviceModule:hover .moduleLabel {
	color: var(--darkColor);
} */

.leftModuleTabs .serviceModule:not(.active):hover {
	opacity: 0.8;
}

/* Responsive Styles */
@media (max-width: 991px) {
	.servicesAccordionWrapper {
		height: auto;
		flex-direction: column;
	}

	.leftModuleTabs,
	.rightModuleTabs {
		width: 100%;
		border-right: none;
		flex-direction: column;
	}

	.leftModuleTabs {
		border-bottom: 2px solid var(--darkColor);
	}

	.serviceModule {
		width: 100% !important;
		height: 60px;
		border-right: none;
		border-bottom: 2px solid var(--darkColor);
	}

	.serviceModule.active {
		height: 80px;
	}

	.moduleLabel {
		writing-mode: horizontal-tb;
		transform: rotate(0deg);
		text-align: center;
	}

	/* Fix: Accordion height issue below 990px */
	.moduleContent {
		overflow-y: visible;
		height: auto;
	}

	.contentInner {
		position: relative;
		padding: 30px 20px;
		height: auto;
		opacity: 1;
		visibility: visible;
		display: none;
	}

	.contentInner.active {
		display: block;
	}
	/* End fix */

	.contentHeading {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.contentImage img {
		max-height: 300px;
		margin-top: 20px;
	}
}

/* ========================================
=== Services Accordion Section - END ===
======================================== */

/* ========================================
=== Services Page Styles - END ===
======================================== */

/* ========================================
=== About Page Styles - START ===
======================================== */

.picTopBanner {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picTopBanner *:not(.primaryBtn) {
	color: #fff;
}
.picTopBanner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: -1;
}
.picTopBanner > div > div {
	height: calc(100vh - 145px);
	min-height: 500px;
}
.picTopBanner .topBannerText h1 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.picTopBanner .topBannerCTA a {
	text-transform: capitalize;
}

/* Team Members Styles - Start */
.teamSection {
    background-color: #fff;
	position: relative;
	z-index: 1;
}
.teamSection::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/vector-graphics-bg.svg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
}
.teamSection .headingStyle h2 {
}
.team-members-row {
    max-width: 1000px;
    margin: 0 auto;
}
.team-member-card {
    padding: 15px;
    display: block;
    text-decoration: none;
}
.team-member-card:hover {
    text-decoration: none;
}
.team-member-image-wrapper {
    width: 220px;
    height: 220px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid var(--darkColor);
    padding: 6px;
    box-sizing: border-box;
    position: relative;
}
/* Animated circular border - 6px decorative border using rotation technique */
/* Positioned 2px outside the outer border (wrapper border) */
.team-member-image-wrapper::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border-top: 6px solid transparent;
    border-right: 6px solid var(--darkColor);
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    box-sizing: border-box;
    transform: rotate(-45deg);
    transition: transform 0.5s ease, border 0.5s ease;
    z-index: 1;
}
.team-member-card:hover .team-member-image-wrapper::before {
    border-top: 6px solid var(--primaryColor);
    border-right: 6px solid var(--primaryColor);
    border-bottom: 6px solid var(--primaryColor);
    border-left: 6px solid var(--primaryColor);
    transform: rotate(270deg);
}
.team-member-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--darkColor);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    position: relative;
	transition: border-color 0.3s ease;
    z-index: 2;
}
.team-member-card:hover .team-member-image {
	border-color: var(--primaryColor);
}
.team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.team-member-name {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--darkColor);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: color 0.3s ease;
}
.team-member-title {
    font-size: 14px;
    font-weight: 600;
	line-height: 1.3;
    color: var(--tertiaryColor);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    transition: color 0.3s ease;
}
.team-member-card:hover .team-member-name {
    color: var(--primaryColor);
}
@media (max-width: 767.98px) {
    .team-member-image-wrapper {
        width: 180px;
        height: 180px;
    }
    .team-member-name {
        font-size: 14px;
    }
}
@media (max-width: 575.98px) {
    .team-member-image-wrapper {
        width: 150px;
        height: 150px;
    }
}
/* Single Team Member Page Styles - Start */
.teamMemberSingle {
    background-color: #fff;
    padding-top: 120px;
}
.team-member-single-image {
    text-align: center;
}
.team-member-single-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.team-member-single-info {
    padding-left: 30px;
}
.team-member-single-name {
    font-family: "the-seasons", sans-serif;
    font-size: 42px;
    color: var(--darkColor);
    margin-bottom: 10px;
    line-height: 1.2;
}
.team-member-single-designation {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: var(--primaryColor);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.team-member-single-phone {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}
.team-member-single-phone i {
    margin-right: 10px;
    color: var(--primaryColor);
}
.team-member-single-phone a {
    color: #333;
}
.team-member-single-phone a:hover {
    color: var(--primaryColor);
}
.team-member-single-bio {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}
.team-member-single-bio p {
    margin-bottom: 15px;
}
.team-member-single-back .primaryBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 767.98px) {
    .teamMemberSingle {
        padding-top: 100px;
    }
    .team-member-single-info {
        padding-left: 0;
        padding-top: 30px;
    }
    .team-member-single-name {
        font-size: 32px;
    }
    .team-member-single-designation {
        font-size: 16px;
    }
}
/* Single Team Member Page Styles - End */
/* Team Members Styles - End */

.aboutTeamSection {
	background-color: var(--primaryColor);
}
.aboutTeamSection * {
	color: #fff;
}
.aboutTeamSection h2 {
	margin-bottom: 30px;
}

.aboutQuoteSection {
	background-blend-mode: luminosity;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	z-index: 1;
}
.aboutQuoteSection::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
.aboutQuoteSection * {
	color: #fff;
}
.aboutQuoteText h2 {
	font-style: italic;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

/* Panels Section */
.aboutPanelsSection {
	width: 100%;
}

.aboutPanelsSection .panels-row {
	display: flex;
	flex-wrap: wrap;
}

.aboutPanelsSection .panel-col {
	padding: 0 !important;
}

.aboutPanelsSection .panel-item {
	position: relative;
	min-height: 600px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.aboutPanelsSection .panel-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	transition: background 0.4s ease;
	z-index: 1;
}

.aboutPanelsSection .panel-item:hover .panel-overlay {
	background: rgba(0, 0, 0, 0.75);
}

/* Default content - visible by default */
.aboutPanelsSection .panel-default-content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 30px;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.aboutPanelsSection .panel-item:hover .panel-default-content {
	opacity: 0;
	transform: translateY(-20px);
	pointer-events: none;
}

/* Hover content - hidden by default */
.aboutPanelsSection .panel-hover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	overflow-y: auto;
}

.aboutPanelsSection .panel-item:hover .panel-hover-content {
	opacity: 1;
	transform: translateY(0);
}

/* Panel typography */
.aboutPanelsSection .panel-heading {
	font-family: "the-seasons", sans-serif;
	font-size: 26px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
}

.aboutPanelsSection .panel-subheading {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.aboutPanelsSection .panel-hover-content .panel-subheading {
	margin-bottom: 20px;
}

.aboutPanelsSection .panel-text {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	max-height: 200px;
	overflow-y: auto;
	padding-right: 5px;
	text-align: center;
}

.aboutPanelsSection .panel-text::-webkit-scrollbar {
	width: 4px;
}

.aboutPanelsSection .panel-text::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
}

.aboutPanelsSection .panel-text::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 2px;
}

.aboutPanelsSection .panel-text p {
	margin-bottom: 10px;
	color: #fff;
}

.aboutPanelsSection .panel-text p:last-child {
	margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
	.aboutPanelsSection .panel-item {
		min-height: 500px;
	}

	.aboutPanelsSection .panel-heading {
		font-size: 22px;
	}
}

@media (max-width: 767.98px) {
	.aboutPanelsSection .panel-item {
		min-height: 400px;
	}

	.aboutPanelsSection .panel-heading {
		font-size: 20px;
	}

	.aboutPanelsSection .panel-text {
		max-height: 150px;
	}
}

/* ========================================
=== About Page Styles - END ===
======================================== */
.idScrollFix {
	position: relative;
	top: -101px;
}


/* ========================================
=== Transformations Page Styles - START ===
======================================== */
.transformIntroSection {
    background-color: #fff;
	position: relative;
	z-index: 1;
}
.transformIntroSection::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/vector-graphics-bg.svg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: -1;
}

/* ========================================
=== Transformations Page Styles - END ===
======================================== */