﻿    html {
      scroll-behavior: smooth;
    }

    body {
      background-color: #FFFFFF;
      background-image: repeating-linear-gradient(90deg,
          rgba(205, 205, 205, 0.22) 0,
          rgba(205, 205, 205, 0.28) 0.1px,
          transparent 2px,
          transparent 6px);
    }

    /* Editorial serif used by the supplied section-heading reference. */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .font-display,
    .section-title,
    .acf-why-section h2,
    .acf-why-section h3,
    .why-choose-us-section .font-bold.text-4xl,
    .journey-stage .font-bold.text-4xl,
    .journey-stage .font-bold.text-5xl,
    .font-display.text-4xl,
    .font-display.text-5xl,
    .font-display.text-6xl,
    .font-display.text-\[38px\],
    .cert-font-display {
      font-family: 'Fraunces', Georgia, serif !important;
      font-optical-sizing: auto;
    }

    .rule {
      border-color: rgba(38, 38, 38, 0.12);
    }

    .rule-dark {
      border-color: rgba(255, 255, 255, 0.14);
    }

    /* Google Translate control: keep the injected widget compact in the navbar. */
    #google_translate_element_desktop {
      display: flex;
      align-items: center;
      min-height: 34px;
    }

    #google_translate_element_desktop .goog-te-gadget {
      display: flex;
      align-items: center;
      font-family: 'Inter', sans-serif;
      font-size: 0 !important;
      color: transparent;
      white-space: nowrap;
    }

    #google_translate_element_desktop .goog-logo-link,
    #google_translate_element_desktop .goog-te-gadget span {
      display: none !important;
    }

    #google_translate_element_desktop .goog-te-combo {
      min-width: 132px;
      height: 34px;
      margin: 0;
      padding: 0 30px 0 12px;
      border: 1px solid rgba(38, 38, 38, 0.2);
      border-radius: 6px;
      background: #fff;
      color: #262626;
      font: 600 0.75rem/1 'Inter', sans-serif;
      cursor: pointer;
      outline: none;
    }

    #google_translate_element_desktop .goog-te-combo:hover,
    #google_translate_element_desktop .goog-te-combo:focus {
      border-color: #1F80AC;
      box-shadow: 0 0 0 2px rgba(31, 128, 172, 0.12);
    }


    #journey #journeyIndicator {
      background-color: #1F80AC !important;
    }

    #journey .journey-pill:hover {
      background-color: transparent;
    }

    #journey [data-jgAirmasters-addbtn],
    #journey [data-jgNavco-addbtn],
    #journey [data-jgAceflow-addbtn],
    #journey [href="#airmasters-all"],
    #journey [href="#navco-all"],
    #journey [href="#aceflow-all"] {
      background-color: #1F80AC !important;
    }

    #journey [data-jgAirmasters-addbtn]:hover,
    #journey [data-jgNavco-addbtn]:hover,
    #journey [data-jgAceflow-addbtn]:hover,
    #journey [href="#airmasters-all"]:hover,
    #journey [href="#navco-all"]:hover,
    #journey [href="#aceflow-all"]:hover {
      background-color: #1F80AC !important;
    }

    #journey [data-jgAirmasters-stepper],
    #journey [data-jgNavco-stepper],
    #journey [data-jgAceflow-stepper] {
      background-color: #ED3237 !important;
    }

    #journey .product-quantity-control {
      background-color: #ED3237 !important;
      border-color: #ED3237 !important;
    }

    /* Product showcase carousel */
    #productSlider {
      scroll-behavior: smooth;
    }

    #sliderTrack {
      transition: transform .45s ease;
    }

    #sliderTrack .product-slide {
      width: 100%;
    }

    @media (min-width: 640px) {
      #sliderTrack .product-slide { width: 50%; }
    }

    @media (min-width: 1024px) {
      #sliderTrack .product-slide { width: 33.333333%; }
    }

    #journey [data-jgAirmasters-decr]:hover,
    #journey [data-jgAirmasters-incr]:hover,
    #journey [data-jgNavco-decr]:hover,
    #journey [data-jgNavco-incr]:hover,
    #journey [data-jgAceflow-decr]:hover,
    #journey [data-jgAceflow-incr]:hover {
      background-color: transparent !important;
    }

    /* Bounded logo panel with an angled right edge. */
    .afk-brand-mark {
      position: relative;
      align-self: stretch;
      min-width: 190px;
      margin-left: -1.25rem;
      padding: 0 2.5rem 0 1.25rem;
      background: #202020;
      clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
    }

    @media (min-width: 1024px) {
      .afk-brand-mark {
        margin-left: -2.5rem;
        padding-left: 2.5rem;
      }
    }

    /* Gauge needle sweep - the one deliberate motion moment */
    @keyframes sweep {
      0% {
        transform: rotate(-58deg);
      }

      50% {
        transform: rotate(58deg);
      }

      100% {
        transform: rotate(-58deg);
      }
    }

    .needle {
      transform-origin: 50% 100%;
      animation: sweep 4.5s ease-in-out infinite;
    }

    @keyframes tickerscroll {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    .ticker-track {
      animation: tickerscroll 28s linear infinite;
    }

    .ticker-track:hover {
      animation-play-state: paused;
    }

    [data-tab-panel] {
      display: none;
    }

    [data-tab-panel].active {
      display: block;
    }

    ::selection {
      background: #ED3237;
      color: #FFFFFF;
    }

    @media (prefers-reduced-motion: reduce) {

      .needle,
      .ticker-track {
        animation: none !important;
      }
    }

    .focus-ring:focus-visible {
      outline: 2px solid #ED3237;
      outline-offset: 2px;
    }

    .applications-copy {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.5rem;
      font-style: italic;
      line-height: 1.8;
      letter-spacing: 0.01em;
      color: #52636a;
    }

    @media (max-width: 640px) {
      .applications-copy {
        font-size: 1.3rem;
        line-height: 1.7;
      }
    }

    .svcx-font-display {
      font-family: 'Space Grotesk', sans-serif;
    }

    /* ============================================================
   SLIDER MASK (fade top & bottom)
============================================================ */
    .svcx-slider {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      height: 540px;
      mask-image: none;
      -webkit-mask-image: none;
    }

    @media (min-width: 640px) {
      .svcx-slider {
        height: 600px;
      }
    }

    @media (min-width: 768px) {
      .svcx-slider {
        height: 680px;
      }
    }

    @media (min-width: 1024px) {
      .svcx-slider {
        height: 730px;
        gap: 24px;
      }
    }

    /* ============================================================
   TRACK ANIMATION
   Each track holds two identical groups stacked back-to-back;
   moving exactly one group-height (+gap) creates a seamless loop.
============================================================ */
    .svcx-track {
      will-change: transform;
    }

    .svcx-track-col--up .svcx-track {
      animation: svcxMoveUp 32s linear infinite;
    }

    .svcx-track-col--down .svcx-track {
      animation: svcxMoveDown 32s linear infinite;
    }

    /* JS toggles this class on the slider for pause-on-hover / off-screen pause */
    .svcx-slider.svcx-is-paused .svcx-track {
      animation-play-state: paused;
    }

    @keyframes svcxMoveUp {
      from {
        transform: translateY(0);
      }

      to {
        transform: translateY(calc(-50% - 12px));
      }
    }

    @keyframes svcxMoveDown {
      from {
        transform: translateY(calc(-50% - 12px));
      }

      to {
        transform: translateY(0);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .svcx-track {
        animation: none !important;
      }
    }

    /* ============================================================
   CARD IMAGE DOT-GRID TEXTURE
============================================================ */
    .svcx-card-image::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.5;
      background-image: radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
      background-size: 22px 22px;
    }

    .svcx-card-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.22));
      pointer-events: none;
    }

    .svcx-card-image i {
      position: relative;
      z-index: 2;
      transition: transform 0.5s ease;
    }

    .svcx-card:hover .svcx-card-image i {
      transform: scale(1.08);
    }

    .tab-btn {
      padding: 0.9rem 0.25rem;
      margin-right: 2rem;
      font-family: 'Archivo Expanded', sans-serif;
      font-weight: 600;
      font-size: 0.95rem;
      color: rgba(15, 27, 36, 0.45);
      border-bottom: 2px solid transparent;
      transition: color .2s, border-color .2s;
    }

    .tab-btn.active,
    .tab-btn:hover {
      color: #262626;
      border-color: #ED3237;
    }

    .product-card {
      background: #FFFFFF;
      padding: 2rem 1.75rem;
    }

    .product-card h3 {
      font-family: 'Archivo Expanded', sans-serif;
      font-weight: 600;
      font-size: 1.05rem;
      margin-bottom: 0.6rem;
      letter-spacing: -0.01em;
    }

    .product-card p {
      font-size: 0.9rem;
      line-height: 1.55;
      color: rgba(15, 27, 36, 0.65);
    }

    .mobile-link {
      display: block;
      padding: 0.5rem 0;
    }

    /* Journey: sticky pill nav */
    .journey-pill {
      position: relative;
      z-index: 1;
      font-family: 'Archivo Expanded', sans-serif;
      font-weight: 600;
      font-size: 0.88rem;
      color: rgba(38, 38, 38, 0.5);
      padding: 0.6rem 1.6rem;
      border-radius: 9999px;
      width: 110px;
      text-align: center;
      transition: color .25s;
      white-space: nowrap;
    }

    /* Journey: only show the active category stage */
    .journey-stage {
      display: none !important;
    }

    .journey-stage.active-stage {
      display: flex !important;
    }

    /* Category product cards */
    [data-jgAirmasters-card],
    [data-jgNavco-card],
    [data-jgAceflow-card] {
      border: 1px solid #525252;
      border-radius: 0;
      padding: 12px;
      box-shadow: 0 8px 20px -14px rgba(38, 38, 38, 0.5);
    }

    [data-jgAirmasters-card]>div:first-child,
    [data-jgNavco-card]>div:first-child,
    [data-jgAceflow-card]>div:first-child {
      aspect-ratio: 1.25 / 1 !important;
      border-radius: 14px;
      background: #f4f4f2 !important;
      padding: 14px;
      margin-bottom: 12px;
    }

    [data-jgAirmasters-card]>div:first-child img,
    [data-jgNavco-card]>div:first-child img,
    [data-jgAceflow-card]>div:first-child img {
      object-fit: contain;
      transform: scale(1.06);
    }

    [data-jgAirmasters-card] .product-card-name,
    [data-jgNavco-card] .product-card-name,
    [data-jgAceflow-card] .product-card-name {
      min-height: 2.75rem;
      margin-bottom: 4px;
    }

    .product-card-rating {
      display: flex;
      align-items: center;
      gap: 3px;
      margin-bottom: 12px;
      color: #c58a18;
      font-size: 0.9rem;
    }

    .product-card-rating .is-muted {
      color: #d8d8d3;
    }

    .product-add-wrap {
      flex: 1 1 0;
      min-width: 0;
      width: auto !important;
      height: 40px !important;
      position: static !important;
    }

    .product-card-price {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 30px;
      margin-bottom: 8px;
    }

    .product-card-actions {
      display: flex;
      align-items: stretch;
      gap: 8px;
      width: 100%;
    }

    .product-view-button,
    .product-add-button,
    .product-quantity-control {
      box-sizing: border-box;
      width: 100%;
      min-width: 0;
      min-height: 40px;
      flex: 1;
      border-radius: 8px;
      padding: 0 10px;
      font-size: 0.72rem;
      font-weight: 700;
      transition: background-color .2s, color .2s, border-color .2s;
    }

    .product-view-button {
      border: 1px solid #d4d4d4;
      background: #fff;
      color: #404040;
    }

    .product-view-button:hover {
      border-color: #525252;
      background: #f5f5f5;
    }

    .product-add-button {
      border: 1px solid #262626;
      background: #262626;
      color: #fff;
    }

    .product-add-button:hover,
    .product-add-button.is-added,
    .product-quantity-control {
      background: #262626;
      border-color: #262626;
      color: #fff;
    }

    .product-add-button span {
      font-size: 1rem;
      margin-right: 3px;
    }

    .product-quantity-control {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 3px;
      border: 1px solid #262626;
    }

    .product-quantity-control button {
      flex: 0 0 30px;
      width: 30px;
      height: 30px;
      border: 0;
      border-radius: 6px;
      background: transparent;
      color: inherit;
      font-size: 1.1rem;
      line-height: 1;
      cursor: pointer;
    }

    .product-quantity-control button:hover {
      background: rgba(255, 255, 255, .15);
    }

    .product-quantity-control span {
      min-width: 20px;
      text-align: center;
      font-size: .78rem;
      font-weight: 700;
    }

    .product-dialog {
      border: 0;
      border-radius: 16px;
      padding: 0;
      max-width: min(92vw, 620px);
      width: 100%;
      color: #262626;
    }

    .product-dialog::backdrop {
      background: rgba(38, 38, 38, .55);
    }

    .product-dialog-panel {
      display: grid;
      grid-template-columns: 42% 1fr;
      gap: 24px;
      padding: 20px;
      position: relative;
    }

    .product-dialog-image {
      width: 100%;
      aspect-ratio: 1;
      object-fit: contain;
      background: #f5f5f5;
      border-radius: 10px;
    }

    .product-dialog-copy {
      align-self: center;
    }

    .product-dialog-copy h2 {
      margin: 8px 0;
      font-size: 1.35rem;
      line-height: 1.15;
    }

    .product-dialog-copy strong {
      font-size: 1.1rem;
    }

    .product-dialog-copy p {
      margin-top: 16px;
      color: #525252;
      font-size: .9rem;
      line-height: 1.5;
    }

    .product-dialog-category {
      color: #737373;
      font-size: .7rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .12em;
    }

    .product-dialog-close {
      position: absolute;
      top: 10px;
      right: 14px;
      border: 0;
      background: transparent;
      color: #404040;
      font-size: 1.6rem;
      cursor: pointer;
    }

    @media (max-width: 520px) {
      .product-card-actions {
        gap: 6px;
      }

      .product-view-button,
      .product-add-button,
      .product-quantity-control {
        padding: 0 6px;
        font-size: 0.68rem;
      }

      .product-dialog-panel {
        grid-template-columns: 1fr;
        gap: 14px;
      }
    }

    .journey-pill.active {
      color: #FFFFFF;
    }

    @media (max-width: 767px) {
      .journey-pills-wrap {
        top: 68px !important;
        justify-content: flex-start;
        padding: 8px 0 10px;
        background: rgba(250, 250, 248, 0.96);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
      }

      #journeyPills {
        max-width: calc(100vw - 24px);
        margin: 0 12px;
        overflow-x: auto;
        scrollbar-width: none;
      }

      #journeyPills .journey-pill {
        box-sizing: border-box;
        flex: 0 0 110px;
        width: 110px;
        padding: 0.6rem 0.45rem;
        font-size: 0.82rem;
      }

      #journeyPills::-webkit-scrollbar {
        display: none;
      }
    }

    /* Journey: visuals */
    .journey-visual {
      aspect-ratio: 1 / 1;
      max-width: 30rem;
      margin-left: auto;
      margin-right: auto;
      border-radius: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    @media (min-width: 1024px) {
      .journey-visual {
        margin-left: 0;
      }
    }

    /* Journey: bullet points */
    .journey-point {
      display: flex;
      align-items: flex-start;
      gap: 0.85rem;
      font-size: 0.95rem;
      color: rgba(38, 38, 38, 0.75);
      line-height: 1.5;
    }

    .journey-dot {
      flex-shrink: 0;
      margin-top: 0.5rem;
      width: 7px;
      height: 7px;
      border-radius: 9999px;
      background: #ED3237;
    }

    /* Journey: scroll reveal */
    .journey-reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .7s ease, transform .7s ease;
    }

    .journey-reveal.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    .cert-font-display {
      font-family: 'Fraunces', serif;
      font-optical-sizing: auto;
    }

    .cert-font-mono {
      font-family: 'Space Grotesk', monospace;
      letter-spacing: 0.08em;
    }

    .cert-card {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    }

    .cert-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.25);
    }

    .cert-card::after {
      content: "View Certificate";
      position: absolute;
      inset: auto 0 0 0;
      background: rgba(17, 17, 17, 0.9);
      color: #fff;
      font-family: 'Space Grotesk', monospace;
      font-size: 0.7rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-align: center;
      padding: 10px 0;
      transform: translateY(100%);
      transition: transform 0.3s ease;
    }

    .cert-card:hover::after {
      transform: translateY(0);
    }

    /* Thumbnail image inside card */
    .cert-thumb-wrap {
      width: 100%;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: 16px;
    }

    .cert-thumb {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      transition: transform 0.35s ease;
      box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.2);
    }

    .cert-card:hover .cert-thumb {
      transform: scale(1.05);
    }

    /* ===== FULLSCREEN LIGHTBOX ===== */
    .cert-lightbox {
      position: fixed;
      inset: 0;
      background: rgba(10, 10, 10, 0.95);
      backdrop-filter: blur(6px);
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      padding: 20px;
    }

    .cert-lightbox.active {
      display: flex;
      opacity: 1;
    }

    .cert-lightbox-inner {
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 1100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transform: scale(0.94);
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .cert-lightbox.active .cert-lightbox-inner {
      transform: scale(1);
    }

    .cert-lightbox img {
      max-height: 85vh;
      max-width: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.15);
      background: #fff;
      box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6);
    }

    .cert-lightbox h3,
    .cert-lightbox p {
      color: #fff;
    }

    .cert-lightbox h3 {
      margin-top: 20px;
    }

    .cert-lightbox-close {
      position: fixed;
      top: 24px;
      right: 24px;
      width: 46px;
      height: 46px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
      color: #fff;
      font-size: 1.2rem;
      z-index: 10000;
    }

    .cert-lightbox-close:hover {
      background: #fff;
      color: #111;
      transform: rotate(90deg);
    }

    @media (max-width: 640px) {
      .cert-lightbox img {
        max-height: 70vh;
      }
    }

    .font-logo {
      font-family: 'Space Grotesk', sans-serif;
    }

    .font-nav {
      font-family: 'Poppins', sans-serif;
    }

    .caret {
      width: 8px;
      height: 8px;
      border-right: 1.6px solid currentColor;
      border-bottom: 1.6px solid currentColor;
      transform: rotate(45deg);
      transition: transform .25s ease;
    }

    .af-dropdown:hover .caret {
      transform: rotate(225deg);
    }

    .sub-caret {
      width: 6px;
      height: 6px;
      border-right: 1.5px solid currentColor;
      border-top: 1.5px solid currentColor;
      transform: rotate(45deg);
    }

    .af-mega,
    .af-sub-panel {
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity .25s ease, transform .25s ease, visibility .25s;
    }

    .af-sub-panel {
      transform: translateX(8px);
    }

    .af-dropdown:hover .af-mega {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .af-mega-item:hover>.af-sub-panel {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }

    .af-sidebar {
      transform: translateX(100%);
      transition: transform .35s cubic-bezier(.22, 1, .36, 1);
      pointer-events: none;
    }

    .af-sidebar.active {
      transform: translateX(0);
      pointer-events: auto;
    }

    .af-overlay {
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s ease, visibility .3s ease;
    }

    .af-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    .af-acc-panel,
    .af-acc-sub-panel {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease;
    }

    .af-acc-plus {
      width: 16px;
      height: 16px;
      position: relative;
    }

    .af-acc-plus::before,
    .af-acc-plus::after {
      content: '';
      position: absolute;
      background: #fff;
      transition: transform .25s ease;
    }

    .af-acc-plus::before {
      width: 100%;
      height: 2px;
      top: 7px;
      left: 0;
    }

    .af-acc-plus::after {
      width: 2px;
      height: 100%;
      top: 0;
      left: 7px;
    }

    .af-acc-toggle[aria-expanded="true"] .af-acc-plus::after {
      transform: rotate(90deg) scaleX(0);
    }

    /* ===== Clientele logo slider ===== */
    .clientele-slider {
      overflow: hidden;
      background: transparent;
      cursor: grab;
      touch-action: pan-y;
    }

    .clientele-slider.is-dragging { cursor: grabbing; }

    .clientele-track {
      width: max-content;
      animation: clienteleScroll 34s linear infinite;
      background: transparent;
    }

    /* Never stops — no hover pause, per request */
    @keyframes clienteleScroll {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(calc(-50% - 8px));
      }
    }

    .clientele-logo {
      width: 190px;
      height: 124px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      border: 1px solid rgba(31, 128, 172, 0.28);
      border-radius: 14px;
      box-shadow: 0 12px 28px -8px rgba(9, 41, 54, 0.34), 0 2px 8px rgba(31, 128, 172, 0.12);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding: 12px 16px;
    }

    .clientele-logo:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 34px -8px rgba(9, 41, 54, 0.45), 0 3px 10px rgba(31, 128, 172, 0.18);
    }

    .clientele-logo img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      filter: none;
      opacity: 1;
    }

    .clientele-logo span {
      font-family: 'Archivo Expanded', sans-serif;
      font-weight: 700;
      font-size: 0.85rem;
      color: #092936;
      letter-spacing: 0.02em;
    }

    @media (max-width: 640px) {
      .clientele-logo {
        width: 148px;
        height: 100px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .clientele-track {
        animation: none;
      }
    }


    /* Application slider */
    .app-card-desc-clamp {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .app-card-learn-btn {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 0.75rem 0.875rem;
      background: #1F80AC !important;
      border: 0 !important;
      border-radius: 8px;
      color: #FFFFFF !important;
      border: none;
      font: inherit;
      transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .app-card-learn-btn:hover {
      background: #1F80AC !important;
      color: #FFFFFF !important;
      transform: translateY(-1px);
    }

    .app-card-learn-btn>span:last-child {
      background: rgba(255, 255, 255, 0.18) !important;
      color: #FFFFFF !important;
    }

    .app-detail-dialog {
      border: 3px solid #1F80AC;
      border-radius: 24px;
      padding: 0;
      width: min(88vw, 760px);
      max-width: none;
      aspect-ratio: 1 / 1;
      max-height: 88vh;
      color: #262626;
      overflow: hidden;
      box-shadow: 0 24px 70px rgba(9, 41, 54, 0.3);
    }

    .app-detail-dialog::backdrop {
      background: rgba(9, 41, 54, 0.72);
      backdrop-filter: blur(4px);
    }

    .app-detail-panel {
      display: grid;
      grid-template-columns: 1fr 1fr;
      height: 100%;
      max-height: none;
      overflow: hidden;
    }

    @media (max-width: 720px) {
      .app-detail-dialog {
        width: min(92vw, 520px);
        max-height: 92vh;
        border-radius: 18px;
      }

      .app-detail-panel {
        grid-template-columns: 1fr;
        grid-template-rows: 46% minmax(0, 54%);
        height: 100%;
        max-height: none;
        overflow: hidden;
      }
    }

    .app-detail-image-wrap {
      position: relative;
      height: 100%;
      min-height: 0;
      background: #EDF5F8;
      border-right: 1px solid rgba(31, 128, 172, 0.22);
    }

    .app-detail-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .app-detail-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 36px;
      overflow-y: auto;
      max-height: none;
      background: #FFFFFF;
    }

    @media (max-width: 720px) {
      .app-detail-copy {
        justify-content: flex-start;
        padding: 28px 24px;
        min-height: 0;
        max-height: none;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
      }
    }

    .app-detail-badge {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #1F80AC;
      margin-bottom: 10px;
    }

    .app-detail-title {
      font-family: 'Archivo Expanded', sans-serif;
      font-weight: 800;
      font-size: 1.7rem;
      line-height: 1.15;
      letter-spacing: -0.02em;
      color: #262626;
      margin-bottom: 18px;
    }

    .app-detail-divider {
      width: 44px;
      height: 3px;
      background: #ED3237;
      margin-bottom: 22px;
    }

    .app-detail-desc {
      font-size: 0.98rem;
      line-height: 1.8;
      color: rgba(38, 38, 38, 0.75);
    }

    .app-card {
      min-width: 0;
    }

    .svcx-card-image img {
      transition: transform 0.45s ease;
    }

    .app-card:hover .svcx-card-image img {
      transform: scale(1.045);
    }

    .app-detail-close {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 5;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 0;
      background: rgba(255, 255, 255, 0.9);
      color: #262626;
      font-size: 1.4rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .2s ease, transform .2s ease;
    }

    .app-detail-close:hover {
      background: #ED3237;
      color: #fff;
      transform: rotate(90deg);
    }

    @media (max-width: 767px) {
      .svcx-slider {
        display: flex !important;
        flex-wrap: nowrap;
        gap: 16px;
        height: auto !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        scrollbar-color: #1F80AC #EDF5F8;
      }

      .svcx-track-col--up,
      .svcx-track-col--down {
        display: contents;
        height: auto !important;
        overflow: visible !important;
      }

      .svcx-track-col--up .svcx-track,
      .svcx-track-col--down .svcx-track {
        display: contents;
        animation: none;
      }

      .svcx-track-group {
        display: contents !important;
      }

      .svcx-track-group[aria-hidden="true"] {
        display: none !important;
      }

      .app-card {
        flex: 0 0 calc(100vw - 47px);
        width: calc(100vw - 47px);
        max-width: calc(100vw - 47px);
        margin-bottom: 0;
        scroll-snap-align: start;
      }

      .app-card {
        box-shadow: 0 10px 24px rgba(23, 35, 45, 0.1);
      }

      .svcx-card-image {
        height: 190px !important;
      }

      .app-card>div:last-child {
        padding: 18px;
      }

      .app-card-learn-btn {
        margin-top: 18px;
        padding-top: 14px;
        font-size: 0.72rem;
      }

      .app-detail-dialog {
        width: min(92vw, 460px);
        max-height: 90vh;
        border-radius: 14px;
      }

      .app-detail-image-wrap {
        min-height: 0;
        height: 100%;
      }

      .app-detail-image {
        object-fit: cover;
      }

      .app-detail-copy {
        padding: 24px 20px 26px;
      }

      .app-detail-title {
        font-size: 1.45rem;
        padding-right: 20px;
      }

      .app-detail-desc {
        font-size: 0.9rem;
        line-height: 1.65;
      }
    }

    .app-card-desc-clamp {
      display: -webkit-box !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden !important;
      max-height: 4.9em;
      /* fallback safety, ~3 lines at this line-height */
    }

    /* ===== Base custom-class behaviour Tailwind's CDN can't express via utilities ===== */

    .afk-rule-dark {
      border-color: rgba(245, 247, 248, 0.12);
    }

    /* Sidebar-style mobile menu using the same navbar structure */
    #afkMainMenu {
      transition: transform .32s ease, opacity .25s ease, visibility .25s ease;
    }

    @media (max-width: 1023px) {
      #afkMainMenu {
        position: fixed;
        top: 0;
        right: 0;
        width: min(82vw, 360px);
        height: 100vh;
        padding: 16px 0 20px;
        margin: 0;
        display: flex !important;
        flex-direction: column;
        gap: 0;
        background: #ffffff;
        border-left: 1px solid rgba(38, 38, 38, 0.08);
        box-shadow: -16px 0 36px rgba(0, 0, 0, 0.12);
        z-index: 3000;
        overflow-y: auto;
        transform: translateX(110%);
        opacity: 0;
        visibility: hidden;
      }

      #afkMainMenu.afk-main-menu--open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
      }

      #afkMainMenu>li {
        width: 100%;
        border-bottom: 1px solid rgba(38, 38, 38, 0.08);
      }

      #afkMainMenu>li>a,
      #afkMainMenu>li>button,
      #afkMainMenu .brand-link,
      #afkMainMenu .afk-dropdown__trigger {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.1rem;
        font-size: 0.95rem;
        font-weight: 700;
        color: #262626;
        background: transparent;
        border: 0;
        text-align: left;
      }

      #afkMainMenu .afk-dropdown__panel {
        position: static;
        display: none;
        min-width: 0;
        width: 100%;
        border: 0;
        box-shadow: none;
        background: #f5f5f5;
        opacity: 1;
        visibility: visible;
        transform: none;
      }

      #afkMainMenu .afk-dropdown__panel--open,
      #afkMainMenu .afk-dropdown--open>.afk-dropdown__panel {
        display: block;
      }

      #afkMainMenu .afk-dropdown {
        position: static;
      }

      #afkMainMenu .afk-subitem {
        position: static;
      }

      #afkMainMenu .afk-subitem__panel {
        position: static;
        display: none;
        min-width: 0;
        width: 100%;
        border: 0;
        box-shadow: none;
        background: transparent;
        opacity: 1;
        visibility: visible;
        transform: none;
      }

      #afkMainMenu .afk-subitem__panel--open,
      #afkMainMenu .afk-subitem--open>.afk-subitem__panel {
        display: block;
      }

      #afkMainMenu .dropdown-tier-1,
      #afkMainMenu .dropdown-tier-2,
      #afkMainMenu .menu-scroll,
      #afkMainMenu .sub-scroll {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      #afkMainMenu .dropdown-tier-1 {
        padding: 0;
      }

      #afkMainMenu .dropdown-tier-2 li a {
        display: block;
        padding: 0.7rem 1.2rem 0.7rem 1.5rem;
        color: #525252;
        font-size: 0.83rem;
        border-top: 1px solid rgba(38, 38, 38, 0.06);
      }
    }

    .afk-overlay {
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
      background: transparent !important;
      z-index: 2800;
    }

    .afk-overlay--visible {
      opacity: 0 !important;
      pointer-events: none;
    }

    /* Desktop mega-dropdown */
    .afk-dropdown__panel {
      opacity: 0;
      visibility: hidden;
      transform: translateY(6px);
      transition: opacity .18s ease, transform .18s ease, visibility .18s;
    }

    .afk-dropdown__panel--open {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    @media (min-width: 1024px) {
      #afkMainMenu .afk-dropdown__panel--open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      #afkMainMenu .afk-subitem:hover>.afk-subitem__panel,
      #afkMainMenu .afk-subitem:focus-within>.afk-subitem__panel {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
      }
    }

    .afk-dropdown__trigger .afk-caret {
      display: inline-block;
      font-size: 0.68rem;
      transition: transform .18s ease;
    }

    .afk-dropdown__trigger[aria-expanded="true"] .afk-caret {
      transform: rotate(180deg);
    }

    .afk-dropdown:hover > .afk-dropdown__trigger .afk-caret,
    .afk-dropdown:focus-within > .afk-dropdown__trigger .afk-caret {
      transform: rotate(180deg);
    }

    .afk-subitem {
      position: relative;
    }

    .afk-subitem__caret {
      display: inline-block;
      font-size: 0.62rem;
      transition: transform .18s ease;
      flex: 0 0 auto;
    }

    .afk-subitem>a[aria-expanded="true"] .afk-subitem__caret,
    .afk-subitem--open>a .afk-subitem__caret,
    .afk-subitem:hover>a .afk-subitem__caret,
    .afk-subitem:focus-within>a .afk-subitem__caret {
      transform: rotate(90deg);
    }

    .afk-subitem__panel {
      opacity: 0;
      visibility: hidden;
      transform: translateX(6px);
      transition: opacity .16s ease, transform .16s ease, visibility .16s;
    }

    .afk-subitem:hover .afk-subitem__panel,
    .afk-subitem:focus-within .afk-subitem__panel {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }

    /* Mobile accordion */
    .afk-acc__panel,
    .afk-acc__sub-panel {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease;
    }

    .afk-acc__panel--open,
    .afk-acc__sub-panel--open {
      max-height: 1200px;
    }

    .afk-acc__plus {
      position: relative;
      width: 12px;
      height: 12px;
    }

    .afk-acc__plus::before,
    .afk-acc__plus::after {
      content: "";
      position: absolute;
      background: currentColor;
    }

    .afk-acc__plus::before {
      top: 50%;
      left: 0;
      width: 100%;
      height: 1.5px;
      transform: translateY(-50%);
    }

    .afk-acc__plus::after {
      left: 50%;
      top: 0;
      height: 100%;
      width: 1.5px;
      transform: translateX(-50%);
      transition: transform .2s ease;
    }

    .afk-acc__toggle--active .afk-acc__plus::after {
      transform: translateX(-50%) scaleY(0);
    }

    /* Sticky navbar shadow state */
    .afk-navbar--scrolled {
      box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.6);
    }

    .afk-hero-swoosh {
      overflow: hidden;
      background: #FFFFFF;
    }

    .afk-hero-swoosh__blue,
    .afk-hero-swoosh__red,
    .afk-hero-swoosh__accent {
      position: absolute;
      right: 0;
      bottom: 0;
      height: 100%;
      clip-path: ellipse(100% 100% at 100% 100%);
    }

    .afk-hero-swoosh__blue {
      right: 60;
      width: 74%;
      background: #1F80AC;
      transform: translateX(40px);
      z-index: 1;
    }

    .afk-hero-swoosh__red {
      right: -30px;
      width: 64%;
      background: #ED3237;
      transform: translateX(20px);
      z-index: 2;
    }

    .afk-hero-swoosh__accent {
      width: 50%;
      background-color: #f8faff;
      /* background-image: linear-gradient(rgba(255, 254, 253, 0.578) 1px, transparent 1px),
        linear-gradient(90deg, rgba(250, 250, 249, 0.767) 1px, transparent 1px); */
      background-size: 64px 48px;
      z-index: 3;
    }

    @media (max-width: 1023px) {

      .afk-hero-swoosh__blue,
      .afk-hero-swoosh__red,
      .afk-hero-swoosh__accent {
        right: -18%;
        width: 125%;
        height: 58%;
      }

      .afk-hero-swoosh__accent {
        right: -24%;
        width: 106%;
      }

      .afk-hero-swoosh__red {
        right: -30%;
        width: 125%;
      }
    }

    .afk-hero-banners {
      overflow: hidden;
    }

    .afk-hero-banner {
      position: absolute;
      right: 0;
      bottom: 0;
      width: min(76vw, 1450px);
      height: 100%;
      object-fit: cover;
      object-position: right center;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.015);
      transition: opacity 0.38s ease, transform 0.38s ease, visibility 0.38s ease;
    }

    .afk-hero-banner.is-active {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
    }

    @media (prefers-reduced-motion: reduce) {
      .afk-hero-banner {
        transition: none;
      }
    }

    @media (max-width: 1023px) {
      .afk-hero-banners {
        top: 42%;
        height: 58%;
      }

      .afk-hero-banner {
        width: 100%;
        height: 100%;
        object-position: right center;
      }
    }

    @media (max-width: 640px) {
      .afk-hero-banners {
        top: 48%;
        height: 52%;
      }

      .afk-hero-banner {
        object-position: 78% center;
      }
    }

    /* Hero curved split shape (desktop) */
    .afk-hero-curve {
      clip-path: path('M0,0 H1000 V900 H430 C 260,900 260,520 430,470 C 600,420 600,60 380,0 Z');
    }

    @supports not (clip-path: path('M0 0')) {
      .afk-hero-curve {
        clip-path: none;
      }
    }

    /* Circular gauge image frame */
    .afk-hero-ring {
      background: conic-gradient(from 220deg, #38d6c6, #1565a3 45%, #f5a623 75%, #38d6c6);
      padding: 6px;
    }

    /* ===== CONTACT SECTION – FULLY SCOPED ===== */
    /* ===== CONTACT: form card (border + shadow) ===== */
.contactus-layout-scope .contactus-form-section {
  flex: 1.3;
  min-width: 0;
  padding: 36px;
  background: #ffffff;
  border: 1px solid rgba(31, 128, 172, 0.18);
  border-top: 4px solid #1F80AC;
  border-radius: 24px;
  box-shadow:
    0 20px 50px -12px rgba(31, 128, 172, 0.22),
    0 6px 16px rgba(9, 41, 54, 0.06);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.contactus-layout-scope .contactus-form-section:hover {
  box-shadow:
    0 28px 60px -12px rgba(31, 128, 172, 0.3),
    0 8px 20px rgba(9, 41, 54, 0.08);
}

/* Titles (ab <p> hain, isliye class se style) */
.contactus-layout-scope .contactus-form-title {
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
  color: #1e293b;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.contactus-layout-scope .contactus-info-block .contactus-info-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.contactus-layout-scope .contactus-info-block .contactus-info-text {
  margin: 0;
  color: #d7d7d7;
  font-size: 15px;
  line-height: 1.55;
}

.contactus-layout-scope .contactus-social-media .contactus-social-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

/* Inputs: halka border taaki card ke andar saaf dikhein */
.contactus-layout-scope .contactus-form-group input,
.contactus-layout-scope .contactus-form-group textarea,
.contactus-layout-scope .contactus-custom-select-trigger {
  border: 1px solid #e2e8f0;
}

.contactus-layout-scope .contactus-form-group input:hover,
.contactus-layout-scope .contactus-form-group textarea:hover,
.contactus-layout-scope .contactus-custom-select-trigger:hover {
  border-color: rgba(31, 128, 172, 0.45);
}

.contactus-layout-scope .contactus-form-group input:focus,
.contactus-layout-scope .contactus-form-group textarea:focus {
  border-color: #1F80AC;
  box-shadow: 0 0 0 3px rgba(31, 128, 172, 0.15);
}

/* Mobile */
@media (max-width: 850px) {
  .contactus-layout-scope .contactus-form-section {
    padding: 28px 22px;
  }
}

@media (max-width: 480px) {
  .contactus-layout-scope .contactus-form-section {
    padding: 24px 16px;
    border-radius: 18px;
  }

  .contactus-layout-scope .contactus-form-title {
    font-size: 24px;
  }
}
    .contactus-layout-scope {
      /* Scoped variables to avoid conflicts */
      --font-primary: "Inter", sans-serif;
      --font-heading: "Playfair Display", serif;
      --primary-blue: #1b4d8f;

      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 140px 20px 20px 20px;
      box-sizing: border-box;
      background-color: #ffffff;
    }

    .contactus-layout-scope * {
      box-sizing: border-box;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Scoped section header styles */
    .contactus-layout-scope .section-header-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      max-width: 680px;
      margin: 0 auto 10px;
      padding: 0 20px;
    }

    .contactus-layout-scope .section-eyebrow {
      font-family: var(--font-primary);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--primary-blue);
      margin-bottom: 16px;
    }

    .contactus-layout-scope .section-title {
      font-family: var(--font-heading);
      font-size: clamp(2rem, 3.2vw, 2.6rem);
      font-weight: 800;
      letter-spacing: -0.01em;
      line-height: 1.2;
      color: #111111;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 18px;
    }

    .contactus-layout-scope .section-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 44px;
      height: 3px;
      border-radius: 2px;
      background: var(--primary-blue);
      transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .contactus-layout-scope .section-header-block:hover .section-title::after {
      width: 84px;
    }

    /* Reveal on scroll scoped */
    .contactus-layout-scope .reveal-on-scroll {
      opacity: 0;
      transform: translateY(34px);
      transition:
        opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
      will-change: opacity, transform;
    }

    .contactus-layout-scope .reveal-on-scroll.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    /* Contact main container */
    .contactus-layout-scope .contactus-main-container {
      display: flex;
      width: 100%;
      max-width: 1100px;
      background: #ffffff;
      border-radius: 24px;
      overflow: visible;
      gap: 35px;
      position: relative;
    }

    /* Form section */
    .contactus-layout-scope .contactus-form-section {
      flex: 1.3;
      padding: 15px;
      min-width: 0;
    }

    .contactus-layout-scope .contactus-subtitle {
      color: #e57373;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .contactus-layout-scope .contactus-subtitle::before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 2px;
      background-color: #e57373;
    }

    .contactus-layout-scope .contactus-form-section h1 {
      color: #1e293b;
      font-size: 32px;
      margin-bottom: 24px;
      font-weight: 700;
      line-height: 1.25;
    }

    .contactus-layout-scope .contactus-grid-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .contactus-layout-scope .contactus-form-group {
      display: flex;
      flex-direction: column;
      min-width: 0;
    }

    .contactus-layout-scope .contactus-full-width {
      grid-column: span 2;
    }

    .contactus-layout-scope .contactus-form-group input,
    .contactus-layout-scope .contactus-form-group textarea,
    .contactus-layout-scope .contactus-custom-select-trigger {
      width: 100%;
      padding: 14px 18px;
      background-color: #f8fafc;
      border: 1px solid transparent;
      border-radius: 12px;
      font-size: 15px;
      color: #1e293b;
      transition: all 0.3s ease;
      outline: none;
    }

    .contactus-layout-scope .contactus-form-group input:focus,
    .contactus-layout-scope .contactus-form-group textarea:focus {
      border-color: #a2d2ff;
      background-color: #ffffff;
      box-shadow: 0 0 0 3px rgba(162, 210, 255, 0.2);
    }

    .contactus-layout-scope .contactus-form-group textarea {
      resize: none;
      height: 120px;
    }

    .contactus-layout-scope .contactus-custom-select-wrapper {
      position: relative;
      cursor: pointer;
      user-select: none;
    }

    .contactus-layout-scope .contactus-custom-select-trigger {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .contactus-layout-scope .contactus-custom-select-trigger i {
      width: 14px;
      height: 14px;
      color: #e57373;
      transition: transform 0.3s ease;
      flex: none;
    }

    .contactus-layout-scope .contactus-custom-select-wrapper.contactus-open .contactus-custom-select-trigger i {
      transform: rotate(180deg);
    }

    .contactus-layout-scope .contactus-custom-options {
      position: absolute;
      top: calc(100% + 5px);
      left: 0;
      right: 0;
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
      border: 1px solid #e3f2fd;
      max-height: 150px;
      overflow-y: auto;
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-8px);
      transition: all 0.3s ease;
    }

    .contactus-layout-scope .contactus-custom-select-wrapper.contactus-open .contactus-custom-options {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .contactus-layout-scope .contactus-custom-option {
      padding: 11px 18px;
      font-size: 15px;
      color: #1e293b;
      transition: background 0.2s ease;
    }

    .contactus-layout-scope .contactus-custom-option:hover {
      background-color: #e3f2fd;
    }

    .contactus-layout-scope .contactus-custom-options::-webkit-scrollbar {
      width: 6px;
    }

    .contactus-layout-scope .contactus-custom-options::-webkit-scrollbar-track {
      background: #f8fafc;
      border-radius: 0 12px 12px 0;
    }

    .contactus-layout-scope .contactus-custom-options::-webkit-scrollbar-thumb {
      background: #e57373;
      border-radius: 10px;
    }

    .contactus-layout-scope .contactus-submit-container {
      grid-column: span 2;
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 8px;
    }

    .contactus-layout-scope .contactus-btn-submit {
      background-color: #ffb7b2;
      color: #1e293b;
      border: none;
      padding: 14px 28px;
      border-radius: 28px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .contactus-layout-scope .contactus-btn-submit:hover {
      background-color: #e57373;
      color: #ffffff;
      transform: translateY(-1px);
    }

    .contactus-layout-scope .contactus-btn-icon {
      background-color: #000000;
      color: #ffffff;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      flex: none;
    }

    .contactus-layout-scope .contactus-btn-icon i {
      width: 17px;
      height: 17px;
      color: #ffffff;
    }

    /* Info section */
    .contactus-layout-scope .contactus-info-section {
      flex: 0.7;
      background-color: #050505;
      border-radius: 24px;
      padding: 40px 32px 32px 32px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      min-width: 0;
    }

    .contactus-layout-scope .contactus-info-block {
      margin-bottom: 22px;
    }

    .contactus-layout-scope .contactus-info-block h3 {
      font-size: 20px;
      color: #ffffff;
      margin-bottom: 8px;
      font-weight: 600;
    }

    .contactus-layout-scope .contactus-info-block p {
      color: #d7d7d7;
      font-size: 15px;
      line-height: 1.55;
    }

    .contactus-layout-scope .contactus-detail-list {
      display: grid;
      gap: 18px;
      margin-top: 30px;
    }

    .contactus-layout-scope .contactus-detail-row {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }

    .contactus-layout-scope .contactus-detail-row>i {
      width: 24px;
      padding-top: 3px;
      color: #ffffff;
      font-size: 1.15rem;
      text-align: center;
      flex: none;
    }

    .contactus-layout-scope .contactus-detail-row p {
      margin: 0;
      color: #f2f2f2;
      font-size: 15px;
      line-height: 1.5;
    }

    .contactus-layout-scope .contactus-detail-row p a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      font-size: 1.08rem;
      margin-top: 2px;
    }

    .contactus-layout-scope .contactus-detail-row p a:hover {
      color: #ff5a65;
    }

    .contactus-layout-scope .contactus-social-media h3 {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 12px;
    }

    .contactus-layout-scope .contactus-character-wrapper {
      position: absolute;
      bottom: 100%;
      right: 40px;
      width: 170px;
      height: auto;
      z-index: 15;
      pointer-events: none;
      margin-bottom: -47px;
    }

    .contactus-layout-scope .contactus-character-wrapper img {
      width: 100%;
      height: auto;
      display: block;
      mix-blend-mode: multiply;
    }

    /* Social media block scoped (shared brand-social-row) */
    .contactus-layout-scope .brand-social-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .contactus-layout-scope .brand-social-row a {
      width: 36px;
      height: 36px;
      border-radius: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ffffff;
      border: 1px solid rgba(15, 23, 42, 0.08);
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .contactus-layout-scope .brand-social-row a i {
      width: 16px;
      height: 16px;
      color: #475569;
      transition: color 0.3s, transform 0.3s;
    }

    .contactus-layout-scope .brand-social-row a:hover {
      background: #0f172a;
      border-color: #0f172a;
      transform: translateY(-3px);
      box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
    }

    .contactus-layout-scope .brand-social-row a:hover i {
      color: #fff;
    }

    .contactus-layout-scope .brand-social-row.on-dark a {
      background: #ffffff;
      border-color: #ffffff;
      border-radius: 50%;
    }

    .contactus-layout-scope .brand-social-row.on-dark a i {
      color: #050505;
    }

    .contactus-layout-scope .brand-social-row.on-dark a:hover {
      background: #ed3237;
      border-color: #ed3237;
    }

    /* Media queries */
    @media (max-width: 850px) {
      .contactus-layout-scope {
        padding-top: 110px;
      }

      .contactus-layout-scope .contactus-main-container {
        flex-direction: column;
        gap: 30px;
      }

      .contactus-layout-scope .contactus-grid-form {
        grid-template-columns: 1fr;
      }

      .contactus-layout-scope .contactus-full-width,
      .contactus-layout-scope .contactus-submit-container {
        grid-column: span 1;
      }

      .contactus-layout-scope .contactus-character-wrapper {
        width: 180px;
        right: 30px;
      }
    }

    @media (max-width: 480px) {
      .contactus-layout-scope {
        padding: 96px 14px 14px;
      }

      .contactus-layout-scope .contactus-form-section h1 {
        font-size: 24px;
      }

      .contactus-layout-scope .contactus-info-section {
        padding: 32px 20px 24px;
      }

      .contactus-layout-scope .contactus-character-wrapper {
        width: 120px;
        right: 16px;
        margin-bottom: -34px;
      }

      .contactus-layout-scope .contactus-btn-submit {
        padding: 12px 20px;
        font-size: 14px;
      }
    }

    @media (max-width: 640px) {
      .contactus-layout-scope .section-header-block {
        margin-bottom: 36px;
      }

      .contactus-layout-scope .section-title {
        font-size: 1.9rem;
      }
    }



    /* ===== Why Ace Flow section styles — all selectors scoped/prefixed with "acf-" ===== */

    #acf-why {
      background-color: #F7F8F9;
      background-image: repeating-linear-gradient(90deg,
          rgba(31, 128, 172, 0.05) 0px,
          rgba(31, 128, 172, 0.05) 1px,
          transparent 1px,
          transparent 7px);
    }

    /* subtle top/bottom fade so the stripe texture doesn't feel harsh at the edges */
    #acf-why::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg,
          #F7F8F9 0%,
          rgba(247, 248, 249, 0) 12%,
          rgba(247, 248, 249, 0) 88%,
          #F7F8F9 100%);
      pointer-events: none;
    }

    /* Card video zoom-on-hover */
    .acf-card-video {
      transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .acf-card:hover .acf-card-video {
      transform: scale(1.08);
    }


    .why-card {
      transition: transform 0.3s ease;
    }

    .why-card:hover {
      transform: translateY(-8px);
    }

    .why-card-inner {
      min-height: 365px;
      background: rgba(255, 255, 255, 0.84);
      box-shadow: 0 18px 45px rgba(9, 41, 54, 0.08);
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px);
    }

    .why-icon {
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .why-card:hover .why-icon {
      background-color: #ed3237;
      transform: scale(1.08);
    }

    .corner {
      position: absolute;
      z-index: 10;
      width: 42px;
      height: 42px;
      pointer-events: none;
      transition:
        width 0.3s ease,
        height 0.3s ease,
        border-color 0.3s ease;
    }

    .corner-top-left {
      top: 0;
      left: 0;
      border-top: 3px solid #092936;
      border-left: 3px solid #092936;
      border-top-left-radius: 17px;
    }

    .corner-top-right {
      top: 0;
      right: 0;
      border-top: 3px solid #092936;
      border-right: 3px solid #092936;
      border-top-right-radius: 17px;
    }

    .corner-bottom-left {
      bottom: 0;
      left: 0;
      border-bottom: 3px solid #092936;
      border-left: 3px solid #092936;
      border-bottom-left-radius: 17px;
    }

    .corner-bottom-right {
      right: 0;
      bottom: 0;
      border-right: 3px solid #092936;
      border-bottom: 3px solid #092936;
      border-bottom-right-radius: 17px;
    }

    .why-card:hover .corner {
      width: 56px;
      height: 56px;
      border-color: #ed3237;
    }

    @media (max-width: 767px) {
      .why-card-inner {
        min-height: 340px;
      }
    }

    @media (prefers-reduced-motion: reduce) {

      .why-card,
      .why-icon,
      .corner {
        transition: none;
      }
    }

    .co-card {
      border: 1px solid rgba(38, 38, 38, 0.1);
      border-top: 4px solid #1F80AC;
      border-radius: 10px;
      background: #FFFFFF;
      padding: 1.5rem;
      box-shadow: 0 12px 32px rgba(31, 128, 172, 0.08);
    }

    .co-card:focus-within {
      border-color: rgba(31, 128, 172, 0.35);
      box-shadow: 0 14px 36px rgba(31, 128, 172, 0.12);
    }

    .co-title {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      border-bottom: 1px solid rgba(38, 38, 38, 0.1);
      padding-bottom: 1rem;
      color: #262626;
      font-family: 'Fraunces', Georgia, serif;
      font-size: 1.25rem;
      font-weight: 700;
    }

    .co-title i {
      display: grid;
      width: 2.25rem;
      height: 2.25rem;
      place-items: center;
      border-radius: 10px;
      background: #1F80AC;
      color: #FFFFFF;
      font-size: 0.875rem;
    }

    .co-label {
      display: block;
      margin-bottom: 0.375rem;
      color: #737373;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .co-input {
      width: 100%;
      border: 1px solid rgba(38, 38, 38, 0.15);
      border-radius: 10px;
      background: #FFFFFF;
      color: #262626;
      padding: 0.75rem 1rem;
      font-size: 0.875rem;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .co-input::placeholder {
      color: rgba(115, 115, 115, 0.6);
    }

    .co-input:hover {
      border-color: rgba(31, 128, 172, 0.4);
    }

    .co-input:focus {
      border-color: #1F80AC;
      outline: none;
      box-shadow: 0 0 0 3px rgba(31, 128, 172, 0.14);
    }

    .co-input[aria-invalid="true"] {
      border-color: #ED3237;
      box-shadow: 0 0 0 3px rgba(237, 50, 55, 0.15);
    }

    .co-error {
      display: none;
      margin-top: 0.25rem;
      color: #ED3237;
      font-size: 0.75rem;
      font-weight: 500;
    }

    .co-error.is-visible {
      display: block;
    }

    .co-pay {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      cursor: pointer;
      border: 1px solid rgba(38, 38, 38, 0.15);
      border-radius: 10px;
      color: #262626;
      padding: 0.875rem 1rem;
      font-size: 0.875rem;
      font-weight: 600;
      transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    }

    .co-pay:hover {
      border-color: #1F80AC;
      background: rgba(31, 128, 172, 0.05);
      transform: translateY(-2px);
    }

    .co-pay:has(input:checked) {
      border-color: #1F80AC;
      background: rgba(31, 128, 172, 0.08);
      box-shadow: inset 3px 0 0 #ED3237;
    }

    .co-pay input {
      accent-color: #1F80AC;
    }

    @media (min-width: 640px) {
      .co-card {
        padding: 1.75rem;
      }
    }



    /* PRODUCT PAGE */

    .heat-bar {
      background: linear-gradient(90deg, #1F80AC 0%, #D9DDE0 50%, #ED3237 100%);
    }

    #mainImage {
      transition: opacity .22s ease;
    }

    .thumb {
      transition: border-color .2s ease, transform .2s ease;
    }

    .thumb[aria-current="true"] {
      border-color: #1F80AC;
    }

    .thumb:hover {
      transform: translateY(-2px);
    }

    #progressBar {
      transition: none;
      width: 0;
    }

    .pdp :focus-visible {
      outline: 3px solid #1F80AC;
      outline-offset: 2px;
    }

    @media (prefers-reduced-motion: reduce) {

      #mainImage,
      .thumb {
        transition: none;
      }
    }


    /* left and right 
     */
     /* ============ SCROLL REVEAL (left / right / up) ============ */

/* horizontal scrollbar na aaye, aur sticky pills bhi na tootein (clip, hidden nahi) */
html, body { overflow-x: clip; }

.rv-init { opacity: 0; }

.rv-in {
  animation-duration: 0.9s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: var(--rv-delay, 0ms);
  animation-fill-mode: backwards; /* end par natural state, taaki hover effects na tootein */
}

.rv-in[data-rv="left"]  { animation-name: rvLeft; }
.rv-in[data-rv="right"] { animation-name: rvRight; }
.rv-in[data-rv="up"]    { animation-name: rvUp; }

/* `translate` property use ki hai, Tailwind ke hover:-translate-y se conflict nahi hoga */
@keyframes rvLeft {
  from { opacity: 0; translate: -90px 0; }
  to   { opacity: 1; translate: 0 0; }
}
@keyframes rvRight {
  from { opacity: 0; translate: 90px 0; }
  to   { opacity: 1; translate: 0 0; }
}
@keyframes rvUp {
  from { opacity: 0; translate: 0 50px; }
  to   { opacity: 1; translate: 0 0; }
}

@media (max-width: 768px) {
  @keyframes rvLeft  { from { opacity: 0; translate: -40px 0; } to { opacity: 1; translate: 0 0; } }
  @keyframes rvRight { from { opacity: 0; translate: 40px 0; }  to { opacity: 1; translate: 0 0; } }
}

@media (prefers-reduced-motion: reduce) {
  .rv-init { opacity: 1 !important; }
  .rv-in { animation: none !important; }
}

.editorial-body-desc h3 {
                font-size: 26px;
                margin-bottom: 14px;
                color: #111111;
            }

      .editorial-body-desc {
        padding-inline: clamp(16px, 3vw, 40px);
        box-sizing: border-box;
      }

            /* Scroll wrapper (plain div, no class) */
            .editorial-body-desc>div {
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                border-radius: 2px;
                scrollbar-width: thin;
                scrollbar-color: #b0b0b0 #f1f1f1;
            }

            .editorial-body-desc>div::-webkit-scrollbar {
                height: 10px;
            }

            .editorial-body-desc>div::-webkit-scrollbar-track {
                background: #f1f1f1;
                border-radius: 5px;
            }

            .editorial-body-desc>div::-webkit-scrollbar-thumb {
                background: #b0b0b0;
                border-radius: 5px;
            }

            .editorial-body-desc>div::-webkit-scrollbar-thumb:hover {
                background: #909090;
            }

            /* Table */
            .editorial-body-desc .specs-table-scroll {
              width: min(100%, 1545px);
              max-width: 100%;
              margin: 0 auto;
              overflow-x: auto;
              overflow-y: hidden;
              -webkit-overflow-scrolling: touch;
            }

            .editorial-body-desc table {
                width: 100%;
                min-width: 700px;
                border-collapse: collapse;
                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
                font-size: 14px;
                margin: 1.5rem 0;
                background-color: #ffffff;
                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            }

            /* Header - teal */
            .editorial-body-desc table thead tr {
                background-color: #1a80a4;
                color: #ffffff;
            }

            .editorial-body-desc table th {
                padding: 12px 14px;
                text-align: left;
                font-weight: 600;
                color: #ffffff;
                border-right: 1px solid rgba(255, 255, 255, 0.2);
            }

            .editorial-body-desc table th:last-child {
                border-right: none;
            }

            /* Body cells */
            .editorial-body-desc table td {
                padding: 12px 14px;
                color: #374151;
                border-right: 1px solid #e5e7eb;
                border-bottom: 1px solid #e5e7eb;
            }

            .editorial-body-desc table td:last-child {
                border-right: none;
            }

            /* Alternating rows */
            .editorial-body-desc table tbody tr:nth-child(even) td {
                background-color: #e5e7eb;
            }

            .editorial-body-desc table tbody tr:nth-child(odd) td {
                background-color: #ffffff;
            }

            /* Row 1 highlight - pink (remove this block if not needed) */
            .editorial-body-desc table tbody tr:first-child td {
                background-color: #f4245c;
                color: #ffffff;
                font-weight: 500;
            }

            .editorial-body-desc table tbody tr:first-child td a {
                color: #a5f3fc;
                text-decoration: underline;
                font-weight: 600;
            }

            .editorial-body-desc table tbody tr:first-child td a:hover {
                color: #ffffff;
            }

            /* Links */
            .editorial-body-desc table tbody tr:not(:first-child) td a {
                color: #0066cc;
                text-decoration: none;
                font-weight: 600;
            }

            .editorial-body-desc table tbody tr:not(:first-child) td a:hover {
                text-decoration: underline;
            }

            /* Row hover */
            .editorial-body-desc table tbody tr:not(:first-child):hover td {
                background-color: #d1d5db;
            }


          /* about */

      

    /* =====================================================
       ABOUT SECTION PALETTE — change colours only here
    ===================================================== */
    :root {
      --about-bg: #f5f5f5;
      --about-accent: #ED3237;
      --about-heading: #262626;
      --about-text: #555555;
      --about-mesh: #1F80AC;
      --about-ring: #faf8f5;
    }

    /* =====================================================
       REVEAL ON SCROLL
    ===================================================== */
    .reveal-on-scroll {
      opacity: 0;
      transform: translateY(34px);
      transition: opacity .85s cubic-bezier(.16, 1, .3, 1), transform .85s cubic-bezier(.16, 1, .3, 1);
      will-change: opacity, transform;
    }
    .reveal-on-scroll.in-view { opacity: 1; transform: translateY(0); }
    .reveal-on-scroll.reveal-delay-1 { transition-delay: .12s; }
    .reveal-on-scroll.reveal-delay-2 { transition-delay: .24s; }
    .reveal-on-scroll.reveal-delay-3 { transition-delay: .36s; }
    .reveal-on-scroll.reveal-delay-4 { transition-delay: .48s; }
    .reveal-zoom { transform: scale(.94); }
    .reveal-zoom.in-view { transform: scale(1); }

    @media (prefers-reduced-motion: reduce) {
      .reveal-on-scroll { opacity: 1 !important; transform: none !important; transition: none !important; }
      .npo-about-floating-anim { animation: none !important; }
    }

    /* =====================================================
       ABOUT SECTION (same design as Innovatec)
    ===================================================== */
    .npo-about-section-wrapper {
      padding: 50px 0;
      background-color: var(--about-bg);
      position: relative;
      box-sizing: border-box;
    }
    .npo-about-section-wrapper *,
    .npo-about-section-wrapper *::before,
    .npo-about-section-wrapper *::after { box-sizing: border-box; }

    .npo-about-main-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 40px;
      position: relative;
    }
    .npo-about-flow-content-block { display: block; width: 100%; }

    .npo-about-media-canvas {
      float: left;
      width: 45%;
      max-width: 460px;
      height: auto;
      margin-right: 40px;
      margin-bottom: 10px;
      position: relative;
      display: block;
    }

    .npo-about-product-slider {
      position: relative;
      z-index: 2;
      width: 100%;
      aspect-ratio: 1;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(31, 128, 172, .15);
      box-shadow: 0 18px 45px rgba(23, 35, 45, .12);
    }

    .npo-about-product-slide {
      position: absolute;
      inset: 0;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transform: translateX(18px);
      transition: opacity .55s ease, transform .55s ease, visibility .55s ease;
    }

    .npo-about-product-slide.is-active {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }

    .npo-about-product-slide img {
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      object-fit: contain !important;
      display: block !important;
      padding: 34px;
    }

    .npo-about-product-link {
      position: absolute;
      right: 16px;
      bottom: 16px;
      left: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 14px 16px;
      background: rgba(255, 255, 255, .94);
      color: var(--about-heading);
      font-family: "Inter", sans-serif;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 8px 24px rgba(23, 35, 45, .12);
    }

    .npo-about-product-link span:last-child {
      display: grid;
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      place-items: center;
      background: var(--about-accent);
      color: #fff;
      font-size: 20px;
      line-height: 1;
      transition: transform .2s ease, background-color .2s ease;
    }

    .npo-about-product-link:hover span:last-child {
      background: var(--about-mesh);
      transform: translateX(3px);
    }

    .npo-about-flow-content-block > span {
      font-family: "Inter", sans-serif;
      color: var(--about-accent);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.5px;
      display: block;
      margin-bottom: 8px;
      text-transform: uppercase;
    }
    .npo-about-flow-content-block > .npo-about-section-heading {
      font-family: "Playfair Display", serif;
      font-size: 38px;
      color: var(--about-heading);
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 14px;
      font-weight: 800;
    }
    .npo-about-flow-content-block > p {
      font-family: "Inter", sans-serif;
      font-size: 14px;
      color: var(--about-text);
      line-height: 1.65;
      margin-bottom: 14px;
      text-align: justify;
    }
    .npo-about-flow-content-block > .npo-about-subheading {
      font-family: "Playfair Display", serif;
      font-size: 22px;
      color: var(--about-heading);
      margin-top: 18px;
      margin-bottom: 10px;
      font-weight: 700;
      display: block;
      clear: none;
    }

    @keyframes npoAboutDynamicDrift {
      0% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
      100% { transform: translateY(0); }
    }
    .npo-about-floating-anim { animation: npoAboutDynamicDrift 6s ease-in-out infinite; }

    @media (max-width: 991px) {
      .npo-about-media-canvas {
        float: none !important;
        width: 100% !important;
        max-width: 380px !important;
        margin: 0 auto 25px auto !important;
        height: 320px !important;
      }
      .npo-about-flow-content-block > span,
      .npo-about-flow-content-block > h2,
      .npo-about-flow-content-block > h3 { text-align: center; }
      .npo-about-flow-content-block > p { text-align: left; }
    }

    @media (max-width: 480px) {
      .npo-about-section-wrapper { padding: 36px 0; }
      .npo-about-main-container { padding: 0 20px; }
      .npo-about-flow-content-block > .npo-about-section-heading { font-size: 28px; }
      .npo-about-flow-content-block > .npo-about-subheading { font-size: 20px; }
      .npo-about-product-slide img { padding: 22px; }
      .npo-about-product-link { right: 10px; bottom: 10px; left: 10px; padding: 12px; }
    }

    /* =====================================================
       NAVBAR HELPERS (dropdown + mobile drawer)
       If your Style.css already has these afk-* rules,
       you can delete this block.
    ===================================================== */
    .afk-navbar.is-scrolled { box-shadow: 0 8px 24px -12px rgba(38, 38, 38, .25); }

    .afk-caret {
      display: inline-block;
      font-size: 0.68rem;
      transition: transform .25s ease;
    }
    .afk-subitem__caret {
      font-size: 0.62rem;
    }
    .afk-dropdown.open > .afk-dropdown__trigger .afk-caret { transform: rotate(180deg); }

    .afk-subitem { position: relative; }

    .afk-dropdown__panel,
    .afk-subitem__panel {
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity .25s ease, transform .25s ease, visibility .25s;
      z-index: 60;
    }
    .afk-dropdown:hover > .afk-dropdown__panel,
    .afk-dropdown:focus-within > .afk-dropdown__panel,
    .afk-subitem:hover > .afk-subitem__panel {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    #afkOverlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .45);
      z-index: 40;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s ease, visibility .3s ease;
    }
    #afkOverlay.show { opacity: 1; visibility: visible; }

    @media (max-width: 1023px) {
      #afkNavbar { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }

      #afkMainMenu {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(340px, 88vw);
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        gap: 0 !important;
        overflow-y: auto;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform .4s cubic-bezier(.25, .9, .3, 1), visibility .4s;
        z-index: 1000;
        box-shadow: 0 0 40px rgba(0, 0, 0, .25);
      }
      #afkMainMenu.afk-open { transform: translateX(0); visibility: visible; }

      #afkMainMenu > li { border-bottom: 1px solid rgba(38, 38, 38, .08); }
      #afkMainMenu > li > a,
      #afkMainMenu .afk-dropdown__trigger {
        width: 100%;
        padding: 16px 20px !important;
        font-size: 1rem;
        justify-content: space-between;
      }

      .afk-dropdown__panel,
      .afk-subitem__panel {
        position: static !important;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: 0 !important;
        max-height: none !important;
        box-shadow: none !important;
        border: 0 !important;
        background: #FAFAF8;
      }
      .afk-dropdown.open > .afk-dropdown__panel,
      .afk-subitem.open > .afk-subitem__panel { display: block; }
      .afk-subitem > a { padding-left: 32px !important; }
      .afk-subitem__panel a { padding-left: 48px !important; }
      .afk-subitem.open > a .afk-subitem__caret { transform: rotate(90deg); }
    }

    a:focus-visible, button:focus-visible, select:focus-visible {
      outline: 2px solid #1F80AC;
      outline-offset: 3px;
    }

   
    :root {
      --gal-bg: #f5f5f5;
      --gal-accent: #ED3237;
      --gal-primary: #1F80AC;
      --gal-heading: #262626;
      --gal-text: #555555;
    }

    .gal-section { background: var(--gal-bg); padding: 50px 0 70px; }
    .gal-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

    .gal-eyebrow {
      font-family: "Inter", sans-serif; color: var(--gal-accent);
      font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
      display: block; margin-bottom: 8px; text-align: center;
    }
    .gal-title {
      font-family: "Playfair Display", serif; color: var(--gal-heading);
      font-size: clamp(28px, 4vw, 42px); font-weight: 800; line-height: 1.2;
      text-align: center; margin-bottom: 12px;
    }
    .gal-sub {
      font-family: "Inter", sans-serif; color: var(--gal-text);
      font-size: 14px; line-height: 1.65; text-align: center;
      max-width: 560px; margin: 0 auto 28px;
    }

    /* Grid: 1 col mobile, 2 tablet, 3 laptop, 4 wide */
    .gal-grid {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 16px;
    }
    @media (min-width: 560px) { .gal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (min-width: 900px) { .gal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }
    @media (min-width: 1200px) { .gal-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

    .gal-item {
      position: relative; overflow: hidden; border-radius: 14px;
      background: #fff; aspect-ratio: 4 / 3; min-height: 280px; cursor: zoom-in;
      box-shadow: 0 8px 24px -12px rgba(38, 38, 38, .25);
      border: 0; padding: 0; display: block; width: 100%;
      transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease, opacity .35s ease;
    }
    .gal-item:hover { transform: translateY(-4px); box-shadow: 0 18px 36px -14px rgba(31, 128, 172, .4); }
    .gal-item img {
      width: 100%; height: 100%; object-fit: contain; display: block; padding: 12px;
      transition: transform .6s cubic-bezier(.16, 1, .3, 1);
    }
    .gal-item:hover img { transform: scale(1.06); }

    .gal-zoom {
      position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
      background: transparent; color: #fff; font-size: 26px;
      opacity: 0; transition: opacity .3s ease;
    }
    .gal-item:hover .gal-zoom, .gal-item:focus-visible .gal-zoom { opacity: 1; }


    /* Lightbox */
    .gal-lb {
      position: fixed; inset: 0; z-index: 2000; background: rgba(10, 12, 14, .94);
      display: flex; align-items: center; justify-content: center; flex-direction: column;
      opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease;
      padding: 60px 16px 24px;
    }
    .gal-lb.open { opacity: 1; visibility: visible; }
    .gal-lb-stage { position: relative; max-width: 1100px; width: 100%; text-align: center; }
    .gal-lb img {
      max-width: 100%; max-height: 72vh; margin: 0 auto; object-fit: contain;
      border-radius: 8px; box-shadow: 0 20px 60px rgba(0, 0, 0, .6);
      user-select: none; -webkit-user-drag: none; transition: opacity .2s ease;
    }
    .gal-lb-cap { color: #fff; margin-top: 14px; font-family: "Inter", sans-serif; }
    .gal-lb-cap strong { display: block; font-size: 15px; font-weight: 600; }
    .gal-lb-cap span { font-size: 12px; opacity: .7; }
    .gal-lb-btn {
      position: absolute; width: 46px; height: 46px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      background: rgba(255, 255, 255, .1); color: #fff; border: 1px solid rgba(255, 255, 255, .2);
      cursor: pointer; font-size: 16px; transition: background .25s, border-color .25s;
    }
    .gal-lb-btn:hover { background: var(--gal-primary); border-color: var(--gal-primary); }
    .gal-lb-close { top: 16px; right: 16px; }
    .gal-lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
    .gal-lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
    @media (max-width: 640px) {
      .gal-lb-prev, .gal-lb-next { top: auto; bottom: 20px; transform: none; }
      .gal-lb-prev { left: calc(50% - 56px); }
      .gal-lb-next { right: calc(50% - 56px); }
      .gal-lb { padding-bottom: 84px; }
    }
    .gal-lb-count {
      position: absolute; top: 24px; left: 20px; color: #fff; opacity: .8;
      font-family: "Space Mono", monospace; font-size: 12px; letter-spacing: 1px;
    }

    /* Reveal */
    .reveal-on-scroll {
      opacity: 0; transform: translateY(28px);
      transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
    }
    .reveal-on-scroll.in-view { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) {
      .reveal-on-scroll { opacity: 1 !important; transform: none !important; transition: none !important; }
      .gal-item, .gal-item img, .gal-zoom { transition: none; }
    }

   /* =====================================================
       VIDEO PAGE
    ===================================================== */
    :root {
      --vid-bg: #f5f5f5;
      --vid-accent: #ED3237;
      --vid-primary: #1F80AC;
      --vid-heading: #262626;
      --vid-text: #555555;
    }

    /* Hero */
    .vid-hero {
      position: relative; overflow: hidden; color: #fff; text-align: center;
      padding: 72px 24px 130px;
      background:
        radial-gradient(circle at 15% 20%, rgba(31, 128, 172, .55) 0, transparent 45%),
        radial-gradient(circle at 88% 80%, rgba(237, 50, 55, .28) 0, transparent 42%),
        linear-gradient(135deg, #0a141a 0%, #0f2b38 55%, #14536f 100%);
    }
    .vid-hero::after {
      content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .06;
      background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px);
      background-size: 48px 48px;
    }
    .vid-hero > * { position: relative; z-index: 1; }
    .vid-eyebrow {
      display: inline-block; font-family: "Inter", sans-serif; font-size: 12px; font-weight: 700;
      letter-spacing: 1.5px; text-transform: uppercase; color: #fff;
      background: var(--vid-accent); padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
    }
    .vid-hero h1 {
      font-family: "Playfair Display", serif; font-weight: 800; line-height: 1.15;
      font-size: clamp(30px, 5vw, 54px); margin-bottom: 14px;
    }
    .vid-hero p {
      font-family: "Inter", sans-serif; font-size: 15px; line-height: 1.7;
      color: rgba(255, 255, 255, .78); max-width: 620px; margin: 0 auto;
    }

    .vid-section { background: var(--vid-bg); padding: 0 0 80px; }
    .vid-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

    /* Play button */
    .vid-play-icon {
      position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%);
      width: 62px; height: 62px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      background: var(--vid-accent); color: #fff; font-size: 20px; padding-left: 4px;
      box-shadow: 0 10px 30px rgba(237, 50, 55, .55);
      transition: transform .3s ease, background .3s ease;
    }
    .vid-play-icon::before {
      content: ""; position: absolute; inset: 0; border-radius: 50%;
      border: 2px solid var(--vid-accent); animation: vidPulse 2.2s ease-out infinite;
    }
    @keyframes vidPulse { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.7); opacity: 0; } }
    .vid-play:hover .vid-play-icon { transform: translate(-50%, -50%) scale(1.1); background: #fff; color: var(--vid-accent); }

    /* Section heading */
    .vid-head { text-align: center; margin: 36px 0 34px; }
    .vid-head span {
      display: block; font-family: "Inter", sans-serif; color: var(--vid-accent);
      font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px;
    }
    .vid-head > div {
      font-family: "Playfair Display", serif; color: var(--vid-heading);
      font-size: clamp(26px, 3.6vw, 38px); font-weight: 800; line-height: 1.2;
    }

    /* Cards: all the same size, last row centred */
    .vid-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
    .vid-card {
      width: 100%; background: #fff; border-radius: 18px; overflow: hidden;
      box-shadow: 0 10px 30px -14px rgba(38, 38, 38, .3);
      display: flex; flex-direction: column;
      min-height: 100%;
      transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease;
    }
    @media (min-width: 640px) { .vid-card { width: calc((100% - 24px) / 2); } }
    @media (min-width: 992px) { .vid-card { width: calc((100% - 48px) / 3); } }
    .vid-card:hover { transform: translateY(-6px); box-shadow: 0 24px 44px -16px rgba(31, 128, 172, .45); }

    .vid-thumb {
      position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; padding: 0;
      cursor: pointer; background: linear-gradient(135deg, #0f2b38, #1F80AC); overflow: hidden;
    }
    .vid-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.16, 1, .3, 1); }
    .vid-card:hover .vid-thumb img { transform: scale(1.07); }
    .vid-thumb::after { content: ""; position: absolute; inset: 0; background: rgba(10, 20, 26, .28); transition: background .3s ease; }
    .vid-card:hover .vid-thumb::after { background: rgba(10, 20, 26, .5); }

    @media (max-width: 767px) {
      .vid-hero { padding: 56px 20px 110px; }
      .vid-container { padding: 0 16px; }
    }

    /* Player modal */
    .vid-modal {
      position: fixed; inset: 0; z-index: 2000; background: rgba(8, 12, 15, .93);
      display: flex; align-items: center; justify-content: center; flex-direction: column;
      padding: 60px 16px 24px; opacity: 0; visibility: hidden;
      transition: opacity .3s ease, visibility .3s ease;
    }
    .vid-modal.open { opacity: 1; visibility: visible; }
    .vid-frame {
      position: relative; width: min(1000px, 100%); aspect-ratio: 16 / 9;
      background: #000; border-radius: 12px; overflow: hidden;
      box-shadow: 0 30px 80px rgba(0, 0, 0, .7);
      transform: scale(.96); transition: transform .35s cubic-bezier(.16, 1, .3, 1);
    }
    .vid-modal.open .vid-frame { transform: scale(1); }
    .vid-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
    .vid-modal-title { color: #fff; font-family: "Inter", sans-serif; font-weight: 600; font-size: 15px; margin-top: 16px; text-align: center; }
    .vid-modal-close {
      position: absolute; top: 14px; right: 16px; width: 44px; height: 44px; border-radius: 50%;
      background: rgba(255, 255, 255, .1); color: #fff; border: 1px solid rgba(255, 255, 255, .2);
      font-size: 16px; cursor: pointer; transition: background .25s;
    }
    .vid-modal-close:hover { background: var(--vid-accent); border-color: var(--vid-accent); }

    /* Reveal */
    .reveal-on-scroll {
      opacity: 0; transform: translateY(28px);
      transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
    }
    .reveal-on-scroll.in-view { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) {
      .reveal-on-scroll { opacity: 1 !important; transform: none !important; transition: none !important; }
      .vid-card, .vid-thumb img, .vid-frame { transition: none; }
      .vid-play-icon::before { animation: none; }
    }

 

        /* Hide scrollbar */
        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }

        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        /* Smooth panel transition */
        .auth-panel {
            transition:
                opacity 0.35s ease,
                transform 0.35s ease;
        }

        /* Curved branding shape */
        .brand-curve {
            border-radius: 0 0 55% 0;
        }

        .brand-curve-bottom {
            border-radius: 0 55% 0 0;
        }

        /* Input focus */
        .auth-input {
            transition:
                border-color 0.2s ease,
                box-shadow 0.2s ease,
                background-color 0.2s ease;
        }

        .auth-input:focus {
            outline: none;
            border-color: #1F80AC;
            box-shadow: 0 0 0 3px rgba(31, 128, 172, 0.10);
            background: #ffffff;
        }

        .login-page main {
            padding-top: 92px;
            padding-bottom: 36px;
        }

        .login-page .auth-card {
            min-height: 0;
            border: 1px solid rgba(38, 38, 38, 0.12);
        }

        .login-page .auth-brand-panel {
            min-height: 460px;
            background: #1F1F1F;
        }

        .login-page .auth-form-panel {
            padding: 2.5rem;
        }

        .login-page .auth-brand-curve {
            top: -190px;
            left: -230px;
            width: 560px;
            height: 560px;
            background: #FFFFFF;
            opacity: 1;
        }

        .login-page .auth-brand-orbit {
            right: -170px;
            bottom: -210px;
            width: 480px;
            height: 480px;
            border: 70px solid rgba(31, 128, 172, 0.28);
        }

        .login-page .auth-brand-logo {
            width: 180px;
            height: auto;
            object-fit: contain;
            filter: brightness(0) invert(1);
        }

        @media (max-width: 1023px) {
            .login-page .auth-brand-panel {
                min-height: 300px;
            }

            .login-page .auth-form-panel {
                padding: 2rem 1.5rem;
            }
        }


        /* ============ PRODUCT SHOWCASE CARD ============ */
 
  /* panel niche bahar nikalta hai, isliye slider me extra bottom space */
  #productSlider {
    padding-top: 12px;
    padding-bottom: 52px;
  }
 


