
:root {
	--cnvs-themecolor: #000;
	--cnvs-themecolor-rgb: 0, 0, 0;
	
	--cnvs-body-font: 'Open Sans', sans-serif;
	--cnvs-primary-font: 'Jost', sans-serif;
	--cnvs-secondary-font: 'Nunito', sans-serif;
}

#header {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size:	1rem;
	--cnvs-primary-menu-tt:	none;
	--cnvs-primary-menu-ls:	0;
	--cnvs-primary-menu-submenu-font-size:	0.875rem;
	--cnvs-primary-menu-submenu-font-weight:	400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt:	none;
}

.is-expanded-menu .mega-menu-style-2 .mega-menu-title > .menu-link {
	font-size: calc(var(--cnvs-primary-menu-submenu-font-size) * 0.9);
}

@media (min-width: 992px) {
	
	.menu-link {
		text-transform: none;
	}
	
	.sub-menu-container .menu-item > .menu-link { font-size: 0.875rem; }
	
	.primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
		text-decoration: underline !important;
		color: var(--bs-danger) !important;
	}
	
	#header.full-header .menu-container { border-right: 0; }
	
	.slider-caption h2 {		
		text-transform: none;
		
		
	}
	
}


@media (max-width: 991.98px) {
	
	#top-account {
		padding-right: 15px;
	}
	
}

#top-account {
	font-size: 14px;
	font-weight: 500;
	border-right: 0px solid #DDD;
	padding: 3px 15px 3px 0;
}

.dark .top-links-item > a,
.dark #top-social li a,
#top-bar.dark { color: #FFF; }

body.top-search-open #top-search-trigger > i { opacity: 0; }

