.main {
      background: #fff;
    }

    .about-hero {
      background: #04242d;
    }

    .about-hero::before {
      background-image:
        linear-gradient(90deg, rgba(13, 90, 111, 0.14) 1px, transparent 1px),
        linear-gradient(rgba(13, 90, 111, 0.14) 1px, transparent 1px);
      background-size: 60px 60px;
    }

    .about-hero::after {
      background-image:
        radial-gradient(circle at 70% 30%, rgba(13, 90, 111, 0.12), transparent 40%),
        radial-gradient(circle at 85% 50%, rgba(13, 90, 111, 0.08), transparent 35%),
        radial-gradient(circle at 15% 80%, rgba(13, 90, 111, 0.1), transparent 45%);
    }

    .hero-depth-blur {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        radial-gradient(circle at 82% 36%, rgba(13, 90, 111, 0.1), transparent 26%),
        radial-gradient(circle at 70% 74%, rgba(13, 90, 111, 0.08), transparent 30%);
      filter: blur(18px);
    }

    .hero-grid-overlay {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background-image:
        linear-gradient(90deg, rgba(13, 90, 111, 0.18) 1px, transparent 1px),
        linear-gradient(rgba(13, 90, 111, 0.18) 1px, transparent 1px);
      background-size: 52px 52px;
      opacity: 0.55;
    }

    .hero-growth-overlay {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      pointer-events: none;
      opacity: 0.1;
    }

    .hero-growth-svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .hero-growth-area {
      fill: rgba(78, 141, 156, 0.16);
      animation: heroGrowthFloat 5.5s ease-in-out infinite alternate;
    }

    .hero-growth-line-soft {
      fill: none;
      stroke: rgba(255, 255, 255, 0.24);
      stroke-width: 9;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: blur(2px);
    }

    .hero-growth-line {
      fill: none;
      stroke: rgba(245, 250, 255, 0.9);
      stroke-width: 3.4;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 1800;
      stroke-dashoffset: 1800;
      animation: heroGrowthDraw 4.6s ease-in-out infinite;
      filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.34));
    }

    .hero-growth-arrow {
      fill: rgba(247, 251, 255, 0.88);
      animation: heroArrowNudge 1.8s ease-in-out infinite;
      transform-origin: center;
      filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.26));
    }

    @keyframes heroGrowthDraw {
      0% {
        stroke-dashoffset: 1800;
        opacity: .58;
      }

      45% {
        opacity: .82;
      }

      100% {
        stroke-dashoffset: 0;
        opacity: .78;
      }
    }

    @keyframes heroGrowthFloat {
      0% {
        transform: translateY(8px);
      }

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

    @keyframes heroArrowNudge {

      0%,
      100% {
        transform: translate(0, 0);
      }

      50% {
        transform: translate(4px, -4px);
      }
    }

    .success-hero-panel {
      position: absolute;
      right: -2%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      width: min(700px, 62vw);
      min-height: 320px;
      border-radius: 0;
      border: 0;
      /* background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(6, 13, 22, 0.48), rgba(6, 13, 22, 0.2)); */
      background-size: 38px 38px, 38px 38px, auto;
      overflow: hidden;
      opacity: 0.66;
    }

    .success-hero-icons {
      position: absolute;
      inset: 0;
      z-index: 4;
      pointer-events: none;
    }

    .success-hero-icon-item {
      position: absolute;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 10px;
      border: 1px solid rgba(183, 227, 216, 0.34);
      background: rgba(7, 46, 58, 0.5);
      color: #d8f3ea;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      animation: heroIconFloat 3.2s ease-in-out infinite;
      backdrop-filter: blur(1px);
    }

    .success-hero-icon-item i {
      color: #a9e7d5;
      font-size: 0.95rem;
      line-height: 1;
    }

    .success-hero-icon-item:nth-child(1) { top: 8%; right: 8%; animation-delay: 0s; }
    .success-hero-icon-item:nth-child(2) { top: 24%; left: 6%; animation-delay: 0.45s; }
    .success-hero-icon-item:nth-child(3) { top: 44%; right: 2%; animation-delay: 0.9s; }
    .success-hero-icon-item:nth-child(4) { top: 62%; left: 16%; animation-delay: 1.35s; }
    .success-hero-icon-item:nth-child(5) { bottom: 8%; right: 14%; animation-delay: 1.8s; }

    @keyframes heroIconFloat {
      0%,
      100% {
        transform: translateY(0);
        opacity: 0.74;
      }
      50% {
        transform: translateY(-8px);
        opacity: 0.98;
      }
    }

    .hero-analytics-canvas {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 320px;
      padding: 10px 14px 4px;
    }

    .hero-chart-svg {
      width: 100%;
      height: 280px;
      display: block;
    }

    .axis-line,
    .grid-line {
      stroke: rgba(235, 242, 252, 0.18);
      stroke-width: 1;
    }

    .bar-col {
      fill: rgba(146, 172, 206, 0.26);
      animation: barShift 3.2s ease-in-out infinite alternate;
      transform-box: fill-box;
      transform-origin: bottom;
    }

    .bar-col:nth-child(2n) {
      animation-delay: .35s;
    }

    .curve-a {
      stroke: rgba(248, 251, 255, 0.86);
      stroke-width: 3;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 700;
      stroke-dashoffset: 700;
      animation: drawCurve 3.8s ease-in-out infinite;
    }

    .curve-b {
      stroke: rgba(94, 164, 184, 0.74);
      stroke-width: 2.2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 700;
      stroke-dashoffset: 700;
      animation: drawCurve 4.4s ease-in-out infinite .5s;
    }

    .area-a {
      fill: rgba(72, 135, 152, 0.2);
      animation: areaFloat 4.4s ease-in-out infinite alternate;
      transform-origin: bottom;
    }

    .area-b {
      fill: rgba(56, 115, 138, 0.18);
      animation: areaFloat 5s ease-in-out infinite alternate-reverse;
      transform-origin: bottom;
    }

    .curve-dot {
      fill: rgba(241, 246, 252, 0.82);
      animation: dotDrift 3.6s ease-in-out infinite;
    }

    @keyframes drawCurve {
      0% {
        stroke-dashoffset: 700;
        opacity: .65;
      }

      35% {
        opacity: .95;
      }

      100% {
        stroke-dashoffset: 0;
        opacity: .9;
      }
    }

    @keyframes areaFloat {
      0% {
        transform: scaleY(.94) translateY(4px);
      }

      100% {
        transform: scaleY(1) translateY(0);
      }
    }

    @keyframes barShift {
      0% {
        transform: scaleY(.82);
      }

      100% {
        transform: scaleY(1);
      }
    }

    @keyframes dotDrift {

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

      50% {
        transform: translateY(-2px);
      }
    }

    @media (max-width: 991px) {
      .hero-growth-overlay {
        opacity: 0.3;
      }

      .success-hero-panel {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 18px;
        opacity: 0.82;
      }

      .success-hero-icon-item {
        font-size: 0.74rem;
        padding: 6px 10px;
      }

      .success-hero-icon-item:nth-child(3),
      .success-hero-icon-item:nth-child(5) {
        display: none;
      }

      .about-hero .about-hero-content {
        max-width: 100%;
      }
    }

    .hero-report-section {
      position: relative;
      margin-top: -110px;
      z-index: 6;
    }

    .hero-report-wrap {
      background:
        url("../assets/img/triangle-bg.png") left center/contain no-repeat,
        linear-gradient(90deg, rgba(13, 90, 111, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(13, 90, 111, 0.08) 1px, transparent 1px),
        #ffffff;
      background-size: auto, 36px 36px, 36px 36px, auto;
      border: 1px solid rgba(13, 90, 111, 0.14);
      /* border-radius: 14px; */
      box-shadow: 0 14px 34px rgba(7, 28, 38, 0.12);
      overflow: hidden;
    }

    .hero-report-feature {
      min-height: 260px;
      padding: 28px 28px 34px;
      color: #f6fbfd;
      background:
        linear-gradient(120deg, rgba(2, 20, 26, 0.8) 12%, rgba(2, 20, 26, 0.38) 55%, rgba(2, 20, 26, 0.78) 100%);
        /* url("../assets/img/philipp-katzenberger-iIJrUoeRoCQ-unsplash (1).jpg") center/cover no-repeat; */
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .hero-report-tag {
      display: inline-block;
      align-self: flex-start;
      padding: 6px 14px;
      border-radius: 2px;
      background: #0d5a6f;
      color: #f1fbff;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .hero-report-feature h3 {
      margin: 0;
      font-size: clamp(1.8rem, 2.6vw, 3rem);
      line-height: 1.04;
      font-weight: 700;
      max-width: 760px;
    }

    .hero-report-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 1px;
      background: rgba(13, 90, 111, 0.16);
      border-top: 1px solid rgba(13, 90, 111, 0.18);
    }

    .hero-report-item {
      padding: 26px 20px 24px;
      background: #ffffff;
    }

    .hero-report-item h4 {
      margin: 0 0 12px;
      color: #123a2f;
      font-size: 1.1rem;
      line-height: 1.34;
      font-weight: 700;
      min-height: 58px;
    }

    .hero-report-item p {
      margin: 0 0 18px;
      color: #4b616f;
      line-height: 1.6;
      min-height: 100px;
    }

    .hero-report-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #0d5a6f;
      font-weight: 700;
      text-decoration: none;
      font-size: 1.02rem;
      white-space: nowrap;
    }

    .hero-report-link i {
      font-size: 1.05rem;
    }

    .hero-report-link:hover {
      color: #083f4d;
    }

    @media (max-width: 1199px) {
      .hero-report-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 991px) {
      .hero-report-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 767px) {
      .hero-report-section {
        margin-top: -28px;
      }

      .hero-report-feature {
        min-height: 220px;
        padding: 20px 18px 24px;
      }

      .hero-report-grid {
        grid-template-columns: 1fr;
      }

      .hero-report-item h4 {
        min-height: 0;
      }
    }

    .success-summary-section,
    /* .success-stories-section, */
    .success-cta-section {
      position: relative;
      overflow: hidden;
      /* border-top: 1px solid rgba(13, 90, 111, 0.18);
      border-bottom: 1px solid rgba(13, 90, 111, 0.18); */
      background:
        url("../assets/img/triangle-bg.png") left center/contain no-repeat,
        linear-gradient(90deg, rgba(13, 90, 111, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(13, 90, 111, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, #f8fbf9 0%, #f2f8f5 100%);
      background-size: auto, 52px 52px, 52px 52px, auto;
    }

    /* .success-stories-section {
      background:
        url("../assets/img/right-triangle-bg.png") right center/contain no-repeat,
        linear-gradient(90deg, rgba(13, 90, 111, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(13, 90, 111, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, #f8fbf9 0%, #f2f8f5 100%);
      background-size: auto, 52px 52px, 52px 52px, auto;
    } */

    .success-overview-card,
    .success-story-card,
    .success-cta-card {
      /* background: #ffffff; */
      /* border: 1px solid rgba(13, 90, 111, 0.15); */
      /* border-radius: 14px; */
      /* box-shadow: 0 8px 22px rgba(8, 30, 40, 0.06); */
      padding: 24px;
      height: 100%;
    }

    .success-overview-card p,
    .success-story-card p {
      margin: 0;
      color: #4b616f;
      line-height: 1.7;
    }

    .success-story-card h3 {
      font-size: 1.2rem;
      color: #123a2f;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .success-story-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 14px 0 12px;
    }

    .success-story-meta span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      font-size: 0.82rem;
      color: #1f5b47;
      background: #eef6f1;
      border: 1px solid #d4e4db;
    }

    .success-impact {
      margin-top: 14px;
      padding-top: 12px;
      border-top: 1px dashed rgba(13, 90, 111, 0.2);
      color: #1f4b60;
      font-weight: 600;
      font-size: 0.92rem;
    }

    .testimonial-slider {
      margin-top: 20px;
      position: relative;
      background:
        url("../assets/img/right-triangle-bg.png") right center/cover no-repeat,
        linear-gradient(90deg, rgba(236, 247, 249, 0.07) 1px, transparent 1px),
        linear-gradient(rgba(236, 247, 249, 0.07) 1px, transparent 1px),
        linear-gradient(180deg, #217463 0%, #083b49 100%);
      background-size: auto, 56px 56px, 56px 56px, auto;
      border-radius: 20px;
      padding: 54px 88px;
      overflow: hidden;
      font-family: "Poppins", "Ubuntu", sans-serif;
    }

    .testimonial-side-card {
      position: absolute;
      top: 50%;
      width: 280px;
      min-height: 188px;
      padding: 18px 16px;
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.55);
      border-radius: 16px;
      transform: translateY(-50%) scale(0.9);
      z-index: 0;
      opacity: 0.4;
      filter: blur(1.6px);
      pointer-events: none;
      transition: transform 0.45s ease, opacity 0.45s ease;
    }

    .testimonial-side-card.side-left {
      left: 16px;
    }

    .testimonial-side-card.side-right {
      right: 16px;
    }

    .testimonial-side-card .mini-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 3px solid rgba(13, 90, 111, 0.55);
      object-fit: cover;
      display: block;
      margin: 0 auto 10px;
      background: #fff;
    }

    .testimonial-side-card .mini-avatar-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 3px solid rgba(13, 90, 111, 0.55);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px;
      background: #fff;
      color: #0d5a6f;
      font-size: 1rem;
    }

    .testimonial-side-card p {
      margin: 0;
      text-align: center;
      color: #37485b;
      font-size: 0.82rem;
      line-height: 1.45;
    }

    .testimonial-slider .carousel-inner {
      position: relative;
      z-index: 2;
    }

    .testimonial-card {
      background: #ffffff;
      border: 1px solid rgba(12, 48, 100, 0.12);
      border-radius: 16px;
      padding: 0;
      box-shadow: 0 22px 36px rgba(10, 34, 77, 0.28);
      overflow: hidden;
      position: relative;
      max-width: 620px;
      margin: 0 auto;
      transform: scale(1.1);
      transition: transform 0.45s ease, opacity 0.45s ease;
    }

    .testimonial-body {
      min-height: 300px;
      padding: 40px 36px 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
    }

    .testimonial-quote {
      margin: 0;
      color: #4b616f;
      line-height: 1.6;
      font-size: 0.98rem;
      max-width: 90%;
    }

    .testimonial-points {
      margin: 0;
      padding-left: 18px;
      color: #4b616f;
      line-height: 1.55;
      font-size: 0.96rem;
      max-width: 90%;
      text-align: left;
    }

    .testimonial-points li {
      margin-bottom: 8px;
    }

    .testimonial-name {
      margin: 12px 0 4px;
      color: #1c2b3c;
      font-size: 1.04rem;
      font-weight: 700;
    }

    .testimonial-role {
      margin: 0;
      color: #2b4f61;
      font-size: 0.88rem;
      font-weight: 500;
      opacity: 0.8;
    }

    .testimonial-avatar-wrap {
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      width: 78px;
      height: 78px;
      border-radius: 50%;
      padding: 4px;
      background: linear-gradient(180deg, #1a7a95 0%, #0d5a6f 100%);
      box-shadow: 0 8px 14px rgba(10, 34, 77, 0.25);
    }

    .testimonial-avatar {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      background: #fff;
    }

    .testimonial-avatar-icon {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      color: #0d5a6f;
      font-size: 1.9rem;
    }

    .success-read-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 12px;
      padding: 8px 12px;
      border-radius: 8px;
      background: #0d5a6f;
      color: #fff;
      text-decoration: none;
      font-size: 0.84rem;
      font-weight: 600;
    }

    .success-read-btn:hover {
      background: #0a4a5b;
      color: #fff;
    }

    .testimonial-slider .carousel-control-prev,
    .testimonial-slider .carousel-control-next {
      width: 42px;
      height: 42px;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(13, 90, 111, 0.24);
      border-radius: 50%;
      opacity: 1;
      box-shadow: 0 4px 10px rgba(8, 30, 40, 0.12);
    }

    .testimonial-slider .carousel-control-prev {
      left: 18px;
    }

    .testimonial-slider .carousel-control-next {
      right: 18px;
    }

    .testimonial-slider .carousel-control-prev-icon,
    .testimonial-slider .carousel-control-next-icon {
      filter: invert(25%) sepia(40%) saturate(735%) hue-rotate(147deg) brightness(80%) contrast(92%);
      width: 1.1rem;
      height: 1.1rem;
    }

    .testimonial-slider .carousel-indicators {
      display: none;
    }

    .testimonial-slider .carousel-item {
      transition: opacity 0.45s ease;
    }

    .testimonial-slider .carousel-item .testimonial-card {
      opacity: 0.88;
      transform: scale(1.04);
    }

    .testimonial-slider .carousel-item.active .testimonial-card {
      opacity: 1;
      transform: scale(1.1);
      animation: centerCardIn 0.45s ease;
    }

    @keyframes centerCardIn {
      from {
        opacity: 0.72;
        transform: scale(1.02);
      }

      to {
        opacity: 1;
        transform: scale(1.1);
      }
    }

    @media (max-width: 768px) {
      .testimonial-slider {
        padding: 24px 12px 34px;
      }

      .testimonial-side-card {
        display: none;
      }

      .testimonial-card {
        transform: scale(1);
        max-width: 100%;
      }

      .testimonial-body {
        min-height: 280px;
        padding: 78px 20px 24px;
      }

      .testimonial-quote {
        max-width: 100%;
      }

      .testimonial-points {
        max-width: 100%;
      }

      .testimonial-avatar-wrap {
        width: 68px;
        height: 68px;
      }

      .testimonial-slider .carousel-control-prev,
      .testimonial-slider .carousel-control-next {
        width: 36px;
        height: 36px;
        z-index: 99;
      }

      .testimonial-slider .carousel-control-prev {
        left: 4px;
      }

      .testimonial-slider .carousel-control-next {
        right: 4px;
      }

      .testimonial-slider .carousel-item.active .testimonial-card {
        transform: scale(1);
      }
    }

    .success-cta-card h3 {
      margin-bottom: 10px;
      color: #123a2f;
      font-weight: 700;
    }

    .nimbuz-showcase-section {
      position: relative;
      overflow: hidden;
      /* border-top: 1px solid rgba(13, 90, 111, 0.18);
      border-bottom: 1px solid rgba(13, 90, 111, 0.18); */
      background:
        url("../assets/img/right-triangle-bg.png") right center/contain no-repeat,
        linear-gradient(90deg, rgba(13, 90, 111, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(13, 90, 111, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, #f8fbf9 0%, #f2f8f5 100%);
      background-size: auto, 52px 52px, 52px 52px, auto;
    }

    .nimbuz-showcase-card {
      background: #ffffff;
      border: 1px solid rgba(13, 90, 111, 0.15);
      border-radius: 14px;
      box-shadow: 0 8px 22px rgba(8, 30, 40, 0.06);
      padding: 26px;
      height: 100%;
    }

    .nimbuz-logo-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 170px;
      background: linear-gradient(180deg, #f6fbf9 0%, #edf6f2 100%);
      border: 1px solid rgba(13, 90, 111, 0.14);
      border-radius: 12px;
      padding: 20px;
    }

    .nimbuz-logo {
      max-width: 280px;
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    .nimbuz-showcase-card h3 {
      margin: 0 0 10px;
      color: #123a2f;
      font-weight: 700;
      font-size: 1.45rem;
    }

    .nimbuz-showcase-card p {
      margin: 0;
      color: #4b616f;
      line-height: 1.7;
    }

    .nimbuz-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 14px 0 18px;
    }

    .nimbuz-tags span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      font-size: 0.82rem;
      color: #1f5b47;
      background: #eef6f1;
      border: 1px solid #d4e4db;
    }

    .nimbuz-meta-icon {
      height: 0.9rem;
      width: auto;
      object-fit: contain;
    }

    .nimbuz-cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 16px;
      border-radius: 8px;
      background: #0d5a6f;
      color: #fff;
      font-weight: 600;
      text-decoration: none;
    }

    .nimbuz-cta:hover {
      background: #0a4a5b;
      color: #fff;
    }

    .success-cta-card p {
      color: #4b616f;
      margin-bottom: 16px;
    }

    .success-cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 16px;
      border-radius: 8px;
      background: #0d5a6f;
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.2s ease;
    }

    .success-cta-btn:hover {
      background: #0a4a5b;
      color: #fff;
    }

    .nimbuz-product-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 24px;
      padding: 12px 20px;
      background: linear-gradient(135deg, rgba(13, 174, 207, 0.12), rgba(13, 90, 111, 0.08));
      border: 1.5px solid rgba(13, 174, 207, 0.12);
      border-radius: 24px;
      animation: badgeGlow 3s ease-in-out infinite;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .nimbuz-product-badge:hover {
      border-color: rgba(13, 174, 207, 0.25);
      box-shadow: 0 0 25px rgba(13, 174, 207, 0.18), inset 0 0 20px rgba(13, 174, 207, 0.1);
    }

    .badge-arrow {
      font-size: 1rem;
      margin-left: 4px;
      transition: transform 0.3s ease;
      color: #d4e6e3;
    }

    .nimbuz-product-badge:hover .badge-arrow {
      transform: translateX(4px);
    }

    .badge-text {
      font-size: 0.95rem;
      color: #d4e6e3;
      font-weight: 500;
      letter-spacing: 0.3px;
    }

    .badge-text strong {
      color: #d4e6e3;
      font-weight: 700;
    }

    .badge-logo {
      height: 28px;
      width: auto;
      object-fit: contain;
      filter: drop-shadow(0 2px 4px rgba(13, 90, 111, 0.2));
      transition: all 0.3s ease;
    }

    .nimbuz-product-badge:hover .badge-logo {
      filter: drop-shadow(0 4px 8px rgba(13, 174, 207, 0.12));
      transform: scale(1.1);
    }

    @keyframes badgeGlow {
      0%, 100% {
        box-shadow: 0 0 15px rgba(13, 174, 207, 0.12), inset 0 0 10px rgba(13, 174, 207, 0.08);
        transform: translateY(0px);
      }
      50% {
        box-shadow: 0 0 25px rgba(13, 174, 207, 0.12), inset 0 0 15px rgba(13, 174, 207, 0.08);
        transform: translateY(-3px);
      }
    }

    @media (max-width: 768px) {
      .nimbuz-product-badge {
        padding: 10px 16px;
        font-size: 0.85rem;
        margin-top: 16px;
        gap: 8px;
      }

      .badge-logo {
        height: 24px;
      }

      .badge-text {
        font-size: 0.85rem;
      }
    }