body {
  font-family: "DM Sans", sans-serif;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.col_sm1 {
  width: 100%;
  margin: 0 auto;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1% 1%;
}

.col_sm3 {
  width: 31.3%;
  float: left;
  margin: 1%;
}

.col_sm3_1 {
  width: 31.3%;
  float: left;
  margin: 1%;
}

.col_sm4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm5 {
  width: 18%;
  margin: 1%;
  float: left;
}

.col_sm8 {
  width: 38%;
  margin: 1%;
  float: left;
}

.col_sm88 {
  width: 58%;
  margin: 1%;
  float: left;
}

.col_sm9 {
  width: 28%;
  margin: 1%;
  float: left;
}

.col_sm99 {
  width: 68%;
  margin: 1%;
  float: left;
}

.top {
  width: 95%;
  margin: 0 auto;
  max-width: 1600px;
}

.clear {
  clear: both;
}

.pdg {
  padding: 60px 0 60px 0;
}

.img {
  width: 100%;
  display: block;
}

/* ===== ANIMATION SYSTEM ===== */

/* BASE */
.animate {
  opacity: 1;
  transition: all 0.8s ease;
  will-change: transform, opacity;
}

/* ACTIVE */
.animate.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* DIRECTIONS */
.fade-up {
  transform: translateY(60px);
}

.fade-down {
  transform: translateY(60px);
}

.fade-left {
  transform: translateX(60px);
}

.fade-right {
  transform: translateX(60px);
}

/* DELAY */
.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

.delay-4 {
  transition-delay: 0.8s;
}

/*========================section 1========================*/

.flex-sec1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ab-img-pdg {
  padding: 0px 80px 10px 10px;
  position: relative;
}

/* image style */
.img {
  width: 100%;
  display: block;
}

/* overlay box */
.box-abt-over {
  width: 348px;
  position: absolute;
  right: 10px;
  bottom: -35px;
  border: 10px solid #fff;
}

/* curtain wrapper */
.curtain-img {
  overflow: hidden;

  /* curtain start */
  clip-path: inset(0 100% 0 0);

  animation: curtainReveal 2s ease forwards;
}

/* delay second image for nicer effect */
.box-abt-over .curtain-img {
  animation-delay: 0.6s;
}

/* animation */
@keyframes curtainReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.section1 h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #bf9a41;
  margin-bottom: 20px;
}

.section1 h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: 700;
}

.section1 p {
  font-family: "DM Sans", sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
  text-align: left;
  font-weight: 500;
}

.section1-btn {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}

.button1 {
  display: inline-block;
  background-color: #bf9a41;
  padding: 12px 20px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  transition: 0.3s;
}

/* hover effect */
.button1:hover {
  background-color: #a8842f;
  transform: translateY(-2px);
}

/*========================section 2========================*/

.icons2 {
  width: 50px;
  margin: 0 auto;
}

.flex-sec2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section2-bg {
  background: #f5f7f4;
}

.section2 h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #bf9a41;
  margin-bottom: 20px;
}

.section2 h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  color: #000;
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: 700;
}

.section2 p {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
  text-align: left;
  font-weight: 500;
}

.bullet-list {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}

.bullet-list li {
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

.bullet-list li i {
  min-width: 25px;
  height: 25px;
  background: #bf9a40;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  /*margin-top: 3px;*/
}

.facts-image {
  position: relative;
}

.facts-image img {
  width: 100%;
  border-radius: 18px;
}

.transaction-card {
  position: absolute;
  bottom: -30px;
  left: 40px;
  background: #0c3b3b;
  color: #fff;
  padding: 25px;
  border-radius: 14px;
  width: 300px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


/*========================section 3========================*/
.section3 h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #bf9a41;
  margin-bottom: 20px;
}

.section3 h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  color: #000;
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: 700;
}

.section3 {
  /*width: 100%;*/
  border-radius: 10px;
  position: sticky;
  top: 100px;
}

