*, *::before, *::after{
  box-sizing: border-box;
}

html, body{
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, sans-serif;
  color:#1b1b1b;
}



@font-face {
  font-family: "The Seasons";
  src: url("./fonts/The Seasons Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
h1, h2, h3, h4, h4, h6{
  font-family: "The Seasons", serif;
  font-weight: 700;
}

html, body{
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

.navbar{
  width: 100%;
  max-width: 1920px;
  height: 100px !important;
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 10px;

  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 999;
  box-sizing: border-box;
}

.navbar.transparent{
  background: #ffffff78;
  border-bottom: none;
}

.navbar.white{
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.navbar-container{
  width: 100%;
  max-width: 1200px;
  min-height: 56.81px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  margin: 0 auto;

  padding-top: 12px; /* 👈 niche lai jashe */
  padding-left: 30px; /* 👈 left side */
  padding-right: 30px; /* 👈 right side */

  box-sizing: border-box;
}

.navbar-logo img{
  width: 280px;
  height: 56.81px;

  display: block;
  object-fit: contain;
}

.navbar-menu{
  width: 100%;
  max-width: 643px;
  min-height: 42px;
  transform: translateX(5px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  gap: 10px;

  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-menu li.active a{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  width: fit-content;
  min-width: 70px;
  min-height: 42px;

  padding: 10px 15px;
  gap: 10px;

  border-bottom: 2px solid #8c6239;

  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;

  color: #8c6239;
  text-decoration: none;

  box-sizing: border-box;
  white-space: nowrap;
}

.navbar-menu li a, .navbar-menu li.active a{
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 15px;
}

.navbar-menu li a{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  text-decoration: none;
  transition: 0.3s ease;
}

.navbar-menu li a:hover{
  color: #8c6239;
}

.navbar-menu li.services a{
  height: 22px;
  width: 56px;
}

.navbar-menu li.how-it-works a{
  height: 22px;
  width: 90px;
}

.navbar-menu li.pricing a{
  height: 22px;
  width: 47px;
}

.navbar-menu li.about a{
  height: 22px;
  width: 40px;
}

.navbar-menu li.community-impact a{
  width: max-content;
  min-width: 160px;
  height: 22px;

  white-space: nowrap;
}

.navbar-button button{
  display: flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  min-width: 247px;
  min-height: 56px;

  padding: 15px 25px;
  gap: 10px;

  border: none;
  border-radius: 1000px;

  background: #8c6239;
  color: #fff;

  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;

  cursor: pointer;
  white-space: nowrap;

  box-sizing: border-box;
}

.navbar-button button:hover{
  background: #734f2d;
}

.menu-toggle{
  cursor: pointer;
  display: none;
  font-size: 30px;
}

.footer{
  background: #2f4f35;
  box-sizing: border-box;
  color: #fff;
  gap: 10px;
  max-width: 1920px;
  padding: 100px 20px 30px;
}

.footer, .footer-container{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.footer-container{
  gap: 30px;
  max-width: 1200px;
}

.footer-top{
  flex-direction: row;
  gap: 50px;
  max-width: 1200px;
}

.footer-brand, .footer-top{
  align-items: flex-start;
  display: flex;
  width: 100%;
}

.footer-brand{
  flex-direction: column;
  gap: 30px;
  max-width: 330px;
}

.footer-logo{
  height: 50px;
  object-fit: contain;
  width: 246px;
}

.footer-brand p{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  max-width: 330px;
  width: 100%;
}

.footer-brand p, .footer-column a, .footer-column p{
  color: #fff;
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.footer-column a, .footer-column p{
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-socials{
  display: flex;
  flex-direction: row;
  gap: 21px;
  height: auto;
  width: fit-content;
}

.footer-socials a{
  align-items: center;
  background: #ffffff1a;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.footer-socials img{
  height: 25px;
  object-fit: contain;
  width: 32.68px;
}

.footer-column{
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 254.5px;
  width: 100%;
}

.footer-column h4{
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 56px;
  width: 100%;
}

.footer-column p{
  margin: 0;
}

.second-number{
  max-width: 254.5px;
}

.contact-column, .second-number{
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.contact-column{
  max-width: 211px;
}

.contact-column h4{
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 50px;
  width: 100%;
}

.footer-divider{
  border-top: 1px solid #fff3;
}

.footer-bottom, .footer-divider{
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.footer-bottom{
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-bottom p, .footer-bottom-left{
  font-family: Jost, sans-serif;
  font-size: 14px;
  margin: 0;
}

.footer-bottom-left{
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  max-width: 228px;
  width: 100%;
}

.footer-links{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-end;
}

.footer-bottom{
  justify-content: space-between;
  align-items: flex-start;
}

.footer-links a{
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-decoration: none;
  width: 100px;
  margin-left: 25px;
}

.home-page{
  background: #fff;
  width: 100%;
}

.hero-section{
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 0 80px 80px;
}

.hero-left{
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 50px;
  height: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(40px);
  width: 585px;
}

.hero-left h1{
  font-family:
    The Seasons,
    serif;
  font-size: 55px;
  font-weight: 500;
  height: 165px;
  line-height: 100%;
}

.hero-left h1, .hero-left p{
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  margin: 0;
  width: 585px;
}

.hero-left p{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  min-height: 98px;
}

.about-right button, .hero-left button{
  align-items: center;
  background: #7d5b3c;
  border: none;
  border-radius: 1000px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  gap: 10px;
  height: auto;
  justify-content: center;
  letter-spacing: 0;
  line-height: 100%;
  padding: 21px 30px;
  text-align: center;
  width: fit-content;
}

.hero-right{
  flex-shrink: 0;
  margin-left: auto;
  margin-top: -100px;
  position: relative;
  width: 800px;
}

.hero-right img{
  border-radius: 0 0 20px 20px;
  display: block;
  height: 790px;
  object-fit: cover;
  width: 800px;
}

.experience-box{
  background: #355060;
  border-radius: 30px 0 0 0;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 197px;
  left: -195px;
  padding: 30px 20px;
  position: absolute;
  width: 197px;
  z-index: 2;
}

.experience-box h2{
  color: #fff;
  font-family:
    The Seasons,
    serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0;
  min-height: 39px;
  width: 157px;
}

.experience-box p{
  border-radius: 30px 0 0 0;
  width: 197px;
}

.experience-box p, .trusted-partner-box{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 197px;
}

.trusted-partner-box{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #0000004d;
  border-radius: 0 20px 0 0;
  padding: 30px 20px;
  position: absolute;
  right: 360px;
  top: 593px;
  width: 440px;
  z-index: 5;
}

.trusted-partner-box p{
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 32px;
  letter-spacing: 0;
  line-height: 130%;
  width: 400px;
}

.partner-icons{
  gap: 0;
}

.icon, .partner-icons{
  align-items: center;
  display: flex;
}

.icon{
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 55px;
  justify-content: center;
  position: relative;
  width: 55px;
}

.icon + .icon{
  margin-left: -22px;
}

.partner-icons .icon + .icon{
  margin-left: -22px !important;
}

.icon img{
  height: 47.5px;
  object-fit: contain;
  width: 47.5px;
}

.logo-strip{
  align-items: center;
  background: #1f3e00;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: row;
  height: 120px;
  justify-content: space-between;
  margin-top: -80px;
  max-width: 1920px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.ubesquity img{
  height: 80px;
  object-fit: contain;
  width: 142.22px;
}

.logo-strip .grow{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  height: 80px;
  object-fit: contain;
  width: 130.09px;
}

.logo-strip .birds img{
  height: 60px;
  object-fit: contain;
  width: 180px;
}

.contactlabour img{
  height: 70px;
  object-fit: contain;
  width: 163.96px;
}

.jaysee img{
  height: 40.88px;
  object-fit: contain;
  width: 150px;
}

.sisi img{
  height: 150px;
  object-fit: contain;
  width: 171.02px;
}

.olacares img{
  width: 124.9px;
  height: 80px;
  object-fit: contain;
}

.drlynda img{
  height: 58px;
}

.drlynda img, .uvita img{
  object-fit: contain;
  width: 180px;
}

.uvita img{
  height: 71.72px;
}

.about-section{
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 80px;
}

.about-left{
  width: 100%;
  max-width: 575px;
  min-height: 692px;

  display: flex;
  flex-direction: column;

  gap: 30px;

  box-sizing: border-box;
}

.about-left-top{
  width: 100%;
  max-width: 575px;
  min-height: 219px;

  display: flex;
  flex-direction: column;

  gap: 20px;

  box-sizing: border-box;
}

.about-left small{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  min-width: 190px;
  min-height: 40px;

  padding: 10px 15px;
  gap: 10px;

  border-radius: 6px;

  background: rgba(168, 143, 91, 0.16);

  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;

  color: #000;

  box-sizing: border-box;
}

.about-left-heading{
  width: 100%;
  max-width: 575px;
  min-height: 159px;

  display: flex;
  flex-direction: column;

  gap: 30px;

  box-sizing: border-box;
}

.about-left, .about-right{
  flex: 1 1;
}

.about-left small{
  color: #666;
}

.about-left h2{
  width: 100%;
  max-width: 575px;
  min-height: 10px;

  display: flex;
  align-items: baseline;

  margin: 0;

  font-family: "The Seasons", serif;
  font-weight: 700;
  font-size: 115px;
  line-height: 100%;
  letter-spacing: 0;

  color: #000;

  box-sizing: border-box;
}

.about-left p{
  width: 100%;
  max-width: 575px;
  min-height: 48px;

  margin: 0;

  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 0;

  color: #000;

  box-sizing: border-box;
}

.about-left h2, .years-text{
  font-weight: 500;
  line-height: 100%;
}

.years-text{
  font-size: 45px;
  margin-left: -5px;
}

.about-images{
  width: 100%;
  max-width: 575px;
  min-height: 443px;

  display: flex;
  flex-direction: row;

  gap: 30px;

  box-sizing: border-box;
}

.about-images img{
  width: 272.5px;
  height: 443px;

  border-radius: 30px;

  object-fit: cover;
  display: block;
}

.about-right{
  width: 100%;
  max-width: 575px;
  min-height: 692px;

  display: flex;
  flex-direction: column;

  gap: 50px;

  box-sizing: border-box;
}

.about-right h2{
  width: 100%;
  max-width: 575px;
  min-height: 90px;

  margin: 0;

  font-family: "The Seasons", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0;

  color: #000;

  box-sizing: border-box;
}

.about-right h2, .about-right p{
  color: #000;
  letter-spacing: 0;
  width: 575px;
}

.about-right p{
  width: 100%;
  max-width: 575px;
  min-height: 50px;

  margin: 0;

  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;

  color: #000;

  box-sizing: border-box;
}

.about-right button{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  width: 278.33px;
  min-height: 68px;

  padding: 21px 30px;
  gap: 10px;

  border: none;
  border-radius: 1000px;

  background: #7d5b3c;
  color: #fff;

  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;

  cursor: pointer;

  box-sizing: border-box;
  white-space: nowrap;
}

.about-right button, .btn-arrow{
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
}

.btn-arrow{
  height: 12px;
  line-height: 1;
  width: 10.33px;
}

.service-video-section{
  width: 100%;
  max-width: 1920px;
  min-height: 987px;

  margin: 120px auto 0;
  padding-bottom: 80px; /* Added padding to give some space after the cards */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-video-section::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 80, 96, 0.1);
  top: 205px; /* 🔥 starts from image half */
  z-index: 0;
}

.service-video-wrapper{
  display: flex;
  flex-direction: column;

  width: 100%;
  max-width: 1200px;

  height: 600px;
  margin: 0 auto;
  gap: 10px;

  border-radius: 30px;
  overflow: hidden;
  transform: translateY(-55px);
  position: relative;
}

.service-video-wrapper img{
  width: 100%;

  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 30px;
  transform: translateX(38px);
}

.service-video-wrapper::after{
  content: "";
  position: absolute;
  top: 0;
  left: 38px; /* 👈 same as image translate */
  width: calc(100% - 38px);
  height: 100%;

  background: rgba(0, 0, 0, 0.3); /* 👈 opacity control */

  border-radius: 30px;
  pointer-events: none;
}

.play-button{
  position: absolute;

  top: 265px;
  left: 553.33px;

  width: 93.33px;
  height: 70px;

  border: none;
  border-radius: 18px;

  background: #ff3b00;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
}

.play-button::before{
  content: "▶";

  color: #ffffff;

  font-size: 32px;
  line-height: 1;

  transform: translateX(3px);
}

.service-video-wrapper{
  z-index: 2;
}

.service-video-wrapper a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.play-button{
  pointer-events: none;
  z-index: 20;
}

.service-bottom{
  width: 100%;
  max-width: 1200px;

  margin: -10px auto 0;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  min-height: 105px;
}

.service-content{
  display: flex;
  flex-direction: column;

  width: fit-content;
  max-width: 863px;

  gap: 20px;

  transform: translateY(-15px);
}

.service-content small{
  display: flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  height: 40px;

  padding: 10px 15px;
  border-radius: 6px;

  background: rgba(168, 137, 91, 0.1);

  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}

.service-content h2, .service-content small{
  color: #000;
  letter-spacing: 0;
  line-height: 100%;
}

.service-content h2{
  width: 100%;
  max-width: 863px;

  margin: 0;

  font-family: "The Seasons", serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  color: #000;
}

.service-arrows{
  display: flex;
  align-items: center;

  width: fit-content;
  height: fit-content;

  gap: 10px;
}

.arrow-btn{
  align-items: center;
   background: transparent !important;
  border: none;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  transform: translateY(-38px);
  width: 50px;
}

.service-cards{
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;

  margin-top: 40px;
  position: relative;
  z-index: 2;

  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.service-cards::-webkit-scrollbar{
  display: none;
}

.service-icon{
  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px;

  border-radius: 500px;
  background: #355060;
  color: #ffffff;

  box-sizing: border-box;
  flex-shrink: 0;
  /*margin-bottom: 25px;*/
}



.service-card h3{
  width: 100%;
  margin: 10px 0 15px 0;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  display: flex;
  color: #000;
}

.service-card p{
  margin: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
}

.approach-section{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 120px;
  background: #fff;
  box-sizing: border-box;
}

.approach-container{
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center; /* Changed to center vertically */
  max-width: 1250px;
  margin: 0 auto;
}

/* LEFT SIDE */
.approach-left{
  flex: 1;
}

.approach-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 15px;
  border-radius: 6px;

  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;

  width: fit-content;
  background: rgba(118, 85, 52, 0.1);
  color: #000;
}

.title{
  width: 100%;
  max-width: 565px;
  height: auto;

  font-family: "The Seasons", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 110%;

  margin: 20px 0 40px 0;
  color: #000;
}

/* FEATURE BLOCK */
.feature{
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.feature .icon{
  width: 60px;
  height: 60px;

  border-radius: 500px; /* full circle */
  background: #355060;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  box-sizing: border-box;
}

.feature .icon img{
  width: 28px;
  height: 28px;
}

.feature .content{
  display: flex;
  flex-direction: column;
}

.content h3{
  width: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 10px 0;
  color: #000;
}

.content p{
  width: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  margin: 0;
}

/* RIGHT SIDE */
.approach-right{
  flex: 1;
  display: flex;
  justify-content: center;
}

.approach-right img{
  width: 585px;
  height: 716px;
  border-radius: 30px;
  object-fit: cover;
  box-sizing: border-box;
}

.op-foundation-section{
  background: #3550601a;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: auto;
  padding: 100px 74px;
  width: auto;
}

.op-foundation-container{
  gap: 50px;
  max-width: 1265.74px;
  min-height: 1575px;
}

.op-foundation-container, .op-foundation-header{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.op-foundation-header{
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  min-height: 326px;
  text-align: center;
}

.op-foundation-badge{
  align-items: center;
  background: #a8895b26;
  border-radius: 6px;
  color: #000;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  height: 42px;
  justify-content: center;
  padding: 10px 15px;
  width: fit-content;
}

.op-foundation-badge, .op-foundation-header h2{
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
}

.op-foundation-header h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 90px;
  width: 100%;
}

.op-foundation-header p{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 104px;
  text-align: center;
  width: 100%;
}

.op-foundation-content{
  display: flex;
  flex-direction: row;
  gap: 7px;
  margin: 0 auto;
  max-width: 1265.74px;
  min-height: 1199px;
  width: 100%;
  margin-left: 100px;
}

.op-foundation-left{
  align-items: center;
  display: flex;
  height: 572.86px;
  justify-content: center;
  width: 572.76px;
}

.op-ring-wrapper{
  height: 430px;
  position: relative;
  transform: scale(1.65) translate(-50px, 230px);
  width: 430px;
}

.op-ring-svg{
  height: 100%;
  transform: rotate(-90deg);
  width: 100%;
}

.op-ring-center{
  align-items: center;
  display: flex;
  height: 98px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 221px;
}

.op-ring-center h3{
  color: #000;
  font-family:
    The Seasons,
    serif;
  font-size: 40.5px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0;
}

.op-ring-icon{
  align-items: center;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 40px;
  z-index: 2;
}

.op-ring-icon-1{
  left: 130px;
  top: 98px;
}

.op-ring-icon-2{
  left: 300px;
  top: 98px;
}

.op-ring-icon-3{
  left: 353px;
  top: 260px;
}

.op-ring-icon-4{
  left: 215px;
  top: 360px;
}

.op-ring-icon-5{
  left: 77px;
  top: 260px;
}

.op-foundation-right{
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 580px;
  min-height: 1199px;
  width: 100%;
}

.foundation-info-panel{
  border: 1px solid #c9d0d4;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 25px;
  max-width: 580px;
  min-height: 215px;
  padding: 25px;
  width: 100%;
}

.foundation-round-icon{
  align-items: center;
  background: #000;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  height: 60px;
  justify-content: center;
  padding: 10px;
  width: 60px;
}

.foundation-info-text{
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 445px;
  min-height: 165px;
  width: 100%;
}

.foundation-tag{
  align-items: center;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  height: 34px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 100%;
  padding: 6px 10px;
  text-align: center;
  width: fit-content;
}

.tag-blue{
  background: #2f87a7;
}

.tag-sky{
  background: #304f5d;
}

.tag-brown{
  background: #b3925d;
}

.tag-green{
  background: #2f5438;
}

.tag-gold{
  background: #8a5f32;
}

.foundation-info-text h4{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  min-height: 14px;
}

.foundation-info-text h4, .foundation-info-text p{
  color: #000;
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0;
  max-width: 445px;
  width: 100%;
}

.foundation-info-text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  min-height: 77px;
}

.pricing-card .badge{
  align-items: center;
  background-color: #354e39;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  height: 25px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 120%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 70px;
}

.testimonials{
  background-color: #fff;
  gap: 10px;
  margin: 80px auto 0;
  max-width: 1920px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.testimonials, .testimonials-container{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.testimonials-container{
  gap: 50px;
  margin: 0 auto;
  max-width: 1200px;
}

.testimonial-header{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  text-align: left;
  width: 100%;
}

.testimonial-header h2{
  font-family:
    The Seasons,
    serif;
  font-size: clamp(36px, 5vw, 50px);
  line-height: 1.1;
  padding-left: -19px;
}

.subtitle, .testimonial-header h2{
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  max-width: 1040px;
  width: 100%;
}

.subtitle{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.nav-buttons{
  display: flex;
  gap: 10px;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
}

.nav-buttons button{
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.testimonial-grid{
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.testimonial-card{
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 30px;
  max-width: 575px;
  padding: 25px;
  width: 100%;
}

.user-row{
  justify-content: space-between;
  max-width: 575px;
}

.user-left, .user-row{
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.user-left{
  gap: 15px;
  max-width: 467px;
}

.user-left img{
  border-radius: 50%;
  height: 50px;
  object-fit: cover;
  width: 50px;
}

.user-left span{
  display: flex;
  flex-direction: column;
  font-weight: 7 0;
  gap: 10px;
  height: auto;
  width: fit-content;
}

.stars{
  color: #ffc107;
  display: flex;
  margin-left: auto;
}

.stars span{
  font-size: 20px;
  line-height: 1;
}

.testimonial-content{
  display: flex;
  flex-direction: row;
  gap: 30px;
  max-width: 575px;
  width: 100%;
}

.quote-icon{
  align-items: center;
  color: #355060;
  display: flex;
  font-size: 56px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  position: relative;
  top: 10px;
  width: 46px;
}

.testimonial-card p{
  color: #333;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
  max-width: 499px;
  width: 100%;
}

.faq-section{
  background: #fff;
  box-sizing: border-box;
  gap: 10px;
  max-width: 1920px;
  padding: 40px 20px 40px;
}

.faq-container, .faq-section{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.faq-container{
  gap: 50px;
  max-width: 1200px;
}

.faq-header{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  max-width: 990px;
  text-align: center;
  width: 100%;
}

.faq-header h2{
  font-family:
    The Seasons,
    serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.faq-header h2, .faq-header p{
  letter-spacing: 0;
  margin: 0;
  max-width: 990px;
  text-align: center;
  width: 100%;
}

.faq-header p{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.faq-list{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.faq-item{
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-sizing: border-box;
  gap: 10px;
  max-width: 1200px;
  padding: 25px;
}

.faq-item, .faq-row{
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.faq-row{
  max-width: 1150px;
}

.faq-row span{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 477px;
  width: 100%;
}

.faq-row button{
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 15px;
  justify-content: center;
  line-height: 1;
  width: 15px;
}

.services-page{
  background: #fff;
  width: 100%;
}

.services-hero{
  background-image:
    linear-gradient(#1e3c2ab8, #1e3c2ab8),
    url(https://cyan-ape-229319.hostingersite.com/wp-content/uploads/2026/05/service.35785ad29ab12f141cf6-scaled.jpg);
  background-position: 50%;
  background-size: cover;
  box-sizing: border-box;
  flex-direction: row;
  gap: 10px;
  height: 300px;
  padding: 88px 562px;
}

.services-hero, .services-hero-overlay{
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.services-hero-overlay{
  color: #fff;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}

.services-hero-overlay h1{
  font-family:
    The Seasons,
    serif;
  font-size: 55px;
  font-weight: 700;
  height: 55px;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0;
  text-align: center;
  width: 207px;
}

.services-hero-overlay p{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0;
  max-width: 960px;
  text-align: center;
  width: 100%;
}

.support-section{
  box-sizing: border-box;
  padding: 95px 120px;
  width: 100%;
}

.support-container{
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.support-image{
  border-radius: 30px;
  height: 588px;
  overflow: hidden;
  width: 585px;
}

.support-image img{
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.support-content{
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 565px;
  width: 100%;
}

.support-badge{
  align-items: center;
  background: #f3eeea;
  border-radius: 6px;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  height: fit-content;
  justify-content: center;
  padding: 10px 15px;
  width: fit-content;
}

.support-badge, .support-content h2{
  color: #000;
  letter-spacing: 0;
  line-height: 100%;
}

.support-content h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  margin: 0;
  max-width: 565px;
  position: relative;
  top: 20px;
  width: 100%;
}

.btn-content{
  align-items: center;
  display: flex;
  gap: 10px;
  height: auto;
  width: fit-content;
}

.support-content p{
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  max-width: 565px;
  width: 100%;
}

.support-btn, .support-content p{
  font-family: Jost, sans-serif;
  letter-spacing: 0;
}

.support-btn{
  align-items: center;
  background: #7d5b3c;
  border: none;
  border-radius: 1000px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  height: fit-content;
  justify-content: center;
  line-height: 100%;
  padding: 21px 30px;
  text-align: center;
  width: fit-content;
}

.arrow{
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 19px;
  height: 12px;
  line-height: 12px;
  width: 17.33px;
}

.service-divisions{
  width: 100%;
  background: #eef1f2;
  padding: 100px 20px;
  box-sizing: border-box;
}

/* SERVICE DIVISION FIX - ONLY SERVICES PAGE */
.services-page .service-divisions .service-card{
  width: 100% !important;
  max-width: 1200px !important;
/*  min-height: 179px !important;
  height: auto !important;*/

  padding: 30px !important;
  border-radius: 30px !important;
  overflow: visible !important;
}

.services-page .service-divisions .service-row{
  width: 100% !important;
  max-width: 1140px !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: space-between !important;

  gap: 30px !important;
}

.services-page .service-divisions .service-left{
  width: 100% !important;
  max-width: 860px !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;

  gap: 25px !important;
}

.services-page .service-divisions .service-content{
  width: 100% !important;
  max-width: 775px !important;

  display: flex !important;
  flex-direction: column !important;

  gap: 18px !important;

  transform: none !important;
}

.services-page .service-divisions .service-content h3{
  width: 100% !important;
  max-width: 353px !important;
  height: auto !important;

  margin: 0 !important;
  top: auto !important;
  position: static !important;

  font-size: 20px !important;
  line-height: 120% !important;
}

.services-page .service-divisions .service-content p{
  width: 100% !important;
  max-width: 775px !important;

  margin: 0 !important;
  top: auto !important;
  position: static !important;

  font-size: 16px !important;
  line-height: 140% !important;
}

.services-page .service-divisions .service-outcomes{
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;

  display: flex !important;
  flex-direction: column !important;

  gap: 20px !important;
}

.services-page .service-divisions .service-outcomes h4{
  height: auto !important;
  margin: 0 !important;
}

.services-page .service-divisions .service-outcomes li{
  width: 100% !important;
  height: auto !important;
}

.service-container{
  width: 100%;
  max-width: 1200px;
  min-height: 1253px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 50px;

  box-sizing: border-box;
}

.service-header{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 20px;
  text-align: center;
}

.section-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  padding: 10px 15px;

  border-radius: 6px;
  background: #e4ddd3;

  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

.service-header h2{
  margin: 0;

  font-family: "The Seasons", serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 100%;

  color: #000;
}

.section-subtitle{
  max-width: 960px;
  margin: 0;

  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;

  color: #000;
}

.service-list{
  width: 100%;

  display: flex;
  flex-direction: column;

  gap: 30px;
}

.service-card{
  width: 100%;
  min-height: 179px;

  background: #ffffff;
  border-radius: 30px;

  padding: 30px;
  box-sizing: border-box;
}

.service-row{
  width: 100%;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 30px;
}

.service-left{
  width: 100%;
  max-width: 860px;

  display: flex;
  align-items: flex-start;

  gap: 25px;
}

.service-icon{
  width: 60px;
  height: 60px;
  min-width: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #33583a;

  color: #ffffff;
  font-size: 24px;
  font-weight: 700;

  box-sizing: border-box;
}

.service-content{
  width: 100%;
  max-width: 775px;

  display: flex;
  flex-direction: column;

  gap: 18px;
}

.service-content h3{
  margin: 0;

  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;

  color: #000;
}

.service-content p{
  margin: 0;

  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;

  color: #000;
}

.service-outcomes{
  width: 100%;
  max-width: 250px;

  display: flex;
  flex-direction: column;

  gap: 20px;
  flex-shrink: 0;
}

.service-outcomes h4{
  margin: 0;

  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;

  color: #000;
}

.service-outcomes ul{
  margin: 0;
  padding: 0;

  list-style: none;

  display: flex;
  flex-direction: column;

  gap: 15px;
}

.service-outcomes li{
  display: flex;
  align-items: center;

  gap: 10px;

  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;

  color: #000;
}

.service-outcomes li::before{
  content: "✓";

  width: 15px;
  height: 15px;
  min-width: 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0.5px solid #000;
  border-radius: 50%;

  font-size: 9px;
  line-height: 1;
}

.approach-section{
  background: #fff;
  box-sizing: border-box;
  padding: 40px 20px;
  width: 100%;
}

.approach-container{
  align-items: flex-start;
  display: flex;
  gap: 50px;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 100px;
  width: 100%;
}

.approach-left{
  gap: 30px;
  height: 716px;
}

.approach-header, .approach-left{
  display: flex;
  flex-direction: column;
  max-width: 565px;
  width: 100%;
}

.approach-header{
  gap: 20px;
  height: auto;
}

.approach-badge{
  align-items: center;
  background: #e8e0d7;
  border-radius: 6px;
  display: flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  padding: 10px 15px;
  width: fit-content;
}

.approach-badge, .approach-left h2{
  color: #000;
  letter-spacing: 0;
  line-height: 100%;
}

.approach-left h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  margin: 0;
  max-width: 565px;
  width: 100%;
}

.approach-list{
  flex-direction: column;
  gap: 50px;
}

.approach-item, .approach-list{
  display: flex;
  height: auto;
  max-width: 565px;
  width: 100%;
}

.approach-item{
  align-items: flex-start;
  gap: 20px;
}

.approach-icon{
  align-items: center;
  background: #355060;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  min-width: 60px;
  padding: 10px;
  width: 60px;
}

.approach-icon img, .approach-icon svg{
  display: block;
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.approach-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
  max-width: 485px;
  width: 100%;
}

.approach-item h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.approach-item h3, .approach-item p{
  color: #000;
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0;
  max-width: 485px;
  width: 100%;
}

.approach-item p{
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.approach-right{
  max-width: 585px;
  width: 100%;
}

.approach-right img{
  border-radius: 30px;
  display: block;
  height: 736px;
  object-fit: cover;
  object-position: center;
  width: 585px;
}

.about-page{
  background: #fff;
  width: 100%;
}

.about-banner{
  align-items: center;
  background-image:
    linear-gradient(#1e3c2ab8, #1e3c2ab8),
    url(https://cyan-ape-229319.hostingersite.com/wp-content/uploads/2026/05/about-first.8b47a50b5d92306b3519.jpg);
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  height: 300px;
  justify-content: center;
  max-width: 1920px;
  padding: 88px 562px;
  width: 100%;
}

.about-banner:before{
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.about-banner-overlay{
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  width: fit-content;
}

.about-banner-overlay h1{
  font-family:
    The Seasons,
    serif;
  font-size: 55px;
  font-weight: 700;
  height: 55px;
  line-height: 100%;
  width: 153px;
}

.about-banner-overlay h1, .about-banner-overlay p{
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}

.about-banner-overlay p{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  max-width: 960px;
  width: 100%;
}

.about-content-section{
  box-sizing: border-box;
  padding: 100px 120px;
  width: 100%;
}

.about-content-container{
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.about-image-box{
  border-radius: 30px;
  height: 792px;
  overflow: hidden;
  width: 585px;
}

.about-image-box img{
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.about-text-box{
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 50px;
  height: auto;
  max-width: 565px;
}

.about-row{
  gap: 20px;
  height: 152px;
  max-width: 565px;
  width: 100%;
}

.about-badge{
  align-items: center;
  background: #f3eee8;
  border-radius: 6px;
  color: #000;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  height: auto;
  justify-content: center;
  letter-spacing: 0;
  line-height: 100%;
  padding: 10px 15px;
  position: relative;
  top: 10px;
  width: fit-content;
}

.about-text-box h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 100%;
  top: 30px;
}

.about-text-box h2, .about-text-box p{
  color: #000;
  letter-spacing: 0;
  margin: 0;
  max-width: 565px;
  position: relative;
  width: 100%;
}

.about-text-box p{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  top: -20px;
}

.about-btn{
  align-items: center;
  background: #7d5b3c;
  border: none;
  border-radius: 1000px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  height: auto;
  justify-content: center;
  margin-top: -30px;
  padding: 21px 30px;
  width: fit-content;
}

.about-btn, .btn-text{
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.btn-text{
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
}

.about-btn .arrow{
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  height: 12px;
  justify-content: center;
  line-height: 12px;
  width: 17.33px;
}

.who-section{
  background: #eef1f2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  padding: 100px 0;
  width: 100%;
}

.who-container, .who-header{
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.who-header{
  text-align: center;
}

.who-badge{
  align-items: center;
  background: #ddd9d4;
  border-radius: 6px;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 10px 15px;
  width: fit-content;
}

.who-badge, .who-container h2{
  color: #000;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
}

.who-container h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  margin: 0;
  max-width: 1200px;
  width: 100%;
}

.who-header p{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0;
  max-width: 960px;
  text-align: center;
  width: 100%;
}

.who-cards{
  gap: 30px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  top: 30px;
}

.who-card, .who-cards{
  display: flex;
  width: 100%;
}

.who-card{
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  flex-direction: column;
  gap: 25px;
  max-width: 380px;
  padding: 30px;
  text-align: left;
}

.who-icon{
  align-items: center;
  background: #355060;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 10px;
  width: 60px;
}

.lucide{
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.who-card h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.who-card h3, .who-card p{
  bottom: 20px;
  color: #000;
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  position: relative;
  width: 320px;
}

.who-card p{
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 140%;
  margin: 0;
}

.mission-section{
  background: #fff;
  box-sizing: border-box;
  padding: 100px 20px;
  width: 100%;
}

.mission-container{
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.mission-left{
  gap: 50px;
}

.mission-left, .mission-top{
  display: flex;
  flex-direction: column;
  max-width: 565px;
  width: 100%;
}

.mission-top{
  gap: 20px;
}

.mission-badge{
  align-items: center;
  background: #f3eee8;
  border-radius: 6px;
  color: #000;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 100%;
  padding: 10px 15px;
  text-align: center;
  width: fit-content;
}

.mission-top h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 100%;
}

.mission-desc, .mission-top h2{
  color: #000;
  letter-spacing: 0;
  margin: 0;
  max-width: 565px;
  width: 100%;
}

.mission-desc{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.mission-points{
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.mission-point{
  gap: 20px;
  max-width: 565px;
  width: 100%;
}

.mission-icon, .mission-point{
  align-items: flex-start;
  display: flex;
}

.mission-icon{
  height: 30px;
  justify-content: center;
  min-width: 30px;
  width: 30px;
}

.mission-point p{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0;
  max-width: 515px;
  width: 100%;
}

.mission-image-box{
  border-radius: 30px;
  height: 588px;
  max-width: 585px;
  overflow: hidden;
  width: 100%;
}

.mission-image-box img{
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.work-section{
  background: #fff;
  box-sizing: border-box;
  padding: 100px 20px;
  width: 100%;
}

.work-container{
  gap: 50px;
}

.work-container, .work-header{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.work-header{
  gap: 20px;
}

.work-badge, .work-header{
  align-items: center;
  text-align: center;
}

.work-badge{
  background: #f3eee8;
  border-radius: 6px;
  color: #000;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 100%;
  padding: 10px 15px;
  width: fit-content;
}

.work-badge, .work-header h2{
  font-weight: 700;
}

.work-header h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 100%;
  max-width: 1200px;
}

.work-header h2, .work-header p{
  color: #000;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.work-header p{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  max-width: 960px;
}

.work-cards{
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.work-card{
  align-items: flex-start;
  background: #eef1f2;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  gap: 25px;
  padding: 35px 30px;
  width: 100%;
}

.work-icon{
  align-items: center;
  background: #355a3f;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  min-width: 60px;
  padding: 10px;
  width: 60px;
}

.work-content{
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 440px;
  width: 100%;
}

.work-content h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.work-content h3, .work-content p{
  color: #000;
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0;
  max-width: 440px;
  width: 100%;
}

.work-content p{
  bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.team-section{
  background: #fff;
  box-sizing: border-box;
  padding: 100px 20px;
  width: 100%;
}

.team-container{
  gap: 50px;
}

.team-container, .team-header{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.team-header{
  align-items: center;
  gap: 20px;
  text-align: center;
}

.team-badge{
  align-items: center;
  background: #f3eee8;
  border-radius: 6px;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 10px 15px;
  width: fit-content;
}

.team-badge, .team-header h2{
  color: #000;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
}

.team-header h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  margin: 0;
  max-width: 1200px;
  width: 100%;
}

.team-header p{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0;
  max-width: 960px;
  text-align: center;
  width: 100%;
}

.team-cards{
  grid-gap: 30px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.team-card{
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  padding: 20px;
  width: 100%;
}

.team-image{
  border-radius: 20px;
  flex-shrink: 0;
  height: 400px;
  overflow: hidden;
  width: 260px;
}

.team-image img{
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.team-content{
  flex: 1 1;
  gap: 20px;
  padding: 10px 0;
}

.team-content, .team-top{
  display: flex;
  flex-direction: column;
}

.team-top{
  gap: 10px;
  width: 100%;
}

.team-top h3{
  color: #000;
  font-size: 20px;
}

.team-top h3, .team-top span{
  font-family: Jost, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0;
}

.team-top span{
  color: #666;
  font-size: 14px;
}

.team-content p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0;
  max-width: 262px;
}

.how-page, .team-content p{
  font-family: Jost, sans-serif;
  width: 100%;
}

.how-page{
  background: #fff;
}

.how-banner{
  background-position: 50%;
  background-size: cover;
  gap: 10px;
  height: 300px;
  position: relative;
  width: 100%;
}

.banner-overlay{
  align-items: center;
  background: #28422dbf;
  height: 100%;
  justify-content: center;
}

.banner-content, .banner-overlay{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.banner-content{
  gap: 20px;
  max-width: 960px;
  text-align: center;
}

.banner-content h1{
  font-family:
    The Seasons,
    serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 100%;
  /*max-width: 335px;*/
}

/*.banner-content h1,
.banner-overlay p {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

*/
.banner-overlay p{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  max-width: 960px;
}

.how-section{
  box-sizing: border-box;
  padding: 100px 20px;
  width: 100%;
}

.how-container{
  display: flex;
  gap: 50px;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.how-left{
  height: 588px;
  width: 585px;
}

.how-left img{
  border-radius: 30px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.how-right{
  gap: 50px;
  height: auto;
}

.content-box, .how-right{
  display: flex;
  flex-direction: column;
  max-width: 565px;
  width: 100%;
}

.content-box{
  gap: 20px;
}



.how-badge{
  align-items: center;
  background: #eee8e3;
  border-radius: 6px;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  height: auto;
  justify-content: center;
  padding: 10px 15px;
  width: fit-content;
}

.content-box h2, .how-badge{
  color: #000;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0;
}

.content-box h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  max-width: 565px;
  width: 100%;
}

.content-box p{
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0;
  top: 25px;
  width: 100%;
}

.content-box p, .how-btn{
  font-family: Jost, sans-serif;
  position: relative;
}

.how-btn{
  background: #7d5b3c;
  border: none;
  border-radius: 1000px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  height: 58px;
  padding: 21px 30px;
  top: 65px;
  width: fit-content;
}

.how-btn, .how-btn span{
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.how-btn span{
  font-size: 16px;
  height: 12px;
  line-height: 12px;
  width: 17.33px;
}

.process-section{
  background-color: #3550601a;
  gap: 10px;
  max-width: 1920px;
  padding-bottom: 100px;
  padding-top: 100px;
}

.process-container, .process-section{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.process-container{
  gap: 50px;
  max-width: 1200px;
}

.process-header{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.process-badge{
  align-items: center;
  background-color: #e2ddd5;
  border-radius: 6px;
  color: #000;
  display: inline-flex;
  flex-direction: column;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  width: fit-content;
}

.process-header h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}

.process-header h2, .process-header p{
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}

.process-header p{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 auto;
  max-width: 960px;
}

.process-list{
  flex-direction: column;
  gap: 30px;
}

.process-list, .process-row{
  box-sizing: border-box;
  display: flex;
  width: 100%;
}

.process-row{
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
}

.process-number{
  align-items: center;
  background: #2f4c3a;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 120%;
  text-align: center;
  width: 60px;
}

.process-card{
  background: #fff;
  border-radius: 30px;
  gap: 25px;
  padding: 35px 30px;
}

.card-left, .process-card{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card-left{
  gap: 20px;
}

.card-right{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.process-card h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.process-card h3, .process-card p{
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0;
  width: 100%;
}

.process-card p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.process-points{
  grid-gap: 15px 20px;
  box-sizing: border-box;
  display: grid;
  gap: 15px 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.process-points span{
  align-items: center;
  color: #000;
  display: flex;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  letter-spacing: 0;
  line-height: 140%;
  width: 100%;
}

.pricing-page{
  background: #fff;
  width: 100%;
}

.pricing-banner{
  background-position: 50%;
  background-size: cover;
  height: 305px;
  position: relative;
  width: 100%;
}

.pricing-banner-overlay{
  align-items: center;
  background: #274630b8;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.pricing-banner-content{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 300px;
  max-width: 1920px;
  padding: 88px 562px;
  text-align: center;
  width: 100%;
}

.pricing-banner-overlay{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

.pricing-banner-overlay h1{
  font-family: "The Seasons", serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  margin: 0 auto;

  width: 100%;
  max-width: 900px;
  text-align: center;
}

.pricing-banner-overlay p{
  color: #fff;
  margin-top: 12px;
  text-align: center;
}

.pricing-banner-overlay p{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  width: 135px;
}

.pricing-intro-section{
  background: #fff;
  padding: 95px 0 0;
  width: 100%;
}

.pricing-container{
  gap: 50px;
  height: auto;
  width: 1200px;
}

.pricing-container, .pricing-top-block{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.pricing-top-block{
  align-items: center;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}

.pricing-badge{
  align-items: center;
  background: #eee7e0;
  border-radius: 6px;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 10px 15px;
}

.pricing-badge, .pricing-container h2{
  color: #000;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
}

.pricing-container h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  margin: 0;
  max-width: 1200px;
  width: 100%;
}

.pricing-subtitle{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  width: 100%;
}

.pricing-features{
  display: flex;
  flex-direction: row;
  gap: 30px;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.pricing-feature{
  background: #fff;
  border-radius: 30px;
  flex: 1 1;
  flex-direction: column;
  gap: 25px;
  padding: 35px 30px;
}

.feature-icon, .pricing-feature{
  box-sizing: border-box;
  display: flex;
}

.feature-icon{
  background: #365a41;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 60px;
  justify-content: center;
  padding: 10px;
  width: 60px;
}

.feature-icon, .feature-text{
  align-items: center;
  margin: 0 auto;
}

.feature-text{
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 320px;
  text-align: center;
  width: 100%;
}

.pricing-feature h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  width: auto;
}

.pricing-feature h3, .pricing-feature p{
  color: #000;
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}

.pricing-feature p{
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 300px;
  width: 100%;
}

.section-divider{
  border-top: 1px solid #e5e5e5;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.pricing-section{
  display: flex;
  flex-direction: column;

  width: 1200px;
  min-height: 1021.26px;

  gap: 50px;

  margin: 50px auto;

  box-sizing: border-box;
}

.pricing-header{
  display: flex;
  flex-direction: row;

  width: 100%;
  max-width: 1200px;

  min-height: 129px;

  gap: 50px;

  box-sizing: border-box;
}

.pricing-header h2{
  width: 100%;
  max-width: 896px;

  min-height: 48px;

  margin: 0;

  font-family: "The Seasons", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;

  line-height: 100%;
  letter-spacing: 0;

  color: #000;

  box-sizing: border-box;
}

.pricing-header h2, .pricing-header p{
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  width: 896px;
}

.pricing-header p{
  width: 100%;
  max-width: 896px;

  min-height: 51px;

  margin: 0;

  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;

  line-height: 140%;
  letter-spacing: 0;

  color: #000;

  box-sizing: border-box;
  margin-top: 10px;
}

.monthly, .pricing-header p{
  font-family: Jost, sans-serif;
}

.monthly{
  width: 56px;
  height: 11px;

  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;

  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;

  color: #000;
}

.pricing-toggle{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -30px;
  background-color: none;
}

.pricing-toggle, .toggle{
  align-items: center;
  display: flex;
}

.toggle{
  display: flex;
  flex-direction: row; /* Flow Horizontal */

  width: 35px;
  height: 20px;

  padding: 4px;
  border-radius: 500px; /* full round */

  background: #000; /* track color */
  align-items: center;

  cursor: pointer;
  box-sizing: border-box;
}

.toggle-circle{
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

.toggle-yearly{
  width: 137px;
  height: 11px;

  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  white-space: nowrap;
  color: #000;
}

.discount{
  font-weight: 400;
  font-size: 14px;
}

.pricing-cards{
  border-radius: 20px;
  flex-direction: row;
}

.pricing-cards, .pricing-cards-wrapper{
  display: flex;
  gap: 15px;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.pricing-card, .pricing-cards-wrapper{
  flex-direction: column;
}

.pricing-cards-wrapper{
  display: flex;
  flex-direction: column;

  width: 100%;
  max-width: 1200px;

  min-height: 675.26px;

  gap: 15px;

  box-sizing: border-box;
}

.pricing-card{
  border: 1px solid #0000000b;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  height: 645px;
  max-width: 228px;
  padding: 25px;
  width: 100%;
}

.pricing-card .icon{
  align-items: center;
  background: none;
  border: none;
  border-radius: 50%;
  display: flex;
  font-size: 54px;
  height: 50px;
  justify-content: center;
  margin-left: 0;
  width: 50px;
}

.pricing-card .icon img{
  background: #0000 !important;
  height: 74px;
  object-fit: contain;
  width: 74px;
}

.vertical-box{
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 409px;
  width: 176px;
}

.pricing-card h3{
  font-size: 45px;
  font-weight: 900;
  line-height: 120%;
}

.pricing-card h3, .pricing-card p{
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0;
  width: 176px;
}

.pricing-card p{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  top: -15px;
}

.price-box{
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: auto;
  padding: 15px 0;
  width: 176px;
}

.pricing-card h4{
  font-size: 20px;
  font-weight: 700;
  width: 148px;
}

.price-box .month, .pricing-card h4{
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  line-height: 120%;
  margin: 0;
}

.price-box .month{
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  position: relative;
  top: -10px;
  width: 169px;
}

.features-list{
  gap: 20px;
  height: auto;
  margin: 0;
  position: relative;
  top: -40px;
  width: 176px;
}

.features-list, .pricing-card ul{
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}

.pricing-card ul{
  gap: 15px;
  margin: 15px 5px;
}

.pricing-card li{
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 420;
  line-height: 140%;
  width: 176px;
}

.price-box .thirdbox, .pricing-card li{
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.price-box .thirdbox{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  width: 183px;
}

.pricing-card button{
  align-items: center;
  border: none;
  border-radius: 500px;
  cursor: pointer;
  display: flex;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin-top: 15px;
  padding: 21px 30px;
  top: 21px;
  width: 178px;
}

.pricing-card button:hover{
  background-color:#8b6338;
  color: white;
}

/*.primary {
  background: #8b6338;
  border: none;
  color: #fff;
}

*/

.popular{
  background: #f3eee9;
  position: relative;
}

.badge{
  align-items: center;
  background-color: #354e39;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  height: 25px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 120%;
  padding: 0;
  text-align: center;
  top: -10px;
}

.row-box{
  flex-direction: row;
  gap: 10px;
  max-width: 1200px;
}

.note, .row-box{
  display: flex;
  margin: 0 auto;
  width: 100%;
}

.note{
  flex-direction: column;
  gap: 20px;
  max-width: 758px;
  white-space: nowrap;
}

.community-box{
  background: #fdf5f5;
  border: 1px solid #ff6b6b4d;
  border-radius: 15px;

  width: 100%;
  max-width: 1200px;

  margin: 40px auto 0; /* 👈 top margin add */

  padding: 25px;

  gap: 25px;

  box-sizing: border-box;
}

.community-box, .community-icon{
  align-items: center;
  display: flex;
}

.community-icon{
  flex-shrink: 0;
  height: 65px;
  justify-content: center;
  width: 65px;
}

.community-icon img{
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.community-content h4{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 6px;
}

.community-content h4, .community-content p{
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  max-width: 1068px;
  width: 100%;
}

.community-content p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.commitment-section{
  background: #fff;
  box-sizing: border-box;
  padding: 100px 20px;
  width: 100%;
}

.commitment-container{
  gap: 50px;
  min-height: 494px;
}

.commitment-container, .commitment-header{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.commitment-header{
  gap: 20px;
  text-align: center;
}

.commitment-badge{
  align-items: center;
  background: #eee9e4;
  border-radius: 6px;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 10px 15px;
  width: 149px;
}

.commitment-badge, .commitment-container h2{
  letter-spacing: 0;
  line-height: 100%;
  margin: 0 auto;
  text-align: center;
}

.commitment-container h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  height: 45px;
  max-width: 1200px;
  width: 100%;
}

.commitment-desc{
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  width: 100%;
}

.commitment-grid{
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  right: 50px;
  width: 100%;
}

.commitment-card{
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 224px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.commitment-icon{
  align-items: center;
  background: #355060;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
  width: 60px;
}

.commitment-icon img{
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.card-content{
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  width: 100%;
}

.commitment-card h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  width: 224px;
}

.commitment-card h3, .commitment-card p{
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0 auto;
  text-align: center;
}

.commitment-card p{
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 224px;
  width: 100%;
}

.community-page{
  background: #fff;
  width: 100%;
}

.community-banner{
  background-position: 50%;
  background-size: cover;
  height: 300px;
  width: auto;
}

.community-banner-overlay{
  align-items: center;
  background: #274630b8;
  display: flex;
  height: 100%;
  justify-content: center;
  width: auto;
}

.community-banner-content{
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  width: 100%;
}

.community-banner-overlay h1{
  color: #fff;
  font-family:
    The Seasons,
    serif;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0;
  max-width: 487px;
  text-align: center;
  width: 100%;
}

.community-banner-overlay p{
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  width: 100%;
}

.community-intro-section{
  padding: 100px 0;
  width: 100%;
}

.community-intro-container{
  gap: 30px;
  text-align: center;
}

.community-content-block, .community-intro-container{
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.community-content-block{
  gap: 20px;
}

.community-badge{
  align-items: center;
  background: #eee7e0;
  border-radius: 6px;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 10px 15px;
  width: fit-content;
}

.community-badge, .community-intro-container h2{
  color: #000;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0;
  text-align: center;
}

.community-intro-container h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  max-width: 1200px;
  width: 100%;
}

.community-subtitle{
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  width: 100%;
}

.community-buttons{
  align-items: center;
  display: inline-flex;
  gap: 10px;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  width: auto;
}

.community-buttons button{
  font-size: 15px;
  font-weight: 700;
  height: 58px;
  padding: 0 30px;
}

.community-buttons button, .sponsor-btn{
  border-radius: 1000px;
  cursor: pointer;
  font-family: Jost, sans-serif;
}

.sponsor-btn{
  background: #8a633a;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  height: 68px;
  letter-spacing: 0;
  line-height: 100%;
  padding: 21px 30px;
  width: auto;
}

.sponsor-btn, .sponsor-btn span{
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.sponsor-btn span{
  font-size: 16px;
  height: 12px;
  line-height: 12px;
  width: 17.33px;
}

.learn-btn{
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 1000px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  height: 68px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 100%;
  padding: 21px 30px;
  width: auto;
}

.impact-support-section{
  background: #eef1f2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  padding: 100px 0;
  width: 100%;
}

.impact-support-container{
  gap: 50px;
}

.impact-support-container, .impact-top{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.impact-top{
  align-items: center;
  gap: 20px;
  text-align: center;
}

.section-block span{
  align-items: center;
  background: #eee7e2;
  border-radius: 6px;
  color: #000;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  width: fit-content;
}

.section-block h2{
  font-family:
    The Seasons,
    serif;
  font-size: 45px;
  font-weight: 500;
  height: 45px;
  letter-spacing: 0;
  line-height: 100%;
  margin: 10px auto;
  text-align: center;
  width: 1200px;
}

.impact-subtitle{
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 auto;
  text-align: center;
  width: 960px;
}

.impact-text:last-child{
  margin-bottom: 0;
}

.impact-cards{
  display: flex;
  flex-direction: row;
  gap: 30px;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.impact-cards .impact-card{
  align-items: flex-start;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 20px;
  min-height: 285px;
  padding: 30px;
  text-align: left;
}

.impact-cards .impact-icon{
  align-items: center;
  background: #365a41;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.impact-cards .impact-card h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.impact-cards .impact-card h3, .impact-cards .impact-card p{
  color: #000;
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0;
  max-width: 217.5px;
  width: 100%;
}

.impact-cards .impact-card p{
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.community-impact-section{
  background: #fff;
  box-sizing: border-box;
  padding: 100px 0 40px;
  width: 100%;
}

.community-impact-container{
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
  min-height: 793px;
  width: 1200px;
}

.impact-badge{
  align-items: center;
  background: #eee7e2;
  border-radius: 6px;
  display: inline-flex;
  font-family: Jost, sans-serif;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  height: 45px;
  margin-bottom: 18px;
  padding: 0 10px 0 15px;
}

.section-block{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}









.impact-subtitle{
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin: 0 auto 50px;
  width: 760px;
}

.cards-wrapper{
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 574px;
}

.cards-row, .cards-wrapper{
  display: flex;
  gap: 30px;
  width: 100%;
}

.cards-row{
  justify-content: space-between;
}

.cards-row .impact-card{
  align-items: flex-start;
  background: #fff;
  border: 1px solid #dddddd7c;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 305px;
  padding: 30px;
  text-align: left;
  width: 380px;
}

.cards-row .impact-card.impact-card-wide{
  min-height: 209px;
  width: 585px;
}

.cards-row .impact-icon{
  align-items: center;
  background: #35583f;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.cards-row .impact-card h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.cards-row .impact-card h3, .cards-row .impact-card p{
  color: #000 !important;
  font-family: Jost, sans-serif;
  letter-spacing: 0;
  margin: 0;
  max-width: none;
  width: 100%;
}

.cards-row .impact-card p{
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.impact-bottom-line{
  border-top: 1px solid #ddd;
  height: 0;
  margin: 20px auto 0;
  width: 1200px;
}

/* FINAL OVERRIDE ONLY - KEEP LAST */

.user-left span{
  font-weight: 700 !important;
  font-family: "Jost", sans-serif;
}

html, body{
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@media (max-width: 1024px) {
  .navbar{
    height: auto !important;
    min-height: 72px !important;
  }

.navbar-container{
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 16px !important;
    flex-wrap: nowrap !important;
  }

.navbar-logo img{
    width: 145px !important;
    height: auto !important;
  }

.navbar-button{
    display: none !important;
  }

.menu-toggle{
    display: block !important;
    margin-left: auto !important;
  }

.hero-section{
    width: 100% !important;
    padding: 40px 16px !important;
    margin: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 28px !important;
  }

.hero-left, .hero-right{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }

.hero-left{
    gap: 22px !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

.hero-left h1, .hero-left p{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    text-align: left !important;
  }

.hero-left h1{
    font-size: 36px !important;
    line-height: 1.15 !important;
  }

.hero-left p{
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

.hero-left button, .hero-left .all_btn{
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 13px 20px !important;
    font-size: 15px !important;
    white-space: nowrap !important;
  }

.hero-right img{
    width: 100% !important;
    height: auto !important;
    max-height: 460px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
  }

.experience-box, .trusted-partner-box{
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 16px !important;
    border-radius: 20px !important;
  }

.logo-strip{
    width: 100% !important;
    height: 90px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    overflow: hidden !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }

.logo-strip .swiper-wrapper{
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

.logo-strip .swiper-slide{
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    height: 76px !important;
    padding: 0 16px !important;
  }

.logo-strip .swiper-slide img{
    width: auto !important;
    max-width: 130px !important;
    max-height: 54px !important;
    object-fit: contain !important;
  }

.about-section, .approach-section, .support-section, .about-content-section, .mission-section, .how-section, .process-section, .pricing-section, .faq-section, .testimonials, .footer{
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }

.about-section, .approach-container, .support-container, .about-content-container, .mission-container, .how-container, .pricing-header, .pricing-cards, .testimonial-grid, .footer-top, .footer-bottom{
    flex-direction: column !important;
    align-items: stretch !important;
  }

.about-left, .about-right, .approach-left, .approach-right, .support-content, .pricing-section, .pricing-container, .pricing-cards-wrapper, .testimonials-container, .faq-container, .footer-container{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

.about-left h2, .about-left p, .about-right h2, .about-right p, .pricing-header h2, .pricing-header p, .faq-header h2, .faq-header p{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    text-align: left !important;
  }

.about-images{
    flex-direction: column !important;
    width: 100% !important;
  }

.about-images img, .approach-right img, .support-image, .support-image img, .about-image-box, .about-image-box img, .mission-image-box, .mission-image-box img, .how-left, .how-left img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 460px !important;
    object-fit: cover !important;
  }

.service-video-wrapper{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    transform: none !important;
  }

.service-video-wrapper img, .service-video-wrapper::after{
    transform: none !important;
    left: 0 !important;
    width: 100% !important;
  }

.play-button{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

.service-cards{
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    gap: 16px !important;
  }

.service-cards .service-card{
    min-width: 260px !important;
    flex: 0 0 auto !important;
  }

.pricing-card, .vertical-box, .price-box, .features-list, .pricing-card h3, .pricing-card p, .pricing-card li, .pricing-card button{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

.op-foundation-left, .service-arrows, .nav-buttons{
    display: none !important;
  }

}

@media (max-width: 767px) {
  h1{
    font-size: 32px !important;
    line-height: 1.15 !important;
  }

h2{
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

p{
    font-size: 15px !important;
  }

.hero-left button, .hero-left .all_btn{
    width: auto !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
  }

.logo-strip{
    height: 76px !important;
  }

.logo-strip .swiper-slide{
    height: 64px !important;
    padding: 0 10px !important;
  }

.logo-strip .swiper-slide img{
    max-width: 100px !important;
    max-height: 42px !important;
  }

.about-right button, .support-btn, .about-btn, .how-btn, .sponsor-btn, .learn-btn{
    width: 100% !important;
    justify-content: center !important;
  }

/*# sourceMappingURL=main.95cb267c.css.map*/

/* === CHATGPT FRAME-BY-FRAME MOBILE RESPONSIVE FIX === */
/* Keep this block at the VERY END of your stylesheet. It overrides fixed desktop pixel widths safely. */

:root{
  --site-max: 1200px;
  --gutter: clamp(16px, 4vw, 80px);
}

html, body{
  max-width: 100%;
  overflow-x: hidden !important;
}

body{
  -webkit-text-size-adjust: 100%;
}

img, svg, video, iframe{
  max-width: 100%;
}

button, a{
  -webkit-tap-highlight-color: transparent;
}

.navbar, .footer, .home-page, .services-page, .about-page, .pricing-page, .community-page, .hero-section, .logo-strip, .about-section, .service-video-section, .approach-section, .op-foundation-section, .testimonials, .faq-section, .support-section, .service-divisions, .about-content-section, .who-section, .mission-section, .work-section, .team-section{
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-x: clip;
}

.navbar-container, .footer-container, .footer-top, .footer-bottom, .hero-left, .hero-right, .about-left, .about-right, .about-left-top, .about-left-heading, .about-images, .service-video-wrapper, .service-bottom, .service-container, .service-header, .service-list, .support-container, .support-image, .support-content, .support-header, .approach-container, .approach-left, .approach-header, .approach-list, .approach-item, .approach-content, .approach-right, .op-foundation-container, .op-foundation-header, .op-foundation-content, .op-foundation-left, .op-foundation-right, .foundation-info-panel, .foundation-info-text, .testimonials-container, .testimonial-header, .testimonial-grid, .testimonial-card, .faq-container, .faq-header, .faq-list, .about-content-container, .about-image-box, .about-text-box, .about-row, .who-container, .who-header, .who-cards, .who-card, .mission-container, .mission-left, .mission-top, .mission-image-box, .work-container, .work-header, .work-cards, .work-card, .work-content, .team-container, .team-header{
  box-sizing: border-box !important;
  min-width: 0 !important;
}

/* 1440px frame */
@media (max-width: 1440px) {
  .hero-section{
    padding-left: var(--gutter) !important;
    gap: 32px !important;
  }

.hero-left{
    transform: none !important;
    width: min(46vw, 585px) !important;
    margin: 0 !important;
  }

.hero-left h1, .hero-left p{
    width: 100% !important;
    height: auto !important;
  }

.hero-right{
    width: min(52vw, 800px) !important;
  }

.hero-right img{
    width: 100% !important;
    height: clamp(560px, 54vw, 790px) !important;
  }

.services-hero, .about-banner{
    padding-left: var(--gutter) !important;
    padding-right: var(--gutter) !important;
  }

/* 1200px frame */
@media (max-width: 1200px) {
  .navbar-container, .footer-container, .footer-top, .footer-bottom, .service-container, .support-container, .approach-container, .testimonials-container, .testimonial-header, .testimonial-grid, .faq-container, .about-content-container, .who-container, .mission-container, .work-container{
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

.support-section, .approach-section, .about-content-section, .about-section, .op-foundation-section{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

.navbar-menu{
    gap: 2px !important;
    max-width: 560px !important;
  }

.navbar-menu li a, .navbar-menu li.active a{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

.navbar-button button{
    min-width: 205px !important;
    padding: 14px 18px !important;
    font-size: 16px !important;
  }

.about-left h2{
    font-size: clamp(72px, 9vw, 105px) !important;
  }

.play-button{
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

.op-foundation-content{
    margin-left: 0 !important;
  }

/* 1024px / tablet landscape frame */
@media (max-width: 1024px) {
  .navbar{
    height: auto !important;
    min-height: 82px !important;
  }

.navbar-container{
    min-height: 82px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

.navbar-logo img{
    width: clamp(190px, 25vw, 250px) !important;
    height: auto !important;
  }

.menu-toggle{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    color: #000 !important;
    z-index: 1001 !important;
  }

.navbar-menu, .navbar-button{
    display: none;
  }

.navbar.active .navbar-menu, .navbar.open .navbar-menu, body.menu-open .navbar-menu{
    display: flex !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 12px 24px 20px !important;
    background: #fff !important;
    box-shadow: 0 18px 30px rgba(0,0,0,.08) !important;
    transform: none !important;
  }

.navbar.active .navbar-menu li a, .navbar.open .navbar-menu li a, body.menu-open .navbar-menu li a{
    width: 100% !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
    padding: 14px 0 !important;
    height: auto !important;
  }

.hero-section, .about-section, .support-container, .approach-container, .about-content-container, .mission-container, .footer-top, .testimonial-grid, .op-foundation-content{
    flex-direction: column !important;
  }

.hero-section{
    padding: 60px 24px 70px !important;
  }

.hero-left, .hero-right, .about-left, .about-right, .support-image, .support-content, .approach-left, .approach-right, .about-image-box, .about-text-box, .mission-left, .mission-image-box{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    transform: none !important;
  }

.hero-right{
    margin-top: 0 !important;
  }

.hero-right img, .support-image, .approach-right img, .about-image-box, .mission-image-box{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }

.hero-right img, .support-image img, .approach-right img, .about-image-box img, .mission-image-box img{
    object-fit: cover !important;
  }

.trusted-partner-box p, .experience-box p{
    width: 100% !important;
    height: auto !important;
  }

.logo-strip{
    margin-top: 0 !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    gap: 28px !important;
  }

.about-images{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

.about-images img{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1.25 !important;
  }

.service-video-section{
    min-height: 0 !important;
    margin-top: 70px !important;
  }

.service-video-wrapper{
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    transform: none !important;
  }

.service-bottom{
    flex-direction: column !important;
    gap: 20px !important;
    min-height: 0 !important;
  }

.service-content{
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }

.services-page .service-divisions .service-row, .service-row{
    flex-direction: column !important;
  }

.services-page .service-divisions .service-left, .service-left{
    max-width: 100% !important;
  }

.services-page .service-divisions .service-outcomes, .service-outcomes{
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

.op-ring-wrapper{
    transform: scale(.95) !important;
    margin: 0 auto !important;
  }

.op-foundation-left, .op-foundation-right{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

.work-cards{
    grid-template-columns: 1fr !important;
  }

/* 768px / tablet portrait frame */
@media (max-width: 768px) {
  .hero-left h1, .services-hero-overlay h1, .about-banner-overlay h1{
    font-size: clamp(34px, 9vw, 46px) !important;
    line-height: 1.08 !important;
    width: 100% !important;
    height: auto !important;
  }

h2, .about-right h2, .service-content h2, .service-header h2, .support-content h2, .approach-left h2, .op-foundation-header h2, .testimonial-header h2, .faq-header h2, .about-text-box h2, .who-container h2, .mission-top h2, .work-header h2{
    font-size: clamp(28px, 7.5vw, 36px) !important;
    line-height: 1.15 !important;
    height: auto !important;
    min-height: 0 !important;
    top: auto !important;
    position: static !important;
  }

p, .hero-left p, .about-right p, .support-content p, .section-subtitle, .approach-item p, .op-foundation-header p, .subtitle, .faq-header p, .about-text-box p, .who-header p, .mission-desc, .work-header p{
    font-size: 16px !important;
    line-height: 1.55 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    top: auto !important;
    position: static !important;
  }

.services-hero, .about-banner{
    height: 240px !important;
    padding: 56px 16px !important;
  }

.support-section, .service-divisions, .approach-section, .about-content-section, .who-section, .mission-section, .work-section, .team-section, .testimonials, .faq-section{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

.service-container, .service-header, .support-container, .approach-container, .about-content-container, .who-container, .mission-container, .work-container, .testimonials-container, .faq-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 32px !important;
  }

.support-content, .about-text-box, .mission-left{
    gap: 28px !important;
  }

.support-header, .about-row{
    height: auto !important;
    width: 100% !important;
  }

.service-card, .services-page .service-divisions .service-card, .who-card, .work-card, .foundation-info-panel, .testimonial-card, .faq-item{
    padding: 22px !important;
    border-radius: 20px !important;
  }

.service-left, .approach-item, .foundation-info-panel, .work-card, .testimonial-content{
    flex-direction: column !important;
    gap: 16px !important;
  }

.service-icon, .approach-icon, .feature .icon, .who-icon, .work-icon, .foundation-round-icon{
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
  }

.nav-buttons, .service-arrows{
    position: static !important;
    transform: none !important;
    margin: 0 !important;
  }

.footer{
    padding-top: 60px !important;
  }

.footer-top, .footer-bottom{
    gap: 28px !important;
    align-items: flex-start !important;
  }

.footer-bottom{
    flex-direction: column !important;
  }

.footer-links{
    flex-wrap: wrap !important;
    gap: 12px 20px !important;
  }

/* 575px / mobile frame */
@media (max-width: 575px) {
  .navbar-container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

.navbar-logo img{
    width: 180px !important;
  }

.hero-section{
    padding: 44px 16px 54px !important;
    gap: 28px !important;
  }

.hero-left{
    gap: 24px !important;
  }

.hero-left h1{
    font-size: 34px !important;
  }

.hero-left p, .support-content p, .section-subtitle, .approach-item p, .about-text-box p, .mission-desc, .work-header p, .faq-header p{
    font-size: 15px !important;
  }

.hero-left button, .about-right button, .support-btn, .about-btn, .how-btn, .sponsor-btn, .learn-btn, .pricing-card button{
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    white-space: normal !important;
  }

.btn-content{
    width: 100% !important;
    justify-content: center !important;
  }

.about-images{
    grid-template-columns: 1fr !important;
  }

.services-hero, .about-banner{
    height: 215px !important;
  }

.support-image, .approach-right img, .about-image-box, .mission-image-box, .hero-right img{
    border-radius: 20px !important;
  }

.service-card h3, .services-page .service-divisions .service-content h3, .approach-item h3, .content h3, .who-card h3, .work-content h3, .foundation-info-text h4{
    font-size: 19px !important;
    line-height: 1.25 !important;
  }

.service-card p, .services-page .service-divisions .service-content p, .service-outcomes li, .content p, .work-content p, .foundation-info-text p, .testimonial-card p{
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

.op-ring-wrapper{
    width: 320px !important;
    height: 320px !important;
    transform: scale(.85) !important;
  }

.op-ring-center h3{
    font-size: 28px !important;
  }

.testimonial-content{
    gap: 8px !important;
  }

.quote-icon{
    font-size: 42px !important;
    width: 36px !important;
  }

.user-row, .user-left{
    align-items: flex-start !important;
  }

.user-row{
    flex-direction: column !important;
    gap: 12px !important;
  }

.stars{
    margin-left: 0 !important;
  }

/* 420px / small mobile frame */
@media (max-width: 420px) {
  .navbar-logo img{
    width: 155px !important;
  }

.hero-left h1, .services-hero-overlay h1, .about-banner-overlay h1{
    font-size: 30px !important;
  }

h2, .about-right h2, .service-content h2, .service-header h2, .support-content h2, .approach-left h2, .op-foundation-header h2, .testimonial-header h2, .faq-header h2, .about-text-box h2, .who-container h2, .mission-top h2, .work-header h2{
    font-size: 26px !important;
  }

.support-section, .service-divisions, .approach-section, .about-content-section, .who-section, .mission-section, .work-section, .team-section, .testimonials, .faq-section{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

.service-card, .services-page .service-divisions .service-card, .who-card, .work-card, .foundation-info-panel, .testimonial-card, .faq-item{
    padding: 18px !important;
  }

.services-hero, .about-banner{
    height: 190px !important;
  }

.op-ring-wrapper{
    width: 280px !important;
    height: 280px !important;
    transform: scale(.78) !important;
  }

.footer-logo{
    width: 200px !important;
    height: auto !important;
  }

.footer-socials{
    gap: 12px !important;
  }

@media (max-width: 991px) {
  .menu-toggle{
    display: block !important;
    color: #000;
    z-index: 1001;
  }

.navbar-container{
    position: relative;
  }

.navbar-menu{
    display: none !important;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    background: #fff;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0;
    padding: 20px 0 !important;
    transform: none !important;
    z-index: 1000;
  }

.navbar-menu.active{
    display: flex !important;
  }

@media (max-width: 767px) {

  .footer-bottom{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 20px !important;
  }

.footer-bottom-left{
    width: 100% !important;
    text-align: left !important;
  }

.footer-links{
    width: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: flex-start !important;
    justify-content: flex-start !important;

    gap: 12px !important;

    text-align: left !important;
  }

.footer-links a{
    width: 100% !important;
    display: block !important;

    text-align: left !important;

    margin: 0 !important;
    padding: 0 !important;
  }

/* =========================================================
   FINAL GLOBAL MOBILE FOOTER LEFT ALIGN FIX
   Added for all pages: Home, Services, About, How It Works,
   Pricing, Community Impact, and any page using .footer.
   Keep this block at the very end of the stylesheet.
========================================================= */
@media (max-width: 767px) {

  .footer{
    width: 100% !important;
    max-width: 100% !important;
    padding: 60px 20px 30px !important;
    margin: 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

.footer-container{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 30px !important;
    box-sizing: border-box !important;
  }

.footer-top{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 40px !important;
    margin: 0 !important;
  }

.footer-brand, .footer-column, .contact-column, .second-number{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    margin: 0 !important;
  }

.footer-logo{
    margin-left: 0 !important;
    margin-right: auto !important;
  }

.footer-brand p, .footer-column h4, .footer-column p, .footer-column a, .contact-column h4, .contact-column p, .second-number p{
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

.footer-socials{
    width: fit-content !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

.footer-divider{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

.footer-bottom{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    margin: 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

.footer-bottom-left, .footer-bottom p{
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
  }

.footer-links{
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

.footer-links a{
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
  }

/* ===== HERO FIX: 1026px to 1428px ===== */
/* Paste this at the VERY END of your CSS file */

/*@media (min-width: 1025px) and (max-width: 1428px) {
  .hero-section {
    align-items: stretch !important;
    gap: 28px !important;
    padding-left: clamp(30px, 4vw, 70px) !important;
    padding-bottom: 80px !important;
    overflow: hidden !important;
  }

.hero-left {
    width: 43% !important;
    max-width: 560px !important;
    min-width: 420px !important;
    transform: none !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 3 !important;
  }

.hero-left h1 {
    font-size: clamp(42px, 4vw, 55px) !important;
  }

.hero-left p {
    position: relative !important;
    z-index: 4 !important;
    font-size: clamp(17px, 1.45vw, 20px) !important;
  }

.hero-right {
    width: 54% !important;
    max-width: 800px !important;
    min-width: 560px !important;
    margin-left: auto !important;
    margin-top: -100px !important;
    position: relative !important;
    z-index: 1 !important;
  }

.hero-right > img {
    width: 100% !important;
    height: clamp(640px, 55vw, 790px) !important;
    object-fit: cover !important;
  }

.experience-box {
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 197px !important;
    height: 197px !important;
    z-index: 6 !important;
  }

.trusted-partner-box {
    left: 197px !important;
    right: auto !important;
    bottom: 0 !important;
    top: auto !important;
    width: min(440px, calc(100% - 197px)) !important;
    height: 197px !important;
    z-index: 6 !important;
  }

.trusted-partner-box p {
    width: 100% !important;
  }

.logo-strip {
    margin-top: -80px !important;
    z-index: 10 !important;
  }

@media (min-width: 1025px) and (max-width: 1150px) {
  .hero-section {
    gap: 22px !important;
    padding-left: 24px !important;
  }

.hero-left {
    min-width: 390px !important;
  }

.hero-right {
    min-width: 520px !important;
  }

.trusted-partner-box {
    padding: 24px 18px !important;
  }

/* ===== SMALL DESKTOP BOX SIZE FIX ===== */

/*@media (min-width: 1025px) and (max-width: 1150px) {
  .experience-box {
    width: 165px !important;
    height: 165px !important;
    padding: 22px 16px !important;
    gap: 18px !important;
  }

.experience-box h2 {
    font-size: 44px !important;
    width: 100% !important;
  }

.experience-box p {
    width: 100% !important;
    height: auto !important;
    font-size: 13px !important;
    line-height: 140% !important;
  }

.trusted-partner-box {
    left: 165px !important;
    width: min(360px, calc(100% - 165px)) !important;
    height: 165px !important;
    padding: 22px 16px !important;
    gap: 18px !important;
  }

.trusted-partner-box p {
    width: 100% !important;
    height: auto !important;
    font-size: 14px !important;
    line-height: 130% !important;
  }

.icon {
    width: 46px !important;
    height: 46px !important;
  }

.icon img {
    width: 39px !important;
    height: 39px !important;
  }

.icon + .icon,
  .partner-icons .icon + .icon {
    margin-left: -18px !important;
  }

*/


/* ===== FINAL WORKING FAQ DESIGN - SAME AS UPLOADED IMAGE ===== */
/* This fixes FAQ plus/X movement and keeps icon static. */

.faq-item{
    width:100% !important;
    max-width:1200px !important;
    background:#ffffff !important;
    border:1px solid #e1e1e1 !important;
    border-radius:5px !important;
    box-shadow:none !important;
    padding:24px 25px !important;
    margin-bottom:15px !important;
    box-sizing:border-box !important;
    display:block !important;
    transition:none !important;
    animation:none !important;
    transform:none !important;
}

.faq-row{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:20px !important;
    cursor:pointer !important;
    margin:0 !important;
    padding:0 !important;
    transform:none !important;
    transition:none !important;
    animation:none !important;
}

.faq-row span{
    width:auto !important;
    max-width:calc(100% - 40px) !important;
    margin:0 !important;
    padding:0 !important;
    font-family:"Jost", sans-serif !important;
    font-size:16px !important;
    font-weight:700 !important;
    line-height:140% !important;
    color:#000000 !important;
}

/* FAQ icon button - no movement */
.faq-row button{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    min-height:24px !important;
    flex:0 0 24px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    position:relative !important;

    padding:0 !important;
    margin:0 !important;

    border:0 !important;
    outline:0 !important;
    background:transparent !important;
    box-shadow:none !important;

    color:#000000 !important;
    cursor:pointer !important;

    font-size:0 !important;
    line-height:1 !important;

    transform:none !important;
    transition:none !important;
    animation:none !important;
}

/* Remove hover/click/focus effects completely */
.faq-row button:hover, .faq-row button:focus, .faq-row button:active, .faq-item.active .faq-row button, .faq-item.active .faq-row button:hover, .faq-item.active .faq-row button:focus, .faq-item.active .faq-row button:active{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    min-height:24px !important;

    background:transparent !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;

    color:#000000 !important;

    transform:none !important;
    transition:none !important;
    animation:none !important;
}

/* Hide any old icon/text inside button */
.faq-row button i, .faq-row button svg, .faq-row button span{
    display:none !important;
}

/* Closed state: plus icon */
.faq-row button::before{
    content:"+" !important;
    display:block !important;
    position:absolute !important;
    top:50% !important;
    left:50% !important;

    font-family:Arial, Helvetica, sans-serif !important;
    font-size:26px !important;
    font-weight:400 !important;
    line-height:1 !important;
    color:#000000 !important;

    transform:translate(-50%, -50%) !important;
    transition:none !important;
    animation:none !important;
}

/* Remove old second pseudo icon if present */
.faq-row button::after{
    content:none !important;
    display:none !important;
}

/* Open state: X icon exactly like screenshot */
.faq-item.active .faq-row button::before{
    content:"×" !important;
    font-size:28px !important;
    font-weight:400 !important;
    transform:translate(-50%, -50%) !important;
}

/* FAQ answer text */
.faq-answer{
    display:none !important;
    width:100% !important;
    padding-top:20px !important;
    margin:0 !important;
    transition:none !important;
    animation:none !important;
    transform:none !important;
}

.faq-item.active .faq-answer{
    display:block !important;
}

.faq-answer p{
    margin:0 !important;
    padding:0 !important;
    font-family:"Jost", sans-serif !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:140% !important;
    color:#000000 !important;
}

/* Mobile spacing */
@media (max-width:767px){
    .faq-item{
        padding:22px 20px !important;
        border-radius:5px !important;
    }

.faq-row span{
        font-size:15px !important;
        max-width:calc(100% - 38px) !important;
    }

.faq-answer p{
        font-size:15px !important;
    }

/* ===== MOBILE OPEN MENU ATTRACTIVE DESIGN ONLY ===== */
@media (max-width: 991px){

  /* Menu wrapper when toggle opens */
  .navbar-menu.active, body.mobile-menu-open .navbar-menu{
    background: rgba(255,255,255,0.98) !important;
    border: 1px solid rgba(140,98,57,0.16) !important;
    border-radius: 24px !important;
    padding: 16px !important;
    gap: 8px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,0.14) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    overflow: hidden !important;
  }

/* Each menu link card */
  .navbar-menu.active li a, body.mobile-menu-open .navbar-menu li a{
    border-radius: 16px !important;
    padding: 14px 16px !important;
    background: transparent !important;
    color: #111 !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
  }

/* Active / hover design */
  .navbar-menu.active li a:hover, .navbar-menu.active li.active a, body.mobile-menu-open .navbar-menu li a:hover, body.mobile-menu-open .navbar-menu li.active a{
    background: rgba(140,98,57,0.12) !important;
    color: #8c6239 !important;
    border-bottom: none !important;
  }

/* CTA button inside mobile menu */
  

@media (max-width: 575px){
  .navbar-menu.active, body.mobile-menu-open .navbar-menu{
    border-radius: 20px !important;
    padding: 14px !important;
  }

.navbar-menu.active li a, body.mobile-menu-open .navbar-menu li a{
    border-radius: 14px !important;
  }

/* ===== END MOBILE OPEN MENU ATTRACTIVE DESIGN ONLY ===== */


/* =========================================================
   FINAL FAQ ACCORDION FIX
   Keeps + and × in the exact same desktop position
   ========================================================= */

.faq-section .faq-list{
  width: 100% !important;
}

.faq-section .faq-item{
  width: 100% !important;
  max-width: 1200px !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  padding: 25px !important;
  margin: 0 !important;
  display: block !important;
}

.faq-section .faq-row{
  width: 100% !important;
  max-width: 1150px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.faq-section .faq-row span{
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: calc(100% - 44px) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

/* Button is a fixed square so the icon can never jump */
.faq-section .faq-row button.faq-toggle, .faq-section .faq-row button{
  position: relative !important;
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  transform: none !important;
  transition: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

/* Draw both + and × from the same center point */
.faq-section .faq-row button::before, .faq-section .faq-row button::after{
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  background: #000000 !important;
  border-radius: 2px !important;
  transform-origin: center center !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
  text-indent: 0 !important;
}

/* horizontal line */
.faq-section .faq-row button::before{
  width: 16px !important;
  height: 2px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
}

/* vertical line */
.faq-section .faq-row button::after{
  width: 2px !important;
  height: 16px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
}

/* open state = cross in exactly the same square */
.faq-section .faq-item.active .faq-row button::before, .faq-section .faq-item.is-open .faq-row button::before{
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.faq-section .faq-item.active .faq-row button::after, .faq-section .faq-item.is-open .faq-row button::after{
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

/* Answer open / close */
.faq-section .faq-answer{
  display: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 0 0 !important;
  box-sizing: border-box !important;
}

.faq-section .faq-item.active .faq-answer, .faq-section .faq-item.is-open .faq-answer{
  display: block !important;
}

.faq-section .faq-answer p{
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

/* Mobile safety */
@media (max-width: 767px) {
  .faq-section .faq-row span{
    max-width: calc(100% - 42px) !important;
    font-size: 15px !important;
  }

  .faq-section .faq-answer p{
    font-size: 15px !important;
  }
}

/* ==========================================================
   FINAL DESKTOP FAQ PLUS / CROSS FIX
   Added after closing any broken/open CSS blocks so it works
   ========================================================== */

/* Close any unclosed rule/media blocks from the pasted stylesheet. */
}
}
}
}
}
}
}
}
}
}
}
}
}

.faq-section .faq-item{
  width: 100% !important;
  max-width: 1200px !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  display: block !important;
  padding: 25px !important;
  margin: 0 !important;
}

.faq-section .faq-list{
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.faq-section .faq-row{
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

.faq-section .faq-row span{
  width: auto !important;
  max-width: calc(100% - 44px) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

/* The button is a fixed square. It never changes size or position. */
.faq-section .faq-row button, .faq-section .faq-row button.faq-toggle, .faq-section .faq-row .faq-toggle{
  position: relative !important;
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;

  display: block !important;
  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  cursor: pointer !important;
  overflow: hidden !important;

  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;

  transform: none !important;
  transition: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

/* Remove any real text/icon inside button */
.faq-section .faq-row button > *{
  display: none !important;
}

/* Both icon lines start from the exact same center point. */
.faq-section .faq-row button::before, .faq-section .faq-row button::after, .faq-section .faq-row button.faq-toggle::before, .faq-section .faq-row button.faq-toggle::after{
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;

  display: block !important;
  background: #000000 !important;
  border-radius: 2px !important;

  transform-origin: center center !important;
  transition: transform 0.2s ease !important;
  text-indent: 0 !important;
}

/* Horizontal line */
.faq-section .faq-row button::before, .faq-section .faq-row button.faq-toggle::before{
  width: 16px !important;
  height: 2px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
}

/* Vertical line */
.faq-section .faq-row button::after, .faq-section .faq-row button.faq-toggle::after{
  width: 2px !important;
  height: 16px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
}

/* Open state: cross stays inside the same 24px square */
.faq-section .faq-item.active .faq-row button::before, .faq-section .faq-item.is-open .faq-row button::before, .faq-section .faq-item.active .faq-row button.faq-toggle::before, .faq-section .faq-item.is-open .faq-row button.faq-toggle::before{
  width: 16px !important;
  height: 2px !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.faq-section .faq-item.active .faq-row button::after, .faq-section .faq-item.is-open .faq-row button::after, .faq-section .faq-item.active .faq-row button.faq-toggle::after, .faq-section .faq-item.is-open .faq-row button.faq-toggle::after{
  width: 16px !important;
  height: 2px !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

/* Answer open / close */
.faq-section .faq-answer{
  display: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 0 0 !important;
  box-sizing: border-box !important;
}

.faq-section .faq-item.active .faq-answer, .faq-section .faq-item.is-open .faq-answer{
  display: block !important;
}

.faq-section .faq-answer p{
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

/* Mobile safety */
@media (max-width: 767px) {
  .faq-section .faq-item{
    padding: 22px 20px !important;
  }

  .faq-section .faq-row span{
    max-width: calc(100% - 42px) !important;
    font-size: 15px !important;
  }

  .faq-section .faq-answer p{
    font-size: 15px !important;
  }
}

/*Schedule- Sehban*/
      *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body{
        font-family: "Inter", sans-serif;
        color: #222;
      }

      a{
        text-decoration: none;
      }

      ul{
        padding: 0;
        margin: 0;
        list-style: none;
      }

      .container{
        max-width: 1180px;
      }

      /* ================= HEADER ================= */

      header{
        background: #fff;
        padding: 18px 0;
        position: sticky;
        top: 0;
        z-index: 999;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
      }

      

      .logo img{
        height: 46px;
      }

      .nav-menu{
        display: flex;
        align-items: center;
        gap: 38px;
      }

      .nav-menu a{
        color: #1d1d1d;
        font-size: 14px;
        font-weight: 500;
      }

      .header-btn a{
        background: #8b6235;
        color: #fff;
        padding: 14px 26px;
        border-radius: 40px;
        font-size: 14px;
        font-weight: 600;
        transition: 0.3s;
      }

      .header-btn a:hover{
        background: #6d4c28;
      }

      /* ================= HERO ================= */

      

      

      

      .hero-content{
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
      }

      .hero-content h1{
        font-size: 72px;
        font-family: "Cormorant Garamond", serif;
        margin-bottom: 10px;
        font-weight: 500;
      }

      

      /* ================= INTRO ================= */

      .intro-section{
        padding: 70px 0 40px;
        text-align: center;
      }
      
      .intro-section .container, .consultation-section .container{
        margin-top : 0;
      }

      .small-badge{
        display: inline-block;
        background: #ece7df;
        color: #222;
        padding: 10px 18px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 25px;
      }

      .intro-section h2{
        font-size: 45px;
        font-family: The Seasons, serif;
        margin-bottom: 20px;
        font-weight: 500;
      }

      .intro-section p{
        max-width: 850px;
        margin: auto;
        color: #000;
        font-size: 18px;
        line-height: 1.8;
      }

      .section-divider{
        margin-top: 70px;
        border-top: 1px solid #ddd;
      }

      /* ================= CONTENT ================= */

      .consultation-section{
        padding: 40px 0 40px;
      }

      .consultation-wrapper{
        display: flex;
        gap: 55px;
        align-items: flex-start;
      }

      .left-content{
        width: 50%;
      }

      .right-form{
        width: 50%;
      }

      .left-content h3{
        font-size: 30px;
        font-family: The Seasons, serif;
        margin-bottom: 35px;
        font-weight: 500;
      }

      .expect-card{
        display: flex;
        gap: 22px;
        padding: 28px;
        border: 1px solid #ddd;
        border-radius: 24px;
        background: #f8f6f3;
        margin-bottom: 22px;
      }

      .expect-icon{
        min-width: 70px;
        height: 70px;
        background: #355238;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .expect-icon i{
        color: #fff;
        font-size: 26px;
      }

      .expect-text h4{
      font-family: "Jost", sans-serif;
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 700;
      }

      .expect-text p{
        font-size: 16px;
        line-height: 1.8;
        color: #000;
      }

      /* ================= WHO SHOULD BOOK ================= */

      .who-book{
        margin-top: 45px;
      }

      .who-book h3{
        font-size: 30px;
        font-family: "The Seasons", serif;
        margin-bottom: 20px;
      }

      .who-book h5{
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        font-family: "Jost", sans-serif;
      }

      .who-book ul li{
        display: flex;
        gap: 14px;
        margin-bottom: 16px;
        font-size: 16px;
        color: #000;
        font-family: "Jost", serif;
      }

      .who-book ul li i{
        color: #355238;
        margin-top: 4px;
      }

      .confidential-box{
        margin-top: 40px;
        padding-top: 25px;
        border-top: 1px solid #ddd;
      }

      .confidential-box h6{
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 100;
        font-family: "Jost", sans-serif;
        color: #000;
      }

      .confidential-box p{
        font-size: 14px;
        line-height: 1.8;
        color: #000;
      }

      /* ================= FORM ================= */

      .consult-form{
        background: #e8e8e8;
        border-radius: 34px;
        overflow: hidden;
      }

      .form-top{
        background: #000;
        padding: 40px;
        color: #fff;
      }

      .form-top h3{
        font-size: 30px;
        font-family: The Seasons, serif;
        margin-bottom: 10px;
      }

      .form-top p{
        color: #d4d4d4;
      }

      .form-body{
        padding: 25px;
      }

      

      

      textarea.form-control{
        height: 120px;
        resize: none;
      }

      

      

      

      

      

      

      .consult-note{
        text-align: center;
        margin-top: 18px;
        color: #000;
        font-size: 16px;
        font-family: "Jost", sans-serif;
      }

      /* ================= FOOTER ================= */

      footer{
        background: #2f4c34;
        color: #fff;
        padding: 80px 0 25px;
      }

      

      .footer-logo img{
        height: 55px;
        margin-bottom: 20px;
      }

      

      .social-links{
        display: flex;
        gap: 14px;
      }

      .social-links a{
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: 0.3s;
      }

      .social-links a:hover{
        background: #fff;
        color: #2f4c34;
      }

      .footer-links h5{
        margin-bottom: 24px;
        font-size: 20px;
      }

      .footer-links ul li{
        margin-bottom: 14px;
      }

      .footer-links ul li a{
        color: #d7d7d7;
        transition: 0.3s;
      }

      .footer-links ul li a:hover{
        color: #fff;
      }

      

      .footer-bottom{
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        margin-top: 60px;
        padding-top: 22px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
      }

      .footer-bottom p, .footer-bottom a{
        color: #d7d7d7;
        font-size: 14px;
      }

      

      /* ================= RESPONSIVE ================= */

      @media (max-width: 991px) {
        .consultation-wrapper{
          flex-direction: column;
        }

        .left-content, .right-form{
          width: 100%;
        }

        

        .hero-content h1{
          font-size: 52px;
        }

        .intro-section h2{
          font-size: 48px;
        }
      }

      @media (max-width: 767px) {
        .nav-menu{
          display: none;
        }

        .hero-content h1{
          font-size: 42px;
        }

        .intro-section h2{
          font-size: 40px;
        }

        .left-content h3, .who-book h3, .form-top h3{
          font-size: 34px;
        }

        

        .expect-card{
          flex-direction: column;
        }

        .footer-bottom{
          flex-direction: column;
          text-align: center;
        }

        
      }

      /* =========================
   RESPONSIVE CSS
========================= */

/* Large Desktop */
@media (max-width: 1399px) {
  .container{
    max-width: 1140px;
  }

  .hero-content h1{
    font-size: 64px;
  }

  .intro-section h2{
    font-size: 58px;
  }
}

/* Laptop */
@media (max-width: 1199px) {
  .container{
    max-width: 960px;
  }

  .nav-menu{
    gap: 24px;
  }

  .hero-section{
    height: 300px;
  }

  .hero-content h1{
    font-size: 56px;
  }

  .intro-section{
    padding: 70px 0 60px;
  }

  .intro-section h2{
    font-size: 50px;
  }

  .consultation-wrapper{
    gap: 35px;
  }

  .left-content h3, .who-book h3, .form-top h3{
    font-size: 40px;
  }

  .expect-text h4{
    font-size: 22px;
  }

  
}

/* Tablet */
@media (max-width: 991px) {
  header{
    padding: 14px 0;
  }

  

  .logo{
    width: 100%;
    text-align: center;
  }

  .nav-menu{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }

  .header-btn{
    width: 100%;
    text-align: center;
  }

  .hero-section{
    height: 270px;
  }

  .hero-content{
    padding: 0 20px;
  }

  .hero-content h1{
    font-size: 46px;
    line-height: 1.1;
  }

  

  .intro-section{
    padding: 60px 0 50px;
  }

  .intro-section h2{
    font-size: 42px;
    line-height: 1.2;
  }

  .intro-section p{
    font-size: 16px;
  }

  .consultation-section{
    padding: 60px 0 80px;
  }

  .consultation-wrapper{
    flex-direction: column;
  }

  .left-content, .right-form{
    width: 100%;
  }

  .left-content h3, .who-book h3{
    font-size: 38px;
  }

  .form-top h3{
    font-size: 36px;
  }

  .expect-card{
    padding: 24px;
  }

  
}

/* Mobile Large */
@media (max-width: 767px) {
  body{
    overflow-x: hidden;
  }

  .container{
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-menu{
    gap: 14px;
  }

  .nav-menu a{
    font-size: 13px;
  }

  .header-btn a{
    padding: 12px 20px;
    font-size: 13px;
  }

  .hero-section{
    height: 240px;
  }

  .hero-content h1{
    font-size: 38px;
  }

  

  .intro-section h2{
    font-size: 36px;
  }

  .intro-section p{
    font-size: 15px;
    line-height: 1.7;
  }

  .small-badge{
    padding: 8px 16px;
    font-size: 12px;
  }

  .left-content h3, .who-book h3, .form-top h3{
    font-size: 32px;
    line-height: 1.2;
  }

  .expect-card{
    flex-direction: column;
    gap: 18px;
    border-radius: 20px;
  }

  .expect-icon{
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .expect-icon i{
    font-size: 22px;
  }

  .expect-text h4{
    font-size: 20px;
  }

  .expect-text p{
    font-size: 14px;
  }

  .who-book ul li{
    font-size: 14px;
    line-height: 1.6;
  }

  .consult-form{
    border-radius: 24px;
  }

  .form-top{
    padding: 28px;
  }

  .form-body{
    padding: 24px;
  }

  

  textarea.form-control{
    height: 110px;
  }

  

  

  

  

  

  .social-links{
    justify-content: center;
  }

  .footer-links{
    text-align: center;
  }

  

  .footer-bottom{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  
}

/* Mobile Small */
@media (max-width: 575px) {
  .hero-section{
    height: 220px;
  }

  .hero-content h1{
    font-size: 32px;
  }

  .intro-section{
    padding: 50px 0 40px;
  }

  .intro-section h2{
    font-size: 30px;
  }

  .left-content h3, .who-book h3, .form-top h3{
    font-size: 28px;
  }

  .expect-card{
    padding: 20px;
  }

  

  .form-body .row > div{
    margin-bottom: 0 !important;
  }

  .footer-logo img{
    height: 48px;
  }

  

  
}

/* Extra Small Devices */
@media (max-width: 420px) {
  .hero-content h1{
    font-size: 28px;
  }

  .intro-section h2{
    font-size: 26px;
  }

  .left-content h3, .who-book h3, .form-top h3{
    font-size: 24px;
  }

  .expect-text h4{
    font-size: 18px;
  }

  .expect-text p, .intro-section p, .who-book ul li, .confidential-box p{
    font-size: 13px;
  }

  
}