html,
body {
    font-family: "DM Sans", sans-serif;
    color: #161616;
    margin: 0;
    padding: 0;
}

/* Navbar */
.navbar {
    padding: 38px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.nav-link {
    font-weight: 500;
    color: #374151 !important;
}

.nav-link.active,
.nav-link:hover {
    color: #7209B7 !important;
    font-size: 16px;
    font-weight: 500;

}

/* Hero with background image */
.hero {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: url('https://www.moontriam.com/images/about.png') center/cover no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background:linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.4) 100%); */
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
    padding-top: 56px;
    padding-bottom: 56px;
    color: #111827;
}

@media (min-width:992px) {
    .hero .container {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

/* Hero Heading Styling (Figma based) */
.display-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
    line-height: 4rem;
    letter-spacing: 0%;
    color: #111827;
}

.display-title .accent {
    color: #7209B7;
}

.lead-copy {
    color: #000000;
    max-width: 60ch;
    font-size: 1rem;
    line-height: 150%;
}

.kicker {
    font-weight: 400;
    color: #7209B7;
    font-size: 1rem;
}

@media (max-width:768px) {
    .display-title {
        font-size: 32px;
    }
}



/* About Section */


.py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* helper */

.about-hero {
    font-family: "DM Sans", sans-serif;
    background: linear-gradient(180deg, #ffeefd 0%, #ffffff 55%, #ffffff 100%);
}

/* Eyebrow title */
.about-eyebrow {
    font-family: "DM Sans";
    font-weight: 900;
    font-style: normal;
    font-size: 3rem;
    /* 32px desktop */
    line-height: normal;
    margin: 0;
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-sub {
    font-family: "DM Sans";
    color: #7b7f88;
    font-size: 1rem;
    font-weight: 400;
    line-height: 149.99%;
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2rem;
}

/* Main headline */
.about-title {
    font-family: "DM Sans";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 149.99%;
    /* 71.995px */
    padding-bottom: 2rem;
}

.about-title .black {
    color: #000;
    font-family: "DM Sans";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 149.99%;
}

.grad {
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Paragraphs */
.about-lead {
    max-width: 50rem;
    /* ~800px */
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.99%;
    /* 23.998px */
}

.about-copy {
    max-width: 52rem;
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.99%;
    /* 23.998px */
}

/* CTA button */
.about-btn {
    display: inline-block;
    padding: 1rem 2.25rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 .6rem 1.4rem rgba(114, 9, 183, .22);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about-btn:hover {
    filter: brightness(.96);
}

/* Responsive tweaks */
@media (max-width:576px) {
    .about-eyebrow {
        font-size: 1.5rem;
    }

    /* 24px */
}



/* Who We Are  */


.py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* helper जैसे पहले */

.who-section {
    font-family: "DM Sans", sans-serif;
    background: linear-gradient(180deg, #fff7fe 0%, #ffffff 35%, #ffffff 85%, #ffeefd 100%);
}

/* Top heading */
.who-eyebrow {
    font-weight: 900;
    margin: 0;
    font-size: 3rem;
    line-height: 149.99%;
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.who-sub {

    text-align: center;
    font-family: "DM Sans";
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.99%;
    padding-bottom: 2rem;
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 155.03%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Image card */
.who-figure {
    border-radius: 1rem;
    overflow: hidden;
    /* box-shadow: 0 1rem 2.5rem rgba(17, 24, 39, .12); */
    aspect-ratio: 16 / 11;
    /* responsive ratio; चाहो तो बदल सकते हो */
}

.who-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Right heading */
.who-title {
    font-weight: 900;
    /* line-height: 1.18; */
    margin: 0;
    font-size: clamp(1.6rem, 1.1rem + 2vw, 2.25rem);
    padding-bottom: 2rem;
    /* ~26–36px */
}

.who-title .black {
    color: #111111;
}

.grad {

    font-family: "DM Sans";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 149.99%;
    /* 71.995px */
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quote {
    color: #7209B7;
    font-weight: 900;
    margin: 0 .15rem;
}

/* Paragraphs */
.who-copy {
    color: #111827;
    opacity: .9;
    font-size: .94rem;
    line-height: 1.7;
}

/* Bigger horizontal gap between image & text */
.who-row {
    --bs-gutter-x: 2.5rem;

}

/* ≈40px */
@media (min-width: 992px) {
    .who-row {
        --bs-gutter-x: 3.5rem;
    }

}


.who-title {
    margin-top: 0;
}

.who-figure {
    margin: 0;
}


.nudge-up {
    transform: translateY(-1px);
}




.Right {
    padding: 3rem;
}

/* Spacing tweaks on small screens */
@media (max-width:576px) {
    .who-figure {
        aspect-ratio: 4 / 3;
    }
}


/* Who we are override css */


@media (min-width: 992px) and (max-height: 650px){
 
  .py-lg-6 { padding-top: 2rem; padding-bottom: 2rem; }


  .who-row { align-items: stretch !important; }


  .who-figure{
    aspect-ratio: auto;  
    height: 100%;        
  }
  .who-figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;     
    object-position: center;
  }


  .Right{ padding: 1rem 1.25rem; }


  .who-title{ font-size: clamp(1.4rem, 1rem + 1.5vw, 2rem); padding-bottom: 1rem; }
  .who-sub{ padding-bottom: 1rem; }
  .who-copy{ font-size: .9rem; line-height: 1.6; }
}


@media (width: 1024px) and (height: 600px){
  .who-figure img{ object-position: center; }
}





/* Key Pillars */


.py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pillars-section {
    font-family: "DM Sans", sans-serif;
    background: #ffffff;
}

/* Card wrapper: narrow like the reference */
.pillar-card {
    max-width: 420px;
}

/* Icons (use your own SVG/PNG) */
.feat-icon img {
    display: block;
    width: auto;
    height: 40px;
    /* icon size; tweak if needed */
    margin: 0 auto;
}

.pillar-title {
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 149.99%;
    /* 35.998px */
    /* near-black */
}

.pillar-desc {

    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.99%;
    /* 23.998px */
}


.padding {

    padding: 4rem 0;
}

/* responsive tweaks */
@media (max-width:576px) {
    .feat-icon img {
        height: 36px;
    }
}



/* Our Vision */

.vision-section {
    font-family: "DM Sans", sans-serif;
    background: linear-gradient(180deg, #fff0fb 0%, #ffffff 55%, #ffffff 100%);
}

.vision-title {
    font-family: "DM Sans";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 139.418%;
    padding-bottom: 4rem;
    /* 55.767px */
    background: linear-gradient(90deg, #7209B7 0%, #B5179E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vision-copy {
    color: #000;
    font-family: "DM Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* padding-right: 4rem; */
    /* 24px */
}

/* Image card */
.vision-figure {
    border-radius: 1rem;
    overflow: hidden;
    /* box-shadow: 0 1rem 2.25rem rgba(17, 24, 39, .12); */
    aspect-ratio: 16 / 11;
    /* responsive ratio */
}

.vision-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* keep your existing .vision-section/.vision-title/.vision-copy/.vision-figure rules */

/* extra horizontal gap if needed */
.vision-row {
    --bs-gutter-x: 2.5rem;
}

@media (min-width:992px) {
    .vision-row {
        --bs-gutter-x: 3rem;
    }
}

/* ensure title hugs the top; give small space under it */
.vision-title {
    margin-bottom: .85rem;
    /* “थोड़ा space” */
}

/* optional 1px nudge for pixel-perfect top-line match with image */
@media (min-width:992px) {
    .vision-title {
        transform: translateY(-1px);
    }

    /* जरूरत हो तो हटाएँ/adjust करें */
}


/* Small-screen tweaks */
@media (max-width:576px) {
    .vision-figure {
        aspect-ratio: 4 / 3;
    }
}


/* Vision override css */


/* 🔧 Short-height lg screens (1024×600 falls here) */
@media (min-width: 992px) and (max-height: 650px){
  /* Section padding compact so more vertical room */
  .vision-section.py-5.py-lg-6{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  /* Make both columns equal height */
  .vision-row{ align-items: stretch !important; }

  /* Make image fill the column height (no small image) */
  .vision-figure{
    aspect-ratio: auto;   /* override fixed ratio */
    height: 100%;
  }
  .vision-figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;     /* neat crop to fill */
    object-position: center;
  }

  /* Shrink right column inner spacing so text doesn't overflow */
  .padding-vision{ padding: 1rem 1.25rem; }

  /* Tighten heading & copy for short height */
  .vision-title{
    padding-bottom: 1rem;           /* was 4rem */
    margin-bottom: .5rem;
    transform: none;                 /* in case you had a nudge */
    font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2rem);
    line-height: 1.25;
  }
  .vision-copy{
    font-size: .95rem;
    line-height: 1.6;
  }
}

/* 🎯 Exact 1024×600 fine-tune (optional) */
@media (width: 1024px) and (height: 600px){
  .vision-figure img{ object-position: center; }
}


/* Mission Section */


/* helper (अगर पहले से है तो दोबारा देने की ज़रूरत नहीं) */
.py-lg-6{ padding-top:6rem; padding-bottom:6rem; }

/* Background & font */
.mission-section{
  font-family:"DM Sans",sans-serif;
  background: linear-gradient(180deg,#ffffff 0%, #fff0fb 85%, #ffeefd 100%);
}

/* bigger horizontal gap between columns on lg+ */
.mission-row{ --bs-gutter-x: 2.5rem; }
@media (min-width:992px){ .mission-row{ --bs-gutter-x: 3rem; } }

/* Image card */
.mission-figure{
  border-radius:1rem;
  overflow:hidden;
  /* box-shadow:0 1rem 2.25rem rgba(17,24,39,.12); */
  aspect-ratio: 16 / 10;             /* responsive; चाहो तो बदलो */
}
.mission-figure img{
  width:100%; height:100%;
  object-fit:cover; object-position:center; display:block;
}

/* Heading aligned to image top, gradient brand color */
.mission-title{

 font-family: "DM Sans";
font-size: 2.5rem;
font-style: normal;
font-weight: 800;
line-height: 139.418%; /* 55.767px */
padding-bottom: 4rem;
  background: linear-gradient(90deg,#7209B7 0%, #B5179E 100%);
  -webkit-background-clip:text; 
  background-clip:text;
   -webkit-text-fill-color:transparent;
}

/* Paragraph */
.mission-copy{
  color:#111827; opacity:.9;
  font-size:.95rem; line-height:1.7;
  max-width:38rem;                    /* पढ़ने में आराम */
}

.padding-mission{

    padding-left: 5rem;
}
.padding-vision{
    padding-right: 5rem;

}
/* Small screens: थोड़ा अलग ratio अच्छा लगता है */
@media (max-width:576px){
  .mission-figure{ aspect-ratio: 4 / 3; }
}


/* Mission Override CSS */


/* 🔧 Short-height lg screens (1024×600 falls here) */
@media (min-width: 992px) and (max-height: 650px){

  /* Section padding compact करो (ऊंचाई बचे) */
  .mission-section.py-5.py-lg-6{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  /* दोनों columns equal height */
  .mission-row{
    align-items: stretch !important;          /* HTML me align-items-start ko override */
  }

  /* Image को text जितना ऊँचा करो */
  .mission-figure{
    aspect-ratio: auto;                       /* fixed ratio हटाओ */
    height: 100%;
  }
  .mission-figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;                        /* neatly fill; crop allowed */
    object-position: center;
  }

  /* Right text column का left padding कम करो (5rem बहुत बड़ा है) */
  .padding-mission{
    padding-left: 1.25rem;
  }

  /* Heading/paragraph compact ताकि overflow ना हो */
  .mission-title{
    padding-bottom: 1rem;                     /* was 4rem */
    margin-bottom: .5rem;
    font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2rem);
    line-height: 1.25;
  }
  .mission-copy{
    font-size: .95rem;
    line-height: 1.6;
    max-width: none;                          /* width restriction हटाओ */
  }
}

/* 🎯 Exact 1024×600 fine-tune (optional) */
@media (width: 1024px) and (height: 600px){
  .mission-figure img{ object-position: center; }
}



/* Meet our Leadership */
 .py-lg-6{ padding-top:6rem; padding-bottom:6rem; }

    /* -------------------- REVIEWS (as given) -------------------- */
    .reviews-section{ font-family:"DM Sans",sans-serif; background:#ffffff; }
    .reviews-title{ font-weight:900; font-size:2.5rem; line-height:1.1; margin:2.5rem ; padding-bottom: 6rem; background:linear-gradient(90deg,#7209B7 0%,#B5179E 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
    .reviews-grid > [class*="col-"]{ display:flex; }
    .reviews-left{ display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; padding-left: 2.5rem; width:100%; height:100%; }
    .reviews-left > *{ margin:0 !important; }
    .quote-img{ height:3rem; width:auto; display:block; }
    .left-caption{ color:#000000; font-size:1.875rem; line-height:2.375rem; }
    .arrow-img{ height:0.93rem; width:14.68rem; display:block; }
    .reviews-figure{ width:100%; height:100%; border-radius:1rem; overflow:hidden; position:relative; }
    .reviews-figure img{ width:100%; height:100%; object-fit:cover; object-position:center; display:block; }
    .testimonial-card{ background:#f7edff; border-radius:1rem; padding:4rem; box-shadow:0 .75rem 2rem rgba(114,9,183,.10); height:100%; display:flex; flex-direction:column; }
    .testimonial-title{ font-weight:600; font-size:1.28rem; line-height:1.25; margin:0; padding-bottom: 3rem; padding-top: 1rem; }
    .testimonial-title .black{ color:#111; }
    .grad{ background:linear-gradient(90deg,#7209B7 0%, #B5179E 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; display:inline-block; }
    .testimonial-text { color:#7209B7; font-size:0.90rem; line-height:1.7; margin:0; font-weight: 400; }
    .testimonial-author { color:#000000; font-weight:500; font-size:1rem; margin-top:2rem; padding-top: 4rem; }
    .nav-btn{ width:2.5rem; height:2.5rem; border:0; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 .15rem .4rem rgba(0,0,0,.08); }
    .nav-prev{ background:#f3f4f6; }
    .nav-next{ background:linear-gradient(90deg,#7209B7 0%, #B5179E 100%); }
    @media (max-width:62rem){ .reviews-title{ font-size:2.125rem; } .testimonial-title{ font-size:1.75rem; } }
    @media (max-width:36rem){ .reviews-title{ font-size:1.75rem; } .reviews-figure{ height:auto; aspect-ratio:3/4; } .reviews-figure img{ height:100%; object-fit:cover; } }
    .rf-track{ display:flex; height:100%; width:100%; transition: transform 600ms cubic-bezier(.22,.61,.36,1); }
    .rf-item{ min-width:100%; height:100%; }
    .rf-item img{ width:100%; height:100%; object-fit:cover; object-position:center; display:block; }
    .testimonial-viewport{ position:relative; overflow:hidden; }
    .tc-track{ display:flex; height:100%; width:100%; transition: transform 600ms cubic-bezier(.22,.61,.36,1); }
    .tc-track .testimonial-card{ min-width:100%; height:100%; background:#f7edff; border-radius:1rem; padding:4rem; box-shadow:0 .75rem 2rem rgba(114,9,183,.10); display:flex; flex-direction:column; }
    @media (max-width: 576px){ .rf-item{ min-height:auto; } .tc-track .testimonial-card{ padding:2rem; } }

    /* -------------------- LEADERSHIP (converted to slider) -------------------- */
    .leader-section{ font-family:"DM Sans",sans-serif; background:#fff; }
    .leader-title{ font-weight:900; line-height:149.99%; margin:0; font-size:3rem; padding:3rem 0; background:linear-gradient(90deg,#7209B7 0%,#B5179E 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
    .leader-grid>[class*="col-"]{ display:flex; }

    /* LEFT column (static) */
    .leader-left{ display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; width:100%; height:100%; }
    .leader-quote{ height:3rem; width:auto; display:block; }
    .leader-caption{ color:#000; font-weight:500; font-size:2.5rem; line-height:5rem; }
    @media (max-width:576px){ .leader-caption{ font-size:1.25rem; line-height:2rem; } }

    /* Middle: image viewport + track */
    .leader-figure{ width:100%; height:100%; border-radius:1rem; overflow:hidden; position:relative; }
    .leader-img-track{ display:flex; height:100%; width:100%; transition: transform 600ms cubic-bezier(.22,.61,.36,1); }
    .leader-img-item{ min-width:100%; height:100%; }
    .leader-figure img{ width:100%; height:100%; object-fit:cover; object-position:center; display:block; }

    /* Right: card viewport + track */
    .leader-card-viewport{ position:relative; overflow:hidden; width:100%; }
    .leader-card-track{ display:flex; height:100%; width:100%; transition: transform 600ms cubic-bezier(.22,.61,.36,1); }
    .leader-card{ background:#f7edff; border-radius:1rem; box-shadow:0 .75rem 2rem rgba(114,9,183,.10); display:flex; flex-direction:column; min-width:100%; height:100%; padding:4rem; }
    .leader-name{ color:#7209B7; font-size:24px; font-weight:500; line-height:149.99%; }
    .leader-role{ color:#7209B7; font-size:14px; font-weight:400; line-height:149.99%; }
    .leader-email{ display:flex; align-items:center; gap:.5rem; }
    .leader-email a{ color:#5b21b6; text-decoration:none; font-size:.9rem; }
    .leader-email a:hover{ text-decoration:underline; }
    .leader-text{ font-family:"Roboto",sans-serif; opacity:.9; color:#000; font-size:13px; line-height:150%; }

    /* bottom nav */
    .leader-nav{ width:2.5rem; height:2.5rem; border:0; border-radius:999px; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; box-shadow:0 .15rem .4rem rgba(0,0,0,.08); }
    .leader-nav.prev{ background:#f3f4f6; }
    .leader-nav.next{ background:linear-gradient(90deg,#7209B7 0%, #B5179E 100%); color:#fff; }

    @media (min-width:992px){ .leader-grid{ --bs-gutter-x: 3rem; } }
    @media (max-width: 576px){
      .leader-card{ padding:2rem; }
      .leader-caption{ margin-top:1rem; }
    }


  /* Our Values */

  .py-lg-6{ padding-top:6rem; padding-bottom:6rem; }

  .values-section{
    font-family:"DM Sans",sans-serif;
    background: linear-gradient(180deg,#fff 0%, #fff7fe 45%, #ffffff 100%);
  }

  /* Title */
  .values-title{
    font-weight:900; 
    line-height:1.1; 
    margin:0;
    font-size:clamp(1.75rem,1.2rem + 2.2vw,2.25rem);
    background: linear-gradient(90deg,#7209B7 0%, #B5179E 100%);
    -webkit-background-clip:text;
     background-clip:text;
      -webkit-text-fill-color:transparent;
  }
  .values-sub{
    max-width: 74rem;
   color: #000;
text-align: center;
font-family: "DM Sans";
font-size: 1rem;
font-style: normal;
padding-bottom: 3rem;
font-weight: 400;
line-height: 150%; /* 24px */
  }

  /* Images */
  .values-figure{
    border-radius:1rem;
     overflow:hidden;
    /* box-shadow:0 1rem 2.25rem rgba(17,24,39,.12); */
    aspect-ratio: 24 / 18;            /* responsive box like screenshot */
    margin:0;
  }
  .values-figure img{
    width:100%; height:100%; display:block; object-fit:cover; object-position:center;
  }

  /* Headings & copy */
  .values-head{
   font-family: "DM Sans";
font-size: 2.25rem;
font-style: normal;
font-weight: 600;
line-height: 149.99%; /* 53.997px */
background: linear-gradient(90deg, #7209B7 32.14%, #B5179E 125%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;                    /* purple like reference */
  }
  .values-copy{
   color: #000;
font-family: "DM Sans";
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 149.99%; /* 23.998px */
  }

  /* Mobile tweaks */
  @media (max-width:576px){
    .values-figure{ aspect-ratio: 4 / 3; }
  }


   /* Footer Section */

   .footer-section{
    font-family:"DM Sans",sans-serif;
    color:#fff;
    background: linear-gradient(135deg, #7209B7 0%, #B5179E 100%);
  }

  .footer-logo
  { 
    height:35px; 
    width:auto; 
    object-fit:contain;
 }
  .footer-brand{ font-weight:800; letter-spacing:.08em; }

  .footer-tagline
  { 

    color:#fff; 
    font-size:0.90rem;
    /* text-align: center;  */
    line-height: normal;
    font-weight: 300;
}

  .soc{
    width:32px; height:32px; display:inline-flex; align-items:center; justify-content:center;
    border:1px solid rgba(255,255,255,.35); border-radius:50%;
    transition: background .2s ease, transform .1s ease;
  }
  .soc:hover{ background:rgba(255,255,255,.12); transform: translateY(-1px); }

  .footer-head{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight:500; 
    margin-bottom:.75rem; 
    letter-spacing:.02em;
    font-size: 1.25rem;
  }

  .footer-links
  { list-style:none; 
    padding:0; margin:0;
 }
  .footer-links li{
   
    margin:.45rem 0;
  
    
 }
  .footer-links a{
     font-family: "Roboto", sans-serif; 
      color: #fff;
     text-decoration:none; 
       font-size: 0.875rem;
           font-weight: 400;
             line-height: normal;
    font-style: normal;

  }
  .footer-links a:hover{ color:#fff; text-decoration:underline; }

  .footer-hr{
    border:0; height:1px; background: rgba(255,255,255,.45);
  }

  .footer-mini{

    color:#fff; 
    text-decoration:none;
    font-size: 0.90rem;
  }
  .footer-mini:hover{ color:#fff; text-decoration:underline; }

  /* Responsive tweaks */
  @media (max-width: 576px){
    .footer-brand{ font-size:1rem; }
    .footer-logo{ height:32px; }
  }
.location{
     font-family: "Roboto", sans-serif; 

color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
}





/* reveal section */

.reveal-up{
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.98);
  transition:
    transform 900ms cubic-bezier(.22,1,.36,1),
    opacity   900ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: transform, opacity;
}
.reveal-up.show{
  opacity: 1;
  transform: none;
}

/* accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .reveal-up{ transition: none; transform: none; opacity:1; }
}



/* Dropdown */


:root{ --accent:#7209B7; }

/* Active color for top nav links */
.navbar .nav-link.active{ color: var(--accent) !important; }

/* Dropdown items: active/pressed color */
.dropdown-item.active, .dropdown-item:active{
  background-color: var(--accent) !important;
  color:#fff !important;
}

/* Nice dropdown look */
.dropdown-menu{
  border-radius: 12px;
}

/* Hover to open (desktop only) */
@media (min-width: 992px){
  .navbar .dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0; /* snap to toggle */
  }
}

/* Optional: subtle hover colors */
.navbar .nav-link:hover{ color: var(--accent); }
.dropdown-item:hover{
  background: rgba(114,9,183,.08);
  color: var(--accent);
}


/* Extra css */


/* Mobile + small tablets */
@media (max-width: 768.98px){
  .padding-mission{
    
    padding-left: 2rem;
  }
}



@media (width: 768px) and (height: 1024px) and (orientation: portrait){
  .who-title{
    padding-top: 2rem;
  }
}





@media (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait){

 .vision-copy{
    padding-bottom: 3rem;
  }

   .padding-mission{
    
    padding-left: 2rem;
  }

  .mission-title {

    padding-top: 2rem;
 
  }
  
  .values-head {

    padding-top: 1rem;
  }
}



@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){

   .mission-title {

     padding-bottom: 0;
 
  }

   .vision-title {

     padding-bottom: 0;
 
  }


}












