	
.show-focus-outline .menu-btn:focus,
.show-focus-outline .search-link:focus,
.show-focus-outline .quik-search-remove:focus,
.show-focus-outline button:focus,
.show-focus-outline select:focus,
.show-focus-outline input:focus,
.show-focus-outline a:focus{
	outline:2px solid red !important;
}
@media (max-width: 991px) {
.show-focus-outline .nav a > i:focus{
		outline:2px solid red !important;	
	}
}
.show-focus-outline li:focus-within > .sub-menu{
	opacity: 1 !important;
	visibility: visible !important;
	margin-top: 0 !important;
}
.show-focus-outline .sub-menu-down a:focus{
	outline:2px solid #000 !important;
}
.show-focus-outline .sub-menu-down a:after:focus {
	outline:2px solid #000 !important;
}

/* Reference-style footer animation (gowthaminursery.in) */
.site-footer.footer-ref-style{
	position: relative;
	/* Prevent horizontal (sideways) page scrolling from the footer animation */
	overflow-x: hidden;
	overflow-y: visible;
	/* Single shared background for full footer area (continuous, no split) */
	background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.82)), url("../images/footer-animation/r.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.site-footer.footer-ref-style .footer-top,
.site-footer.footer-ref-style .footer-bottom{
	background: transparent;
}
.site-footer.footer-ref-style .footer-title,
.site-footer.footer-ref-style .footer-about,
.site-footer.footer-ref-style .footer-links li a,
.site-footer.footer-ref-style .footer-contact li,
.site-footer.footer-ref-style .footer-credit,
.site-footer.footer-ref-style .copyright-text{
	color: #f0f0f0;
}
.site-footer.footer-ref-style .footer-credit a{
	color: #f0f0f0;
	text-decoration: none;
}
.site-footer.footer-ref-style .footer-credit a:hover{
	color: #b9e4c5;
}
.site-footer.footer-ref-style .footer-ref-crop{
	position: relative;
	margin-top: -2px;
	margin-bottom: 0;
	z-index: 3;
	line-height: 0;
	overflow: hidden;
	min-height: clamp(180px, 14vw, 280px);
	/* Natural top strip behind transparent GIF area */
	background: linear-gradient(180deg, #eef7eb 0%, #f8fcf6 55%, #ffffff 100%);
}
.site-footer.footer-ref-style .footer-ref-crop::before{
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		url("../images/leaf-background.png"),
		radial-gradient(circle at 15% 20%, rgba(126, 176, 106, 0.18) 0%, rgba(126, 176, 106, 0) 42%),
		radial-gradient(circle at 86% 28%, rgba(121, 168, 101, 0.16) 0%, rgba(121, 168, 101, 0) 40%);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center bottom, left top, right top;
	background-size: 100% auto, auto, auto;
	opacity: 0.2;
	pointer-events: none;
	z-index: 0;
}
.site-footer.footer-ref-style .footer-ref-crop::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 26px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(9, 13, 10, 0.45) 100%);
	pointer-events: none;
	z-index: 3;
}
.site-footer.footer-ref-style .footer-ref-crop .footer-ref-three{
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.9;
}
.site-footer.footer-ref-style .footer-ref-crop .footer-ref-three-canvas{
	display: block;
	width: 100%;
	height: 100%;
}
.site-footer.footer-ref-style .footer-ref-crop .footer-ref-three::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 55%;
	background: linear-gradient(180deg, rgba(255,255,255,0.32) 0%, rgba(255,255,255,0) 100%);
	pointer-events: none;
}
.site-footer.footer-ref-style .footer-ref-crop .footer-ref-copy{
	position: absolute;
	left: 50%;
	top: 14%;
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
	pointer-events: none;
	line-height: normal;
}
.site-footer.footer-ref-style .footer-ref-crop .footer-ref-copy h3{
	margin: 0 0 6px;
	font-size: clamp(30px, 2.8vw, 48px);
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #14643a;
	text-shadow: 0 2px 12px rgba(255,255,255,0.7);
}
.site-footer.footer-ref-style .footer-ref-crop .footer-ref-copy p{
	margin: 0;
	font-size: clamp(16px, 1.3vw, 24px);
	color: rgba(21, 86, 50, 0.92);
	text-shadow: 0 1px 8px rgba(255,255,255,0.7);
}
.site-footer.footer-ref-style .footer-ref-crop img{
	display: block;
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	margin-right: 0;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center bottom;
	transform: translateX(-50%);
	background: transparent;
	filter: saturate(1.06) contrast(1.03);
	position: relative;
	z-index: 4;
}
.site-footer.footer-ref-style .footer-top{
	/* Avoid hairline seam between crop image and footer body */
	margin-top: -1px;
	position: relative;
	z-index: 6;
}
.site-footer.footer-ref-style .footer-bottom{
	position: relative;
	z-index: 6;
}
@media only screen and (max-width: 767px){
	.site-footer.footer-ref-style .footer-ref-crop{
		min-height: 0;
		margin-top: 0;
	}
	.site-footer.footer-ref-style .footer-ref-crop::before{
		opacity: 0.16;
		background-size: 140% auto, auto, auto;
	}
	.site-footer.footer-ref-style .footer-ref-crop::after{
		height: 18px;
	}
	.site-footer.footer-ref-style .footer-ref-crop .footer-ref-three{
		opacity: 0.72;
	}
	.site-footer.footer-ref-style .footer-ref-crop .footer-ref-copy{
		top: 10%;
		width: min(92%, 420px);
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	.site-footer.footer-ref-style .footer-ref-crop .footer-ref-copy h3{
		font-size: clamp(20px, 6vw, 30px);
		line-height: 1.2;
	}
	.site-footer.footer-ref-style .footer-ref-crop .footer-ref-copy p{
		font-size: clamp(12px, 3.8vw, 16px);
		line-height: 1.35;
	}
	.site-footer.footer-ref-style .footer-ref-crop img{
		width: 100%;
		height: auto;
		min-height: 0;
		margin-left: 0;
		transform: none;
		object-fit: cover;
		object-position: center bottom;
	}
	.site-footer.footer-ref-style .footer-top{
		margin-top: 0;
	}
}

@media only screen and (min-width: 1400px){
	.site-footer.footer-ref-style .footer-ref-crop{
		min-height: 210px;
	}
	.site-footer.footer-ref-style .footer-ref-crop img{
		width: 138%;
		height: 100%;
		min-height: 100%;
		margin-left: 50%;
		transform: translateX(-50%);
		object-fit: cover;
		object-position: center bottom;
	}
}

/* ------------------------------------------------------------------
   Butterfly GIF animation (like reference footer)
   ------------------------------------------------------------------ */
.site-footer.footer-ref-style .footer-butterflies{
	position: absolute;
	top: -80px;              /* sits just above the curved image */
	left: 0;
	width: 100%;
	pointer-events: none;
	z-index: 5;
	overflow: visible;
}
.site-footer.footer-ref-style .footer-butterflies .butterfly{
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

/* Instagram/Image-wrapper stability fixes */
.content-inner.image-wrapper,
.content-inner.dg-image-strip{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: -34px !important;
	background: transparent !important;
	line-height: 0;
}
.content-inner.image-wrapper .container-fluid,
.content-inner.image-wrapper .swiper,
.content-inner.image-wrapper .swiper-wrapper,
.content-inner.image-wrapper .swiper-slide,
.content-inner.image-wrapper .insta-post,
.content-inner.dg-image-strip .container-fluid,
.content-inner.dg-image-strip .swiper,
.content-inner.dg-image-strip .swiper-wrapper,
.content-inner.dg-image-strip .swiper-slide,
.content-inner.dg-image-strip .insta-post{
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}
.image-wrapper .swiper-instagram .swiper-slide,
.dg-image-strip .swiper-instagram .swiper-slide{
	height: auto;
	padding: 0 8px !important;
	box-sizing: border-box;
}
.image-wrapper .swiper-instagram .swiper-wrapper,
.dg-image-strip .swiper-instagram .swiper-wrapper{
	margin-left: -8px !important;
	margin-right: -8px !important;
}
.image-wrapper .insta-post,
.dg-image-strip .insta-post{
	height: clamp(240px, 22vw, 360px);
	border-radius: 6px;
	overflow: hidden;
}
.image-wrapper .insta-post img,
.dg-image-strip .insta-post img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width: 767px){
	.content-inner.image-wrapper,
	.content-inner.dg-image-strip{
		margin-bottom: -20px !important;
	}
	.image-wrapper .swiper-instagram .swiper-slide,
	.dg-image-strip .swiper-instagram .swiper-slide{
		padding: 0 5px !important;
	}
	.image-wrapper .swiper-instagram .swiper-wrapper,
	.dg-image-strip .swiper-instagram .swiper-wrapper{
		margin-left: -5px !important;
		margin-right: -5px !important;
	}
}

/* ------------------------------------------------------------------
   Global section premium background (like footer top tone)
   ------------------------------------------------------------------ */
body{
	background-image:
		url("../images/leaf-background.png"),
		linear-gradient(180deg, #eef7eb 0%, #f8fcf6 55%, #ffffff 100%);
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% 100%;
	background-position: center top, center top;
	background-attachment: fixed, fixed;
}
.page-content section:not(.banner-two):not(.info-strip),
.page-content .markstratgey{
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}
.page-content{
	background: transparent !important;
	background-color: transparent !important;
}
.page-content .content-inner.bg-light{
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}
.page-content section:not(.banner-two):not(.info-strip)::before,
.page-content section:not(.banner-two):not(.info-strip)::after,
.page-content .markstratgey::before,
.page-content .markstratgey::after{
	content: none !important;
	background: none !important;
}

/* ------------------------------------------------------------------
   Responsive conflict fixes (desktop + tablet + mobile)
   ------------------------------------------------------------------ */
html,
body{
	overflow-x: hidden;
}

.page-wraper{
	overflow-x: clip;
}

img{
	max-width: 100%;
	height: auto;
}

.banner-two__video-bg video{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Improve layout on large screens */
@media only screen and (min-width: 1400px){
	.container{
		max-width: 1320px;
	}
	.banner-two__inner .about-content{
		max-width: 620px;
	}
}

/* Prevent heading overflow in medium/large breakpoints */
@media only screen and (max-width: 1399px){
	.section-head .title{
		word-break: break-word;
	}
}

/* Keep strip text readable and avoid wrapping collisions */
@media only screen and (max-width: 1199px){
	.info-strip-list{
		gap: 10px;
	}
	.info-strip-list li{
		white-space: normal;
		text-align: center;
		justify-content: center;
	}
	.info-strip-list li:not(:last-child)::after{
		display: none;
	}
}

/* Mark Strategy Section */
.markstratgey{
	padding: 80px 20px;
	background: transparent;
	font-family: var(--font-family-base);
}
.markstratgey-container{
	max-width: 1600px;
	margin: 0 auto;
}
.markstratgey-content{
	text-align: center;
	margin-bottom: 60px;
}
.markstratgey-title{
	margin: 0;
	font-size: 25px;
	font-weight: 300;
	color: var(--title);
	font-family: var(--font-family-title);
}
.markstratgey-subtitle{
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: rgba(94, 98, 111, 0.7);
}
.markstratgey-process{
	overflow-x: auto;
	padding-left: 0;
}
.markstratgey-flow{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: max-content;
	min-width: 100%;
	margin: 0 auto;
}
.markstratgey-step{
	width: 180px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.markstratgey-ring{
	width: 140px;
	height: 140px;
	margin: 0 25px;
	border-radius: 50%;
	padding: 8px;
	background: linear-gradient(135deg, var(--step-a), var(--step-b));
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.markstratgey-ring-inner{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.markstratgey-ring-inner img{
	width: 50%;
	height: 50%;
	object-fit: contain;
}
.markstratgey-link{
	width: 85px;
	height: 120px;
	margin: 10px -28px 0;
	background: #ffffff;
	clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%, 20% 50%);
	box-shadow: 0 4px 10px rgba(13, 119, 94, 0.08);
	display: grid;
	place-items: center;
	position: relative;
	z-index: 5;
}
.markstratgey-link span{
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	color: var(--step-n);
	transform: translateX(-2px);
}
.markstratgey-link-end{
	margin-right: -28px;
	clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%, 20% 50%);
}
.markstratgey-item-title{
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
	color: var(--title);
	font-family: var(--font-family-title);
}
.markstratgey-item-desc{
	margin-top: 6px;
	font-size: 13px;
	color: rgba(94, 98, 111, 0.85);
}

.ms-step-1{ --step-a: var(--primary-hover); --step-b: var(--primary); --step-n: var(--primary); }
.ms-step-2{ --step-a: var(--primary-hover); --step-b: var(--primary); --step-n: var(--primary); }
.ms-step-3{ --step-a: var(--primary); --step-b: #0a6a54; --step-n: #0b6f58; }
.ms-step-4{ --step-a: #0a6a54; --step-b: #075342; --step-n: #075f4a; }
.ms-step-5{ --step-a: #075342; --step-b: #043c2f; --step-n: #054b3a; }

@media only screen and (max-width: 992px){
	.markstratgey-title{
		font-size: 38px;
	}
	.markstratgey-subtitle{
		font-size: 15px;
	}
	.markstratgey-step{
		width: 150px;
	}
	.markstratgey-ring{
		width: 110px;
		height: 110px;
	}
	.markstratgey-link{
		width: 65px;
		height: 95px;
		margin: 8px -22px 0;
	}
	.markstratgey-link span{
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px){
	.markstratgey{
		padding: 50px 10px;
	}
	.markstratgey-title{
		font-size: 26px;
	}
	.markstratgey-subtitle{
		font-size: 15px;
		letter-spacing: 3px;
	}
	.markstratgey-step{
		width: 110px;
	}
	.markstratgey-ring{
		width: 80px;
		height: 80px;
	}
	.markstratgey-link{
		width: 45px;
		height: 70px;
		margin: 5px -16px 0;
	}
	.markstratgey-link span{
		font-size: 14px;
	}
}

/* Why DeltaGreen map card */
.why-dg-map-card{
	margin-top: 10px;
	padding: 22px;
	border-radius: 20px;
	background: linear-gradient(180deg, #f7faf5 0%, #f1f7ee 100%);
	border: 1px solid #dde8d8;
	box-shadow: 0 12px 24px rgba(27, 68, 36, 0.08);
}
.why-dg-map-head{
	margin-bottom: 14px;
}
.why-dg-map-kicker{
	display: inline-block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #2e7d32;
}
.why-dg-map-head p{
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #4a5e4d;
}
.why-dg-map-image-wrap{
	background: #ffffff;
	border: 1px solid #e2ebdf;
	border-radius: 14px;
	padding: 14px;
}
.why-dg-map-image{
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 575px){
	.why-dg-map-card{
		padding: 16px;
		border-radius: 16px;
	}
	.why-dg-map-image-wrap{
		padding: 10px;
		border-radius: 10px;
	}
	.why-dg-map-head p{
		font-size: 14px;
	}
}

/* Home page world-map section (above image slider) */
.home-network-map{
	padding-top: 36px;
	padding-bottom: 36px;
}
.home-network-map .home-network-map__card{
	padding: 34px 28px;
	border-radius: 24px;
	background: linear-gradient(180deg, #f7fbf5 0%, #eef7eb 100%);
	border: 1px solid #dfead9;
	box-shadow: 0 18px 34px rgba(34, 85, 46, 0.1);
}
.home-network-map .section-head{
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.home-network-map .section-head .sub-title{
	display: inline-block;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #d7e7d2;
	color: #2f7f35;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.home-network-map .home-network-map__visual{
	margin-top: 8px;
	text-align: center;
}
.home-network-map .home-network-map__visual img{
	display: block;
	margin: 0 auto;
	width: min(100%, 980px);
	height: auto;
}
.home-network-map .home-network-map__tags{
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.home-network-map .home-network-map__tags li{
	padding: 8px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #d8e7d3;
	color: #1c3b24;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}

@media only screen and (max-width: 767px){
	.home-network-map{
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.home-network-map .home-network-map__card{
		padding: 22px 16px;
		border-radius: 16px;
	}
	.home-network-map .section-head .title{
		font-size: 30px;
	}
	.home-network-map .home-network-map__tags{
		gap: 8px;
	}
	.home-network-map .home-network-map__tags li{
		font-size: 12px;
		padding: 7px 11px;
	}
}
