.elementor-6578 .elementor-element.elementor-element-9998f8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-6578 .elementor-element.elementor-element-d0bad22{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0em 0em 0em 0em;}body.elementor-page-6578{padding:0em 0em 0em 0em;}@media(min-width:768px){.elementor-6578 .elementor-element.elementor-element-9998f8d{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-9998f8d */:root {
        --primary-blue: #092C5E;
        --accent-blue: #3B82F6;
        --bg-off-white: #F8FAFC;
      }
      
      body {
        font-family: 'Inter', sans-serif;
        background-color: var(--bg-off-white);
        color: #0f172a;
      }
      
      h1, h2, h3, h4, h5, h6 {
        font-family: 'Plus Jakarta Sans', sans-serif;
      }

      /* Custom Utilities */
      .container-custom {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 1.5rem;
      }

      .glass-nav {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
      }

      /* Button Styles */
      .btn-primary {
        background-color: #fff;
        border: 2px solid #092C5E;
        color: #092C5E;
        font-weight: 700;
        border-radius: 8px;
        padding: 0.75rem 1.5rem;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        cursor: pointer;
      }
      .btn-primary:hover {
        background-color: #092C5E;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 10px 15px -3px rgba(9, 44, 94, 0.2);
      }

      .btn-secondary {
        background-color: transparent;
        border: 2px solid rgba(255, 255, 255, 0.2);
        color: white;
        font-weight: 600;
        border-radius: 8px;
        padding: 0.75rem 1.5rem;
        transition: all 0.3s ease;
      }
      .btn-secondary:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.4);
      }

      /* Department Tabs */
      .dept-btn {
        width: 100%;
        text-align: left;
        padding: 1.25rem;
        border-radius: 1rem;
        transition: all 0.3s ease;
        border: 1px solid transparent;
      }
      .dept-btn.active {
        background-color: white;
        border-color: #e2e8f0;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
        border-left: 5px solid #092C5E;
      }
      .dept-btn:not(.active):hover {
        background-color: rgba(255, 255, 255, 0.5);
      }
      .dept-btn .icon-box {
        background: #f1f5f9;
        color: #64748b;
        transition: all 0.3s;
      }
      .dept-btn.active .icon-box {
        background: #092C5E;
        color: white;
      }

      /* ========= Marquee Chips (no layout shift) ========= */
      .mmn-chips-section {
        --fade: 80px;
        --pill-bg: rgba(255,255,255,.60);
        --pill-bd: rgba(13,35,69,.18);
        --ink: #0D2345;
        --dot: #3B82F6;
        --chip-h: 42px;
        --row-pad: 8px;
      }

      .mmn-chips-section .mmn-chips {
        display: flex;
        flex-direction: column;
        gap: 32px;
        max-width: 1440px;
        margin: 20px auto 0;
        padding-inline: 0;
        overflow: clip;
        isolation: isolate;
      }

      .mmn-chips-section .row {
        -webkit-mask-image: linear-gradient(to right, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
        mask-image: linear-gradient(to right, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
        block-size: calc(var(--chip-h) + (var(--row-pad)*2));
        overflow: clip;
        contain: content;
      }

      .mmn-chips-section .track {
        display: flex;
        gap: 14px;
        padding-block: var(--row-pad);
        will-change: transform;
        animation: mmn-marquee-left var(--speed,36s) linear infinite;
        width: max-content;
      }

      @keyframes mmn-marquee-left {
        0%   { transform: translate3d(0,0,0); }
        100% { transform: translate3d(-50%,0,0); }
      }

      .mmn-chips-section .chip {
        flex: 0 0 auto;
        white-space: nowrap;
        inline-size: max-content;
        height: var(--chip-h);
        padding: 12px 16px;
        border-radius: 14px;
        color: var(--ink);
        font-weight: 600;
        font-size: 15px;
        line-height: 1;
        background: var(--pill-bg);
        border: 1px solid var(--pill-bd);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 6px 18px rgba(0,0,0,.12);
        display: inline-flex;
        align-items: center;
        gap: 10px;
        will-change: transform;
      }

      .mmn-chips-section .chip::before {
        content: "";
        width: 14px; height: 14px;
        border-radius: 999px;
        background: var(--dot);
        box-shadow: 0 0 0 3px rgba(255,255,255,.70) inset, 0 0 0 2px rgba(59,130,246,.20);
      }

      .mmn-chips-section .chip:hover {
        transform: translate3d(0,-1px,0);
      }

      @media (max-width:640px){
        .mmn-chips-section { --fade:80px; --chip-h: 40px; }
        .mmn-chips-section .track { gap:12px; }
        .mmn-chips-section .chip { font-size:14px; padding:10px 14px; }
      }
      
      /* FAQ Accordion Transitions */
      .faq-answer {
        transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
      }
      
      /* Hero Animation */
      .animate-float-slow {
        animation: float 8s ease-in-out infinite;
      }
      @keyframes float {
        0% { transform: translateY(0px); }
        50% { transform: translateY(-20px); }
        100% { transform: translateY(0px); }
      }

      .blob {
        position: absolute;
        filter: blur(80px);
        opacity: 0.5;
        z-index: 0;
      }

      /* Logos Marquee Styles */
      .logos-section {
        max-width: 1200px;
        margin: 4rem auto;
        padding: 1rem 0;
      }
      
      .logos-heading {
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui, sans-serif;
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 1.5rem;
        color: #ebebeb;
      }
      
      /* Faded rails (top & bottom) */
      .fade-rails {
        position: relative;
      }
      
      .fade-rails::before,
      .fade-rails::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 1px;
        pointer-events: none;
        background: linear-gradient(
          90deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(255, 255, 255, 0.12) 18%,
          rgba(255, 255, 255, 0.26) 50%,
          rgba(255, 255, 255, 0.12) 82%,
          rgba(0, 0, 0, 0) 100%
        );
      }
      
      .fade-rails::before {
        top: 0;
      }
      
      .fade-rails::after {
        bottom: 0;
      }
      
      /* Logos marquee */
      .logo-marquee {
        overflow: hidden;
        display: flex;
        gap: 0;
      }
      
      .logo-marquee .marquee-group {
        display: flex;
        flex-shrink: 0;
        min-width: 100%;
        gap: 3rem;
        animation: marquee 35s linear infinite;
      }
      
      @media (min-width: 1024px) {
        .logo-marquee .marquee-group {
          animation-duration: 40s;
          gap: 4rem;
        }
      }
      
      .logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }
      
      .logo-item img {
        display: block;
        height: 32px;
        width: auto;
        object-fit: contain;
        opacity: 0.82;
        filter: contrast(1.1) brightness(0.9);
        transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
      }
      
      .logo-item img:hover {
        opacity: 1;
        filter: none;
        transform: translateY(-2px);
      }
      
      @keyframes marquee {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-100%);
        }
      }
      
      @media (max-width: 767px) {
        .logo-marquee .marquee-group {
          gap: 2rem;
        }
        .logo-item img {
          height: 24px;
        }
      }/* End custom CSS */