	
.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;
}

/* Light-theme footer redesign */
.site-footer.footer-ref-style{
	position: relative;
	overflow: hidden;
	--footer-pad-x: clamp(16px, 4vw, 64px);
	background:
		radial-gradient(circle at 0% 0%, rgba(139, 187, 125, 0.22) 0%, rgba(139, 187, 125, 0) 34%),
		radial-gradient(circle at 100% 10%, rgba(255, 205, 137, 0.22) 0%, rgba(255, 205, 137, 0) 32%),
		linear-gradient(180deg, #f9fcf7 0%, #eef7ed 52%, #e6f0e5 100%);
	border-top: 1px solid rgba(30, 72, 38, 0.08);
}
.site-footer.footer-ref-style .footer-container{
	padding-left: var(--footer-pad-x);
	padding-right: var(--footer-pad-x);
}
.site-footer.footer-ref-style .footer-top .row,
.site-footer.footer-ref-style .footer-bottom .row{
	--bs-gutter-x: 28px;
	--bs-gutter-y: 18px;
}
.site-footer.footer-ref-style::before{
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/leaf-background.png") center top / cover no-repeat;
	opacity: 0.07;
	pointer-events: none;
}
.site-footer.footer-ref-style .footer-top,
.site-footer.footer-ref-style .footer-bottom{
	position: relative;
	z-index: 1;
	background: transparent;
}
.site-footer.footer-ref-style .footer-top{
	padding: 64px 0 26px;
}
.site-footer.footer-ref-style .footer-panel{
	position: relative;
	z-index: 1;
	height: 100%;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}
.site-footer.footer-ref-style .footer-logo img{
	max-width: 190px;
}
.site-footer.footer-ref-style .footer-title{
	margin-bottom: 20px;
	color: #1a3d27;
	font-size: 22px;
	font-weight: 600;
}
.site-footer.footer-ref-style .footer-about,
.site-footer.footer-ref-style .footer-contact li,
.site-footer.footer-ref-style .footer-credit,
.site-footer.footer-ref-style .copyright-text{
	color: #5b6d60;
}
.site-footer.footer-ref-style .footer-about{
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 1.8;
}
.site-footer.footer-ref-style .footer-links,
.site-footer.footer-ref-style .dz-social-icon ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer.footer-ref-style .footer-links li + li{
	margin-top: 10px;
}
.site-footer.footer-ref-style .footer-contact{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.site-footer.footer-ref-style .footer-contact li + li{
	margin-top: 0;
}
.site-footer.footer-ref-style .footer-links li a{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-align: left;
	color: #405847;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.25s ease;
}
.site-footer.footer-ref-style .footer-links li a:hover,
.site-footer.footer-ref-style .footer-credit a:hover{
	color: #24703a;
}
.site-footer.footer-ref-style .footer-links li a:hover{
	transform: none;
}
.site-footer.footer-ref-style .footer-links li a i,
.site-footer.footer-ref-style .footer-contact li > i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-right: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #f1f8ee 0%, #e4f0df 100%);
	border: 1px solid rgba(41, 99, 51, 0.09);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #2e7d32;
	font-size: 14px;
	flex-shrink: 0;
}
.site-footer.footer-ref-style .footer-contact li{
	display: grid;
	grid-template-columns: 36px 1fr;
	align-items: start;
	column-gap: 12px;
}
.site-footer.footer-ref-style .footer-contact li.contact-single{
	align-items: center;
}
.site-footer.footer-ref-style .footer-contact li > i{
	margin-top: 2px;
}
.site-footer.footer-ref-style .footer-contact li.contact-single > i{
	margin-top: 0;
}
.site-footer.footer-ref-style .footer-contact li a{
	display: block;
	color: #405847;
	white-space: normal;
	line-height: 1.5;
	padding-top: 2px;
}
.site-footer.footer-ref-style .footer-contact li.contact-single a{
	padding-top: 0;
	line-height: 1.4;
}
.site-footer.footer-ref-style .footer-contact-copy{
	display: flex;
	flex-direction: column;
	gap: 4px;
	line-height: 1.5;
	padding-top: 2px;
}
@media only screen and (min-width: 992px){
	.site-footer.footer-ref-style .footer-links-col{
		display: flex;
		justify-content: center;
	}
	.site-footer.footer-ref-style .footer-links-col .footer-panel{
		width: max-content;
		text-align: left;
	}
}
.site-footer.footer-ref-style .dz-social-icon ul{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.site-footer.footer-ref-style .dz-social-icon ul li{
	margin: 0;
}
.site-footer.footer-ref-style .dz-social-icon ul li a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid rgba(39, 93, 48, 0.1);
	box-shadow: 0 12px 24px rgba(25, 64, 33, 0.08);
	color: #2f7b3f;
	transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.site-footer.footer-ref-style .dz-social-icon ul li a:hover{
	transform: translateY(-3px);
	box-shadow: 0 16px 28px rgba(25, 64, 33, 0.12);
	color: #1d6031;
}
.site-footer.footer-ref-style .footer-bottom{
	padding: 18px 0 26px;
	background: rgba(255, 255, 255, 0.55);
	border-top: 1px solid rgba(31, 72, 39, 0.08);
}
.site-footer.footer-ref-style .fb-inner{
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}
.site-footer.footer-ref-style .footer-credit a{
	color: #2f7b3f;
	font-weight: 600;
	text-decoration: none;
}
@media only screen and (max-width: 991px){
	.site-footer.footer-ref-style .footer-top{
		padding: 52px 0 22px;
	}
}
@media only screen and (max-width: 767px){
	.site-footer.footer-ref-style .footer-top{
		padding: 44px 0 18px;
	}
	.site-footer.footer-ref-style .fb-inner{
		padding: 0;
		border-radius: 0;
	}
}

/* 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;
	position: absolute;
	inset: 0;
}

@media only screen and (max-width: 991px){
	.banner-two{ min-height: 560px; height: auto; padding-top: 20px; padding-bottom:20px; }
	.banner-two__video-bg{position:absolute; inset:0;width:100%;height:100%;}
	.banner-two__video-bg video{min-height:560px; width:100%; height:100%; object-fit:cover;}
	.banner-two__inner{padding:70px 15px 50px;}
}

@media only screen and (max-width: 575px){
	.banner-two{ min-height: 520px; }
	.banner-two__video-bg video{min-height:520px;}
	.banner-two__inner{padding:60px 10px 30px;}
}

/* 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 (image + pins) */
.home-network-map{
	padding-top: 36px;
	padding-bottom: 36px;
	--hnm-pin-india: var(--primary);
	--hnm-pin-uae: var(--primary-hover);
	--hnm-pin-qatar: var(--primary-dark, var(--primary));
	/* Map coloring (SVG only). Pins remain independent via --hnm-pin-* */
	/* Use the same orange/yellow family as the reference screenshot */
	--hnm-map-base: #f5a623;
	--hnm-map-base-stroke: rgba(245, 166, 35, 0.45);
	--hnm-map-active: #f5a623;
	--hnm-surface: rgba(0,0,0,0.02);
	--hnm-surface-2: rgba(0,0,0,0.04);
	--hnm-border: rgba(0,0,0,0.08);
}
@supports (color: color-mix(in srgb, black, white)){
	.home-network-map{
		--hnm-surface: color-mix(in srgb, var(--primary) 6%, transparent);
		--hnm-surface-2: color-mix(in srgb, var(--primary) 10%, transparent);
		--hnm-border: color-mix(in srgb, var(--primary) 18%, transparent);
	}
}
.home-network-map .home-network-map__card{
	padding: 34px 28px;
	border-radius: 24px;
	background: var(--hnm-surface);
	border: 1px solid var(--hnm-border);
	box-shadow: 0 18px 34px rgba(0,0,0,0.06);
}
.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: var(--hnm-surface-2);
	border: 1px solid var(--hnm-border);
	color: var(--primary);
	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: 10px;
	text-align: center;
}
.home-network-map .home-network-map__map{
	position: relative;
	display: inline-block;
	width: min(100%, 980px);
}
.home-network-map .home-network-map__map img{
	display: block;
	width: 100%;
	height: auto;
}
.home-network-map .home-network-map__svg-stage{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50.05%;
	border-radius: 18px;
	overflow: hidden;
	background: radial-gradient(90% 100% at 50% 55%, var(--hnm-surface-2) 0%, transparent 70%);
	border: 1px solid var(--hnm-border);
}
@supports (aspect-ratio: 1 / 1){
	.home-network-map .home-network-map__svg-stage{
		height: auto;
		padding-bottom: 0;
		aspect-ratio: 2000 / 1001;
	}
}
.home-network-map .home-network-map__svg-stage svg{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	transform: scale(0.92);
	transform-origin: center top;
	transition: transform 1.8s ease;
}
.home-network-map .home-network-map__svg-stage.is-active svg{
	transform: scale(1);
}
.home-network-map .home-network-map__svg-stage svg path{
	fill: var(--hnm-map-base) !important;
	fill-opacity: 0.75;
	stroke: var(--hnm-map-base-stroke) !important;
	stroke-opacity: 0.55;
	stroke-width: 1;
	stroke-linejoin: round;
	opacity: 1;
}
.home-network-map .home-network-map__svg-stage.is-enhanced svg path{
	opacity: 0;
}
.home-network-map .home-network-map__svg-stage.is-active svg path{
	fill-opacity: 0.86;
	stroke-opacity: 0.55;
	transition: fill-opacity 0.9s ease, stroke-opacity 0.9s ease;
}
.home-network-map .home-network-map__svg-stage.is-animating svg path{
	opacity: 0;
	transform: scale(1.2);
	transform-origin: center;
	animation: home-network-map-reveal 1s ease forwards;
	will-change: transform, opacity;
}
.home-network-map .home-network-map__svg-stage.is-active.is-country-india svg #IN{
	fill: var(--hnm-map-active) !important;
	fill-opacity: 0.95;
	stroke: var(--hnm-map-active) !important;
	stroke-opacity: 0.55;
	transition: fill-opacity 0.9s ease, stroke-opacity 0.9s ease;
}
.home-network-map .home-network-map__svg-stage.is-active.is-country-uae svg #AE{
	fill: var(--hnm-map-active) !important;
	fill-opacity: 0.95;
	stroke: var(--hnm-map-active) !important;
	stroke-opacity: 0.55;
	transition: fill-opacity 0.9s ease, stroke-opacity 0.9s ease;
}
.home-network-map .home-network-map__svg-stage.is-active.is-country-qatar svg #QA{
	fill: var(--hnm-map-active) !important;
	fill-opacity: 0.95;
	stroke: var(--hnm-map-active) !important;
	stroke-opacity: 0.55;
	transition: fill-opacity 0.9s ease, stroke-opacity 0.9s ease;
}
.home-network-map .home-network-map__svg-stage svg a,
.home-network-map .home-network-map__svg-stage svg a:visited{
	color: inherit;
}
@keyframes home-network-map-reveal{
	0%{
		opacity: 0;
		transform: scale(1.2);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}
@media (prefers-reduced-motion: reduce){
	.home-network-map .home-network-map__svg-stage svg{
		transition: none;
		transform: none;
	}
	.home-network-map .home-network-map__svg-stage.is-enhanced svg path{
		opacity: 1;
	}
	.home-network-map .home-network-map__svg-stage.is-animating svg path{
		animation: none;
		opacity: 1;
		transform: none;
	}
	.home-network-map .home-network-map__map.is-enhanced.is-active .home-network-map__pin{
		opacity: 1;
		pointer-events: auto;
	}
}
.home-network-map .home-network-map__pin{
	position: absolute;
	left: var(--x);
	top: var(--y);
	transform: translate(-50%, -100%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	cursor: default;
	transition: transform 0.2s ease, opacity 0.35s ease;
}
.home-network-map .home-network-map__map.is-enhanced .home-network-map__pin{
	opacity: 0;
	pointer-events: none;
}
.home-network-map .home-network-map__map.is-enhanced.is-active .home-network-map__pin{
	opacity: 0.65;
	pointer-events: auto;
}
.home-network-map .home-network-map__map.is-enhanced.is-active.is-pin-india .home-network-map__pin--india,
.home-network-map .home-network-map__map.is-enhanced.is-active.is-pin-uae .home-network-map__pin--uae,
.home-network-map .home-network-map__map.is-enhanced.is-active.is-pin-qatar .home-network-map__pin--qatar{
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -110%) scale(1.12);
}
.home-network-map .home-network-map__pin:hover{
	transform: translate(-50%, -110%) scale(1.05);
}
.home-network-map .home-network-map__pin i{
	font-size: 26px;
	line-height: 1;
	color: var(--primary, var(--primary));
	filter: drop-shadow(0 6px 8px rgba(0,0,0,0.22));
}
.home-network-map .home-network-map__pin--india{
	--hnm-pin-color: var(--hnm-pin-india);
}
.home-network-map .home-network-map__pin--uae{
	--hnm-pin-color: var(--hnm-pin-uae);
	--label-offset-x: 16px;
}
.home-network-map .home-network-map__pin--qatar{
	--hnm-pin-color: var(--hnm-pin-qatar);
	--label-offset-x: -16px;
}
.home-network-map .home-network-map__pin::after{
	content: attr(data-label);
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translate(-50%, -8px);
	margin-left: var(--label-offset-x, 0px);
	margin-bottom: var(--label-offset-y, 0px);
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--hnm-surface-2);
	border: 1px solid var(--hnm-border);
	color: var(--title);
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 10px 18px rgba(0,0,0,0.08);
}
.home-network-map .home-network-map__pin:hover::after{
	background: var(--hnm-surface);
	border-color: var(--hnm-border);
	box-shadow: 0 12px 20px rgba(0,0,0,0.16);
}

