/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pangolin&display=swap');

/* Colors */
:root {
	--primary-color: #3D6739;
	--light-orange-color: #FFEFC6;
	--orange-color: #EB9C35;

	--font-alkatra: "Alkatra", system-ui;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block; margin: 0; padding: 0;}
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {margin: 0; padding: 0; list-style: none;}
button, input, select, textarea {margin: 0; padding: 0; border: none; font-family: "Lato", sans-serif;}
.custfield:focus {outline: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
body {font-family: "Lato", sans-serif; font-size: 14px; color: #4d4d4d;}
a {text-decoration: none;}
a:hover, a:focus {text-decoration: none; outline: none;}
img {border: none; vertical-align: middle;}
section{overflow: hidden;}

::-webkit-input-placeholder {color: #B0B0B0 !important; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; font-family: "Montserrat", sans-serif;}
::-moz-placeholder {color: #B0B0B0 !important; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; font-family: "Montserrat", sans-serif;}
:-ms-input-placeholder {color: #B0B0B0 !important; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; font-family: "Montserrat", sans-serif;}
:-moz-placeholder {color: #B0B0B0 !important; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; font-family: "Montserrat", sans-serif;}

/****************
 * Common Css
 ****************/
.text-light-orange-color {color: var(--light-orange-color);}
.text-primary-color {color: var(--primary-color);}
h1, h2 {font-family: var(--font-alkatra); font-size: 65px; line-height: 68px;}
.container-ml{margin-left: calc((100vw - 1320px)/ 2);}

.fs-26 {font-size: 26px;}

.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}

.btn{height: 60px; padding: 10px 25px; font-size: 18px; font-weight: 700; text-transform: uppercase; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.3s ease-in-out !important; letter-spacing: 0.25rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);}
.btn-orange{
	background-color: var(--orange-color);  color: #1E1E1E;

	&:hover{background-color: #4d4d4d; color: #ffffff;}
}
.btn-green{
	background-color: var(--primary-color);  color: #ffffff;

	&:hover{background-color: #4d4d4d; color: #ffffff;}
}

@media (max-width: 1399px) {
	.container{max-width: calc(100% - 60px);}
	.container-ml{margin-left: 42px;}
}
@media (max-width: 1199px) {
	h1, h2 {font-size: 52px; line-height: 60px;}
	.btn{height: 48px; border-radius: 10px; font-size: 14px; letter-spacing: 2.8px; padding: 10px 40px;}
}
@media (max-width: 767px) {
	h1, h2 {font-size: 32px; line-height: 34px;}
	.btn{font-size: 12px; padding: 10px 20px;}
	/* .btn-orange{color: #ffffff;} */
	.container{max-width: calc(100% - 36px);}
	.container-ml{margin-left: 30px;}
}

 /* Icons */
 [class^="evic--"], [class*="evic--"] {display: inline-block; background-size: cover; background-repeat: no-repeat; background-position: center;}
 .evic--e-schools{background-image: url(../images/ic_menu-item-schools.svg); width: 34px; height: 14px;}
 .evic--e-vana{background-image: url(../images/ic_menu-item-vana.svg); width: 25px; height: 20px;}
 .evic--e-nava{background-image: url(../images/ic_menu-item-nava.svg); width: 20px; height: 20px;}
 .evic--cmr{background-image: url(../images/ic_menu-item-cmr.svg); width: 15px; height: 22px;}


/** Header Part Start **/
header {
	position: relative; box-shadow: 0px 0px 20px 0px #00000026; -moz-box-shadow: 0px 0px 20px 0px #00000026; -webkit-box-shadow: 0px 0px 20px 0px #00000026; z-index: 999; background: #ffffff;

	.logo{align-self: center;}
	.logo img {width: 222px;}
	.mobile-nav-option {display: none;}
	.headerright {
		margin-left: auto;

		ul{display: flex;}
		ul li a{display: inline-flex; align-items: center; gap: 10px; color: inherit;}
	
		.infolinks ul{gap: 25px; border-bottom: 1px solid rgba(77,77,77,0.2);}
		.infolinks ul li a{font-size: 12px; padding: 15px 0; min-height: 54px; border-bottom: 2px solid transparent; transition: all 0.3s ease;}
		.infolinks ul li a:not(.active):not(.u-items):not(:hover){opacity: 0.4; text-transform: uppercase; font-weight: 900;}
		.infolinks ul li a.active, 
		.infolinks ul li a:hover{border-bottom-color: var(--primary-color); font-weight: 900;}
		.infolinks ul li a.u-items{font-size: 14px; text-decoration: underline; font-weight: 400; text-transform: capitalize;}
	
		.custnav ul{gap: 70px; justify-content: end;}
		.custnav ul li a{font-size: 16px; font-weight: 500; padding: 25px 0; text-transform: uppercase;}
		.custnav ul li a.active,
		.custnav ul li a:hover{color: var(--primary-color); font-weight: 900;}
	}
	
	@media (max-width: 1399px) {
		.logo img {width: 180px;}
		.headerright .infolinks ul{gap: 20px;}
		.headerright .custnav ul{gap: 40px;}
	}

	@media (max-width: 1199px) {
		min-height: 70px; padding: 10px 0;

		.logo img {width: 130px;}
		.mobile-nav-option{display: flex; margin-left: auto; gap: 20px;}
		.container > .d-flex{align-items: center;}

		.headerright{
			position: fixed; top: 70px; bottom: 0; left: 0; z-index: 10; background: #ffffff; width: 320px; flex-direction: column; padding: 40px 30px; transform: translateX(-100%); transition: all 0.3s ease;
			
			
			.infolinks ul{flex-direction: column; gap: 0;padding-bottom: 10px;}
			.infolinks ul li a{width: 100%; padding: 8px 0; margin-bottom: 8px; min-height: 36px;}
			.custnav{margin-top: 20px;}
			.custnav ul{flex-direction: column; gap: 0;}
			.custnav ul li a{width: 100%; padding: 8px 0; margin-bottom: 8px; min-height: 36px;}
		}
	}
}
@media (max-width: 1199px) {
	body.mobile-menu-open header .headerright{ transform: translateX(0);}
	body.mobile-menu-open{overflow: hidden; }
	body.mobile-menu-open::before{content: ''; position: fixed; inset: 0; background: #00000066; z-index: 9;}
}

/* Footer */
footer {
	background: var(--light-orange-color); position: relative; z-index: 2; padding: 67px 0;
		
	.footermenus .ftlinks, .ftmenus {width: 100%; display: flex; justify-content: end;}
	.footermenus .ftlinks {margin-bottom: 24px;}
	.footermenus .ftlinks li {float: left; padding: 0 19px;}
	.footermenus .ftlinks li:first-child, .ftmenus li:first-child {padding-left: 0px;}
	.footermenus .ftlinks li:last-child, .ftmenus li:last-child {padding-right: 0px;}
	.footermenus .ftlinks li a {float: left; font-size: 15px; color: #4d4d4d; text-transform: uppercase; text-decoration: underline;}
	.ftmenus li {float: left; padding: 0 32px;}
	.ftmenus li a {float: left; font-size: 18px; color: var(--primary-color); text-transform: uppercase;}
	.footerbtm {position: relative; float: left; padding-bottom: 50px;}
	.ftcontact {max-width: 316px;  margin-top: 50px;}
	.ftcontact p {font-size: 16px; padding-left: 44px; margin-top: 28px; color: var(--primary-color); background-repeat: no-repeat;}
	.ftcontact p a {color: var(--primary-color);}
	.ftcontact .mail {background-image: url(../images/mail-icon1.svg); background-position: 0% 50%;}
	.ftcontact .phone {background-image: url(../images/phone-icon1.svg); background-position: 0% 50%;}
	.ftcontact .address {background-image: url(../images/location-icon1.svg); background-position: 0% 0%;}
	.ftimg1 {position: absolute; right: -5px; bottom: 5px;}
	.ftimg1 img {width: 100%;}
	.copyright {width: 100%;}
	.copyright p {font-size: 16px; color: #4d4d4d; font-family: "Montserrat", sans-serif; text-transform: uppercase;}
	.copyright p a {color: #4d4d4d;}
	.footermenus .ftlinks li a:hover, .ftmenus li a:hover, .ftcontact p a:hover, .copyright p a:hover {color: var(--orange-color);}

	@media (max-width: 1199px) {
		.ftmenus li {padding: 0 25px}
	}
	@media (max-width: 991px) {
		.footermenus .ftlinks {margin-top: 0px;}
		.footermenus .ftlinks li, .ftmenus li {width: 100%; padding:5px 0px;}
		.footermenus .ftlinks li a {float: right;}
		.ftmenus li a {float: right;}
		.ftimg1 {width: 210px;}
	}
	@media (max-width: 767px) {
		padding: 50px 0 30px; margin-top: 0px;

		.flogo {margin-bottom: 30px;}
		.flogo img {width: 136px;}
		.footermenus {clear: both;}
		.footermenus .ftlinks li, footer .ftmenus li {padding: 3px 0px;}
		.footermenus .ftlinks li a, footer .ftmenus li a {font-size: 12px;}
		.ftcontact p {font-size: 12px; padding-left: 35px; margin-top: 15px;}
		.ftcontact .phone {padding-bottom: 2px;}
		.ftimg1 {width: 102px; top: 10px; right: 0; bottom: initial;}
		.ftimg2 {position: absolute; top: -120px;}
		.ftcontact {padding-top: 60px;margin-top: 0px;}
		.copyright {flex-direction: column; text-align: center; padding-top: 30px;}
		.copyright p {font-size: 10px; padding: 5px 0;}
		.footerbtm {padding-bottom: 20px;}
		.ftmenus li a{font-size: 12px;}
		.footermenus .ftlinks{margin-bottom: 10px;}
	}
}

/* Launch Page */
.hero-section{
	position: relative; color: #ffffff;

	.container{position: absolute; inset: 0;}
	p {font-size: 22px; line-height: 30px;}
	.btn{margin-top: 60px; min-width: 330px;}
	.h-bg-img{width: 100%;}

	@media (max-width: 1199px) {
		p {font-size: 18px; line-height: 25px; max-width: 400px; margin: 0 auto; margin-top: 10px; }
		.btn{margin-top: 40px; min-width: auto;}
	}
	@media (max-width: 767px) {
		p{font-size: 16px; line-height: 20px; max-width: 208px;margin-top: 10px;}
		.btn-orange{color: #ffffff;}
	}
}

.category-section{
	padding-top: 230px; padding-bottom: 100px; background-color: var(--primary-color); color: #ffffff; position: relative;
	&::before{
		content: ''; position: absolute; top: -110px; left: 0; right: 0; height: 300px; background-image: url(../images/divider-1.png); background-repeat: no-repeat; background-size: 100% 100%;
	}
	.cat-box{display: flex; flex-direction: column; gap: 15px; align-items: center; width: 130px; margin: 0 auto; text-align: center; font-size: 18px; font-weight: 300;}
	.cat-box img{min-height: 106px; object-fit: scale-down;}

	@media (max-width: 1199px) {
		&::before{top: -110px; left: 0; right: 0; height: 270px; background-size: auto 100%;}
		.cat-box{font-size: 16px;}
	}
	@media (max-width: 767px) {
		padding-top: 180px; padding-bottom: 90px;
		.row{row-gap: 40px;}
		.cat-box {font-size: 14px;width: 100px;}
		.cat-box img{min-height: 96px; height: 96px;}
	}
}

.pathways-section{
	padding-bottom: 60px; background-color: var(--primary-color); color: #ffffff;
	
	.sec-img{width: 90%; display: block; margin-left: auto;}
	.pathway-box{max-width: max(475px, 66.66%);}
	.pathway-box p{font-size: 26px; line-height: 40px; font-weight: 300; margin-top: 48px; margin-bottom: 78px;}
	.btn{min-width: 286px; height: 80px;}

	@media (max-width: 1399px) {
		.btn{min-width: 0; height: 60px;}
	}
	@media (max-width: 1199px) {
		.pathway-box img {width: 120px;}
		.pathway-box p{font-size: 20px; line-height: 34px; margin-top: 20px; margin-bottom: 50px;}
		.btn{height: 48px;}
	}
	@media (max-width: 767px) {
		.pathway-box {max-width: 100%; margin-right: 30px; margin-bottom: 50px;}
		.pathway-box img{width: 106px;}
		.pathway-box p{font-size: 14px;line-height: 26px;margin-bottom: 37px;}
		.btn{min-width: 186px;}
		.sec-img{width: 100%;}
	}
}

.learning-section{
	padding: 60px 0; background-color: var(--primary-color); color: #ffffff;

	.p1{font-size: 20px; font-weight: 300; line-height: 34px; text-transform: uppercase;}
	.p2{font-size: 22px; line-height: 30px; max-width: 845px; margin: 50px auto;}

	.learn-box{
		width: 100%; position: relative;

		.bg-img{width: 100%;}
		.learn-box-content{position: absolute; top: 0; left: 0; right: 0; z-index: 1; height: 0; transition: all 0.3s ease;}
		.learn-box-content .lb-wrapper{padding: 45px;}
		.learn-box-content .icon-img{height: 77px; object-fit: scale-down;}
		.learn-box-content h5{font-size: 16px; font-weight: 900; margin-top: 20px; text-transform: uppercase; letter-spacing: 1.6px;}
		.lb-more{position: absolute;inset: 0;min-height: 100%; background: #14331D; mask-size: 100%; mask-repeat: no-repeat; z-index: -1;}
		.lb-more p{padding: 175px 36px 45px 45px; font-size: 18px; line-height: 25px;}
		.view-more{position: absolute; display: inline-flex; bottom: -20px; left: 50%; transform: translateX(-50%);}
		.view-more img{transition: all 0.3s ease;}
		.learn-box-content.lb-open{height: 345px;}
		.learn-box-content.lb-open .view-more img{rotate: 180deg;}

		.lb-1 .lb-more{-webkit-mask-image: url(../images/learn-img1.png); mask-image: url(../images/learn-img1.png);}
		.lb-2 .lb-more{-webkit-mask-image: url(../images/learn-img2.png); mask-image: url(../images/learn-img2.png);}
		.lb-3 .lb-more{-webkit-mask-image: url(../images/learn-img3.png); mask-image: url(../images/learn-img3.png);}
		.lb-4 .lb-more{-webkit-mask-image: url(../images/learn-img4.png); mask-image: url(../images/learn-img4.png);}
		.lb-4.learn-box-content .icon-img{width: 87px;}
	}

	@media (max-width: 1199px) {
		.p1{font-size: 16px; line-height: 26px;}
		.p2{font-size: 16px; line-height: 26px; max-width: 700px; margin: 50px auto;}

		.learn-box{
			.learn-box-content .lb-wrapper {padding: 25px;}
			.learn-box-content .icon-img{height: 60px;}
			.lb-4.learn-box-content .icon-img{width: 68px;}
			.learn-box-content h5{font-size: 14px;}
			.lb-more p {padding: 145px 26px 25px 25px;font-size: 16px;line-height: 22px;}
			.learn-box-content.lb-open {height: 300px;}
		}
	}
	@media (max-width: 767px) {
		padding: 40px 0; overflow: hidden;
		.p1{font-size: 12px; line-height: 18px; margin-top: 10px;}
		.p2 {font-size: 14px; line-height: 22px; margin: 34px auto;}
		.learn-box{
			.learn-box-content .lb-wrapper{padding: 40px 25px 25px;}
			.lb-more p{padding: 150px 26px 25px 25px;font-size: 14px;line-height: 18px;}
		}
		.learn-carousel {max-width: 75%;}
		.learn-carousel .owl-stage-outer{padding-top: 20px; overflow: visible;}
	}
}

.message-section{
	background-color: var(--primary-color); color: #ffffff; padding: 80px 0;

	h3 {font-size: 20px; line-height: 34px; letter-spacing: 2px; font-weight: 700; text-transform: uppercase;}
	.msg{font-size: 32px; line-height: 42px; font-weight: 300; margin: 32px auto; max-width: 540px;}
	.name{font-size: 20px; line-height: 34px; letter-spacing: 2px; font-weight: 700;}
	.degree{font-size: 13px; line-height: 23px; letter-spacing: 1.3px;}

	@media (max-width: 1199px) {
		h3 {font-size: 18px; line-height: 30px;}
		.msg{font-size: 24px; line-height: 32px; font-weight: 300; margin: 32px auto; max-width: 540px;}
		.name{font-size: 18px; line-height: 30px; margin-bottom: 8px;}
		.degree{font-size: 12px;line-height: 18px;letter-spacing: 0.5px;}
	}
	@media (max-width: 767px) {
		padding: 45px 0;
		h3 {font-size: 12px;line-height: 19px;}
		.msg {font-size: 18px;line-height: 24px; margin: 17px auto; max-width: 100%;}
		.name {font-size: 14px;line-height: 19px;margin-bottom: 0px;}
		.degree{font-size: 10px;line-height: 16px;letter-spacing: 0.1px;}
	}
}

.spaces-section{
	padding: 60px 0; background-color: var(--primary-color); color: #ffffff;

	h2 + p {font-size: 20px; line-height: 34px; text-transform: uppercase; font-weight: 300; margin-bottom: 70px;}
	.fs-26{line-height: 40px;}
	
	.video-wrapper{position: relative; margin-bottom: 48px; aspect-ratio: 2 / 0.92;}
	.video-wrapper video{width: 100%; height: 100%; object-fit: cover; object-position: center;}
	.video-wrapper .play-button{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: transparent;}

	.max-content{max-width: 571px; margin: 0 auto; padding-top: 20px;}
	.classrooms-carousel .owl-nav{position: absolute; top: 40%; transform: translateY(-50%);left: -40px;right: -40px;}
	.owl-carousel .owl-nav{display: flex; justify-content: space-between;}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {background-image: url(../images/ic_arrow-right.svg); background-position: center; height: 80px; width: 80px; display: flex;}
	.owl-carousel .owl-nav .owl-prev {transform: rotate(180deg);}
	.owl-carousel .owl-nav .disabled{opacity: 0.8; pointer-events: none;}
	.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span{display: none;}

	@media (max-width: 1399px) {
		.classrooms-carousel .owl-nav{left: -30px; right: -30px;}
		.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{width: 60px; height: 60px; background-size: 60px;}
	}
	@media (max-width: 1199px) {
		h2 + p{font-size: 16px;line-height: 26px;}
		.fs-26{font-size: 20px;line-height: 30px;}
	}
	@media (max-width: 767px) {
		padding: 45px 0;
		h2 + p{font-size: 12px;line-height: 20px; margin-top: 10px; margin-bottom: 40px; max-width: 205px;	margin-left: auto; margin-right: auto;}
		h2 + p br{display: none;}
		.video-wrapper{height: 660px; aspect-ratio: auto;}
		.video-wrapper video{height: 100%;width: 100%;object-fit: cover;object-position: center;}
		.video-wrapper .play-button img{width: 52px; height: 52px;}
		.fs-26 {font-size: 14px;line-height: 22px;}
	}
}

.design-challenge-section{
	padding: 60px 0;
	
	.sec-img{width: 100%;}
	.dc-box{max-width: max(475px, 66.66%);}
	.dc-box h3{ margin-top: 48px; font-size: 20px; line-height: 40px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; color: var(--primary-color);}
	.dc-box p{font-size: 26px; line-height: 40px; font-weight: 400; margin-bottom: 78px;}
	.btn{min-width: 480px; height: 80px;}

	@media (max-width: 1399px) {
		.btn{min-width: 0; height: 60px;}
	}
	@media (max-width: 1199px) {
		.dc-box img{width: 88px;}
		.dc-box h3{font-size: 18px;line-height: 34px;}
		.dc-box p{font-size: 20px;line-height: 34px; margin-bottom: 48px;}
	}
	@media (max-width: 767px) {
		.container-ml{margin-right: 30px;}
		.dc-box h3{font-size: 12px; line-height: 20px; margin-top: 36px;}
		.dc-box p {font-size: 14px;line-height: 24px;margin-bottom: 35px; font-weight: 400;}
		.btn{height: 48px;}
		.sec-img{margin-top: 60px;}
	}
}

.multi-week-residential-section{
	padding: 60px 0 150px;
	
	h3{font-size: 20px; line-height: 40px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; color: var(--primary-color); margin-bottom: 15px;}
	h3 + p {font-size: 22px; line-height: 34px; margin-bottom: 80px; max-width: 845px;}

	.mwr-list{display: flex; justify-content: space-between;}
	.mwr-list .mwr-item{max-width: 130px; margin: 0 auto; text-align: center;}
	.mwr-list .mwr-item img{height: 100px; object-fit: scale-down; margin-bottom: 15px;}
	.mwr-list .mwr-item p{font-size: 18px; line-height: 25px; font-weight: 300;}

	@media (max-width: 1199px) {
		h3{font-size: 18px; line-height: 34px; margin-bottom: 10px;}
		h3 + p {font-size: 20px; line-height: 30px; margin: 0 auto; margin-bottom: 60px; max-width: 700px;}
		.mwr-list .mwr-item img{height: 80px; margin-bottom: 10px;}
		.mwr-list .mwr-item p{font-size: 16px;line-height: 22px;}
	}
	@media (max-width: 767px) {
		padding-top: 0; padding-bottom: 50px;

		h3 {font-size: 12px;line-height: 20px;margin-bottom: 10px;}
		h3 + p {font-size: 14px;line-height: 24px;margin-bottom: 40px;}
		.mwr-list{flex-wrap: wrap; row-gap: 30px;}
	}
}

/* Camp Vana Section */
.campvana-section{
	padding-bottom: 45px;

	.campvana-box{position: relative; display: flex; justify-content: center; min-height: 960px; padding: 170px 0;}
	.campvana-box::after{content: ''; position: absolute; inset: 0; background-image: url(../images/campvana-shape.svg); background-repeat: no-repeat;background-size: 73%;}
	.owl-carousel .owl-item .campvana-box img {position: absolute; top: 0; right: 0; width: auto; height: 100%; margin-left: auto;}
	.campvana-box .campvana-content{position: relative; z-index: 1; color: #ffffff; width: 658px; margin-right: auto;}
	.campvana-box .campvana-content h2{margin-bottom: 40px;}
	.campvana-box .campvana-content p.desc{font-size: 26px; line-height: 36px; font-weight: 300; margin-bottom: 40px;}

	.grades{display: flex; flex-direction: column; gap: 30px;}
	.grades .grade{display: flex; font-size: 26px; line-height: 36px; font-weight: 300;}
	.grades .grade .label{min-width: 160px; font-weight: 500;}

	.owl-nav{position: absolute; bottom: -40px; left: calc((100vw - 1320px)/ 2);}
	.owl-carousel .owl-nav{display: flex; gap: 85px; }
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {background-image: url(../images/ic_arrow-right.svg); background-position: center; height: 80px; width: 80px; display: flex;}
	.owl-carousel .owl-nav .owl-prev {transform: rotate(180deg);}
	.owl-carousel .owl-nav .disabled{opacity: 0.8; pointer-events: none;}
	.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span{display: none;}

	@media (max-width: 1399px) {
		.owl-carousel .owl-nav{left: 42px;gap: 45px;bottom: -30px;}
		.campvana-box::after{background-size: auto;}
		.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{width: 60px; height: 60px; background-size: 60px;}
	}
	@media (max-width: 1199px) {
		.campvana-box{padding: 100px 0; min-height: 680px;}
		.campvana-box::after{background-size: 80%;}
		.campvana-box .campvana-content{width: 570px;}
		.campvana-box .campvana-content h2{margin-bottom: 20px;}
		.campvana-box .campvana-content p.desc{font-size: 20px;line-height: 30px; margin-bottom: 25px;}
		.grades{gap: 20px;}
		.grades .grade{font-size: 20px; line-height: 30px;}
	}
	@media (max-width: 991px) {
		.campvana-box::after {background-size: 100%;}
	}
	@media (max-width: 767px) {
		.campvana-box{flex-direction: column-reverse; min-height: fit-content; padding-top: 320px; padding-bottom: 60px;}
		.campvana-box::after{background-image: url(../images/campvana-shape-mob.png); background-position: center 200px; background-size: 100% auto;}
		.campvana-box .campvana-content {width: calc(100% - 60px);}
		.owl-carousel .owl-nav{left: 30px; gap: 30px;}
		.owl-carousel .owl-item .campvana-box img{width: 100%; height: auto;}
		.campvana-carousel{background-color: var(--primary-color);}
		.campvana-box .campvana-content p.desc{font-size: 14px; line-height: 24px;}
		.grades .grade{font-size: 14px; line-height: 24px;}
		.grades .grade .label {min-width: 100px;}
	}
}

.guiding-circle-section{
	padding: 80px 0; overflow: hidden;

	.sub-title{max-width: 507px; margin: 0 auto; font-size: 22px; line-height: 34px; font-weight: 300; margin-top: 8px;}

	.guiding-circle-carousel {margin-top: 70px; max-width: 80%;}
	.guiding-member-box{
		.profile-img{width: 100%; aspect-ratio: 1/1.25; background-color: #D9D9D9; border-radius: 30px; overflow: hidden; margin-bottom: 32px;}
		.profile-img img{width: 100%; height: 100%; object-fit: cover;}
		.msg{font-size: 22px; line-height: 28px; letter-spacing: 0.5px; margin-bottom: 24px; font-weight: 300; font-style: italic;}
		.name{font-size: 26px; line-height: 36px; font-weight: 700;}
		.designation{font-size: 15px; line-height: 22px;font-weight: 500;}
	}

	.owl-carousel .owl-stage-outer{overflow: visible;}
	.owl-nav{position: absolute; top: 35%; transform: translateY(-50%);left: -40px;right: -40px;}
	.owl-carousel .owl-nav{display: flex; justify-content: space-between;}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {background-image: url(../images/ic_arrow-right.svg); background-position: center; background-size: 80px; height: 80px; width: 80px; display: flex;}
	.owl-carousel .owl-nav .owl-prev {transform: rotate(180deg);}
	.owl-carousel .owl-nav .disabled{opacity: 0.8; pointer-events: none;}
	.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span{display: none;}
	
	@media (max-width: 1399px) {
		.owl-nav{left: -30px;right: -30px;}
		.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{width: 60px; height: 60px; background-size: 60px;}
	}
	@media (max-width: 1199px) {
		.owl-nav{top: 32%;}
		.sub-title{font-size: 16px;line-height: 26px;}
		.guiding-member-box{
			.profile-img{border-radius: 20px; margin-bottom: 15px;}
			
			.msg{font-size: 18px; line-height: 24px; margin-bottom: 18px;}
			.name{font-size: 18px; line-height: 24px; margin-bottom: 8px;}
			.designation{font-size: 14px; line-height: normal;}
		}
	}
	@media (max-width: 767px) {
		.guiding-circle-carousel{max-width: 100%;}
		.owl-nav {top: 40%;}
		.owl-carousel .owl-stage-outer{overflow: hidden;}
		.guiding-member-box{
			.profile-img{max-height: 383px;}
		}
	}
}

.our-circle-section{
	padding: 100px 0;

	h3 {font-size: 32px; line-height: 40px; margin-bottom: 60px;}
	.our-circle-box{background-color: rgba(0, 0, 0, 0.20); border-radius: 30px; padding: 50px; height: 100%;}
	.our-circle-box .oc-logo{display: flex; align-items: center; justify-content: center; font-size: 18px; height: 115px; width: 115px; border-radius: 50%; background-color: #D9D9D9; overflow: hidden; margin-bottom: 25px;}
	.our-circle-box .oc-logo img{width: 100%; height: 100%; object-fit: cover; }
	.our-circle-box h4{font-size: 35px; line-height: 38px; font-weight: 600; font-family: var(--font-alkatra); margin-bottom: 8px;}
	.our-circle-box p{font-size: 18px; line-height: 25px;}
	.our-circle-links {display: flex;gap: 10px;align-items: center;margin-top: 20px;}
	.our-circle-links a {font-weight: 700;color: #4d4d4d;text-decoration: underline;}


	@media (max-width: 1199px) {
		h3 {font-size: 26px;line-height: 32px;margin-bottom: 40px;}
		.our-circle-box{border-radius: 20px;padding: 30px;}
		.our-circle-box .oc-logo{height: 90px; width: 90px; margin-bottom: 15px;}
		.our-circle-box h4{font-size: 26px; line-height: 32px; margin-bottom: 6px;}
		.our-circle-box p{font-size: 16px; line-height: 22px;}
	}
	@media (max-width: 767px) {
		padding-top: 20px; padding-bottom: 20px;
		h3 {font-size: 20px; line-height: 24px; margin-bottom: 40px;}
	}
}

.eyp-section{
	padding: 120px 0; overflow: hidden;

	.eyp-wrapper{display: flex; justify-content: space-between;}
	.eyp-wrapper .side-img{width: 22.5%;}
	.eyp-wrapper .side-img.img1 {margin-top: auto;margin-bottom: auto; text-align: center;}
	.eyp-wrapper .side-img.img2 {margin-top: auto;margin-bottom: -50px;}
	.eyp-content{text-align: center; width: 55%;}
	.eyp-content h2{margin-bottom: 14px;}
	.eyp-content p{font-size: 22px; line-height: 34px; font-weight: 300; max-width: 83%; margin: 0 auto; margin-bottom: 40px;}
	.eyp-content .btn{height: 80px; min-width: 484px; margin: 30px 0;}
	.eyp-link {display: flex; justify-content: center; gap: 30px;}
	.eyp-link a{position: relative; font-size: 15px; line-height: 17px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; position: relative; color: inherit; text-decoration: underline;}
	.eyp-link a:not(:last-of-type)::after{content: ''; position: absolute; right: -17px; bottom: 6px; height: 6px; width: 6px; background-color: #4d4d4d; border-radius: 50%;}

	@media (max-width: 1399px) {
		.eyp-content .btn{min-width: 0; height: 60px;}
	}
	@media (max-width: 1199px) {
		.eyp-wrapper .side-img{width: 20%;}
		.eyp-content {width: 60%;}
		.eyp-wrapper .side-img.img1 img,
		.eyp-wrapper .side-img.img2 img{width: 100%;}
		.eyp-wrapper .side-img.img2 img{margin-bottom: 80px;}
		.eyp-content p{font-size: 20px; line-height: 30px; max-width: 100%; margin-bottom: 30px;}
		.eyp-content .btn{height: 48px;}
	}
	@media (max-width: 767px) {
		.eyp-wrapper{flex-direction: column; align-items: center;}
		.eyp-content{width: 100%;}
		.eyp-wrapper .side-img.img1{width: 150px; align-self: self-start; margin-left: 30px; margin-bottom: 20px;}
		.eyp-wrapper .side-img.img2{width: 201px; margin-top: 55px; align-self: self-end;}
		.eyp-wrapper .side-img.img2 img{margin-bottom: 0;}
		.eyp-content p{font-size: 14px; line-height: 24px;}
		.eyp-content .btn{margin-top: 0px;}
		.eyp-link{flex-wrap: wrap; max-width: calc(100% - 10px); margin: 0 auto; row-gap: 10px;}
		.eyp-link a{font-size: 12px; line-height: 16px; letter-spacing: 1.2px;}
	}
}

.register-walk-section{
	padding: 60px 0 150px;
	
	.sec-img{width: 90%;}
	.rw-box p{font-size: 26px; line-height: 40px; margin-bottom: 50px; max-width: max(475px, 66.66%);}
	.btn{min-width: 630px; height: 80px; margin-bottom: 36px;}

	.rw-link {display: flex; justify-content: center; gap: 30px; max-width: 630px;}
	.rw-link a{position: relative; font-size: 15px; line-height: 17px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; position: relative; color: inherit; text-decoration: underline;}
	.rw-link a:not(:last-of-type)::after{content: ''; position: absolute; right: -17px; bottom: 6px; height: 6px; width: 6px; background-color: #D9D9D9; border-radius: 50%;}

	@media (max-width: 1399px) {
		.btn{min-width: 505px; height: 60px;}
		.rw-link {max-width: 505px;}
	}
	@media (max-width: 1199px) {
		.rw-box p{font-size: 20px;line-height: 30px;margin-bottom: 30px; max-width: 100%;}
		.btn{height: 48px; min-width: 100%;margin-bottom: 20px;}
	}
	@media (max-width: 767px) {
		padding: 20px 0 100px;
		.container-ml{margin-right: 30px;}
		.rw-box p{font-size: 14px;line-height: 26px;}
		.btn {text-wrap: balance;}
		.rw-link{flex-wrap: wrap; margin-top: 30px; row-gap: 20px;}
		.sec-img{width: 100%; margin-top: 50px;}
		.btn-orange:not(:hover),
		.btn-green:not(:hover) {color: #1E1E1E;}
	}
}

/* Contact us page */
.contectus-page{
	padding-top: 80px; padding-bottom: 80px; background-color: var(--primary-color); color: var(--light-orange-color);

	.mt-80{margin-top: 80px;}

	.ctitle p{max-width: 405px; padding-top: 10px; font-size: 22px; line-height: 30px; color: #ffffff;}

	.contact-wrapper{height: 100%; display: flex; flex-direction: column;}
	.contacts-info {margin-bottom: 40px;}
	.contacts-info p{font-size: 22px; line-height: 28px; padding-left: 44px; margin-bottom: 20px; letter-spacing: 0.55px; background-repeat: no-repeat; background-position: 0 5px; color: #ffffff;}
	.contacts-info a{color: inherit;}
	.contacts-info .mail{background-image: url(../images/ic_mail-yellow.svg);}
	.contacts-info .phone{background-image: url(../images/ic_phone-yellow.svg);}
	.contacts-info .address{background-image: url(../images/ic_location-yellow.svg); }

	.social-links{display: flex; gap: 30px; margin-top: auto;}

	.form-group {margin-bottom: 10px;}
    .form-control {background: none;color: #fff;padding: 0;border: 0;border-bottom: 1px solid #fff;border-radius: 0;line-height: 38px;}
    .form-control:focus {outline: none;background: transparent;box-shadow: none;border-color: #ffffff;color: #fff;}
    .form-control::placeholder,
    .form-control::-webkit-input-placeholder,
    .form-control::-moz-placeholder,
    .form-control:-ms-input-placeholder,
    .form-control:-moz-placeholder {color: #B0B0B0;}
    
    textarea.form-control{resize: none;}
    span.wpcf7-not-valid-tip {color: #ffaaaa;}

	@media (max-width: 991px) {
		.contact-wrapper{margin-top: 50px; flex-direction: row; justify-content: space-between;}
		.contacts-info{max-width: 400px;}
		.social-links {flex-direction: column; margin-top: 0;}
		.social-links li img{width: 24px; height: 24px;}
	}

	@media (max-width: 767px) {
		padding-top: 80px; padding-bottom: 20px;

		.mt-80 {margin-top: 40px;}

		.ctitle p{margin: 0 auto; max-width: 200px; font-size: 16px; line-height: normal;}
		.contacts-info p{font-size: 16px;}
	}

	@media (max-width: 575px) {
		.contacts-info {max-width: 80%;margin-bottom: 0;}
		.contacts-info p{padding-top: 30px; padding-left: 0;}
		.contacts-info .address{margin-bottom: 0;}
		.social-links{justify-content: space-between;}
	}
}

.join-team-section{
	padding: 120px 0;

	.join-team-wrapper{max-width: 950px; margin: 0 auto;}
	h2{margin-bottom: 60px;}
	p {font-size: 22px; line-height: 32px; color: #717171; margin-bottom: 40px;}
	.btn{margin-top: 60px;}

	@media (max-width: 767px) {
		padding: 60px 0;
		h2{margin-bottom: 30px;}
		p {font-size: 16px; line-height: 20px; margin-bottom: 20px;}
		.btn{margin-top: 30px;}
	}
}