/* Card */
.section3-card {
  background: #11464d;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

/* Step Label */
.section3-step {
  font-family: "DM Sans", sans-serif;

  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Title */
.section3-card h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

/* Description */
.section3-card p {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

/* Background Number */
.section3-number {
  position: absolute;
  bottom: -20px;
  left: 20px;
  font-size: 120px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #d1d5db;
  opacity: 0.2;
}

/*========================section 4========================*/
.section4 h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #bf9a41;
  margin-bottom: 20px;
}

.section4 h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  color: #000;
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: 700;
}

.img-brd {
  border-radius: 10px;
}


/*========================section 5========================*/
.bg-clr2 {
  background-color: #113137;
}

.section5 h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #bf9a41;
  margin-bottom: 20px;
  text-align: justify;
}

.section5 h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: 700;
}

.section5 p {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
  text-align: justify;
  font-weight: 500;
}

.section5 h4 {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}

.section5-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.section5-box {
  background: #1f5c65;
  color: #fff;
  border: 3px solid #b8973a;
  padding: 20px 25px;
  border-radius: 20px;
  /*width:260px;*/
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

/* Hover */
.section5-box:hover {
  transform: translateY(-5px);
  background: #26707a;
}

.section5-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.feature-list {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}

.feature-list li {
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}

.feature-list li i {
  min-width: 25px;
  height: 25px;
  background: #bf9a40;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  /*margin-top: 3px;*/
}

/*========================about page========================*/

.abt-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.abt-flex1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.abt-text-head h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
}

.abt-text h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  line-height: 110%;
  font-weight: 700;
}

.abt-text h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #bf9a41;
  margin-bottom: 20px;
}

.abt-text p a {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  line-height: 140%;
  text-align: left;
  font-weight: 500;
}

.abt-text1 h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: 700;
}

.abt-text1 h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #bf9a41;
}

.abt-text1 h5 em {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #bf9a41;
}

.abt-text1 p {
  font-family: "DM Sans", sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  font-weight: 500;
}

.brd-btm {
  border: 1px dotted #c3c3c3;
}

.profile-abt h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 110%;
  font-weight: 700;
}

.profile-abt h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.profile-abt p {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  font-weight: 500;
  min-height: 70px;
}

.profile-info h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
}

.profile-info p {
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

.box-abt {
  border: 3px solid #b8973a;
  border-radius: 10px;
  padding: 45px;
  background: #63a5cd;
}

.flex-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.abt-icon {
  width: 80px;
  margin: 0 auto;
}

.profile-head h3 {
  font-family: "DM Sans", sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin: 1%;
  font-weight: 600;
}

.profile-head1 h3 {
  font-family: "DM Sans", sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin: 1%;
  font-weight: 600;
}

/*========================footer========================*/

.ftr-pdg {
  padding: 15px 0 15px 0;
}

.footer {
  background: #0b4c53;
  overflow: hidden;
}

.footer-text h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-text p {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
  opacity: 0.9;
  text-decoration: none;

}

.footer-bullet ul {
  list-style: none;
}

.footer-bullet ul li {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
  opacity: 0.9;
}

.footer-bullet ul li:hover {
  color: #18c37e;
  cursor: pointer;
}


.footer-bullet ul li a {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
  opacity: 0.9;
  text-decoration: none;
}

.footer-bullet ul li a:hover {
  color: #18c37e;
  cursor: pointer;
}


/* Bottom */
.footer-bottom {
  font-family: "DM Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.footer-social span {
  margin-left: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

.footer-social span i {
  font-size: 14px;
}

.footer-social span:hover {
  color: #18c37e;
  transform: translateY(-2px);
}

/* Background Shapes */
.bg-shape {
  position: absolute;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.circle {
  border-radius: 50%;
  border: 2px solid #18c37e;
}

.circle.big {
  width: 200px;
  height: 200px;
  top: 20px;
  left: -60px;
}

.circle.small {
  width: 100px;
  height: 100px;
  bottom: 40px;
  right: 50px;
}

.circle.dashed {
  width: 140px;
  height: 140px;
  top: 50%;
  right: -60px;
  border-style: dashed;
}

.square {
  width: 60px;
  height: 60px;
  background: #18c37e;
  transform: rotate(45deg);
}

.square.one {
  top: 30%;
  left: 20%;
}

.square.two {
  bottom: 20%;
  left: 40%;
}

.square.three {
  top: 10%;
  right: 30%;
}

@keyframes float {
  0% {
    transform: translateY(0px) rotate(45deg);
  }

  50% {
    transform: translateY(-15px) rotate(45deg);
  }

  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

.footer-logo {
  font-family: "DM Sans", sans-serif;

  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
}

.footer-logo-icon {
  width: 40px;
  height: 40px;
  background: #18c37e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.footer-logo img {
  width: 290px;
  /* adjust as needed */
  height: auto;
}




:root {
  --teal-dark: #11464d;
  --teal-mid: #0e5c4e;
  --teal-bright: #1a7a66;
  --accent-green: #0c4c50;
  --accent-lime: #5de08a;
  --white: #ffffff;
  --off-white: #f5f7f4;
  --border: #d4e0da;
  --text-dark: #111c18;
  --text-mid: #3d5248;
  --text-soft: #6b8278;
}

/* HERO */
.page-hero {
  background: #63a5cd;
  padding: 80px 64px 90px;
  position: relative;
  overflow: hidden;
  min-height: 437px;
  display: flex;
  align-items: center;
  margin-top: 97px;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232ec878' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}

.page-hero::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 200, 120, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.page-hero h6 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #bf9a41;
  border: #bf9a41;
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
}

.page-hero h6::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .5;
    transform: scale(1.4)
  }
}

.page-hero h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
  position: relative;
}

.page-hero h1 em {
  font-style: italic;
  color: #0c4c50;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.7;
  position: relative;
  margin-bottom: 40px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
}

.hero-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid #bf9a41;
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 0.82rem;
    color: #fff;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

/* SECTION */
.section {
  padding: 80px 64px;
}

.section-alt {
  background: #f5f7f4;
}

.section h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #11464d;

  margin-bottom: 12px;
}

