body{
  font-family: Inter, sans-serif;
  color: #1b1b1b;
}



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

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

h1, h2, h3, h4, h5, h6{
  font-family: "The Seasons", serif;
  font-weight: 700;
}

.section-padding{
  padding: 100px 0px;
}

p, a{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
    text-decoration: none !important;
}

/* =========================================================
   COMMON
========================================================= */

.label{
  display: inline-block;
  font-size: 12px;
  background: #e8eeec;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 14px;
}

.subtitle{
  font-size: 20px;
  color: #000;
}

/* =========================================================
   TICK MARK — single source of truth
   Applied to every list item that needs a circle-tick icon.
   NO ::before / ::after pseudo-elements are used anywhere.
========================================================= */

.support-card li, .impact-left li, .custom-list li, .custom-card li{
  list-style: none !important;
  position: relative !important;
  padding: 0 0 0 30px !important;
  margin: 0 0 13px !important;
  font-family: "Jost", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  color: #0b0b0b !important;
  /* SVG circle-tick as background — this is the ONLY tick source */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Ccircle cx='9' cy='9' r='7.55' stroke='%23090909' stroke-width='1.7'/%3E%3Cpath d='M5.35 9.15L7.45 11.25L12.65 6.25' stroke='%23090909' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 18px 18px !important;
  background-position: left 2px !important;
}

/* Kill ALL pseudo-element content — prevents "aeo" icon-font bleed */
.support-card li::before, .support-card li::after, .impact-left li::before, .impact-left li::after, .custom-list li::before, .custom-list li::after, .custom-card li::before, .custom-card li::after{
  content: none !important;
  display: none !important;
}

/* Kill any icon-font child elements inside list items */
.support-card li > i, .support-card li > em, .support-card li > span[class], .support-card li > [class*="fa"], .support-card li > [class*="icon"], .impact-left li > i, .impact-left li > em, .impact-left li > span[class], .impact-left li > [class*="fa"], .impact-left li > [class*="icon"], .custom-list li > i, .custom-list li > em, .custom-list li > span[class], .custom-list li > [class*="fa"], .custom-list li > [class*="icon"], .custom-card li > i, .custom-card li > em, .custom-card li > span[class], .custom-card li > [class*="fa"], .custom-card li > [class*="icon"]{
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
}

/* Last item no bottom margin */
.support-card li:last-child, .impact-left li:last-child, .custom-list li:last-child, .custom-card li:last-child{
  margin-bottom: 0 !important;
}

/* =========================================================
   LIST WRAPPERS — reset
========================================================= */