/* shop-categories */
.shop-categories [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.shop-categories [class^=col-] > a {
	display: block;
	position: relative;
	height: 200px;
	background-color: #EEE;
}

.shop-categories [class^=col-] img { display: block; }

.shop-categories [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0.4;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.shop-categories [class^=col-] > a:hover::before { opacity: 1; }

.product .product-title h3 {
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-transform: capitalize;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-price { font-size: 14px; font-weight: 500; }

.product-image .product-overlay {
	opacity: 0;
	width: 90px;
	height: auto;
	position: absolute;
	top: auto;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: bottom .3s ease, opacity .3s .1s ease !important;
	-o-transition: bottom .3s ease, opacity .3s .1s ease !important;
	transition: bottom .3s ease, opacity .3s .1s ease !important;
}

.product-image:hover .product-overlay {
	opacity: 1;
	bottom: 20px;
}

.product-overlay a span { display: none; }

.product-overlay a {
	width: 40px;
	height: 40px !important;
	border-radius: 50%;
	text-align: center;
	line-height: 41px;
	padding-left: 2px;
}
.product-overlay a:last-child {
	margin-left: 10px;
}

.owl-carousel .owl-nav [class*=owl-] { opacity: 1; }
.owl-carousel .owl-nav .owl-next { right: -18px; }
.owl-carousel .owl-nav .owl-prev { left: -18px; }

.clients-grid .grid-item {
	width: 12.5%;
	padding: 1rem;
}

.button.button-desc.button-small {
	padding: 14px 20px;
	font-size: 16px;
}

.button.button-desc.button-small i {
	top: -1px;
	width: 34px;
	font-size: 34px;
	text-align: left;
}

.button.button-desc.button-small span {
	font-size: 12px;
	margin:  0 0 8px 0;
}

.widget .list-unstyled li { margin-bottom: 3px; }

.widget .list-unstyled li a { color: #666 !important; }

.widget > h4 {
	--cnvs-widget-title-font-size: 1rem;
	--cnvs-widget-title-font-weight: 700;
	--cnvs-widget-title-letter-spacing: 1px;
}

.shop-footer-features h5 a:hover {
	color: #444;
	border-bottom: 1px dotted #AAA;
}

.shop-footer-features i {
	position: relative;
	top: 5px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-right: 10px;
	color: #888;
}

.shop-footer-features h5 span { color: #A0ACB6 !important; }

.app-button {
	border: 1px solid #1D7044;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #1D7044;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease; /* Smooth transition for all properties */
	width: fit-content;
	
}

.app-button:hover {
	border: 1px solid #1D7044;
	background-color: transparent;
	color: #1D7044 !important;	
	
}

.custom-slider-height {
	width: 100%;
	min-height: 90vh !important;
	height: 90vh !important;
	background-size: cover;
	background-position: center;
}

/* Desktop Background Images */
.slider-1-home {
	background-image: url(../../images/slider/1.jpg);
	background-size: cover;
	background-position: center;
}

.slider-2-home {
	background-image: url(../../images/slider/2.jpg);
	background-size: cover;
	background-position: center;
}

.slider-3-home {
	background-image: url(../../images/slider/3.jpg);
	background-size: cover;
	background-position: center;
}
.slider-4-home {
	background-image: url(../../images/slider/4.jpg);
	background-size: cover;
	background-position: center;
}
.slider-5-home {
	background-image: url(../../images/slider/5.jpg);
	background-size: cover;
	background-position: center;
}
.custom-loca {
	width:100% !IMPORTANT;
	max-width:55% !Important;
	
}
.into-slide{
	
}
.into-slide h2{
	font-size: 70px;
	line-height:5rem;
	letter-spacing: 0.4px;
	font-family: Sora;
	text-shadow: none;
	font-weight: 500;
	color: #6c757d;
	width: fit-content;
	margin-left: auto;
	padding: 0px 0;
}
.into-slide span{
	font-family: 'Jost';
	font-size: 36px;
	letter-spacing: 0.4px;
	background-color: #fff;
	padding: 0px 20px;
}
.into-slide p {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 20px;
	font-family: math;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	font-weight: 200;
	
}
.into-slide2 h2 {
	font-size: 50px;
	line-height: 4rem;
	letter-spacing: 0.4px;
	font-family: Sora;
	text-shadow: none;
	font-weight: 500;
	color: #6c757d;
	width: fit-content;
	margin-right: auto;
	padding: 0px 0;
}
.into-slide2 span {
	font-family: 'Jost';
	font-size: 40px;
	letter-spacing: 0.4px;
	background-color: #fff;
	padding: 0px 20px;
}
.into-slide2 p {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 16px;
	font-family: math;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	font-weight: 200;
	width: 70%;
}
.into-slide3 h2 {
	font-size: 60px;
	line-height: 5rem;
	letter-spacing: 0.4px;
	font-family: Sora;
	text-shadow: none;
	font-weight: 500;
	color: #6c757d;
	width: fit-content;
	margin-left: auto;
	padding: 0px 0;
}
.into-slide3 span {
	font-family: 'Jost';
	font-size: 42px;
	letter-spacing: 0.6px;
	background-color: #fff;
	padding: 0px 20px;
}
.into-slide3 p {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 16px;
	font-family: math;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	font-weight: 200;
	margin-left: auto;
	width: 75%;
}
.into-slide4 h2 {
	font-size: 45px;
	line-height: 5rem;
	letter-spacing: 0.2px;
	font-family: Sora;
	text-shadow: none;
	font-weight: 500;
	color: #6c757d;
	width: fit-content;
	margin-left: auto;
	padding: 0px 0;
}
.into-slide4 span {
	font-family: 'Jost';
	font-size: 28px;
	letter-spacing: 0.4px;
	background-color: #fff;
	padding: 0px 20px;
}
.into-slide4 p {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 16px;
	font-family: math;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	font-weight: 200;
	width: 68%;
	margin-left: auto;
}
.into-slide5 h2 {
	font-size: 75px;
	line-height: 5rem;
	letter-spacing: 0.2px;
	font-family: Sora;
	text-shadow: none;
	font-weight: 500;
	color: #6c757d;
	width: fit-content;
	margin-left: auto;
	padding: 0px 0;
}
.into-slide5 span {
	font-family: 'Jost';
	font-size: 30px;
	letter-spacing: 0.4px;
	background-color: #fff;
	padding: 0px 20px;
}
.into-slide5 p {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 16px;
	font-family: math;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	font-weight: 200;
	width: 80%;
	margin-left: auto;
}
.help-left {
	display: flex;
	align-items: center;
	gap: 15px;
}
.help-icon {
	background-color: white;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.help-info .help-label {
	font-size: 14px;
	color: #6e6e6e;
}
.help-info .help-number {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	font-family: 'jost';
}
.booking-button-slider{
	display: flex;
	flex-wrap: nowrap;
	gap: 25px;
	align-items: center;
	width: fit-content;
	margin-left: auto;
	margin-top: 35px;
}
.disco-now{
	background-color: #1D7044;
	color: #fff !important;
	font-family: 'Sora';
	padding: 10px 20px;
	border-radius: 25px 0px;
	font-weight: 500;
	line-height: 25px;
	transition: all 0.3s ease;
	position: relative;
}


.disco-now:hover{
	border-radius: 0px 25px;
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.over_lay_image {
	width: 100%;
	height:25%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	position: absolute;
	top: 0;
	
}
.info-widget.style-4 {
	background-size: cover;
	padding: 60px 0 0 60px;
}
.info-widget.style-4 .widget-media {
	width: 60px;
	height: 60px;
	padding: 10px;
	background-color: #fff;
	border-radius: 15px 15px 0 15px;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: -20px 10px 50px rgba(var(--bs-secondary-rgb), .1);
}
.info-widget.style-4 .widget-media::before {
	bottom: 0;
	right: -20px;
}
.info-widget.style-4 .widget-media::after, .info-widget.style-4 .widget-media::before {
	content: "";
	position: absolute;
	background-image: url(../../images/slider/round-info.svg);
	background-size: 100%;
	height: 20px;
	width: 20px;
}

.info-widget.style-4 .widget-media img {
	border-radius: 10px;
}
.info-widget.style-4 .widget-media::after {
	bottom: -20px;
	right: 0;
	transform: rotate(180deg);
}
.info-widget.style-4 .widget-content {
	background-color: #fff;
	border-radius: 0 15px 15px 15px;
	padding: 15px 18px 12px;
	box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), .1);
}
.info-widget.style-4 .widget-content .title {
	font-size: 14px;
	color: #566593;
	font-weight: 400;
	margin-bottom: 0;
}
.info-widget.style-4 .widget-content a {
	font-size: 18px;
	color: #1D7044;
	font-weight: 700;
	display: block;
	font-family: 'Jost', sans-serif;
}
.move-4 {
	-webkit-animation: move4 5s infinite;
	animation: move4 5s infinite
}

@-webkit-keyframes move4 {
	0% {
		-webkit-transform: translate(0,-5px);
		transform: translate(0,-5px)
	}
	
	50% {
		-webkit-transform: translate(0,5px);
		transform: translate(0,5px)
	}
	
	100% {
		-webkit-transform: translate(0,-5px);
		transform: translate(0,-5px)
	}
}
.infoodp {
	position: absolute;
	
	right: 0px;
	top: 60vh;
	z-index: 3;
}
.info-widget.style-5 {
	display: inline-flex;
	align-items: normal;
	gap: 15px;
	position: relative;
	top: 50px;
}
.info-widget.style-5 .widget-media {
	width: 35px;
	height: 35px;
}
.info-widget.style-5 .widget-media i {
	font-size: 45px;
	color: #1D7044;
}
.info-widget.style-5 .widget-content .title {
	font-size: 18px;
	color: #9CCF68;
	font-weight: 600;
	margin-bottom: 0;
	text-align: left;
}
.info-widget.style-5 .widget-content a {
	font-size: 18px;
	font-weight: 600;
	color: #1D7044;
}
.dz-ring-effect {
	-webkit-animation: dzRing 1.2s infinite ease-in-out;
	animation: dzRing 1.2s infinite ease-in-out;
	display: inline-flex
}

@-webkit-keyframes dzRing {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes dzRing {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}


.right-sli{
	float:right;
	text-align:right;
	
}
.width-fluide{
	width: 95%;
}

.usp-box h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0 5px;
	color: #000000;
	font-family: 'Jost', sans-serif;
}
.usp-box p {
	display: block;
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: 500;
	color: #818181;
	margin-bottom: 0;   
}
.usp-section {
	background-color: #fff !important;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
.no-margin {
	margin: 0px ! Important;
}
.no-padding {
	padding: 0px ! Important;
}
.usp-box {
	transition: all 0.9s ease; /* Adjusted timing for smoother transition */
	color: #000;
	text-align: center;
	padding: 10px 5px 5px;
	position: relative;
	overflow: hidden;
	
	background-color: #f7f8f9;
	border-right:1px solid #e1e1e1;
	cursor: pointer;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height:100%;
	
}
.dLkQRC {display:none !Important;}
.usp-box:hover {
	background-color: #fff;
	transform: scale(1.01); /* Only zooms in slightly on hover */
}
.usp-box img {
	width: 65px;
	padding: 0px;
}
.best-iv-gg {
	font-size: 26px;
	-webkit-text-stroke: 1px #ef609c;
	color: #ef609c !important;
	font-weight: 300;
	margin:0px 0px -10px;
}
.rep-uta{
	font-weight: 300;
	color: #657e7e;
	letter-spacing: 0.5px;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Jost', sans-serif;
	width: 85%;
}
.ivf-hi-cli {
	margin: 0px;
	font-size: 20px;
	color: #df9b8e;
}
.usp-head-in{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: left;
	border-right:1px solid #e1e1e1;
	
	
}
.usp-head-in h2{
	font-size: 18px; /* Adjust size as needed */
	font-weight: 700; /* Bold for emphasis */
	
	margin: 0; /* Remove default margin */
	font-family: 'Jost', sans-serif; /* Replace with your preferred font */
	color: #e6087f !important;
}
.usp-head-in h3{
	font-size: 14px; /* Slightly smaller than h2 */
	font-weight: 400; /* Normal weight */
	color: #555; /* Lighter color for contrast */
	margin: 5px 0 0; /* Small space between h2 and h3 */
	font-family: 'Jost', sans-serif; /* Replace with your preferred font */
}

.custom-wrap{
	padding: 0px !important;
}
.side-par-tit {
	padding:5px;
}

.side-par-tit h2 {
	font-size: 4.5rem;
	font-weight: 900;
	margin: 0;
	color: #9CCF68;
}

.side-par-tit h2 span {
	font-size: 22px;
	color: #1D7044 !important;
	margin: 0px 0px 0px 5px;
	font-family: 'Nunito', sans-serif;
	padding: 5px 0px;
	writing-mode: tb;
	transform: rotate(0);
	position: relative;
	top: 100px;
}
.side-par-tit h3{
	font-size: 46px;
	font-weight: 800;
	color: #ffff !important;
	display: flex;
	flex-wrap: nowrap;
	font-family: 'Jost', sans-serif;
	background-color: #1D7044;
	width: fit-content;
	padding: 0px 15px;
	
}
.side-par-tit p {
	font-family: 'Jost', sans-serif;
	color: #585858;
	font-weight: 300;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
}
.side-par-tit p span {
	background-color: #e6087f;
	font-family: 'Jost', sans-serif;
	font-weight: 800;
	margin: 0px;
	color: #fff !important;
	padding: 0px 5px;
}
.info-widget.style-7 {
	display: flex;
	position: relative;
	overflow: hidden;
}
.info-widget.style-7 .widget-content {
	writing-mode: tb;
	transform: rotate(180deg);
	border-radius: 0 25px 25px 0;
	color: #fff;
	text-align: center;
	padding: 15px 15px 15px 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: -35px;
	font-family: 'Jost', sans-serif;
	background-color: #9CCF68 !important;
}
.info-widget.style-7 .widget-media {
	border: 2px solid #fff;
	border-radius: 25px;
	overflow: hidden;
	width: 205px;
	position: relative;
}
.info-widget.style-7 .widget-media img {
	width: 100%;
}
.call-widget {
	position: absolute;
	bottom: 10px;
	background-color: rgba(255, 255, 255, .05);
	backdrop-filter: blur(60px);
	height: 35px;
	border-radius: 30px;
	left: 10px;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 20px;
}
.video-call-left {
	position: absolute;
	top: 100px;
	border-radius: 45px;
	background: #fdefd7;
	left: -65px;
	padding: 30px 30px 30px 0;
}
.info-widget.style-6 {
	width: 275px;
	border-radius: 14px;
	padding: 20px 20px 15px;
	position: relative;
	margin: 0px 0px 0 0;
	background-color: #1D7044;
}
.info-widget.style-6 .title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.info-widget.style-6 ul li {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
}
.time-table {
	position: absolute;
	top: 50px;
	right: -75px;
}
.info-widget.style-6 .info-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #fff;
	position: absolute;
	left: -30px;
	top: -30px;
	padding: 10px;
	background-color: #1D7044;
}
.book-time-button{
	display: block;
	text-align: center;
	font-family: 'Jost', sans-serif;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
	transition: all 0.9s ease;
}
.book-time-button:hover {
	border: 1px solid #1D7044;
	background-color: #fff;
	color: #1D7044 !important;
}
.yoga-background {
	background-image: url(../../images/general/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 20px 0px 0px 0px;
}
.parent-woo-con {
	padding: 0px 0px 0px 85px;
	/* background-image: url(../../images/general/circle.svg);
		background-position: 0px 0%;
		background-repeat: no-repeat;
	background-size: 130% auto; */
	
}
.up-down {
	display: inline-block;
	animation: floatUpDown 20s ease-in-out infinite;
}

@keyframes floatUpDown {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-15px); }
	100% { transform: translateY(0); }
}
.left-right {
	display: inline-block;
	animation: swayLeftRight 20s ease-in-out infinite;
}
.down-up {
	display: inline-block;
	animation: moveDownUp 4s ease-in-out infinite;
}

@keyframes moveDownUp {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(15px); }
	100% { transform: translateY(0); }
}

@keyframes swayLeftRight {
	0%   { transform: translateX(0); }
	50%  { transform: translateX(15px); }
	100% { transform: translateX(0); }
}
.right-left {
	display: inline-block;
	animation: moveRightLeft 20s ease-in-out infinite;
}

@keyframes moveRightLeft {
	0%   { transform: translateX(0); }
	50%  { transform: translateX(-15px); }
	100% { transform: translateX(0); }
}

.parent-woo-con img{ 
	height: 660px;
	margin: 0px 0px 0px 40px;
	border: 25px solid #fcecd3;
	border-radius: 40px;
}
.call-widget .active {
	background-color: #ff4747;
	width: 30px;
	height: 30px;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.pri-he-ph {
	font-size: 17px;
	font-weight: 800;
	font-family: 'Nunito', sans-serif;
	margin: 0 0px 10px;
	color: #fff;
	background-color: #9CCF68;
	padding: 0px 5px;
}
.home-according{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: 'Jost', sans-serif;
	margin: 5px 0px 0px !important;
	color: #1D7044;
	background-color: #fbedd3;
	border-radius: 8px;
	padding-left: 15px;
}
.content-home-according{
	font-size: 13px !important;
	font-weight: 300 !important;
	font-family: 'Nunito', sans-serif;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	padding: 20px 20px 5px;
	background-color: #fcddc4;
	
}
/* usp css started */
.dc-homevtwo .dc-doctorslider .owl-item .dc-doctordetails-holder {
	padding-top: 20px;
}
.dc-homevtwo .dc-doctordetails-holder {
	height: 186px;
}
.dc-doctordetails-holder {
	float: left;
	width: 100%;
	padding: 25px 10px;
	height: 300px;
	background: #fff;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-ms-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}
.dc-slidercounter {
	right: 0;
	top: 0;
	font-size: 100px;
	line-height: 128px;
	position: absolute;
	color: rgba(61, 68, 97, 0.06);
	font-family: 'Poppins', sans-serif;
}
.dc-homevtwo .dc-doctordetails-holder h3 {
	margin: 74px 0 10px;
}
.dc-titlecolor1 h3 {
	color: #FF6F61;
}
.dc-titlecolor2 h3 {
	color: #8E75B5;
}
.dc-titlecolor3 h3 {
	color: #388E8E;
}
.dc-titlecolor4 h3 {
	color: #3A70B2;
}
.dc-titlecolor5 h3 {
	color: #FFB300;
}
.dc-titlecolor6 h3 {
	color: #D95375;
}
.dc-doctordetails-holder h3 {
	margin: 0;
	display: block;
	font-size: 14px;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
	margin: 176px 0 10px;
	text-overflow: ellipsis;
}
.dc-titlecolor1 .dc-btn {
	border-color: #1abc9c;
}

.dc-doctordetails-holder .dc-btn {
	width: 100%;
	margin-top: 20px;
}
.dc-btn {
	min-width: 160px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	padding: 0 0px;
	position: relative;
	text-align: left;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	color: #818181;
}
.dc-titlecolor1.dc-doctordetails-holder:after {
	background: #FF6F61;
}
.dc-titlecolor2.dc-doctordetails-holder:after {
	background: #8E75B5;
}
.dc-titlecolor3.dc-doctordetails-holder:after {
	background: #388E8E;
}
.dc-titlecolor4.dc-doctordetails-holder:after {
	background: #3A70B2;
}
.dc-titlecolor5.dc-doctordetails-holder:after {
	background: #FFB300;
}
.dc-titlecolor6.dc-doctordetails-holder:after {
	background: #D95375;
}
.dc-doctordetails-holder:after {
	left: 0;
	width: 0;
	bottom: 0;
	height: 2px;
	content: '';
	background: #eee;
	position: absolute;
}
.dc-doctordetails-holder:hover {
	background: #fcfcfc;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-ms-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}
.mar-blo{
	
	margin-bottom: 25px;
	
}
.dc-doctordetails-holder:hover .dc-slidercounter {
	opacity: 0;
	visibility: hidden;
}
.dc-homevtwo .dc-doctordetails-holder:hover h3 {
	margin: 0;
}
.dc-titlecolor1.dc-doctordetails-holder:after {
	background: #1abc9c;
}
.dc-doctordetails-holder:hover:after {
	width: 100%;
}
.dc-doctordetails-holder:after {
	left: 0;
	width: 0;
	bottom: 0;
	height: 2px;
	content: '';
	background: #eee;
	position: absolute;
}
.dc-doctordetails-holder h3 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	line-height: inherit;
	text-overflow: ellipsis;
	color: var(--terthemecolor);
}
/*ups css end */
.svg-waves {
	position: absolute;
	bottom: -65px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 175px;
}
.home-tkk{
	position: relative;
	z-index: 9;
}
.step-color-title-green {
	font-size: 36px;
	-webkit-text-stroke: 1px #ffffff;
	color: #ffffff !important;
	font-weight: 600;
	margin: 0px;
	font-family: 'Sora', sans-serif;
}
.subtit-in-green { 
	font-weight: 500;
	color: #9ccf68;
	letter-spacing: 0.5px;
	text-align: center;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 2px;
	font-family: 'Jost', sans-serif;
}
.svg-waves__parallax > use {
	-webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
	animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.svg-waves__parallax > use:nth-child(1) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	fill: rgba(255, 255, 255, 0.7);
}

.svg-waves__parallax > use:nth-child(2) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	fill: rgba(255, 255, 255, 0.5);
}

.svg-waves__parallax > use:nth-child(3) {
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-animation-duration: 13s;
	animation-duration: 13s;
	fill: rgba(255, 255, 255, 0.3);
}

.svg-waves__parallax > use:nth-child(4) {
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	fill: white;
}

@-webkit-keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}
	100% {
		transform: translate3d(85px, 0, 0);
	}
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}
	100% {
		transform: translate3d(85px, 0, 0);
	}
}

.step-light-bg{
	background-color: #1d7044;
}
/* step -by step	*/
.single-department-2 .thumb-wrap {
	position: relative;
	z-index: 1;
}
.single-department-2 .thumb-wrap .shape {
	position: absolute;
	left: -35px;
	top: -10px;
	width: 125px;
	height: 125px;
}
.single-department-2 .thumb {
	height: 225px;
	line-height: 200px;
	z-index: 3;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
	padding: 0px;
	margin-bottom: 10px;
}

.single-department .thumb {
	padding: 2px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	width: 225px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.single-department .thumb img {    
	border-radius: 50%;    
}
.single-department-2 .thumb .count {
	background: linear-gradient(90deg, rgba(76, 188, 211, 1) 0%, rgba(1, 140, 196, 1) 100%);
}

.single-department .thumb .count {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: 700;
	background: #9CCF68;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
}
.single-department-2.small-box {
	margin-top: 80px;
}

.single-department.small-box {
	margin-top: 40px;
}
.single-department-2 .title {
	margin-bottom: 22px;
}

.single-department .title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	font-family: 'Nunito', sans-serif;
}
.back-shape {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 150px;
	z-index: 0;
	-webkit-transform: translate(0%, -20%) rotate(185deg);
	transform: translate(0%, -20%) rotate(185deg);
}
.working-de-p {
	font-size: 15px ! IMPORTANT;
	line-height: 18px ! IMPORTANT;
	font-weight: 300;
	color: #212529;
	display: inline;
	font-family: 'Jost', sans-serif;
}
.thumb-box-1{
	margin-top: 15px;
}
.thumb-box-2{
	margin-top: -25px;
}
.thumb-box-3{
	margin-top: -50px;
}
.thumb-box-4{
	margin-top: -25px;
}
.title-center{
	text-align:center;
}
.step-color-title{
	font-size: 36px;
	-webkit-text-stroke: 0px #9CCF68;
	color: #9CCF68 !important;
	font-weight: 600;
	margin: 0px;
	font-family: 'Sora', sans-serif;
}
/* step -by step	*/
.bottom-cloud-position{
	
}
.pink-color-title{
	color: #e6087f;
}
.my-section{
	margin: 0px;
	padding: 25px 0px 0px 0px;
}
.both-section{
	margin: 0px;
	padding: 25px 0px 25px 0px;
	background-color: #f6feff;
}
.subtit-in {
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-align: center;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-family: 'Jost', sans-serif;
}
.title-left{
	text-align:left;
}
.icon-before::before {
	content: '';
	position: absolute;
	left: -50px;
	bottom: 0;
	background-color: #afe347;
	mask-image: url(/images/logoicon.svg);
	mask-repeat: no-repeat;
	width: 50px;
	height: 75px;
}
.counter-body{
	margin: auto;
	width: 90%;
	padding: 0px 0px 20px;
	text-align: center;
}
.count-sub-body{
	display: flex;
	width: 100%;
	height:100%;
	padding: 10px;
	cursor: pointer;
	border-radius: 0px;
	margin-top: 0;
	align-items: center;
	gap: 0;
	transition: box-shadow .35s ease, transform .35s ease, color .2s ease;
	position: relative;
	background: linear-gradient(145deg, rgba(110, 168, 102, 0.15), rgba(255, 255, 255, 0.08));
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 6px 28px rgba(110, 168, 102, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.ico-cou{
	width: 150px;
	height: auto;
	align-items: center;
	display: flex;
}
.counti-text{
	margin: 0px;
	font-family: 'Jost', sans-serif;
	font-weight: 800;
	color: #1d7044;
	font-size:14px;
	text-align: right;
}
.boxps-text {
	color: #6A5D5D !important;
	font-size: 12px;
	text-align: right;
	margin: 5px 0px 5px 10px;
	font-family: 'Sora';
}
.first-con {
	background: linear-gradient(to right, #F9C2CD, #FAD4C0);
	
}
.second-con {
	background: linear-gradient(to bottom right, #C9E4DE, #B2DFFB);
	margin-left: 40px;
}
.third-con {
	background: linear-gradient(to left, #F5E9DC, #FFF4B7);
	
}
.fourth-con {
	background: linear-gradient(to bottom left, #EAD7F1, #FAD4C0);
	
}
.fifth-con {
	background: linear-gradient(to top right, #FAD4C0, #C9E4DE);
	
}
/* Heading and Paragraph Styles for Box 1 */
.box1-heading {
	color: #4D1C1C !important; /* Deep Red for strong contrast */
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}
.box1-text {
	color: #6A5D5D !important; /* Warm Gray for balance */
	font-size: 16px;
	line-height: 1.5;
}

/* Heading and Paragraph Styles for Box 2 */
.box2-heading {
	color: #013A4D !important; /* Deep Teal for strong contrast */
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}
.box2-text {
	color: #285761 !important; /* Muted Teal for softer contrast */
	font-size: 16px;
	line-height: 1.5;
}

/* Heading and Paragraph Styles for Box 3 */
.box3-heading {
	color: #665E00 !important; /* Deep Golden Brown for harmony */
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}
.box3-text {
	color: #7D6A00 !important; /* Rich Golden Brown for balance */
	font-size: 16px;
	line-height: 1.5;
}

/* Heading and Paragraph Styles for Box 4 */
.box4-heading {
	color: #4D355D !important; /* Deep Lavender for connection */
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}
.box4-text {
	color: #5E4768 !important; /* Muted Lavender for balance */
	font-size: 16px;
	line-height: 1.5;
}

/* Heading and Paragraph Styles for Box 5 */
.box5-heading {
	color: #2D5A57 !important; /* Deep Forest Green for contrast */
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}
.box5-text {
	color: #3E706D !important; /* Soft Forest Green for harmony */
	font-size: 16px;
	line-height: 1.5;
}

.app-boo-ld{
	position: absolute;
	left: -60px;
	bottom: 80px;
}
.avatar-group {
	display: flex;
	flex-wrap:no-wrap;
}
.info-widget.style-1 .number {
	
}
.avatar-sm {
	width: 40px;
	aspect-ratio: 1 / 1;
}
.text-in-week {
	font-size: 14px;
	line-height: 1.3;
	display: block;
	font-family: 'Jost', sans-serif;
	font-weight: 100;
}
.info-widget.style-1 {
	border-radius: 60px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 15px 25px 15px 15px;
}
.count-sub-body:hover{
	background-color:#fff;
	border-radius:8px;
	background-color: #fff;
	transform: scale(0.95);
}
.coount-image{
	width:75px;
	height:100px;
}
.coount-image img{
	width:100%;
	height:100%;
}
.coount-body-head{	
	text-align: center;
}
.count-skill-count{
	font-size: 20px !important;
	color: #9ccf68;
	font-family: 'Sora', sans-serif;
	text-align: right;
}
.subtit-green {
	font-weight: 400;
	color: #1d7044;
	letter-spacing: 0.5px;
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 2px;
	font-family: 'Jost', sans-serif;
}
.footer-incounter{
	margin: 10px 0px 0px 0px;
	text-align:center;
}
.footer-incounter h4 {
	font-size: 36px;
	-webkit-text-stroke: 1px #1d7044;
	color: #1d7044 !important;
	font-weight: 600;
	margin: 0px;
	font-family: 'Jost', sans-serif;
	letter-spacing: 2.5px;
	text-align: center;
}
.footer-incounter p {
	font-weight: 300;
	background-color: #1d7044;
	width: fit-content;
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 18px;
	margin: 25px auto 0px;
	font-family: 'Jost', sans-serif;
	text-align: center;
	padding: 0px 25px;
}
.footer-incounter p a {
	font-weight: 500;
	color: #ffffff;
}
.coount-body-head h2 {
	font-size: 20px;
	font-family: 'Jost', sans-serif;
	margin: 0px;
	font-weight: 300;
}
.coount-body-span{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-weight: 300;
	line-height: 0;
}
.counter-appoint-section{
	margin: -45px 0px 0px 0px;
	background-color: #f8f9fa !important;
	padding: 30px 0px;
	min-height: 250px;
	z-index: 2; 
	
}
.image-std {
	border-radius: 200px 200px 30px 30px;
}
.left-push{
	padding-left:125px;
}
.book-app-btn{
	margin-top: 15px;
	margin-left: 25px;
}
.book-app-btn span{
	font-size: 28px;
	font-family: 'Jost', sans-serif;
	font-weight: 900;
	color: #000000;
}
.book-app-btn h2{
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #fff;
	background-color: #3b3284;
	width: fit-content;
	padding: 2px 24px;
	margin:0px;
}
.book-app-btn p{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0px 0px;
	font-weight: 300;
}
.image-std{
	
	width: 100%;
}
.button-app-sec{
	float: right;
	display: block;
	
}
.sel-bdk{
	background-color: #e6087f;
	font-size: 16px;
	padding: 10px 15px;
	font-family: 'Jost', sans-serif;
	color: #fff ! IMPORTANT;
	border-radius: 10px;
	transition: all 0.6s ease;
	
}
.sel-bdk:hover{
	background-color: #fff;
	border:1px solid #e6087f ! IMPORTANT;    
	font-family: 'Jost', sans-serif;
	color: #e6087f ! IMPORTANT;
	border-radius: 10px;
}
.contact-bg-area {
	margin: 0;
	background-color: #ffffff;
	padding: 20px 0px;
}
.teacher-lay {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	position: absolute;
	top: 0;
}
#page-menu {
	height: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

#page-menu #page-menu-wrap {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: translate3d(0,-44px,0);
	-o-transform: translate3d(0,-44px,0);
	transform: translate3d(0,-44px,0);
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

#page-menu.sticky-page-menu { overflow: visible; }

#page-menu.sticky-page-menu #page-menu-wrap {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.my-wrap-no-padding
{
	padding:0px;
}
.whi-bos{
	
}
.con-mid-op{
	
}
.con-mid-op img{
	
}
.for-rem-cf98n{
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	font-weight: 300 !important;
}
.form-cont-in{
	padding: 50px;
	background-color: #fff ! IMPORTANT;
	border-radius: 12px;
}
.con-dkd{
	
}
.con-dkd h2{
	margin:0px;
}
.con-dkd h1{
	margin:0px;
}
.onglo {
	border-radius: 15px;
	border: 1px solid #d6d2f1;
	padding: 10px 25px;
	margin-bottom: 10px;
	min-height: 173px;
}
.center-botton{
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Background color for each box */

.onglobg2 {
	border: 1px solid #F2DDD9; /* Deep lavender */
}
.onglobg3 {
	border: 1px solid #D7ECE4; /* Soft blue */
}

/* Align image and title in one line */
.lo-title {
	display: flex;
	align-items: center;
	gap: 10px; /* Space between image and title */
}

/* Image styling */
.img-loo {
	width: 75px;
	height: 55px ! IMPORTANT;
}

/* Title styling */
.te-ll {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	font-family: 'Jost', sans-serif;
}

/* Adjust paragraph */
.onglo p {
	margin-top: 5px;   
	color: #232323; 
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	margin-bottom:0px;
}
.otp-cont-in {
	padding: 50px;
	background-color: #fff ! IMPORTANT;
	border-radius: 12px;
	width: 60%;
	margin: auto;
	text-align: center;
}
/* otp css */
.otp-input {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.otp-input input {
	width: 50px;
	height: 50px;
	margin: 5px 10px;
	text-align: center;
	font-size: 1.5rem;
	border: 1px solid #e6087f;
	border-radius: 12px;
	background-color: #e6087f3d;
	color: #212529;
	transition: all 0.3s ease;
}
.otp-input input:focus {
	border-color: #e6087f;
	box-shadow: 0 0 0 2px #e6087f42;
	outline: none;
}
.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.otp-input input[type=number] {
	-moz-appearance: textfield;
}
.otp-cont-in p {
	font-size: 16px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	margin: 0;
	font-weight: 300;
}
#uslnel {
	color: #ff0000;
	font-weight: 500;
}
.otp-cont-in h2 {
	font-size: 24px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	margin: 0 0 20px 0px;
}
.resend-text {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #232323;
}
.resend-link {
	color: #ff0000;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.3s ease;
}
#timer {
	font-size: 1rem;
	color: #ff0000;
	font-weight: 500;
	margin-left: 5px;
}
.otp-btnoo {
	width: 65% !important;
	margin: auto;
}
.black-color-title {
	color: #000000;
}
#errorMessage {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #e6087f;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}
.ins-categories .nav-link {
	padding: 20px 30px;
	color: #444;
	background-color: var(--bs-light);
	margin-top: 17px;
	font-size: 1.2em;
	border-radius: .25rem;
	transition: max-height .5s;
	max-height: 70px;
	overflow: hidden;
}

.ins-categories .nav-link:first-child {
	margin-top: 0;
}

.ins-categories .nav-link:hover {
	background-color: #F5F5F5;
}

.ins-categories .nav-link.active {
	color: #000;
	background-color: #E3EAF1;
	max-height: 200px;
}

.ins-categories .nav-link .tab-header img {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	opacity: .5;
}

.ins-categories .nav-link .tab-desc {
	opacity: 0;
	transition: opacity .3s;
	color: #5B5855;
	font-size: 1.025rem;
	padding-left: 45px;
}

.ins-categories .nav-link.active .tab-desc {
	opacity: 1;
	transition: opacity .5s;
	transition-delay: .25s;
}

.services-icon-home {
	width: 85px !important;
	height: 85px !important;
}
.services-icon-text {
	font-size: 22px;
	line-height: 26px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-family: 'Jost', sans-serif;
	-webkit-text-stroke: 1px #fff;
	letter-spacing: 1.25px;
}
/* Style for the tab container to enable scrolling */
.tab-container {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
}
.service-tab-left {
	background-color: #9ccf68 ! IMPORTANT;
	box-shadow: none !important;
	border: 0px !important;
	font-weight: 300 !important;
	padding: 15px 5px 15px 15px !important;
	font-family: 'Jost', sans-serif;
	color: #fff !important;
	margin: 0px !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #1d7044 !important;
	font-size: 16px ! IMPORTANT;
	-webkit-text-stroke: 1px #fff;
	letter-spacing: 1.25px;
}
.service_head {
	display: block;
	color: #000000 !important;
	font-size: 28px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: 'Jost', sans-serif;
	margin: 0px;
}
.count-servce-p {
	font-size: 14px ! IMPORTANT;
	line-height: 18px ! IMPORTANT;
	font-weight: 400;
	color: #212529;
	display: inline;
	font-family: 'Jost', sans-serif;
}
.servicesub-title {
	font-weight: 700;
	letter-spacing: 0.5px;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: 'Jost', sans-serif;
}
.service-sub-content {
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	margin-left: 30px;
	padding-bottom: 5px;
}
.read-more-services {
	font-size: 12px;
	margin-left: 14px;
	font-weight: 700;
	color: #1d7044  !important;
}
/* Style for the tab list to scroll horizontally */
.nav {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	white-space: nowrap;
	padding-left: 40px; /* Leave space for left arrow */
	padding-right: 40px; /* Leave space for right arrow */
}

/* Hide scrollbar for a clean look */
.nav::-webkit-scrollbar {
	display: none;
}

/* Style for arrow buttons */
.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 1.2rem;
	z-index: 10;
}

/* Position arrows on the left and right */
.nav-arrow-left {
	left: 0;
}

.nav-arrow-right {
	right: 0;
}

/* Optional: Add spacing and responsive layout for each service */
.nav-item {
	display: inline-block;
	margin-right: 8px;
}
.scroll-in-desktop{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row !important;
}

.nav-arrow-custom {
	
	background: rgb(255 255 255 / 0%) !important;
	color: #000000!important;
	font-size: 4.2rem!important;
}
.testimonial-section{
	margin: 0px;
	background-color: #fff;
	padding: 10px 0px 0px;
}
.image-design-box{
	border-right:1px solid #fff;
}

.design-image-box {
	perspective: 1000px;
}

.design-flip-container {
	width: 100%;
	position: relative;
	padding-top: 100%; /* This maintains a square aspect ratio for the container */
}

.design-flipper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.9s;
	transform-style: preserve-3d;
	cursor: pointer;
}

.design-flip-container:hover .design-flipper {
	transform: rotateY(180deg);
}

.design-front, .design-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.design-front img {
	width: 100%;
	height: 100%;
	object-fit: contain; /* Keeps the image aspect ratio without cutting */
}

.design-back {
	background-color: white;
	color: #333;
	transform: rotateY(180deg);
	text-align: center;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border: 2px solid #e6087f;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	
}
.design-section{
	padding: 25px 0px 50px 0px;
	margin:0px;
	background-color: #ffffff !important;
	background:linear-gradient(135deg,#0c2017,#07140f);
}
.teeedff{
	font-size: 45px;
	font-weight: 800;
	color: #1d7044 !important;
	line-height: 0.6;
	font-family: 'Sora', sans-serif;
	margin: 0px 0px 10px;
	text-align: left;
}
.best-ygg{
	font-family: 'Jost', sans-serif;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 30px;
	color: #9ccf68;
	text-align: left;    
}
.teac-box{
	background: linear-gradient(145deg, rgba(110, 168, 102, 0.15), rgba(255, 255, 255, 0.08));
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 6px 28px rgba(110, 168, 102, 0.25);
	border-radius: 8px;
	padding:18px 20px;
	transition: background-color 2.0s;
}
.teac-box:hover{
	background: linear-gradient(120deg, rgb(110 168 102), #9ccf6800);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);    
	transition: background-color 2.0s;
	-webkit-animation: move4 5s infinite;
	animation: move4 5s infinite;
}
.profi-btn{
	width: fit-content;
	margin: 10px auto 0px;
	display: block;
	border: 1px solid #1d7044;
	padding: 0px 20px;
	font-size: 10px;
	border-radius: 4px;
	transition: background-color 2.0s;
}
.teac-box:hover .profi-btn{ 
	Background-color:#1d7044;
	color:#fff;
	transition: background-color 2.0s;
}
.img-guru {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: auto;
	align-items: center;
	transition: background-color 0.3s;
}
.img-guru img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transition: background-color 0.3s;  
	
}
.teac-body 
{
	text-align:center;
	padding-top:15px;
}
.teac-body h2 {    
	text-transform: capitalize;
	transition: color 0.3s;
	margin:0px;
	font-size:14px;
}
.teac-body p{       
	text-transform: capitalize;
	transition: color 0.3s;
	margin:0px;
	font-size:12px;
}
.teac-box:hover .img-guru{
	transition: background-color 0.3s;
	clip-path: polygon(100% 50%, 69.7% 53.47%, 96.98% 67.1%, 67.32% 60%, 88.3% 82.14%, 62.86% 65.32%, 75% 93.3%, 56.84% 68.79%, 58.68% 99.24%, 50% 70%, 41.32% 99.24%, 43.16% 68.79%, 25% 93.3%, 37.14% 65.32%, 11.7% 82.14%, 32.68% 60%, 3.02% 67.1%, 30.3% 53.47%, 0% 50%, 30.3% 46.53%, 3.02% 32.9%, 32.68% 40%, 11.7% 17.86%, 37.14% 34.68%, 25% 6.7%, 43.16% 31.21%, 41.32% 0.76%, 50% 30%, 58.68% 0.76%, 56.84% 31.21%, 75% 6.7%, 62.86% 34.68%, 88.3% 17.86%, 67.32% 40%, 96.98% 32.9%, 69.7% 46.53%);
}
.little-design-gap{
	padding:15px 0px 5px;
}
.eWlnOb {   
	display: none;
}
.faq-section{
	padding: 10px 0 10px;
	margin: 0px 0px 0px;
	z-index: 9;
	background-image: url(../../images/general/faq-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.faq-text{
	
}
.faq-text h1{
	font-size: 45px;
	font-weight: 800;
	color: #fff !important;
	line-height: 0.6;
	font-family: 'Sora', sans-serif;
	margin: 25px 0px 25px;
	text-align: center;
}

.faq-text span{
	font-size: 40px;
	font-weight: 500;
	background-color: #1d7044 !important;
	line-height: 0;
	font-family: 'Jost', sans-serif;
	margin: 0px;
	color: #fff !important;
	padding: 0px 15px;
}

.faq-text h3{
	font-family: 'Jost', sans-serif;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 0px #1d7044, -2px -2px 0 #1d7044, 2px -2px 0 #1d7044, -2px 2px 0 #1d7044, 2px 2px 0 #1d7044;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 0px;
}
.faq-bodu-pspan {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-weight: 300;
	line-height: 0;
}
.ciCnpO a{
}
.faq-acco-cust{
	
}
.faq-acco-cust .accordion-header {
	border-color: #ffffff00;
	padding: var(--cnvs-toggle-content-padding);
	margin: 20px 0px 0px 0px;
	border-radius: 4px 4px 4px 4px;
	color: #ffffff ! IMPORTANT;
	background: linear-gradient(145deg, rgb(110 168 102 / 35%), rgba(255, 255, 255, 0.08));
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 6px 28px rgba(110, 168, 102, 0.25);
}
.accordion:not([data-collapsible=false]) .faq-header.accordion-active {
	cursor: pointer;
	border-radius: 8px 8px 0px 0px;
	border-bottom-width: 0px;
	background-color: #1d7044  ! IMPORTANT;
	color: #000;
	border-color: #1d7044;
}
.faq-content-bos {
	display: none;
	position: relative;
	border: 0px solid #1d7044;
	border-bottom: 6px solid #1d7044;
	border-top-width: 0px;
	border-radius: 0px 0px 8px 8px;
	background-color: #fff;
	padding: 15px;
	font-size: 14px ! IMPORTANT;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}
.faq-home-title {
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.faq-right-title {
	margin-top:25px;
}
.doctor-section{
	margin: 0px;    
	padding: 30px 0px 30px;
}
.ivf-button-home{
	font-size: 20px;
	margin: auto;
	font-weight: 700;
	color: #ffffff !important;
	display: block;
	text-align: center;
	font-family: 'Jost', sans-serif;
	background-color: #e6087f;
	width: fit-content;
	padding: 5px 15px;
	border-radius: 5px;
}
.success-note {
	font-family: 'Jost', sans-serif;
	color: #ffffff;
	text-align: center;
	margin: 15px auto 0px;
	font-size: 18px;
	background-color: #e6087f;
	width: fit-content;
	padding: 0px 10px;
}
.dc-designation {
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.doc-name {
	font-family: 'Jost', sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin: 5px 0px 5px 0px;
}
.doc-name a {
	color: #000000 !important;
}
.doc-name i {
	color: #1D7044 !important;
	font-size: 14px;
	line-height: 20px;
	margin-left: 5px;
}
.dc-docinfo {
	margin: 0px;
	list-style: none;
}
.doctor-short-description p {
	font-size: 14px;
	font-family: 'Jost', sans-serif;
	margin: 10px 0px 10px 0px !important;
	font-weight: 300;
}
.doctor-details-image {
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	width: 100%;
	height: 195px;
}
.doctor-details-image img {    
	border-radius: 8px;
	width: 100%;
	height: 195px;
}
.doc-availability {
	font-size: 14px;
	display: block;
	color: #e6087f;
	font-family: 'Jost', sans-serif;
}
.doc-dayav {
	font-size: 15px;
	margin-left: 5px;
	display: block;
	font-family: 'Jost', sans-serif;
	color: #787878;
}
.dc-designation{
	font-family: 'Jost', sans-serif;
	color: #e6087f;
}
.dc-doclocation{
	display: flex;
	flex-wrap: nowrap;
}
.dc-dayon {
	color: #1D7044;
}
.doctordtag {
	left: 12px;
	border-radius: 8px 0px 0px 0px;
	border-top: 40px solid #0b95cc;
}
.doc-quali {
	font-size: 14px;
	margin: 0px;
	font-weight: 400;
}
.doc-to{
	font-weight: 300;
	color: #657e7e;
	letter-spacing: 0.5px;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: 'Jost', sans-serif;
}
.faq-right-title h1 {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: 'Jost', sans-serif;
}

.faq-right-title h3 {
	font-size: 14px;
	color: #585858; /* Slightly lighter than h1 */
	margin-bottom: 5px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif; /* Customize font as needed */
}

.faq-right-title span {
	font-size: 14px;
	color: #000000; /* Even lighter for the paragraph */
	line-height: 1.6;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif; /* Customize font as needed */
}
.testi-color-title {
	font-size: 36px;
	-webkit-text-stroke: 0px #1D7044;
	color: #1D7044 !important;
	font-weight: 600;
	margin: 0px;
	font-family: 'Sora', sans-serif;
}
.fcc-custom{
	
}
.hiafvJ {  
	background-color: #f6feff !important;   
}
.idHrF {    
	background-color: #f6feff !important;  
}
.euBiGU {   
	background-color: #fff !important;
	border: 1px solid #ffffff ! IMPORTANT;
}
.dqiKFy {   
	color: #1D7044 !important;
	font-family: 'Jost',sans-serif !important;
	font-weight: 600 !important;
}
.blog-section {
	padding: 15px 0px 25px 0px;
	margin: 0px;
	background-color: #9ccf68 !important;    
}
.review-width {
	width: auto;
	background-color: #faebd700;
	margin:0px !IMPORTANT;
}
.serv-bod{
	overflow-x:hidden;
}
/* image-desgin */
.dz-flex-wrapper {
	--service-count: 5;
	display: flex;
	counter-reset: counter-item;
}
.dz-flex-wrapper .dz-flex-item.active {
	background-image: none !important;
	width: calc(100% - calc(calc(var(--service-count) - 1)* 140px));
	flex: 0 0 calc(100% - calc(calc(var(--service-count) - 1)* 140px));
}
.dz-flex-wrapper .dz-flex-item {
	display: flex;
	position: relative;
	flex: 0 0 120px;
	transition: all .5s;
	background-position: center;
	margin: 0 18px 0 0;
	overflow: hidden;
	width: 120px;
	gap: 0;
}
.dz-flex-wrapper .dz-flex-item.active .dz-flex-head {
	width: 0;
	visibility: hidden;
}
.dz-flex-wrapper .dz-flex-head::before {
	position: absolute;
	font-size: 70px;
	line-height: 1.2;
	font-weight: 700;
	color: #feffff;
	opacity: .1;
	left: 10%;
	top: 0;
	z-index: 2;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	transform: translate(-50%);
	content: "0" counter(counter-item);
	counter-increment: counter-item;
}
.dz-flex-wrapper .dz-flex-head .title {
	color: #fff;
	margin: 0;
	font-weight: 400;
	font-size: 24px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	position: relative;
	z-index: 1;
}
.dz-flex-wrapper .dz-flex-head::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1D7044;
	opacity: .7;
	border-radius: 15px;
}
.dz-flex-wrapper .dz-flex-item.active .dz-flex-info {
	width: 100%;
}
.dz-flex-wrapper .dz-flex-info {
	border-radius: 20px;
	opacity: 1;
	transition: all .5s;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	display: flex;
	background-color: #fff;
	width: inherit;
	flex: 1;
}
.dz-flex-wrapper .dz-flex-info::before {
	font-size: 150px;
	line-height: 1;
	font-weight: 600;
	color: #1D7044;
	opacity: .03;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: -1;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	content: "0" counter(counter-item);
}
.dz-flex-wrapper .dz-flex-inner {
	display: flex;
	gap: 30px;
	padding: 30px;
	min-width: 750px;
}
.dz-flex-wrapper .dz-media {
	width: 300px;
	height: 440px;
	min-width: 300px;
}
.dz-flex-wrapper .dz-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.dz-flex-wrapper .dz-media .btn {
	position: absolute;
	bottom: 60px;
	left: 75px;
	right: 20px;
	border-radius: 9px;
	font-weight: 500;
	color: #1D7044;
	background-color: #fff;
	width: fit-content;
	padding: 10px 20px;
}
.dz-flex-wrapper .dz-flex-head {
	
	text-align: center;
	min-height: 500px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .2s;
	opacity: 1;
	visibility: visible;
	width: 100%;
	z-index: 2;
	cursor: pointer;
	border-radius: 15px;
	background-blend-mode: color-burn;
	overflow: hidden;
	position: relative;
	max-width: 120px;
	background-position: center top;
}
.dz-flex-wrapper .dz-info {
	display: flex;
	flex-direction: column;
	padding: 15px 0;
}
.dz-flex-wrapper .dz-flex-info .text {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}
.ser-section {
	margin: 0px;
	padding: 0;
	background-color: #1d7044;
}
.service-text{
	
}
.serv-tkk{
	background-color:#9ccf68;
	padding:15px 20px 15px 20px;
	text-align:center;
}
.serv-heading {
	font-size: 45px;
	line-height: 60px !important;
	position: relative !important;   
	display: flex;
	font-weight: 800 !important;
	overflow: visible !important;
	text-shadow: 2px 2px 0px #1d7044, -2px -2px 0 #1d7044, 2px -2px 0 #1d7044, -2px 2px 0 #1d7044, 2px 2px 0 #1d7044;
	-webkit-text-fill-color: #9ccf68;
	-webkit-text-stroke-width: 0;
	text-align: center;
	color: transparent;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	width:fit-content;
}
.new-addon{
	justify-content: space-between;
}
.tab-new-width {
	display: flex;
	margin-right: 0px;
	width: 100%;
	justify-content: center;
}
.flex-dir-custom{
	
}
.fcc-custom {
	margin: 0px !important;
	border-radius: 0px !important;
}
.dz-title{
	font-family: 'Jost', sans-serif;
	margin-bottom: 10px;
	font-size: 22px;
	color: #1d7044;
}
.list-check-try{
	margin: 10px 0px 0px 0px !important;
	list-style: auto;
}
.dz-flex-wrapper .dz-info ul.list-check-try li {
	font-size: 16px;
	padding: 5px 0 5px 0px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}
/* image-desging */
/* home service */
.icon-bx-wraper.style-7 {
	border-radius: 10px;
	z-index: 1;
	filter: drop-shadow(0 10px 30px rgba(255, 255, 255, 0.1));
	min-height: 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.icon-bx-wraper.style-7 .bg {
	mask-image: url(.../../images/bg03.svg);
	-webkit-mask-image: url(../../images/bg03.svg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mask-position: top right;
	z-index: 0;
	border-radius: 15px;
	background-size: cover;
	background-position: center;
	opacity: 0;
	background-blend-mode: color-burn;
	background: #fff;
}

.icon-bx-wraper.style-7 * {
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.icon-bx-wraper.style-7 .icon-bx {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-bx-wraper.style-7 .icon-content {
	position: relative;
	z-index: 1;
	padding: 10px 15px 0px;
}
.icon-bx-wraper.style-7 .dz-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	padding-right: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 65px;
}
.icon-bx-wraper.style-7 .dz-title:after {
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #1D7044 0, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	opacity: .3;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.icon-bx-wraper.style-7 p {
	font-size: 12px;
	font-family: 'Nunito', sans-serif;
	margin: 0px;
	height: 40px;
	overflow-y: hidden;
}

.icon-bx-wraper p:last-child {
	font-size: 12px;
	font-family: 'Nunito', sans-serif;
	margin: 0px;   
	
}
.no-bg-page{
	Background-color: transparent !important
}
.icon-bx-wraper.style-7 .dz-media {
	height: 225px;
	margin-top: auto;
	padding: 0px 0px;
	border-radius: 0px;
}
.icon-bx-wraper.style-7 .dz-media img {
	height: 100%;
	width: 100%;	
	border-radius: 0px;
}
.icon-bx-wraper.style-7 .icon-footer {
	padding: 10px 25px;
	text-align: center;
	position: relative;
	z-index: 1;
	font-family: 'Jost', sans-serif;
	background-color: #1d7044;
	border-radius: 0;
	border: 10px solid #FFf;
}
.dark-green-bg{
	background-color: #1d7044;
}
.icon-link-hover-end{
	color: #ffffff !Important;
}

.servicebox-width {
	width: 375px;
	background-color: #fff;
	margin: 5px 0px 5px 5px !important;
}
.dc-servic {
	right: 0;
	top: 0;
	font-size: 40px;
	line-height: 75px;
	position: absolute;
	color: #1D704442;
	font-family: 'Poppins', sans-serif;
}
/* home service end */
.pride-home-blog-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 22px rgba(18, 47, 105, .05), 0 0 0 rgba(63, 85, 204, .05);
	margin: 0 10px 60px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.pride-home-blog-card:after,
.pride-home-blog-card:before {
	content: "";
	height: 60px;
	position: absolute;
	width: 130px;
}
.pride-home-blog-card:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAAsCAYAAAC33FDQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASMSURBVHgB7ZztUdswGMflBAhc+JAN6hHSCRomKJ2g6QSECQgTkE4ATGCYINmAbFB3g3yA4530/xiJU3WWneA3SdH/zmfZhCTW88vzIskO2AZpuVz27u7uwna73cdh2Gq1vtC5IAhC2mf8a4xtgdfHLy8vf/H6OZ3b29uL2YYpYA7r/v4+xG4AQ38DEAO0Q1auFthmeO9r2m8CQE4BQ17i4eGhDw/ynQDB1hd/g1f477Xq8RqfkXUuBpyT19fXa1fhcQIYeJIBADhBkwBJQosMhK5dRDI4Ke0Y+1NAc8Eck9XAAJQhByXMA6RMaHJgSfYCHHib4263e8UckZXASB5loAKh2wuV5WFIObB8tPGZF29vb6cuhCmrgKEc5fHxkUAZkeHXhUWoDGiychkBigKPE2HKGmBub2/7W1tbEZXAdCyAqdOjZCnL28jgQFZ7GyuAQeVzBMOP0eylgVJFUltEacAox9Z6G+OBASxngGCkAmIiKLJUj6PxNuNOp3PKLJKxwPB85RwgHKqQ5OUoJikrGebHc4SoH7aEKCN7nGB5enqaotm3GRZZurxGClEHNkDTYoaJhvPhWW6YBAtGT7WhyBbpQirfaF7rBtd9yAyXUT1PsKDzprwDk3MCFpKNoKRJF574dry7uzthhsoYDyNgASChgMRFWEgaLyO2Mz7WZKSMAIZyFsARESwu5CurKCtEQWNToTHCEuicKK0aIrkIi6ysZBjXPtzZ2blkBqlxa6AaOkPnjNTEluQ6LLI01RN7fn7+ur+/P2eGqNGQRG7Xw/IuXU6zvb0d8YVgRqgxq/ASMlLL5uRLbRgssjSjwjOEpgNmgBrxMPwXc76JOUueNEnwgEI3M0C1A8MrIhpr6blcOhdRGjQUujGvNmINq3Zg6JdCA3NBYPbkYdPSjdGg/36yBlWrlXCxR9hNNG7XS5FccmOCUuQ0C1ROB01VTrVZivIWhJ8/LswL1SkBjQRMMlmJ40YmK2sLSTxvSdoeltWlGRGmH9+0iXK7FmDgQk9E3iInuV6rSTfD3W63o5w7Nsv/Lqxi+VBUnkwYo6ncw4hQ5GEpLk25PaCViawmVQqMHIo8KOUp5cc3rGt2uzIL0tA/LiYSFyUWRHloikud4ZYqqMoXX1ViPZ63THXrW7yKSzdGg/bXKsvt0kOSNPQf0rGHpRrJ5bZUUCR9X2XlVDowGM099yV0PVKnVkS5jdwxYhWpVGDU+4iEPDTVqe7KqTRgeJY+9CV0/dL0eSWVUynW5DQP/eBcc8qonCaonI5ZSSpkUUquKF6SC/TLLJtXBjRXnU7nF+yxYAX1aYtuyk1ntikDmriM23E/lcPQ4zfo1k4BS+BXzhmjQJndljy/mOEesgJay7Lcq1AlNNAltx4WM6TzNFyffqjRStblT1M4wn6smWp/fzMPi1HKukmOvT9jeAJwLtcBJ9PC/OGDtKzyMAgyb+30sBiqHGiS3Aa2m6F4+b3Kss9gyR+GzI9jlGALerw64h3B8jHELCe26jm17WWOKBSp7bRzXDG2GTFATOBvPWmaYd7tduN/gdRbbFcKBtkAAAAASUVORK5CYII=) no-repeat 50%;
	bottom: -8px;
	left: 20px;
}
.pride-home-blog-card img {
	border-radius: 20px;
	width: 100%;
}
.pride-home-blog-card span {
	background: linear-gradient(358deg, #cf0772 -1077.15%, #e6087f -690.64%, #e6087f -213.19%, #e6087f 218.79%, #e6087f 764.46%, #00dbff 1196.44%);
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	left: 20px;
	line-height: 28px;
	padding: 1px 20px;
	position: absolute;
	top: 20px;
	font-family: 'Nunito', sans-serif;
}
.pride-home-blog-card .pride-home-blog-content {
	padding: 15px 15px;
	background: #ffe4f5;
	border-radius: 20px;
	margin: 10px;
	
}
.pride-home-blog-card:after {
	background: url(../../images/blog/blogbefore.png) no-repeat 50%;
	bottom: -50px;
	left: 15px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: -1;
}
.pride-home-blog-card .pride-home-blog-content ul {
	margin:0px;
}
.pride-home-blog-card .pride-home-blog-content ul li {
	color: #767676;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 2px;
	padding-right: 25px;
	position: relative;
}
.pride-home-blog-card .pride-home-blog-content h3 {
	font-size: 20px;
	font-weight: 800;
	margin: 10px 0px;
	font-family: 'Jost', sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#e6087f !Important;
}
.pride-home-blog-card .pride-home-blog-content a {
	background: linear-gradient(358deg, #e6087f -1077.15%, #e6087f -690.64%, #e6087f -213.19%, #e6087f 218.79%, #e6087f 764.46%, #e6087f 1196.44%);
	border-radius: 100px;
	color: #fff;
	display: block;
	height: 65px;
	margin-bottom: -45px;
	margin-left: 25px;
	margin-top: 35px;
	position: relative;
	text-align: center;
	width: 65px;
}
.pride-home-blog-card-image{
	width:100%;
	height:215px;
}
.pride-home-blog-card-image img{
	width:100%;
	height:100%;
	border-radius: 20px 20px 0px 0px;
}
.blog-littpar{
	font-size: 14px;
	color: #000000;
	line-height: 1.6;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right-icon-blog {
	font-size: 26px;
	line-height: 70px;
}
.footer-stick {    
	text-align: center;
	z-index: 99999999;
}
.contact-bg-area-texti {
	margin: 0 0px 0px;
	padding: 5rem 0px 5rem 0px;
}
/* footer css started */
.cus_pdn40pxlr {
	padding: 40px 40px 10px 40px !important;
}
._ft8uhead {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px;
}
._f00t-abt4r p {
	color: #9ccf68  !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	margin: 0px !important;
	font-family: 'Open Sans', sans-serif;
}
._cus31_colr23 {
	background-color: #3d493a !important;
	border-top: 1px solid #198754 !important;
}
._ul_f7t {
	list-style: none;
	margin-bottom: 0px;
}
._ul_f7t >li {
	margin-bottom: 10px;
}
.foot-abt {
	color: #9ccf68  !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
._div7yr {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border-top: 0.5px solid #9ccf68;
}
._9Oft7r2_1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

._f00t-abt4r{
	margin-bottom:5px;
}
._ftr98_09 {    
	color: #ffffff;
	text-align: right;
	margin: 0px;
}
.footer-button:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #e6087f !important;
}
._0brfl_frf39 {
	border-left: 0.1px solid #9ccf68;	
}
.sub-hhhh {
	margin: 0px 0px 5px 0px;
}
.icon-white{
	color:#1D7044;
}
.footer-button {
	border: 1px solid #fff;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: transparent;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	margin-top: 10px;
	text-align:center;
}
.thankyou-send-message{
	
}
.thankyou-send-message h6{
	font-size: 35px;
	margin: 0px 0px 5px;
	font-family: 'nunito', sans-serif;
	color: #000000;
}
.thankyou-send-message span{
	font-family: 'Jost', sans-serif;
	color: #3b3284;
	font-weight: 400;
	font-size: 18px;
}

.go-back-index{
	display: block;
	border: 1px solid #e6087f;
	margin: 10px auto;
	width: fit-content;
	padding: 5px 30px;
	border-radius: 4px;
	color: #e6087f;
	font-family: 'jost', sans-serif;
	font-weight: 500;
}
.go-back-index:hover{
	display: block;
	border: 1px solid #3b3284;
	margin: 10px auto;
	width: fit-content;
	padding: 5px 30px;
	border-radius: 4px;
	color: #3b3284;
	font-family: 'jost', sans-serif;
	font-weight: 500;
}
/* footer css end */


.right-side-box{
	background-color: #fff;
	padding: 10px;
	border-radius: 12px;
}
.page-heading-left {
	text-align: left;
	font-family: 'Jost', sans-serif;
}
.page-heading-left h1 {
	color: #1D7044;
	font-size: 1.5rem;
	margin: 0px;
	font-weight: 800;
}
.page-heading-left h1 span {
	color: #9CCF68  !important;
	margin-left: 5px;
	font-weight: 500;
}
.page-heading-left h3 {
	font-size: 16px;
	font-weight: 300;
	color: #585858;
}
.log-co-us-er {
	font-size: 12px;
	color: #9ccf68;
	margin-left: 10px;
	font-family: 'Jost', sans-serif !important;
	text-transform: capitalize;
}


.lhTHAU {
	display: flex;
	flex-direction: row !important;
	border-radius: 0px !important;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.only-blog-margint {
	margin: 0 -5px 60px !important;   
}
.vertical-middle-override {
	position: absolute;
	top: 5%;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	/* margin-top: -53.5px; */
}
.slider_wave {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	bottom: 0px;
}
.sli_heig {
	height: 480px !important;
	width: 100%;
}
.img-heig {
	width: 100%;
	height: 480px;
	object-fit: fill;
}

.service_title {
	margin-top: 25px;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}
.service_title span {
	font-size: 18px;
	font-weight: 300;
}
.services-images {
	width: 100%;
	height: 450px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
}
.services-images img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.services-body {
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
}
.services-body p b{
	color: #212529;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: 'Jost', sans-serif;
}
.services-body p {
	font-weight: 300;
	color: #212529;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
	font-family: 'Jost', sans-serif;
}
.services-body h1 {
	font-weight: 600;
	color: #212529;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: 'Jost', sans-serif;
}
.services-body h2 {
	font-weight: 800;
	color: #212529;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: 'Jost', sans-serif;
}
.box-recent{
	padding:0px 0px 10px;
	display: block;
}
.services-body table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc; /* outer border */
}

.services-body table tr {
	border-bottom: 1px solid #ddd; /* horizontal line between rows */
}

.services-body table td {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.services-body table td strong {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.services-body table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.services-body table tr:hover {
	background-color: #f1f1f1; 
}

.services-body h3 {
	font-weight: 600;
	color: #212529;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: 'Jost', sans-serif;
}
.services-body blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 15px;
	border-left: 5px solid #1D7044;
	font-family: monospace;
}
.services-body ul {
	margin:0px 5px!Important;
}
.services-body li {
	font-weight: 300;
	color: #212529;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-family: 'Jost', sans-serif;
	list-style: outside;
}
.pad-top{
	padding-top:10px;
}
.accordion-bg-header {
	background-color: #1D7044 ! Important;
	color: #fff ! Important;
	font-family: 'Jost', sans-serif;
}
.mobile-book-my-botton{
	display:none;
}

.page-heading{
	text-align: center;
	font-family: 'Jost', sans-serif;
}
.page-heading h1{
	color: #1D7044;
	font-size: 2.5rem;
	margin: 0px;
	font-weight: 800;
}
.page-heading h1 span{
	color: #9CCF68 !important;
	margin-left: 5px;
	font-weight: 500;
}

.page-heading h3{
	font-size: 18px;
	font-weight: 300;
	color: #585858;
}
.contact-form-body{
	background-color:#f7f8f9;
	padding:10px;
	border-radius:8px;
}
/* Keyframes for gradient animation */
@-webkit-keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-o-keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.contact-form-button{
	width: 100%;
    padding: 13px 14px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(29, 112, 68, 1) 0%, rgba(29, 112, 68, .88) 55%, rgba(156, 207, 104, .75) 100%);
    color: #fff !IMPORTANT;
    font-weight: 700;
    letter-spacing: .2px;
    font-size: 14px;
    transition: transform .15s ease, box-shadow .15s ease;
}
.contact-form-button:hover{
	transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(2, 6, 23, .10);
}
.contact-form-lable{
	font-family: 'Jost', sans-serif;
	font-size:14px;
	font-weight:400;
	
}


.lazy {
	max-width: 40%; /* Ensure image scales appropriately */
	max-height: 100%; /* Ensure image scales appropriately */
}


/* Style for the box container */
.box {
	margin: 20px;
	position: relative;
	padding: 20px;
	width: 250px; /* Set a fixed width */
	height: 300px; /* Set a fixed height */
	transition: all 0.3s ease; /* Smooth transition */
	display: flex; /* Flexbox layout */
	flex-direction: column; /* Stack items vertically */
	justify-content: center; /* Vertically center the content */
	align-items: center; /* Horizontally center the content */
	text-align: center; /* Center text and icon */
	border-radius: 8px; /* Optional: Add rounded corners */
	background-color: #fff; /* Default background color */
	box-sizing: border-box; /* Ensure padding is included in the width/height */
}

/* Default icon color */
.icon .fa {
	color: #3b3284; /* Default icon color */
	transition: color 0.3s ease; /* Smooth icon color transition */
}

/* Box hover effect */
.box:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Add shadow on hover */
	border-color: #ccc; /* Optional: Change border color */
	box-sizing: border-box;
}

/* Icon color on hover */
.box:hover .icon .fa {
	color: #e6087f; /* Change icon color on hover */
}

/* Text color on hover */
.box:hover .text p {
	color: #333; /* Change text color on hover */
	font-weight: bold;
}
.blod-con{
	background-color:#fff;
	margin:0px;
	padding:0px;
}
.blod-con::before{
	background-color:#fff;
}
.ksldf{
	filter: drop-shadow(2px 2px 0 #ccc)
	drop-shadow(-2px -2px 0 #fff)
	drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}
._cus_zeyi23 {
	margin: 0;
	background-color: #ffffff;
	padding: 20px 0px;
}
.tou7y76_idy {
	width: 100%;
	height: 500px;
	padding: 10px 8px;
	background-color: #fff !important;
	border-radius: 15px;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
	margin: 10px 0px;
}
.boll-poss{
	
}
._i8ti867 {
	width: 100%;
	height: 100% !important;	
	border-radius: 15px;
}
.over_lay__black {
	height: 100px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgb(0 0 0 / 85%) 85%);
}
._im_8u7_yhe {
	position: absolute !important;
	left: 50px;
	right: 50px;
	bottom: 35px;
}
._lo_tyei {
	color: #000 ! Important;
	margin: 0px;
	font-family: 'Jost', sans-serif;
	font-size: 42px;	
	-webkit-text-stroke: 2px #000;   
	font-weight: 300;
	margin: 0px;
}
.con-dldldfs{
	background-color: #fff;
	border-radius: 15px;
	padding: 10px;
}
.page-heading-contact {
	text-align: left;
	font-family: 'Jost', sans-serif;
}
.page-heading-contact h2 {
	color: #1D7044;
	font-size: 5.5rem;
	margin: 0px;
	font-weight: 800;
	line-height: 85px;
}
.page-heading-contact h2 span {
	color: #9CCF68 !important;
	margin-left: 0px;
	font-weight: 500;
	display: block;
}
.page-heading-contact h3{
	font-weight: 300;
	color: #657e7e;
	letter-spacing: 0.5px;
	text-align: left;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 2px;
	font-family: 'Jost', sans-serif;
}
._ui8_ji {
	color: #fff;
	margin: 0px;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.img-for-about{
	border: 15px solid #fff;
	border-radius: 15px;
	background-color: #fff !important;
	height: 100%;
	margin-left: 15px;
}
.booking-image{
	padding-top: 40px;    
	border-radius: 8px;
}
.booking-image img{	
	border-radius: 8px;
}
.img-for-about img{
	border-radius: 15px;
	height: 100%;
}
.another-img{
	position: absolute;
	bottom: 0px;
	width: 275px;
	right: 12px;
	border: 15px solid #fff;
	border-radius: 15px;
	background-color:#fff !important;
}
.row-wrapper>:nth-child(1)::before {
	background: linear-gradient(to right, #9CCF68 80%, #fff 100%);
}

.row-wrapper>:nth-child(1)::before, .row-wrapper>:nth-child(2)::before {
	content: "";
	width: 100%;
	height: 1px;
	opacity: .2;
	position: absolute;
	right: 0;
	bottom: 12px;
}
.row-wrapper>:nth-child(1)::after {
	background: linear-gradient(to right, #9CCF68 80%, #fff 100%);
	bottom: -20px;
}
.row-wrapper>:nth-child(1)::after,.row-wrapper>:nth-child(3)::after {
	content: "";
	width: 1px;
	height: 100%;
	opacity: .2;
	right: 0;
	position: absolute;
}
.row-wrapper>:nth-child(3)::after {
	background: linear-gradient(to right, #9CCF68 80%, #fff 100%);
	top: -20px;
}
.row-wrapper>:nth-child(2)::before {
	background: linear-gradient(to left, #9CCF68 80%, #fff 100%);
}
.icon-bx-wraper.style-4 {
	border-radius: 15px;
	padding: 15px;
	display: flex;
	background-color: #1D7044;
	backdrop-filter: blur(30px);
	min-height: 175px;
	align-items: center;
	margin-bottom: 25px;
}
.icon-bx-wraper {
	position: relative;
}
.dz-titleabout {
	font-family: 'Jost', sans-serif;
	margin-bottom: 10px;
	font-size: 20px;
	color: #ffffff;
}
.another-img img{
	border-radius: 0px 15px 0px 15px;
	
}
.major-life{
	
}
.major-life h6{
	font-size: 32px;
	font-family: 'Nunito', sans-serif;
	margin: 20px 0px 5px;
}
.major-life p{
	font-family: 'Jost', sans-serif;
	font-weight: 100;
	font-size: 18px;
}
.bos-dd{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.about-body-head {
	display: flex;
	flex-wrap: nowrap;
	padding: 25px 0px;
	
}
.about-body-head h2 {
	margin: 0px 10px;
	font-size: 18px;
	font-weight: 300;
}
.count-skill-count-ll {
	color: #e6087f;
	font-size: 18px;
}
.hiokkd{
	padding: 15px 15px 15px 15px;
	background-color: #1D7044;
	border-radius: 15px 15px 15px 15px;
}
.mjdkdj{
	margin:25px 0px;
}
.funfact-icon svg {
	margin-bottom: 15px;
	padding: 12px;
}
.ldksfj{
	list-style: none;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Nunito', sans-serif;
}
.ldksfj li {
	margin: 10px 0px;
}
.ldksfj li i{
	color: #3b3284;
	margin-right: 5px;
}
.funfact-icon{
	background-color: #fff !important;
	width: fit-content;
	padding: 5px 15px;
	border-radius: 15px;
}
.funfact-icon i{
	font-size: 32px;
	color: #e6087f;
}
.count-skill-count-ee {
	color: #fff;
	font-size: 22px;
	padding: 5px;
}
.hiokkd h2 {
	color: #fff;
	font-size: 20px;
	margin: 0;
}
.my-won-bak{
	margin:0px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, var(--bs-body-bg) 100%);
}
.our-vio{
	font-size: 28px;
	line-height: 30px;
	color: #1D7044;
	padding: 10px;
}
.wiksdfl{
	float: right;
	background-color: #fff;
	font-family: 'Jost', sans-serif;
	font-size: 24px;
	padding: 10px 15px;
	border-radius: 10px;
	margin-top: 10px;
}
.kdjf {
	background-color: #fff;
	min-height: 155px;
	border-radius: 25px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);
	border: 1px solid #f0f0ff;
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	text-align: left;
	margin-bottom: 25px;
}
.kdjf h1 {
	margin: 0px;
	font-weight: 900;
	font-family: 'Nunito', sans-serif;
	color: #1D7044;
	font-size: 20px;
	
}
.icon-dd{
	width: 85px;
}
.djmi{
	margin-left: 15px;
}
.margin-left-about {
	margin-left: 25px;
}
.djmi h2{
	color: #7d7d7d !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	margin: 0px !important;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}
.hel-is-emn{
	width: 35px;
	height: 35px;
	margin-right: 10px;
	border-radius:4px;
}
.all-font-family-menu{
	font-family: 'Jost', sans-serif;
}





.menu-container::-webkit-scrollbar {
	display: none; /* For Chrome, Safari, and Opera */
}

.menu-arrow {
	display: none; /* Hidden by default */
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 0 10px;
	font-family: bootstrap-icons !important; /* Use Bootstrap Icons */
}

.menu-arrow.show {
	display: flex; /* Show arrows only when needed */
	align-items: center;
	justify-content: center;
}

.ul-menu-arro {
	display: flex;
	overflow-x: auto;
	flex-direction: row;
	flex-wrap: nowrap;
	border-bottom: 0px solid #e1e1e1 !important;
}
.ser-kdj{
	border: 1px solid #e1e1e1;
	margin-bottom: 5px;
	border-radius: 4px;
}
.ser-kdld{
	border-radius: 4px 4px 0px 0px;
	height: 100px;
	width: 100%;
}
.ser-kdld img {
	border-radius: 4px 4px 0px 0px;
	height: 100px;
	width: 100%;
}
.tldk {
	
}
.tldk h2 {
	font-family: 'Jost', sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1D7044 ! Important;
	margin: 0px;
	font-size: 12px;
	padding: 5px 5px 10px;
	text-align: left;
	line-height: 20px;
	height: 45px;
	
}
.two-bott{
	padding: 10px 0px 0px;
	display: flex;
	gap: 15px;
}
.app-btn{
	background-color: #1D7044;
	color: #fff !IMPORTANT;
	padding: 15px 20px;
	border-radius: 8px;
	font-weight: 700;
}
.con-btn{
	background-color: #9CCF68;
	color: #fff !IMPORTANT;
	padding: 15px 20px;
	border-radius: 8px;
	font-weight: 700;
}
.bod-ico {
	background-color: #fff;
	color: #1D7044;
	padding: 2px 10px;
	border-radius: 5px;
	margin-left: 10px;
}
.bod-ico-ld {
	background-color: #fff;
	color: #9CCF68;
	padding: 2px 10px;
	border-radius: 5px;
	margin-left: 10px;
}
.right-side{
	margin-left: auto;
}
.move-3 {
	-webkit-animation: move3 5s infinite;
	animation: move3 5s infinite
}

@-webkit-keyframes move3 {
	0% {
		transform: translate(0,0)
	}
	
	20% {
		transform: translate(5px,0)
	}
	
	40% {
		transform: translate(5px,5px)
	}
	
	65% {
		transform: translate(0,5px)
	}
	
	65% {
		transform: translate(5px,0)
	}
	
	100% {
		transform: translate(0,0)
	}
}
.counter-tel{
	
}
.counter-tel h1{
	font-size: 60px ! IMPORTANT;
	line-height: 1.2 !important;
	-webkit-text-stroke: 2px #1D7044;
	color: #1D7044;
	font-weight: 800;
	padding-top: 55px;
}
.counter-tel h1 span{
	display: block;
	font-size: 70px ! IMPORTANT;
	line-height: 1 !important;
	-webkit-text-stroke: 0px #fff;
	color: #fff !important;
	font-weight: 300;
	font-family: fantasy;
	background-color: #9CCF68;
	width: fit-content;
	padding: 5px 10px;
}
.counter-tel p{
	font-family: 'Jost', sans-serif;
	color: #585858;
	font-weight: 300;
	margin: 0px 0px -25px;
}
.dz-card.style-4 {
	position: relative;
	z-index: 1;
	padding: 30px;
	height: 100%;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
}
.dz-card.style-4 .dz-media {
	border-radius: 15px;
	height: 250px;
	margin-bottom: 25px;
}
.dz-card.style-4 .dz-media img{
	border-radius: 15px;
	height: 100%;
	width:100%;
}
.dz-info{
	position: relative;
}
.dz-card.style-4 .dz-meta {
	margin-bottom: 10px;
}
.dz-meta ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 5px;
	list-style: none;
}
.blog-bdol{
	display: block;
	text-align: center;
	border: 1px solid #1D7044;
	padding: 12px;
	font-family: 'Jost', sans-serif;
	color: #1D7044 !important;
	text-transform: capitalize;
	font-size: 18px;
	border-radius: 8px;
}
.blog-bdol:hover{
	display: block;
	text-align: center;
	border: 1px solid #1D7044;
	padding: 12px;
	font-family: 'Jost', sans-serif;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 18px;
	border-radius: 8px;
	background-color:#1D7044;
}
.dz-card.style-4 .dz-meta li {
	background-color: #1D70441a;
	color: #1D7044;
	border-radius: 8px;
	font-weight: 500;
	font-size: 10px;
	padding: 5px 15px 5px 15px;
	line-height: 1.4;
	position: relative;
}
.blog-titlez{
	margin: 0px;
	font-family: 'Nunito', sans-serif;
}
.blog-titlez a{
	color: #1D7044;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pis-text {
	color: #343a40;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px 0px 15px;
}
.fm-inner {
	background-color: #1D7044;
	border-radius: 0px;
	padding: 30px 0px 30px;
}
.custom-section-sticky{
	margin: 0px;
	padding: 0px 0px;
	background-color: #fff;
	z-index: 9;
}
.icon-bx-wraper.style-1 .icon-bx {
	width: 60px;
	min-width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 45px;
	justify-content: center;
	border-radius: 50%;
}
.icon-bx-wraper.style-1 {
	display: flex;
	gap: 15px;
	text-align: left;
}
.pwetext-body {
	margin:0px;
	color: #fff !important;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Sora', sans-serif;
}
.pwetext-body a{
	color: #fff !important;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Sora', sans-serif;
}
.dz-titlerrr {
	font-family: 'Open Sans';
	margin-bottom: 0px;
	font-size: 16px;
	color: #9ccf6894;
	font-weight: 400;
}
/*  faq css for new  */
.style-10 .content-media {
	display: inline-block;
	gap: 15px;
	position: relative;
	z-index: 1;
	margin-left: 70px;
}
.style-10 .media-top {
	display: flex;
	gap: 15px;
}
.style-10 .content-media .media1 {
	width: 180px;
	height: 180px;
	align-self: end;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
	background-color: #fff;
	padding: 5px;
	border-radius: 8px;
}
.style-10 .content-media .media2 {
	width: 370px;
	height: 300px;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
	background-color: #fff;
	padding: 5px;
	border-radius: 8px;
}
.style-10 .media-bottom {
	margin-top: 15px;
}
.style-10 .media-bottom, .style-10 .media-top {
	display: flex;
	gap: 15px;
}
.style-10 .content-media .media3 {
	width: 375px;
	height: 220px;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
	background-color: #fff;
	padding: 5px;
	border-radius: 8px;
}
.img-medi-bor{
	border-radius: 8px;
	width:100% !important;
	height: 100% !important;
}

.style-10 .content-media .media4 {
	width: 175px;
	height: 175px;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
	background-color: #fff;
	padding: 5px;
	border-radius: 8px;
}
.style-10 .content-media .item1 {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 125px;
}
.style-10 .content-media .item2 {
	position: absolute;
	right: -15%;
	top: 32%;
}
.style-10 .circle-wrapper {
	width: 675px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}
.style-10 .circle-wrapper img {   
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-animation: circleWrapper 25s linear infinite;
	-moz-animation: circleWrapper 25s linear infinite;
	-ms-animation: circleWrapper 25s linear infinite;
	-o-animation: circleWrapper 25s linear infinite;
	animation: circleWrapper 25s linear infinite
}
@-webkit-keyframes circleWrapper {
	from {
		-webkit-transform: translate(-50%,-50%) rotate(0);
		-o-transform: translate(-50%,-50%) rotate(0);
		transform: translate(-50%,-50%) rotate(0)
	}
	
	to {
		-webkit-transform: translate(-50%,-50%) rotate(360deg);
		-o-transform: translate(-50%,-50%) rotate(360deg);
		transform: translate(-50%,-50%) rotate(360deg)
	}
}

@keyframes circleWrapper {
	from {
		-ms-transform: translate(-50%,-50%) rotate(0);
		-moz-transform: translate(-50%,-50%) rotate(0);
		-webkit-transform: translate(-50%,-50%) rotate(0);
		-o-transform: translate(-50%,-50%) rotate(0);
		transform: translate(-50%,-50%) rotate(0)
	}
	
	to {
		-ms-transform: translate(-50%,-50%) rotate(360deg);
		-moz-transform: translate(-50%,-50%) rotate(360deg);
		-webkit-transform: translate(-50%,-50%) rotate(360deg);
		-o-transform: translate(-50%,-50%) rotate(360deg);
		transform: translate(-50%,-50%) rotate(360deg)
	}
}
.booking-p {
	font-size: 16px;
	margin: 0px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}
._tit_opag76y65 {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 800;
	font-size: 32px;
	padding: 15px 0px 28px;
	text-align: left;
	margin-bottom: 5px;
	line-height: 40px;
}
._deti_i7y_blg {
	height: 500px;
	margin: 5px 0px;
	border-radius: 8px;
}
._tp_img-htimg {
	width: 100%;
	height: 100%;
	border-radius: 8px !important;;
}
._zsisnu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
}
._bl_zing {
	display: flex;
	flex-wrap: nowrap;
}
._bl_zing h6 {
	font-size: 14px;
	font-weight: 400;
	margin:0px;
}
._bl_zing h5 {
	font-size: 14px;
	font-weight: 400;
	padding: 0px 10px;
	margin:0px;
}
._bl_zing h6 span {
	padding: 0px 0px 0px 5px;
}
.page-backgo{
	background-color: #fff !important;
	padding: 10px;
	border-radius: 8px;
}
._sid_3bd34 {
	display: none;
}
.floating-contact-wrap {
	position: fixed;
	right: 50px;
	bottom: 60px;
	z-index: 299;
	-webkit-transition: right .2s ease;
	-o-transition: right .2s ease;
	transition: right .2s ease;
}

.stretched .floating-contact-wrap + #gotoTop { bottom: 100px; }

.floating-contact-wrap .floating-contact-btn {
	position: absolute;
	left: 0;
	top: -50px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: var(--cnvs-themecolor);
	color: #FFF;
	cursor: pointer;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: transform .3s ease;
}

.floating-contact-wrap .floating-contact-btn:hover,
.floating-contact-wrap.active .floating-contact-btn {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
	background-color: #222;
}

.floating-contact-wrap .floating-contact-btn .floating-contact-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 22px;
	-webkit-transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
}

.floating-contact-wrap .floating-contact-btn .floating-contact-icon.btn-active,
.floating-contact-wrap.active .floating-contact-btn .floating-contact-icon {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.floating-contact-wrap.active .floating-contact-btn .floating-contact-icon.btn-active {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.floating-contact-wrap .floating-contact-box {
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 425px;
	background-color: #fff;
	border-radius: 6px;
	z-index: 1;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.07);
	-webkit-transform: scale(.01);
	transform: scale(.01);
	-webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-backface-visibility: hidden;
}

.floating-contact-wrap.active .floating-contact-box {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 767.98px) { .floating-contact-wrap .floating-contact-box { width: 340px; } }

.css3-spinner { background-color: rgba(255, 255, 255, 0.8) }

#floating-contact-submitted,
.floating-contact-success #floating-contact,
.floating-contact-success .floating-contact-heading,
body:not(.floating-contact-processing) .floating-contact-loader { display: none; }

.floating-contact-success #floating-contact-submitted { display: block; }

.little-cosl{
	padding: 0px 0px 10px 0px;
}
.little-cosl label{
	margin-top: 5px;
}
.little-cosl textarea{
	height:55px !important;
}
.little-cosl .con-dkd h2 {
	margin: 0;
	font-size: 18px;
	background-color: #1D7044;
	color: #fff;
	padding: 5px 10px;
	border-radius: 6px 6px 0px 0px;
}
.little-cosl .form-check .form-check-input {   
	margin-top: 15px;
}
.mobile-book-btn .mobile-book-my-botton
{
	display:none !important;
}
.jachup_active {
	display: block !important;
}
.bo-wa {
	padding: 0px !important;
	background: #fff !important;
}
.border-indesk{
	border-right:1px solid #e1e1e1;
	border-radius:0px !IMPORTANT;
}
._tit_cat65{
	font-size: 22px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 300;
	margin-bottom: 5px;
}
.cat-body-in{
	background-color: #f7f8f9;
	padding: 6px;
	margin: 5px 0px;
}
.cat-body-in h6{
	margin: 0px 0px 0px;
	font-weight: 300;
	font-family: 'Jost', sans-serif;
	font-size: 16px;
}
.cat-body-in h6 span{
	float:right;
}
.rec-img{
	width:75px;
	height:75px;
}
.rec-img img{
	width:100%;
	height:100%;
}
.tp-tab-content {   
	padding: 0px 0px 0px 10px;
	font-family:'Jost',sans-serif;
}
.tp-tab-date {
	display: block;
	color: #aaa;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 2px;
}
.tp-tab-title {
	text-align: left;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	line-height: 17px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.results-info {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}
.master-pagination {
	display: flex;
	justify-content: center;
	margin: 10px 0px;
}
.master-pagination a.active {
	background-color: #1D7044;
	color: white;
	border: 1px solid #1D7044;
}

.master-pagination a {
	margin: 0 5px;
	padding: 10px 15px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	transition: background-color 0.3s, color 0.3s;
	font-family:'Jost',sans-serif;
}
.detoca {
	height: 200px;
	margin: 5px 5px;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
}
.loca-box-in{
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	
	
}
.lox-bdk{
	margin: 15px 0px 0px -10px;
}

.lass-titlez {
	margin: 0px;
	font-family: 'Jost', sans-serif;
}
.lass-titlez a {
	color: #000000;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zio-text {
	color: #343a4091;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0px 10px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}
.loc-jkr{
	background-color: #1D7044;
	color: #fff !important;
	padding: 5px 15px;
	border-radius: 8px;
	font-family: 'Jost', sans-serif;
	float: right;
	font-weight: 100;
	font-size: 14px;
}
.little-nice{
	font-family: 'Jost', sans-serif;
	font-size: 12px;
}
.body-doctor{
	Background-color:#fff;
	padding:10px;
	border-radius:8px;
}
.body-doctor h2{
	margin:0px 0px 5px;
}
.body-doctor p{
	margin: 0px 0px 5px 5px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}
.body-doctor ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.body-doctor ul li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 14px;
	font-family: 'Nunito';
}
.doc-image-name{
	Background-color:#fff;
	padding:10px;
	border-radius:8px;
}
.doc-anme-position{
	
}
.doc-anme-position h2{
	color: #1D7044;
	font-size: 1.5rem;
	margin: 0px;
	font-weight: 800;
}
.doc-anme-position p{
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0px;
}
.doc-anme-position p span{
	color: #9CCF68 !important;
	font-weight: 500;
}
.doct-app {
	width: 100%;
	text-align: center;
	margin: 10px 0px 0px;
	background-color: #fff !important;
	color: #1D7044 !important;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
}
.dNtlyB {display:none;}
.member-cta{
	display: flex;
	align-items: center;
	gap: 5px;
	color: #6e6e6e;
	margin-right: auto;
	width: fit-content;
	padding-top: 20px;
}

.avatars{display:flex;align-items:center;min-width: 165px}

.avatar{
	width:64px;height:64px;border-radius:50%;
	border:2px solid #ffffff;
	object-fit:cover;object-position:center;
	box-shadow:0 6px 14px rgba(0,0,0,.18);
}
.avatar + .avatar{margin-left:-16px}

.text{
	font-size: 14px !important;
	line-height: 1.35;
	font-weight: 500;
	width: 55%;
	margin-top: 1rem ! IMPORTANT;
	font-family: 'Jost';	
}
.thir-slid-btn{
	margin-top:25px;
}
.enq-now{
	background-color: #fff;
	font-family: 'Sora';
	padding: 15px 35px;
	border-radius: 25px;
	font-weight:400;
}
.countrr-left{
	margin-left:auto !IMPORTANT;
	margin-right:0px !Important;
	flex-direction: row-reverse;
}
.text .accent{color:#1D7044;font-weight:700}
/* === Scoped strictly to this Swiper instance === */
.swiper3.top_blog.hiddent-scrollor .swiper-wrapper{ display:flex; gap:0px; }

/* Base width (your standard) controlled by flex-basis */
.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width{
	width:100% !important;
	flex:0 0 430px; 
	transition:flex-basis .45s ease, opacity .3s ease; 
	cursor:pointer; 
}
.swiper-wrapper .swiper-slide:last-child {
	transform: translate3d(0px, 0px, 0px) !important;
	transition-duration: 0ms !important;
	transition-delay: 0ms !important;
}


/* Use a selected class instead of hover */
.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width.active{ flex-basis:560px; opacity:1; }
.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width.active .pank-choose-card img{ transform:scale(1.08); object-fit:cover; }
.swiper3.top_blog.hiddent-scrollor .swiper-wrapper:has(.swiper-slide.review-width.active) .swiper-slide.review-width:not(.active){ flex-basis:430px; opacity:0.6; }

.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width.active .pank-choose-card::before{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(0,0,0,0.55);
	z-index:1;
	border-radius:10px;
	height: 100%;
}
/* Card visuals */
.swiper3.top_blog.hiddent-scrollor .pank-choose-card{ position:relative; height:250px; border-radius:10px; border:5px solid #fff; border-right:0px; overflow:hidden; background:#fff; }
.swiper3.top_blog.hiddent-scrollor .pank-choose-card img{ width:100%; height:100%;  display:block; transition:transform .5s ease; }
.swiper3.top_blog.hiddent-scrollor .pank-choose-card::before{ 
	position: absolute;
	content: '';
	width: 100%;
	height: 25%;
	bottom: 0px;
	left: 0;
	z-index: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #212529 80%);}

.swiper3.top_blog.hiddent-scrollor .pank-choose-content{ position:absolute; inset:auto 20px 22px 20px; z-index:2; color:#fff; }
.swiper3.top_blog.hiddent-scrollor .pank-choose-content h2{ 
	text-align: center;
	font-size: 16px;
	margin-bottom: -10px;
	font-weight: 500;
	color: #fff;
font-family: 'Jost';}
.swiper3.top_blog.hiddent-scrollor .pank-choose-content p{ 
	font-size: 14px;
	line-height: 1.5;
	display: none;
	opacity: 1;
	text-align: center;
	font-family: 'Sora';
	margin: 20px 20px 0px;
}
.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width.active .pank-choose-content p{ display:block; }
.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width.active .pank-choose-content h2{font-size: 20px;}
.swiper3.top_blog.hiddent-scrollor .pank-choose-readmore{ display:inline-block; margin-top:12px; padding:8px 16px; border:1px solid #fff; border-radius:999px; color:#fff; text-decoration:none; font-size:14px; transition:background .25s ease, color .25s ease; }
.swiper3.top_blog.hiddent-scrollor .pank-choose-readmore:hover{ background:#fff; color:#000; }
/* Independent prefix: lqf- */

/* Base */
.lqf-card{position:relative;background:#ffffff;color:#223129;overflow:hidden;border-radius:0;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 10px 22px rgba(0,0,0,.06);transition:box-shadow .35s ease,transform .35s ease,color .2s ease;isolation:isolate;height: 225px;}
.lqf-card:hover{box-shadow:0 16px 38px rgba(0,0,0,.18);transform: translateY(-2px);color: #ffffff; background-color: #1d7044;}

/* Border radius rules */
.lqf-wrap>:nth-child(1) .lqf-card{border-radius:28px 0px 0px 28px;}
.lqf-wrap>:nth-child(6) .lqf-card{border-radius:0px 28px 28px 0px;}

/* Inner: center icon+title initially; on hover, the desc expands but group stays visually centered */
.lqf-inner{position:relative;z-index:2;padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:220px;height:100%;}

/* Header (icon + title) */
.lqf-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;transition:transform .45s cubic-bezier(.22,1,.36,1);}

/* Icon swap */
.lqf-icon{position:relative;width:100px;height:100px;}
.lqf-icon img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:opacity .35s ease,transform .45s cubic-bezier(.22,1,.36,1);}
.lqf-icon img.hover{display:none;}/* turn white */
.lqf-card:hover .lqf-icon img.default{display:none;transform:translateY(-6px) scale(1.02);} 
.lqf-card:hover .lqf-icon img.hover {
	display: block;
	transform: translateY(2px) scale(1.25);
	width: 100%;
	height: 100%;
	margin: 5px auto auto;
}

/* Title */
.lqf-title {
	font-size: 18px;
	margin: 0px;
	-webkit-text-stroke: 0.5px #1D7044;
	color: #1D7044;
	letter-spacing: -0.5px;
}
/* Description: fully collapsed before hover (no space) */
.lqf-desc {
	margin: 0;
	font-family: 'Sora', sans-serif;
	font-size:10px;
	color: #8b8f8d;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(8px);
	transition: max-height .45s 
	ease, opacity .45s 
	ease, transform .45s 
	ease;
	text-align: center;
}
.lqf-card:hover .lqf-desc{color:#ffffff;max-height:140px;opacity:1;transform:translateY(0);} 

/* To enhance the push-up feel when desc appears */
.lqf-card:hover .lqf-header{transform:translateY(-6px);} 
.lqf-card:hover .lqf-title{display:none;} 

/* Liquid fill */
.lqf-liquid{position:absolute;inset:0;z-index:1;pointer-events:none;}
.lqf-liquid::before{content:"";position:absolute;left:0;right:0;bottom:-2px;height:140%;background:#1d7044;transform:translateY(100%);transition:transform .9s cubic-bezier(.22,1,.36,1);} 
.lqf-liquid::after{content:"";position:absolute;left:-25%;right:-25%;bottom:-75px;height:180px;background-repeat:repeat-x; background-size: 225px 175px;background-position:0 100%;opacity:1;transform:translateY(0%);transition:transform .9s cubic-bezier(.22,1,.36,1);animation:lqf-wave 25s linear infinite;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 180'><rect width='600' height='180' fill='none'/><path d='M0 90 Q 37.5 65 75 90 T 150 90 T 225 90 T 300 90 T 375 90 T 450 90 T 525 90 T 600 90 V180 H0 Z' fill='%239CCF68' opacity='0.6'/><path d='M0 70 Q 50 105 100 70 T 200 70 T 300 70 T 400 70 T 500 70 T 600 70 V180 H0 Z' fill='%23A9D987' opacity='0.8'/><ellipse cx='150' cy='90' rx='60' ry='20' fill='white' opacity='0.3'/><ellipse cx='400' cy='70' rx='80' ry='25' fill='white' opacity='0.25'/></svg>");}
@keyframes lqf-wave{to{background-position-x:-600px;}}
.lqf-card:hover .lqf-liquid::before{transform:translateY(0%);}
.lqf-card:hover .lqf-liquid::after{transform:translateY(100%);} 

.lqf-margin{margin-bottom:25px;}



.hp-yoga{position: relative;
	padding: 0 0;
overflow: hidden;}
.hp-yoga .hp-container{    padding: 20px 0px 20px;}


.hp-yoga .hp-visual{position:relative; min-height:520px;}
.hp-yoga .hp-plate{
	position: absolute;
	inset: 0;
	border-radius: 425px 0px 0px 425px;
	background: #2F4B3E;
	width: 50%;
}
.hp-yoga .hp-marks{position:absolute; left:38%; top:28%; display:grid; grid-template-columns:repeat(5,12px); gap:8px; opacity:.35}
.hp-yoga .hp-marks i{width:12px; height:12px; border:2px solid #ffffff; border-radius:2px; display:block}
.hp-yoga .hp-wiggles{position:absolute; left:32%; top:44%; opacity:.65}
.hp-yoga .hp-wiggles span{display:block; width:70px; height:10px; background:repeating-linear-gradient(90deg,#ffffff 0 8px,transparent 8px 12px); border-radius:10px; margin:8px 0; opacity:.7}
.hp-yoga .hp-yogi{display: block;
	width: fit-content;
	height: 550px;
	filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 1.05));
margin: auto;}


.hp-yoga .hp-vertical{
	position: absolute;
	left: 100%;
	top: 45%;
	transform: translate(-50%, -50%) rotate(-90deg);
	transform-origin: center;
	font-weight: 800;
	letter-spacing: .08em;
	color: #afe347;
	font-size: 55px;
	line-height: 1;
	font-family: 'Jost';
}


.hp-yoga .hp-eyebrow{
	color: #1d7044;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 0px;
	font-family: 'Figtree';
}
.hp-yoga .hp-heading
{
	font-size: 50px ! IMPORTANT;
	line-height: 1.4 !important;
	-webkit-text-stroke: 2px #1D7044;
	color: #1D7044;
	padding-top: 0;
	margin: 0px 0px 10px;
}
.hp-yoga .hp-heading .hp-soft{
	display: block;
	font-size: 60px ! IMPORTANT;
	line-height: 1 !important;
	-webkit-text-stroke: 0px #fff;
	color: #fff !important;
	font-weight: 800;
    font-family: 'Jost';
	background-color: #9CCF68;
	width: fit-content;
	padding: 5px 10px;
}
.hp-yoga .hp-lead{    font-family: 'Open Sans';
	font-size: 12px;
	color: #2f4a3e;
margin: 0px 0 10px;}

.hp-yoga .hp-benefit{display:flex; gap:18px; margin-top:18px}
.hp-yoga .hp-icon{flex:0 0 56px; height:56px; border-radius:50%; background:linear-gradient(180deg,#d7d3c1,#bdb595); display:grid; place-items:center; box-shadow:0 6px 14px rgba(0,0,0,.1)}
.hp-yoga .hp-icon svg{width:28px; height:28px}
.hp-yoga .hp-benefit h5{
	font-size: 16px;
	-webkit-text-stroke: 0px #1D7044;
	color: #1D7044 !important;
	font-weight: 600;
	margin: 0px;
}
.hp-yoga .hp-benefit p{
	font-family: 'Open Sans';
	font-size: 12px;
	color: #2f4a3e;
	margin: 0px 0 0px;    
}
.hp-yoga .hp-btn{    display: inline-block;
	background: #ffffff;
	color: #243c31;
	border: none;
	border-radius: 8px;
	padding: 12px 20px;
	font-weight: 700;
	margin-top: 14px;
	float: right;
font-family: 'Jost';}
.hp-yoga .hp-btn:hover{background:#243c31; color:#ffffff}


.hp-yoga .hp-yoga-glow{content:""; position:absolute; right:-120px; bottom:-40px; width:420px; height:420px; background:radial-gradient(circle at 30% 30%, rgba(47,75,62,.08), rgba(47,75,62,0)); filter:blur(2px); pointer-events:none}
.right-yoga{padding-left:30px;}
.footer-inyoga{
	margin:10px 0px 0px 0px;
	text-align:right;
}
.up-coming{
	width:375px;
	margin-top: 15px;
}
.overflow-xhidden{
	overflow-x:Hidden;
}
.body-upcoming{
	border-radius:8px;
}
.image-upcom{
	width:100%;
	height:525px;
	border-radius:8px;
}
.body-upcoming:hover .wil-overlay {
	background-color: rgba(37, 44, 65, .6);
}
.title-upcoming{
	font-size: 28px;
	font-weight: 200;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fcff91;
	font-family: 'Sora', sans-serif;
	right: 0;
}

.wil-overlay {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	border-radius: 8px;
	background-color: rgba(37, 44, 65, 0.1);
	background-image: linear-gradient(0deg, rgba(8, 0, 6, .45) 15%, rgba(59, 23, 88, .1) 55%);
	transition: all ease .3s;
}
.image-upcom img {
	width:100%;
	height:100%;
	border-radius:8px;
}
.footer-inyoga h4{
	font-size: 36px;
	-webkit-text-stroke: 1px #fff;
	color: #fff !important;
	font-weight: 600;
	margin: 0px;
	font-family: 'Jost', sans-serif;
	letter-spacing: 2.5px;
	text-align:right;
}
.footer-inyoga p{
	font-weight: 300;
	color: #9CCF68;
	letter-spacing: 0.5px;
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-family: 'Jost', sans-serif;
	text-align:right;
}
.footer-inyoga p a{
	font-weight: 500;
	color: #ffffff;    
}
.blog-width-home{width:765px;padding:25px 5px;}
.home-blog-item {
	border-radius: 30px;
	background-color: #fff;
	display: flex !important;
	transition: all .25s ease-in-out;
}

.home-blog-item:hover .home-blog-post-title::before {
	width: 100%;
}

.home-blog-item .home-blog-post-title::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #1D7044;
	transition: all 0.6s ease-in-out;
}

.home-blog-featured-container {
	background: #ffffff;
	border-radius: 30px 0 0 30px;
	flex: 1 1 0%;
	max-width: 365px;
	width: 100%;
	height: 225px;
}

.home-blog-featured-container img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	padding: 5px;
}

.home-blog-box-wrap {
	flex: 1 1 0%;
	position: relative;
}

.home-blog-box-content {
	padding: 15px 10px;
	background: #fff;
	border-radius: 30px;
	position: relative;
	height: 225px;
	border-top: 5px solid #9ccf68;
	border-left: 5px solid #9ccf68;
	border-bottom: 5px solid #9ccf68;
	
}
.blog-page1{
	border-right: 5px solid #9ccf68;	
}
.blog-page1::before{
	border-radius: 0px 0px 30px 0px;
	bottom: -3px !IMPORTANT;
	right: -3px !IMPORTANT;
}
.home-blogpage-btn {
	bottom: 10px !IMPORTANT;
	right: 10px !IMPORTANT;;
}
.home-blog-box-content::before {
	content: '';
	position: absolute;
	width: 119px;
	height: 112px;
	top: auto;
	left: auto;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	background-color: #9ccf68;
	-webkit-mask: url(../../images/shape-bottom.png) no-repeat;
	mask: url(../../images/shape-bottom.png) no-repeat;
	transition: all 0.6s ease-in-out;
	
}

.home-blog-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	font-size: 20px;
	background-color: #ffffff;
	color: #1D7044;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-blog-item:hover .home-blog-btn {
	background-color: #1D7044;
	color: #fff;
	transition: all .50s ease-in-out;
}

.home-blog-post-title {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #181a171a;
	font-family: sora, sans-serif;
	
}

.home-blog-post-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	color:#1D7044;
}

.home-blog-meta-category {
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #181a1780;
	border-radius: 10px;
	padding: 5px 10px;
}

.home-blog-item:hover .home-blog-meta-category {
	background-color: #1D7044;
	color: #fff;
	transition: all .50s ease-in-out;
}

.home-blog-box-desc {
	padding: 0px 60px 0px 0px;
	color: #343a40;
	font-size: 12px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-blog-date-admin-wraper {
	display: flex;
	justify-content: space-between;
	margin: 5px 0px 10px;
}

.home-blog-post-date {
	color: #7D7D7D !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.app-form{
	margin:10px 0px;
}

.pankser-wrap{margin:0 auto;}

/* top crumbs */
.pankser-crumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:6px 0 18px;color:#5a7569;font-size:13px}
.pankser-crumbs a{color:#1d7044;font-weight:700}
.pankser-crumbs .pankser-dot{width:4px;height:4px;border-radius:50%;background:#b7c9bf;display:inline-block}

/* hero */
.pankser-hero{position:relative;border-radius:28px;overflow:hidden;height:400px;margin-bottom:25px;}
.pankser-hero img{width:100%;height:100%;object-fit:cover;display:block;}
.pankser-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(900px 340px at 20% 30%, rgba(29,112,68,.78), rgba(29,112,68,0) 60%),linear-gradient(90deg, rgba(7,18,13,.72) 0%, rgba(7,18,13,.35) 45%, rgba(7,18,13,0) 72%);}
.pankser-hero-in{position:absolute;inset:0;display:grid;grid-template-columns: 1.15fr .85fr;gap:22px;padding:26px;align-items:end;}

.pankser-hero-left{padding:18px 16px 14px}

.pankser-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}
.pankser-badge{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);color:#eaf5ef;backdrop-filter: blur(10px);font-size:13px;}
.pankser-badge svg{width:16px;height:16px;opacity:.95}

.pankser-title{margin:0 0 10px;font-size:40px;line-height:1.15;color:#ffffff;letter-spacing:-.5px}
.pankser-title span{color:#9ccf68}
.pankser-sub{margin:0 0 16px;max-width:680px;color:rgba(255,255,255,.86);font-size:15.5px;line-height:1.75}

.pankser-hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}
.pankser-chip{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);color:#ffffff;font-size:13.5px;}
.pankser-chip strong{font-weight:900}

/* hero right quick card */
.pankser-hero-right{display:flex;justify-content:flex-end}
.pankser-quick{
	width:100%;
	max-width:360px;
	background:rgba(255,255,255,.14);
	border:1px solid rgba(255,255,255,.18);
	border-radius:22px;
	padding:16px;
	color:#ffffff;
	backdrop-filter: blur(12px);
}
.pankser-quick .pankser-qtop{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.pankser-quick b{font-size:22px;letter-spacing:-.2px}
.pankser-quick small{display:block;color:rgba(255,255,255,.78);margin-top:4px}
.pankser-qtag{padding:7px 10px;border-radius:999px;background:rgba(156,207,104,.22);border:1px solid rgba(156,207,104,.35);color:#ffffff;font-size:12px;font-weight:800}
.pankser-qgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.pankser-qitem{padding:10px;border-radius:16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14)}
.pankser-qitem span{display:block;font-size:12px;color:rgba(255,255,255,.75)}
.pankser-qitem strong{display:block;font-size:13.5px;margin-top:2px}

/* layout */
.pankser-grid{display:grid;grid-template-columns: 1fr 360px; gap:24px; margin-top:22px; align-items:start;}

/* cards */
.pankser-card{background:#ffffff;border-radius:22px;border:1px solid rgba(19,34,28,.08);box-shadow:0 14px 34px rgba(0,0,0,.06);}
.pankser-card-pad{padding:22px}
.pankser-h2{margin:0 0 12px;font-size:22px;color:#0f3b27;letter-spacing:-.2px}
.pankser-p{margin:0;color:#4c675b;line-height:1.85;font-size:15px}

.pankser-split{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}

/* highlight grid */
.pankser-hi{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.pankser-mini{border-radius:18px;padding:16px 16px;background:linear-gradient(180deg, #ffffff, #fbfdfc);border:1px solid rgba(19,34,28,.08);}
.pankser-mini b{display:block;color:#0f3b27;font-size:13px;margin-bottom:6px}
.pankser-mini span{color:#4e6a5f;font-size:14px;line-height:1.55}

/* list */
.pankser-list{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.pankser-list li{display:flex;gap:10px;align-items:flex-start;color:#4c675b;font-size:14.5px;line-height:1.6}
.pankser-bullet{width:26px;height:26px;border-radius:12px;background:#e9f5ee;color:#1d7044;display:grid;place-items:center;flex:0 0 26px;font-weight:900}

/* sections: curriculum accordion */
.pankser-acc{margin-top:14px;display:grid;gap:10px}
.pankser-acc details{border:1px solid rgba(19,34,28,.08);border-radius:18px;background:#ffffff;padding:14px 14px}
.pankser-acc summary{cursor:pointer;font-weight:900;color:#0f3b27;list-style:none}
.pankser-acc summary::-webkit-details-marker{display:none}
.pankser-acc .pankser-a{color:#4c675b;line-height:1.75;font-size:14.5px;margin-top:10px}

/* schedule table */
.pankser-table{width:100%;border-collapse:separate;border-spacing:0 10px;margin-top:10px}
.pankser-table th{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#6b867a;text-align:left;padding:0 10px 6px}
.pankser-row{background:#fbfdfc;border:1px solid rgba(19,34,28,.08);border-radius:16px}
.pankser-row td{padding:12px 10px;color:#1b2a24;font-size:14px}
.pankser-row td:first-child{font-weight:900;color:#0f3b27}
.pankser-row td:last-child{color:#4c675b}

/* upcoming dates */
.pankser-dates{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.pankser-date{border:1px solid rgba(19,34,28,.08);border-radius:18px;padding:14px;background:linear-gradient(180deg,#ffffff,#fbfdfc)}
.pankser-date b{display:block;color:#0f3b27;font-size:14px;margin-bottom:6px}
.pankser-date span{display:block;color:#4c675b;font-size:13.5px;line-height:1.55}
.pankser-date i{display:inline-block;margin-top:10px;font-style:normal;font-weight:900;color:#1d7044;font-size:13px}

/* gallery */
.pankser-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.pankser-gimg{border-radius:18px;overflow:hidden;border:1px solid rgba(19,34,28,.08);background:#eef6f1}
.pankser-gimg img{width:100%;height:160px;object-fit:cover;display:block}

/* testimonials */
.pankser-test{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px}
.pankser-quote{padding:16px;border-radius:18px;border:1px solid rgba(19,34,28,.08);background:#ffffff}
.pankser-quote p{margin:0;color:#445e53;line-height:1.75;font-size:14.5px}
.pankser-person{display:flex;gap:10px;align-items:center;margin-top:12px}
.pankser-avatar{width:38px;height:38px;border-radius:14px;background:#e9f5ee;display:grid;place-items:center;color:#1d7044;font-weight:900}
.pankser-person b{display:block;color:#0f3b27;font-size:13.5px}
.pankser-person span{display:block;color:#6b867a;font-size:12.5px;margin-top:2px}

/* sidebar booking */
.pankser-sticky{position:sticky;top:18px}
.pankser-book{padding:0;border-radius:22px;background:linear-gradient(180deg, #ffffff, #fbfdfc);border:1px solid rgba(19,34,28,.10);box-shadow:0 16px 38px rgba(0,0,0,.07);}
.pankser-price {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 0;
	background-color: #1d7044;
	padding: 10px;
	border-radius: 22px 22px 0px 0px;
	color: #fff;
}
.pankser-price b {
	font-size: 24px;
	font-weight: 900;
	font-family: 'Sora', sans-serif;
	color: #ffffff;
}
.pankser-priceyyu {
	margin-top: 4px;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Jost', sans-serif;
}
.pankser-price span{font-size: 12px;
	color: #9ccf68;
	font-weight: 900;
font-family: 'Jost', sans-serif;}
.pankaj-service-body table :where(strong,b) {
    color: unset;
}
.pankser-form{display:grid;gap:10px;margin-top:10px}
.pankser-input{width:100%;padding:12px 12px;border-radius:14px;border:1px solid rgba(19,34,28,.16);background:#ffffff;outline:none;font-size:14px;}
.pankser-input:focus{border-color:rgba(29,112,68,.45);box-shadow:0 0 0 4px rgba(29,112,68,.10)}

.pankser-btn{width:100%;padding:13px 14px;border-radius:16px;border:0;cursor:pointer;font-weight:900;font-size:14px;}
.pankser-btn-primary{background:#1d7044;color:#fff}
.pankser-btn-primary:hover{filter:brightness(.98)}
.pankser-btn-ghost{background:#e9f5ee;color:#1d7044}

.pankser-sidelist{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.pankser-sidelist li{display:flex;gap:10px;align-items:flex-start;color:#4c675b;font-size:13.5px;line-height:1.5}
.pankser-ico{width:26px;height:26px;border-radius:12px;background:#e9f5ee;color:#1d7044;display:grid;place-items:center;flex:0 0 26px;font-weight:900}

.pankser-note{margin:14px;border-radius:18px;padding:14px;background:linear-gradient(135deg, rgba(29,112,68,.12), rgba(156,207,104,.10));border:1px dashed rgba(29,112,68,.35);}
.pankser-note b{display:block;color:#0f3b27;font-size:14px;margin-bottom:4px}
.pankser-note p{margin:0;color:#4c675b;font-size:13.5px;line-height:1.6}

/* bottom callout */
.pankser-callout{margin-top:24px;border-radius:26px;overflow:hidden;display:grid;grid-template-columns: 1fr 1fr;background:#0f3b27;}
.pankser-callout .pankser-call-l{padding:22px;color:#ffffff}
.pankser-callout h3{margin:0 0 8px;font-size:20px;letter-spacing:-.2px}
.pankser-callout p{margin:0;color:rgba(255,255,255,.82);line-height:1.7}
.pankser-callout .pankser-call-r{padding:22px;display:grid;place-items:center;background:linear-gradient(135deg, rgba(156,207,104,.22), rgba(29,112,68,.25))}
.pankser-callout a{display:inline-flex;gap:10px;align-items:center;padding:12px 18px;border-radius:16px;background:#9ccf68;color:#0c2a1d;font-weight:900}

/* responsive */
@media(max-width:1040px){
	.pankser-grid{grid-template-columns:1fr}
	.pankser-hero-in{grid-template-columns:1fr; padding: 0px;gap: 5px;}
	.pankser-hero-right{justify-content:flex-start}
}
@media(max-width:860px){	 
	.pankser-hi{grid-template-columns:1fr}
	.pankser-gallery{grid-template-columns:1fr 1fr}
	.pankser-test{grid-template-columns:1fr}
	.pankser-dates{grid-template-columns:1fr}
	.pankser-callout{grid-template-columns:1fr}
}
@media(max-width:520px){
	.pankser-gallery{grid-template-columns:1fr}
}


/* ===============================
	Dynamic Content Typography (DB HTML)
	Put your editor HTML directly inside:
	
	
	It will auto-style: h2-h6, p, ul/ol, table, img (including inside tables), figure, blockquote, hr, iframe, etc.
	Scoped ONLY to .pankaj-service-body
=============================== */

.pankaj-service-body{color:#415e52;font-size:15.5px;line-height:1.95}

/* spacing rhythm */
.pankaj-service-body > *{margin:0 0 14px}
.pankaj-service-body > *:last-child{margin-bottom:0}

/* headings */
.pankaj-service-body :where(h2,h3,h4,h5,h6){
	margin:18px 0 10px;
	color:#0f3b27;
	letter-spacing:-.2px;
	line-height:1.35;
	scroll-margin-top:90px;
}
.pankaj-service-body h2{    font-size: 24px;
	font-weight: 900;
	font-family: 'Sora', sans-serif;
color: #1d7044;}
.pankaj-service-body h3{font-size: 24px; color: #9ccf68;margin: 0px 0px 5px;}
.pankaj-service-body h4{font-size:16px}
.pankaj-service-body h5{font-size:14px;color:#1d7044}
.pankaj-service-body h6{font-size:13px;color:#5a7569;text-transform:uppercase;letter-spacing:.08em}

/* paragraphs + emphasis */
.pankaj-service-body p{margin: 0 0 10px;}
.pankaj-service-body :where(strong,b) {
	color: #198754;
	font-weight: 600;
}
.pankaj-service-body em{color:#214a35}
.pankaj-service-body a{color:#1d7044;font-weight:800;text-decoration:underline;text-underline-offset:3px;word-break:break-word}
.pankaj-service-body a:hover{opacity:.92}

/* hr */
.pankaj-service-body hr{border:0;height:1px;background:rgba(19,34,28,.10);margin:18px 0}

/* lists */
.pankaj-service-body :where(ul,ol){padding-left: 26px;margin: 10px 0px 10px;}
.pankaj-service-body li{margin:0 0 10px}
.pankaj-service-body ul li::marker{color:#1d7044}
.pankaj-service-body ol li::marker{color:#0f3b27;font-weight:900}

/* callout blocks created by content editors */
.pankaj-service-body blockquote{
	margin: 5px 0;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid rgba(19, 34, 28, .10);
	background: linear-gradient(135deg, rgba(29, 112, 68, .10), rgba(156, 207, 104, .08));
	color: #2a4f3c;
	font-size: 16px;
	font-family: 'Jost', sans-serif;
}
.pankaj-service-body blockquote p{margin:0}

/* media: images, figures, iframes */
/* normal content images (NOT inside tables): consistent card look */
.pankaj-service-body :where(> img, p img, figure img){
	width:100%;
	max-width:100%;
	display:block;
	border-radius:18px;
	border:1px solid rgba(19,34,28,.08);
	background:#eef6f1;
	box-shadow:0 14px 30px rgba(0,0,0,.06);
	aspect-ratio:16/9;
	object-fit:cover;
}
.pankaj-service-body figure{margin:16px 0}
.pankaj-service-body figcaption{margin-top:8px;color:#6b867a;font-size:13px;line-height:1.6}

.pankaj-service-body iframe{
	width:100%;
	border:0;
	border-radius:18px;
	min-height:320px;
	background:#eef6f1;
	box-shadow:0 14px 30px rgba(0,0,0,.06);
}

/* tables: resilient + responsive (no wrapper required) */
.pankaj-service-body table{
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	border:0px solid rgba(19,34,28,.10);
	border-radius:0px;
	background:#ffffff;
	overflow-x:auto;
	display:block;
	max-width:100%;
	-webkit-overflow-scrolling:touch;
}
.pankaj-service-body table :where(thead,tbody,tr){width:100%}
.pankaj-service-body table thead,
.pankaj-service-body table tbody{display:table;width:100%;table-layout:fixed}
.pankaj-service-body table tr{display:table;width:100%;table-layout:fixed}
.pankaj-service-body table thead th,
.pankaj-service-body table tbody td{word-wrap:break-word}

.pankaj-service-body caption{caption-side:top;text-align:left;padding:14px 14px 0;color:#6b867a;font-weight:800;font-size:13px}
.pankaj-service-body thead th{
	background:#0f3b27;
	color:#ffffff;
	text-align:left;
	padding:12px 14px;
	font-size:13px;
	letter-spacing:.02em;
	white-space:nowrap;
}
.pankaj-service-body tbody td{
	padding: 5px 5px;
	border: 1px solid rgba(19, 34, 28, .08);
	vertical-align: middle;
	color: #212529;
	font-size: 12px;
	line-height: 1.7;
	font-family: 'Sora', sans-serif;
	width: fit-content !important;
}
.pankaj-service-body tbody tr:first-child{
	
}
.pankaj-service-body tbody tr:last-child{
	
}
.pankaj-service-body tbody tr:nth-child(even){background:#fbfdfc}
.pankaj-service-body tbody tr:hover{background:#f2fbf6}

/* table images: fixed thumbnail size */
.pankaj-service-body table img{
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 0px solid rgba(19, 34, 28, .10);
	box-shadow: none;
	background: #eef6f1;
	display: block;
	margin: auto;
}

/* code blocks */
.pankaj-service-body pre,
.pankaj-service-body code{
	font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
}
.pankaj-service-body code{padding:2px 8px;border-radius:999px;background:#e9f5ee;color:#0f3b27;border:1px solid rgba(29,112,68,.16)}
.pankaj-service-body pre{padding:14px;border-radius:18px;background:#0b2016;color:#eaf5ef;overflow:auto;border:1px solid rgba(255,255,255,.10)}

.pankaj-service-body small{color:#6b867a}

@media(max-width:760px){
	.pankaj-service-body{font-size:15px}
	.pankaj-service-body h2{font-size:20px}
	.pankaj-service-body h3{font-size:17px}
}
@media(max-width:520px){
	.pankaj-service-body table img{width:110px;height:74px}
}
@media(max-width:760px){
	.pankser-wrap .pankaj-service-body{font-size:15px}
	.pankser-wrap .pankaj-service-body h2{font-size:20px}
	.pankser-wrap .pankaj-service-body h3{font-size:17px}
	/* no wrapper needed; table will scroll if content is wide */
}
.custom-toggle{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-color: #ffffff00;
    padding: 14px;
    margin: 0px 0px 0px 0px;
    border-radius: 12px;
    color: #1d7044 ! IMPORTANT;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 6px 20px rgba(110, 168, 102, 0.25);
    font-family: 'Sora', sans-serif;
    background: linear-gradient(135deg, rgba(29, 112, 68, .12), rgba(156, 207, 104, .10));
    border: 1px dashed rgba(29, 112, 68, .35);
}
.custom-content {    
    padding: 8px 14px;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    color: #1d7044;
}
/* ==========================================================
	PANKAJ YOGPEETH — CONTACT PAGE (UPDATED)
	Requirements applied:
	- CSS classes start with
	py-cp-
	- NO :root variables (colors used directly)
	- NO inline SVG (icons via <img> placeholders for Freepik)
	- 3 Locations + 3 Google Maps embeds (loading="lazy")
	Brand Colors:
	- Deep Green: #1D7044
	- Light Green: #9CCF68
========================================================== */


.py-cp-container{				
	
}

/* Icon image placeholders (replace src later with Freepik icons) */
.py-cp-ico{
	width: 100%;
    height: 100%;
	object-fit:contain;
	display:block;
}
.py-cp-ico-white{filter: brightness(0) invert(1); opacity:.95;}

/* HERO */
.py-cp-hero-grid{
	display:grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 22px;
	align-items:stretch;
}

.py-cp-hero-card{
	background: linear-gradient(135deg, rgba(29,112,68,.96) 0%, rgba(29,112,68,.84) 55%, rgba(156,207,104,.40) 100%);
	border-radius: 26px;
	padding: 28px;
	color:#fff;
	box-shadow: 0 16px 45px rgba(2, 6, 23, .10);
	position:relative;
	overflow:hidden;
	min-height: 230px;
}

.py-cp-hero-card:before{
	content:"";
	position:absolute;
	inset:-70px -70px auto auto;
	width: 240px;
	height: 240px;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 30%, rgba(156,207,104,.80), rgba(156,207,104,0) 62%);
	filter: blur(2px);
	opacity:.95;
}

.py-cp-badge{
	display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    font-size: 13px;
    width: fit-content;
    font-family: 'Jost', sans-serif;
}

.py-cp-dot{
	width:10px;
	height:10px;
	border-radius: 999px;
	background:#9CCF68;
	box-shadow: 0 0 0 4px rgba(156,207,104,.25);
	flex:0 0 auto;
}

.py-cp-hero-title{
	margin: 12px 0 8px;
    font-size: 40px;
    letter-spacing: 0;
    color: #ffffff;
    font-family: 'Sora', sans-serif;
}

.py-cp-hero-sub{
	margin: 15px 0px;
    color: #f8f9fa;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Jost', sans-serif;
}

.py-cp-quick{
	margin-top: 18px;
	display:flex;
	flex-wrap:nowrap;
	gap: 10px;
}

.py-cp-pill{
	display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .14);
    font-size: 14px;
    width: 100%;
    font-family: 'Sora', sans-serif;
    color: #fff;
    font-weight: 900;
}

.py-cp-pill-ico{
	width:45px;
	height:45px;	
	display:grid;
	place-items:center;
	flex: 0 0 auto;
	
}

/* RIGHT SUPPORT CARD */
.py-cp-support{
	background: rgb(255 255 255);
    border: 0px solid rgba(15, 23, 42, .10);
    border-radius: 26px;
    box-shadow: inset 0px 1px 8px 3px rgba(2, 6, 23, .06);
    padding: 22px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    position: relative;
}

.py-cp-support:before{
	content:"";
	position:absolute;
	inset:auto -70px -70px auto;
	width: 210px;
	height: 210px;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 30%, rgba(29,112,68,.22), rgba(29,112,68,0) 62%);
}

.py-cp-support h3{margin: 0 0 8px;
    font-size: 24px;
    position: relative;
    color: #198754;
    font-family: 'Sora', sans-serif;
font-weight: 900;}
.py-cp-support p{margin:0;color:#475569;font-size: 14px;line-height:1.8;position:relative;font-family: 'Jost', sans-serif;}

.py-cp-support-list{
	list-style:none;
	padding:0;
	margin: 14px 0 0;
	display:grid;
	gap: 10px;
	position:relative;
	z-index:1;
}

.py-cp-support-item{
	display:flex;
	gap: 12px;
	align-items: center;
	padding: 12px;
	border-radius: 14px;
	border: 1px solid rgba(29,112,68,.14);
	background: linear-gradient(180deg, rgba(156,207,104,.16) 0%, rgba(255,255,255,.82) 100%);
}

.py-cp-support-mini{
	width: 45px;
    height: 45px;
    border-radius: 0;
	display:grid;place-items:center;
	flex:0 0 auto;
}

.py-cp-support-item .t{font-weight:600;font-size: 14px;margin:0;}
.py-cp-support-item .d{margin:2px 0 0;font-size: 13px;color:#475569;line-height:1.6;}

/* MAIN */
.py-cp-main{padding: 18px 0 56px;}

.py-cp-section-title{
	margin: 10px 10px 10px;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap: 14px;
}

.py-cp-section-title h2{margin:0;font-size: 22px;letter-spacing:-.3px;}
.py-cp-section-title .hint{margin:0;color:#475569;font-size: 13px;}

.py-cp-layout{
	display:grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 18px;
	margin-top: 14px;
	align-items:start;
}

/* CARD */
.py-cp-card{
	background: #ffffff;
    border-radius: 24px;
    border: 0px solid rgba(15, 23, 42, .10);
    box-shadow: 0px 1px 4px 1px rgba(2, 6, 23, .06);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    position: relative;
}

.py-cp-card-head{
	padding: 18px 18px 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap: 12px;
}

.py-cp-card-head h3{margin:0;font-size: 18px;letter-spacing:-.2px;}

.py-cp-chip{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(156,207,104,.18);
	border: 1px solid rgba(29,112,68,.14);
	color:#1D7044;
	font-size: 12px;
	white-space:nowrap;
}

.py-cp-card-body{padding: 14px 18px 18px;}

/* LOCATIONS (CLEAN + MAP INCLUDED) */
.py-cp-locations{display:grid;gap: 16px;}

.py-cp-loc-grid{
	display:grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 14px;
	align-items:stretch;
}

.py-cp-loc-left{display:grid;gap: 10px;}

.py-cp-row{
	display: flex;
    gap: 15px;
    align-items: center;
    padding: 0px 15px;
    border-radius: 14px;
    border: 0px solid rgba(15, 23, 42, .08);
    background: linear-gradient(180deg, rgb(29 112 68 / 20%) 0%, rgb(255 255 255) 55%, rgb(156 207 104 / 26%) 100%);
    font-family: 'Sora', sans-serif;
}

.py-cp-row-left{
	width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.py-cp-label{font-size: 12px;color:#475569;margin: 0;}
.py-cp-value{margin: 2px 0 0;font-size: 14px;line-height: 1.6;font-weight: 500;}

.py-cp-value a{
	color:#1D7044;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.py-cp-actions{
	display:flex;
	flex-wrap:wrap;
	gap: 10px;
	margin-top: 2px;
	
}

.py-cp-btn{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 7px;
    border-radius: 14px;
    border: 1px solid rgba(29, 112, 68, .18);
    background: #fff;
    color: #1D7044 !IMPORTANT;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    user-select: none;
    width: 100%;
    font-family: 'Sora', sans-serif;
}

.py-cp-btn:hover{
	transform: translateY(-1px);
	box-shadow: 0 14px 26px rgba(2,6,23,.08);
	background: rgba(156,207,104,.14);
}

.py-cp-btn-primary{
	border-color: rgba(29,112,68,.22);
	background: linear-gradient(135deg, rgba(29,112,68,.98), rgba(29,112,68,.86));
	color:#fff !important;
}

.py-cp-btn-primary:hover{
	background: linear-gradient(135deg, rgba(29,112,68,1), rgba(29,112,68,.90));
}

/* MAP */
.py-cp-map-wrap{
	border-radius: 16px;
    border: 0px solid rgba(15, 23, 42, .10);
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 10px 22px rgba(2, 6, 23, .05);
    min-height: 270px;
}

.py-cp-map-top{
	padding: 10px 12px;
	border-bottom: 1px solid rgba(15,23,42,.08);
	background: linear-gradient(180deg, rgba(156,207,104,.14), rgba(255,255,255,.86));
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap: 10px;
}

.py-cp-map-top strong{font-size: 13px;color:#1D7044;}

.py-cp-open-map{
	font-size: 12px;
	font-weight: 600;
	color:#1D7044;
	padding: 8px 10px;
	border-radius: 999px;
	border: 1px solid rgba(29,112,68,.18);
	background: rgba(255,255,255,.92);
}

.py-cp-open-map:hover{background: rgba(156,207,104,.18);}

.py-cp-map{
	width:100%;
	height: 100%;
	min-height: 270px;
	border:0;
	display:block;
}

/* FORM */
.py-cp-form{background-color: #1d7044;
    padding: 10px;
border-radius: 22px 22px 0px 0px;}
.py-cp-form h3{margin: 0px 0 0px;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Sora', sans-serif;
font-weight: 900;}
.py-cp-form p{font-size: 12px;
    color: #9ccf68;
    font-family: 'Jost', sans-serif;
    margin: 0px;
font-weight: 400;}


.py-cp-consent{display:flex;gap: 10px;align-items:flex-start;margin: 10px 0 14px;color:#475569;font-size: 12px;line-height: 1.6;}
.py-cp-consent input{margin-top:3px;accent-color:#1D7044}

.py-cp-submit{
	width: 100%;
	padding: 13px 14px;
	border-radius: 14px;
	border: none;
	cursor:pointer;
	background: linear-gradient(135deg, rgba(29,112,68,1) 0%, rgba(29,112,68,.88) 55%, rgba(156,207,104,.75) 100%);
	color:#fff;
	font-weight: 700;
	letter-spacing: .2px;
	font-size: 14px;
	transition: transform .15s ease, box-shadow .15s ease;
}

.py-cp-submit:hover{transform: translateY(-1px);box-shadow: 0 18px 34px rgba(2,6,23,.10);}

.py-cp-help{
	margin: 10px;
	padding: 12px;
	border-radius: 14px;
	border: 1px dashed rgba(29,112,68,.28);
	background: rgba(156,207,104,.12);
	color:#1D7044;
	font-size: 12px;
	line-height: 1.6;
}

.py-cp-footer{padding: 18px 0 28px;color:#475569;font-size: 12px;}

/* RESPONSIVE */
@media (max-width: 980px){
	.py-cp-hero-grid{grid-template-columns: 1fr;}
	.py-cp-layout{grid-template-columns: 1fr;}
	.py-cp-loc-grid{grid-template-columns: 1fr;}
}


/* Reset & Variables */
.guru-pk {
	--gjprimary: #1D7044;
	--gjprimary-dark: #155433;
	--gjsecondary: #9CCF68;
	--gjsecondary-light: #E8F5E0;
	--gjtext-dark: #2D3B2D;
	--gjtext-gray: #6b7280;
	--gjbg-light: #F8FAF5;
	--gjwhite: #FFFFFF;
	--gjshadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	--gjshadow-lg: 0 20px 40px rgba(29, 112, 68, 0.1);
	font-family: 'Sora', sans-serif;
	background-color: var(--gjbg-light);
	color: var(--gjtext-dark);
	line-height: 1.6;
	width: 100%;
	margin: -66px 0px 0px;		
	padding: 0;
}
.guru-pk .section-padding {
	padding: 60px 0;
}

.guru-pk .separator {
	width: 80px;
	height: 4px;
	background: linear-gradient(to right, var(--gjprimary), var(--gjsecondary));
	margin: 0 auto 20px;
	border-radius: 2px;
}

.guru-pk .separator-left {
	width: 80px;
	height: 4px;
	background: linear-gradient(to right, var(--gjprimary), var(--gjsecondary));
	margin-bottom: 20px;
	border-radius: 2px;
}

.guru-pk .separator-white {
	width: 80px;
	height: 4px;
	background: rgba(255,255,255,0.3);
	margin: 0 auto 20px;
	border-radius: 2px;
}

.guru-pk .text-left { text-align: left; }
.guru-pk .text-white { color: white; }
.guru-pk .text-white-70 { color: rgba(255,255,255,0.7); }
.guru-pk .brand-text {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--gjtext-dark);
	letter-spacing: -0.5px;
}

.guru-pk .nav-links {
	display: none;
}

.guru-pk .nav-links a:not(.btn) {
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--gjtext-dark);
	margin-right: 32px;
	position: relative;
}

.guru-pk .nav-links a:not(.btn):hover {
	color: var(--gjprimary);
}

.guru-pk .mobile-toggle {
	display: block;
	background: none;
	border: none;
	color: var(--gjprimary);
	cursor: pointer;
}

.guru-pk .mobile-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	flex-direction: column;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.guru-pk .mobile-menu.active {
	display: flex;
}

.guru-pk .mobile-menu a {
	padding: 12px 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.2rem;
	border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 992px) {
	.guru-pk .nav-links { display: flex; align-items: center; }
	.guru-pk .mobile-toggle { display: none; }
	.guru-pk .mobile-menu { display: none !important; }
}

/* Hero */
.guru-pk .hero {
	position: relative;
	padding: 125px 0 75px;
	overflow: hidden;
	background: linear-gradient(135deg, #F8FAF5 0%, #E8F5E0 50%, #F8FAF5 100%);
}

.guru-pk .hero-bg-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	z-index: 0;
}
.container-custom{
	padding:0px 50px;
}
.guru-pk .blob-1 { top: -20%; right: -10%; width: 500px; height: 500px; background: rgba(156, 207, 104, 0.2); }
.guru-pk .blob-2 { bottom: -20%; left: -10%; width: 400px; height: 400px; background: rgba(29, 112, 68, 0.1); }

.guru-pk .hero-container {
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	gap: 60px;
	align-items: center;
}

.guru-pk .hero-text {
	text-align: center;
	max-width: 600px;
}

.guru-pk .hero-badge {
	display: inline-block;
	background: rgba(29, 112, 68, 0.1);
	color: var(--gjprimary);
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 24px;
}

.guru-pk .hero-title {
	font-size: 40px;
	line-height: 55px;
	color: var(--gjtext-dark);
	margin-bottom: 24px;
	font-family: 'Sora', sans-serif;
}

.guru-pk .hero-title .highlight {
	color: var(--gjsecondary);
	padding: 0px 10px;
	text-transform: capitalize;
}

.guru-pk .hero-desc {
	font-size: 1.1rem;
	color: var(--gjtext-gray);
	margin-bottom: 40px;
	font-weight: 300;
}

.guru-pk .hero-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.guru-pk .hero-stats {
	display: flex;
	justify-content: space-between !important;
	border-top: 1px solid rgba(29, 112, 68, 0.1);
	padding-top: 24px;
}

.guru-pk .stat-item { text-align: center; }
.guru-pk .stat-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: var(--gjtext-gray); }
.guru-pk .stat-num {
	display: block;
	font-family: 'Jost', sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 3px;
	color: var(--gjprimary);
	line-height: 1;
	text-shadow: 2px 2px 0px #1d7044, -2px -2px 0 #1d7044, 2px -2px 0 #1d7044, -2px 2px 0 #1d7044, 2px 2px 0 #1d7044;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 0px;
	text-align: center;
}
.guru-pk .hero-visual {
	width: 50%;
	
}

.guru-pk .lotus-anim {
	width: 100%;
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-20px); }
}


.guru-pk .hero-container { flex-direction: row; text-align: left; }
.guru-pk .hero-text { text-align: left; width: 50%; }
.guru-pk .hero-buttons { justify-content: flex-start; }




/* About */
.guru-pk .about-container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.guru-pk .about-grid-images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	height: 400px;
}

.guru-pk .img-box {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background: var(--gjsecondary-light);
}

.guru-pk .img-box img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.guru-pk .img-1 { grid-row: span 2; }

.guru-pk .section-title {
	font-size: 3.5rem;
	color: var(--gjprimary);
	margin-bottom: 24px;
	text-align: left;
	font-family: 'Sora', sans-serif;
}

.guru-pk .text-left { text-align: left; }

.guru-pk .section-desc {
	color: var(--gjtext-gray);
	margin-bottom: 24px;
	font-size: 1.05rem;
}

.guru-pk .section-desc-center {
	color: var(--gjtext-gray);
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.guru-pk .features-grid {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-top: 0;
	gap: 10px;
}

.guru-pk .feature-item { display: flex; gap: 16px; align-items: anchor-center; }
.guru-pk .feature-icon {
	width: 48px; height: 48px; background: var(--gjsecondary-light);
	color: var(--gjprimary); border-radius: 12px;
	display: flex; align-items: center; justify-content: center;
}
.guru-pk .feature-item h4 { font-size: 12px;
	margin-bottom: 0px;
	color: var(--gjtext-dark);
font-family: 'Sora', sans-serif; }
.guru-pk .feature-item p { font-size: 10px; color: var(--gjtext-gray); margin:0px; }

@media (min-width: 992px) {
	.guru-pk .about-container { flex-direction: row; align-items: center; }
	.guru-pk .about-grid-images { width: 50%; height: 500px; }
	.guru-pk .about-content { width: 50%; }
	
}

/* Classes */
.guru-pk .classes-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 20px;
}

.guru-pk .class-card {
	background: white;
	padding: 16px;
	border-radius: 16px;
	box-shadow: var(--gjshadow);
	transition: 0.3s;
	border: 0px solid transparent;
}

.guru-pk .class-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--gjshadow-lg);
	border-color: rgba(29, 112, 68, 0.2);
}

.guru-pk .class-icon {
	width: 56px; height: 56px; background: var(--gjsecondary-light);
	color: var(--gjprimary); border-radius: 16px;
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 24px;
	transition: 0.3s;
}

.guru-pk .class-card:hover .class-icon {
	background: var(--gjprimary); color: white;
}

.guru-pk .class-card h3 { font-size: 1.5rem; margin-bottom: 12px; color: var(--gjtext-dark); }
.guru-pk .class-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; font-size: 0.8rem; }
.guru-pk .class-meta .level { font-weight: 700; color: var(--gjsecondary); text-transform: uppercase; letter-spacing: 1px; }
.guru-pk .class-meta .dot { width: 4px; height: 4px; background: #ccc; border-radius: 50%; }
.guru-pk .class-meta .duration { color: #999; }
.guru-pk .class-card p { color: var(--gjtext-gray); margin-bottom: 24px; font-size: 0.95rem; }
.guru-pk .class-link { font-weight: 600; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 1px; color: var(--gjprimary); display: flex; align-items: center; gap: 8px; }
.guru-pk .class-link:hover { gap: 12px; }



/* Teachers (Refined from previous) */
.guru-pk .teachers-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-top: 60px;
}

.guru-pk .card {
	background: white; border-radius: 20px; overflow: hidden;
	box-shadow: var(--gjshadow); transition: 0.3s;
}
.guru-pk .card:hover { transform: translateY(-5px); box-shadow: var(--gjshadow-lg); }
.guru-pk .card-image { height: 320px; overflow: hidden; }
.guru-pk .card-image img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.guru-pk .card:hover .card-image img { transform: scale(1.05); }
.guru-pk .card-content { padding: 24px; }
.guru-pk .card-content h3 { color: var(--gjprimary); font-size: 1.4rem; margin-bottom: 4px; }
.guru-pk .designation { display: block; color: var(--gjsecondary); font-size: 0.75rem; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin-bottom: 12px; }
.guru-pk .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.guru-pk .tags span { background: var(--gjsecondary-light); color: var(--gjprimary); padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.guru-pk .card-content p { font-size: 0.9rem; color: var(--gjtext-gray); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.guru-pk .card:hover .card-content p { -webkit-line-clamp: unset; }

@media (min-width: 768px) { .guru-pk .teachers-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .guru-pk .teachers-grid { grid-template-columns: repeat(4, 1fr); } }

/* Schedule */
.guru-pk .bg-dark { background-color: var(--gjprimary); }
.guru-pk .table-wrapper {
	margin-top: 60px;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(10px);
	border-radius: 24px;
	overflow-x: auto;
	border: 1px solid rgba(255,255,255,0.1);
	font-family: 'Sora', sans-serif;
}

.guru-pk table { width: 100%; min-width: 800px; border-collapse: collapse; text-align: left; }
.guru-pk th { padding: 24px; color: white; font-size: 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); }
.guru-pk td { padding: 20px 24px; color: rgba(255,255,255,0.9); font-size: 0.9rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.guru-pk tr:hover td { background: rgba(255,255,255,0.05); }
.guru-pk .time-col { color: var(--gjsecondary); font-weight: 700; white-space: nowrap; }

/* Contact */
.guru-pk .contact-section { background: var(--gjsecondary-light); }
.guru-pk .contact-card {
	background: white; border-radius: 30px; overflow: hidden;
	box-shadow: var(--gjshadow-lg);
	display: flex; flex-direction: column;
}

.guru-pk .contact-info {
	background: var(--gjprimary); color: white; padding: 40px;
}
.center-text{
	text-align:center !important;
}
.guru-pk .contact-info h3 {
	font-size: 60px;
	margin-bottom: 30px;
	color: #ffffff;
	text-align: left;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	-webkit-text-fill-color: #1d7044;
	-webkit-text-stroke-width: 0px;
}
.guru-pk .info-item { display: flex; gap: 16px; margin-bottom: 30px; }
.guru-pk .info-item:last-child { margin-bottom: 0; }
.guru-pk .icon-box {
	width: 44px; height: 44px; background: rgba(156, 207, 104, 0.2);
	color: var(--gjsecondary); border-radius: 12px;
	display: flex; align-items: center; justify-content: center;
}
.guru-pk .info-item h4 { color: var(--gjsecondary); font-size: 0.85rem; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; }
.guru-pk .info-item p { color: rgba(255,255,255,0.8); font-size: 0.95rem; }

.guru-pk .contact-form-wrapper { padding: 40px; background: white; }


@media (min-width: 992px) {
	.guru-pk .contact-card { flex-direction: row; }
	.guru-pk .contact-info { width: 45%; padding: 60px; }
	.guru-pk .contact-form-wrapper { width: 55%; padding: 60px; }
	.guru-pk .form-row { grid-template-columns: 1fr 1fr; }
}
/* 
	GURU DETAIL PAGE STYLES - "WOW" EDITION
	Namespace: .guru-detail
*/

.guru-detail {
	/* Palette: Deep Forest, Champagne Gold, Mist, Stone */
	--gd-primary: #1A4D2E;    /* Deep Green */
	--gd-primary-dark: #0f2e1b;
	--gd-gold: #D4A373;       /* Gold/Sand */
	--gd-gold-light: #e6cba8;
	--gd-mist: #F4F7F5;       /* Off-white Background */
	--gd-white: #FFFFFF;
	--gd-text-main: #2C3333;
	--gd-text-light: #6B7280;
	color: var(--gd-text-main);
	background-color: var(--gd-mist);
	line-height: 1.8;
	width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: 'Sora', sans-serif;
	
}



/* Typography Overrides */


.guru-detail .text-gold { color: var(--gd-gold) !important; }



.guru-detail .gd-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}



.guru-detail .gd-brand {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--gd-primary);
	text-decoration: none;
	letter-spacing: -0.5px;
}

.guru-detail .gd-brand-light {
	font-weight: 400;
	color: var(--gd-gold);
}


/* Background Blobs for Glass Effect */
.guru-detail .gd-bg-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	z-index: 0;
	opacity: 0.6;
}
.guru-detail .blob-1 { top: -10%; right: -10%; width: 600px; height: 600px; background: rgba(212, 163, 115, 0.15); }
.guru-detail .blob-2 { top: 20%; left: -20%; width: 800px; height: 800px; background: rgba(26, 77, 46, 0.08); }
.guru-detail .blob-3 { bottom: 10%; right: -10%; width: 500px; height: 500px; background: rgba(212, 163, 115, 0.1); }


/* Hero Section - The Arch */
.guru-detail .gd-hero {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 600px;
	overflow: hidden;
}

.guru-detail .gd-hero-grid {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 25px;
    align-items: center;
    position: relative;
    z-index: 1;
	justify-content: space-between;
}
.gd-hero-content{
	width: 65%;
}
.guru-detail .gd-overline {
	display: inline-block;
    background: rgba(29, 112, 68, 0.1);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.guru-detail .gd-title {
	font-size: 3.5rem;
    margin-bottom: 10px;
    color: #1d7044;
	line-height: 60px;
    font-family: 'Sora', sans-serif;
}

.guru-detail .gd-title em {
	font-style: unset;
    color: #1d7044;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
}

.guru-detail .gd-separator-left {
	width: 60px;
	height: 2px;
	background: var(--gd-gold);
	margin-bottom: 30px;
}

.guru-detail .gd-lead {
	font-size: 1.25rem;
	color: var(--gd-text-light);
	margin-bottom: 40px;
	max-width: 90%;
}

.guru-detail .gd-hero-stats-row {
	display: flex;
    gap: 50px;
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: space-between;
}

.guru-detail .gd-stat-item .num {
	display: block;
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--gjprimary);
    line-height: 1;
    text-shadow: 2px 2px 0px #1d7044, -2px -2px 0 #1d7044, 2px -2px 0 #1d7044, -2px 2px 0 #1d7044, 2px 2px 0 #1d7044;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 0px;
    text-align: center;
}

.guru-detail .gd-stat-item .lbl {
	font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gjtext-gray);
}

.guru-detail .gd-btn {
	display: inline-block;
	padding: 18px 40px;
	border-radius: 50px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 0.85rem;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.guru-detail .gd-btn-dark {
	background: var(--gd-primary);
	color: white;
	box-shadow: 0 10px 25px rgba(26, 77, 46, 0.25);
}

.guru-detail .gd-btn-dark:hover {
	background: var(--gd-primary-dark);
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(26, 77, 46, 0.35);
}

.guru-detail .gd-btn-outline {
	background: transparent;
	border: 1px solid var(--gd-primary);
	color: var(--gd-primary);
}

.guru-detail .gd-btn-outline:hover {
	background: var(--gd-primary);
	color: white;
}

/* Arch Image Styling */
.guru-detail .gd-hero-visual {
	position: relative;
	height: 550px;
    width: 45%;
	justify-content: center;
	align-items: flex-end;
}

.guru-detail .gd-arch-window {
	width: 100%;
	height: 100%;	
	overflow: hidden;
	position: relative;
	z-index: 2;
	
}

.guru-detail .gd-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.5s ease;
}

.guru-detail .gd-arch-window:hover .gd-hero-img {
	transform: scale(1.03);
}

.guru-detail .gd-floating-badge {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.9);
	backdrop-filter: blur(10px);
	padding: 12px 24px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--gd-primary);
	font-weight: 600;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.guru-detail .gd-pattern-circle {
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 300px;
	height: 300px;
	border: 1px solid var(--gd-gold);
	border-radius: 50%;
	opacity: 0.3;
	z-index: 0;
}

.guru-detail .gd-scroll-indicator {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--gd-gold);
	opacity: 0.7;
	z-index: 10;
}

.guru-detail .gd-scroll-indicator .line {
	width: 1px;
	height: 40px;
	background: var(--gd-gold);
}

@media (max-width: 992px) {
	
	.guru-detail .gd-separator-left { margin: 0 auto 30px; }
	.guru-detail .gd-hero-stats-row { justify-content: center; }
	
	
}

/* Parallax Wisdom */
.guru-detail .gd-wisdom-parallax {
	background-image: url('../../images/pankaj-sadana/bg-rishikesh.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 45px 0;
	text-align: center;
	color: white;
}
.pt-jj{
	font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    background: #f8fcf9;
    padding: 5px;
    width: 100px;
    line-height: 80px;
    border-radius: 50%;
}
.guru-detail .gd-overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(26, 77, 46, 0.7); /* Green Tint */
}

.guru-detail .gd-wisdom-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
}

.guru-detail .gd-quote-icon {
	font-family: 'Sora', sans-serif;
    font-size: 4rem;
    line-height: 0.5;
    color: #9ccf68;
    margin-bottom: 10px;
    display: block;
}

.guru-detail .gd-quote-text {
	font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    margin-bottom: 30px;
    font-style: unset;
    font-family: 'Sora', sans-serif;
}

.guru-detail cite {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #9ccf68;
	font-style: normal;
}

/* Sections General */
.guru-detail .gd-section { padding: 25px 0;; position: relative; }
.guru-detail .gd-bg-white { background: white; }

/* Bio Section */
.guru-detail .gd-bio-section { background: white; }

.guru-detail .gd-bio-layout {
	display: grid;
	grid-template-columns: 45% 50%;
	gap: 5%;
	align-items: center;
}

.guru-detail .gd-image-stack {
	position: relative;
	height: 600px;
}

.guru-detail .stack-back {
	position: absolute;
	top: 0; 
	left: 0;
	width: 80%;
	height: 80%;	
	opacity: 0.6;
	filter: grayscale(100%);
	border-radius: 4px;
}

.guru-detail .stack-front {
	position: absolute;
	bottom: 0; right: 0;
	width: 80%;
	height: 80%;	
	border-radius: 4px;
	z-index: 2;
}

.guru-detail .gd-section-title {
	font-size: 3rem;
    margin-bottom: 20px;
    font-family: 'Sora', sans-serif;
    color: #1d7044;
    letter-spacing: -1px;
    line-height: 54px;
}

.guru-detail .gd-section-sub {
	font-size: 1.1rem;
	color: var(--gd-text-light);
}

.guru-detail .gd-text-body p {
	margin-bottom: 24px;
	font-size: 1.05rem;
	color: var(--gd-text-light);
}

.guru-detail .drop-cap {
	float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 64px !important;
    line-height: 0px;
    margin-right: 0px;
    color: #1d7044 !important;
    padding-top: 24px;
    font-weight: 900;
}

.guru-detail .gd-signature {
	margin-top: 0px;
    border-top: 1px solid #eee;
    padding-top: 5px;
}

.guru-detail .gd-sign-text {
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 1.2rem;
	color: #888;
}

.guru-detail .gd-sign-name {
	font-family: 'Sora', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1d7044;
}

@media (max-width: 992px) {
	.guru-detail .gd-bio-layout { grid-template-columns: 1fr; gap: 20px; }
	.guru-detail .gd-image-stack { height: 450px; max-width: 450px; margin: 0 auto; }
}

/* --- PROGRAMS GLASS CARDS --- */
.guru-detail .gd-programs-bg {
	position: relative;
	overflow: hidden;
}

.guru-detail .gd-center-head { text-align: center; margin-bottom: 70px; position: relative; z-index: 2; }

.guru-detail .gd-programs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px;
	position: relative;
	z-index: 2;
}

.guru-detail .gd-glass-card {
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	padding: 40px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
	transition: 0.4s ease;
	position: relative;
	overflow: hidden;
}

.guru-detail .gd-glass-card:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.7);
	border-color: var(--gd-gold);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.guru-detail .gd-glass-card.highlight {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid var(--gd-gold);
}

.guru-detail .gd-card-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: white;
	background: var(--gd-primary);
	padding: 4px 12px;
	border-radius: 20px;
}

.guru-detail .gd-card-badge.gold {
	background: var(--gd-gold);
}

.guru-detail .gd-program-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.guru-detail .program-hours {
	font-family: 'Cormorant Garamond';
	font-size: 3.5rem;
	line-height: 1;
	color: var(--gd-primary);
}

.guru-detail .program-hours span {
	font-size: 1.2rem;
	font-family: 'Montserrat';
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 5px;
	color: var(--gd-text-light);
}

.guru-detail .program-name {
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 5px;
}

.guru-detail .gd-program-list {
	list-style: none;
	margin-bottom: 30px;
}

.guru-detail .gd-program-list li {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	font-size: 0.95rem;
	color: var(--gd-text-main);
}

.guru-detail .gd-program-list li::before {
	content: '•';
	color: var(--gd-gold);
	margin-right: 10px;
	font-size: 1.2rem;
}

.guru-detail .gd-program-price {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--gd-primary);
	margin-bottom: 20px;
	font-family: 'Cormorant Garamond';
}

.guru-detail .gd-program-price span {
	font-size: 0.8rem;
	font-family: 'Montserrat';
	color: #888;
	font-weight: 400;
	margin-left: 5px;
}

.guru-detail .gd-btn-link {
	color: var(--gd-primary);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}

.guru-detail .gd-btn-link:hover {
	border-bottom-color: var(--gd-primary);
	margin-left: 5px;
}

/* --- INFOGRAPHY (TIMELINE) --- */
.guru-detail .gd-infography-section {
	background: white;
}

.guru-detail .gd-path-container {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}

/* Central Line */
.guru-detail .gd-path-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: linear-gradient(to bottom, transparent, var(--gd-gold), transparent);
	transform: translateX(-50%);
}

.guru-detail .gd-path-step {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	position: relative;
}

.guru-detail .gd-path-step:last-child { margin-bottom: 0; }

.guru-detail .gd-path-step.left { justify-content: flex-end; padding-right: 50%; text-align: right; }
.guru-detail .gd-path-step.right { justify-content: flex-start; padding-left: 50%; text-align: left; }

.guru-detail .gd-step-node {
	width: 16px;
	height: 16px;
	background: white;
	border: 3px solid var(--gd-gold);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	box-shadow: 0 0 0 5px rgba(212, 163, 115, 0.2);
}

.guru-detail .gd-step-content {
	width: 80%;
	padding: 0 40px;
}

.guru-detail .gd-step-number {
	font-family: 'Cormorant Garamond';
	font-size: 3rem;
	color: rgba(26, 77, 46, 0.1);
	font-weight: 700;
	line-height: 0.5;
	margin-bottom: 10px;
}

.guru-detail .gd-step-content h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: var(--gd-primary);
}

.guru-detail .gd-step-content p {
	font-size: 0.95rem;
	color: #666;
}

@media (max-width: 768px) {
	.guru-detail .gd-path-line { left: 20px; }
	.guru-detail .gd-path-step { flex-direction: column; align-items: flex-start; margin-bottom: 50px; }
	.guru-detail .gd-path-step.left, .guru-detail .gd-path-step.right { padding: 0 0 0 50px; text-align: left; justify-content: flex-start; }
	.guru-detail .gd-step-node { left: 20px; }
	.guru-detail .gd-step-content { width: 100%; padding: 0; }
}

/* --- FAQ ACCORDION --- */
.guru-detail .gd-faq-grid {
	display: grid;
	grid-template-columns: 35% 60%;
	gap: 5%;
}

.guru-detail .gd-faq-header p {
	margin-top: 15px;
	color: #666;
}

.guru-detail .gd-faq-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.guru-detail .gd-faq-item {
	background: #F8FAF5;
	border-radius: 12px;
	overflow: hidden;
	transition: 0.3s;
}

.guru-detail .gd-faq-item[open] {
	background: white;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.guru-detail .gd-faq-item summary {
	padding: 20px 25px;
	cursor: pointer;
	font-weight: 600;
	color: var(--gd-text-main);
	list-style: none;
	position: relative;
	padding-right: 50px;
}

.guru-detail .gd-faq-item summary::-webkit-details-marker { display: none; }

.guru-detail .gd-faq-item summary::after {
	content: '+';
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	font-weight: 300;
	color: var(--gd-gold);
}

.guru-detail .gd-faq-item[open] summary::after { content: '−'; }

.guru-detail .gd-faq-answer {
	padding: 0 25px 25px;
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
	border-top: 1px solid rgba(0,0,0,0.03);
	margin-top: -5px;
	padding-top: 15px;
}

@media (max-width: 900px) {
	.guru-detail .gd-faq-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Expertise */
.guru-detail .gd-expertise-bg { background: var(--gd-mist); }

.guru-detail .gd-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
}

.guru-detail .gd-feature-card {
	background: white;
	padding: 50px 40px;
	border-radius: 8px;
	transition: 0.4s ease;
	border-bottom: 3px solid transparent;
}

.guru-detail .gd-feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.05);
	border-bottom: 3px solid var(--gd-gold);
}

.guru-detail .gd-card-icon {
	width: 75px; height: 75px;
	background: var(--gd-mist);
	color: var(--gd-primary);
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 30px;
	transition: 0.3s;
}

.guru-detail .gd-feature-card:hover .gd-card-icon {
	border: 2px solid #1d7044;
    background: #ffffff;
    padding: 10px;
}

.guru-detail .gd-feature-card h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: var(--gd-text-main);
}

/* Gallery Masonry */
.guru-detail .gd-gallery-section { padding-bottom: 0; background: white; }
.guru-detail .gd-masonry {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	grid-auto-rows: 300px;
}

.guru-detail .gd-masonry-item {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.guru-detail .gd-masonry-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.guru-detail .gd-masonry-item:hover img { transform: scale(1.05); }

.guru-detail .item-tall { grid-row: span 2; }
.guru-detail .item-wide { grid-column: span 2; }

@media (max-width: 768px) {
	.guru-detail .gd-masonry {
        grid-auto-rows: 150px;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        padding: 10px 0px;
	}
	.guru-detail .item-tall { grid-row: span 1; }
	.guru-detail .item-wide { grid-column: span 1; }
}

/* Footer / CTA */
.guru-detail .gd-footer {
	position: relative;
	color: white;
	padding: 20px 0 20px;
	background: var(--gd-primary-dark);
	overflow: hidden;
}

.guru-detail .gd-footer-bg {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: radial-gradient(circle at top right, #1A4D2E, #05140a);
	opacity: 0.9;
	z-index: 1;
}

.guru-detail .gd-footer-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.guru-detail .gd-cta-centered {
	text-align: center;	
	margin-bottom: 10px;
}

.guru-detail .gd-cta-centered h2 {
	font-size: 3.5rem;
	color: white;
	margin-bottom: 20px;
}

.guru-detail .gd-cta-centered h2 em {
	color: var(--gd-gold);	
	font-style: italic;
}

.guru-detail .gd-cta-centered p {
	font-size: 1.2rem;
	color: rgba(255,255,255,0.7);
	margin-bottom: 40px;
}

.guru-detail .gd-btn-gold {
	background: var(--gd-gold);
	color: var(--gd-primary-dark);
	box-shadow: 0 10px 30px rgba(212, 163, 115, 0.3);
}

.guru-detail .gd-btn-gold:hover {
	background: white;
	color: var(--gd-primary-dark);
	transform: translateY(-3px);
}

.guru-detail .gd-footer-bottom {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.8rem;
	color: rgba(255,255,255,0.4);
}

.guru-detail .gd-brand-footer {
	font-family: 'Cormorant Garamond';
	font-size: 1.5rem;
	color: white;
}

.guru-detail .gd-socials a {
	color: white;
	margin: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 1px;
	transition: color 0.3s;
}

.guru-detail .gd-socials a:hover { color: var(--gd-gold); }

@media (max-width: 768px) {
	.guru-detail .gd-footer-bottom { flex-direction: column; gap: 20px; }
	.guru-detail .gd-cta-centered h2 { font-size: 2.5rem; }
}

/* Animations */
.guru-detail .fade-up {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.guru-detail .fade-up.visible {
	opacity: 1;
	transform: translateY(0);
}

.guru-detail .delay-1 { transition-delay: 0.1s; }
.guru-detail .delay-2 { transition-delay: 0.2s; }
.guru-detail .delay-3 { transition-delay: 0.3s; }
/* =========================================
	RESET & BASE
========================================= */
/* =========================================
	GRID SYSTEM
========================================= */
.pj-art-gui-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.pj-art-gui-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.pj-art-gui-col-main {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 20px;
}

.pj-art-gui-col-sidebar {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 20px;
	margin-top: 4rem;
}

@media (min-width: 992px) {
	.pj-art-gui-col-main {
		flex: 0 0 68%;
		max-width: 68%;
	}
	.pj-art-gui-col-sidebar {
		flex: 0 0 32%;
		max-width: 32%;
		margin-top: 0;
	}
}

/* =========================================
	HEADER
========================================= */
.pj-art-gui-page-header {
	padding: 2rem 0 2rem;
	text-align: center;
	background: linear-gradient(to bottom, #f8faf9 0%, #fcfdfc 100%);
	border-bottom: 1px solid #edf2f7;
	margin-bottom: 1rem;
}

.pj-art-gui-page-eyebrow {
	font-size: 1rem;
	color: #6c757d;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 700;
	margin-bottom: 0.5rem;
	display: block;
	font-family: 'Jost', sans-serif;
}

.pj-art-gui-page-title {
	font-family: 'sora', sans-serif;
    font-size: 2.5rem;
    color: #1d7044;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.pj-art-gui-page-desc {
	margin: 0 auto;
	color: #718096;
	font-size: 1rem;
	font-family: 'Nunito', sans-serif;
}

/* =========================================
	ARTICLE LIST (Cards)
========================================= */
.pj-art-gui-article-card {
	display: flex;
    background: #fff;
    border: 1px solid #edf2f7;
    margin-bottom: 1rem;
    transition: 0.3s;
    border-radius: 4px;
    overflow: hidden;
    flex-direction: row;
    height: 280px;
    align-items: anchor-center;
}

.pj-art-gui-article-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.05);
	border-color: #cbd5e0;
}

@media (min-width: 768px) {
	
	.pj-art-gui-card-body {
		flex: 1;
		padding: 2rem 2.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.pj-art-gui-card-thumb {
	position: relative;
    overflow: hidden;
    height: 250px;
    padding-left: 15px;
    width: 375px;
}

.pj-art-gui-card-thumb img {
	width: 100%;
	height: 100%;	 
	transition: 0.5s;
}

.pj-art-gui-card-type-badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: #fff;
	color: #1d7044;
	padding: 0.4rem 0.8rem;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	z-index: 2;
}

.pj-art-gui-card-body {
	padding: 1.5rem;
}

.pj-art-gui-card-meta {
	display: flex;
    gap: 1rem;
    font-size: 0.75rem;
    color: #1d7044;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.pj-art-gui-card-meta i { color: #1d7044; margin-right: 4px; }

.pj-art-gui-card-title {
	font-family: 'Sora', sans-serif;
    font-size: 1.2rem;
    color: #2d3748;
    margin-bottom: 0.8rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pj-art-gui-card-title a:hover { color: #1d7044; }

.pj-art-gui-card-excerpt {
	font-size: 0.95rem;
    color: #718096;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}

.pj-art-gui-card-footer {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f7fafc;
	padding-top: 1rem;
}

.pj-art-gui-author-info {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.pj-art-gui-author-img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}

.pj-art-gui-author-name {
	font-size: 0.8rem;
	font-weight: 700;
	color: #4a5568;
}

.pj-art-gui-read-btn {
	font-size: 0.8rem;
	font-weight: 700;
	color: #1d7044;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.pj-art-gui-read-btn:hover { gap: 0.8rem; }

/* =========================================
	SIDEBAR
========================================= */
.pj-art-gui-sidebar-widget {
	margin-bottom: 1rem;
	padding-bottom: 0rem;
	border-bottom: 1px solid #edf2f7;
}
.pj-art-gui-sidebar-widget:last-child { border: none; }

.pj-art-gui-widget-title {
	font-family: 'Sora', sans-serif;
    font-size: 1.25rem;
    color: #1a202c;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 3px solid #1d7044;
}

/* Filter List (Month / Type) */
.pj-art-gui-filter-list li {
	margin-bottom: 0.8rem;
    list-style: none;
}

.pj-art-gui-filter-link {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    color: #4a5568;
    font-size: 0.95rem;
    border-bottom: 1px dashed #e2e8f0;
    font-family: 'Jost', sans-serif;
}

.pj-art-gui-filter-link:hover {
	color: #1d7044;
	padding-left: 5px;
	border-bottom-style: solid;
}

.pj-art-gui-count-badge {
	background: #f0fff4;
	color: #1d7044;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 10px;
}

/* Trending/Recent Mini Cards */
.pj-art-gui-mini-card {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.pj-art-gui-mini-thumb {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 2px;
	flex-shrink: 0;
}

.pj-art-gui-mini-content h4 {
	font-family: 'Playfair Display', serif;
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 0.3rem;
}

.pj-art-gui-mini-content span {
	font-size: 0.75rem;
	color: #a0aec0;
	text-transform: uppercase;
}

/* CTA Widget */
.pj-art-gui-cta-widget {
	background: #1d7044;
	color: #fff;
	padding: 2.5rem;
	text-align: center;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.pj-art-gui-cta-widget h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.pj-art-gui-cta-widget p {
	font-size: 0.95rem;
	margin-bottom: 2rem;
	opacity: 0.9;
}

.pj-art-gui-cta-btn {
	background: #fff;
	color: #1d7044;
	padding: 0.8rem 2rem;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1px;
	border-radius: 2px;
	display: inline-block;
}

.pj-art-gui-cta-btn:hover {
	background: #f0fff4;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* =========================================
	PAGINATION
========================================= */
.pj-art-gui-pagination {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 4rem;
}

.pj-art-gui-page-num {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e2e8f0;
	color: #718096;
	font-weight: 600;
	transition: 0.3s;
}

.pj-art-gui-page-num:hover, .pj-art-gui-page-num.active {
	background: #1d7044;
	color: #fff;
	border-color: #1d7044;
}

/* =========================================
	FOOTER
========================================= */
.pj-art-gui-footer {
	background: #152c21;
	padding: 4rem 0;
	text-align: center;
	color: rgba(255,255,255,0.6);
	margin-top: 6rem;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* =========================================
	LAYOUT GRID
========================================= */
.art-gu-pg-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

.art-gu-pg-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -2rem;
	margin-left: -2rem;
}

.art-gu-pg-col-main {
	width: 100%;
	padding: 0 2rem;
}

.art-gu-pg-col-sidebar {
	width: 100%;
	padding: 0 2rem;
}

@media (min-width: 1024px) {
	.art-gu-pg-col-main {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.art-gu-pg-col-sidebar {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* =========================================
	HEADER SECTION
========================================= */
.art-gu-pg-header {
	padding: 1rem 0 1rem;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 1rem;
}

.art-gu-pg-breadcrumbs {
	font-size: 0.85rem;
	color: #6b7280;
	margin-bottom: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.art-gu-pg-breadcrumbs a:hover { color: #1d7044; }
.art-gu-pg-breadcrumbs span { margin: 0 0.5rem; color: #d1d5db; }

.art-gu-pg-title {
	font-family: 'Sora', sans-serif;
    font-size: 3rem;
    color: #1d7044;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}



.art-gu-pg-meta-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
	font-size: 0.9rem;
	color: #4b5563;
	border-top: 1px solid #f3f4f6;
	padding-top: 1.5rem;
}

.art-gu-pg-meta-item {
	display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Jost', sans-serif;
}

.art-gu-pg-meta-item i { color: #1d7044; }
.art-gu-pg-category-tag {
	background: #ecfdf5;
	color: #047857;
	padding: 4px 12px;
	border-radius: 99px;
	font-weight: 700;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* =========================================
	MAIN CONTENT (LEFT)
========================================= */
.art-gu-pg-featured-image {
	width: 100%;
	height: auto;
	border-radius: 2px;
	margin-bottom: 3rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.art-gu-pg-article-body {
	font-size: 1.125rem;
	color: #374151;
}

.art-gu-pg-article-body p {
	margin-bottom: 2rem;
	line-height: 1.8;
}

.art-gu-pg-drop-cap::first-letter {
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 5rem;
	line-height: 0.85;
	padding-right: 1rem;
	padding-top: 0.2rem;
	color: #1d7044;
	font-weight: 700;
}

.art-gu-pg-article-body h2 {
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	color: #111827;
	margin-top: 3.5rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.art-gu-pg-article-body h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.5rem;
	color: #1f2937;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

/* Info Box */
.art-gu-pg-info-box {
	background-color: #f9fafb;
	border-left: 4px solid #1d7044;
	padding: 2rem;
	margin: 2.5rem 0;
}

.art-gu-pg-info-box h4 {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
	color: #1d7044;
}

.art-gu-pg-info-box p {
	margin-bottom: 0;
	font-size: 1rem;
	font-style: italic;
	color: #4b5563;
}

/* Author Section */
.art-gu-pg-author-section {
	margin-top: 0rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.art-gu-pg-author-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.art-gu-pg-author-details h5 {
	font-family: 'Jost', sans-serif;
    font-size: 1rem;
    margin: 0 !important;
}

.art-gu-pg-author-role {
	font-size: 0.75rem;
    color: #6b7280;
    display: block;
    margin-bottom: 0;
    font-weight: 700;
}
.little-bit{
	font-weight: 500;
    font-size: 14px;
    margin: 0px !important;
    color: #232323;
}
/* =========================================
	SIDEBAR (RIGHT)
========================================= */
.art-gu-pg-sidebar-wrapper {
	position: sticky;
	top: 2rem;
}

.art-gu-pg-widget {
	margin-bottom: 1rem;
	background: #fff;
	border: 1px solid #f3f4f6;
	border-radius: 4px;
	overflow: hidden;
}

.art-gu-pg-widget-header {
	background: #f9fafb;
	padding: 1.25rem 1.5rem;
	border-bottom: 1px solid #f3f4f6;
}

.art-gu-pg-widget-title {
	font-family: 'Sora', sans-serif;
    font-size: 1.25rem;
    color: #1d7044;
    margin: 0;
}

.art-gu-pg-widget-body {
	padding: 0.5rem;
}

/* Enquiry Form */
.art-gu-pg-form-group {
	margin-bottom: 1.25rem;
}

.art-gu-pg-label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #374151;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.art-gu-pg-input, .art-gu-pg-textarea, .art-gu-pg-select {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #d1d5db;
	border-radius: 2px;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.9rem;
	transition: 0.2s;
}

.art-gu-pg-input:focus, .art-gu-pg-textarea:focus, .art-gu-pg-select:focus {
	outline: none;
	border-color: #1d7044;
	box-shadow: 0 0 0 3px rgba(29, 112, 68, 0.1);
}

.art-gu-pg-btn {
	display: block;
	width: 100%;
	background-color: #1d7044;
	color: white;
	text-align: center;
	padding: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}

.art-gu-pg-btn:hover {
	background-color: #155433;
}

/* Recent Posts List */
.art-gu-pg-post-list {
	padding: 0;
}

.art-gu-pg-post-item {
	display: flex;
    gap: 1rem;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #f3f4f6;
    align-items: center;
}

.art-gu-pg-post-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.art-gu-pg-post-thumb {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 2px;
}

.art-gu-pg-post-info h4 {
	font-family: 'Jost', sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.art-gu-pg-post-info h4 a:hover { color: #1d7044; }

.art-gu-pg-post-date {
	font-size: 0.75rem;
	color: #9ca3af;
}

/* Table of Contents */
.art-gu-pg-toc-link {
	display: block;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: #4b5563;
    border-left: 2px solid transparent;
    padding-left: 1rem;
    margin-bottom: 0.25rem;
    font-family: 'Jost', sans-serif;
}

.art-gu-pg-toc-link:hover {
	color: #1d7044;
	border-left-color: #1d7044;
	background: #f9fafb;
}

/* =========================================
	FOOTER
========================================= */
.art-gu-pg-footer {
	margin-top: 6rem;
	background: #111827;
	color: #9ca3af;
	padding: 4rem 0;
	text-align: center;
	font-size: 0.9rem;
}
/* 
	=========================================
	PG - FAQ PAGE STYLES
	Namespace: .pg-faq
	=========================================
*/

.pg-faq {
	--pg-primary: #1A4D2E;    /* Forest Green */
	--pg-primary-light: #24633b;
	--pg-gold: #D4A373;       /* Champagne Gold */
	--pg-sand: #F4F0EB;       /* Light Beige/Sand */
	--pg-white: #FFFFFF;
	--pg-text: #333333;
	--pg-gray: #777777;
	--pg-border: #E5E7EB;
}
.pg-no-padd{padding:0px;margin:0px;}


.pg-faq .pg-brand-light {
	color: var(--pg-gold);
	font-weight: 400;
}


/* Hero Section */
.pg-faq .pg-hero {
	background: #1d7044;
    color: white;
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.pg-faq .pg-hero-bg {
	position: absolute;
	top: -50%; left: -50%; width: 200%; height: 200%;
	background: radial-gradient(circle, rgba(212,163,115,0.15) 0%, rgba(26,77,46,0) 60%);
	pointer-events: none;
}

.pg-faq .pg-hero-content {
	position: relative;
	z-index: 2;
}

.pg-faq .pg-overline {
	display: block;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--pg-gold);
	margin-bottom: 10px;
}

.pg-faq .pg-title {
	font-size: 3.5rem;
	color: white;
	margin-bottom: 15px;
}

.pg-faq .pg-subtitle {
	font-size: 1.1rem;
	color: rgba(255,255,255,0.8);
	max-width: 600px;
	margin: 0 auto;
}

/* Layout Grid */
.pg-faq .pg-layout-grid {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 60px;
	padding-top: 60px;
	padding-bottom: 80px;
}

@media (max-width: 992px) {
	.pg-faq .pg-layout-grid {
        grid-template-columns: 1fr;
	}
}

/* Left: FAQ Content */
.pg-faq .pg-faq-category {
	margin-bottom: 15px;
}

.pg-faq .pg-cat-title {
	font-size: 2rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--pg-sand);
    font-family: 'Sora', sans-serif;
}

.pg-faq .pg-accordion {
	border: 1px solid var(--pg-border);
	border-radius: 8px;
	background: white;
	margin-bottom: 15px;
	transition: 0.3s;
	overflow: hidden;
}

.pg-faq .pg-accordion[open] {
	border-color: var(--pg-gold);
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.pg-faq .pg-accordion summary {
	padding: 20px 25px;
	cursor: pointer;
	font-weight: 600;
	color: var(--pg-primary);
	list-style: none;
	position: relative;
	padding-right: 50px;
	font-size: 1.05rem;
	font-family: 'Jost', sans-serif;
}

.pg-faq .pg-accordion summary::-webkit-details-marker { display: none; }

.pg-faq .pg-accordion summary::after {
	content: '+';
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--pg-gold);
	font-size: 1.5rem;
	font-weight: 300;
}

.pg-faq .pg-accordion[open] summary::after { content: '-'; }

.pg-faq .pg-accordion-body {
	padding: 0 25px 25px;
	color: var(--pg-gray);
	font-size: 0.95rem;
	line-height: 1.7;
	border-top: 1px solid #f0f0f0;
	padding-top: 15px;
}
.pg-accordion-body p{
	margin-bottom:0px;
}
/* Right: Sidebar */
.pg-faq .pg-sidebar {
	position: sticky;
	top: 100px;
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.pg-faq .pg-widget {
	background: white;
	border: 1px solid var(--pg-border);
	border-radius: 12px;
	padding: 10px 0px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.03);
	margin-bottom: 15px;
}

.pg-faq .pg-widget-title {
	font-size: 1.4rem;
    margin-bottom: 0px;
    padding: 0px 10px 0px 10px;
    font-family: 'Sora', sans-serif;	
}

/* Form Widget */
.pg-faq .pg-form-widget {
	background: linear-gradient(to bottom right, #ffffff, #fafcfb);
	border-top: 4px solid var(--pg-primary);
}

.pg-faq .pg-widget-desc {
	font-size: 0.9rem;
    color: #1d7044;
    margin-bottom: 0;
    padding: 0px 0px 0px 10px;
}

.pg-faq .pg-input-group {
	margin-bottom: 15px;
}

.pg-faq .pg-input-group label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--pg-primary);
}

.pg-faq .pg-input-group input,
.pg-faq .pg-input-group select,
.pg-faq .pg-input-group textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid var(--pg-border);
	border-radius: 6px;
	font-family: inherit;
	font-size: 0.9rem;
	background: #f9f9f9;
}

.pg-faq .pg-input-group input:focus,
.pg-faq .pg-input-group select:focus,
.pg-faq .pg-input-group textarea:focus {
	outline: none;
	border-color: var(--pg-primary);
	background: white;
}

.pg-faq .pg-btn-submit {
	width: 100%;
	background: var(--pg-primary);
	color: white;
	border: none;
	padding: 12px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 1px;
}

.pg-faq .pg-btn-submit:hover {
	background: var(--pg-primary-light);
}

/* Course Widget */
.pg-faq .pg-course-widget .pg-widget-title {
	border-bottom: 1px solid var(--pg-border);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.pg-faq .pg-course-card {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	align-items: center;
}

.pg-faq .pg-course-card:last-child { margin-bottom: 0; }

.pg-faq .pg-course-img {
	width: 70px;
	height: 70px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
}

.pg-faq .pg-course-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pg-faq .pg-course-info h4 {
	font-size: 1rem;
	margin-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
}

.pg-faq .pg-price {
	display: block;
	color: var(--pg-gold);
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 4px;
}

.pg-faq .pg-link {
	font-size: 0.8rem;
	color: var(--pg-primary);
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid transparent;
}

.pg-faq .pg-link:hover { border-bottom-color: var(--pg-primary); }

/* Blog/Article Widget */
.pg-faq .pg-blog-widget .pg-widget-title {
	border-bottom: 1px solid var(--pg-border);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.pg-faq .pg-blog-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f9f9f9;
}

.pg-faq .pg-blog-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.pg-faq .pg-blog-date {
	font-size: 0.75rem;
	text-transform: uppercase;
	color: var(--pg-gold);
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 4px;
}

.pg-faq .pg-blog-item h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	margin-bottom: 6px;
	line-height: 1.4;
	color: var(--pg-primary);
}

.pg-faq .pg-blog-item p {
	font-size: 0.85rem;
	color: var(--pg-gray);
	margin-bottom: 8px;
	line-height: 1.5;
}

/* Info Widget */
.pg-faq .pg-info-widget {
	background: var(--pg-primary);
	color: white;
	border: none;
}

.pg-faq .pg-info-item {
	margin-bottom: 10px;
	font-size: 0.9rem;
}

.pg-faq .pg-info-item:last-child { margin-bottom: 0; }
.pg-faq .pg-info-item strong { display: block; color: var(--pg-gold); margin-bottom: 2px; }

/* Footer */
.pg-faq .pg-footer {
	background: #111;
	color: #888;
	padding: 30px 0;
	font-size: 0.85rem;
	text-align: center;
}

.pg-faq .pg-footer .pg-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pg-faq .pg-socials a {
	color: #888;
	text-decoration: none;
	margin: 0 5px;
	transition: 0.3s;
}

.pg-faq .pg-socials a:hover { color: white; }



/* =========================================
	TOP HERO SECTION
========================================= */
.py-ts-hero-section {
	background: linear-gradient(135deg, rgba(29, 112, 68, 0.8) 0%, rgba(21, 84, 51, 0.8) 100%), url(../../images/testimonial/certificate.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-blend-mode: multiply;
    color: #ffffff;
    padding: 1rem 0.75rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.py-ts-hero-content {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	animation: py-ts-fadeIn 1s ease-out;
}

.py-ts-hero-subtitle {
	display: inline-block;
	color: #9ccf68;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	font-weight: 700;
}

.py-ts-hero-title {
	font-family: 'Sora', sans-serif;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #fff;
}

.py-ts-hero-text {
	font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Jost', sans-serif;
    font-weight: 100;
}

.py-ts-hero-stats-bar {
	display: inline-flex;
	align-items: center;
	/* Clean Glassmorphism (No Image) */
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 1rem 2rem;
	border-radius: 50px;
	border: 1px solid rgba(156, 207, 104, 0.3);
	gap: 1.5rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	font-family: 'Sora', sans-serif;
	/* Default: Visible */
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.py-ts-mini-stat {
	font-size: 0.9rem;
	color: #ffffff;
}

.py-ts-mini-stat strong {
	color: #9ccf68;
	font-size: 1.1rem;
}

.py-ts-mini-divider {
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,0.2);
}

/* =========================================
	SPLIT LAYOUT WRAPPER (SCROLLING LOGIC)
========================================= */
.py-ts-layout-wrapper {
	display: flex;
	flex-direction: column; /* Mobile: content stacked */
	width: 100%;
	position: relative;
}

@media (min-width: 992px) {
	.py-ts-layout-wrapper {
		flex-direction: row; /* Desktop: Side by Side */
		align-items: flex-start; /* CRITICAL for sticky */
	}
}

/* =========================================
	RIGHT COLUMN (STICKY BRAND CONTENT)
========================================= */
.py-ts-right-column {
	background-color: #1d7044;
	color: #ffffff;
	width: 100%;
	order: 1; /* Mobile: Show Brand info first */
}

@media (min-width: 992px) {
	.py-ts-right-column {
		width: 40%;
		order: 2; /* Desktop: Right side */
		position: sticky;
		top: 0;
		height: 100vh; /* Takes full viewport height */
		overflow: hidden; /* Hide overflow */
	}
}

.py-ts-sticky-wrapper {
	padding: 4rem 3rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* Updated background with image blend */
	background: linear-gradient(135deg, rgba(29, 112, 68, 0.95) 0%, rgba(21, 84, 51, 0.9) 100%),
	url('../../images/testimonial/right_img.jpg');
	background-size: cover;
	background-blend-mode: multiply;
	position: relative;
}

@media (max-width: 991px) {
	.py-ts-sticky-wrapper {
		padding: 3rem 1.5rem;
		height: auto;
	}
}

.py-ts-brand-badge {
	font-family: 'DM Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.8rem;
	color: #9ccf68;
	margin-bottom: 1.5rem;
	font-weight: 700;
}

.py-ts-main-title {
	font-family: 'Sora', sans-serif;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	color: white;
}


.py-ts-highlight-text {
	color: #9ccf68;
	font-style: italic;
}

.py-ts-brand-desc {
	font-size: 1.1rem;
    color: #9ccf68;
    margin-bottom: 3rem;
    font-family: 'Jost', sans-serif;
}

.py-ts-action-area {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 768px) {
	.py-ts-action-area {
		flex-direction: row;
	}
}

.py-ts-btn-primary {
	background-color: #9ccf68;
	color: #1d7044;
	padding: 1rem 2rem;
	border-radius: 50px;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.py-ts-btn-primary:hover {
	background-color: #ffffff;
    transform: translateY(-2px);
    color: #1d7044;
}

.py-ts-btn-secondary {
	background-color: transparent;
	border: 2px solid #9ccf68;
	color: #9ccf68;
	padding: 1rem 2rem;
	border-radius: 50px;
	font-weight: 700;
	text-align: center;
}
.py-ts-btn-secondary:hover {
	background-color: rgba(156, 207, 104, 0.1);
	color: #ffffff;
	border-color: #ffffff;
}

.py-ts-trust-indicator {
	margin-top: 2rem;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.py-ts-check {
	color: #9ccf68;
	font-weight: bold;
}

/* =========================================
	LEFT COLUMN (SCROLLING REVIEWS)
========================================= */
.py-ts-left-column {
	background-color: #ffffff;
	padding: 1.5rem 0.75rem;
	flex: 1;
	order: 2; /* Mobile: reviews second */
}

@media (min-width: 992px) {
	.py-ts-left-column {
		order: 1; /* Desktop: reviews first (left) */
		padding: 1.5rem 0.75rem;
	}
}

.py-ts-reviews-container {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 0px 20px;
}

/* Review Card Styles */
.py-ts-review-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 2.5rem;
	box-shadow: 0 5px 20px rgba(29, 112, 68, 0.05);
	border: 1px solid rgba(156, 207, 104, 0.15);
	
	/* Default: Visible */
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
}

.py-ts-review-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(29, 112, 68, 0.1);
	border-color: #9ccf68;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.py-ts-card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5rem;
}

.py-ts-user-info {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.py-ts-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #9ccf68;
}

.py-ts-user-name {
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
	color: #1d7044;
	font-weight: 700;
}

.py-ts-user-role {
	font-size: 0.8rem;
	color: #666;
}

.py-ts-rating {
	color: #f59e0b;
	letter-spacing: 2px;
}

.py-ts-review-text {
	font-size: 1rem;
	color: #4a5568;
	line-height: 1.8;
	margin-bottom: 1rem;
	font-style: italic;
}

.py-ts-review-date {
	font-size: 0.75rem;
	color: #999;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	border-top: 1px solid #eee;
	padding-top: 1rem;
}

/* Featured Card */
.py-ts-featured {
	border-left: 4px solid #1d7044;
	background: #fcfdfc;
	position: relative;
}

.py-ts-featured-badge {
	position: absolute;
	top: -10px;
	right: 20px;
	background: #1d7044;
	color: white;
	padding: 0.25rem 0.8rem;
	border-radius: 20px;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.py-ts-scroll-more {
	text-align: center;
	margin-top: 3rem;
	color: #1d7044;
	font-size: 0.9rem;
	opacity: 0.5;
}

/* =========================================
	WHY SECTION
========================================= */
.py-ts-why-section {
	background: #ffffff;
    padding: 2rem 0rem;
    border-top: 1px solid #eee;
}

.py-ts-container {
	max-width: 1200px;
	margin: 0 auto;
}

.py-ts-section-header {
	text-align: center;
    margin-bottom: 0rem;
}

.py-ts-subtitle {
	display: block;
    color: #9ccf68;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Jost', sans-serif;
}

.py-ts-section-header h2 {
	font-family: 'Sora', sans-serif;
    font-size: 2.5rem;
    color: #1d7044;
    margin: 0px;
}

.py-ts-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 3rem;
}

.py-ts-feature-box {
	text-align: center;
	padding: 2rem;
	transition: 0.3s;
}

.py-ts-feature-box:hover {
	transform: translateY(-10px);
}

.py-ts-icon {
	font-size: 3rem;
	margin-bottom: 1.5rem;
	display: inline-block;
	background: #f8fcf9;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
}

.py-ts-feature-box h3 {
	font-family: 'Sora', sans-serif;
    font-size: 1.5rem;
    color: #1d7044;
    margin-bottom: 0rem;
}

.py-ts-feature-box p {
	color: #666;
    font-size: 1rem;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    margin: 0;
}

/* =========================================
	HOW IT WORKS SECTION
========================================= */
.py-ts-how-it-works-section {
	background-color: #f8fcf9;
	padding: 1rem 0rem;
	border-top: 1px solid #eee;
}

.py-ts-process-steps {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    counter-reset: step-counter;
    padding: 20px 0px 0px;
}

.py-ts-process-step {
	flex: 1 1 200px;
	max-width: 280px;
	text-align: center;
	position: relative;
	/* Default: Visible */
	opacity: 1;
	transform: translateY(0);
	transition: all 0.6s ease;
}

.py-ts-step-icon {
	width: 80px;
	height: 80px;
	background: #ffffff;
	border: 2px solid #9ccf68;
	color: #1d7044;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 1.5rem;
	position: relative;
	z-index: 2;
	box-shadow: 0 5px 15px rgba(29, 112, 68, 0.08);
}

.py-ts-step-num {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #1d7044;
	color: white;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-size: 0.8rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid white;
}

.py-ts-emoji {
	padding: 10px;
}

/* Connector line for desktop */
@media (min-width: 992px) {
	.py-ts-process-step:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 40px;
		left: 50%;
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, #9ccf68 50%, transparent 50%);
		background-size: 10px 100%;
		z-index: 1;
	}
}

.py-ts-process-step h3 {
	color: #1d7044;
    margin-bottom: 0px;
    font-family: 'Jost', sans-serif;
    font-size: 1.25rem;
}

.py-ts-process-step p {
	color: #666;
    line-height: 1.5;
    font-size: 10px;
	margin: 0px 0px;
}

/* =========================================
	JOURNEY SECTION (HORIZONTAL UP-DOWN TIMELINE)
========================================= */
.py-ts-journey-section {
	background: #1d7044;
	padding: 6rem 1.5rem;
	color: white;
	position: relative;
	overflow: hidden;
}

.py-ts-journey-header {
	text-align: center;
	margin-bottom: 4rem;
	position: relative;
	z-index: 2;
}

.py-ts-journey-header h2 {
	font-family: 'Playfair Display', serif;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.py-ts-journey-header p {
	color: rgba(255,255,255,0.8);
	font-size: 1.1rem;
	max-width: 600px;
	margin: 0 auto;
}

/* Base Timeline (Mobile Defaults - Vertical) */
.py-ts-timeline {
	position: relative;
	max-width: 500px; /* Mobile width constraint */
	margin: 0 auto;
}

.py-ts-timeline::after {
	content: '';
	position: absolute;
	width: 2px;
	background-color: rgba(156, 207, 104, 0.4);
	top: 0;
	bottom: 0;
	left: 20px;
	margin-left: -1px;
	z-index: 0;
}

.py-ts-timeline-item {
	position: relative;
	margin-bottom: 3rem;
	z-index: 1;
	/* Default: Visible */
	opacity: 1;
	transform: translateY(0);
	transition: all 0.8s ease;
}

.py-ts-timeline-marker {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #9ccf68;
	border: 4px solid #1d7044;
	border-radius: 50%;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 0 4px rgba(156, 207, 104, 0.3);
}

.py-ts-timeline-icon {
	font-size: 1.2rem;
	line-height: 1;
}

.py-ts-timeline-content {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(156, 207, 104, 0.2);
	padding: 1.5rem;
	border-radius: 12px;
	margin-left: 60px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	transition: transform 0.3s ease;
}

.py-ts-timeline-img {
	width: 100%;
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
}

.py-ts-timeline-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.py-ts-timeline-content:hover .py-ts-timeline-img img {
	transform: scale(1.1);
}

.py-ts-step-label {
	display: block;
	color: #9ccf68;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.py-ts-timeline-text h3 {
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.py-ts-timeline-text p {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
}


/* =========================================
	DESKTOP JOURNEY (HORIZONTAL WAVE)
========================================= */
@media (min-width: 992px) {
	
	.py-ts-timeline {
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		/* Increased min-height to accommodate up/down cards */
		min-height: 550px; 
		padding: 0;
		margin-top: 2rem;
	}
	
	/* Horizontal Center Line */
	.py-ts-timeline::after {
		top: 50%;
		bottom: auto;
		left: 0;
		width: 100%;
		height: 2px;
		transform: translateY(-50%);
		margin-left: 0;
	}
	
	.py-ts-timeline-item {
		width: 23%;
		margin-bottom: 0;
		display: flex;
		justify-content: center; /* Center horizontally relative to item width */
		position: relative; /* Static positioning context for marker/lines */
	}
	
	/* Vertical Connector Lines */
	.py-ts-timeline-item::before {
		content: '';
		position: absolute;
		width: 2px;
		background: rgba(156, 207, 104, 0.4);
		left: 50%;
		transform: translateX(-50%);
		z-index: 0;
	}
	
	/* Odd Items: Content TOP, Marker Middle */
	.py-ts-timeline-item:nth-child(odd)::before {
		bottom: 50%; /* Start from middle */
		height: 50px; /* Length of connector up */
		top: auto;
	}
	
	/* Even Items: Content BOTTOM, Marker Middle */
	.py-ts-timeline-item:nth-child(even)::before {
		top: 50%; /* Start from middle */
		height: 50px; /* Length of connector down */
		bottom: auto;
	}
	
	/* Center markers on the horizontal line */
	.py-ts-timeline-marker {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 50px;
		height: 50px;
	}
	
	/* Position Content Absolute relative to Item */
	.py-ts-timeline-content {
		position: absolute;
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding: 1.5rem;
	}
	
	/* Odd Content Positions (UP) */
	.py-ts-timeline-item:nth-child(odd) .py-ts-timeline-content {
		bottom: 50%;
		margin-bottom: 50px; /* Matches connector height */
	}
	
	/* Even Content Positions (DOWN) */
	.py-ts-timeline-item:nth-child(even) .py-ts-timeline-content {
		top: 50%;
		margin-top: 50px; /* Matches connector height */
	}
	
	/* Adjust text alignment for vertical layout inside card */
	.py-ts-timeline-content {
		align-items: center;
	}
	
	.py-ts-timeline-img {
		height: 120px; /* Compact image for cards */
		margin-bottom: 0.5rem;
	}
}


/* =========================================
	FOOTER
========================================= */
.py-ts-footer {
	background: #155433;
	padding: 3rem 1.5rem;
	color: white;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.py-ts-footer-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: 2rem;
}

.py-ts-footer-brand h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.5rem;
	margin-bottom: 0.2rem;
}

.py-ts-footer-brand p {
	font-size: 0.9rem;
	color: #9ccf68;
	font-style: italic;
}

.py-ts-footer-links {
	display: flex;
	gap: 2rem;
}

.py-ts-footer-links a {
	color: rgba(255,255,255,0.8);
	font-size: 0.9rem;
}

.py-ts-footer-links a:hover {
	color: #9ccf68;
}

.py-ts-copyright {
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 2rem;
	font-size: 0.8rem;
	color: rgba(255,255,255,0.5);
}

/* =========================================
	ANIMATIONS
========================================= */
@keyframes py-ts-fadeIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

/* =========================================
	UTILITIES FOR JS ANIMATION
========================================= */
/* Only applied when JS is active */
.py-ts-hidden {
	opacity: 0 !important;
	transform: translateY(20px) !important;
}

.py-ts-visible {
	opacity: 1 !important;
	transform: translateY(0) !important;
}


.py-timeline-box {
	
	margin-top: 25px;
	
}

.py-title {
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:2px;
	display:flex;
	gap:10px;
	align-items:center;
	margin-bottom:8px;
}

.py-title-icon{
	width:12px;
	height:12px;
	border-radius:50%;
	background:#9ccf68;
	box-shadow:0 0 14px #9ccf68;
}

.py-subtitle{
	font-size:14px;
	color:#d1d5db;
	margin-bottom:18px;
}


.py-track-wrap{
	margin-bottom: 25px;
	position:relative;
}

.py-track {
    height: 4px;
    border-radius: 100px;
    position: relative;
    background: #1d7044;
    overflow: hidden;
}

.py-track::before {
    content: "";
    position: absolute;
    left: -50%;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, transparent, #9ccf68, transparent);
    animation: pyShine 15s linear infinite;
}

@keyframes pyShine {
    0% { left: -50%; }
    100% { left: 100%; }
}


.py-track-label{
	position:absolute;
	top:-20px;
	right:0;
	font-size:11px;
	color:#d1d5db;
	letter-spacing:2px;
	text-transform:uppercase;
}


.py-item{ position:relative; width:100%; margin:auto; }

.py-badge{
	position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.py-dot{
	width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff, #9ccf68, #1d7044);
    border: 2px solid #ecfccb;
    box-shadow: 0 0 14px #9ccf68;
    margin: -8px auto 4px;
}

.py-phase{
	font-size:11px;
	padding:2px 8px;
	border-radius:20px;
	background:#0c2017;
	border:1px solid #d1d5db;
	color:#d1d5db;
	text-transform:uppercase;
	letter-spacing:1px;
}

.py-card{
	background:linear-gradient(145deg,#07140f,#0c2017);
	border:1px solid #4f7860;
	padding:14px;
	border-radius:16px;
	box-shadow:0 10px 20px rgba(0,0,0,0.5);
	transition:0.2s;
	height: 215px;
}

.py-card:hover{
	border-color:#9ccf68;
	transform:translateY(-6px);     
	background: linear-gradient(145deg, #1d7044, #0c2017);
    border: 1px solid #1d7044;    
    box-shadow: 0 10px 20px #1d7044de;
}

.py-label{
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#9ccf68;
	margin-bottom:4px;
}

.py-heading{
	font-size: 16px;
    color: #f5f0da;
    margin-bottom: 4px;
    font-family: 'Sora', sans-serif;
}

.py-meta{color:#d1d5db; font-size:12px; margin-bottom:8px;}
.py-body{font-size:13px; color:#f9fafb; line-height:1.45;}

.py-tag-row{display:flex; gap:6px; margin-top:6px; flex-wrap:wrap;}
.py-tag{
	padding: 5px 12px;
    font-size: 10px;
    background: #07140f;
    border: 1px solid #4f7860;
    border-radius: 8px;
    color: #d1d5db;
    margin-left: auto;
    font-weight: 600;
}
.py-tag a{
    color: #d1d5db !Important;   
}

/* =========================================
	HERO SECTION
========================================= */
.pj-gal-hero {
	background: linear-gradient(135deg, rgba(29, 112, 68, 0.85) 0%, rgba(21, 84, 51, 0.9) 100%), 
	url('../../images/gallery/puja/IMG_P4.jpg'); 
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	color: #ffffff;
	padding: 1.5rem 0rem 2rem;
	text-align: center;
}

.pj-gal-hero-content {
	max-width: 800px;
	margin: 0 auto;
	animation: pj-fadeIn 1s ease-out;
}

.pj-gal-subtitle {
	display: inline-block;
	color: #9ccf68;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 1rem;
	font-weight: 700;
}

.pj-gal-title {
	font-family: 'Sora', sans-serif;
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    color: #fff !important;
}

.pj-gal-text {
	font-size: 1.2rem;
	color: rgba(255,255,255,0.9);
	max-width: 600px;
	margin: 0 auto;
}

/* =========================================
	SHARED SECTION STYLES
========================================= */
.pj-gal-section {
	padding: 1rem 0.5rem;
	border-bottom: 1px solid rgba(29, 112, 68, 0.05);
}

.pj-gal-section:nth-child(even) {
	background-color: white;
}

.pj-gal-container {
	max-width: 1200px;
	margin: 0 auto;
}

.pj-gal-header {
	text-align: center;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.pj-gal-header h2 {
	font-family: 'Sora', sans-serif;
	font-size: 2.5rem;
	color: #1d7044;
	margin-bottom: 0.5rem;
}

.pj-gal-header p {
	color: #666;
    font-size: 1.05rem;
    margin: 0px;
    font-family: 'Jost', sans-serif;
}

/* =========================================
	GRID LAYOUTS
========================================= */

/* 1. Masonry Grid (Pinterest Style) - For Action Shots */
.pj-gal-masonry-grid {
	column-count: 3;
	column-gap: 1.5rem;
}

/* 2. Standard Grid (Uniform) - For Rooms/Certificates */
.pj-gal-standard-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5rem;
}

/* 3. Highlight Grid (1 Big, 2 Small) - For Feature Sections */
.pj-gal-highlight-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 992px) {
	.pj-gal-masonry-grid { column-count: 3; }
	.pj-gal-highlight-grid { 
		grid-template-columns: 2fr 1fr; 
		grid-template-rows: repeat(2, 250px);
	}
	.pj-gal-highlight-item-large {
		grid-row: 1 / -1;
		grid-column: 1 / 2;
		height: 100%;
	}
}

@media (max-width: 991px) and (min-width: 600px) {
	.pj-gal-masonry-grid { column-count: 2; }
}

@media (max-width: 600px) {
	.pj-gal-masonry-grid { column-count: 1; }
}

/* =========================================
	CARD STYLES
========================================= */
.pj-gal-card {
	background: white;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 1.5rem; /* For masonry vertical spacing */
	break-inside: avoid;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	cursor: pointer;
}

/* Standard Grid Adjustment to remove bottom margin needed for Masonry */
.pj-gal-standard-grid .pj-gal-card,
.pj-gal-highlight-grid .pj-gal-card {
	margin-bottom: 0; 
	height: 100%; /* Fill height */
}

.pj-gal-standard-grid .pj-gal-card img,
.pj-gal-highlight-grid .pj-gal-card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	min-height: 300px;
}

.pj-gal-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(29, 112, 68, 0.15);
	z-index: 2;
}

.pj-gal-card img {
	width: 100%;
	height: auto; 
	display: block;
}

/* OVERLAY */
.pj-gal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(29, 112, 68, 0.9), transparent 60%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2rem;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.pj-gal-card:hover .pj-gal-overlay {
	opacity: 1;
}

.pj-gal-tag {
	background-color: #9ccf68;
	color: #1d7044;
	padding: 0.25rem 0.75rem;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	align-self: flex-start;
	margin-bottom: 0.5rem;
	transform: translateY(20px);
	transition: transform 0.4s ease;
}

.pj-gal-desc {
	color: white;
	font-family: 'Jost', sans-serif;
	font-size: 1.25rem;
	transform: translateY(20px);
	transition: transform 0.4s ease 0.1s;
}

.pj-gal-card:hover .pj-gal-tag,
.pj-gal-card:hover .pj-gal-desc {
	transform: translateY(0);
}

/* =========================================
	CTA & FOOTER
========================================= */
.pj-gal-cta {
	background-color: #1d7044;
	padding: 6rem 1.5rem;
	text-align: center;
	color: white;
}

.pj-gal-btn {
	display: inline-block;
	background: #9ccf68;
	color: #1d7044;
	padding: 1rem 2.5rem;
	border-radius: 50px;
	font-weight: 700;
	margin-top: 2rem;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.pj-gal-btn:hover {
	background: #ffffff;
	color: #1d7044;
	transform: translateY(-2px);
}

.pj-gal-footer {
	background: #155433;
	padding: 3rem 1.5rem;
	color: rgba(255,255,255,0.7);
	text-align: center;
	font-size: 0.9rem;
	border-top: 1px solid rgba(255,255,255,0.1);
}

@keyframes pj-fadeIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

/* =========================================
	MINIMAL BOOTSTRAP GRID IMPLEMETATION
	(To satisfy "row col-8 col-4" request without external lib)
========================================= */



/* =========================================
	HERO SECTION
========================================= */
.pj-bl-hero {
	background: linear-gradient(135deg, rgba(29, 112, 68, 0.9) 0%, rgba(21, 84, 51, 0.95) 100%), 
	url('https://images.unsplash.com/photo-1545389336-cf090694435e?q=80&w=1600&auto=format&fit=crop');
	background-size: cover;
	background-position: center;
	color: #ffffff;
	padding: 8rem 0 10rem; /* Extra padding bottom for overlap effect */
	text-align: center;
	position: relative;
}

.pj-bl-subtitle {
	display: inline-block;
	color: #9ccf68;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	font-weight: 700;
}

.pj-bl-hero h1 {
	font-family: 'Playfair Display', serif;
	font-size: 3.5rem;
	margin-bottom: 1rem;
}

.pj-bl-hero p {
	font-size: 1.2rem;
	opacity: 0.9;
	max-width: 600px;
	margin: 0 auto;
}

/* =========================================
	BLOG LIST (LEFT SIDE)
========================================= */
.pj-bl-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.04);
	margin-bottom: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid rgba(29, 112, 68, 0.05);
	display: flex;
	flex-direction: column;
}
.pj-bl-cat-list {
	list-style: none;
}
.pj-bl-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(29, 112, 68, 0.1);
}

.pj-bl-img-wrapper {
	position: relative;
	overflow: hidden;
	height: 250px; /* Fixed height for consistency */
}

.pj-bl-img-wrapper img {
	width: 100%;
	height: 100%;		
	transition: transform 0.6s ease;
}

.pj-bl-card:hover .pj-bl-img-wrapper img {
	transform: scale(1.05);
}

.pj-bl-category-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #9ccf68;
	color: #1d7044;
	padding: 0.3rem 0.9rem;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	z-index: 2;
	opacity:0;
}
.pj-bl-card:hover .pj-bl-category-badge {
	opacity:1;
}

.pj-bl-content {
	padding: 15px 15px 15px;
}

.pj-bl-meta {
	display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-family: 'Jost', sans-serif;
}

.pj-bl-meta span {
	display: flex;
	align-items: center;
	margin-right: 1.5rem;
}

.pj-bl-meta i { margin-right: 0.5rem; color: #9ccf68; }

.pj-bl-title {
	font-family: 'Sora', sans-serif;
    font-size: 20px;
    color: #1d7044;
    margin: 1rem 0px 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pj-bl-title a { color: #1d7044; }
.pj-bl-title a:hover { color: #9ccf68; }

.pj-bl-excerpt {
	color: #666;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pj-bl-btn {
	display: block;
    align-items: center;
    color: #fff !important;
    font-weight: 700;
    padding: 10px;
    font-size: 0.95rem;
    text-align: center;
    background-color: #1d7044;
    width: 100%;
    border-radius: 8px;
}

.pj-bl-btn:hover {
	color: #9ccf68;
	border-color: #1d7044;
}

/* =========================================
	SIDEBAR (RIGHT SIDE)
========================================= */
.pj-bl-sidebar-widget {
	background: white;
    padding: 2rem 2rem 0rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 1rem;
    border: 1px solid rgba(29, 112, 68, 0.05);
    font-family: 'Jost', sans-serif;
}

.pj-bl-widget-title {
	font-family: 'Sora', sans-serif;
    font-size: 1.4rem;
    color: #1d7044;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #f0f0f0;
}

.pj-bl-widget-title::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #9ccf68;
}

/* Search Box */
.pj-bl-search-box {
	display: flex;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	overflow: hidden;
}

.pj-bl-search-box input {
	flex: 1;
	border: none;
	padding: 0.8rem;
	outline: none;
	color: #555;
}

.pj-bl-search-box button {
	background: #1d7044;
	color: white;
	border: none;
	padding: 0 1rem;
	cursor: pointer;
}
.pj-bl-search-box button:hover { background: #155433; }

/* Categories */
.pj-bl-cat-list li {
	border-bottom: 1px solid #f9f9f9;
}
.pj-bl-cat-list li:last-child { border-bottom: none; }

.pj-bl-cat-link {
	display: flex;
	justify-content: space-between;
	padding: 0.8rem 0;
	color: #555;
	font-weight: 500;
	font-size: 0.95rem;
}

.pj-bl-cat-link:hover {
	color: #1d7044;
	padding-left: 5px;
}

.pj-bl-count {
	background: #f1f8f3;
	color: #1d7044;
	font-size: 0.75rem;
	padding: 0.2rem 0.6rem;
	border-radius: 50px;
	font-weight: 700;
}

/* Top Posts */
.pj-bl-post-item {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.pj-bl-post-item:last-child { margin-bottom: 15px; }

.pj-bl-post-thumb {
	width: 70px;
	height: 70px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
}

.pj-bl-post-info h4 {
	font-size: 0.95rem;
	line-height: 1.4;
	margin-bottom: 0.3rem;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
}

.pj-bl-post-info h4 a:hover { color: #1d7044; }

.pj-bl-post-date {
	font-size: 0.75rem;
	color: #999;
}

/* CTA Widget */
.pj-bl-cta-widget {
	background: #1d7044;
	color: white;
	text-align: center;
	background-image: radial-gradient(circle at 10% 20%, rgba(156, 207, 104, 0.1) 0%, transparent 20%);
	padding: 3rem 2rem;
}

.pj-bl-cta-widget h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}

.pj-bl-cta-widget p {
	font-size: 0.95rem;
	opacity: 0.9;
	margin-bottom: 1.5rem;
}

.pj-bl-cta-btn {
	display: inline-block;
	background: #9ccf68;
	color: #1d7044;
	padding: 0.8rem 1.8rem;
	border-radius: 50px;
	font-weight: 700;
	font-size: 0.9rem;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.pj-bl-cta-btn:hover {
	background: white;
	transform: translateY(-2px);
}

/* Tag Cloud */
.pj-bl-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pj-bl-tag-cloud a {
	background: #f1f8f3;
	color: #555;
	padding: 0.3rem 0.8rem;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 500;
}
.pj-bl-tag-cloud a:hover {
	background: #1d7044;
	color: white;
}

/* Footer */
.pj-bl-footer {
	background: #155433;
	padding: 3rem 0;
	text-align: center;
	color: rgba(255,255,255,0.7);
	margin-top: 5rem;
	font-size: 0.9rem;
	border-top: 1px solid rgba(255,255,255,0.1);
}

/* =========================================
	GRID SYSTEM (Reused & Scoped)
========================================= */


.pj-bdpg-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -24px;
	margin-left: -24px;
}

.pj-bdpg-col-main {
	position: relative;
	width: 100%;
	padding: 0 24px;
}

.pj-bdpg-col-sidebar {
	position: relative;
	width: 100%;
	padding: 0 24px;
}

@media (min-width: 992px) {
	.pj-bdpg-col-main {
		flex: 0 0 65%; /* Adjusted for magazine proportion */
		max-width: 65%;
	}
	.pj-bdpg-col-sidebar {
		flex: 0 0 35%; /* Wider sidebar for form visibility */
		max-width: 35%;
	}
}

@media (max-width: 991px) {
	.pj-bdpg-col-sidebar { margin-top: 4rem; }
}

/* =========================================
	HERO & HEADER
========================================= */
.pj-bdpg-header {
	padding: 1rem 0 0.5rem;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1rem;
}

.pj-bdpg-breadcrumbs {
	font-size: 0.8rem;
	color: #1d7044;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	display: inline-block;
	border-bottom: 1px solid rgba(29, 112, 68, 0.2);
	padding-bottom: 5px;
}

.pj-bdpg-breadcrumbs a:hover { color: #0b3d22; }
.pj-bdpg-breadcrumbs span { margin: 0 0.5rem; color: #ccc; }

.pj-bdpg-title {
	font-family: 'Sora', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1d7044;
    line-height: 1.15;
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
}

.pj-bdpg-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
	font-size: 0.9rem;
	color: #64748b;
	margin-bottom: 1rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.pj-bdpg-meta-item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-family: 'Jost', sans-serif;
}

.pj-bdpg-meta-item i { color: #1d7044; }

/* FEATURED IMAGE STYLES - Now in column */
.pj-bdpg-featured-img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
	border-radius: 4px; 
	margin-bottom: 3rem;
	/* Subtle shadow for magazine feel */
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* =========================================
	CONTENT STYLES
========================================= */
.pj-bdpg-content {
	font-size: 1.2rem;
	color: #2d3748;
	line-height: 2;
	font-weight: 300; 
}

/* Editorial Drop Cap */
.pj-bdpg-drop-cap::first-letter {
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 5.5rem;
	line-height: 0.8;
	padding-right: 1rem;
	padding-top: 0.5rem;
	color: #1d7044;
	font-weight: 700;
}

.pj-bdpg-content p {
	margin-bottom: 2rem;
}

.pj-bdpg-content h2 {
	font-family: 'Playfair Display', serif;
	color: #1a202c;
	font-size: 2.2rem;
	font-weight: 600;
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	letter-spacing: -0.5px;
	position: relative;
}

.pj-bdpg-content h3 {
	font-family: 'Playfair Display', serif;
	color: #2d3748;
	font-size: 1.6rem;
	font-style: italic;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

/* Lists */
.pj-bdpg-content ul, .pj-bdpg-content ol {
	margin-bottom: 2rem;
	padding-left: 0;
}

.pj-bdpg-content li {
	margin-bottom: 1rem;
	padding-left: 2rem;
	position: relative;
}

.pj-bdpg-content li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #9ccf68; 
	border: 1px solid #1d7044;
}

/* Premium Blockquote */
.pj-bdpg-quote {
	position: relative;
	margin: 3.5rem 0;
	padding: 2.5rem 2rem;
	text-align: center;
	background: #f8faf9; /* Added background for magazine boxout feel */
	border-top: 1px solid #1d7044;
	border-bottom: 1px solid #1d7044;
}

.pj-bdpg-quote::before, .pj-bdpg-quote::after {
	display: none; /* Removed the lines */
}

.pj-bdpg-quote p {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	font-style: italic;
	color: #155433;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.pj-bdpg-quote cite {
	font-family: 'DM Sans', sans-serif;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #888;
	font-style: normal;
}

/* Inline Image */
.pj-bdpg-inline-img {
	border-radius: 4px;
	margin: 3.5rem 0 1.5rem;
	width: 100%;
	height: auto;
	filter: contrast(1.05);
}

.pj-bdpg-img-caption {
	text-align: center;
	font-size: 0.85rem;
	color: #718096;
	margin-bottom: 3.5rem;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

/* Section Divider */
.pj-bdpg-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin: 4rem 0;
	opacity: 0.3;
}
.pj-bdpg-divider::before, .pj-bdpg-divider::after {
	content: '';
	height: 1px;
	width: 80px;
	background: #1d7044;
}
.pj-bdpg-divider span {
	color: #1d7044;
	font-size: 1.5rem;
}

/* Tags */
.pj-bdpg-tags {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #e2e8f0;
	display: flex;
	gap: 0.8rem;
	flex-wrap: wrap;
}

.pj-bdpg-tag {
	background: transparent;
	border: 1px solid #cbd5e0;
	padding: 0.5rem 1.2rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #718096;
	transition: 0.3s;
	font-weight: 500;
}

.pj-bdpg-tag:hover {
	border-color: #1d7044;
	color: #1d7044;
	background: rgba(29, 112, 68, 0.05);
}

/* =========================================
	AUTHOR BOX
========================================= */
.pj-bdpg-author-box {
	background: #fff;
	padding: 2.5rem;
	margin-top: 3rem;
	display: flex;
	align-items: start;
	gap: 2rem;
	border: 1px solid #edf2f7;
	box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.pj-bdpg-author-img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	flex-shrink: 0;
	filter: grayscale(100%);
	transition: 0.3s;
}

.pj-bdpg-author-box:hover .pj-bdpg-author-img {
	filter: grayscale(0%);
}

.pj-bdpg-author-info h4 {
	font-family: 'Playfair Display', serif;
	font-size: 1.6rem;
	color: #1a202c;
	margin-bottom: 0.5rem;
}

.pj-bdpg-author-info span {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #1d7044;
	margin-bottom: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.pj-bdpg-author-info p {
	font-size: 0.95rem;
	color: #4a5568;
	margin-bottom: 0;
	line-height: 1.7;
}

/* =========================================
	SIDEBAR STYLES
========================================= */
.pj-bdpg-sidebar {
	position: sticky;
	top: 2rem;
}

.pj-bdpg-widget {
	padding: 2rem 0;
	border-bottom: 1px solid #edf2f7;
}
.pj-bdpg-widget:first-child { padding-top: 0; }
.pj-bdpg-widget:last-child { border-bottom: none; }

.pj-bdpg-widget-title {
	font-family: 'Sora', sans-serif;
	font-size: 1.3rem;
	color: #1a202c;
	margin-bottom: 1.5rem;
	letter-spacing: -0.5px;
	border-left: 3px solid #1d7044;
	padding-left: 1rem;
}

/* Enquiry Form Styles - Compact for Magazine Layout */
.pj-bdpg-enquiry-form {
	background: #f8faf9;
	padding: 1.5rem;
	border: 1px solid #e2e8f0;
}
.pj-bdpg-form-group {
	margin-bottom: 1rem;
}
.pj-bdpg-form-group label {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #718096;
	margin-bottom: 0.3rem;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.pj-bdpg-form-group input,
.pj-bdpg-form-group select,
.pj-bdpg-form-group textarea {
	width: 100%;
	padding: 0.6rem;
	border: 1px solid #e2e8f0;
	border-radius: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 0.85rem;
	color: #2d3748;
	background: #fff;
}
.pj-bdpg-form-group input:focus,
.pj-bdpg-form-group select:focus,
.pj-bdpg-form-group textarea:focus {
	outline: none;
	border-color: #1d7044;
}
.pj-bdpg-submit-btn {
	width: 100%;
	background: #1a202c; /* Darker button for contrast */
	color: white;
	padding: 0.8rem;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 0.75rem;
	cursor: pointer;
	transition: 0.3s;
}
.pj-bdpg-submit-btn:hover {
	background: #1d7044;
}

/* Table of Contents */
.pj-bdpg-toc-list {
	padding-left: 0;
}

.pj-bdpg-toc-list li {
	margin-bottom: 0.5rem;
	padding-left: 0;
}

.pj-bdpg-toc-list li::before { display: none; }

.pj-bdpg-toc-list a {
	display: block;
	font-size: 0.9rem;
	color: #718096;
	font-weight: 500;
	transition: 0.2s;
}

.pj-bdpg-toc-list a:hover {
	color: #1d7044;
	transform: translateX(5px);
}

/* Related Posts Small */
.pj-bdpg-related-item {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
	align-items: center;
}

.pj-bdpg-related-thumb {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 0;
}

.pj-bdpg-related-info h5 {
	font-family: 'Sora', sans-serif;
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 0.3rem;
	color: #2d3748;
}

.pj-bdpg-related-info span {
	font-size: 0.7rem;
	color: #a0aec0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* CTA Box */
.pj-bdpg-cta-box {
	background-color: #1d7044;
	color: white;
	padding: 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

/* =========================================
	NAVIGATION
========================================= */
.pj-bdpg-nav-links {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
	gap: 2rem;
	border-top: 1px solid #f0f0f0;
	padding-top: 1rem;
}

.pj-bdpg-nav-link {
	flex: 1;
	transition: 0.3s;
}

.pj-bdpg-nav-link:hover .pj-bdpg-nav-title {
	color: #1d7044;
}

.pj-bdpg-nav-label {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #a0aec0;
	margin-bottom: 0.5rem;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.pj-bdpg-nav-title {
	font-family: 'Sora', sans-serif;
    font-size: 1.2rem;
    color: #2d3748;
    margin: 0px;
    transition: 0.3s;
}
.pj-bdpg-related-item img {
	width: 100px;
    border-radius: 10px;
}
/* Mobile Adjustments */
@media (max-width: 768px) {
	.pj-bdpg-title { font-size: 1.5rem; line-height: 35px; }
	.pj-bdpg-meta { flex-direction: row; gap: 0.8rem; }
	.pj-bdpg-author-box { flex-direction: column; text-align: center; }
	.pj-bdpg-drop-cap::first-letter { font-size: 4.5rem; }
	.pj-bdpg-quote { padding: 2rem 1rem; }
	.pj-bdpg-quote p { font-size: 1.5rem; }
	.pj-bdpg-header { padding: 0rem 0 0rem; }
	.pj-bdpg-featured-img {
    width: 100%;
    height: 100% !important;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    object-position: center;
    border-radius: 10px;
	}
}

/* Footer */
.pj-bdpg-footer {
	background: #152c21;
	padding: 4rem 0;
	text-align: center;
	color: rgba(255,255,255,0.6);
	margin-top: 8rem;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* =========================================
	RESET & BASE
========================================= */
:root {
	--pj-green-dark: #152c21;
	--pj-green-primary: #15803d;
	--pj-green-light: #dcfce7;
	--pj-gold: #b45309;
	--pj-text-main: #1e293b;
	--pj-text-muted: #64748b;
	--pj-bg-soft: #f8fafc;
}

/* =========================================
	LAYOUT & UTILS
========================================= */
.pj-enq-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.pj-enq-section-spacer {
	margin-bottom: 1rem;
}

/* Grid Layout */
.pj-enq-grid {
	display: flex;
	flex-direction: column-reverse;
	gap: 4rem;
}

@media (min-width: 1024px) {
	.pj-enq-grid {
		display: grid;
		grid-template-columns: 1fr 420px; /* Precise width for sidebar */
		gap: 5rem;
		align-items: start;
	}
}

/* =========================================
	HERO SECTION
========================================= */
.pj-enq-hero {
	position: relative;
    background-color: var(--pj-green-dark);
    color: #fff;
    padding: 2rem 0 2rem;
    text-align: center;
    background-image: linear-gradient(rgba(21, 44, 33, 0.85), rgba(21, 44, 33, 0.9)), url(https://images.unsplash.com/photo-1599447421405-0ea17ac31636?q=80&w=2000&auto=format&fit=crop);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 0rem;
}

.pj-enq-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px 20px;
	border-radius: 50px;
	margin-bottom: 2rem;
	font-weight: 600;
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.pj-enq-title {
	font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
    color: #fff;
    font-family: 'Sora', sans-serif;
}

.pj-enq-subtitle {
	font-size: 1.25rem;
	color: #cbd5e1;	
	margin: 0 auto;
	font-weight: 300;
}



/* =========================================
	LEFT COLUMN: CONTENT
========================================= */

.pj-enq-section-header {
	margin-bottom: 1rem;
	position: relative;
}

.pj-enq-section-title {
	font-size: 2.25rem;
    color: #1d7044;
    position: relative;
    padding-left: 1.5rem;
    font-family: 'Sora', sans-serif;
	margin-bottom: 0rem;
}

.pj-enq-section-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 70%;
	width: 4px;
	background: var(--pj-green-primary);
	border-radius: 2px;
}

/* --- WHY: Feature Cards --- */
.pj-enq-feature-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.pj-enq-feature-card {
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.04);
	border: 1px solid #f1f5f9;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.pj-enq-feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.08);
	border-color: var(--pj-green-light);
}

.pj-enq-feature-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--pj-green-primary);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.pj-enq-feature-card:hover::after {
	transform: scaleX(1);
}

.pj-enq-feature-icon {
	width: 56px;
	height: 56px;
	background: #f0fdf4;
	color: var(--pj-green-primary);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	transition: 0.3s;
}

.pj-enq-feature-card:hover .pj-enq-feature-icon {
	background: var(--pj-green-primary);
	color: #fff;
}

.pj-enq-feature-card h4 {
	font-size: 1.25rem;
	color: var(--pj-text-main);
	margin-bottom: 0.75rem;
	font-family: 'Sora', sans-serif;
}

.pj-enq-feature-card p {
	font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
	margin: 0px;
}

/* --- DAY IN LIFE: Dark Schedule --- */
.pj-enq-schedule-wrapper {
	background: #1d7044;
    border-radius: 20px;
    padding: 2rem 2rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Ornamental Background Pattern */
.pj-enq-schedule-wrapper::before {
	content: '';
	position: absolute;
	top: -20%;
	right: -10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
	border-radius: 50%;
}

.pj-enq-schedule-list {
	position: relative;
	z-index: 2;
}

.pj-enq-schedule-row {
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	padding: 1.25rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: 0.3s;
}

.pj-enq-schedule-row:last-child { border-bottom: none; }
.pj-enq-schedule-row:hover { background: rgba(255,255,255,0.03); padding-left: 1rem; border-radius: 8px; }

.pj-enq-time {
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	color: #86efac; /* Light Mint */
	font-size: 0.9rem;
	letter-spacing: 0.5px;
}

.pj-enq-activity {
	font-family: 'Sora', sans-serif;
	font-size: 1.2rem;
	color: #f1f5f9;
}


/* --- PROCESS: Elegant Timeline --- */
.pj-enq-timeline-box {
	background: #fff;
	border-radius: 20px;
	padding: 3rem;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.pj-enq-timeline {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 1rem;
}

/* Connecting Line */
.pj-enq-timeline::before {
	content: '';
	position: absolute;
	top: 25px; /* Half of circle size (50px/2) */
	left: 25px;
	right: 25px;
	height: 2px;
	background: #e2e8f0;
	z-index: 0;
}

.pj-enq-tl-item {
	position: relative;
	z-index: 1;
	flex: 1;
	text-align: center;
	padding: 0 10px;
}

.pj-enq-tl-circle {
	width: 50px;
	height: 50px;
	background: #fff;
	border: 2px solid var(--pj-green-primary);
	color: var(--pj-green-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin: 0 auto 1.5rem;
	font-size: 1.1rem;
	transition: 0.3s;
	box-shadow: 0 0 0 4px #fff; /* Mask line */
}

.pj-enq-tl-item:hover .pj-enq-tl-circle {
	background: var(--pj-green-primary);
	color: #fff;
	transform: scale(1.1);
}

.pj-enq-tl-content h4 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	color: var(--pj-text-main);
}

.pj-enq-tl-content p {
	font-size: 0.85rem;
	color: var(--pj-text-muted);
	line-height: 1.5;
}

/* Responsive Timeline */
@media (max-width: 768px) {
	.pj-enq-timeline { flex-direction: column; gap: 2rem; }
	.pj-enq-timeline::before {
		width: 2px;
		height: auto;
		top: 0; bottom: 0;
		left: 25px; right: auto;
	}
	.pj-enq-tl-item { display: flex; text-align: left; gap: 1.5rem; padding: 0; }
	.pj-enq-tl-circle { margin: 0; flex-shrink: 0; }
}

/* =========================================
	RIGHT COLUMN: STICKY FORM
========================================= */
.pj-enq-sticky-col {
	position: sticky;
	top: 2rem;
	height: fit-content;
}

.pj-enq-form-card {
	background: #fff;
	padding: 1rem 0rem;
	border-radius: 4px;	
	border-top: 5px solid #1d7044;
	position: relative;
	overflow: hidden;
}

.pj-enq-form-header {
	text-align: center;
	margin-bottom: 2.5rem;
}

.pj-enq-form-header h3 {
	font-size: 2rem;
	color: var(--pj-text-main);
	margin-bottom: 0.5rem;
}

.pj-enq-form-subtitle {
	font-size: 0.9rem;
	color: var(--pj-text-muted);
}

.pj-enq-field-group {
	margin-bottom: 1.5rem;
}

.pj-enq-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--pj-text-main);
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.pj-enq-input, 
.pj-enq-select, 
.pj-enq-textarea {
	width: 100%;
	padding: 1rem;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
	color: var(--pj-text-main);
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	transition: all 0.2s;
}

.pj-enq-input:focus, 
.pj-enq-select:focus, 
.pj-enq-textarea:focus {
	outline: none;
	border-color: var(--pj-green-primary);
	background: #fff;
}

.pj-enq-submit-btn {
	width: 100%;
	background: var(--pj-green-primary);
	color: white;
	padding: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 0.95rem;
	margin-top: 1rem;
	transition: 0.3s;
	box-shadow: 0 4px 6px -1px rgba(21, 128, 61, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.pj-enq-submit-btn:hover {
	background: #14532d;
	transform: translateY(-2px);
	box-shadow: 0 10px 15px -3px rgba(21, 128, 61, 0.4);
}

.pj-enq-contact-info {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #f1f5f9;
	text-align: center;
	font-size: 0.9rem;
	color: var(--pj-text-muted);
}

.pj-enq-contact-link {
	color: var(--pj-green-primary);
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
}
.pan-imgag {
	width: 200px;
    height: 115px;
    border-radius: 100%;
    object-fit: cover;
}
.pan-imgag img{
	height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
}
._sho_kola {
	display: none;
}
.Send-Message-Mobile {
	display: none;
}
/*  faq css for new  */
/* pankaj-Mobile css Specific Adjustments */
@media (max-width: 768px) {
	#header {
        z-index: 999999999;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
	}
	body {
        margin-top: 50px;
	}
	.py-cp-form {     
        border-radius: 0px !important;
    }
	.py-cp-card {
    background: #ffffff;
    border-radius: 0;
	height:100%;
	}
	 .py-cp-card   ._sho_kola {        color: #fbfbfb; }
	.custom-section-sticky {    
    z-index: 1;
}
	.guru-detail .gd-title {
        font-size: 2rem;
        line-height: 35px;
	}
	.py-cp-container {
        width: 100%;
    }
	.py-cp-hero-card{padding: 20px;}
	.py-cp-form-grid{grid-template-columns: 1fr;}
	.py-cp-pill{width:100%; justify-content:flex-start;}
	.py-cp-card-head{padding: 16px 16px 0;}
	.py-cp-card-body{padding: 12px 16px 16px;}
	.py-cp-form{padding: 16px;}
	.py-cp-hero-title {
    margin: 10px 0 10px;
    font-size: 22px;
	}
	.py-cp-hero-sub {
    margin: 10px 0px;     
    font-size: 14px;   
	}
	.py-cp-quick {
    margin-top: 5px;   
    gap: 5px;
    flex-direction: column;
}
.py-cp-support-list {
    list-style: none;
    padding: 5px 0px 10px;
    margin: 5px 0 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
    position: relative;
    z-index: 1;
}
.py-cp-support-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 250px;
    gap: 6px;
    align-items: center;    
}
.py-cp-row {   
    padding: 10px 15px;
}
.py-cp-section-title {
    margin: 5px 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
}
.pj-enq-section-title {
    font-size: 1.25rem;
}
.pj-enq-schedule-list {
    position: relative;
    z-index: 0;
}
.pj-enq-feature-grid {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0px;
}
.pj-enq-feature-card {   
    min-width: 350px;
    width: 100%;
}
	.guru-detail .gd-lead {
		font-size: 1rem;
		color: var(--gd-text-light);
		margin-bottom: 13px;
		max-width: 95%;
	}
	.guru-detail .gd-hero-visual {
		position: relative;
		height: auto;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.guru-detail .gd-hero-grid {    align-items: flex-start;flex-direction: column-reverse; }
	.cont-fom-in-mobile {
		position: fixed;
		top: 50px;
		right: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		background-color: #fff;
		z-index: 9;
		overflow-y: auto;
		/* hidden state */
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(30px);
		transition: opacity 0.35s ease, transform 0.35s ease,
		visibility 0s linear 0.35s;
	}
	.show-click {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
		transition: opacity 0.35s ease, transform 0.35s ease,
		visibility 0s linear 0s;
	}
	.Send-Message-Mobile {
		display: block;
        position: fixed;
        background-color: #1d7044;
        color: #fff;
        bottom: 10px;
        text-align: center;
        padding: 15px;
        left: 10px;
        right: 10px;
        border-radius: 10px;
        font-family: 'Sora', sans-serif;
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 0.5px;
	}
	.guru-pk .contact-form-wrapper {
		padding: 15px;
		background: #ffffff;
	}
	._sho_kola {
		position: absolute;
		display: block;
		padding: 10px 15px;
		text-align: right;
		color: #cc2930;
		right: 0px;
		top: 0px;
		font-size: 25px;
		font-weight: bolder;
	}
	.into-slide2 span {    
		font-size: 14px;    
		padding: 0px 5px;
	}
	.guru-pk .teachers-grid {
		display: grid;
		gap: 5px;
		margin-top: 16px;
		grid-template-columns: repeat(2, 1fr);
	}
	.guru-pk .card-image {
		height: 200px;
		overflow: hidden;
	}
	.guru-pk .card-content {
		padding: 10px;
	}
	.guru-pk .hero {
		position: relative;
		padding: 100px 0 25px;
	}
	.guru-pk .hero-container {
		flex-direction: column !important;
		text-align: left;
	}
	.guru-pk .hero-text {
		text-align: left;
		width: 100%;
		max-width: unset;
	}
	.guru-pk .hero-visual {
		width: 100%;
	}
	.guru-pk .about-container {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}
	.guru-pk .section-title {
		font-size: 1.5rem;    
	}
	.guru-pk .section-padding {
		padding: 15px 0;
	}
	.container-custom {
		padding: 0px 10px;
	}
	.guru-pk .classes-grid {
		display: flex;
        flex-wrap: nowrap;
        margin-top: 5px;
        overflow-x: auto;
	}
	.guru-pk .class-card {     
		min-width: 400px;
	}
	.pankser-badge {   
		font-size: 8px;
	}
	.pankser-quick {
		width: 100%;
		max-width: 100%;
		margin: 0px 10px 10px;
	}
	.pankser-quick b {
		font-size: 18px;
	}
	.pankser-book {
		padding: 0;
		border-radius: 0;
		height: 100%;
	}
	.pankser-price {    
		border-radius: 0;
	}
	.custom-toggle {   
		font-size: 12px;
	}
	.pj-art-gui-article-card {
		display: flex;   
		flex-direction: column;
		height: auto;
		align-items: anchor-center;
	}
	.pj-art-gui-card-thumb {
    position: relative;
    overflow: hidden;
    height: 250px;
    padding: 10px;
    width: 100%;
}
.pj-art-gui-page-title {
    font-family: 'sora', sans-serif;
    font-size: 1.5rem;
    color: #1d7044;
    line-height: 1.1;
    margin-bottom: 0rem;
}
.art-gu-pg-title {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
	margin-bottom: 0.5rem;
}
.pan-imgag {
    width: 325px;
    height: 85px;
    border-radius: 100%;
    object-fit: cover;
}
.art-gu-pg-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    font-size: 0.9rem;
    color: #4b5563;
    border-top: 1px solid #f3f4f6;
    padding-top: 0.5rem;
}
.pg-faq .pg-hero {
    background: #1d7044;
    color: white;
    padding: 15px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.pg-faq .pg-title {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 0px;
}
.pg-faq .pg-cat-title {
    font-size: 1rem;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--pg-sand);
    font-family: 'Sora', sans-serif;
}
.pg-faq .pg-accordion {
    border: 1px solid var(--pg-border);
    border-radius: 8px;
    background: white;
    margin-bottom: 6px;
}
.pg-faq .pg-accordion summary {
    padding: 15px 10px;
}
.pg-faq .pg-accordion-body {
    padding: 0 15px 15px;
}
.pg-faq .pg-form-widget {
    background: #fff !important;
    border-top: 0px solid var(--pg-primary);
    border-radius: 0px;
    height: 100%;
}
	.pankser-qitem strong {
		display: block;
		font-size: 10px;
	}
	.pankser-hero {    
		height: 475px;
	}
    .pankser-title {
        font-size: 24px;
        line-height: 30px;
        margin: 5px 0px;
	}
	.pankser-sub {
		margin: 5px 0 5px;
		max-width: 100%;
		color: rgba(255, 255, 255, .86);
	font-size: 12px;
    line-height: 1.75 !important;
	}
	.pankser-chip {   
		font-size: 8px;
	}
	.pankser-hero:before {
		content: "";
		position: absolute;
		inset: 0;
		background: radial-gradient(900px 340px at 20% 30%, rgba(29, 112, 68, .78), rgba(29, 112, 68, 0) 100%), linear-gradient(90deg, rgba(7, 18, 13, .72) 0%, rgba(7, 18, 13, .35) 45%, rgba(7, 18, 13, 0) 100%);
	}
	.pankser-hero-meta {    
		gap: 5px;
		margin: 5px 0 0;
	}
	.guru-detail .gd-cards-grid {
		display: flex;
		gap: 10px;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 10px 0px;
		overflow-y: hidden;
	}
	.guru-detail .gd-feature-card {   
		padding: 25px 20px;   
		min-width: 375px;
	}
	.guru-detail .gd-hero {   
		height: 100%;
	}
	._0brfl_frf39 {
		border-left: 0px solid #9ccf68;
	}
	.gd-hero-content {
		width: 100%;
		text-align: center;
	}
	.guru-detail .gd-section-title {
		font-size: 2rem;   
		line-height: 30px;
	}
	.guru-detail .gd-programs-grid {
		display: flex;
		gap: 8px;   
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 10px;
	}
	.guru-detail .gd-center-head {
		text-align: center;
		margin-bottom: 0;
	}
	.guru-detail .gd-glass-card {   
		padding: 20px;   
		min-width: 400px;
	}
	.guru-pk .hero-title {
		font-size: 20px;
		line-height: 30px;
		color: var(--gjtext-dark);
		margin-bottom: 5px;
		}
		.guru-pk .hero-buttons {
			margin-bottom: 15px;
		}
		.nav-tabs .nav-link {  
			min-width: max-content;
		}
		.into-slide2 h2 {
			font-size: 18px;
			line-height: 2rem;
		}
		.hp-yoga .hp-btn {background: #ffffff00;}
		.into-slide2 p {
			margin-top: 10px;
			margin-bottom: 0px;
			font-size: 10px;
			width:98%;
		}
		.my-section {
			margin: 0px;
			padding: 5px 0px 0px 0px;
		}
		.lqf-wrap>:nth-child(1) .lqf-card {
			border-radius: 0px 0px 0px 0px;
		}
		.lqf-wrap>:nth-child(6) .lqf-card {
			border-radius: 0px 0px 0px 0px;
		}
		.footer-inyoga h4 {
			font-size: 18px;
		}
		.footer-inyoga p {
			letter-spacing: 0px;
			text-align: right;
			font-size: 14px;    
		}
		.serv-tkk {
			background-color: #9ccf68;
			padding: 5px 10px 5px 10px;
			text-align: center;
		}
		.serv-heading {
			font-size: 24px;
			line-height: 32px !important;
			position: relative !important;
			display: flex;
			font-weight: 500 !important;
			overflow: visible !important;
			text-shadow: 1px 1px 0px #1d7044, -1px -1px 0 #1d7044, 1px -1px 0 #1d7044, -1px 1px 0 #1d7044, 1px 1px 0 #1d7044;
			-webkit-text-fill-color: #9ccf68;
		}
		.mobile-width-counter{width: 275px;}
		.home-tkk {
			position: relative;
			z-index: 9;
			padding: 0px 0px;
			margin-bottom:10px !IMPORTANT;
		}
		.step-color-title {
			font-size: 14px;
			-webkit-text-stroke: 1px #9CCF68;
			color: #9CCF68 !important;
			font-weight: 300;
			margin: 0px;
			margin-left: 50px;
		}
		.counter-appoint-section {
			margin: -45px 0px 0px 0px;
			background-color: #f8f9fa !important;
			padding: 15px 0px 0px;
			min-height: 250px;
			z-index: 2;
		}
		.footer-incounter {
			margin: 0px 0px 0px 0px;
			text-align: center;
		}
		.footer-incounter p {
			font-weight: 300;
			background-color: #1d7044;
			width: 100%;
			color: #fff;
			letter-spacing: 0.5px;
			font-size: 10px;
			margin: 0 auto 0px;
			font-family: 'Jost', sans-serif;
			text-align: center;
			padding: 10px 25px;
		}
		.icon-before::before {
			content: '';
			position: absolute;
			left: 0px;
			bottom: 0px;
			background-color: #afe347;
			mask-image: url(/images/logoicon.svg);
			mask-repeat: no-repeat;
			width: 50px;
			height: 80px;
		}
		.booking-button-slider {
			display:none;
		}
		.into-slide {
			text-align: right;
		}
		.into-slide h2 {
			font-size: 28px;
			line-height: 2rem;
		}
		.into-slide span {
			font-family: 'Jost';
			font-size: 12px;
			letter-spacing: 0.4px;
			background-color: #fff;
			padding: 0px 5px;
		}
		._sid_3bd34 {
			position: fixed;
			display: block;
			bottom: 0;
			width: 100%;
			margin: 0px -10px;
			background-color: #fff;
			z-index: 999;
			text-align: center;
			height: 45px;
			border-top: 1px solid #e1e1e1;
		}
		.enq-now {display:none;}
		.into-slide3 h2 {
			font-size: 20px;
			line-height: 2rem;
		}
		.into-slide3 p {width: 80%;}
		.into-slide3 span {
			font-family: 'Jost';
			font-size: 16px;
			letter-spacing: 0.6px;
			background-color: #fff;
			padding: 0px 10px;
		}
		.into-slide4 h2 {
			font-size: 18px;
			line-height: 2rem;
		}
		.into-slide4 span {   
			font-size: 12px;
			padding: 0px 5px;
		}
		.into-slide4 p {    width: 85%;}
		.into-slide5 h2 {
			font-size: 24px;
			line-height: 2rem;
		}
		.into-slide5 span {   
			font-size: 12px;   
			padding: 0px 5px;
		}
		.hp-yoga .hp-container {
			padding: 0px 0px 0px;
		}
		.right-yoga {
			padding: 0px 0px;
			text-align: center;
		}
		.hp-yoga .hp-heading {
			font-size: 28px ! IMPORTANT;
			line-height: 1.4 !important;
			-webkit-text-stroke: 1px #1D7044;
			margin: 0px 0px 10px;
		}
		.hp-yoga .hp-heading .hp-soft {    
			font-size: 40px ! IMPORTANT;    
			padding: 10px 10px;
			margin-top: 5px;
			width: 100%;
			
		}
		.jrIoMQ {
			display: flex !IMPORTANT;
			flex-flow: column!IMPORTANT;
			align-items: flex-start!IMPORTANT;
			background-color: rgba(248, 248, 248, 0)!IMPORTANT;
			padding: 0px 0px 0px!IMPORTANT;
			gap: 4px!IMPORTANT;
			justify-content: center!IMPORTANT;
			text-align: center!IMPORTANT;
		}
		.cbbIgd {
			display: flex!IMPORTANT;
			flex-direction: column!IMPORTANT;
			gap: 4px!IMPORTANT;
			align-items: flex-start !important;
		}
		.kHPpxU {    
			flex-direction: row !important;
		}
		.step-color-title-green {
			font-size: 22px;
			-webkit-text-stroke: 0px #ffffff;
		}
		.subtit-in-green {    
			font-size: 15px;
		}
		.design-section {
			padding: 10px 0px 85px 0px;
		}
		.faq-text h1 {
			font-size: 20px;
			font-weight: 800;
			color: #fff !important;
		}
		.faq-text h3 {
			font-family: 'Jost', sans-serif;
			margin: 0px 0px;
			font-size: 18px;
			color:#ffffff;
		}
		.faq-acco-cust .accordion-header {
			border-color: #ffffff00;
			padding: var(--cnvs-toggle-content-padding);
			margin: 5px 0px 0px 0px;
		}
		.doctor-section {
			margin: 0px;
			padding: 15px 0px 15px;
		}
		.teeedff {
			font-size: 22px;
		}
		.best-ygg {    
			font-size: 18px;
		}
		.guru-size{
			width:200px;
			padding:0px 2px;
		}
		.teac-box {box-shadow:none;}
		.hp-yoga .hp-lead {    
			font-size: 14px;    
			margin: 0px auto 0px;
			padding: 0px 10px;
		}
		.hp-yoga .hp-benefit {
			display: flex;
			gap: 18px;
			margin-top: 5px;
			padding: 0px 10px;
			text-align: left;
			align-items: center;
		}
		.yoga-background {padding: 5px 0px 0px 0px; }
		.hp-yoga .hp-vertical{display: block;
			transform: translate(-175%, -100%) rotate(-90deg);
		font-size: 34px;}
		.hp-yoga .hp-plate{display:none;}
		.hp-yoga .hp-yogi{height: 425px; transform:translateX(-50%)}
		.hp-yoga .hp-visual{min-height: auto;
		margin-bottom: 10px;}
		
		.member-cta{display:none;}
		.avatars{min-width:unset}
		.avatar{width:56px;height:56px;border-width:3px}
		.text{font-size:18px}
		.doctor-details-image {   
			height: 275px;
		}
		.doctor-details-image img {   
			height: 275px;
		}
		.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width{ flex-basis:350px; }
		.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width.active{ flex-basis:480px; }
		.swiper3.top_blog.hiddent-scrollor .swiper-wrapper:has(.swiper-slide.review-width.active) .swiper-slide.review-width:not(.active){ flex-basis:275px; }
		.swiper3.top_blog.hiddent-scrollor .pank-choose-card{ height:300px; }
		.ivf-hi-cli {
			margin: 0px;
			font-size: 18px;
			color: #df9b8e;
			text-align: center;
		}
		.bo-wa {
			padding: 0px !important;
			background: #fff !important;
		}
		.custom-slider-height {
			width: 100%;
			min-height: 30vh !important;
			height: 100% !important;
			background-size: cover;
			background-position: center;
		}
		.mobile-book-btn .mobile-book-my-botton
		{
			display:none !important;
		}
		._sid_3bd {
			display: none;
			position: fixed;
			z-index: 999;
			width: 100%;
			background-color: #fff;
			margin: 0px 0px 0px -10px;
			padding: 50px 10px 5px;
			overflow-y: auto;
			border: 5px solid #ffffff;
			top: 0;
			transition: all 0.3sease-in-out 0s;
			box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
		}
		._sid_3bd1 {
			display: none;
			position: fixed;
			z-index: 999;
			width: 100%;
			background-color: #fff;
			margin: 0px -10px;
			padding: 25px 10px;
			height: 100%;
			overflow-y: auto;
			top: 0;
			border: 5px solid #e1e1e1;
			transition: all 0.3sease-in-out 0s;
		}
		.jachup_active {
			display: block !important;
		}
		._blg_menu {
			font-size: 14px;
			font-weight: 400;
		}
		._p-t10px2w {
			padding: 10px 0px;
		}
		._mb_flt_bd {
			display: -webkit-inline-box;
		}
		/* Mobile Background Images */
		.slider-1-home {
			background-image: url(../../images/slider/1.jpg); /* Mobile optimized image */
			background-size: cover;
			background-position: center;
		}
		
		.slider-2-home {
			background-image: url(../../images/slider/2.jpg); /* Mobile optimized image */
			background-size: cover;
			background-position: center;
		}
		
		.slider-3-home {
			background-image: url(../../images/slider/3.jpg); /* Mobile optimized image */
			background-size: cover;
			background-position: center;
		}
		.slider-4-home {
			background-image: url(../../images/slider/4.jpg); /* Mobile optimized image */
			background-size: cover;
			background-position: center;
		}
		
		.slider-5-home {
			background-image: url(../../images/slider/5.jpg); /* Mobile optimized image */
			background-size: cover;
			background-position: center;
		}
		.width-fluide {
			width: 95%;
		}
		
		.two-bott {
			padding: 0px 0px 0px;
			display: flex;
			gap: 5px;
			margin-top:10px;
		}
		.right-sli {
			float: right;
			text-align: right;
			margin-top: 10px;
		}
		
		
		
		.dc-homevtwo .dc-doctordetails-holder {
			height: 175px;
		}
		.dc-doctordetails-holder {   
			padding: 20px 10px;
			border-radius: 10px;
		}
		.dc-doctordetails-holder .dc-btn {
			width: 100%;
			margin-top: 10px;
		}
		
		.con-btn {
			
			display: none;
		}
		.over_lay_image {
			
			display: none;
		}
		.infoodp {
			display: none;
		}
		.app-btn {
			background-color: #1D7044;
			color: #fff ! IMPORTANT;
			padding: 5px 5px 5px 10px;
			border-radius: 8px;
			font-weight: 500;
			font-size: 14px;
			font-family: 'Jost', sans-serif;
		}
		.bod-ico {
			background-color: #fff;
			color: #1D7044;
			padding: 2px 5px;
			border-radius: 5px;
			margin-left: 5px;
		}
		.slider-caption p {
			margin-top: 5px;
			margin-bottom: 0px;
			font-size: 10px;
		}
		.hide-mobile{
			display:none;
		}
		#page-title, .page-title {
			padding: 10px 0px;
			text-align: left;
			margin-top: 0px !important;
		}
		.breadcrumb {
			position: relative;
			margin: 0rem 0 0;
			justify-content: left;
			font-size: 75%;
		}
		.mobile-scroll{
			display: flex;
			flex-wrap: nowrap;
			overflow-x: auto;
			overflow-y:hidden;
		}
		.usp-head-in {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			height: 100%;
			text-align: left;
			padding: 10px 0px;
			border-right: 1px solid #e1e1e1;
		}
		.mobile-usp-size{
			width: 50%;
			padding: 5px !important;
		}
		.usp-box {
			border-top: 1px solid #e1e1e1;
		}
		
		.side-par-tit h2 {
			font-size: 4rem;
			font-weight: 900;
			margin: 0;
			color: #9CCF68;
		}
		.side-par-tit h3 {
			font-size: 40px;
			font-weight: 800;
			color: #ffff !important;
			display: flex;
			flex-wrap: nowrap;
			font-family: 'Jost', sans-serif;
			background-color: #1D7044;
			width: fit-content;
			padding: 0px 15px;
			margin-bottom: 10px;
		}
		.side-par-tit h2 span {
			font-size: 22px;
			color: #1D7044 !important;
			margin: 0px 0px 0px 5px;
			font-family: 'Nunito', sans-serif;
			padding: 0px 0px;
			writing-mode: tb;
			transform: rotate(0);
			position: relative;
			top: 85px;
		}
		.side-par-tit p {
			font-family: 'Jost', sans-serif;
			color: #585858;
			font-weight: 400;
			margin: 0px 0px 0px;
			text-align: center;
			font-size: 14px;
		}
		.pri-he-ph {
			font-size: 16px;
			font-weight: 500;
			font-family: 'Open Sans', sans-serif;
			margin: 0px 0px 15px;
			text-align: center;
			width: 100%;
			border-radius: 8px;
		}
		.home-according {
			font-size: 14px !important; 
			font-weight: 400 !important;
			font-family: 'Jost', sans-serif;
			margin: 5px 0px 0px !important;
			color: #1D7044;
			background-color: #fbedd3;
			border-radius: 8px;
			padding-left: 14px;
		}
		.accordion {    
			margin-bottom: 0px;
		}
		
		.subtit-in {
			font-weight: 300;
			color: #ffffff;
			letter-spacing: 0.5px;
			text-align: center;
			font-size: 14px;
			margin-top: 5px;
			margin-bottom: 15px;
			margin-left: 0px;
			font-family: 'Jost', sans-serif;
		}
		.wor-size {
			width: 275px;
		}
		.single-department .thumb {
			padding: 2px;
			background: #fff;
			border-radius: 50%;
			position: relative;
			width: 175px;
			margin: 0 auto;
			margin-bottom: 10px;
		}
		.back-shape {
			position: absolute;
			width: 100%;
			height: auto;
			left: 0px;
			top: 250px;
			z-index: 0;
			-webkit-transform: translate(0%, -20%) rotate(185deg);
			transform: translate(0%, -20%) rotate(185deg);
		}
		.single-department-2 .thumb {
			height: 175px;
			line-height: 170px;
			z-index: 3;
			box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
			padding: 0px;
			margin-bottom: 10px;
		}
		.counter-body {
			margin: auto;
			width: 100%;
			padding: 10px 10px 10px;
			text-align: center;
		}
		.thumb-box-1 {
			margin-top: 20px;
		}
		.thumb-box-2 {
			margin-top: 20px;
		}
		.thumb-box-3 {
			margin-top: 20px;
		}
		.thumb-box-4 {
			margin-top: 20px;
		}
		.single-department-2 .thumb-wrap .shape {
			position: absolute;
			left: auto;
			top: -10px;
			width: 75px;
			height: 75px;
			right: -15px;
		}
		.single-department .thumb .count {
			position: absolute;
			left: -5px;
			right: auto;
		}
		.content-home-according {
			font-size: 13px !important;
			font-weight: 300 !important;
			font-family: 'Nunito', sans-serif;
			border: 1px solid #e1e1e1;
			border-radius: 8px;
			padding: 20px 20px 5px;
			background-color: #fcddc4;
		}
		.col-zindex{
			z-index:1;
		}
		
		.parent-woo-con {
			padding: 0px 0px 0px 0px;
			
		}
		.parent-woo-con img {
			height: 275px;
			float: right;
			margin: 0px !important;
			border: 10px solid #fcecd3;
			border-radius: 20px;
			transform: scaleX(-1);
		}
		.video-call-left {
			position: absolute;
			top: 0px;
			border-radius: 16px;
			background: #fdefd7;
			left: 10px;
			padding: 15px 15px 15px 0;
			z-index: 1;
		}
		.info-widget.style-7 .widget-content {
			writing-mode: tb;
			transform: rotate(180deg);
			border-radius: 0 15px 15px 0;
			color: #fff;
			text-align: center;
			padding: 15px 10px 15px 40px;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: 600;
			margin-right: -35px;
			font-family: 'Jost', sans-serif;
			background-color: #9CCF68 !important;
		}
		.info-widget.style-7 .widget-media {
			border: 2px solid #fdefd7;
			border-radius: 15px;
			overflow: hidden;
			width: 160px;
			position: relative;
		}
		.time-table {
			position: absolute;
			top: -150px;
			left: 25px;
		}
		.info-widget.style-6 {
			width: 225px;
			border-radius: 10px;
			padding: 10px 10px 5px;
			position: relative;
			margin: 0px 0px 0 0;
			background-color: #1D7044;
		}
		.info-widget.style-6 .info-icon {
			left:auto;
			right: -30px;
		}
		.book-time-button {
			display: block;
			text-align: center;
			font-family: 'Jost', sans-serif;
			border: 1px solid #fff;
			color: #fff;
			padding: 5px;
			transition: all 0.9s ease;
			border-radius: 10px;
		}
		.call-widget {
			position: absolute;
			bottom: 5px;
			background-color: rgba(255, 255, 255, .05);
			backdrop-filter: blur(60px);
			height: 35px;
			border-radius: 15px;
			left: 5px;
			right: 5px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 5px 10px;
		}
		.cou-wid{
			width:65%;	
		}
		.count-skill-count {
			
			font-size: 14px !important;
		}
		.book-app-btn {
			margin-top: -10px;
			margin-left: 100px;
		}
		.book-app-btn span {
			font-size: 18px;
			font-family: 'Jost', sans-serif;
			font-weight: 900;
			color: #000000;
		}
		.book-app-btn h2 {
			font-family: 'Nunito', sans-serif;
			font-size: 12px;
			font-weight: 100;
			color: #fff;
			background-color: #3b3284;
			width: fit-content;
			padding: 4px 25px;
			margin: 0px;
		}
		.coount-body-head h2 {
			font-size: 14px;
			font-family: 'Jost', sans-serif;
			margin: 0px;
			font-weight: 300;
		}
		.book-app-btn p {
			font-size: 10px;
			font-family: 'Open Sans', sans-serif;
			margin: -100px 20px 0px 0px;
			font-weight: 300;
			text-align: right;
		}
		.book-appoint-section {   
			background-size: 135px auto;
		}
		.sel-bdk {
			background-color: #e6087f;
			font-size: 12px;
			padding: 10px 10px;
			font-family: 'Jost', sans-serif;
			color: #fff ! IMPORTANT;
			border-radius: 0px;
			transition: all 0.6s ease;
		}
		.image-std {
			width: 100%;
			height: 100% !important;
			margin-left: 0;
			margin-top: 0px;
		}
		.counter-tel h1 {
			font-size: 42px ! IMPORTANT;
			line-height: 1.2 !important;
			-webkit-text-stroke: 1px #1D7044;
			color: #1D7044;
			font-weight: 800;
			padding-top: 30px;
			margin: 0px 0px 5px;
		}
		.counter-tel p {
			font-family: 'Jost', sans-serif;
			color: #585858;
			font-weight: 300;
			margin: 0px 0px 0px;
			font-size: 14px;
		}
		.image-std {
			border-radius: 30px 30px 30px 30px;
		}
		.app-boo-ld {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 50px;
		}
		.counter-tel h1 span {
			display: block;
			font-size: 44px ! IMPORTANT;
			line-height: 1 !important;
			-webkit-text-stroke: 0px #fff;
			color: #fff !important;
			font-weight: 600;
			font-family: 'Jost', sans-serif;
			background-color: #9CCF68;
			width: fit-content;
			padding: 5px 10px;
			margin-top: 5px;
		}
		.count-sub-body {
			display: flex;
			width: 100%;
			padding: 10px;
			transition: all 0.9s ease;
			cursor: pointer;
			border: 0px solid #e1e1e1;
			border-radius: 0px;
			min-height: 75px;
			align-content: center;
			margin: 0px 0; 
		}
		.testi-color-title {
			font-size: 26px;
			-webkit-text-stroke: 1px #1D7044;
			color: #1D7044 !important;
			font-weight: 300;
			margin: 0px;
		}
		.canvas-alt-tabs.tabs-bb .nav-link.active {
			border: 0px solid #1D7044 !important;
			border-radius: 0px;
		}
		.second-con {
			background: linear-gradient(to bottom right, #C9E4DE, #B2DFFB);
			margin-left: 0;
		}
		.button-app-sec {
			float: right;
			display: block;
			margin-top: 35px;
			margin-right: 18px;
		}
		.black-color-title {
			color: #000000;
			text-align: center;
		}
		.design-back {
			background-color: white;
			color: #333;
			transform: rotateY(180deg);
			text-align: center;
			padding: 5px 5px;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 12px;
			border: 2px solid #e6087f;
			font-family: 'Nunito', sans-serif;
			font-weight: 600;
		}
		.faq-section {
			background-color: #f8f5f0 !important;
			padding: 0px 0 10px;
			margin: -75px 0px 0px;
			z-index: 9;
		}
		.dz-flex-wrapper .dz-flex-inner {
			display: flex;
			flex-direction: column;
			gap: 10px;
			padding: 20px;
			min-width: 100%;
		}
		.dz-flex-wrapper .dz-flex-item {
			display: flex;
			position: relative;
			transition: all .5s;
			background-position: center;
			overflow: hidden;
			gap: 0px;
			flex: 0 0 80% !important;
			width: 100% !important;
			margin: 0 20px 0px 0px;
		}
		
		.faq-text span {
			font-size: 30px;
			font-weight: 500;
			color: #9CCF68 !important;
			line-height: 0;
			font-family: 'Jost', sans-serif;
			margin: 0px;
		}
		.faq-text h3 {
			font-family: 'Jost', sans-serif;
			margin: 5px 0px;
			font-size: 24px;
		}
		.style-10 .content-media {
			display: inline-block;
			gap: 15px;
			position: relative;
			z-index: 1;
			margin-left: 0px;
		}
		.style-10 .circle-wrapper {
			width: 375px;
			aspect-ratio: 1 / 1;
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: -1;
			transform: translate(-50%, -50%);
		}
		.style-10 .content-media {
			display: inline-block;
			gap: 15px;
			position: relative;
			z-index: 1;
		}
		.style-10 .content-media .media1 {
			width: 125px;
			height: 125px;
			align-self: end;
			box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
			background-color: #fff;
			padding: 5px;
			border-radius: 8px;
		}
		.style-10 .content-media .media2 {
			width: 185px;
			height: 150px;
			box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
			background-color: #fff;
			padding: 5px;
			border-radius: 8px;
		}
		.style-10 .content-media .media3 {
			width: 200px;
			height: 150px;
			box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
			background-color: #fff;
			padding: 5px;
			border-radius: 8px;
		}
		.style-10 .content-media .media4 {
			width: 175px;
			height: 175px;
			box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
			background-color: #fff;
			padding: 5px;
			border-radius: 8px;
		}
		.texiscetnter{
			text-align:center;
		}
		.faq-text {
			text-align: center;
		}
		.faq-right-title {
			margin-top: -20px;
			text-align: center;
		}
		.mobile_tab {
			display: flex;
			flex-wrap: nowrap;
			overflow-x: scroll;
			flex-direction: row !important;
			margin-bottom: 5px !important;
		}
		.servicesub-title {
			font-weight: 700;
			letter-spacing: 0.2px;
			font-size: 14px;
			margin-top: 0px;
			margin-bottom: 5px;
			margin-left: 0px;
			font-family: 'Jost', sans-serif;
		}
		.service-sub-content {
			font-family: 'Jost', sans-serif;
			font-size: 12px;
			margin-left: 15px;
			padding-bottom: 5px;
			font-weight: 400;
		}
		.home-image-margin img {
			width: 100%;
			height: 175px !important;
		}
		.faq-home-title {		
			font-size: 14px;
		}
		.mobile-book-my-botton{
			display: block;
			position: fixed;
			background-color: #1D7044;
			z-index: 999999999999;
			text-align: center;
			margin: 30px;
			color: #fff !important;
			padding: 10px;
			font-weight: 700;
			font-family: 'Jost', sans-serif;
			left: 0;
			right: 0;
			bottom: 0;
			border-radius: 10px;
		}
		.booking-image{
			display:none;
		}
		
		
		.booking-from-background {
			background-color: #fff;
			padding: 0;
			border-radius: 0;
		}
		.service_title {
			margin-top: 9px;
			font-size: 16px;
			font-weight: 700;
			margin-bottom: 5px;
		}
		.services-images {
			width: 100%;
			height: 225px;
			margin-bottom: 15px;
		}
		.services-body h2 {
			font-weight: 600;
			color: #212529;
			font-size: 18px;
			margin-top: 0px;
			margin-bottom: 10px;
			margin-left: 0px;
			font-family: 'Jost', sans-serif;
		}
		.right-side-box{
			display:none;
		}
		.page-heading h1 {
			color: #1D7044;
			font-size: 1.2rem;
			margin: 10px 0px 0px;
			font-weight: 800;
		}
		.page-heading h1 span {
			color: #9CCF68 !important;
			margin-left: 5px;
			font-weight: 500;
			display: block;
		}
		.contact-bg-area-texti {
			margin: 2px 0px 0px;
			padding: 0rem 0px 0px 0px;
		}
		.page-heading h3 {
			font-size: 12px;
			font-weight: 300;
			color: #585858;
			margin-bottom: 5px;
		}
		.my-wrap-no-padding {
			padding: 0px;
		}
		.pride-home-blog-card-image {
			width: 100%;
			height: 175px;
		}
		.blog-littpar {
			font-size: 14px;
			color: #000000;
			line-height: 1.6;
			font-weight: 300;
			font-family: 'Open Sans', sans-serif;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.pride-home-blog-card .pride-home-blog-content h3 {
			font-size: 18px;
			font-weight: 800;
			margin: 5px 0px;
			font-family: 'Jost', sans-serif;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			color: #e6087f ! Important;
		}
		.onglo {
			border-radius: 12px;
			padding: 10px 10px;
			margin-bottom: 0;
			height: 100%;
		}
		.onglo p {
			margin-top: 5px;
			color: #232323;
			font-family: 'Nunito', sans-serif;
			font-size: 15px;
			margin-bottom: 0px;
		}
		.con-sll{
			width:85%;
		}
		.form-cont-in {
			padding: 12px;
			background-color: #fff ! IMPORTANT;
			border-radius: 12px;
		}
		.tou7y76_idy {
			width: 100%;
			height: 285px;
		}
		._im_8u7_yhe {
			position: absolute !important;
			left: 5px;
			right: 5px;
			bottom: 15px;
		}
		._lo_tyei {
			color: #000 ! Important;    
			font-family: 'Jost', sans-serif;
			font-size: 20px;
			-webkit-text-stroke: 1px #000;
			font-weight: 300;
			margin: 0px;
		}
		.slider_wave {
			position: absolute;
			right: 0;
			left: 0;
			z-index: 1;
			bottom: -5px;
		}
		.hiokkd h2 {
			color: #fff;
			font-size: 14px;
			margin: 0;
		}
		.our-vio {
			color: #1D7044;
			font-size: 20px;
			line-height: 24px;
			margin: 0px 0px 10px;
			padding: 0px;
			text-align: center;
		}
		.wiksdfl {
			float: right;
			background-color: #fff;
			font-family: 'Jost', sans-serif;
			font-size: 14px;
			padding: 10px 12px;
			border-radius: 10px;
			margin-bottom: 14px;
			width: 100%;
			text-align: center;
			margin-top: -10px;
		}
		.kdjf {
			background-color: #fff;
			min-height: 225px;
			border-radius: 25px;
			box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);
			border: 1px solid #f0f0ff;
			padding: 10px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
			height:100%;
		}
		.my-won-bak {
			margin: 0px;
			background-color: transparent;
			background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, var(--bs-body-bg) 100%);
			padding: 25px 0px;
		}
		.hiokkd {
			padding: 10px 10px 10px 10px;
			background-color: #e6087f;
			border-radius: 5px;
		}
		.ldksfj {
			list-style: none;
			font-size: 16px;
			font-weight: 300;
			font-family: 'Nunito', sans-serif;
			padding-top: 10px;
		}
		.footer-stick {
			text-align: center;
			z-index: 99;
			margin-top: -20px !important;
			
		}
		.mobile-sub-menu-container{
			padding-left:0px !important;	
		}
		body:not(.is-expanded-menu) .mobile-sub-menu-container .widget {
			padding: 5px 0;
		}
		.list-group-mobile{
			flex-direction:row !important;
			overflow-x: auto;
		}
		.mobile-list-group{
			min-width: fit-content;
			font-size: 14px;
			border-bottom: 0px !important;
			padding: 5px 10px 5px 5px;
		}
		.dz-flex-wrapper {
			--service-count: 1;
			overflow-x: auto;
		}
		.dz-flex-wrapper .dz-flex-head {
			display: none !important;
		}
		#wrapper {   
			overflow-x: hidden;
		}
		.dz-flex-wrapper .dz-media {
			width: 100%;
			height: 425px;
			min-width: 300px;
		}
		.dz-flex-wrapper .dz-info {
			display: flex;
			flex-direction: column;
			padding: 5px 0;
		}
		.dz-title {
			font-family: 'Jost', sans-serif;
			margin-bottom: 0px;
			font-size: 18px;
			color: #9CCF68;
		}
		.dz-flex-wrapper .dz-flex-info .text {
			margin-bottom: 0px;
			font-size: 13px;
			font-family: 'Jost', sans-serif;
			font-weight: 300;
		}
		.list-check-try {
			margin: 0px 0px 0px 15px !important;
			list-style: auto;
		}
		.dz-flex-wrapper .dz-info ul.list-check-try li {
			font-size: 14px;
			padding: 5px 0 5px 0px;
			font-family: 'Jost', sans-serif;
			font-weight: 300;
		}
		.review-width {
			width: auto;
			
		}
		.page-heading-left {
			text-align: left;
			font-family: 'Jost', sans-serif;
			margin-top: 10px;
		}
		.page-heading-left h3 {
			font-size: 16px;
			font-weight: 300;
			color: #585858;
			margin: 0px 0px 10px;
			text-align: center;
		}
		._i8ti867 {
			width: 100%;
			height: 100% ! IMPORTANT;
			border-radius: 15px;
		}
		.page-heading-contact h2 {
			color: #1D7044;
			font-size: 2.5rem;
			margin: 15px 0px;
			font-weight: 800;
			line-height: 40px;
		}
		.page-heading-contact h3 {
			font-weight: 300;
			color: #657e7e;
			letter-spacing: 0.5px;
			text-align: left;
			font-size: 17px;
			margin-top: 5px;
			margin-bottom: 15px;
			margin-left: 2px;
			font-family: 'Jost', sans-serif;
		}
		.major-life h6 {
			font-size: 20px;
			font-family: 'Nunito', sans-serif;
			margin: 0px 0px 5px;
		}
		.margin-left-about {
			margin-left: 0px;
		}
		.mar-bot-abo{
			padding: 10px 0px 25px;
		}
		.page-heading-left h1 {
			color: #1D7044;
			font-size: 1.2rem;
			margin: 0px;
			font-weight: 800;
			text-align: center;
		}
		.page-heading-left h1 span {
			color: #9CCF68 !important;
			margin-left: 5px;
			font-weight: 500;
			display: block;
		}
		.img-for-about {
			border: 5px solid #fff;
			border-radius: 15px;
			background-color: #fff !important;
			height: 100%;
			margin-left: 0px;
		}
		.another-img {
			position: absolute;
			bottom: 0px;
			width: 175px;
			right: 12px;
			border: 5px solid #fff;
			border-radius: 5px;
			background-color: #fff !important;
		}
		.services-body {
			background-color: #fff;
			padding: 10px 0px;
			border-radius: 8px;
		}
		.services-body h1 {
			font-weight: 600;
			color: #212529;
			font-size: 18px;
			margin-top: 0px;
			margin-bottom: 5px;
			margin-left: 0px;
			font-family: 'Jost', sans-serif;
		}
		.services-body p {
			font-weight: 300;
			color: #212529;
			font-size: 18px;
			margin-top: 0px;
			margin-bottom: 10px;
			margin-left: 5px;
			font-family: 'Jost', sans-serif;
		}
		._tit_opag76y65 {
			font-family: 'Open Sans', sans-serif;
			color: #000000;
			font-weight: 800;
			font-size: 26px;
			padding: 10px 0px 20px;
			text-align: left;
			margin-bottom: 5px;
			line-height: 35px;
		}
		._deti_i7y_blg {
			height: 275px;
			margin: 10px 0px;
			border-radius: 8px;
		}
		.rec-img {
			width: 100%;
			height: auto;
		}
		.tp-tab-date {
			display: block;
			color: #aaa;
			font-weight: 500;
			font-size: 16px;
			margin-bottom: 2px;
		}
		.tp-tab-title {
			text-align: left;
			color: #333;
			font-size: 18px;
			font-weight: 500;
			text-transform: none;
			line-height: 20px;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.tp-tab-content {
			padding: 5px 5px 5px 6px;
			font-family: 'Jost', sans-serif;
			border-bottom: 1px solid #e1e1e1;
		}
		.detoca {
			height: 250px;
			margin: 0px 10px;
			border-radius: 8px;
			border: 0px solid #e1e1e1;
		}
		.lox-bdk {
			margin: 15px 10px 0px 10px;
		}
}


/* Extra Small Devices (Mobile Phones - Portrait) */
@media (max-width: 320px) {
	/* Styles for very small phones (e.g., older iPhones, budget devices) */
	
	
	
}

/* Small Devices (Mobile Phones - Portrait) */
@media (min-width: 321px) and (max-width: 480px) {
	/* Styles for small smartphones */
	.side-par-tit h2 {
		font-size: 50px;
		font-weight: 900;
		margin: 0;
		color: #9CCF68;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.side-par-tit h2 span {
		font-size: 16px;
		color: #1D7044 !important;
		margin: 0px 0px 0px 5px;
		font-family: 'Nunito', sans-serif;
		padding: 0px 0px;
		writing-mode: tb;
		transform: rotate(0);
		position: relative;
		top: 65px;
	}
	.side-par-tit h3 {
		font-size: 30px;
		font-weight: 800;
		color: #ffff !important;
		display: flex;
		flex-wrap: nowrap;
		font-family: 'Jost', sans-serif;
		background-color: #1D7044;
		width: fit-content;
		padding: 0px 16px;
		margin-bottom: 10px;
	}
	.side-par-tit p {       
		font-size: 14px;
	}
	
	.text-righ{
		text-align: right;
	}
	
	.side-par-tit p span {
		background-color: #e6087f00;
		font-family: 'Jost', sans-serif;
		font-weight: 400;
		margin: 0px;
		color: #585858 !important;
		padding: 0px 0px;
	}
	.info-widget.style-1 {
		border-radius: 20px;
		box-shadow: 0 0 30px rgba(0, 0, 0, .05);
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		padding: 5px 5px 5px 5px;
	}
	.counter-tel h1 span {
		display: block;
		font-size: 32px ! IMPORTANT;
		line-height: 1 !important;
		-webkit-text-stroke: 0px #fff;
		color: #fff !important;
		font-weight: 600;
		font-family: 'Jost', sans-serif;
		background-color: #9CCF68;
		width: fit-content;
		padding: 5px 10px;
		margin-top: 5px;
	}
	.counter-tel h1 {
		font-size: 26px ! IMPORTANT;
		line-height: 1.2 !important;
		-webkit-text-stroke: 1px #1D7044;
		color: #1D7044;
		font-weight: 500;
		padding-top: 17px;
		margin: 0px 0px 5px;
	}
	
	.home-according {
		font-size: 12px !important;
		
	}
	.style-10 .content-media .media4 {
		width: 145px;
		height: 145px;       
	}
	.style-10 .content-media .media3 {
		width: 165px;
		height: 125px;
		
	}
	.ms-2 {
		margin-left: 1rem !important;
	}
	.dz-flex-wrapper .dz-media {
		width: 100%;
		height: 335px;
		min-width: 100%;
	}
	.dz-flex-wrapper .dz-flex-info {   
		background-color: #ffffff00;
		
	}
	.dz-flex-wrapper .dz-flex-inner {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 0px;
		min-width: 100%;
	}
	.dz-title {
		font-family: 'Jost', sans-serif;
		margin-bottom: 0px;
		font-size: 16px;
		color: #9CCF68;
	}
	.width-fluide {
		width: 100%;
	}
	.parent-woo-con img {
		height: 175px;
		float: right;
		margin: 0px !important;
		border: 10px solid #fcecd3;
		border-radius: 20px;
		transform: scaleX(-1);
	}
	.time-table {
		position: absolute;
		top: -150px;
		left: 5px;
	}
	
	.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width{ flex-basis:375px; }
	.swiper3.top_blog.hiddent-scrollor .swiper-slide.review-width.active{ flex-basis:380px; }
	.swiper3.top_blog.hiddent-scrollor .swiper-wrapper:has(.swiper-slide.review-width.active) .swiper-slide.review-width:not(.active){ flex-basis:290px; }
	.swiper3.top_blog.hiddent-scrollor .pank-choose-card{ height:235px; }
	
	
	
	
	.text-in-week {
		font-size: 10px;
		line-height: 1.3;
		display: block;
		font-family: 'Jost', sans-serif;
		font-weight: 500;
	}
	.mobile-usp-size {
		width: 60%;
		padding: 5px !important;
	}
	.faq-text span {
		font-size: 20px;
		font-weight: 500;
		color: #9CCF68 !important;
		line-height: 0;
		font-family: 'Jost', sans-serif;
		margin: 0px;
	}
	.faq-text h3 {
		font-family: 'Jost', sans-serif;
		margin: 5px 0px;
		font-size: 18px;
	}
	
	.count-skill-count {
		font-size: 10px !important;
	}
	.coount-body-head h2 {
		font-size: 10px;
		font-family: 'Jost', sans-serif;
		margin: 0px;
		font-weight: 300;
	}
	.border-indesk {
		border-right: 0px solid #e1e1e1;
		border-radius: 0px ! IMPORTANT;
	}
	.page-backgo {
		background-color: #fff !important;
		padding: 0px;
		border-radius: 8px;
	}
	._bl_zing h6 {
		font-size: 12px;
		font-weight: 400;
		margin: 5px 0px;
	}
	
}

/* Medium Devices (Mobile Phones - Landscape and Small Tablets - Portrait) */
@media (min-width: 481px) and (max-width: 767px) {
	/* Styles for larger smartphones and small tablets */
	.side-par-tit h2 {
		font-size: 4rem;
		font-weight: 900;
		margin: 0;
		color: #9CCF68;
	}
}

/* Large Devices (Tablets - Portrait) */
@media (min-width: 768px) and (max-width: 991px) {
	/* Styles for tablets in portrait mode */
	
}

/* Tablets and Small Laptops */
@media (min-width: 992px) and (max-width: 1199px) {
	/* Styles for tablets in landscape mode and small laptops */
	
	
}

/* Laptops and Desktops */
@media (min-width: 1200px) and (max-width: 1440px) {
	/* Styles for laptops and smaller desktops */
	.side-par-tit h2 {
		font-size: 3.5rem;
		font-weight: 900;
		margin: 0;
		color: #9CCF68;
	}
	.side-par-tit h3 {
		font-size: 35px;
		font-weight: 800;
		color: #ffff !important;
		display: flex;
		flex-wrap: nowrap;
		font-family: 'Jost', sans-serif;
		background-color: #1D7044;
		width: fit-content;
		padding: 0px 15px;
	}
	.side-par-tit h2 span {
		font-size: 20px;
		color: #1D7044 !important;
		margin: 0px 0px 0px 5px;
		font-family: 'Nunito', sans-serif;
		padding: 5px 0px;
		writing-mode: tb;
		transform: rotate(0);
		position: relative;
		top: 85px;
	}
	.time-table {
		position: absolute;
		top: 0px;
		right: -45px;
	}
	.info-widget.style-6 {
		width: 245px;
		border-radius: 14px;
		padding: 20px 20px 15px;
		position: relative;
		margin: 0px 0px 0 0;
		background-color: #1D7044;
	}
	.book-time-button {
		display: block;
		text-align: center;
		font-family: 'Jost', sans-serif;
		border: 1px solid #fff;
		color: #fff;
		padding: 8px;
		transition: all 0.9s ease;
	}
	.counter-tel h1 {
		font-size: 50px ! IMPORTANT;
		line-height: 1.2 !important;
		-webkit-text-stroke: 2px #1D7044;
		color: #1D7044;
		font-weight: 800;
		padding-top: 20px;
	}
	.counter-tel h1 span {
		display: block;
		font-size: 58px ! IMPORTANT;
		line-height: 1 !important;
		-webkit-text-stroke: 0px #fff;
		color: #fff !important;
		font-weight: 300;
		font-family: fantasy;
		background-color: #9CCF68;
		width: fit-content;
		padding: 5px 10px;
	}
	.count-sub-body {
		display: flex;
		flex-wrap:no-wrap;
		width: 100%;
		padding: 5px;
		transition: all 0.9s ease;
		cursor: pointer;
		border: 0px solid #e1e1e1;
		border-radius: 0px;
		align-content: center;
		margin-top: 0;
	}
	.dz-flex-wrapper .dz-flex-item {
		height: 950px;
	}
	.dz-flex-wrapper .dz-flex-inner {
		display: block;
		gap: 30px;
		padding: 30px;
		min-width: 100%;
	}
	.dz-flex-wrapper .dz-media {
		width: 100%;
		height: 500px;
		min-width: 100%;
	}
	.dz-flex-wrapper .dz-media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 15px;
	}
	.style-10 .content-media {
		display: inline-block;
		gap: 15px;
		position: relative;
		z-index: 1;
		margin-left: 0px;
	}	
	.faq-text span {
		font-size: 30px;
		font-weight: 500;
		color: #9CCF68 !important;
		line-height: 0;
		font-family: 'Jost', sans-serif;
		margin: 0px;
	}
	.faq-text h3 {
		font-family: 'Jost', sans-serif;
		margin: 0px;
		font-size: 32px;
	}
	
}

/* Extra Large Screens */
@media (min-width: 1441px) {
	/* Styles for high-resolution desktops and TVs */
}