.section h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #111c18;
  margin-bottom: 16px;
}

.section h2 em {
  font-style: italic;
  color: #bf9a41;
}

.section p {
  color: #6b8278;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 48px;
}

/* PILLAR CARDS */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pillars-grid3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pillars-grid-2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.pillar-card {
  background: #63a5cd;
    border: 3px solid #bf9a41;
  border-radius: 16px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  /*background: #c29e48;*/
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(14, 92, 78, 0.12);
  /*border-color: #fff;*/
}

.pillar-card:hover::before,
.pillar-card.featured::before {
  transform: scaleX(1);
}

.pillar-card.featured {
  background: #63a5cd;
  border: 3px solid #bf9a41;
}

.pillar-card.featured .pillar-num {
  color: rgba(255, 255, 255, 0.2);
}

.pillar-card.featured h2 {
  color: #ffffff;
}

.pillar-card.featured h3 {
  color: #fff;
}

.pillar-card.featured p {
  color: #fff;
}

.pillar-card.featured .pillar-icon {
  background: #fff;
  border-color: rgba(46, 200, 120, 0.3);
}

.pillar-card.featured .pillar-icon svg {
  stroke: #459383;
}

.pillar-card.featured .pillar-link {
  color: #fff;
}

/*---*/
.pillar-card-2 {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}


.pillar-card-2:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(14, 92, 78, 0.12);
  border-color: #fff;
}

.pillar-card-2:hover::before,
.pillar-card-2.featured::before {
  transform: scaleX(1);
}

.pillar-card-2.featured {
  background: #1e4f4f;
  border-color: var(--teal-mid);
}

.pillar-card-2.featured .pillar-num {
  color: rgba(255, 255, 255, 0.2);
}

.pillar-card-2.featured h2 {
  color: #ffffff;
}

.pillar-card-2.featured h3 {
  color: #fff;
}

.pillar-card-2.featured p {
  color: rgba(255, 255, 255, 0.6);
}

.pillar-card-2.featured .pillar-icon {
  background: rgba(46, 200, 120, 0.15);
  border-color: rgba(46, 200, 120, 0.3);
}

.pillar-card-2.featured .pillar-icon svg {
  stroke: #fff;
}

.pillar-card-2.featured .pillar-link {
  color: #fff;
}

.pillar-card-2 h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.25;
}

/*---*/


.pillar-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(26, 122, 102, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #FFFFFF;
  background-position: 26;
}

