  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: "Proxima Nova", sans-serif;
      margin: 0;
    }
    

      /* Proxima Nova Font Faces */
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Thin.otf") format("opentype");
      font-weight: 100;
      font-style: normal;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Thin Italic.otf") format("opentype");
      font-weight: 100;
      font-style: italic;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Light.otf") format("opentype");
      font-weight: 300;
      font-style: normal;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Light Italic.otf") format("opentype");
      font-weight: 300;
      font-style: italic;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Regular.otf") format("opentype");
      font-weight: 400;
      font-style: normal;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Regular Italic.otf") format("opentype");
      font-weight: 400;
      font-style: italic;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Semibold.otf") format("opentype");
      font-weight: 600;
      font-style: normal;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Semibold Italic.otf") format("opentype");
      font-weight: 600;
      font-style: italic;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Bold.otf") format("opentype");
      font-weight: 700;
      font-style: normal;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Bold Italic.otf") format("opentype");
      font-weight: 700;
      font-style: italic;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Extrabold.otf") format("opentype");
      font-weight: 800;
      font-style: normal;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Extrabold Italic.otf") format("opentype");
      font-weight: 800;
      font-style: italic;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Black.otf") format("opentype");
      font-weight: 900;
      font-style: normal;
    }
    @font-face {
      font-family: "Proxima Nova";
      src: url("fonts/proxima-nova/Mark Simonson  Proxima Nova Black Italic.otf") format("opentype");
      font-weight: 900;
      font-style: italic;
    }




  .video-hero {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
  }

  .video-hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/*
  .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
  }
*/
  .video-content {
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 760px;
    color: #ffffff;
    z-index: 2;
    font-weight: 300;
  }

  .video-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 18px;
    font-family: "Proxima Nova", sans-serif;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 18px;
  }

  .video-content h1 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .text-danger {
    color: #ff5a5f;
  }

  .text-primary {
    color: #7aa2ff;
  }

  .video-content p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
  }

  .video-btn {
    display: inline-block;
    padding: 14px 26px;
    font-size: 15px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    border-radius: 8px;
    background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );
  }

    /* Trust Points */
  .trust-points {
    display: flex;
    gap: 28px;
    font-family: "Proxima Nova", sans-serif;
    margin-top: 28px;
    font-size: 18px;
    color: white;

  }

  .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .trust-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff8c1a;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  
  .why-matters-elite {
    padding: 0px 80px;
    background: #fff;
    font-family: "Proxima Nova", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 55px;
    /* color: #000; */
  }

  .elite-header {
    text-align: center;
    /* max-width: 760px; */
    margin: 0 auto 50px;
    margin-top: 50px;
  }

  .elite-header h2 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 55px;
/*
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.6px;
    margin-bottom: 14px;
  */}

.elite-header h2 span {
  background: linear-gradient(
    135deg,
    #27348B 0%,
    #DD192B 55%,
    #F39200 100%
  );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  display: inline-block;
}


  .elite-header p {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    font-family: "proxima-nova", sans-serif;
  }




  /* === ENTRY ANIMATION === */
.animate-in {
  opacity: 0;
  transform: translateX(120px);
  animation: slideInRight 1s ease-out forwards;
}

