      :root {
        --brand-red: #e21b1b;
        --text-black: #000000;
        --light: #fff;
        --border-radius: 20px;
        --primary: #e21b1b;
      }

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family: "Epilogue-Regular", sans-serif;
        line-height: 1.6;
        color: #222;
        background: #f5f5f5;
      }

      /* =========================
   Container
========================= */
      .container {
        width: 90%;
        max-width: 1300px;
        margin: auto;
      }

      /* =========================
   Hero Section
========================= */

      .hero-content {
        position: relative;
      }

      .hero h1 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
      }

      .hero p {
        max-width: 500px;
        font-size: 0.95rem;
      }

      /* =========================
   About Section
========================= */
      .section {
        padding: 3rem 0;
      }

      .about-grid {
        display: grid;
        gap: 2rem;
      }

      .about-grid img {
        width: 100%;
        border-radius: var(--border-radius);
      }

      .about-text h2 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
      }

      .about-text span {
        color: var(--primary);
      }

      .about-text p {
        margin-bottom: 1rem;
        color: var(--gray);
      }

      /* =========================
   Verticals
========================= */
      .verticals-grid {
        display: grid;
        gap: 1rem;
      }

      .card {
        background: #f5f5f5;
        padding: 1rem;
        border-radius: var(--border-radius);
        border: 1px solid #eee;
        text-align: center;
        font-size: 0.9rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        font-weight: bold;
        -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
      }

      .verticals-grid .card img {
        height: 50px;
      }

      /* =========================
   Certificates
========================= */
      .cert-grid {
        display: grid;
        gap: 1.5rem;
      }

      .cert-card img {
        width: 100%;
        border-radius: var(--border-radius);
      }

      /* =========================
   Mission & Vision
========================= */
      .mv-grid {
        display: grid;
        gap: 1.5rem;
      }

      .mission,
      .vision {
        padding: 2rem;
        border-radius: var(--border-radius);
      }

      .mission {
        background: #111;
        color: #fff;
      }

      .vision {
        background: #e9eff7;
      }

      .mission ul,
      .vision ul {
        margin-top: 1rem;
        padding-left: 1rem;
      }

      .mission li,
      .vision li {
        margin-bottom: 0.5rem;
      }

      /* =========================
   Responsive Breakpoints
========================= */
      @media (min-width: 768px) {
        .hero h1 {
          font-size: 2.5rem;
        }

        .about-grid {
          grid-template-columns: 1fr 1fr;
          align-items: center;
        }

        .verticals-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        .cert-grid {
          grid-template-columns: repeat(3, 1fr);
        }

        .mv-grid {
          grid-template-columns: 1.5fr 1fr;
        }

        .footer-grid {
          grid-template-columns: repeat(4, 1fr);
        }
      }

      @media (min-width: 1024px) {
        .verticals-grid {
          grid-template-columns: repeat(4, 1fr);
        }
      }

      /*CSR*/
      /* ================= SECTION BASE ================= */
      .section {
        padding: 3rem 0;
      }

      .section-light {
        background: #f5f5f5;
      }

      .section-header {
        margin-bottom: 1.5rem;
      }

      .section-title {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
      }

      /* ================= VALUES ================= */
      .values-content p {
        color: #555;
        margin-bottom: 1rem;
        font-size: 0.95rem;
        line-height: 1.7;
      }

      .text-highlight {
        color: #e21d2f;
        font-weight: 500;
      }

      /* ================= FOUNDER TEXT ================= */
      .founder-content {
        margin-bottom: 2rem;
      }

      .founder-content p {
        color: #555;
        margin-bottom: 1rem;
        font-size: 0.95rem;
        line-height: 1.7;
      }

      /* ================= BUSINESS GRID ================= */
      .business-grid {
        display: grid;
        gap: 1.5rem;
      }

      /* ================= BUSINESS CARD ================= */
      .business-card {
        padding: 1rem 1.5rem;
        border-radius: 18px;
        border: 1px solid #eaeaea;
        transition: all 0.3s ease;
      }

      .business-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15) !important;
      }

      .business-card h3 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
      }

      .business-card p {
        font-size: 0.85rem;
        color: #666;
      }

      /* Icon Box */
      .icon-box {
        width: 44px;
        height: 44px;
        background: #222;
        color: #fff;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        font-weight: 600;
      }

      /* ================= RESPONSIVE ================= */

      /* Tablet */
      @media (min-width: 768px) {
        .section-title {
          font-size: 2.2rem;
        }

        .business-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      /* Desktop */
      @media (min-width: 1024px) {
        .business-grid {
          grid-template-columns: repeat(5, 1fr);
        }
      }
      /* ================= SECTION BASE ================= */
      .mv-section {
        padding: 3rem 0;
      }

      .mv-grid {
        display: grid;
        gap: 1.5rem;
      }

      /* ================= CARD BASE ================= */
      .mv-card {
        position: relative;
        padding: 3rem 2rem;
        border-radius: 24px;
        overflow: hidden;
      }

      .mv-card h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
      }

      .mv-subtext {
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
      }

      /* ================= ICON ================= */
      .mv-icon {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
      }

      .dark-icon {
        background: #111;
        color: #fff;
      }

      /* ================= MISSION CARD ================= */
      .mission-card {
        background: linear-gradient(135deg, #1a1a1a, #000000);
        color: #fff;
      }

      .mv-list {
        list-style: none;
        margin-bottom: 2rem;
      }

      .mv-list li {
        position: relative;
        padding-left: 2rem;
        margin-bottom: 0.8rem;
        font-size: 0.9rem;
      }

      /* Custom checkbox */
      .mv-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
      }

      /* ================= VISION CARD ================= */
      .vision-card {
        background: #a9bcd6;
        color: #111;
      }

      .vision-text {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 2rem;
      }

      /* ================= BUTTONS ================= */
      .mv-btn {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        border-radius: 999px;
        font-size: 0.85rem;
        text-decoration: none;
        transition: all 0.3s ease;
      }

      .light-btn {
        background: #fff;
        color: #111;
      }

      .light-btn:hover {
        background: #f2f2f2;
      }

      .dark-btn {
        background: #111;
        color: #fff;
      }

      .dark-btn:hover {
        background: #000;
      }

      /* ================= RESPONSIVE ================= */

      /* Tablet */
      @media (min-width: 768px) {
        .mv-card h2 {
          font-size: 2rem;
        }
      }

      /* Desktop Split Layout */
      @media (min-width: 1024px) {
        .mv-grid {
          grid-template-columns: 2fr 1fr;
        }
      }

      /* ================= TESTIMONIAL ================= */
.founders-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

.founder-card {
  background: #cfdde0;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  max-width: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Text */
.founder-text {
  font-style: italic;
  color: #2b3a4a;
  line-height: 1.8;
  margin-top: 1.5rem;
  font-size: 1rem;
}

/* User */
.founder-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}

.founder-content {
  flex: 1 1 auto;
}

.founder-title img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: none;
}

.founder-title h4 {
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
}

.role {
  color: #0b7c8c;
  font-size: 1rem;
  display: block;
}

.portfolio {
  font-size: 0.85rem;
  color: #555;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (min-width: 768px) {
  .founders-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .founder-card {
    padding: 2.5rem;
  }

  .founder-text {
    font-size: 1.1rem;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .founder-card {
    padding: 3rem;
  }
}