.home-network-map .home-network-map__tags{
	margin: 18px 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: var(--hnm-surface-2);
	border: 1px solid var(--hnm-border);
	color: var(--title);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	box-shadow: 0 10px 18px rgba(0,0,0,0.06);
	cursor: pointer;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.home-network-map .home-network-map__tags li.is-active{
	background: var(--primary);
	border-color: var(--primary);
	color: #fff;
}

@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__pin i{
		font-size: 22px;
	}
	.home-network-map .home-network-map__pin::after{
		font-size: 10px;
		padding: 5px 8px;
	}
	.home-network-map .home-network-map__tags{
		gap: 8px;
		margin-top: 14px;
	}
	.home-network-map .home-network-map__tags li{
		font-size: 12px;
		padding: 7px 11px;
	}
}

/* Index categories: circle image + label below (no overlay) */
.category-swiper2--categories {
	padding: 0;
	overflow: hidden;
}
.category-swiper2--categories .swiper-wrapper {
	padding: 16px 0 12px;
}
.category-swiper2--categories .swiper-slide{
	height: auto;
}
/* Strongly override theme defaults for category circles */
.category-swiper2--categories .category-product{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible;
}
.category-swiper2--categories .category-product:hover,
.category-swiper2--categories .category-product.active{
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}
.category-swiper2--categories .category-product a{
	width: 100%;
	max-width: 220px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 50%;
}
.category-swiper2--categories .category-product img{
	width: 100%;
	max-width: 220px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid rgba(0,0,0,0.10);
	box-shadow: 0 14px 26px rgba(0,0,0,0.10);
	padding: 8px;
	box-sizing: border-box;
	object-fit: contain;
	object-position: center;
	display: block;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.category-swiper2--categories .category-product:hover img{
	transform: translateY(-3px);
	border-color: var(--primary);
	box-shadow: 0 20px 34px rgba(0,0,0,0.18);
}
.category-swiper2--categories .category-product .title{
	position: static;
	padding-top: 0;
	margin: 12px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
}
.category-swiper2--categories .category-product .title a{
	color: var(--title);
}
.category-swiper2--categories .category-product .title a:hover{
	color: var(--primary);
}
@media only screen and (max-width: 991px){
	.category-swiper2--categories .category-product a{
		max-width: 190px;
	}
	.category-swiper2--categories .category-product img{
		max-width: 190px;
		padding: 7px;
	}
}
@media only screen and (max-width: 767px){
	.category-swiper2--categories {
		padding: 0;
	}
	.category-swiper2--categories .category-product a{
		max-width: 170px;
	}
	.category-swiper2--categories .category-product img{
		max-width: 170px;
		padding: 6px;
	}
    .category-swiper2--categories .swiper-wrapper {
        padding: 14px 0 10px;
    }
}
@media only screen and (max-width: 575px){
	.category-swiper2--categories .category-product a{
		max-width: 150px;
	}
	.category-swiper2--categories .category-product img{
		max-width: 150px;
		padding: 5px;
		box-shadow: 0 12px 20px rgba(0,0,0,0.10);
	}
	.category-swiper2--categories .category-product .title{
		margin-top: 10px;
		font-size: 14px;
	}
}

/* Map section responsive styles for contact page */
.map-section {
	padding: 0;
}
.map-section .map-embed {
	position: relative;
	width: 100%;
	height: 560px;
	overflow: hidden;
}
.map-section .map-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media only screen and (max-width: 991px) {
	.map-section .map-embed {
		height: 460px;
	}
}

@media only screen and (max-width: 767px) {
	.map-section .map-embed {
		height: 370px;
	}
}

@media only screen and (max-width: 575px) {
	.map-section .map-embed {
		height: 300px;
	}
}