/* Optional stagger for paragraph */
.animate-in p {
  opacity: 0;
  transform: translateX(60px);
  animation: fadeText 0.9s ease-out forwards;
  animation-delay: 0.25s;
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeText {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
 


  /* === ENTRY ANIMATION OUT=== */


.animate-out {
  opacity: 0;
  transform: translateX(-120px);
  animation: slideInRight 1s ease-out forwards;
}

/* Optional stagger for paragraph */
.animate-in p {
  opacity: 0;
  transform: translateX(60px);
  animation: fadeText 0.9s ease-out forwards;
  animation-delay: 0.25s;
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeText {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



  /* === ENTRY ANIMATION UP=== */
.animate-up {
  opacity: 0;
  transform: translateY(120px);
  animation: slideInRight 1s ease-out forwards;
}

/* Optional stagger for paragraph */
.animate-in p {
  opacity: 0;
  transform: translateY(60px);
  animation: fadeText 0.9s ease-out forwards;
  animation-delay: 0.25s;
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



 /* === ENTRY ANIMATION DOWN=== */
.animate-up {
  opacity: 0;
  transform: translateY(-120px);
  animation: slideInRight 1s ease-out forwards;
}

/* Optional stagger for paragraph */
.animate-in p {
  opacity: 0;
  transform: translateY(-60px);
  animation: fadeText 0.9s ease-out forwards;
  animation-delay: 0.25s;
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ===========================
   SLIDE + ZOOM ANIMATION
=========================== */

.animate-zoom-slide {
  opacity: 0;
  transform: translateX(120px) scale(0.92);
  animation: zoomSlideIn 1.1s cubic-bezier(.22,.61,.36,1) forwards;
}

/* Paragraph stagger */
.animate-zoom-slide p {
  opacity: 0;
  transform: translateX(60px) scale(0.96);
  animation: zoomFadeText 0.9s ease-out forwards;
  animation-delay: 0.35s;
}

/* Keyframes */
@keyframes zoomSlideIn {
  0% {
    opacity: 0;
    transform: translateX(120px) scale(0.92);
  }
  60% {
    opacity: 1;
    transform: translateX(-6px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes zoomFadeText {
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}




    .brand-flip-section {
      /* padding: 80px; */
      margin-top: -50px;
      background: transparent;
      text-align: center;
      font-family: "Proxima Nova", sans-serif;
    }

    .brand-flip-wrapper {
      display: flex;
      justify-content: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .brand-flip-card {
      position: relative;
      width: 380px;
      height: 230px;
      perspective: 1000px;
    }

    .brand-flip-front,
    .brand-flip-back {
      position: absolute;
      inset: 0;
      border-radius: 20px;
      backface-visibility: hidden;
      transition:
        transform 2s cubic-bezier(.175,.885,.32,1.275),
        opacity 0.6s cubic-bezier(.175,.885,.32,1.275);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 26px;
      color: #ffffff;
    }

    .brand-flip-front {
      background-size: cover;
      background-position: center;
      transform: rotateY(0deg);
      overflow: hidden;
    }

    .brand-flip-front h3 {
      font-size: 28px;
      font-weight: 600;
      z-index: 3;
      text-shadow: 2px 2px 10px rgba(0,0,0,0.45);
      font-family: "Proxima Nova", sans-serif;

    }

    .brand-flip-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 60%,
    rgba(0, 0, 0, 0.95) 100%
  );
  z-index: 1;
}


    .brand-flip-back {
      transform: rotateY(-180deg);
      opacity: 0;
      background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );
      text-align: left;
    }

    .brand-flip-back p {
      font-size: 15px;
      font-family: "Proxima Nova", sans-serif;
      line-height: 1.7;
      max-width: 100%;
      font-weight: 500;
      padding-left: 20px;
    }

    .brand-flip-card:hover .brand-flip-front {
      transform: rotateY(180deg);
    }

    .brand-flip-card:hover .brand-flip-back {
      transform: rotateY(0deg);
      opacity: 1;
    }

    .brand-flip-card:hover {
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.25),
    0 8px 20px rgba(0, 0, 0, 0.18);
  transform: translateY(0px);
  border-radius: 20px;
}


      /* ICON */
  .elite-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 18px;
    transition: transform 0.35s ease;
  }

    .elite-card:hover .elite-icon {
    transform: translateY(-4px) scale(1.05);
  }

  /* ICON COLORS */
  .orange { background: linear-gradient(135deg, #fb923c, #f97316); }
  .yellow { background: linear-gradient(135deg, #facc15, #eab308); }
  .green  { background: linear-gradient(135deg, #22c55e, #16a34a); }
  .teal   { background: linear-gradient(135deg, #2dd4bf, #14b8a6); }
  .purple { background: linear-gradient(135deg, #a78bfa, #8b5cf6); }
  .white  { background: white;  }


       /* FOOTER CALLOUT */
  .elite-footer {
    font-family: "Proxima Nova", sans-serif;
    max-width: 920px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 28px 34px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #e5e7eb;
    text-align: center;
    font-size: 15px;
  }

  .elite-footer span {
    color: #f08300;
    font-weight: 600;

  }


  
    .audit-header-white {
      margin-top: -30px;
      font-family: "Proxima Nova", sans-serif;      
      background: transparent;
    }

    .audit-header-inner {
      /* max-width: 900px; */
      margin: 0 auto;
      text-align: center;
    }

    .audit-header-inner h2 {
      padding-top: 50px;
      font-family: "Proxima Nova", sans-serif;      
      font-size: 80px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: -0.6px;
      margin-bottom: 14px;
      line-height: 1.2;
    }

    .gradient-text {
     /*     background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );*/
      /* background: #2B3898; */
        background: linear-gradient(
    135deg,
    #27348B 0%,
    #DD192B 55%,
    #F39200 100%
  );
  font-size: 90px;
  font-weight: 900;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .audit-header-inner p {
      font-size: 17px;
      font-family: "Proxima Nova", sans-serif;
      color: #475569;
      line-height: 1.6;
    }

    .audit-header-inner p span {
      color: #2B3898;
      font-weight: 500;
    }

    #five-points{
      color: #000;
      font-size: 17px;
      text-align: center;
      text-transform: capitalize;
      font-weight: bold;
    }


    
    .gsap-feature-section {
      padding: 50px 0;
      background: #ffffff;
    }

    .gsap-cards {
      position: relative;
      height: 420px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .gsap-card {
      position: absolute;
      width: 80%;
      max-width: 1100px;
      height: 320px;
      top: 0;
     background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );
      
      border-radius: 36px;
      box-shadow: 0 25px 60px rgba(0,0,0,0.18);
      padding: 50px 60px;
      display: flex;
      align-items: center;
    }

    .feature-card {
      display: grid;
      grid-template-columns: 260px 1fr;
      align-items: center;
      width: 100%;
      height: 100%;
    }

    .feature-left img {
      width: 180px;
      height: 180px;
      object-fit: contain;
    }

    .feature-right {
      color: #ffffff;
    }

    .feature-right h3 {
      font-size: 3.5rem;
      font-family: "Proxima Nova", sans-serif;
      font-weight: 700;
      margin-bottom: 0px;
    }

    .feature-right h5 {
      font-family: "Proxima Nova", sans-serif;
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      opacity: 0.85;
      margin-bottom: 16px;
    }

    .feature-right p {
      font-family: "Proxima Nova", sans-serif;
      font-size: 1rem;
      line-height: 1.6;
      max-width: 520px;
    }

    .card1 { z-index: 2; }
    .card2 { z-index: 3; top: 24px; }
    .card3 { z-index: 4; top: 48px; }
    .card4 { z-index: 5; top: 72px; }


    
    .receive-section {
      padding: 100px 24px;
      background: #ffffff;
      font-family: "Proxima Nova", sans-serif;
    }

    .receive-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .receive-header h2 {
      font-size: 90px;
      font-weight: 600;
      margin-top: -50px;
      color: #0f172a;
      letter-spacing: -0.6px;
      text-transform: uppercase;
    }

    .receive-header h2 span {
      font-family: "Proxima Nova", sans-serif;
      /* background: #2B3898; */
          background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );
      font-weight: 800;
      /*background: linear-gradient(90deg, #4f46e5, #9333ea);*/
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .receive-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
    }

    .receive-card {
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 28px 30px;
      background: #ffffff;
      transition: all 0.25s ease;
    }

    .receive-card:hover {
      box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
      transform: translateY(-3px);
    }

    .icon-box {
      width: 44px;
      height: 44px;
      border-radius: 10px;
            background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      margin-bottom: 18px;
    }

    .receive-card h4 {
      font-size: 17px;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 6px;
    }

    .receive-card p {
      font-size: 14px;
      color: #64748b;
      line-height: 1.6;
    }



    
    /* ===============================
       MIDAS AUDIT SECTION (SCOPED)
    =============================== */

    .midas-audit-section {
      font-family: "Proxima Nova", sans-serif;
      background: #ffffff;
      color: #1f2937;
      padding: 80px 20px;
    }

    .midas-audit-container {
      max-width: 1400px;
      margin: 0 auto;
    }

    /* -------- Split Section -------- */

    .midas-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      margin-bottom: 120px;
    }

    .midas-split-left {
      position: sticky;
      top: 100px;
    }

    .midas-title {
      font-family: "Proxima Nova", sans-serif;
      font-size: 56px;
      font-weight: 800;
      line-height: 1.1;
      margin-bottom: 20px;
    }


    .midas-title span {
      background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );
        -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  display: inline-block;
      
      /* color: #08ff14; */
    }

    .midas-subtitle {
      font-size: 20px;
      color: #2B3898;
    }

    .midas-checklist {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .midas-check {
      display: flex;
      gap: 16px;
      padding: 24px;
      border-left: 3px solid #2B3898;
      background: #f9fafb;
      border-radius: 10px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }

    .midas-check:hover {
      background: #f3f4f6;
      transform: translateX(8px);
      box-shadow: 0 8px 24px rgba(124,58,237,0.15);
    }

    .midas-check-icon {
      width: 28px;
      height: 28px;
      background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      flex-shrink: 0;
    }

    .midas-check-text {
      font-size: 18px;
      line-height: 1.6;
      color: #374151;
    }

    /* -------- Bento Section -------- */

    .midas-bento-header {
      text-align: center;
      margin-bottom: 60px;
      padding-top: 50px;
    }

    .midas-bento-title {
      font-family: "Proxima Nova", sans-serif;
      font-size: 48px;
      font-weight: 800;
      color: #111827;
    }

    .midas-bento-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 200px);
      gap: 20px;
    }

    .midas-bento-item {
      background: #ffffff;
      border-radius: 20px;
      padding: 32px;
      border: 2px solid #e5e7eb;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: all 0.35s ease;
    }

    .midas-bento-item::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle, rgba(124,58,237,0.08), transparent);
      opacity: 0;
      transition: opacity 0.35s ease;
    }

    .midas-bento-item:hover {
      transform: scale(1.05);
      border-color: #27348b;
      
      box-shadow: 0 20px 60px rgba(221, 25, 43, 0.2) ;
    }

    .midas-bento-item:hover::before {
      opacity: 1;
    }

    .midas-bento-item:first-child {
      grid-column: 1 / 3;
    }

    .midas-bento-item:nth-child(4) {
      grid-column: 2 / 4;
    }

    .midas-bento-label {
      font-size: 20px;
      font-weight: 700;
      color: #27348b;
      margin-bottom: 10px;
    }

    .midas-bento-text {
      font-size: 16px;
      color: #4b5563;
      line-height: 1.6;
    }

    .midas-bento-wide {
      grid-column: 1 / 4;
      
      background: linear-gradient(
        135deg,
        #27348b 0%,
        rgb(221, 25, 43) 55%,
        #F39200 100%
      );
      /* background: linear-gradient(135deg, #000, #6366f1); */
      color: #fff;
      padding: 48px;
    }

    .midas-bento-wide h4 {
      font-size: 28px;
      text-transform: capitalize;
      margin-bottom: 12px;
    }

    .midas-bento-wide p {
      font-size: 18px;
      line-height: 1.7;
      opacity: 0.95;
    }


    
    .our-services {
      padding: 80px 5%;
      max-width: 2560px;
      margin: auto;
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
      gap: 60px;
      align-items: center;
      font-family: Arial, sans-serif;
    }

    /* TITLE */
    .services-title {
      position: relative;
      font-size: 15vw;
      line-height: 12vw;
      font-weight: 800;
      text-transform: uppercase;
      cursor: pointer;
      white-space: nowrap;
    }

    .title-fill {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, #ff7a18, #ffb347);
      -webkit-background-clip: text;
      color: transparent;
      transition: opacity 0.3s ease;
    }

    .title-outline {
      opacity: 0;
      -webkit-text-stroke: 2px #000;
      color: transparent;
      transition: opacity 0.5s ease;
    }

    .services-title:hover .title-fill {
      opacity: 0;
    }

    .services-title:hover .title-outline {
      opacity: 1;
    }

    /* SLIDER */
    .services-slider {
      display: flex;
      gap: 30px;
      padding: 40px 0;

      
    }

    /* CARD */
    .services-slider {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 60px 0;
  padding-left: 190px;
  width: 100%;
  /* align-items: center;
  align-content: space-around; */
  max-width: 1600px;
  /* margin: 0px; */
      /* justify-content: space-evenly;
    justify-items: center; */
}


    .service-card {
      width: 280px;
      height: 231px;
      perspective: 1600px;
      flex-shrink: 0;
      
    }

    .card-inner {
      width: 100%;
      height: 100%;
      position: relative;
      transform-style: preserve-3d;
      transition: transform 0.7s ease;
    }

    .service-card:hover .card-inner {
      transform: rotateY(180deg);
    }

    .card-front,
    .card-back {
      position: absolute;
      inset: 0;
      border-radius: 24px;
      backface-visibility: hidden;
    }

    .card-back p{
      font-size: 20px;
      line-height: normal;
      text-align: justify;
      font-family: 'Proxima Nova', sans-serif;
    }

    .card-front {
      background: #ffffff00;
      border: 1px solid #ccc;
      padding: 30px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
      position: relative;
    }

    .card-front::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      height: 14px;
      width: 100%;
            background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );
      /* background: linear-gradient(90deg, orange, purple); */
    }

    .icon {
      font-size: 60px;
      position: relative;
    }

    .icon img {
      position: absolute;
      left: 50%;
      bottom: -18px;
      transform: translateX(-50%);
      opacity: 0.4;
      width: 80px;
    }

    .card-front h3 {
      text-align: center;
      font-size: 1.3rem;
      margin: 0;
      line-height: normal;
      padding-bottom: 20px;
    
   }
/*
    .card-front h3 :hover{
      text-align: center;
      font-size: 1.3rem;
      margin: 0;
      line-height: normal;
      padding-bottom: 20px;
      background:linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );;
    } */

    .main-text {
      font-weight: 700;
      text-transform: capitalize;
    }

    .sub-text {
      font-weight: 700;
      color: orange;
    }

    .card-back {
        background: linear-gradient(
        135deg,
        #27348B 0%,
        #DD192B 55%,
        #F39200 100%
      );
      /* background: linear-gradient(90deg, orange, purple); */
      color: #fff;
      transform: rotateY(180deg);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px;
    }

    .card-back ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .card-back li {
      display: flex;
      gap: 10px;
      margin-bottom: 10px;
    }

    .card-back li::before {
      content: "";
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      margin-top: 8px;
    }

    /* CTA */
    .view-all-btn {
      padding: 14px 40px;
      border-radius: 999px;
      background: linear-gradient(90deg, orange, purple);
      color: #fff;
      text-decoration: none;
      font-weight: 600;
    }


    



    

/* ================================
   AUDIT SECTION
================================ */

.audit-section {
  padding: 100px 20px;
  background: #ffffff;
}

.audit-container {
max-width: 85%;  
margin: 0 auto;
}

/* ================================
   HEADER
================================ */

.audit-header {
  text-align: center;
  margin-bottom: 60px;
}

.audit-heading {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #111;
}

.audit-subheading {
  font-size: 18px;
  color: #555;
}

/* ================================
   GRID
================================ */

.audit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

/* ================================
   CARD
================================ */

.audit-card {
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.205);
  transition: box-shadow 0.3s ease;
}

.audit-card:hover {
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* ================================
   CARD FRONT LAYOUT
================================ */

.audit-card-front {
  height: 100%;
  padding: 36px 26px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* ================================
   ICON (ALWAYS VISIBLE)
================================ */





.audit-icon {
  position: relative;
  z-index: 5;
}

.audit-icon svg {
  width: 60px;
  height: 60px;
  /* fill: #27348B; */
  transition: fill 0.35s ease;
}


.audit-icon img {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -11px;
  transform: translateX(-50%);
  width: 60px;
  opacity: 0.35;
  pointer-events: none;
  margin-bottom: 30px;
}

/* ================================
   TEXT STRIP (BOTTOM)
================================ */

.audit-text-wrap {
   margin-top: auto;
   margin-left: -26px;
  margin-right: -26px; 
  padding: 20px 26px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
}

/* ================================
   SLIDING GRADIENT
================================ */

.audit-text-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #27348B 0%,
    #DD192B 55%,
    #F39200 100%
  );
  margin-top: 25px;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(.22,1,.36,1);
  z-index: 1;
}

/* ================================
   TITLE
================================ */

.audit-title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.35;
  color: #111;
  padding-bottom: 20px;
  transform: translateY(12px);
  transition: 
    color 0.35s ease,
    transform 0.45s cubic-bezier(.22,1,.36,1);
}

/* ================================
   HOVER ANIMATION
================================ */

.audit-card:hover .audit-text-wrap::before {
  transform: translateX(0);
}

.audit-card:hover .audit-title {
  color: #ffffff;
  transform: translateY(12px);
}

.audit-card:hover .audit-icon svg {
  fill: #27348B;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .audit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .audit-grid {
    grid-template-columns: 1fr;
  }

  .audit-heading {
    font-size: 34px;
  }
}
















    /* ===============================
       WHY MIDAS – SECTION STYLES
    =============================== */

    .why-midas-section {
      position: relative;
      padding: 50px 20px;
      text-align: center;
      background:
        radial-gradient(900px 500px at 50% 20%, rgba(43,56,152,0.12), transparent 70%),
        radial-gradient(700px 400px at 20% 45%, rgba(245,120,21,0.15), transparent 70%),
        radial-gradient(700px 400px at 80% 45%, rgba(217,26,51,0.12), transparent 70%);
      overflow: hidden;
      font-family: "Proxima Nova", system-ui, sans-serif;
    }

    .why-midas-container {
      max-width: 1100px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    /* ===============================
       HEADING
    =============================== */

    .why-midas-title {
      font-size: 72px;
      font-weight: 300;
      color: #777;
      margin-bottom: 30px;
      letter-spacing: -1px;
    }

    .why-midas-title strong {
      font-weight: 800;
      color: #2b3898;
    }

    .why-midas-title .online {
      font-size: 22px;
      font-weight: 700;
      color: #e63946;
      vertical-align: super;
      margin-left: 4px;
    }

    .why-midas-subtitle {
      font-size: 20px;
      line-height: 1.4;
      color: #4b5563;
      max-width: 900px;
      margin: 0 auto 80px;
    }

    /* ===============================
       IMAGE CARD
    =============================== */

    .why-midas-image {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto 80px;
      border-radius: 28px;
      overflow: hidden;
      background: #fff;
      box-shadow:
        0 40px 80px rgba(0,0,0,0.08),
        0 10px 30px rgba(0,0,0,0.05);
    }

    .why-midas-image img {
      width: 100%;
      display: block;
      object-fit: cover;
    }

    /* ===============================
       BOTTOM TEXT
    =============================== */

    .why-midas-text {
      font-size: 20px;
      line-height: 1.45;
      color: #4b5563;
      max-width: 900px;
      margin: 0 auto 50px;
    }

    /* ===============================
       CTA BUTTON
    =============================== */

    .why-midas-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0px 50px;
      border-radius: 50px;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #2b3898;
      background: #fff;
      border: 2px solid transparent;
      background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(135deg, #27348b, #dd192b, #f39200);
      background-origin: border-box;
      background-clip: padding-box, border-box;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .why-midas-cta:hover {
      color: #fff;
      background-image:
        linear-gradient(135deg, #27348b, #dd192b, #f39200),
        linear-gradient(135deg, #27348b, #dd192b, #f39200);
      box-shadow: 0 18px 40px rgba(43,56,152,0.25);
    }

    /* ===============================
       RESPONSIVE
    =============================== */

    @media (max-width: 900px) {
      .why-midas-title {
        font-size: 52px;
      }

      .why-midas-subtitle,
      .why-midas-text {
        font-size: 22px;
      }
    }

    @media (max-width: 600px) {
      .why-midas-section {
        padding: 100px 20px;
      }

      .why-midas-title {
        font-size: 42px;
      }

      .why-midas-subtitle,
      .why-midas-text {
        font-size: 18px;
      }
    }