.pillar-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--teal-bright);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar-header h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(26, 122, 102, 0.1);
  line-height: 1;
}

.pillar-card h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.25;
}

.pillar-card h3 {
  font-size: 0.82rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  font-style: italic;
  line-height: 1.4;
}

.pillar-card p {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 24px;
}

.pillar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: gap 0.2s;
}

.pillar-link:hover {
  gap: 10px;
}

.pillar-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* DETAIL BLOCKS */
.detail-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  padding: 80px 64px;
}

.detail-block:last-child {
  border-bottom: none;
}

.detail-block.reverse .detail-content {
  order: 1;
}

.detail-block.reverse .detail-visual {
  order: 1;
}

.detail-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0c4c50;
  margin-bottom: 16px;
}

.detail-tag span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--accent-green);
}

.detail-title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 700;
  color: #111c18;
  line-height: 1.2;
  margin-bottom: 12px;
}

.detail-subtitle {
  font-size: 0.95rem;
  color: var(--teal-bright);
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.5;
}

.detail-desc {
  font-size: 16px;
  color: #6b8278;
  line-height: 1.8;
  margin-bottom: 20px;
}

.detail-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-bottom: 32px;
}

.detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #3d5050;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}

.detail-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-green);
  flex-shrink: 0;
  margin-top: 6px;
}

.outcome-box {
  background: linear-gradient(135deg, rgba(10, 61, 53, 0.04), rgba(46, 200, 120, 0.06));
  border: 1px solid rgba(46, 200, 120, 0.2);
  border-left: 3px solid var(--accent-green);
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  margin-bottom: 28px;
}

.outcome-box strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal-bright);
  margin-bottom: 6px;
}

.outcome-box p {
  font-size: 16px;
  color: #3d5050;
  line-height: 1.6;
  font-style: italic;
}

.note-text {
  font-size: 16px;
  color: #6b8278;
  margin-bottom: 24px;
  font-style: italic;
  line-height: 1.6;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  background: #1e4f4f;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 13px 28px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  margin-right: 12px;
}

.btn-primary:hover {
  background: var(--teal-bright);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #1e4f4f;
  border: 1.5px solid #1e4f4f;
  border-radius: 8px;
  padding: 12px 28px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-outline:hover {
  background: #1e4f4f;
  color: #ffffff;
}

/* IMAGE PANEL */
.detail-visual {
  position: relative;
}

.img-panel {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.img-panel img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.img-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 61, 53, 0.8) 0%, rgba(10, 61, 53, 0.1) 55%, transparent 100%);
  border: 3px solid #bf9a41;
    border-radius: 20px;
}

.img-panel-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.img-badge-inner {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.img-badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: var(--accent-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.img-badge-icon svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.img-badge-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.img-badge-text strong {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2px;
}

/* CHIPS PANEL */
.chips-panel {
  background: #bf9a41;
  border-radius: 16px;
  padding: 28px;
}

.chips-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 6px;
}

.chips-title {
  font-family: "DM Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 16px;
}

.chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.chip {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 5px 13px;
  font-size: 0.77rem;
  color: #000;
  font-weight: 500;
  transition: background 0.2s;
}

.chip:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.chips-note {
  font-size: 0.78rem;
  color: #fff;
  font-style: italic;
  line-height: 1.6;
}

.mini-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 13px 16px;
  margin-bottom: 8px;
}

.mini-stat:last-child {
  margin-bottom: 0;
}

.mini-stat-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgb(225 196 129);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mini-stat-icon svg {
  width: 17px;
  height: 17px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

.mini-stat-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.35;
}

.mini-stat-text strong {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 1px;
}

/* CTA STRIP */
.cta-strip {
  background: linear-gradient(135deg, var(--accent-green), #1db864);
  padding: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1e4f4f;
  margin-bottom: 10px;
  line-height: 1.2;
}

.cta-sub {
  font-size: 1rem;
  color: rgba(10, 61, 53, 0.75);
  max-width: 500px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.btn-dark {
  background: #1e4f4f;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  display: inline-block;
}

.btn-dark:hover {
  background: #0e5c4e;
}

.btn-ghost-dark {
  background: transparent;
  color: #1e4f4f;
  border: 2px solid #1e4f4f;
  border-radius: 8px;
  padding: 12px 32px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}

.btn-ghost-dark:hover {
  background: #1e4f4f;
  color: #ffffff;
}


.section-main h6 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #bf9a41;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.2rem;
  font-family: 'DM Sans', sans-serif;
}

.section-main h6::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #bf9a41;
}