#sliderTrack .product-slide {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pcard {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;   /* card ko slide ke andar center karta hai — asli fix */
}
  .pcard {
    position: relative;
    width: 100%;
    max-width: 360px;          /* card ki width control yahan se */
    background: #FEFEFE;
    border-radius: 24px;
    padding: 12px 12px 0;
    box-shadow: 0 18px 40px -22px rgba(38, 38, 38, .55);
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease;
  }
 
  .pcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 50px -20px rgba(31, 128, 172, .45);
  }
 
  /* image well */
  .pcard-stage {
    position: relative;
    height: 196px;
    border-radius: 14px;
    background: #EFEFEF;
    overflow: hidden;
  }
 
  /* gold pedestal */
  .pcard-pedestal {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 46px;
    z-index: 1;
  }
 
  .pcard-pedestal-base {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-radius: 0 0 9999px 9999px;
    background: linear-gradient(90deg, #b89753, #d4af37 50%, #997a38);
    box-shadow: 0 10px 18px -10px rgba(38, 38, 38, .6);
  }
 
  .pcard-pedestal-top {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 136px;
    height: 24px;
    border-radius: 9999px;
    background: #F5F5F5;
    border: 1px solid #E2E2E2;
    box-shadow: inset 0 2px 6px rgba(38, 38, 38, .12);
  }
 
  .pcard-img {
    position: absolute;
    left: 50%;
    bottom: 68px;
    transform: translateX(-50%);
    height: 112px;
    width: auto;
    max-width: 74%;
    object-fit: contain;
    z-index: 2;
    user-select: none;
    filter: drop-shadow(0 14px 18px rgba(38, 38, 38, .22));
    transition: transform .45s cubic-bezier(.16, 1, .3, 1);
  }
 
  .pcard:hover .pcard-img {
    transform: translateX(-50%) translateY(-6px) scale(1.04);
  }
 
  .pcard-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 4;
    background: #1F80AC;
    color: #FEFEFE;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 9999px;
  }
 
  /* dark panel — upar image ko overlap karta hai aur niche card se bahar nikalta hai */
  .pcard-panel {
    position: relative;
    z-index: 3;
    margin: -30px -14px -34px;
    padding: 16px 18px 18px;
    border-radius: 18px;
    background: #262626;
    box-shadow: 0 16px 30px -18px rgba(38, 38, 38, .75);
  }
 
  .pcard-title {
    font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.25;
    color: #FEFEFE;
    margin: 0;
    min-height: 2.8em;
  }
 
  .pcard-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin: 4px 0 14px;
  }
 
  .pcard-meta span {
    font-size: .72rem;
    color: rgba(254, 254, 254, .55);
  }
 
  .pcard-meta strong {
    font-size: 1rem;
    font-weight: 800;
    color: #FEFEFE;
  }
 
  .pcard-actions {
    display: flex;
    align-items: stretch;
    gap: 8px;
  }
 
  .pcard-view,
  .pcard-add,
  .pcard-qty {
    flex: 1 1 0;
    min-width: 0;
    min-height: 38px;
    border-radius: 9999px;
    font-size: .72rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  }
 
  .pcard-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(254, 254, 254, .35);
    background: transparent;
    color: #FEFEFE;
    text-decoration: none;
  }
 
  .pcard-view:hover {
    background: #FEFEFE;
    color: #262626;
    border-color: #FEFEFE;
  }
 
  .pcard-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid #1F80AC;
    background: #1F80AC;
    color: #FEFEFE;
  }
 
  .pcard-add:hover {
    background: #FEFEFE;
    border-color: #FEFEFE;
    color: #262626;
  }
 
  .pcard-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    border: 1px solid #1F80AC;
    background: #1F80AC;
    color: #FEFEFE;
  }
 
  .pcard-qty button {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: inherit;
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
  }
 
  .pcard-qty button:hover {
    background: rgba(254, 254, 254, .18);
  }
 
  .pcard-qty span {
    min-width: 20px;
    text-align: center;
    font-size: .78rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
  }
 
  .pcard-hidden {
    display: none !important;
  }

   .agb-banner {
    position: relative;
    width: 100%;
    min-height: 380px;
    overflow: hidden;
    background-color: #12181c; /* fallback while image loads / matches dark left edge */
  }
 
  .agb-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }
 
  /* extra dark gradient over the left side so white text always stays readable,
     even if the source image's left edge is lighter on some crops */
  .agb-banner-fade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      90deg,
      rgba(10, 14, 17, 0.88) 0%,
      rgba(10, 14, 17, 0.78) 22%,
      rgba(10, 14, 17, 0.35) 42%,
      rgba(10, 14, 17, 0) 62%
    );
  }
 
  .agb-banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
  }
 
  .agb-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #FEFEFE;
    
    padding: 6px 14px;
    border-radius: 9999px;
    margin-bottom: 18px;
  }
 
  .agb-title {
    font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #FEFEFE;
    font-size: clamp(1.9rem, 3.6vw, 3rem);
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  }
 
  .agb-text {
    color: rgba(254, 254, 254, 0.85);
    font-size: 0.98rem;
    line-height: 1.7;
    max-width: 360px;
    margin-bottom: 28px;
  }
 
  .agb-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ED3237;
    color: #FEFEFE;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 14px 28px;
    border-radius:10px;
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.25s ease;
  }
 
  .agb-btn:hover {
    background: #1F80AC;
    transform: translateY(-2px);
  }
 
  @media (max-width: 767px) {
    .agb-banner { min-height: 300px; }
    .agb-banner-fade {
      background: linear-gradient(
        180deg,
        rgba(10, 14, 17, 0.9) 0%,
        rgba(10, 14, 17, 0.7) 55%,
        rgba(10, 14, 17, 0.15) 100%
      );
    }
    .agb-title { font-size: 1.6rem; }
    .agb-text { max-width: 280px; font-size: 0.9rem; }
  }


   .afk-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FEFEFE;
    border-top: 1px solid rgba(31, 128, 172, 0.15);
    border-bottom: 1px solid rgba(31, 128, 172, 0.15);
    padding: 20px 0;
  }
 
  .afk-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: afkMarqueeScroll 26s linear infinite;
    will-change: transform;
  }
 
  .afk-marquee:hover .afk-marquee-track {
    animation-play-state: paused;
  }
 
  @keyframes afkMarqueeScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
 
  .afk-marquee-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
 
  .afk-marquee-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-family: 'Playfair Display', 'Fraunces', Georgia, serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2.8rem;
    letter-spacing: 0.01em;
    text-transform: none;
    color: black;
    padding: 0 2.6rem;
  }
 
  .afk-marquee-item i {
    color:#1F80AC;
    font-size: 1.4rem;
    margin-left: 2.6rem;
  }
 
  @media (max-width: 767px) {
    .afk-marquee-item {
      font-size: 1.75rem;
      letter-spacing: 0.005em;
      padding: 0 1.6rem;
    }
    .afk-marquee-item i { margin-left: 1.6rem; font-size: 1rem; }
  }
 
  @media (prefers-reduced-motion: reduce) {
    .afk-marquee-track { animation: none; }
  }

   .btn-modern {
    border-radius: 50px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }

  .btn-icon-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  }

  /* click par yeh class JS se add hogi */
  .btn-icon-arrow.fly-out {
    transform: translate(10px, -10px);
    opacity: 0;
  }  



  /* button ki css  */

  /* Narrow-screen fixes for the shared navbar and cart layout. */
  @media (max-width: 1023px) {
    #afkMainMenu.afk-main-menu--open {
      left: auto;
      right: 0;
      transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
  }

  @media (max-width: 767px) {
    .afk-cart-page main {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }

    .afk-cart-page #cartItemsContainer article {
      grid-template-columns: max-content minmax(0, 1fr) auto !important;
      align-items: center;
    }

    .afk-cart-page #cartItemsContainer article > :first-child {
      grid-column: 1 / -1;
    }

    .afk-cart-page #cartItemsContainer article > :nth-child(2) {
      grid-column: 1;
    }

    .afk-cart-page #cartItemsContainer article > p {
      grid-column: 2;
      min-width: 0;
      white-space: nowrap;
      text-align: right;
    }

    .afk-cart-page #cartItemsContainer article > button {
      grid-column: 3;
      justify-self: end;
    }

    .afk-cart-page .grid.items-start {
      gap: 1.25rem;
    }
  }

  @media (max-width: 380px) {
    .afk-cart-page #cartItemsContainer article {
      gap: 0.75rem;
    }

    .afk-cart-page #cartItemsContainer article > :nth-child(2) button {
      width: 1.75rem;
    }

    .afk-cart-page #cartItemsContainer article > :nth-child(2) span {
      width: 1.5rem;
    }

    .afk-cart-page #cartItemsContainer article > :first-child {
      gap: 0.65rem;
    }

    .afk-cart-page #cartItemsContainer article > :first-child img {
      padding: 0.25rem;
    }
  }

