@keyframes slideX {

  0%,
  100% {
    transform: translateX(0);

  }

  50% {
    transform: translateX(10px);
    /* Adjust distance as needed */

  }
}

.arrow-icon svg,
.arrow-icon img {
  animation: slideX 2s ease-in-out infinite;
}

@keyframes slideY {

  0%,
  100% {
    transform: translateY(0);

  }

  50% {
    transform: translateY(10px);
    /* Adjust distance as needed */

  }
}

.arrow-icon-mbl svg,
.arrow-icon-mbl img {
  animation: slideY 2s ease-in-out infinite;
  width: 30px !important;
  height: auto;
}
.header-comparison{
  background: url(/images/comparision/comparison-hero.png) no-repeat;
  background-size: cover;
  min-height: 600px;
}
.hero-header {
  padding-top: 20px !important;
}

.hero-bg {

  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-industry-phrase {
  background-image: url();
}

.comparison-card {
  width: 300px;
  height: 300px;
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.comparison-card.left {
  background: #fff;
  border: 1px solid #ddd;
}

.comparison-card.right {
  background: linear-gradient(135deg, #002893, #001021);
  color: white;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.top-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
}


.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.owl-nav button {
  background: none;
  border: none;
  padding: 0;
}

.owl-nav button img {
  width: 50px;
  height: 50px;
  fill: #333;
  transition: fill 0.3s ease;
}

.owl-nav button:hover svg {
  fill: #007bff;
}

.owl-dots {
  display: none !important;
}

.testimonial-bg {
  background-image: url('/images/bg-patter.png');
  background-position: center;
  background-size: 105% 100%;
  background-repeat: no-repeat;
}


/* Animation keyframes */
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-on-scroll img {
  opacity: 0;
  transform: scale(0.8);
}

.animate .kotak-logo {
  z-index: 3;
  animation: fadeInScale 0.6s ease-out forwards;
  animation-delay: 0s;
}

.animate .ellipse2 {
  z-index: 2;
  animation: fadeInScale 0.6s ease-out forwards;
  animation-delay: 0.6s;
}

.animate .ellipse1 {
  z-index: 1;
  animation: fadeInScale 0.6s ease-out forwards;
  animation-delay: 1.2s;
}

th,
td {
  border-bottom: 1px solid #ffffff40;
}



th:nth-child(3),
td:nth-child(3) {
  border-left: 1px solid #253B8D40;
  border-right: 1px solid #253B8D40;
  border-bottom: 1px solid #253B8D40;

}

tr:first-child th:first-child {
  background-color: #8358f1;
  color: #fff;
}

tr:first-child th:nth-child(3) {
  background-color: #d9c3e6;
  color: #7c2da8;
}


tbody tr:last-child td {
  border-bottom: none;
}

tbody tr:last-child td:nth-child(3) {
  border-bottom: 1px solid #253B8D40;
  /* Reapply if needed */
}

/* Column background gradients */
col.col-need {
  background: #6d3bef;
}

col.col-signdesk {
  background: transparent linear-gradient(158deg, #E90A8A 0%, #67308F 100%) 0% 0% no-repeat padding-box;
}

col.col-zoho {
  background: #eaddf1;
}

/* Table Cells */
th,
td {
  padding: 16px 30px;
  color: white;
  vertical-align: top;
  border-radius: 0;
  /* reset default */
  width: 30%;
}

/* Header Colors */
th.col-zoho,
td.col-zoho {
  color: #000;
}

/* Rounded corners for column groups */
/* First row - top rounded corners */
th:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

th:nth-child(2) {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

th:last-child {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

/* Last row - bottom rounded corners */
tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;

}

tbody tr:last-child td:nth-child(2) {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;

}

tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;

}

.text-maroon {
  color: #932F59;
}

/* .bg-choose-sd{
    background-image: url('/images/bg-patter-2.png');
    background-position: center;
    background-color: #F7F7F7;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
  } */

.bg-choose-sd {
  position: relative;
  background-color: #F7F7F7;
  z-index: 1;
}

.bg-choose-sd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/images/bg-patter.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 0;
}

.bg-choose-sd>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .arrow-icon-mbl {
    width: 50px !important;
    justify-content: center;
    margin: 1rem auto;
    /* Optional: Center it */
  }

  .testimonial-bg {
    background-image: url('/images/bg-patter.png');
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
  }

  .arrow-icon-mbl img {
    width: 100%;
    /* Ensures the image fits the 50px container */
    height: auto;
  }

  .banner-h1 {
    font-size: 34px !important;
  }

  .hero-bg {
    height: auto !important;
  }
}

/* mobile comparison-card  */


.comparison-box {
  display: flex;
  position: relative;
 
}

.mbl-card {
  border-radius: 12px;
  padding: 20px;
  width: 250px;
  height: auto;
  min-height: 180px;
}
.text-purple {
  color: #6C3AEF;
}

/* Overlapping effect */
.sign-desk {
  background: linear-gradient(100deg,
      #E40078 0%,
      /* pink */
      #6C3AEF 50%,
      /* purple */
      #1A53BC 100%
      /* blue */
    ) !important;
  color: white;
  position: relative;
  z-index: 2;
  margin-right: -5px;
  /* Negative margin causes overlap */

}

.competitor-sign {
  background: #fff;
  color: #253B8D;
  position: relative;
  z-index: 1;
}
.competitor-sign h4{
  color: #253B8D !important;
}
.competitor-sign p{
  color: #000 !important;
}
.digitalStamp-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  min-height: 450px;
}

.digitalStamp-left h3,
.digitalStamp-right h3 {
  font-weight: bold;
  border-radius: 15px 15px 0px 0px;
  padding: 20px 0px;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.digitalStamp-left h3 {
  background: #FFFFFF 0% 0% no-repeat padding-box;

  box-shadow: 0px 3px 6px #00000029;
}

.success-topDigital {
  background-image: url(../images/bg-patter.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #fff;
  padding: 80px 0px;
}

#successTopIn {
  background-size: contain !important;
  background-position: top !important;
}

@keyframes digitalStamp-scrollLoop {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.digitalStamp-scrollWrapper {
  overflow: hidden;
  position: relative;
  height: 365px;
}

.digitalStamp-scrollInner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  animation: digitalStamp-scrollLoop 10s linear infinite;
}

.digitalStamp-userComment {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 20px 0px 20px;
}

.digitalStamp-userComment img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.digitalStamp-userComment span {
  font-size: 16px;
  font-weight: 600;
}

.digitalStamp-right {
  background: transparent linear-gradient(115deg, #1A53BC 0%, #071F84 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.digitalStamp-right ul {
  list-style: none;
  padding-left: 0;
  margin: 0px 0px;
}

.digitalStamp-right li {
  position: relative;
  padding: 10px 20px 0px 40px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
}

.digitalStamp-right li::before {
  content: "–";
  position: absolute;
  left: 26px;
}

.gradient-pink-purple {
  background: linear-gradient(158deg, #CE006C 0%, #5B00B3 30%, #12003B 100%);
  color: white;
}
.text-navy {
  color: #162456;
}

.cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 14px;
            background: transparent;
            border-radius: 999px;
            border: 1px solid #000;
            color: #000;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
        }

        /* Arrow */
        .cta::after {
            content: "";
            width: 16px;
            height: 16px;
            background: url("/images/partnership/arrow-icon.svg") no-repeat center;
            background-size: contain;
            transition: background 0.3s ease;
        }

        /* Hover effect */
        .cta:hover {
            background: linear-gradient(to right, #E40078, #4D00FF);
            color: #fff;
            border: unset;
        }

        /* Change arrow image on hover */
        .cta:hover::after {
            background: url("/images/partnership/arrow-hover.svg") no-repeat center;
            background-size: contain;
        }
  .migrate-section {
      background: linear-gradient(160deg, #F6F2FF 0%, #FFFFFF 40%, #F0EAFF 100%);
      padding: 60px 0;
    }

    .migrate-section .section-heading {
      font-size: 32px;
      font-weight: 800;
      color: #111;
      text-align: center;
      margin-bottom: 12px;
    }

    .migrate-section .section-subtext {
      font-size: 15.5px;
      color: #555;
      text-align: center;
      max-width: 80vw;
      margin: 0 auto 45px;
      line-height: 1.65;
    }

    /* --- Main grid: 2 columns left (4 short cards) + 1 tall card right --- */
    .migrate-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 24px;
    }

    .migrate-grid .tall-card-col {
      grid-column: 3 / 4;
      grid-row: 1 / 3;
    }

    /* --- Short card --- */
    .migrate-card {
      background: #ffffff;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 20px;
      padding: 28px 24px;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .migrate-card .card-icon {
      margin-bottom: 14px;
    }

    .migrate-card .card-title {
      font-size: 16px;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 12px;
      line-height: 1.4;
    }

    .migrate-card .card-divider {
      border: none;
      height: 2px;
      background: linear-gradient(90deg, #B49AFF 0%, #D4C4FF 100%);
      width: 80%;
      margin: 0 0 12px 0;
      opacity: 1;
    }

    .migrate-card .card-text {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
      margin-bottom: 0;
    }

    /* --- Tall card (spans 2 rows) --- */
    .migrate-card-tall {
      background: #ffffff;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 20px;
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .migrate-card-tall .card-img-wrapper {
      width: 100%;
      flex: 1;
      min-height: 200px;
      overflow: hidden;
    }

    .migrate-card-tall .card-img-wrapper img {
      object-fit: contain;
      display: block;
      margin-top: 0px !important;
    }

    .migrate-card-tall .card-body-content {
      padding: 22px 24px 28px;
    }

    .migrate-card-tall .card-icon {
      margin-bottom: 14px;
    }

    .migrate-card-tall .card-title {
      font-size: 16px;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 12px;
      line-height: 1.4;
    }

    .migrate-card-tall .card-divider {
      border: none;
      height: 2px;
      background: linear-gradient(90deg, #B49AFF 0%, #D4C4FF 100%);
      width: 80%;
      margin: 0 0 12px 0;
      opacity: 1;
    }

    .migrate-card-tall .card-text {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
      margin-bottom: 0;
    }

    /* --- Mobile: stack all cards --- */
    @media (max-width: 767px) {
      .migrate-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
      }

      .migrate-grid .tall-card-col {
        grid-column: 1;
        grid-row: auto;
      }

      .migrate-card-tall .card-img-wrapper {
        min-height: 180px;
        flex: unset;
        height: 200px;
      }

      .migrate-section .section-heading {
        font-size: 26px;
      }
    }

    /* --- Tablet: 2 cols + tall card below --- */
    @media (min-width: 768px) and (max-width: 991px) {
      .migrate-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
      }

      .migrate-grid .tall-card-col {
        grid-column: 1 / 3;
        grid-row: auto;
      }

      .migrate-card-tall {
        flex-direction: row;
        max-height: 280px;
      }

      .migrate-card-tall .card-img-wrapper {
        width: 40%;
        min-height: unset;
        flex: unset;
      }

      .migrate-card-tall .card-body-content {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    }

     /* Center (active) card */
    .comparison-carousel .owl-item.active-center .gradient-pink-purple {
      background: linear-gradient(158deg, #CE006C 0%, #5B00B3 30%, #12003B 100%) !important;
      color: white !important;
      transform: scale(1);
      opacity: 1;
      z-index: 2;
      border-radius: 25px;
      transition: all 0.3s ease;
      height: auto;
      display: flex;
      justify-content: center;
    }

    /* Side (inactive/partial) cards */
    .comparison-carousel .owl-item.side-card .gradient-pink-purple {
      background: #fff !important;
      box-shadow: 2px 3px 4px #00000029;
      color: #333 !important;
      opacity: 1;
      transform: scale(0.9);
      border-radius: 25px !important;
      z-index: 1;
      transition: all 0.3s ease;
      display: flex;
      justify-content: center;
      height: 55vh;
    }

    /* Ensure white text inside active card */
    .comparison-carousel .owl-item.active-center .gradient-pink-purple .text-white {
      color: white !important;
    }

    /* Ensure dark text inside side cards */
    .comparison-carousel .owl-item.side-card .gradient-pink-purple .text-white {
      color: #333 !important;
    }

    .border-pink {
      border-color: #D52E7650 !important;
      border-width: 1px;
    }

    @media (min-width: 768px) {
      .no-bb-md {
        border-bottom: none !important;
      }

    }

    @media (max-width: 768px) {
      .comparison-carousel .owl-item.active-center .bg-blue-gradient {
        height: auto !important;
      }
    }

    .comparison-section {
      background: #ffffff;
      padding: 60px 0;
    }

    .comparison-section .section-heading {
      font-size: 32px;
      font-weight: 800;
      color: #111;
      text-align: center;
      margin-bottom: 12px;
    }

    .comparison-section .section-subtext {
      font-size: 15.5px;
      color: #555;
      text-align: center;
      max-width: 640px;
      margin: 0 auto 40px;
      line-height: 1.65;
    }

    /* --- Outer border wraps everything --- */
    .comparison-outer-border {
      border: 1.5px solid #DAD3FC;
      border-radius: 16px;
      padding: 40px 40px 30px;
    }

    /* --- Header row --- */
    .comp-header-row {
      display: grid;
      grid-template-columns: 1fr 1.2fr 1fr;
      background: #EAE4F8;
      border-radius: 10px;
      margin-bottom: 8px;
    }

    .comp-header-row .comp-h-cell {
      padding: 16px 24px;
      font-weight: 700;
      font-size: 15px;
      color: #1a1a2e;
      display: flex;
      align-items: center;
    }

    .comp-header-row .comp-h-cell:nth-child(2) {
      justify-content: center;
      color: #6c3aef;
    }

    .comp-header-row .comp-h-cell:last-child {
      justify-content: center;
    }

    /* --- Body rows container --- */
    .comp-body {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    /* --- Each body row --- */
    .comp-body-row {
      display: grid;
      grid-template-columns: 1fr 1.2fr 1fr;
      border-radius: 10px;
    }

    .comp-body-row .comp-cell {
      padding: 18px 24px;
      font-size: 14.5px;
      line-height: 1.55;
      display: flex;
      align-items: center;
    }

    /* --- Left column --- */
    .comp-body-row .comp-cell:first-child {
      font-weight: 700;
      color: #1a1a2e;
    }

    /* --- Center column: individually rounded --- */
    .comp-body-row .comp-cell:nth-child(2) {
      justify-content: center;
      text-align: center;
      color: #333;
      background: #F0EAFF;
      border-radius: 10px;
    }

    /* --- Right column --- */
    .comp-body-row .comp-cell:last-child {
      justify-content: center;
      text-align: center;
      color: #666;
    }

    /* --- Even rows: background on the ENTIRE ROW --- */
    .comp-body-row.even-row {
      background: #F8F8F8;
    }

    /* --- Odd rows: no background --- */
    .comp-body-row.odd-row {
      background: transparent;
    }

    /* --- Mobile responsive --- */
    @media (max-width: 767px) {
      .comparison-section .section-heading {
        font-size: 24px;
      }

      .comparison-outer-border {
        padding: 30px 16px 20px;
      }

      .comp-body-row .comp-cell {
        padding: 14px 12px;
        font-size: 12.5px;
      }

      .comp-header-row .comp-h-cell {
        font-size: 13px;
        padding: 14px 12px;
      }

      .comp-body {
        gap: 4px;
      }
    }

    @media (max-width: 480px) {
      .comparison-outer-border {
        padding: 24px 10px 16px;
      }

      .comp-body-row .comp-cell {
        padding: 12px 8px;
        font-size: 11px;
      }

      .comp-header-row .comp-h-cell {
        font-size: 11.5px;
        padding: 12px 8px;
      }

      .comp-header-row,
      .comp-body-row {
        grid-template-columns: 0.9fr 1.2fr 0.9fr;
      }
    }

    .stats-section {
    background: #f5f5f5;   
    overflow: hidden;
  }

  /* --- Desktop: flex row --- */
  .stats-row-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .stat-item {
    text-align: center;
    flex: 1;
    padding: 0 15px;
    position: relative;
  }

  .stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 1px;
    background: #D5D5D5;
  }

  .stat-item .stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #6c3aef;
    line-height: 1.1;
    margin-bottom: 6px;
  }

  .stat-item .stat-label {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0;
  }

  /* --- Mobile: slider --- */
  .stats-slider-mobile {
    display: none;
  }

  .stats-slider-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    padding-bottom: 20px;
  }

  .stats-slider-track::-webkit-scrollbar {
    display: none;
  }

  .stats-slide {
    flex: 0 0 60%;
    scroll-snap-align: center;
    text-align: center;
    padding: 0 10px;
    position: relative;
  }

  .stats-slide:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background: #D5D5D5;
  }

  .stats-slide .stat-number {
    font-size: 40px;
    font-weight: 800;
    color: #6c3aef;
    line-height: 1.1;
    margin-bottom: 6px;
  }

  .stats-slide .stat-label {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0;
  }

  /* --- Slider dots --- */
  .stats-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
  }

  .stats-slider-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D5D5D5;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .stats-slider-dots .dot.active {
    background: #6c3aef;
    width: 24px;
    border-radius: 4px;
  }

  @media (max-width: 767px) {
    .stats-row-desktop {
      display: none;
    }

    .stats-slider-mobile {
      display: block;
    }
  }

   .ease-bg {
      background: linear-gradient(160deg, #F6F2FF 0%, #FFFFFF 40%, #F0EAFF 100%);
      border-radius: 23px;
    }

    .collaborative-intelligence {
      background: url(/images/HomePage/bg-img.png) no-repeat center center !important;
      background-size: cover !important;
      min-height: 70vh;
      width: auto;
    }

    .digitalStamp-box {
      min-height: 500px !important;
    }

        .header-comparison {
      background: url('/images/comparision/banner.png');
    }

    table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 20px 0px;
      text-align: left;
      font-family: sans-serif;
    }

    th,
    td {
      border-bottom: 1px solid #ffffff40;
    }

           .-bg-dradian-black {
            background: linear-gradient(319deg, #3c3c3c 0%, #0f0f0f 100%) !important;
        }

        .bg-our-product {
            background-color: #C4C4C414;
        }

        /* @media screen and (min-width: 1400px){
                
        } */

        @media (min-width: 992px) {
            .sticky-blocks-grid {
                position: relative;
                bottom: 40px;
            }

            .Actually {
                padding-bottom: 0 !important;
            }
        }

        .text-gradient-pink-purple {
            background: linear-gradient(to right, #E40078, #4D00FF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
        }



        .sticky-blocks-grid {
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            grid-template-rows: auto;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
            grid-auto-columns: 1fr;
            display: grid;
            position: relative;
            overflow: visible;
        }

        #left-container,
        #right-container {
            grid-area: span 1 / span 6 / span 1 / span 6;
        }

        .sticky-blocks-text-container {
            padding-right: 50px;
            position: relative;
            top: 0;
        }

        .sticky-blocks-img {
            flex-flow: column;
            justify-content: center;
            align-items: flex-start;
            height: 100vh;
            display: flex;
            position: sticky;
            top: 0;
        }

        .container-fluid {
            background: none !important;
        }

        /* . {
      border: 1px solid #E6E6E6;
      background-color: #FFFFFF !important;
      border-radius: 15px;
      padding: 33px;
    } */

        .sticky-blocks-content {
            z-index: 2;
            grid-column-gap: 175px;
            grid-row-gap: 100px;
            flex-flow: column;
            margin-top: 20vh;
            margin-bottom: 10vh;
            display: flex;
            position: relative;
        }

        .sticky-blocks-content div.visible {
            transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
            opacity: 1;
            visibility: visible;
        }

        .sticky-blocks-content div {
            will-change: transform, opacity;
            transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 1);
            transform-style: preserve-3d;
            opacity: 0.3;
            transition: transform 0.6s ease-out, opacity 0.6s ease-out;
        }

        .text-navy-blue {
            color: #162456;
        }

        .text-navy-blue {
            color: #23305F;
            /* your navy color */
        }

        .feature-block p {
            margin-bottom: 0;
        }

        .fs-22px {
            font-size: 21px !important;
        }

        .fs-20px {
            font-size: 20px !important;
        }

        .image-text-card {
            display: flex;
            flex-direction: column;
            box-shadow: 0px 3px 6px #00000029;
            padding: 0;
            border-radius: 30px 30px 20px 20px;
        }

        /* TEXT AREA */
        .image-text-card .content {
            padding: 33px 20px 20px 24px;
        }

        .image-wrapper {
            flex: 1;
            /* image fills remaining height */
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            padding: 0px;
            border-radius: 0px !important;
        }


           /* Basic card layout */
.brand-card{
  position: relative;
  display: block;
  height: 200px;               /* desktop default height */
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: right center;
  color: #fff;
  padding: 18px;
}

/* Hover lift */
.brand-card:hover{
}

/* Gradient overlays to tint the background and ensure text contrast */
.brand-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.brand-card .inner{
  position: relative;
  z-index: 1;             
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62%;               /* cover left ~60% desktop */
}

/* Text styles */
.brand-card .eyebrow{
  font-size: 0.85rem;
  opacity: .95;
  margin-bottom: .35rem;
  font-weight: 600;
}
.brand-card .title{
  font-size: 1.05rem;
  line-height: 1.15;
  margin-bottom: .5rem;
  font-weight: 700;
}
.brand-card .link-read{
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: inherit;
  margin-top: .25rem;
}

.brand-gray .title,
.brand-gray .eyebrow,
.brand-gray .link-read{
  color: #fff; 
}

@media (max-width: 767.98px){
  .brand-card{
    height: 180px;
    background-position: center;
    border-radius: 20px !important;
  }
  .brand-card .inner{
    width: 100%;
    padding-right: 12px;
  }
  .brand-card .title{
    font-size: 1rem;
  }
}

/* Taller cards on larger screens */
@media (min-width: 992px){
  .brand-card{
    height: 220px;
  } 
}

.custom-card {
      background: #FFFFFF;
      box-shadow: 0px 3px 8px #00000029;
      border-radius: 14px;
      border: none;
      padding: 0;
      margin-bottom: 24px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .custom-card-img {
      border-radius: 14px;
      height: 150px;
      object-fit: cover;
      margin: auto;
      margin: 10px;
    }
    .custom-card-body {
      padding: 16px 18px 0 18px;
      flex: 1 1 auto;
    }
    .custom-card-title {
      font-weight: bold;
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }
    .custom-card-link {
      color: #154AFF;
      font-weight: 500;
      text-decoration: none;
      padding: 16px 20px 16px 18px;
      display: block;
      font-size: 1rem;
      display: block;
      text-align: right;
    }
    .custom-card-link:hover {
      text-decoration: underline;
    }