.section-main h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
}

.section-main h2 em {
  font-style: italic;
  color: #0b4c53;
}

.section-main p {
  margin-top: 1.4rem;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 400;
}


.info-cards-2 {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.info-card-2 {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid #d8e5e5;
  opacity: 1;
  transform: translateX(-20px);
  transition: opacity .6s ease, transform .6s ease;
}

.info-card-2 {
  opacity: 1;
  transform: none;
}

.info-icon-2 {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: #0b4c53;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: #fff;
}

.info-card-2 h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #b8973a;
  margin-bottom: .3rem;
}

.info-card-2 p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d5050;
  font-weight: 400;
  margin-top: 0;
}

.info-card-2 p a {
  font-size: 16px;
  line-height: 1.7;
  color: #3d5050;
  font-weight: 400;
  margin-top: 0;
  text-decoration: none;
}

.disclaimer {
  margin-top: 2.5rem;
  padding: 1.2rem 1.4rem;
  border-left: 2px solid #b8973a;
  background: #f5edd8;
  font-size: 16px;
  line-height: 1.8;
  color: #3d5050;
  font-weight: 400;
  font-style: italic;
}

:root {
  --teal: #2d6e6e;
  --teal-light: #3d8f8f;
  --gold: #b8973a;
  --gold-light: #d4ae54;
  --gold-pale: #f5edd8;
  --cream: #faf8f3;
  --white: #ffffff;
  --text-dark: #1a2a2a;
  --text-mid: #3d5050;
  --text-light: #7a9090;
  --border: #d8e5e5;
}


/* right column — form */
.contact-form-wrap {
    background: #0b4c53;
    border: 3px solid #b8973a;
    border-radius: 20px;
    padding: 3rem;
    position: relative;
    transition: opacity .8s ease, transform .8s ease;
}

.contact-form-wrap.visible {
  opacity: 1;
  transform: none;
}

.contact-form-wrap::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 3rem;
  right: 3rem;
  height: 2px;
  background: linear-gradient(90deg, #b8973a, #d4ae54, #b8973a);
}

.form-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: .5rem;
}

.form-title em {
  color: #d4ae54;
  font-style: italic;
}

.form-subtitle {
  font-size: .82rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 2.2rem;
  line-height: 1.7;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-row.full {
  grid-template-columns: 1fr;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size: .88rem;
  font-weight: 400;
  padding: .8rem 1rem;
  outline: none;
  transition: border-color .25s, background .25s;
  width: 100%;
  -webkit-appearance: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, .25);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #d4ae54;
  background: rgba(255, 255, 255, .09);
}

.form-group select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b8973a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.form-group select option {
  background: #1e4f4f;
  color: #ffffff;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.consent-block {
  margin: 1.5rem 0;
  display: flex;
  gap: .9rem;
  align-items: flex-start;
}

.consent-block input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #b8973a;
  cursor: pointer;
}

.consent-block p {
  font-size: .75rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .45);
  font-weight: 400;
  margin-top: 0;
}

.btn-submit {
  width: 100%;
  padding: 1rem;
  background: #b8973a;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: background .3s, transform .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
}

.btn-submit:hover {
  background: #d4ae54;
  transform: translateY(-2px);
}

.btn-submit::after {
  content: '→';
  transition: transform .3s;
}

.btn-submit:hover::after {
  transform: translateX(4px);
}

.form-success {
  display: none;
  text-align: center;
  padding: 3rem 1rem;
}

.form-success .check-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(184, 151, 58, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #d4ae54;
  margin: 0 auto 1.2rem;
  animation: pulse 2s infinite;
}

.form-success h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: .6rem;
}

.form-success p {
  font-size: .85rem;
  color: rgba(255, 255, 255, .55);
  font-weight: 400;
}

