.navbar{
  width: 100%;
  height: 100px !important;

  position: fixed;
  top: 0;
  left: 0;

  z-index: 9;

  background: transparent;

  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;

  box-sizing: border-box;
}

/* container */
.navbar-container{
  width: 100%;
  max-width: 1320px;
  height: 100%;

  margin: 0 auto;
  padding: 0 20px;

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

/* transparent state */
.navbar.transparent{
  background: rgba(255, 255, 255, 0.45);
  /*backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);*/
}

/* sticky on scroll */
.navbar.sticky{
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.main-common-section{
  margin-top: 100px;
}

.main-banner{
  background-position: 50%;
  background-size: cover;
  height: 305px;
  position: relative;
  width: 100%;
}
.main-banner-overlay{
  align-items: center;
  background: #274630b8;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.main-banner-content{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 300px;
  max-width: 1920px;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.main-banner-overlay h1{
  font-family:
    The Seasons,
    serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 100%;
  width: auto;
  color: #fff;
  letter-spacing: 0;
  margin: 0 auto;
  text-align: center;
}

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

.faq-item{
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  background: #fff;
}

.faq-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-row span{
  font-size: 18px;
  font-weight: 600;
}

.faq-row button{
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 22px;
  cursor: pointer;
}

/* IMPORTANT */
.faq-answer{
  display: none;
  padding-top: 15px;
  width: 100%;
}

.faq-answer p{
  margin: 0;
  color: #666;
  line-height: 1.7;
}

/* OPEN STATE */
.faq-item.active .faq-answer{
  display: block;
}

.faq-item.active .faq-row button{
  transform: rotate(45deg);
}


/*Video Button*/
.video-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.video-popup-content{
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.close-video{
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  z-index: 2;
}

.video-popup iframe{
  display: block;
}

@media (max-width: 768px) {
  .video-popup iframe{
    height: 250px;
  }
}

@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-top: 75px;
    position: relative !important;
    z-index: 3 !important;
  }

  .hero-left h1, .hero-left p{
    width: 100% !important;
    height: auto !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{
    bottom: 0 !important;
    top: auto !important;
    width: 197px !important;
    height: 180px !important;
    z-index: 6 !important;
  }

  .trusted-partner-box{
    right: auto !important;
    bottom: 0 !important;
    top: auto !important;
    width: min(440px, calc(100% - 197px)) !important;
    height: 180px !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{
    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{
    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;
  }
}

/* ===== ABOUT SECTION CENTER FIX: 1200px to 2300px ===== */

@media (min-width: 1200px) and (max-width: 2300px) {
  .about-section{
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;

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

    gap: 50px !important;
    padding: 100px 0 !important;
    box-sizing: border-box !important;
  }

  .about-left{
    width: 565px !important;
    max-width: 565px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .about-right{
    width: 575px !important;
    max-width: 575px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .about-left-top, .about-left-heading, .about-right h2, .about-right p{
    width: 100% !important;
    max-width: 100% !important;
  }

  .about-images{
    width: 100% !important;
    display: flex !important;
    gap: 30px !important;
  }

  .about-images img{
    width: calc((100% - 30px) / 2) !important;
    height: 280px !important;
    object-fit: cover !important;
    border-radius: 30px !important;
  }
}

/* ===== FINAL ABOUT SECTION CENTER FIX ===== */

@media (min-width: 1200px) {
  .home-page .about-section{
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 0 !important;

    display: grid !important;
    grid-template-columns: 565px 575px !important;
    column-gap: 60px !important;

    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;
  }

  .home-page .about-left, .home-page .about-right{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;

    position: static !important;
    left: auto !important;
    right: auto !important;
  }

  .home-page .about-left{
    grid-column: 1 !important;
  }

  .home-page .about-right{
    grid-column: 2 !important;
  }

  .home-page .about-left-top, .home-page .about-left-heading, .home-page .about-right h2, .home-page .about-right p{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .home-page .about-images{
    display: flex !important;
    gap: 30px !important;
  }

  .home-page .about-images img{
    flex: 0 0 calc(50% - 15px) !important;
    width: calc(50% - 15px) !important;
    max-width: calc(50% - 15px) !important;

    height: 460px !important;

    object-fit: cover !important;
    display: block !important;

    border-radius: 30px !important;
  }
}

/* ===== ABOUT FIX: 1025px to 1192px ===== */

@media (min-width: 1025px) and (max-width: 1192px) {
  .home-page .about-section{
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 80px 24px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 50px !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .home-page .about-left, .home-page .about-right{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;

    position: static !important;
    left: auto !important;
    right: auto !important;
  }

  .home-page .about-right h2, .home-page .about-right p{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .home-page .about-right h2{
    font-size: 45px !important;
    line-height: 100% !important;
  }

  .home-page .about-images{
    width: 100% !important;
    display: flex !important;
    gap: 24px !important;
  }

  .home-page .about-images img{
    width: calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
    height: 420px !important;
    object-fit: cover !important;
    border-radius: 30px !important;
  }

  .home-page .about-right button{
    margin-top: 10px !important;
    width: fit-content !important;
  }
}

/* ===== OP FOUNDATION ICON IMAGE SMALL FIX ===== */

.op-ring-icon-1 img, .op-ring-icon-2 img, .op-ring-icon-3 img, .op-ring-icon-4 img, .op-ring-icon-5 img{
  width: 35% !important;
  height: 35% !important;
  object-fit: contain !important;
}

.op-ring-icon{
  width: 60px !important;
  height: 60px !important;
}

.foundation-round-icon img{
  width: 50% !important;
  height: 50% !important;
  object-fit: contain !important;
}

.foundation-round-icon{
  width: 60px !important;
  height: 60px !important;
}

/* ===== PRICING TOGGLE ===== */

.pricing-toggle{
  display: flex;
  align-items: center;
  gap: 14px;
}

.toggle{
  width: 58px;
  height: 32px;
  background: #d9d9d9;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}

.toggle-circle{
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: 0.3s ease;
}

.toggle.active{
  background: #000 !important;
}

.toggle.active .toggle-circle{
  left: calc(100% - 28px);
}

.monthly, .toggle-yearly{
  color: #888;
  transition: 0.3s ease;
}

.active-text{
  color: #000;
  font-weight: 600;
}

/* ===== REMOVE FIXED NAVBAR ===== */

/* ===== SERVICE BADGE POSITION FIX: 330px to 1025px ===== */

@media (min-width: 330px) and (max-width: 1025px) {
  .service-bottom{
    position: relative !important;
    margin-top: 0 !important;
    padding-top: 24px !important;
  }

  .service-content{
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0 !important;
    transform: none !important;
  }

  .service-content small{
    display: inline-flex !important;
    width: fit-content !important;
    margin-top: 10px !important;
    margin-bottom: 18px !important;

    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }
}

/* ===== SERVICE CONTENT LEFT SPACING FIX ===== */

@media (min-width: 330px) and (max-width: 1025px) {
  .service-content{
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  .service-content small, .service-content h2{
    margin-left: 0 !important;
  }
}

/* ===== FINAL MOBILE SERVICE CONTENT FIX ===== */

@media (min-width: 300px) and (max-width: 950px) {
  .service-bottom{
    width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

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

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

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

    overflow: visible !important;
  }

  .service-content small{
    display: inline-flex !important;

    margin: 0 0 20px 0 !important;

    align-self: flex-start !important;
  }

  .service-content h2{
    width: 100% !important;
    max-width: 100% !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;
    padding-right: 100px !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;

    word-break: normal !important;
    overflow-wrap: break-word !important;

    font-size: clamp(28px, 8vw, 42px) !important;
    line-height: 115% !important;

    height: auto !important;
    min-height: 0 !important;
  }
}

@media (min-width: 330px) and (max-width: 950px) {
  .service-bottom{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .service-content{
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

/* ===== SMALL BADGE OVERLAP FIX ===== */

@media (min-width: 330px) and (max-width: 950px) {
  .service-bottom{
    margin-top: 20px !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .service-content small{
    position: relative !important;
    top: auto !important;

    margin-top: 12px !important;
    margin-bottom: 20px !important;
    margin-left: 40px !important;

    z-index: 6 !important;
  }
}

/* ===== CLEAN MOBILE/TABLET SERVICE ARROWS FIX ===== */

/* ===== CLEAN SERVICE ARROWS DESIGN ===== */

@media (min-width: 300px) and (max-width: 1220px) {
  .service-bottom{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

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

  .service-arrows{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 16px !important;

    margin-top: 6px !important;
    padding-left: 20px !important;

    position: relative !important;
  }

  .service-arrows .arrow-btn{
    width: 56px !important;
    height: 66px !important;

    min-width: 56px !important;

    border-radius: 50% !important;

    border: 1.5px solid #d7d7d7 !important;

    background: transparent !important;
    color: #111 !important;

    font-size: 34px !important;
    line-height: 1 !important;

    margin-left: 20px !important;
    margin-top: 10px !important;
    padding: 0 !important;

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

    transition: all 0.3s ease !important;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
  }
  
}

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

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  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-top: 5px !important;
  margin-bottom: 15px !important;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  display: flex;
  color: #000;
}

.service-icon-img{
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  display: block !important;
}

/* ===== TESTIMONIAL NAV BUTTON EFFECT ===== */

.nav-buttons{
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-buttons button{
  width: 56px;
  height: 56px;

  border-radius: 50%;
  border: 1.5px solid #d9d9d9;

  background: #fff;
  color: #111;

  font-size: 28px;
  font-weight: 500;

  cursor: pointer;

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

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;

  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* Hover */


/* Click effect */


/* Mobile */
@media (max-width: 767px) {
  .nav-buttons button{
    width: 48px;
    height: 48px;

    font-size: 24px;
  }
}

/* ===== TESTIMONIAL SLIDER ===== */

.testimonial-grid{
  display: flex !important;
  gap: 24px !important;

  overflow-x: auto !important;
  scroll-behavior: smooth !important;

  scrollbar-width: none !important;
  -ms-overflow-style: none !important;

  padding-bottom: 10px !important;
}

.testimonial-grid::-webkit-scrollbar{
  display: none !important;
}

.testimonial-card{
  min-width: 380px !important;
  max-width: 380px !important;

  flex-shrink: 0 !important;
}

/* ===== BUTTONS ===== */

.nav-buttons{
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.nav-buttons button{
  width: 56px !important;
  height: 56px !important;

  border-radius: 50% !important;
  border: 1px solid #d8d8d8 !important;

  background: #fff !important;
  color: #111 !important;

  font-size: 30px !important;
  cursor: pointer !important;

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

  transition: all 0.3s ease !important;
}



/* ===== MOBILE HORIZONTAL SERVICE CARDS FIX ===== */

@media (min-width: 300px) and (max-width: 400px) {
  .service-cards{
    display: flex !important;
    flex-direction: row !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    gap: 16px !important;

    scroll-behavior: smooth !important;

    padding-bottom: 10px !important;

    scrollbar-width: none !important;
  }

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

  .service-card{
    flex: 0 0 88% !important;

    width: 88% !important;
    min-width: 88% !important;
    max-width: 88% !important;

    box-sizing: border-box !important;

    border-radius: 24px !important;
    padding: 22px 18px !important;
  }

  .service-card h3, .service-card p{
    width: 100% !important;
  }
}

/* ===== MOBILE SERVICE TEXT UPPER FIX ===== */

@media (min-width: 300px) and (max-width: 400px) {
  .service-card h3{
    margin-top: 0 !important;
    transform: translateY(-12px) !important;
  }

  .service-card p{
    margin-top: 0 !important;
    transform: translateY(-10px) !important;
  }
}

/* ===== MOVE COMPLETE PRICING SECTION DOWN ===== */

@media (min-width: 300px) and (max-width: 1023px) {
  .pricing-section{
    position: relative !important;
    transform: translateY(30px) !important;
  }
}

/* ===== PRICING TOGGLE MOBILE FIX ===== */

@media (min-width: 300px) and (max-width: 400px) {
  .pricing-toggle{
    width: 100% !important;

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

    flex-wrap: wrap !important;

    gap: 10px !important;

    margin-top: 16px !important;
  }

  .monthly, .toggle-yearly{
    font-size: 14px !important;
    line-height: 140% !important;
  }

  .toggle{
    width: 52px !important;
    height: 30px !important;
  }

  .toggle-circle{
    width: 22px !important;
    height: 22px !important;
    top: 4px !important;
    left: 4px !important;
  }

  .toggle.active .toggle-circle{
    left: calc(100% - 26px) !important;
  }

  .discount{
    display: inline-block !important;
    font-size: 12px !important;
  }
}

/* ===== ROW BOX MOBILE/TABLET FIX ===== */

@media (min-width: 300px) and (max-width: 830px) {
  .row-box{
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    flex-wrap: wrap !important;

    padding: 16px !important;

    box-sizing: border-box !important;
  }

  .row-box .note{
    width: 100% !important;
    max-width: 100% !important;

    white-space: normal !important;

    word-break: break-word !important;
    overflow-wrap: break-word !important;

    font-size: 14px !important;
    line-height: 150% !important;

    margin: 0 !important;
  }
}

/* ===== TESTIMONIAL NAV BUTTON TABLET FIX ===== */

@media (min-width: 769px) and (max-width: 960px) {
  .testimonial-header{
    position: fixed !important;

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

    align-items: flex-start !important;

    gap: 16px !important;
  }

  .nav-buttons{
    position: relative !important;

    margin-top: 10px !important;

    align-self: flex-start !important;

    z-index: 5 !important;
  }

  .subtitle{
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ===== TESTIMONIAL NAV BUTTON TABLET FIX ===== */

@media (min-width: 769px) and (max-width: 960px) {
  .testimonial-header{
    position: relative !important;

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

    align-items: flex-start !important;

    gap: 16px !important;
  }

  .nav-buttons{
    position: relative !important;

    margin-top: 30px !important;

    align-self: flex-start !important;

    z-index: 5 !important;
  }

  .subtitle{
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ===== FINAL FOUNDATION TEXT CUT FIX ===== */

@media (min-width: 1204px) and (max-width: 1338px) {
  .op-foundation-right{
    width: 100% !important;
    max-width: 620px !important;
    overflow: visible !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }

  .foundation-info-panel{
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding: 24px 28px !important;
    box-sizing: border-box !important;
  }

  .foundation-info-text{
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .foundation-info-text p, .foundation-info-text h4{
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;

    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .foundation-tag{
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }
}

@media (min-width: 1204px) and (max-width: 1338px) {
  .op-foundation-section, .op-foundation-container, .op-foundation-content{
    overflow: visible !important;
  }
}

/* ===== OP FOUNDATION FIX: 1027px to 1200px ===== */

@media (min-width: 1027px) and (max-width: 1200px) {
  .op-foundation-content{
    display: flex !important;
    align-items: flex-start !important;
    gap: 30px !important;

    width: 100% !important;
    max-width: 100% !important;

    padding-left: 24px !important;
    padding-right: 24px !important;

    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .op-foundation-left{
    width: 44% !important;
    max-width: 44% !important;
    min-width: 0 !important;

    display: flex !important;
    justify-content: center !important;

    overflow: visible !important;
  }

  .op-ring-wrapper{
    width: 430px !important;
    height: 430px !important;

    transform: scale(0.82) !important;
    transform-origin: center center !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    position: relative !important;
  }

  .op-ring-center h3{
    font-size: 42px !important;
    line-height: 100% !important;
  }

  .op-ring-icon{
    width: 62px !important;
    height: 62px !important;
  }

  .op-ring-icon img{
    width: 55% !important;
    height: 55% !important;
    object-fit: contain !important;
  }

  .op-foundation-right{
    width: 56% !important;
    max-width: 56% !important;
    min-width: 0 !important;
  }

  .foundation-info-panel{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* ===== OP FOUNDATION SMALLER RING CONTENT ===== */

@media (min-width: 1027px) and (max-width: 1200px) {
  .op-ring-wrapper{
    transform: scale(0.74) !important;
  }

  .op-ring-center h3{
    font-size: 34px !important;
    line-height: 100% !important;
  }

  .op-ring-icon{
    width: 54px !important;
    height: 54px !important;
  }

  .op-ring-icon img{
    width: 48% !important;
    height: 48% !important;
    object-fit: contain !important;
  }
}

/* ===== OP RING ICON CENTER FIX ===== */

@media (min-width: 1031px) and (max-width: 1090px) {
  .op-ring-icon{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .op-ring-icon img{
    display: block !important;

    margin: auto !important;

    position: relative !important;
    top: 0 !important;
    left: 0 !important;

    transform: none !important;

    width: 46% !important;
    height: 46% !important;

    object-fit: contain !important;
  }
}

/* ===== LOGO STRIP FIGMA STYLE ===== */

.logo-strip{
  align-items: center !important;
  background: #1f3e00 !important;

  box-sizing: border-box !important;

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

  width: 100% !important;
  height: 120px !important;

  padding: 37px 40px !important;

  margin-top: -80px !important;

  position: relative !important;

  z-index: 10 !important;
}

/* ===== SERVICE CARD SLIDER ===== */

.service-cards{
  display: flex !important;
  gap: 24px !important;

  overflow-x: auto !important;
  scroll-behavior: smooth !important;

  scrollbar-width: none !important;
  -ms-overflow-style: none !important;

  padding-bottom: 10px !important;
}

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

.service-card{
  flex-shrink: 0 !important;
}

.service-cards{
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  gap: 24px !important;
}

.service-cards{
  --service-x: 0px;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  overflow: hidden !important;
}

.service-card{
  max-width: 380px !important;
  transform: translateX(var(--service-x)) !important;
  transition: transform 0.45s ease !important;
}

.services-page, .services-page *, .services-page *::before, .services-page *::after{
  box-sizing: border-box !important;
}

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

.services-page{
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  background: #fff !important;
}

.services-page img{
  max-width: 100% !important;
  display: block !important;
}

.services-page a{
  color: inherit !important;
  text-decoration: none !important;
}

.services-page h1, .services-page h2, .services-page h3, .services-page h4, .services-page p, .services-page li, .services-page span{
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

/* Desktop safety: remove hard overflow values without changing look */
.services-page .services-hero, .services-page .support-section, .services-page .service-divisions, .services-page .approach-section{
  width: 100% !important;
  max-width: 100% !important;
}

.services-page .support-container, .services-page .service-container, .services-page .approach-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.services-page .support-header, .services-page .service-header, .services-page .approach-header, .services-page .support-content, .services-page .service-list, .services-page .approach-list, .services-page .approach-left, .services-page .approach-right{
  min-width: 0 !important;
  max-width: 100% !important;
}

.support-container{
  width: 100%;
  max-width: 1200px;
  min-height: 588px;

  display: flex;
  align-items: center;
  gap: 50px;

  margin: 0 auto;
  box-sizing: border-box;
}

.support-image{
  width: 100%;
  max-width: 585px;
  min-height: 588px;

  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.support-content{
  width: 100%;
  max-width: 565px;

  display: flex;
  flex-direction: column;

  gap: 50px;
  box-sizing: border-box;
}

.support-header{
  width: 100%;
  max-width: 565px;

  display: flex;
  flex-direction: column;

  gap: 20px;
  box-sizing: border-box;
}

.support-badge{
  width: fit-content;
  min-height: 42px;

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

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

  border-radius: 6px;

  background: rgba(118, 85, 52, 0.15);

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

  color: #000000;

  box-sizing: border-box;
}

.support-header h2{
  width: 100%;
  max-width: 565px;

  margin: 0;

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

  color: #111;
}

.support-content p{
  width: 100%;
  max-width: 565px;

  margin: 0;

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

  color: #111;
}

.support-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 30px;
  gap: 10px;
  border: none;
  border-radius: 1000px;

  background: #765534;

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

.support-btn .btn-content{
  width: auto;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

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

  color: #fff;
}

.service-divisions{
  width: 100%;
  max-width: 1920px;

  padding-top: 100px;
  padding-bottom: 100px;

  display: flex;
  flex-direction: column;

  gap: 10px;

  background: rgba(53, 80, 96, 0.1);

  margin: 0 auto;
  box-sizing: border-box;
}

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

  display: flex;
  flex-direction: column;

  gap: 50px;

  margin: 0 auto;
  box-sizing: border-box;
}

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

  display: flex;
  flex-direction: column;

  gap: 20px;

  box-sizing: border-box;
}

.section-badge{
  width: fit-content;
  min-height: 42px;

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

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

  border-radius: 6px;

  background: rgba(118, 85, 52, 0.1);

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

  color: #000;

  box-sizing: border-box;
}

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

  margin: 0;

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

  text-align: center;
  color: #111;
}

.section-subtitle{
  width: 100%;
  max-width: 960px;

  margin: 0 auto;

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

  text-align: center;
  color: #111;
}

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

  display: flex;
  flex-direction: column;

  gap: 30px;

  box-sizing: border-box;
}

.service-card{
  width: 100%;
  max-width: 1200px;
  /* height: 109px !important; */

  display: flex;
  flex-direction: column;

  padding: 30px;
  gap: 5px;

  border-radius: 30px;

  background: #fff;
  box-sizing: border-box;
}

.service-row{
  width: 100%;
  max-width: 1140px;

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

  gap: 30px;

  box-sizing: border-box;
}

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

  display: flex;
  flex-direction: column;

  gap: 5px;

  box-sizing: border-box;
}

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

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

  gap: 25px;

  box-sizing: border-box;
}

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

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

  padding: 10px;
  gap: 10px;

  border-radius: 500px;

  background: #354e39;

  flex-shrink: 0;
  box-sizing: border-box;
}

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

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

  margin: 0;
  padding-top: 26px;

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

  color: #111;
}

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

  margin: 0;

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

  color: #111;

  box-sizing: border-box;
}

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

  display: flex;
  flex-direction: column;

  gap: 20px;

  box-sizing: border-box;
}

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

  margin: 0;

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

  color: #111;
}

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

  display: flex;
  flex-direction: column;

  gap: 20px;

  margin: 0;
  padding-left: 20px;

  box-sizing: border-box;
}
.service-outcomes li{
  width: 100%;

  display: flex;
  align-items: center;

  gap: 10px;

  list-style: none;

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

  color: #111;

  margin: 0;
}

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

  width: 15px;
  height: 15px;

  border-radius: 50%;

  flex-shrink: 0;
}

.approach-container{
  width: 100%;
  max-width: 1200px;

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

  padding-top: 100px;
  gap: 50px;

  margin: 0 auto;
  box-sizing: border-box;
}

.approach-left{
  width: 100%;
  max-width: 565px;

  display: flex;
  flex-direction: column;

  gap: 50px;

  box-sizing: border-box;
}

.approach-header{
  width: 100%;
  max-width: 565px;

  display: flex;
  flex-direction: column;

  gap: 20px;

  box-sizing: border-box;
}

.approach-badge{
  width: fit-content;
  min-height: 42px;

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

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

  border-radius: 6px;

  background: rgba(118, 85, 52, 0.15);

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

  color: #000;

  box-sizing: border-box;
}

.approach-header h2{
  width: 100%;
  max-width: 565px;

  margin: 0;

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

  color: #111;
}

.approach-list{
  width: 100%;
  max-width: 565px;

  display: flex;
  flex-direction: column;

  gap: 50px;

  box-sizing: border-box;
}

.approach-item{
  width: 100%;
  max-width: 565px;

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

  gap: 20px;

  box-sizing: border-box;
}

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

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

  padding: 10px;
  gap: 10px;

  border-radius: 500px;

  background: #355060;

  flex-shrink: 0;
  box-sizing: border-box;
}

.approach-icon img, .approach-icon svg{
  width: 30px;
  height: 30px;

  object-fit: contain;
}

.approach-content{
  width: 100%;
  max-width: 485px;

  display: flex;
  flex-direction: column;

  gap: 25px;

  box-sizing: border-box;
}

.approach-content h3{
  width: 100%;
  max-width: 485px;

  margin: 0;

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

  color: #111;
}

.approach-content p{
  width: 100%;
  max-width: 485px;

  margin: 0;

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

  color: #111;
}

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

  border-radius: 30px;
  overflow: hidden;

  box-sizing: border-box;
}

.approach-right img{
  width: 100%;
  height: 716px;

  object-fit: cover;
  border-radius: 30px;

  display: block;
}

/* HERO */
.services-page .services-hero{
  height: auto !important;
  min-height: 300px !important;
  padding: 80px 20px !important;
  background-position: center center !important;
  background-size: cover !important;
}

.services-page .services-hero-overlay{
  width: 100% !important;
  max-width: 960px !important;
}

.services-page .services-hero-overlay h1{
  width: auto !important;
  height: auto !important;
  font-size: clamp(42px, 4.5vw, 55px) !important;
  line-height: 1.08 !important;
}

.services-page .services-hero-overlay p{
  width: 100% !important;
  font-size: clamp(15px, 1.6vw, 20px) !important;
  line-height: 1.4 !important;
}

/* SUPPORT */
.services-page .support-section{
  padding: 95px 20px !important;
}

.services-page .support-container{
  display: flex !important;
  align-items: center !important;
  gap: 50px !important;
}

.services-page .support-image, .services-page .support-content{
  min-width: 0 !important;
}

.services-page .support-image{
  width: 50% !important;
  max-width: 585px !important;
  height: auto !important;
  aspect-ratio: 585 / 588 !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}

.services-page .support-image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.services-page .support-content{
  width: 50% !important;
  max-width: 565px !important;
  gap: 34px !important;
}

.services-page .support-header{
  width: 100% !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.services-page .support-content h2{
  width: 100% !important;
  max-width: 565px !important;
  height: auto !important;
  position: static !important;
  top: auto !important;
  font-size: clamp(38px, 3.8vw, 45px) !important;
  line-height: 1.08 !important;
}

.services-page .support-content p{
  width: 100% !important;
  max-width: 565px !important;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  line-height: 1.55 !important;
}

/* SERVICE DIVISIONS — critical fixed section */
.services-page .service-divisions{
  padding: 100px 20px !important;
  background: #eef1f2 !important;
}

.services-page .service-divisions .service-container{
  min-height: 0 !important;
  gap: 50px !important;
}

.services-page .service-divisions .service-header{
  width: 100% !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.services-page .service-divisions .service-header h2{
  width: 100% !important;
  height: auto !important;
  font-size: clamp(38px, 3.8vw, 45px) !important;
  line-height: 1.08 !important;
}

.services-page .service-divisions .section-subtitle{
  width: 100% !important;
  max-width: 960px !important;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  line-height: 1.5 !important;
}

.services-page .service-divisions .service-list{
  width: 100% !important;
  gap: 30px !important;
}

.services-page .service-divisions .service-card{
  width: 100% !important;
  max-width: 1200px !important;
  /* min-height: 0 !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: 100% !important;
  min-width: 0 !important;
  height: auto !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: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 25px !important;
}

.services-page .service-divisions .service-icon{
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  flex: 0 0 60px !important;
}

.services-page .service-divisions .service-icon img{
  max-width: 30px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

.services-page .service-divisions .service-content{
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  transform: none !important;
  gap: 16px !important;
}

.services-page .service-divisions .service-content h3{
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  position: static !important;
  top: auto !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.services-page .service-divisions .service-content p{
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  position: static !important;
  top: auto !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.services-page .service-divisions .service-outcomes{
  width: 270px !important;
  min-width: 270px !important;
  max-width: 270px !important;
  flex: 0 0 270px !important;
  gap: 16px !important;
}

.services-page .service-divisions .service-outcomes h4{
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.services-page .service-divisions .service-outcomes ul{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 12px !important;
}

.services-page .service-divisions .service-outcomes li{
  width: 100% !important;
  height: auto !important;
  align-items: flex-start !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.services-page .service-divisions .service-outcomes li::before{
  margin-top: 3px !important;
  flex: 0 0 15px !important;
}

/* APPROACH */
.services-page .approach-section{
  padding: 100px 20px !important;
}

.services-page .approach-container{
  padding-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 50px !important;
}

.services-page .approach-left{
  width: 50% !important;
  max-width: 565px !important;
  height: auto !important;
  min-height: 0 !important;
  gap: 30px !important;
}

.services-page .approach-header{
  width: 100% !important;
  height: auto !important;
}

.services-page .approach-left h2, .services-page .approach-header h2{
  width: 100% !important;
  height: auto !important;
  max-width: 565px !important;
  font-size: clamp(38px, 3.8vw, 45px) !important;
  line-height: 1.08 !important;
}

.services-page .approach-list{
  width: 100% !important;
  max-width: 565px !important;
  gap: 36px !important;
}

.services-page .approach-item{
  width: 100% !important;
  max-width: 565px !important;
  min-width: 0 !important;
  gap: 20px !important;
}

.services-page .approach-content{
  width: 100% !important;
  max-width: 485px !important;
  min-width: 0 !important;
}

.services-page .approach-content h3, .services-page .approach-item h3{
  width: 100% !important;
  height: auto !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.services-page .approach-content p, .services-page .approach-item p{
  width: 100% !important;
  height: auto !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.services-page .approach-right{
  width: 50% !important;
  max-width: 585px !important;
}

.services-page .approach-right img{
  width: 100% !important;
  max-width: 585px !important;
  height: auto !important;
  aspect-ratio: 585 / 736 !important;
  border-radius: 30px !important;
  object-fit: cover !important;
}

/* 1024px: shrink but keep two columns */
@media (max-width: 1024px) {
  .services-page .support-container, .services-page .approach-container{
    gap: 36px !important;
  }

  .services-page .service-divisions .service-card{
    padding: 26px !important;
  }

  .services-page .service-divisions .service-outcomes{
    width: 245px !important;
    min-width: 245px !important;
    max-width: 245px !important;
    flex-basis: 245px !important;
  }
}

/* 991px: stack all large sections */
@media (max-width: 991px) {
  .services-page .services-hero{
    min-height: 260px !important;
    padding: 70px 20px !important;
  }

  .services-page .support-section, .services-page .service-divisions, .services-page .approach-section{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .services-page .support-container, .services-page .approach-container{
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 34px !important;
  }

  .services-page .support-image, .services-page .support-content, .services-page .approach-left, .services-page .approach-right{
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  .services-page .support-image{
    aspect-ratio: 16 / 10 !important;
  }

  .services-page .approach-right img{
    max-width: 100% !important;
    aspect-ratio: 16 / 11 !important;
  }

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

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

  .services-page .service-divisions .service-outcomes{
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: none !important;
    padding-top: 4px !important;
  }
}

/* 767px: actual mobile */
@media (max-width: 767px) {
  .services-page .support-container, .services-page .service-container, .services-page .approach-container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .services-page .services-hero{
    min-height: 230px !important;
    padding: 58px 16px !important;
  }

  .services-page .services-hero-overlay h1{
    font-size: 38px !important;
  }

  .services-page .services-hero-overlay p{
    font-size: 14px !important;
  }

  .services-page .support-section, .services-page .service-divisions, .services-page .approach-section{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .services-page .support-content, .services-page .approach-left, .services-page .service-divisions .service-container, .services-page .service-divisions .service-list{
    gap: 26px !important;
  }

  .services-page .support-image, .services-page .approach-right img{
    border-radius: 22px !important;
    aspect-ratio: 1.2 / 1 !important;
  }

  .services-page .support-content h2, .services-page .service-divisions .service-header h2, .services-page .approach-left h2, .services-page .approach-header h2{
    font-size: 30px !important;
    line-height: 1.15 !important;
  }

  .services-page .support-content h2 br, .services-page .approach-header h2 br{
    display: none !important;
  }

  .services-page .support-content p, .services-page .service-divisions .section-subtitle, .services-page .service-divisions .service-content p, .services-page .service-divisions .service-outcomes li, .services-page .approach-content p, .services-page .approach-item p{
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .services-page .support-badge, .services-page .section-badge, .services-page .approach-badge{
    font-size: 13px !important;
    line-height: 1.2 !important;
    padding: 9px 13px !important;
  }

  .services-page .support-btn, .services-page .support-btn .all_btn, .services-page .support-btn .btn-content{
    width: 100% !important;
    max-width: 100% !important;
  }

  .services-page .support-btn{
    display: flex !important;
    padding: 16px 20px !important;
  }

  /* Our Service Divisions mobile card layout */
  .services-page .service-divisions .service-card{
    padding: 22px !important;
    border-radius: 22px !important;
  }

  .services-page .service-divisions .service-row{
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 22px !important;
  }

  .services-page .service-divisions .service-left{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .services-page .service-divisions .service-icon, .services-page .approach-icon{
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    flex-basis: 54px !important;
  }

  .services-page .service-divisions .service-content h3, .services-page .approach-content h3, .services-page .approach-item h3{
    font-size: 21px !important;
    line-height: 1.25 !important;
  }

  .services-page .service-divisions .service-outcomes{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-top: 2px !important;
    gap: 14px !important;
  }

  .services-page .service-divisions .service-outcomes h4{
    font-size: 18px !important;
  }

  .services-page .service-divisions .service-outcomes ul{
    gap: 10px !important;
  }

  .services-page .service-divisions .service-outcomes li{
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .services-page .approach-item{
    flex-direction: column !important;
    gap: 16px !important;
  }

  .services-page .approach-content{
    max-width: 100% !important;
  }
}

/* 575px: small mobile */
@media (max-width: 575px) {
  .services-page .services-hero{
    min-height: 210px !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .services-page .services-hero-overlay h1{
    font-size: 34px !important;
  }

  .services-page .support-section, .services-page .service-divisions, .services-page .approach-section{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .services-page .support-content h2, .services-page .service-divisions .service-header h2, .services-page .approach-left h2, .services-page .approach-header h2{
    font-size: 28px !important;
  }

  .services-page .service-divisions .service-card{
    padding: 20px !important;
  }

  .services-page .service-divisions .service-content h3, .services-page .approach-content h3, .services-page .approach-item h3{
    font-size: 20px !important;
  }

  .services-page .support-content p, .services-page .service-divisions .section-subtitle, .services-page .service-divisions .service-content p, .services-page .service-divisions .service-outcomes li, .services-page .approach-content p, .services-page .approach-item p{
    font-size: 14.5px !important;
  }
}

/* 420px: extra small */
@media (max-width: 420px) {
  .services-page .support-container, .services-page .service-container, .services-page .approach-container{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .services-page .services-hero-overlay h1{
    font-size: 30px !important;
  }

  .services-page .support-content h2, .services-page .service-divisions .service-header h2, .services-page .approach-left h2, .services-page .approach-header h2{
    font-size: 25px !important;
  }

  .services-page .service-divisions .service-card{
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .services-page .service-divisions .service-icon, .services-page .approach-icon{
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    flex-basis: 50px !important;
  }

  .services-page .service-divisions .service-icon img, .services-page .approach-icon img{
    max-width: 24px !important;
    max-height: 24px !important;
  }
}

/* 360px: narrow phone guard */
@media (max-width: 360px) {
  .services-page .support-container, .services-page .service-container, .services-page .approach-container{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .services-page .services-hero-overlay h1{
    font-size: 28px !important;
  }

  .services-page .support-content h2, .services-page .service-divisions .service-header h2, .services-page .approach-left h2, .services-page .approach-header h2{
    font-size: 23px !important;
  }

  .services-page .service-divisions .service-card{
    padding: 16px !important;
  }

  .services-page .support-btn{
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  /* MAIN CONTAINERS */
  .support-container, .service-container, .approach-container, .service-header, .support-content, .approach-left, .approach-header, .approach-list, .service-list{
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* SERVICE DIVISION CARDS */
  .service-row, .service-left, .approach-item{
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .service-content, .approach-content, .service-outcomes{
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  .service-content h3, .service-content p, .service-outcomes h4, .service-outcomes ul, .service-outcomes li, .approach-content h3, .approach-content p, .support-content h2, .support-content p, .section-subtitle, .approach-header h2, .service-header h2{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* ICONS CENTER */
  .service-icon, .approach-icon{
    margin: 0 auto !important;
  }

  /* KEY OUTCOMES */
  .service-outcomes ul{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-left: 0 !important;
  }

  .service-outcomes li{
    justify-content: center !important;
  }

  /* BUTTON CENTER */
  .support-btn{
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* IMAGES CENTER */
  .support-image, .approach-right{
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

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

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

.how-page{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.how-page img{
  display: block;
  max-width: 100%;
}

.how-page a{
  color: inherit;
  text-decoration: none;
}

.how-page h1, .how-page h2, .how-page h3, .how-page p, .how-page span{
  overflow-wrap: anywhere;
}

/* HERO / BANNER */
.how-page .how-banner{
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(220px, 28vw, 320px) !important;
  height: auto !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}

.how-page .banner-overlay{
  width: 100% !important;
  min-height: inherit !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(48px, 8vw, 90px) 20px !important;
  background: #28422dbf !important;
}

.how-page .banner-content{
  width: 100% !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  text-align: center !important;
}

.how-page .banner-content h1{
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(34px, 7vw, 56px) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

.how-page .banner-content p, .how-page .banner-overlay p{
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(14px, 2vw, 20px) !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

/* MAIN SECTIONS */
.how-page .how-section, .how-page .process-section, .how-page .commitment-section{
  width: 100% !important;
  max-width: 100% !important;
  padding: clamp(56px, 8vw, 100px) 20px !important;
  margin: 0 auto !important;
  overflow-x: hidden !important;
}

.how-page .how-container, .how-page .process-container, .how-page .commitment-container, .how-page .commitment-section .container{
  width: min(100%, 1200px) !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* INTRO SECTION */
.how-page .how-container{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(32px, 5vw, 50px) !important;
}

.how-page .how-left, .how-page .how-right{
  width: 100% !important;
  max-width: 585px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.how-page .how-left{
  overflow: hidden !important;
  border-radius: clamp(20px, 3vw, 30px) !important;
}

.how-page .how-left img{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  max-height: 588px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: inherit !important;
}

.how-page .how-right, .how-page .content-box{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: clamp(18px, 3vw, 28px) !important;
}

.how-page .content-box{
  width: 100% !important;
  max-width: 565px !important;
}

.how-page .how-badge, .how-page .process-badge, .how-page .commitment-badge{
  width: fit-content !important;
  height: auto !important;
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  text-align: center !important;
}

.how-page .content-box h2, .how-page .process-header h2, .how-page .commitment-header h2, .how-page .commitment-container h2{
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  font-size: clamp(30px, 5vw, 45px) !important;
  line-height: 1.08 !important;
  color: #000 !important;
}

.how-page .content-box p, .how-page .process-header p, .how-page .commitment-desc, .how-page .commitment-card p, .how-page .process-card p, .how-page .process-points span{
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  position: static !important;
  top: auto !important;
  font-size: clamp(15px, 1.7vw, 20px) !important;
  line-height: 1.55 !important;
  color: #000 !important;
}

.how-page .how-btn{
  width: fit-content !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 58px !important;
  position: static !important;
  top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 8px 0 0 !important;
  padding: 18px 28px !important;
  white-space: normal !important;
  text-align: center !important;
}

.how-page .how-btn .all_btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  white-space: normal !important;
}

/* PROCESS */
.how-page .process-container, .how-page .process-header, .how-page .process-list{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  /* gap: clamp(28px, 4vw, 50px) !important; */
}

.how-page .process-header{
  text-align: center !important;
}

.how-page .process-badge{
  margin-left: auto !important;
  margin-right: auto !important;
}

.how-page .process-list{
  width: 100% !important;
}

.how-page .process-row{
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 20px !important;
}

.how-page .process-number{
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  flex: 0 0 60px !important;
}

.how-page .process-card{
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  align-items: start !important;
  gap: clamp(20px, 3vw, 35px) !important;
  padding: clamp(24px, 4vw, 35px) !important;
  border-radius: clamp(20px, 3vw, 30px) !important;
  background: #fff !important;
}

.how-page .card-left, .how-page .card-right, .how-page .process-points{
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.how-page .card-left, .how-page .process-points{
  gap: 16px !important;
}

.how-page .process-card h3{
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  font-size: clamp(20px, 2.3vw, 24px) !important;
  line-height: 1.25 !important;
  color: #000 !important;
}

.how-page .process-points span{
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  text-align: left !important;
}

.how-page .process-points span::before{
  content: "✓" !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 3px !important;
  border: 1px solid #000 !important;
  border-radius: 50% !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

/* COMMITMENT */
.how-page .commitment-container, .how-page .commitment-header{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: clamp(22px, 4vw, 50px) !important;
  text-align: center !important;
}

.how-page .commitment-header{
  gap: 20px !important;
}

.how-page .commitment-badge{
  margin-left: auto !important;
  margin-right: auto !important;
}

.how-page .commitment-grid{
  width: 100% !important;
  max-width: 1200px !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 22px !important;
  position: static !important;
  right: auto !important;
  margin: 0 auto !important;
}

.how-page .commitment-card{
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  padding: 22px 16px !important;
  text-align: center !important;
  border-radius: 24px !important;
}

.how-page .commitment-icon{
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  margin: 0 auto !important;
}

.how-page .commitment-card h3{
  height: auto !important;
  margin: 0 auto !important;
  font-size: clamp(18px, 2vw, 20px) !important;
  line-height: 1.25 !important;
  text-align: center !important;
  color: #000 !important;
}

.how-page .commitment-card p{
  font-size: 15px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

/* 1200px */
@media (max-width: 1200px) {
  .how-page .how-section, .how-page .process-section, .how-page .commitment-section{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .how-page .commitment-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* 991px tablet */
@media (max-width: 991px) {
  .how-page .how-container{
    flex-direction: column !important;
    align-items: stretch !important;
    text-align: left !important;
  }

  .how-page .how-left, .how-page .how-right, .how-page .content-box{
    max-width: 100% !important;
  }

  .how-page .how-left img{
    aspect-ratio: 16 / 10 !important;
    max-height: 520px !important;
  }

  .how-page .process-card{
    grid-template-columns: 1fr !important;
  }

  .how-page .commitment-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* 767px mobile */
@media (max-width: 767px) {
  .how-page .how-section, .how-page .process-section, .how-page .commitment-section{
    padding: 58px 16px !important;
  }

  .how-page .banner-overlay{
    padding: 56px 16px !important;
  }

  .how-page .banner-content h1{
    font-size: 36px !important;
  }

  .how-page .how-container, .how-page .content-box, .how-page .process-header, .how-page .commitment-header{
    align-items: center !important;
    text-align: center !important;
  }

  .how-page .content-box h2 br{
    display: none !important;
  }

  .how-page .content-box h2, .how-page .process-header h2, .how-page .commitment-header h2, .how-page .commitment-container h2{
    font-size: 30px !important;
    text-align: center !important;
  }

  .how-page .content-box p, .how-page .process-header p, .how-page .commitment-desc{
    font-size: 15px !important;
    line-height: 1.65 !important;
    text-align: center !important;
  }

  .how-page .how-left img{
    aspect-ratio: 1.12 / 1 !important;
    max-height: 420px !important;
    border-radius: 22px !important;
  }

  .how-page .how-btn, .how-page .how-btn .all_btn{
    width: 100% !important;
  }

  .how-page .how-btn{
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 16px 20px !important;
  }

  .how-page .process-row{
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    text-align: center !important;
  }

  .how-page .process-number{
    margin: 0 auto !important;
  }

  .how-page .process-card{
    padding: 22px !important;
    text-align: center !important;
  }

  .how-page .card-left, .how-page .card-right, .how-page .process-points{
    align-items: center !important;
    text-align: center !important;
  }

  .how-page .process-card h3, .how-page .process-card p{
    text-align: center !important;
  }

  .how-page .process-points span{
    width: 100% !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .how-page .commitment-grid{
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .how-page .commitment-card{
    margin: 0 auto !important;
    padding: 24px 20px !important;
  }
}

/* 575px small mobile */
@media (max-width: 575px) {
  .how-page .how-section, .how-page .process-section, .how-page .commitment-section{
    padding: 52px 14px !important;
  }

  .how-page .banner-content h1{
    font-size: 32px !important;
  }

  .how-page .content-box h2, .how-page .process-header h2, .how-page .commitment-header h2, .how-page .commitment-container h2{
    font-size: 27px !important;
  }

  .how-page .how-badge, .how-page .process-badge, .how-page .commitment-badge{
    font-size: 12px !important;
    padding: 8px 13px !important;
  }

  .how-page .process-card, .how-page .commitment-card{
    border-radius: 20px !important;
  }
}

/* 420px extra small */
@media (max-width: 420px) {
  .how-page .how-section, .how-page .process-section, .how-page .commitment-section{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .how-page .banner-content h1{
    font-size: 29px !important;
  }

  .how-page .content-box h2, .how-page .process-header h2, .how-page .commitment-header h2, .how-page .commitment-container h2{
    font-size: 24px !important;
  }

  .how-page .process-card{
    padding: 18px !important;
  }

  .how-page .process-number, .how-page .commitment-icon{
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
  }

  .how-page .process-number{
    flex-basis: 52px !important;
    font-size: 17px !important;
  }
}

.how-page .how-container{
  display: flex;
  flex-direction: row;

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

  height: auto;
  min-height: 588px;

  gap: 50px;

  margin: 0 auto;
}

.how-page .how-left{
  width: 585px;
  height: 588px;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.how-page .how-right{
  display: flex;
  flex-direction: column;

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

  height: auto;
  min-height: 586px;

  gap: 50px;
}

.how-page .content-box{
  display: flex;
  flex-direction: row;
  position: relative;
  top: 5px;
  width: 565px;
  max-width: 100%;

  height: auto;
  min-height: 152px;

  gap: 20px;
}

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

  width: fit-content;
  min-width: 198px;
  height: auto;
  min-height: 42px;

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

  border-radius: 6px;

  background: rgba(118, 85, 52, 0.15);

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

  color: #000;
}

.how-page .content-box h2{
  width: 565px;
  max-width: 100%;

  height: auto;
  min-height: 90px;

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

  color: #000;
  margin: 0;
}

.how-page .content-box p{
  width: 565px;
  max-width: 100%;

  height: auto;
  min-height: 266px;

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

  color: #000;
  margin: 0;
}

.how-page .how-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 10px;
  width: fit-content;

  height: auto;
  min-height: 68px;

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

  border-radius: 1000px;

  background: #765534;
  border: none;
}

.how-page .how-btn .all_btn{
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;

  text-align: center;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.how-page .process-section{
  width: 100%;
  max-width: 1920px;

  height: auto;
  min-height: 1173px;

  display: flex;
  flex-direction: column;

  padding-top: 100px;
  padding-bottom: 100px;

  gap: 10px;

  background: rgba(53, 80, 96, 0.1);

  margin: 0 auto;
}

.how-page .process-container{
  display: flex;
  flex-direction: column;

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

  height: auto;
  min-height: 973px;

  gap: 50px;

  margin: 0 auto;
}

.how-page .process-header{
  display: flex;
  flex-direction: column;

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

  height: auto;
  min-height: 197px;

  gap: 20px;
}
.how-page .process-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  min-width: 130px;

  height: auto;
  min-height: 42px;

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

  border-radius: 6px;

  background: rgba(118, 85, 52, 0.15);

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

  text-align: center;
  color: #000;

  margin: 20px 0 0;
}

.how-page .process-header h2{
  width: 1200px;
  max-width: 100%;

  height: auto;
  min-height: 45px;

  margin: 10px 0 0;

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

  text-align: center;
  color: #000;
}

.how-page .process-header p{
  width: 960px;
  max-width: 100%;

  height: auto;
  min-height: 70px;

  margin: 10px auto 0;

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

  text-align: center;
  color: #000;
}

.how-page .process-list{
  display: flex;
  flex-direction: column;

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

  height: auto;
  min-height: 494px;

  gap: 50px;
}

.how-page .process-row{
  display: flex;
  flex-direction: column;

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

  height: auto;
  min-height: 197px;

  gap: 20px;
}

.how-page .commitment-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  min-width: 149px;

  height: auto;
  min-height: 42px;

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

  border-radius: 6px;

  background: rgba(118, 85, 52, 0.15);

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

  text-align: center;
  color: #000;

  margin: 0;
}

.how-page .commitment-header h2{
  width: 1200px;
  max-width: 100%;

  height: auto;
  min-height: 45px;

  margin: 0;

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

  text-align: center;
  color: #000;
}

.how-page .commitment-desc{
  width: 960px;

  height: auto;
  min-height: 70px;

  margin: 0 auto;

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

  text-align: center;
  color: #000;
}

.how-page .commitment-grid{
  display: flex;
  flex-direction: row;

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

  height: auto;
  min-height: 247px;

  gap: 40px;
}

.how-page .commitment-card{
  display: flex;
  flex-direction: column;

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

  height: auto;
  min-height: 247px;

  gap: 25px;

  border-radius: 30px;

  overflow: visible;
}

.how-page .commitment-icon{
  display: flex;
  align-items: center;
  justify-content: center;

  width: 60px;
  height: 60px;

  padding: 10px;
  gap: 10px;

  border-radius: 500px;

  background: #355060;

  flex-shrink: 0;
}

.how-page .commitment-icon img{
  width: 30px;
  height: 28.6px;
  object-fit: contain;
}

.how-page .card-content{
  display: flex;
  flex-direction: column;

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

  height: auto;
  min-height: 138px;

  gap: 25px;
}

.how-page .card-content h3{
  width: 224px;

  margin: 0;

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

  text-align: center;

  word-break: normal;
  overflow-wrap: normal;
}

.how-page .card-content p{
  width: 224px;
  height: 99px;
  margin: 0;

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

  text-align: center;
  color: #000;
}

.pricing-divider{
  width: 1200px;
  max-width: 100%;

  height: 0;

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  margin: 0 auto;
}

.how-page .commitment-container{
  display: flex;
  flex-direction: column;

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

  height: auto;
  min-height: 494px;

  gap: 50px;

  margin: 0 auto;
}

.how-page .commitment-header{
  display: flex;
  flex-direction: column;

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

  height: auto;
  min-height: 197px;

  gap: 20px;
}

.commitment-header h2{
  width: 1200px !important;
  max-width: 100% !important;

  height: auto !important;
  min-height: 45px !important;

  margin: 0 !important;

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

  text-align: center !important;
  color: #000 !important;
}

.commitment-desc{
  width: 960px !important;
  max-width: 100% !important;

  height: auto !important;
  min-height: 70px !important;

  margin: 0 auto !important;

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

  text-align: center !important;
  color: #000 !important;
}

.commitment-grid{
  display: flex !important;
  flex-direction: row !important;

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

  height: auto !important;
  min-height: 247px !important;

  gap: 20px !important;
}

.approach-container{
  display: flex;
  flex-direction: row;

  width: 100%;
  max-width: 1200px;
  min-height: 816px;
  gap: 50px;

  margin: 0 auto;
  align-items: stretch;
  box-sizing: border-box;
}
/* LEFT SIDE */
.approach-left{
  display: flex;
  flex-direction: column;
  margin-top : 50px;
  width: 100%;
  max-width: 565px;

  gap: 50px;

  box-sizing: border-box;
}

.approach-heading-content{
  display: flex;
  flex-direction: column;

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

  gap: 20px;

  margin-top: -100px;

  box-sizing: border-box;
}

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

  width: fit-content;
  height: auto;

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

  border-radius: 6px;

  background: rgba(118, 85, 52, 0.1);
  color: #000;

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

  box-sizing: border-box;
}
.title{
  width: 100%;
  max-width: 565px;

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

  color: #000;
  margin: 0;

  box-sizing: border-box;
}


/* FEATURE BLOCK */
.feature{
  display: flex;
  align-items: flex-start;

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

  gap: 20px;

  box-sizing: border-box;
}

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

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

  padding: 10px;
  gap: 10px;

  border-radius: 500px;

  background: #355060;
  color: #fff;

  flex-shrink: 0;
  box-sizing: border-box;
}

.feature .icon img{
  width: 30px;
  height: 30px;

  object-fit: contain;
  display: block;
}
.feature .content{
  display: flex;
  flex-direction: column;

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

  gap: 25px;

  box-sizing: border-box;
}
.feature .content h3{
  width: 100%;
  max-width: 485px;
  
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;

  color: #000;
  margin: 0;

  box-sizing: border-box;
}
.feature .content p{
  width: 100%;
  max-width: 485px;
  position : relative;
  margin-top: -20px; 
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;

  color: #333;
  margin: 0;

  box-sizing: border-box;
}
/* 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;
}

.commitment-grid{
  display: flex;
  flex-wrap: wrap;

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

  gap: 20px;

  box-sizing: border-box;
}

.commitment-card{
  display: flex;
  flex-direction: column;

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

  gap: 25px;

  padding: 30px;
  border-radius: 30px;

  background: #fff;
  box-sizing: border-box;
}

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

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

  padding: 10px;
  gap: 10px;

  border-radius: 500px;

  background: #355060;

  box-sizing: border-box;
  flex-shrink: 0;
}

.commitment-icon img{
  width: 30px;
  height: 28.6px;

  object-fit: contain;
  display: block;

  border: 0.3px;
}

.commitment-section{
  margin: 90px 0 90px;
  padding: 0;
}

.op-foundation-section{
  margin-top: 0;
}

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

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

  padding: 10px;

  border-radius: 50%;
  background: #355060;

  border: none !important;

  box-sizing: border-box;
}

.feature .icon, .commitment-icon, .approach-icon{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

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

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

  padding: 10px;
  gap: 10px;

  border-radius: 500px;

  background: #355060;

  border: none !important;

  flex-shrink: 0;
  box-sizing: border-box;
}

 @media (max-width: 1400px) {
   .pricing-cards{
   grid-template-columns: repeat(3, 1fr);
   }
   }
   /* 1199px */
   @media (max-width: 1199px) {
   .pricing-banner-content h1{
   font-size: 60px;
   }
   .pricing-top-block h2, .pricing-header h2{
   font-size: 48px;
   }
   .pricing-cards{
   grid-template-columns: repeat(2, 1fr);
   }
   }
   /* 991px */
   @media (max-width: 991px) {
   .pricing-banner{
   height: 320px;
   }
   .pricing-banner-content h1{
   font-size: 50px;
   }
   .pricing-intro-section, .pricing-section{
   padding-top: 80px;
   padding-bottom: 80px;
   }
   .pricing-top-block h2, .pricing-header h2{
   font-size: 40px;
   }
   .pricing-features{
   grid-template-columns: 1fr;
   }
   .pricing-header{
   flex-direction: column;
   align-items: flex-start;
   }
   .community-box{
   flex-direction: column;
   text-align: center;
   }
   }
   /* 767px */
   @media (max-width: 767px) {
   .pricing-container, .pricing-section{
   padding-left: 18px;
   padding-right: 18px;
   }
   .pricing-banner{
   height: 260px;
   }
   .pricing-banner-content h1{
   font-size: 40px;
   }
   .pricing-banner-content p{
   font-size: 14px;
   }
   .pricing-top-block h2, .pricing-header h2{
   font-size: 34px;
   }
   .pricing-subtitle, .pricing-header p{
   font-size: 15px;
   }
   .pricing-feature{
   flex-direction: column;
   padding: 24px;
   }
   .feature-text h3{
   font-size: 22px;
   }
   .pricing-cards{
   grid-template-columns: 1fr;
   }
   .pricing-card{
   padding: 28px 22px;
   }
   .pricing-card h3{
   font-size: 28px;
   }
   .price-box h4{
   font-size: 30px;
   }
   .pricing-card button{
   width: 100%;
   }
   .community-box{
   padding: 28px 24px;
   }
   .community-content h4{
   font-size: 26px;
   }
   }
   /* 575px */
   @media (max-width: 575px) {
   .pricing-banner{
   height: 220px;
   }
   .pricing-banner-content h1{
   font-size: 34px;
   }
   .pricing-top-block h2, .pricing-header h2{
   font-size: 28px;
   }
   .pricing-feature{
   padding: 20px;
   }
   .feature-icon{
   width: 60px;
   height: 60px;
   min-width: 60px;
   font-size: 24px;
   }
   .pricing-card{
   padding: 24px 18px;
   }
   .pricing-card h3{
   font-size: 24px;
   }
   .price-box h4{
   font-size: 26px;
   }
   .community-content h4{
   font-size: 22px;
   }
   .community-icon img{
   width: 70px;
   }
   }
   /* 420px */
   @media (max-width: 420px) {
   .pricing-banner-content h1{
   font-size: 28px;
   }
   .pricing-top-block h2, .pricing-header h2{
   font-size: 24px;
   }
   .feature-text h3{
   font-size: 20px;
   }
   .pricing-card h3{
   font-size: 22px;
   }
   .price-box h4{
   font-size: 22px;
   }
   .pricing-card button{
   font-size: 14px;
   }
   .community-content p, .pricing-card p, .features-list ul li{
   font-size: 14px;
   }
   }


/* ===================================
       ABOUT SECTION
    ====================================== */

    .about-section{
      padding:110px 0;
    }

    .about-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:70px;
      align-items:center;
    }

    .about-image img{
      border-radius:28px;
      height:100%;
      object-fit:cover;
    }

    .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:10px 18px;
      background:#ebe7df;
      border-radius:8px;
      font-size:12px;
      font-weight:600;
      color:#444;
      margin-bottom:24px;
    }

    .about-content h2{
      font-size:58px;
      line-height:1.05;
      margin-bottom:28px;
    }

    .about-content p{
      font-size:15px;
      color:#4b4b4b;
      margin-bottom:22px;
    }

    .primary-btn{
      height:56px;
      padding:0 34px;
      border:none;
      border-radius:50px;
      background:#8b6038;
      color:#fff;
      font-size:14px;
      font-weight:600;
      margin-top:18px;
      cursor:pointer;
      transition:.3s;
    }

    .primary-btn:hover{
      background:#6f4a29;
    }

    /* ===================================
       OVERVIEW SECTION
    ====================================== */

    .overview-section{
      background:#ededed;
      padding:100px 0;
    }

    .overview-title{
      margin-bottom:55px;
    }

    .overview-title h2{
      font-size:56px;
      margin-top:18px;
    }

    .overview-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:70px;
    }

    .overview-left p{
      color:#444;
      margin-bottom:22px;
      font-size:15px;
    }

    .strategy-box h3{
      font-size:30px;
      margin-bottom:28px;
      font-family:"Inter",sans-serif;
      font-weight:700;
    }

    .strategy-list{
      list-style:none;
    }

    .strategy-list li{
      position:relative;
      padding-left:28px;
      margin-bottom:24px;
      color:#444;
      font-size:15px;
    }

    .strategy-list li::before{
      position:absolute;
      left:0;
      top:0;
      font-weight:700;
      color:#284657;
    }

    /* ===================================
       SCOPE SECTION
    ====================================== */

    .scope-section{
      text-align:center;
    }

    .scope-title{
      margin-bottom:60px;
    }

    .scope-title h2{
      font-size:56px;
      margin:20px 0;
    }

    .scope-title p{
      color:#000;
      font-weight:100;
    }

    .scope-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:24px;
    }

    .scope-card{
      background:#ececec;
      border-radius:24px;
      padding:34px 28px;
      text-align:left;
    }

    .scope-card h3{
      font-size:24px;
      margin-bottom:22px;
      font-family:"Jost",sans-serif;
      font-weight:700;
    }

    .scope-card ul{
      font-family:"Jost",sans-serif;
      list-style:none;
      padding:0;
    }

    .scope-card ul li{
      position:relative;
      margin-bottom:16px;
      font-size:15px;
    }

    .scope-card ul li::before{
        content: "✓" !important;
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 3px !important;
        border: 1px solid #000 !important;
        border-radius: 50% !important;
        font-size: 10px !important;
        line-height: 1 !important;
        margin-right: 5px;
    }

    /* ===================================
       DELIVERY SECTION
    ====================================== */

    .delivery-section{
      text-align:center;
      margin-top: 90px;
    }

    .delivery-section h2{
      font-size:56px;
      margin:22px 0 70px;
    }

    .delivery-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:40px;
    }

    .delivery-item{
      text-align:center;
    }

    .number{
      width:54px;
      height:54px;
      border-radius:50%;
      background:#294657;
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      margin:auto auto 24px;
      font-weight:700;
      font-size:18px;
    }

    .delivery-item h3{
      font-size:24px;
      margin-bottom:16px;
      font-family:"Jost",sans-serif;
      font-weight:700;
    }

    .delivery-item p{
      width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center !important;
        font-family: Jost, sans-serif !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
        color: #000 !important;
        letter-spacing: 0 !important;
    }

    /* ===================================
       IMPACT SECTION
    ====================================== */

    .impact-section{
      padding-bottom:60px;
    }

    .impact-wrapper{
      background:#ececec;
      border-radius:30px;
      padding:50px;
      display:grid;
      grid-template-columns:1fr 420px;
      gap:50px;
      align-items:center;
    }

    .impact-left h2{
      font-size:56px;
      margin:20px 0;
    }

    .impact-left p{
      color:#444;
      margin-bottom:28px;
      font-size:15px;
    }

    .impact-list{
      list-style:none;
    }

    .impact-list li{
      position:relative;
      padding-left:28px;
      margin-bottom:18px;
      color:#444;
    }

    .impact-list li::before{
      position:absolute;
      left:0;
      color:#284657;
      font-weight:700;
    }

    .impact-card{
      background:#2d4958;
      border-radius:24px;
      padding:40px;
      color:#fff;
    }

    .impact-card h3{
      font-size: 24px;
        margin-bottom: 16px;
        font-family: "Jost", sans-serif;
        font-weight: 700;
    }

    .impact-card p{
      color:rgba(255,255,255,.9) !important;
      margin-bottom:24px;
      font-size:16px;
      font-weight:400;
    }

    .impact-card button{
      width:100%;
      height:56px;
      border:none;
      border-radius:50px;
      background:#8b6038;
      color:#fff;
      font-size:14px;
      font-weight:600;
      cursor:pointer;
    }

    /* ===================================
       RESPONSIVE
    ====================================== */

    @media(max-width:1199px){

      .hero-content h1{
        font-size:54px;
      }

      .about-content h2, .overview-title h2, .scope-title h2, .delivery-section h2, .impact-left h2{
        font-size:48px;
      }

      .impact-wrapper{
        grid-template-columns:1fr;
      }

    }

    @media(max-width:991px){

      .about-grid, .overview-grid{
        grid-template-columns:1fr;
      }

      .scope-grid{
        grid-template-columns:1fr 1fr;
      }

      .delivery-grid{
        grid-template-columns:1fr;
      }

      .hero-content h1{
        font-size:44px;
      }

    }

    @media(max-width:767px){

      .hero-banner{
        height:260px;
      }

      .about-section, .overview-section, .scope-section{
        padding:70px 0;
      }

      .delivery-section, .impact-section{
        padding-bottom:70px;
      }

      .about-content h2, .overview-title h2, .scope-title h2, .delivery-section h2, .impact-left h2{
        font-size:34px;
      }

      .scope-grid{
        grid-template-columns:1fr;
      }

      .impact-wrapper{
        padding:30px 24px;
      }

      .hero-content h1{
        font-size:34px;
      }

    }

    @media(max-width:575px){

      .hero-content h1{
        font-size:28px;
      }

      .about-content h2, .overview-title h2, .scope-title h2, .delivery-section h2, .impact-left h2{
        font-size:28px;
      }

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

      .scope-card, .impact-card{
        padding:24px 18px;
      }

      .primary-btn, .impact-card button{
        width:100%;
      }

    }

  
    /* ===================================
       FINAL MOBILE RESPONSIVE FIX
       KEEP THIS LAST
    ====================================== */

    @media(max-width:1200px){
      html, body{
        width:100%;
        max-width:100%;
        overflow-x:hidden;
      }

      body{
        overflow-wrap:anywhere;
      }

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

      .container, .hero-content, .about-grid, .overview-grid, .scope-grid, .delivery-grid, .impact-wrapper{
        width:100%;
        max-width:100%;
        min-width:0;
      }

      .container{
        padding-left:clamp(16px,4vw,32px);
        padding-right:clamp(16px,4vw,32px);
      }

      .hero-banner{
        height:clamp(260px,34vw,360px);
      }

      .hero-content h1, .about-content h2, .overview-title h2, .scope-title h2, .delivery-section h2, .impact-left h2{
        max-width:100%;
        height:auto;
      }

      .about-image img{
        height:auto;
        aspect-ratio:4 / 3;
      }

      .impact-wrapper{
        grid-template-columns:minmax(0,1fr);
      }
    }

    @media(max-width:991px){
      .about-section, .overview-section, .scope-section{
        padding-top:80px;
        padding-bottom:80px;
      }

      .delivery-section, .impact-section{
        padding-bottom:80px;
      }

      .about-grid, .overview-grid, .delivery-grid, .impact-wrapper{
        grid-template-columns:minmax(0,1fr);
        gap:42px;
      }

      .scope-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }

      .overview-title, .scope-title{
        margin-bottom:40px;
      }

      .delivery-section h2{
        margin-bottom:44px;
      }
    }

    @media(max-width:767px){
      .container{
        padding-left:16px;
        padding-right:16px;
      }

      .hero-banner{
        min-height:240px;
        height:auto;
      }

      .hero-content{
        min-height:240px;
        padding:48px 16px;
      }

      .hero-content h1{
        font-size:clamp(32px,10vw,42px);
        line-height:1.08;
        margin-bottom:12px;
      }

      .hero-content p{
        font-size:13px;
        line-height:1.5;
      }

      .about-section, .overview-section, .scope-section{
        padding-top:56px;
        padding-bottom:56px;
      }

      .delivery-section, .impact-section{
        padding-bottom:56px;
      }

      .about-grid, .overview-grid, .scope-grid, .delivery-grid, .impact-wrapper{
        grid-template-columns:minmax(0,1fr);
        gap:28px;
      }

      .about-content h2, .overview-title h2, .scope-title h2, .delivery-section h2, .impact-left h2{
        font-size:clamp(28px,8vw,36px);
        line-height:1.12;
        margin-bottom:20px;
      }

      .overview-title h2, .scope-title h2, .impact-left h2{
        margin-top:14px;
      }

      .about-content p, .overview-left p, .strategy-list li, .scope-title p, .scope-card ul li, .delivery-item p, .impact-left p, .impact-list li, .impact-card p{
        font-size:15px;
        line-height:1.6;
      }

      .badge{
        margin-bottom:18px;
      }

      .about-image img{
        border-radius:20px;
      }

      .scope-card, .impact-card{
        border-radius:20px;
        padding:24px 20px;
      }

      .impact-wrapper{
        border-radius:22px;
        padding:24px 20px;
      }

      .strategy-box h3, .scope-card h3, .delivery-item h3, .impact-card h3{
        font-size:22px;
        line-height:1.25;
      }

      .primary-btn, .impact-card button{
        width:100%;
        min-height:54px;
        height:auto;
        padding:16px 20px;
        white-space:normal;
        line-height:1.25;
      }
    }

    @media(max-width:420px){
      .container{
        padding-left:14px;
        padding-right:14px;
      }

      .hero-content h1{
        font-size:30px;
      }

      .about-content h2, .overview-title h2, .scope-title h2, .delivery-section h2, .impact-left h2{
        font-size:28px;
      }

      .scope-card, .impact-card, .impact-wrapper{
        padding:20px 16px;
      }

      .strategy-list li, .scope-card ul li, .impact-list li{
        padding-left:24px;
      }
    }
/* === DeskWork commitment cards: match centered 5-column screenshot === */
.commitment-section .commitment-container{max-width:1200px!important;margin-left:auto!important;margin-right:auto!important;align-items:center!important;}
.commitment-section .commitment-grid{width:100%!important;max-width:1200px!important;margin:0 auto!important;position:static!important;right:auto!important;left:auto!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:24px!important;align-items:start!important;justify-content:center!important;justify-items:center!important;}
.commitment-section .commitment-card{width:100%!important;max-width:224px!important;padding:0 0!important;margin:0 auto!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;gap:18px!important;}
.commitment-section .commitment-icon{width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;margin:0 auto 2px!important;padding:10px!important;border-radius:50%!important;background:#355060!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.commitment-section .commitment-icon img{width:32px!important;height:32px!important;object-fit:contain!important;display:block!important;}
.commitment-section .card-content{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:14px!important;text-align:center!important;}
.commitment-section .commitment-card h3{width:100%!important;max-width:224px!important;margin:0 auto!important;padding:0!important;text-align:center!important;font-family:Jost,sans-serif!important;font-size:20px!important;font-weight:700!important;line-height:1.2!important;color:#000!important;letter-spacing:0!important;}
.commitment-section .commitment-card p{width:100%!important;max-width:224px!important;margin:0 auto!important;padding:0!important;text-align:center!important;font-family:Jost,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.4!important;color:#000!important;letter-spacing:0!important;}
@media(max-width:991px){.commitment-section .commitment-grid{grid-template-columns:repeat(2,minmax(0,224px))!important;gap:36px 28px!important;}.commitment-section .commitment-card{max-width:224px!important;}}
@media(max-width:575px){.commitment-section .commitment-grid{grid-template-columns:1fr!important;gap:34px!important;}.commitment-section .commitment-card{max-width:280px!important;}.commitment-section .commitment-card h3, .commitment-section .commitment-card p{max-width:280px!important;}}


/* ===== UPDATED CIRCULAR CHEVRON ARROWS ===== */

.nav-buttons button, .service-arrows .arrow-btn{
  position: relative !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  transition: all 0.3s ease !important;
}

.nav-buttons button::before, .service-arrows .arrow-btn::before{
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  display: block;
}

.nav-buttons button:first-child::before, .service-arrows .service-prev::before{
  transform: rotate(-135deg);
  margin-left: 4px;
}

.nav-buttons button:last-child::before, .service-arrows .service-next::before{
  transform: rotate(45deg);
  margin-right: 4px;
}

.nav-buttons button:hover, /* ===== EXACT SIMPLE ARROW BUTTON DESIGN ===== */
/* Same design for Comprehensive Business Support Services + Testimonial */

/* Service arrows */
.service-arrows{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
}

.service-arrows .arrow-btn, .service-arrows button{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    min-height:50px !important;

    border:0 !important;
    outline:0 !important;
    border-radius:50% !important;

    background:#ffffff !important;
    color:#000000 !important;

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

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

    box-shadow:none !important;
    cursor:pointer !important;

    transition:none !important;
    transform:none !important;
    animation:none !important;
}

.service-arrows .arrow-btn:hover, .service-arrows .arrow-btn:focus, .service-arrows .arrow-btn:active, .service-arrows button:hover, .service-arrows button:focus, .service-arrows button:active{
    background:#ffffff !important;
    color:#000000 !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    transition:none !important;
    transform:none !important;
    animation:none !important;
}

/* Service arrow icon */
.service-arrows .arrow-icon{
    display:block !important;
    width:13px !important;
    height:13px !important;
    position:relative !important;
}

.service-arrows .arrow-icon::before{
    content:"" !important;
    display:block !important;
    width:10px !important;
    height:10px !important;
    border-top:4px solid #000000 !important;
    border-right:4px solid #000000 !important;
    position:absolute !important;
    top:50% !important;
    left:50% !important;
}

/* Left arrow */
.service-arrows .service-prev .arrow-icon::before{
    transform:translate(-38%,-50%) rotate(-135deg) !important;
}

/* Right arrow */
.service-arrows .service-next .arrow-icon::before{
    transform:translate(-62%,-50%) rotate(45deg) !important;
}

/* Hide duplicate icons only inside service arrows */
.service-arrows .arrow-btn i, .service-arrows .arrow-btn svg{
    display:none !important;
}

/* Testimonial arrows */
.nav-buttons{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
}

.nav-buttons button{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    min-height:50px !important;

    border:0 !important;
    outline:0 !important;
    border-radius:50% !important;

    background:#ffffff !important;
    color:#000000 !important;

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

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

    box-shadow:none !important;
    cursor:pointer !important;

    font-size:0 !important;

    transition:none !important;
    transform:none !important;
    animation:none !important;
}

.nav-buttons button:hover, .nav-buttons button:focus, .nav-buttons button:active{
    background:#ffffff !important;
    color:#000000 !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    transition:none !important;
    transform:none !important;
    animation:none !important;
}

/* Make testimonial arrows exact even if text/icon exists */
.nav-buttons button{
    position:relative !important;
}

.nav-buttons button::before{
    content:"" !important;
    display:block !important;
    width:10px !important;
    height:10px !important;
    border-top:4px solid #000000 !important;
    border-right:4px solid #000000 !important;
    position:absolute !important;
    top:50% !important;
    left:50% !important;
}

/* First testimonial button = left */
.nav-buttons button:first-child::before{
    transform:translate(-38%,-50%) rotate(-135deg) !important;
}

/* Second testimonial button = right */
.nav-buttons button:last-child::before{
    transform:translate(-62%,-50%) rotate(45deg) !important;
}

/* Hide duplicate testimonial icons/text */
.nav-buttons button i, .nav-buttons button svg, .nav-buttons button span{
    display:none !important;
}











/* ===== EXACT FINAL TESTIMONIAL BUTTON DESIGN ===== */

.nav-buttons{
    display:flex !important;
    align-items:center !important;
    gap:16px !important;
}

.nav-buttons button{
    width:60px !important;
    height:60px !important;

    min-width:60px !important;
    min-height:60px !important;

    background:#f7f7f7 !important;

    border:1px solid #dddddd !important;
    border-radius:50% !important;

    position:relative !important;

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

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

    box-shadow:none !important;
    outline:none !important;

    cursor:pointer !important;

    transition:none !important;
    transform:none !important;
    animation:none !important;

    font-size:0 !important;
}

/* REMOVE ALL EFFECTS */
.nav-buttons button:hover, .nav-buttons button:focus, .nav-buttons button:active{
    background:#f7f7f7 !important;
    border:1px solid #dddddd !important;

    box-shadow:none !important;
    outline:none !important;

    transform:none !important;
    transition:none !important;
    animation:none !important;
}

/* LEFT ARROW */
.nav-buttons button:first-child::before{
    content:"" !important;

    width:12px !important;
    height:12px !important;

    border-top:4px solid #000000 !important;
    border-right:4px solid #000000 !important;

    position:absolute !important;

    top:50% !important;
    left:50% !important;

    transform:translate(-35%,-50%) rotate(-135deg) !important;
}

/* RIGHT ARROW */
.nav-buttons button:last-child::before{
    content:"" !important;

    width:12px !important;
    height:12px !important;

    border-top:4px solid #000000 !important;
    border-right:4px solid #000000 !important;

    position:absolute !important;

    top:50% !important;
    left:50% !important;

    transform:translate(-65%,-50%) rotate(45deg) !important;
}

/* HIDE DUPLICATE ICONS */
.nav-buttons button i, .nav-buttons button svg, .nav-buttons button span{
    display:none !important;
}

/* =========================================================
   Pixel-match overrides: Strategic Overview section
   Replace /css/infigrity.css with this updated file.
   ========================================================= */
@font-face {
  font-family: "The Seasons";
  src: url("fonts/The Seasons Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.overview-section{
  background: #eef1f2 !important;
  padding: 79px 0 55px !important;
  margin: 0 !important;
}

.overview-section .container{
  width: 100% !important;
  max-width: 1240px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
}

.overview-title{
  margin: 0 0 32px !important;
  padding: 0 0 34px !important;
  border-bottom: 1px solid #d7d8d8 !important;
}

.overview-title .badge, .overview-section .overview-title .badge{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  margin: 0 0 25px !important;
  border-radius: 6px !important;
  border: 0 !important;
  background: #dedcda !important;
  color: #080808 !important;
  font-family: "Inter", "Jost", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 42px !important;
  font-weight: 800 !important;
  letter-spacing: -0.15px !important;
  text-transform: none !important;
}

.overview-title h2, .overview-section .overview-title h2{
  font-family: "The Seasons", "Cormorant Garamond", Georgia, serif !important;
  font-size: 48px !important;
  line-height: 1 !important;
  letter-spacing: -1.7px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #020202 !important;
}

.overview-title h2::before, .overview-title h2::after, .overview-section h2::before, .overview-section h2::after{
  display: none !important;
  content: none !important;
}

.overview-grid{
  display: grid !important;
  grid-template-columns: minmax(0, 565px) minmax(0, 575px) !important;
  column-gap: 60px !important;
  row-gap: 0 !important;
  align-items: start !important;
}

.overview-left p, .overview-section .overview-left p{
  color: #080808 !important;
  margin: 0 0 27px !important;
  padding: 0 !important;
  font-family: "Inter", "Jost", Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  letter-spacing: -0.25px !important;
}

.overview-left p:last-child{
  margin-bottom: 0 !important;
}

.strategy-box{
  margin: 0 !important;
  padding: 0 !important;
}

.strategy-box h3, .overview-section .strategy-box h3{
  font-family: "Inter", "Jost", Arial, sans-serif !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
  margin: 1px 0 10px !important;
  padding: 0 !important;
  font-weight: 800 !important;
  letter-spacing: -0.25px !important;
  color: #111 !important;
}

.strategy-list, .overview-section .strategy-list{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.strategy-list li, .overview-section .strategy-list li{
  position: relative !important;
  padding-left: 26px !important;
  margin: 0 0 22px !important;
  color: #080808 !important;
  font-family: "Inter", "Jost", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.42 !important;
  font-weight: 400 !important;
  letter-spacing: -0.1px !important;
}

.strategy-list li:last-child{
  margin-bottom: 0 !important;
}

.strategy-list li strong, .overview-section .strategy-list li strong{
  color: #080808 !important;
  font-weight: 800 !important;
}

.strategy-list li::marker{
  content: "" !important;
}

.strategy-list li::before, .overview-section .strategy-list li::before{
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #111 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  font-family: Arial, sans-serif !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #111 !important;
  box-sizing: border-box !important;
}

@media (max-width: 900px) {
  .overview-section{ padding: 60px 0 !important; }
  .overview-title{ margin-bottom: 28px !important; padding-bottom: 26px !important; }
  .overview-title h2, .overview-section .overview-title h2{ font-size: 42px !important; }
  .overview-grid{ grid-template-columns: 1fr !important; gap: 34px !important; }
  .overview-left p, .overview-section .overview-left p{ font-size: 18px !important; }
}

@media (max-width: 575px) {
  .overview-section{ padding: 48px 0 !important; }
  .overview-section .container{ padding-left: 18px !important; padding-right: 18px !important; }
  .overview-title h2, .overview-section .overview-title h2{ font-size: 38px !important; }
  .overview-left p, .overview-section .overview-left p{ font-size: 17px !important; line-height: 1.45 !important; }
}

.delivery-grid{
    position: relative;
}
span.delivery-dots{
    position: absolute;
    width: 31%;
    left: 17%;
    top: 28%;
    font-size: 0;
    border-color: rgba(0, 0, 0, 0.5);
    border-style: dashed;
    border-width: thin;
}
.delivery-grid::after{
    content: "";
    position: absolute;
    width: 31%;
    right: 17%;
    top: 28%;
    font-size: 0;
    border-color: rgba(0, 0, 0, 0.5);
    border-style: dashed;
    border-width: thin;
}

.impact-card a{
	color: #fff !important;
}

.container{
	margin-top: 100px;
}

.container p, .container a{
	color: #000;
    font-weight: 100;
}