.support-card ul, .impact-left ul, .custom-list, .custom-card ul{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

.overview-section{
  padding: 100px 0px;
  background: hsl(202deg 29% 29% / 10%);
}

.overview-section .title{
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 80px;
}

.overview-section p{
  color: #000;
  font-size: 20px;
  font-family: "Jost", sans-serif;
}

.overview-section h2{
  position: relative;
}

.overview-section h2::after{
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -40px;
  left: 0;
}

/* =========================================================
   CUSTOM CARD
========================================================= */

.custom-card h6{
  font-family: "Jost", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

/* =========================================================
   CUSTOM GREY LABEL
========================================================= */

.custom-grey-label{
  margin-bottom: 20px;
}

.custom-grey-label span{
  padding: 10px 15px;
  background-color: rgba(118, 85, 52, 15%);
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  font-family: "Jost", sans-serif;
}

/* =========================================================
   WHITE CARD
========================================================= */





/* =========================================================
   SCOPE / DELIVERY SECTION HEADINGS
========================================================= */

.scope-of-support-section h2{
  font-size: 45px;
  margin-bottom: 20px;
}

.scope-section{
  margin-top: 90px;
}

.scope-card{
  background: rgba(53, 80, 96, 10%);
  padding: 35px 30px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.scope-card h6{
  font-family: "Jost", sans-serif;
  margin-bottom: 30px;
  font-weight: bold;
}

/* =========================================================
   STRATEGIC OVERVIEW
========================================================= */

.strategic-overview p{
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}

/* =========================================================
   BUSINESS IMPACT
========================================================= */







/* =========================================================
   SUPPORT / DELIVERY / IMPACT SECTIONS
========================================================= */

.support, .delivery, .impact{
  background: #ffffff !important;
  font-family: "Jost", sans-serif !important;
}

.support{ padding: 74px 0 52px !important; }
.delivery{ padding: 40px 0 72px !important; }
.impact{ padding: 62px 0 82px !important; }

.support .container, .delivery .container, .impact .container{
  width: 100% !important;
  max-width: 1200px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-center{
  text-align: center !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}

/* =========================================================
   BADGES
========================================================= */

.small-badge{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  background: #e8e1db !important;
  border-radius: 7px !important;
  color: #0c0c0c !important;
  font-family: "Jost", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 0 0 23px !important;
}

/* =========================================================
   SECTION HEADINGS & BODY
========================================================= */

.section-center h2, .impact-left h2{
  font-family: "Cormorant Garamond", "The Seasons", serif !important;
  font-size: 48px !important;
  line-height: 1 !important;
  letter-spacing: -1.2px !important;
  font-weight: 600 !important;
  color: #030303 !important;
  margin: 0 0 15px !important;
}

.section-center p, .impact-left p, .impact-right p{
  font-family: "Jost", sans-serif !important;
  font-size: 19px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  color: #090909 !important;
  margin: 0 !important;
}

/* =========================================================
   SUPPORT GRID & CARDS
========================================================= */

.support-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 29px !important;
  margin-top: 47px !important;
}

.support-card{
  background: #e9eaec !important;
  border-radius: 26px !important;
  padding: 30px 30px 28px !important;
  min-height: 199px !important;
  box-shadow: none !important;
  color: #101010 !important;
}

.support-card h3{
  font-family: "Jost", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #050505 !important;
  margin: 0 0 23px !important;
}

/* =========================================================
   DELIVERY MODEL
========================================================= */

.delivery .section-center{
  margin-bottom: 79px !important;
}

.delivery .small-badge{
  height: 43px !important;
  min-width: 171px !important;
  background: #e9e4df !important;
  font-size: 15px !important;
}

.delivery .section-center h2{
  font-family: "The Seasons", "Cormorant Garamond", Georgia, serif !important;
  font-size: 48px !important;
  line-height: 1.04 !important;
  font-weight: 700 !important;
  letter-spacing: -1.15px !important;
  color: #050505 !important;
}

.delivery-line{
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 48px !important;
  align-items: start !important;
}

/* Dashed connector line */
.delivery-line::before{
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 30px !important;
  left: 15% !important;
  right: 15% !important;
  height: 1px !important;
  border-top: 2px dashed #b0b0b0 !important;
  z-index: 0 !important;
}

.delivery .step{
  position: relative !important;
  z-index: 2 !important;
  text-align: center !important;
  padding: 0 !important;
}

/* Step number circle */
.step-number, .circle{
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: #355466 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 22px !important;
  font-family: "Jost", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  position: relative !important;
  z-index: 5 !important;
}

.delivery .step h3, .delivery .step h6{
  margin: 0 0 17px !important;
  color: #050505 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.delivery .step p{
  max-width: 318px !important;
  margin: 0 auto !important;
  color: #050505 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.42 !important;
  font-weight: 400 !important;
}

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

.impact-box{
  background: #e9eaec !important;
  border-radius: 28px !important;
  padding: 30px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 34px !important;
  align-items: stretch !important;
}

.impact-left{
  padding: 41px 18px 36px 0 !important;
}

.impact-left .small-badge{
  margin-bottom: 24px !important;
}

.impact-left h2{
  font-size: 47px !important;
  margin-bottom: 14px !important;
}

.impact-left p{
  font-size: 19px !important;
  line-height: 1.42 !important;
  max-width: 570px !important;
  margin-bottom: 41px !important;
}

.impact-left li{
  font-size: 15px !important;
  margin-bottom: 14px !important;
}

.impact-right{
  background: #365466 !important;
  border-radius: 26px !important;
  padding: 34px 42px 30px !important;
  color: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.impact-right h3{
  font-family: "Jost", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 20px !important;
}

.impact-right p{
  font-size: 19px !important;
  line-height: 1.42 !important;
  color: #fff !important;
  margin: 0 0 27px !important;
}

.impact-btn{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 68px !important;
  padding: 16px 24px !important;
  background: #8b6235 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-family: "Jost", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.impact-btn:hover{
  background: #7c552d !important;
  color: #fff !important;
}

/* =========================================================
   SUPPORT CARD — dark variant (CTA box)
========================================================= */

.support-card.dark-cta{
  background: #243c34 !important;
  color: #fff !important;
}



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

@media (max-width: 991px) {
  .support-grid, .delivery-line, .impact-box{
    grid-template-columns: 1fr !important;
  }

  .delivery-line::before{
    display: none !important;
  }

  .section-center h2, .impact-left h2{
    font-size: 42px !important;
  }

  .impact-left{
    padding: 16px 0 !important;
  }
}

@media (max-width: 767px) {
  .support, .delivery, .impact{
    padding: 52px 0 !important;
  }

  .support-card, .impact-right{
    padding: 26px !important;
  }

  .impact-box{
    padding: 20px !important;
  }

  .section-center h2, .impact-left h2{
    font-size: 36px !important;
  }

  .section-center p, .impact-left p, .impact-right p{
    font-size: 17px !important;
  }

  .delivery .section-center h2{
    font-size: 38px !important;
  }

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