/* ── FAQ ── */
.faq-section {
  background: #faf8f3;
  padding: 90px 5%;
  font-family: 'DM Sans', sans-serif;
}

.faq-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.faq-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 3.5rem;
}

.sec-label {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: .8rem;
}

.sec-label::before {
  content: '';
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--gold);
}

.sec-title {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--text-dark);
}

.sec-title em {
  font-style: italic;
  color: var(--teal-dark);
  font-family: 'DM Sans', sans-serif;
}

.faq-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--text-mid);
  font-family: 'DM Sans', sans-serif;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-it {
  border-bottom: 1px solid var(--border);
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
  font-family: 'DM Sans', sans-serif;
}

.faq-it.vis {
  opacity: 1;
  transform: none;
  font-family: 'DM Sans', sans-serif;
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.5rem 0;
  text-align: left;
  font-family: 'DM Sans', sans-serif;
}

.faq-n {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--gold);
  min-width: 30px;
  font-family: 'DM Sans', sans-serif;
}

.faq-t {
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dark);
  transition: color .2s;
  font-family: 'DM Sans', sans-serif;
}

.faq-q:hover .faq-t {
  color: var(--teal-dark);
}

.faq-ic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: var(--teal-mid);
  transition: background .25s, border-color .25s, transform .35s, color .25s;
  font-family: 'DM Sans', sans-serif;
}

.faq-q.open .faq-ic {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: var(--white);
  transform: rotate(45deg);
  font-family: 'DM Sans', sans-serif;
}

.faq-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
  font-family: 'DM Sans', sans-serif;
}

.faq-ans.open {
  max-height: 200px;
}

.faq-ans-in {
  padding: 0 0 1.3rem 3.2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--text-mid);
  font-family: 'DM Sans', sans-serif;
}





/*====================responsive=====================*/
@media only screen and (max-width:1500px) {
  .pillars-grid-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width:1460px) {
  .footer-logo img {
    width: 180px;
  }
}


@media only screen and (max-width:1300px) {
  .ab-img-pdg {
    padding: 0px 0px 0px 0px;
    position: relative;
  }
}

@media only screen and (max-width:1290px) {
  .btn-primary {
    margin-bottom: 15px;
  }
}


@media only screen and (max-width:1260px) {

  .btn-primary {
    margin-bottom: 12px;
  }

  .box-abt-over {
    width: 240px;
    border: 5px Solid #fff;
  }

  .flex-sec2 {
    align-items: flex-start;
  }

}

@media only screen and (max-width:1000px) {
  .pillars-grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width:960px) {
  
  .detail-block {
    grid-template-columns: 1fr;
  }

  .pillars-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .detail-list {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width:900px) {

  .pillars-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .detail-block {
    padding: 20px;
  }

  .section {
    padding: 20px;
  }

  .flex-sec1 {
    flex-direction: column;
  }

  .col_sm2 {
    width: 98%;
  }

  .flex-sec2 {
    flex-direction: column;
  }

  .section3 {
    width: 100%;
    position: static;
  }

  .col_sm88 {
    width: 98%;
  }

  .section5-container {
    flex-direction: column;
  }

  .section5-box {
    width: 100%;
    display: block;
  }

  .col_sm4 {
    width: 98%;
  }

    .col_sm5 {
    width: 98%;
  }

}


@media only screen and (max-width:800px) {
  .faq-header {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 0;
}

    .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .pillars-grid3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .pillars-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .pillars-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .abt-flex1 {
    flex-direction: column;
}

}




@media only screen and (max-width:560px) {

  .box-abt-over {
    width: 180px;
    right: 45px;
    bottom: -30px;
  }

  .section1 h2 {
    font-size: 28px;
  }

  .section2 h2 {
    font-size: 28px;
  }

  .section3 h2 {
    font-size: 28px;
  }

  .section4 h2 {
    font-size: 28px;
  }

  .section5 h2 {
    font-size: 28px;
  }


  .section1 h5 {
    margin-top: 80px;
  }

}


@media only screen and (max-width:460px) {

  .ab-img-pdg {
    padding: 0px 15px;
  }

  .box-abt-over {
    width: 196px;
    right: 18px;
  }
}