/* Color theme overrides according to the green GMD logo */
		.section-title span,
		.gallery_enlarge_icon,
		.double-bounce1,
		.double-bounce2,
		.topcontrol,
		.video_btn a:hover {
			background-color: #8cc63f !important;
		}

		.portfolio_filter .active {
			color: #8cc63f !important;
		}

		.btn_one:hover {
			background: #8cc63f !important;
			border-color: #8cc63f !important;
			color: #fff !important;
		}

		/* Hero banner oval buttons styling */
		.hero-text a,
		.kenburns_061_slide>a,
		.kenburns_061_slide>a:visited {
			background: #8cc63f !important;
			border: 2px solid #8cc63f !important;
			color: #ffffff !important;
			padding: 12px 35px !important;
			border-radius: 30px !important;
			font-size: 14px !important;
			font-weight: 600 !important;
			text-align: center !important;
			width: auto !important;
			line-height: normal !important;
			height: auto !important;
			transition: all 0.3s ease !important;
			box-shadow: 0px 4px 15px rgba(140, 198, 63, 0.4) !important;
			display: inline-block !important;
		}

		.hero-text a:hover,
		.kenburns_061_slide>a:hover,
		.kenburns_061_slide>a:active {
			background: transparent !important;
			border-color: #ffffff !important;
			color: #ffffff !important;
			box-shadow: none !important;
		}

		/* Remove the default fontawesome arrow icon from slider.css since we made it a solid button */
		.kenburns_061_slide>a:after,
		.kenburns_061_slide_right>a:after,
		.kenburns_061_slide_center>a:before {
			display: none !important;
		}

		.progress-bar-linear .progress-bar span {
			background: #8cc63f !important;
		}

		.single-gallery h4 a:hover,
		.about_project_details ul li a,
		.blog_title_info h2 a:hover,
		.home_b_btn:hover,
		.single_footer ul li a:hover,
		.categories ul li a:hover,
		.site-menu li.active>a,
		.site-menu li a:hover {
			color: #8cc63f !important;
		}
		.site-menu li a.active,
		.site-navigation .site-menu .active,
		.site-mobile-menu .site-nav-wrap li a:hover {
			color: #8cc63f !important;
		}

		.topcontrol:hover {
			background: #1b2032 !important;
		}

		/* Styling adjustments for sticky navigation and larger logo */
		.site-navbar {
			padding: 10px 0 !important;
			background-color: transparent !important;
			transition: background-color 0.3s ease !important;
		}

		.site-navbar .site-logo img {
			max-height: 75px !important;
			width: auto;
			transition: all 0.3s ease;
			filter: none !important;
		}

		/* Header turns black with white logo/links ONLY on scroll (sticky) */
		.sticky-wrapper.is-sticky .site-navbar {
			padding: 10px 0 !important;
			background-color: #1b2032 !important;
		}

		.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
			color: #ffffff !important;
		}

		.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
			color: #8cc63f !important;
		}

		.sticky-wrapper.is-sticky .site-navbar .site-logo img {
			filter: none !important;
		}

		/* Fix hero banner fitting and preserve main subject across devices */
		#kenburns_061,
		#kenburns_061 .carousel-item {
			max-height: 90vh !important;
			height: 90vh !important;
		}

		#kenburns_061>.carousel-inner>.carousel-item>img {
			width: 100% !important;
			height: 90vh !important;
			object-fit: cover !important;
			object-position: center top !important;
			opacity: 0.9 !important;
			display: block !important;
		}

		.kenburns_061_slide {
			top: 25% !important;
		}

		/* Tablet: reduce hero height and nudge focal point up */
		@media (max-width: 991px) {
			#kenburns_061,
			#kenburns_061 .carousel-item {
				max-height: 65vh !important;
				height: 65vh !important;
			}
			#kenburns_061>.carousel-inner>.carousel-item>img {
				height: 65vh !important;
				object-position: 30% 40% !important;
			}
			.kenburns_061_slide { top: 18% !important; }
		}

		/* Mobile: further reduce height and shift focal point up to keep subject visible */
		@media (max-width: 767px) {
			#kenburns_061,
			#kenburns_061 .carousel-item {
				max-height: 50vh !important;
				height: 50vh !important;
			}
			#kenburns_061>.carousel-inner>.carousel-item>img {
				height: 50vh !important;
				object-position: 25% 30% !important;
			}

			/* Very small screens: show whole subject when possible */
			@media (max-width: 480px) {
				#kenburns_061>.carousel-inner>.carousel-item>img {
					object-fit: contain !important;
					object-position: left center !important;
					height: auto !important;
					max-height: 60vh !important;
				}
			}
			.kenburns_061_slide { top: 12% !important; padding: 0 15px !important; }
		}


		/* Preloader fallback override */
		.double-bounce1,
		.double-bounce2 {
			background-color: #8cc63f !important;
		}

		/* Custom Premium Specialities Cards styling */
		.feature_area {
			margin-top: -60px !important;
			padding-bottom: 80px !important;
			position: relative;
			z-index: 10;
		}

		.feature_bg .section-title p {
			width: 100% !important;
			margin: 0 auto !important;
			padding: 0 !important;
		}

		.feature_bg {
			background: #ffffff !important;
			box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.15) !important;
			padding: 50px 30px 20px !important;
			border-radius: 20px !important;
			border-top: 5px solid #8cc63f !important;
			margin: 0 !important;
		}

		/* Bento Grid Design */
		.bento-grid {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			grid-template-rows: repeat(3, 220px);
			gap: 20px;
			margin-top: 30px;
		}
		.bento-item {
			position: relative;
			border-radius: 20px;
			overflow: hidden;
			box-shadow: 0 10px 30px rgba(0,0,0,0.1);
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			display: block;
			text-decoration: none !important;
			color: #fff !important;
		}
		.bento-item:hover {
			transform: translateY(-5px);
			box-shadow: 0 15px 40px rgba(140, 198, 63, 0.4);
		}
		.bento-item-1 { grid-column: span 2; grid-row: span 2; } /* Pulmonary */
		.bento-item-2 { grid-column: span 2; grid-row: span 1; } /* Physiotherapy */
		.bento-item-3 { grid-column: span 1; grid-row: span 1; } /* Cardiology */
		.bento-item-4 { grid-column: span 1; grid-row: span 1; } /* Body Composition */
		.bento-item-5 { grid-column: span 2; grid-row: span 1; } /* Sports Science */
		.bento-item-6 { grid-column: span 2; grid-row: span 1; } /* Rehab */
		
		.bento-bg {
			position: absolute;
			top: 0; left: 0; right: 0; bottom: 0;
			background-size: cover;
			background-position: center;
			transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		}
		.bento-item:hover .bento-bg {
			transform: scale(1.08);
		}
		.bento-overlay {
			position: absolute;
			top: 0; left: 0; right: 0; bottom: 0;
			background: linear-gradient(to top, rgba(27,32,50,0.95) 0%, rgba(27,32,50,0.4) 50%, rgba(27,32,50,0.1) 100%);
			transition: background 0.3s ease;
		}
		.bento-item:hover .bento-overlay {
			background: linear-gradient(to top, rgba(140,198,63,0.95) 0%, rgba(27,32,50,0.7) 60%, rgba(27,32,50,0.2) 100%);
		}
		.bento-content {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			padding: 25px;
			z-index: 2;
		}
		.bento-content h4 {
			color: #fff;
			font-size: 22px;
			font-weight: 700;
			margin-bottom: 8px;
			letter-spacing: 0.5px;
		}
		.bento-item-1 .bento-content h4 {
			font-size: 32px;
			margin-bottom: 15px;
		}
		.bento-content p {
			color: rgba(255,255,255,0.85);
			font-size: 14px;
			margin: 0;
			line-height: 1.5;
			display: none;
		}
		.bento-item-1 .bento-content p, .bento-item:hover .bento-content p {
			display: block;
		}

		@media (max-width: 991px) {
			.bento-grid {
				grid-template-columns: repeat(2, 1fr);
				grid-template-rows: auto auto auto auto;
			}
			.bento-item-1, .bento-item-2, .bento-item-5, .bento-item-6 {
				grid-column: span 2;
				min-height: 250px;
			}
			.bento-item-3, .bento-item-4 {
				grid-column: span 1;
				min-height: 250px;
			}
		}
		@media (max-width: 767px) {
			.bento-grid {
				grid-template-columns: 1fr;
			}
			.bento-item {
				grid-column: span 1 !important;
				grid-row: span 1 !important;
				min-height: 250px;
			}
		}

		.smooth-contact-area {
			background: #fcfcfd;
			padding: 100px 0;
		}
		.smooth-contact-form {
			background: #ffffff;
			border-radius: 24px;
			padding: 60px;
			box-shadow: 0 20px 60px rgba(0,0,0,0.04);
		}
		.smooth-contact-form .form-control {
			background: #f8f9fa;
			border: 1px solid transparent;
			border-radius: 12px;
			height: 60px;
			padding: 0 20px;
			font-size: 15px;
			color: #333;
			box-shadow: none;
			transition: all 0.3s ease;
		}
		.smooth-contact-form textarea.form-control {
			height: auto;
			padding: 20px;
		}
		.smooth-contact-form .form-control:focus {
			background: #ffffff;
			border-color: #8cc63f;
			box-shadow: 0 0 0 4px rgba(140, 198, 63, 0.1);
		}
		.smooth-contact-btn {
			background: #8cc63f;
			color: #ffffff;
			border: none;
			border-radius: 12px;
			height: 60px;
			font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 1px;
			transition: all 0.3s ease;
			width: 100%;
		}
		.smooth-contact-btn:hover {
			background: #1b2032;
			transform: translateY(-2px);
			box-shadow: 0 10px 20px rgba(0,0,0,0.1);
		}
		
		/* Premium Impact Section */
		.premium-impact {
			background: linear-gradient(135deg, #1b2032 0%, #2a324b 100%);
			padding: 80px 0;
			color: #fff;
			position: relative;
			overflow: hidden;
		}
		.premium-impact::before {
			content: '';
			position: absolute;
			top: -50%; left: -50%; width: 200%; height: 200%;
			background: radial-gradient(circle, rgba(140, 198, 63, 0.05) 0%, transparent 60%);
			z-index: 1;
		}
		.impact-item {
			position: relative;
			z-index: 2;
			border-right: 1px solid rgba(255,255,255,0.1);
		}
		.impact-item:last-child { border-right: none; }
		.impact-number {
			font-size: 54px;
			font-weight: 800;
			color: #8cc63f;
			margin-bottom: 10px;
			line-height: 1;
		}
		.impact-text {
			font-size: 16px;
			font-weight: 500;
			text-transform: uppercase;
			letter-spacing: 1px;
			color: rgba(255,255,255,0.8);
		}
		
		/* Premium Why Choose Us */
		.premium-why {
			padding: 100px 0;
			background: #fdfdfd;
		}
		.premium-why-content h2 {
			font-size: 42px;
			font-weight: 800;
			color: #1b2032;
			margin-bottom: 25px;
			line-height: 1.2;
		}
		.premium-why-content p {
			font-size: 16px;
			color: #666;
			line-height: 1.8;
			margin-bottom: 30px;
		}
		.premium-why-img {
			border-radius: 20px;
			box-shadow: 0 20px 50px rgba(0,0,0,0.15);
			position: relative;
			z-index: 2;
		}
		.premium-why-img-container::after {
			content: '';
			position: absolute;
			top: 20px; left: -20px; right: 20px; bottom: -20px;
			border: 4px solid #8cc63f;
			border-radius: 20px;
			z-index: 0;
		}
		
		/* Premium Partners */
		.premium-partners {
			background: #f4f5f7;
			padding: 100px 0;
		}
		.partner-glass-card {
			background: rgba(255, 255, 255, 0.7);
			backdrop-filter: blur(10px);
			border: 1px solid rgba(255,255,255,0.5);
			border-radius: 16px;
			padding: 40px 30px;
			box-shadow: 0 10px 30px rgba(0,0,0,0.05);
			transition: transform 0.3s ease;
			text-align: left;
			margin-bottom: 30px;
			height: 100%;
		}
		.partner-glass-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 15px 40px rgba(0,0,0,0.08);
		}
		.partner-quote {
			font-size: 16px;
			color: #444;
			line-height: 1.6;
			margin-bottom: 20px;
			font-style: italic;
		}
		.partner-author {
			font-size: 18px;
			font-weight: 700;
			color: #1b2032;
			margin-bottom: 5px;
		}
		.partner-role {
			font-size: 14px;
			color: #8cc63f;
			font-weight: 600;
		}
		
		@media (max-width: 991px) {
			.impact-item { border-right: none; margin-bottom: 40px; }
			.impact-item:last-child { margin-bottom: 0; }
			.premium-why-img-container::after { display: none; }
			.premium-why-img-container { margin-top: 50px; }
		}

		/* Mega Dropdown Styling */
		.site-navbar .site-navigation .site-menu,
		.site-navbar .site-navigation .site-menu *,
		.site-mobile-menu .site-nav-wrap,
		.site-mobile-menu .site-nav-wrap * {
			font-family: 'Poppins', sans-serif !important;
		}

		/* Remove all bullet points and default padding/margins from dropdown elements */
		.site-navbar .site-navigation .site-menu .has-children .dropdown.mega-dropdown,
		.site-navbar .site-navigation .site-menu .has-children .dropdown.mega-dropdown *,
		.site-navbar .site-navigation .site-menu .has-children .dropdown:not(.mega-dropdown) li {
			list-style: none !important;
			list-style-type: none !important;
		}

		.site-navbar .site-navigation .site-menu .has-children .dropdown.mega-dropdown {
			display: flex !important;
			padding: 25px 30px !important;
			border-radius: 12px !important;
			gap: 30px !important;
			border-top: 2px solid #8cc63f !important;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
			background: #fff !important;
		}

		@media (min-width: 992px) {
			.site-navbar .site-navigation .site-menu .has-children .dropdown.mega-dropdown {
				flex-direction: row !important;
				min-width: 600px !important;
				left: 50% !important;
				transform: translateX(-50%) !important;
			}

			.mega-dropdown-column {
				flex: 1;
				min-width: 250px !important;
				list-style: none !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			.mega-dropdown-column .dropdown-header {
				font-size: 16px;
				font-weight: 700;
				color: #1b2032;
				margin-bottom: 15px;
				padding-bottom: 8px;
				border-bottom: 1px solid #eee;
				text-transform: uppercase;
				letter-spacing: 0.5px;
			}

			.mega-dropdown-column ul {
				padding: 0 !important;
				margin: 0 !important;
				list-style: none !important;
			}

			.mega-dropdown-column ul li {
				list-style: none !important;
				padding: 0 !important;
				margin: 0 !important;
				width: 100% !important;
				min-width: 100% !important;
			}

			.mega-dropdown-column ul li a {
				padding: 8px 0 !important;
				font-size: 14px !important;
				color: #555 !important;
				display: block;
				transition: all 0.2s ease;
			}

			.mega-dropdown-column ul li a:hover {
				color: #8cc63f !important;
				padding-left: 5px !important;
				background: transparent !important;
			}

			/* Adjust the About Us dropdown positioning/styling */
			.site-navbar .site-navigation .site-menu .has-children .dropdown:not(.mega-dropdown) {
				border-radius: 8px;
				padding: 10px 0;
				box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
				border-top: 2px solid #8cc63f !important;
			}

			.site-navbar .site-navigation .site-menu .has-children .dropdown:not(.mega-dropdown) li a {
				padding: 10px 20px !important;
				transition: all 0.2s ease;
			}

			.site-navbar .site-navigation .site-menu .has-children .dropdown:not(.mega-dropdown) li a:hover {
				background: #f4f9eb !important;
				color: #8cc63f !important;
				padding-left: 25px !important;
			}
		}

		@media (max-width: 991.98px) {
			.site-navbar .site-navigation .site-menu .has-children .dropdown.mega-dropdown {
				flex-direction: column !important;
				min-width: 100% !important;
			}

			.mega-dropdown-column {
				display: block;
				padding: 10px 0;
			}

			.mega-dropdown-column .dropdown-header {
				font-size: 16px;
				font-weight: 700;
				color: #1b2032;
				margin-top: 10px;
				margin-bottom: 5px;
				text-transform: uppercase;
				padding-left: 20px;
			}

			.mega-dropdown-column ul {
				padding-left: 20px !important;
			}

			.mega-dropdown-column ul li a {
				padding: 8px 20px !important;
				font-size: 15px;
			}
		}

		/* Continuous Marquee Carousel */
		.marquee-container {
			overflow: hidden;
			position: relative;
			width: 100%;
			padding: 20px 0;
			-webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
			mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
		}
		.marquee-track {
			display: flex;
			width: max-content;
			animation: scroll-marquee 40s linear infinite;
		}
		.marquee-track:hover {
			animation-play-state: paused;
		}
		.marquee-track .partner-glass-card {
			width: 380px;
			margin: 0 15px;
			flex-shrink: 0;
			min-height: 380px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			white-space: normal;
		}
		@keyframes scroll-marquee {
			0% { transform: translateX(0); }
			100% { transform: translateX(-50%); }
		}
		@media (max-width: 768px) {
			.marquee-track .partner-glass-card { width: 300px; }
		}