/* ── Variables ── */
    :root {
      --devex-dark:   #050913;
      --devex-text:   #3d4045;
      --devex-orange: #ff9400;
      --devex-link:   #336699;
      --devex-border: #dcdcdc;
      --devex-bg-lt:  #fafafa;
    }

    body {
      font-family: Helvetica, Arial, sans-serif;
      color: var(--devex-text);
      background: #fff;
      margin: 0;
      overflow-x: hidden;
    }

    .site-wrapper {
      max-width: 1366px;
      margin: 0 auto;
    }

    /* ── CTA button ── */
    .btn-cta {
         display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--devex-orange);
        color: #fff;
        font-family: Helvetica, sans-serif;
        font-size: 18px;
        line-height: 26px;
        padding: 10px 18px 10px;
        border-radius: 4px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        white-space: nowrap;
        transition: background-color 0.2s ease;
        text-transform: none;
    }
    .btn-cta:hover {
      background-color: #e08400;
      color: #fff;
          text-decoration: none;
    }

    @media only screen and (min-width: 1140px) {
        .contact-us {
            padding: 12px 16px 10px 16px !important;
            color: #fff !important;
            font-family: Helvetica, sans-serif !important;
            border-radius: 4px;
            margin-top: 4px !important;
            font-size: 16px !important;
            margin-left: 0px ! Important;
        }
}

    .video-section {
      height: calc(100vh - 60px);
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #000;
    min-height: 400px;
    }

    video#video-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto z-index: -100;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background-size: cover;
      opacity: 0.4;
      z-index: 0;
  }

  .video-section .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 8rem;
}

  .banner-content h1 {
    max-width: 1106px;
    margin: 0 0 1rem 0;
    font-size: 60px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    line-height: 60px;
}

    /* ══════════════════════════════════════
       HERO
    ══════════════════════════════════════ */
    .hero-section {
      background-color: var(--devex-dark);
      padding: 0 0 0 40px;
      margin-top: 120px;
      max-width: 1170px;
      margin: 120px auto 0 auto;
    }

    .hero-inner {
      position: relative;
      height: 360px;
      overflow: hidden;
    }

    /* Right photo */
    .hero-photo {
      position: absolute;
      top: 0;
      right: 0;
      width: 53.5%;          /* ≈ 612 / 1146 */
      height: 100%;
      overflow: hidden;
    }
    .hero-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right center;
    }

    /* Dark-to-transparent gradient connecting left slab to photo */
    .hero-gradient {
      position: absolute;
      top: 0;
      right: calc(53.5% - 1px);
      width: 220px;
      height: 100%;
      background: linear-gradient(to left, rgba(5,9,19,0), #050913);
      pointer-events: none;
      z-index: 1;
    }

    /* Text content */
    .hero-content {
      position: absolute;
      top: 75px;
      left: 60px;
      width: 614px;
      max-width: calc(100% - 60px);
      z-index: 2;
      color: #fff;
    }

    .hero-quote {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 24px;
      line-height: 34px;
      color: #fff;
      margin-bottom: 30px;
    }
    .hero-quote a {
      color: var(--devex-orange);
      text-decoration: underline;
      transition: color 0.2s ease;
    }
    .hero-quote a:hover { color: #e08400; }

    .hero-attr-name {
      font-size: 20px;
      line-height: 26px;
      display: block;
      font-family: "Urbanist", sans-serif;
      font-weight: 700;
    }
    .hero-attr-title {
      font-family: 'Urbanist';
      font-size: 16px;
      line-height: 22px;
      display: block;
      font-weight: 500;
    }

    /* ══════════════════════════════════════
       TESTIMONIALS
    ══════════════════════════════════════ */
    .testimonials-section {
      background: #fff;
      padding: 120px 207px;
    }

    .testimonial-img {
      width: 272px !important;
      height: 272px !important;
      object-fit: cover;
      flex-shrink: 0;
      display: block;
    }

    .testimonial-quote {
      font-family: Georgia, serif;
      font-style: italic;
      font-size: 18px;
      line-height: 26px;
      color: var(--devex-text);
      text-indent: -9px;
      margin-bottom: 20px;
    }

    .testimonial-name {
      font-family: "Urbanist", sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 26px;
      display: block;
    }
    .testimonial-role {
      font-family: 'Urbanist', sans-serif;
      font-size: 16px;
      line-height: 22px;
      display: block;
      font-weight: 500;
    }

    @media (min-width: 768px) {
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}


.pt-4 {
    padding-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}

.testimonials-section .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

    /* ══════════════════════════════════════
       SHARED SECTION TYPOGRAPHY
    ══════════════════════════════════════ */
    .section-title-md {
      font-weight: 700;
      font-size: 40px;
      line-height: normal;
      color: var(--devex-text);
      text-align: center;
      max-width: 600px;
      margin: 0 auto;
      text-transform: none;
      font-family: "Urbanist", sans-serif;
    }

    .section-title-lg {
      font-weight: 700;
      font-size: 48px;
      line-height: normal;
      color: var(--devex-text);
      text-align: center;
      text-transform: none;
      margin-bottom: 20px;
      font-family: "Urbanist", sans-serif;
    }

    .slide-txt-left {
        position: absolute;
        left: 80px;
        bottom: 100px;
        color: white;
        width: 420px;
    }

        .slide-txt-right {
        position: absolute;
        right: 80px;
        bottom: 100px;
        color: white;
        width: 420px;
    }

   .slide-txt-left a, .slide-txt-right a {
      color: #ff9400;
    }

    .slide-txt-left h4, .slide-txt-right h4 {
      font-size: 32px;
      line-height: 32px;
      padding-bottom: 0px;
      font-family: "Urbanist", sans-serif;
      font-weight: 600;
    }

    .slide-txt-left h5, .slide-txt-right h5 {
      font-size: 16px;
      font-family: Helvetica, sans-serif;
      line-height: 24px;
      padding-bottom: 0px;
    }

    .section-subheading {
      font-weight: 700;
      font-size: 22px;
      line-height: normal;
      color: var(--devex-text);
      text-align: center;
      margin: 48px 0 24px 0px;
      font-family: "Urbanist", sans-serif;
    }

    /* ══════════════════════════════════════
       INSTITUTIONS (logo grid)
    ══════════════════════════════════════ */
    .institutions-section {
      background-color: var(--devex-bg-lt);
      padding: 120px 0;
      width: 100vw;
      margin-left: calc(50% - 50vw);
    }

    .logo-row {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      row-gap: 32px;
    }
    .logo-row img {
      object-fit: contain;
      flex-shrink: 0;
      filter: grayscale(100%);
      opacity: 0.65;
      transition: filter 0.3s ease, opacity 0.3s ease;
    }
    .logo-row img:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    .mb-3 {
        margin-bottom: 1rem !important;
    }

    .col-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .mb-4 {
        margin-bottom: 1.5rem !important;
    }


    .d-none {
        display: none !important;
    }

    @media (min-width: 768px) {
        .d-none.d-md-block {
          display: block !important;
        }
            .d-md-none {
            display: none !important;
      }
}



    .align-items-center {
        align-items: center !important;
    }

    .justify-content-between {
        justify-content: space-between !important;
    }

    .g-0, .gy-0 {
        --bs-gutter-y: 0;
    }

    .g-0, .gx-0 {
        --bs-gutter-x: 0;
    }

    .mb-5 {
        margin-bottom: 3rem !important;
    }

    .justify-content-center {
        justify-content: center !important;
    }

    /* ══════════════════════════════════════
       WHO WE ARE
    ══════════════════════════════════════ */
    .who-section {
      background: #fff;
      padding: 120px 0;
    }

    /* ══════════════════════════════════════
       OUR STORY
    ══════════════════════════════════════ */
    .story-section {
      background-color: var(--devex-bg-lt);
      padding: 120px 112px;
      width: 100vw;
      margin-left: calc(50% - 50vw);
    }

    .story-img {
      width: 100%;
      height: 561px;
      object-fit: cover;
      display: block;
    }

    .story-row {
        max-width: 1180px;
        margin: 0 auto;
    }

    /* Desktop: push text col away from image col */
    @media (min-width: 992px) {
      .story-text-col {
        padding-left: 117px;
      }
      /* Override Bootstrap col-5 to exact 464px, col-7 to exact 561px
         within the 1142px content area (1366 - 224px padding) */
      .story-row .col-lg-5 {
        flex: 0 0 auto;
        width: 40.63%; /* 464 / 1142 */
      }
      .story-row .col-lg-7 {
        flex: 0 0 auto;
        width: 59.37%; /* (561+117) / 1142 */
      }
    }

    .story-title {
      font-weight: 700;
      font-size: 40px;
      line-height: normal;
      color: var(--devex-text);
      margin-bottom: 24px;
      text-transform: none;
      font-family: "Urbanist", sans-serif;
      margin-top: -20px;
    }

    .story-body {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 18px;
      line-height: 28px;
      color: var(--devex-text);
      margin-bottom: 24px;
    }
    .story-body p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 25px;
        font-family: Helvetica, sans-serif;
    }

    /* ══════════════════════════════════════
       GET INVOLVED
    ══════════════════════════════════════ */
    .involved-section {
      background: #fff;
      padding: 120px 110px;
    }

    .involved-title {
      font-weight: 700;
      font-size: 40px;
      line-height: normal;
      color: var(--devex-text);
      text-align: center;
      margin-bottom: 48px;
      text-transform: none;
      font-family: "Urbanist", sans-serif;
    }

    .involved-card {
        border: 1px solid var(--devex-border);
        padding: 20px 30px 24px;
        height: 100%;
        min-height: 350px;
    }

    .involved-card-icon {
      width: 42px;
      height: 42px;
      object-fit: contain;
      display: block;
      margin-bottom: 12px;
    }

    .involved-card-title {
      font-size: 24px;
      line-height: 30px;
      color: var(--devex-text);
      margin-bottom: 12px;
      font-weight: 700;
      font-family: "Urbanist", sans-serif;
    }

    .involved-card-body {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.15px;
      color: var(--devex-text);
      margin-bottom: 12px;
    }

    .involved-card-link {
      font-family: Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.15px;
      color: var(--devex-link);
      text-decoration: none;
      transition: color 0.2s ease, text-decoration-color 0.2s ease;
    }
    .involved-card-link:hover { text-decoration: underline; color: #254e80; }

    /* ══════════════════════════════════════
       RESPONSIVE OVERRIDES
    ══════════════════════════════════════ */

    /* Large tablets / small desktops */
    @media (max-width: 1199px) {
      .hero-section        { padding: 0 60px; }
      .testimonials-section{ padding: 80px 80px; }
      .story-section       { padding: 80px 60px; }
      .involved-section    { padding: 80px 60px; }
    }

    /* Tablets */
    @media (max-width: 991px) {
      .hero-section { padding: 0; }

      .hero-inner {
        height: auto;
        display: flex;
        flex-direction: column;
      }
      .hero-photo {
        position: relative;
        top: 0;
        right: auto;
        width: 100%;
        height: 260px;
      }

      .involved-card {
          min-height: auto;
          margin-bottom: 20px;
      }
      .hero-photo img {
        height: 100%;
        margin-top: 0;
        object-position: center 20%;
      }
      .hero-gradient { display: none; }
      .hero-content {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        padding: 32px 30px 40px;
      }
      .hero-quote { font-size: 18px; line-height: 26px; }

      .testimonials-section { padding: 60px 30px; }
      .testimonial-img      { width: 200px; height: 200px; }

      .story-section  { padding: 60px 30px; }
      .story-img      { height: 360px; }

      .involved-section { padding: 60px 30px; }
      .institutions-section,
      .who-section { padding: 60px 20px; }
    }

    /* Mobile */
    @media (max-width: 767px) {
      .testimonial-img      { width: 272px !important;
        height: 272px !important;
        margin: 0 auto; }
      .section-title-md     { font-size: 24px; }
      .section-title-lg     { font-size: 28px; }
      .section-subheading   { font-size: 18px; }
      .story-title          { font-size: 28px; }
      .btn-cta              { font-size: 22px; }
      .hero-content         { padding: 28px 20px 36px; }

      /* 2 logos per row on mobile */
      .logo-row {
        gap: 42px 16px !important;
        justify-content: center;
      }
      .logo-row img {
        width: calc(50% - 8px) !important;
        height: auto !important;
        max-height: 72px;
      }
    }


    .footer-link {
        font-family: Helvetica, sans-serif;
        font-size: 30px;
        margin: 11px 20px 7px 0;
        font-size: 20px;
    }