    /* ============================================
       STICKY HEADER & SUB-HEADER FIXED
       ============================================ */

    /* Remove any default body margin/padding */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      margin: 0;
      padding: 0;
    }

    /* Top Sub-header - Sticky at very top of page */
    .top-subheader {
      position: sticky;
      top: 0;
      z-index: 1031;
      background-color: #0a1a3a;
      color: #ffffff;
      padding: 8px 0;
      font-size: 14px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      width: 100%;
    }

    /* Carrier Portal Button - matching Client Portal style */
    .top-subheader .btn-portal.carrier {
      background-color: transparent;
      color: #f9f9f9;
      text-decoration: none;
      padding: 6px 15px;
      border-radius: 4px;
      font-weight: 500;
      font-size: 13px;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
    }

    .top-subheader .btn-portal.carrier:hover {
      background-color: #ff5f13;
      color: #ffffff;
    }

    .top-subheader .btn-portal {
      background-color: transparent;
      color: #f9f9f9;
      text-decoration: none;
      padding: 6px 15px;
      border-radius: 4px;
      font-weight: 500;
      font-size: 13px;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
    }

    .top-subheader .btn-portal:hover {
      background-color: #ff5f13;
      color: #ffffff;
    }

    /* Optional: subtle separator between portal buttons */
    .top-subheader .portal-separator {
      color: rgba(255, 255, 255, 0.2);
      margin: 0 8px;
    }

    /* Main Header - Below sub-header, transparent background */
    .header {
      position: fixed;
      top: 41px; /* Height of top sub-header */
      left: 0;
      width: 100%;
      z-index: 1030;
      background-color: transparent;
      padding: 20px 0;
      transition: all 0.3s ease-in-out;
    }

    /* When scrolled - header becomes sticky at top with solid background */
    .header.scrolled {
      top: 0;
      background-color: #0a1a3a !important;
      padding: 10px 0;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    /* Logo transition */
    .header .logo img {
      max-height: 66px;
      transition: all 0.3s ease;
    }

    .header.scrolled .logo img {
      max-height: 50px;
    }

    /* Nav link colors */
    .header .navmenu a {
      color: rgba(255, 255, 255, 0.8);
    }

    .header.scrolled .navmenu a {
      color: rgba(255, 255, 255, 0.9);
    }

    .header .navmenu a:hover,
    .header .navmenu .active {
      color: #ff5f13 !important;
    }

    /* Mobile adjustments */
    @media (max-width: 768px) {
      .top-subheader {
        position: sticky;
        top: 0;
      }
      
      .header {
        top: 80px;
        padding: 12px 0;
      }
      
      .header.scrolled {
        top: 0;
        padding: 8px 0;
      }
    }

    @media (max-width: 480px) {
      .top-subheader {
        position: sticky;
        top: 0;
      }
      
      .header {
        top: 105px;
      }
      
      .header.scrolled {
        top: 0;
      }
    }

    /* Page Title padding adjustment to account for fixed header */
    .page-title {
      padding: 180px 0 120px 0;
    }

    /* Mobile responsive adjustments for portal buttons */
    @media (max-width: 768px) {
      .top-subheader .btn-portal,
      .top-subheader .btn-portal.carrier {
        padding: 4px 10px;
        font-size: 11px;
      }
      
      .top-subheader .portal-separator {
        margin: 0 4px;
      }
    }

    @media (max-width: 576px) {
      .top-subheader .language-portal {
        gap: 6px;
      }
      
      .top-subheader .btn-portal span,
      .top-subheader .btn-portal.carrier span {
        display: none;
      }
      
      .top-subheader .btn-portal i,
      .top-subheader .btn-portal.carrier i {
        margin-right: 0;
        font-size: 14px;
      }
      
      .top-subheader .btn-portal,
      .top-subheader .btn-portal.carrier {
        padding: 6px 8px;
      }
    }

    /* FIX: Dropdown menu text colors when header is scrolled */
    .header.scrolled .navmenu .dropdown ul {
      background: white !important;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .header.scrolled .navmenu .dropdown ul li a {
      color: #0e1d34 !important;
      background: transparent !important;
    }

    .header.scrolled .navmenu .dropdown ul li a:hover {
      color: #ff5f13 !important;
      background: rgba(255, 95, 19, 0.05) !important;
      padding-left: 20px !important;
    }

    /* Also fix the parent dropdown arrow color when scrolled */
    .header.scrolled .navmenu a {
      color: rgba(255, 255, 255, 0.9);
    }

    .header.scrolled .navmenu .dropdown > a {
      color: rgba(255, 255, 255, 0.9);
    }

    /* Ensure dropdown toggle icon is visible */
    .header.scrolled .navmenu .dropdown .toggle-dropdown {
      color: rgba(255, 255, 255, 0.7);
    }

    /* Fix for mobile menu when scrolled */
    @media (max-width: 1199px) {
      .header.scrolled .navmenu ul {
        background: white !important;
      }
      
      .header.scrolled .navmenu ul li a {
        color: #0e1d34 !important;
      }
      
      .header.scrolled .navmenu ul li a:hover {
        color: #ff5f13 !important;
      }
    }

    /* Custom accent color - orange to match brand */
    :root {
      --accent-intermodal: #ff5f13;
    }
    
    /* Page Title Enhancement - orange gradients with smooth fade */
    .page-title {
      position: relative;
      overflow: hidden;
    }
    
    .page-title::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -10%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle at center, rgba(255,95,19,0.4) 0%, rgba(255,95,19,0.2) 30%, rgba(255,95,19,0) 70%);
      border-radius: 50%;
      z-index: 2;
      animation: pulse 8s ease-in-out infinite;
    }
    
    .page-title::after {
      content: '';
      position: absolute;
      bottom: -30%;
      left: -10%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle at center, rgba(255,95,19,0.2) 0%, rgba(255,95,19,0.1) 30%, rgba(255,95,19,0) 70%);
      border-radius: 50%;
      z-index: 2;
      animation: pulse 10s ease-in-out infinite reverse;
    }
    
    @keyframes pulse {
      0%, 100% { transform: scale(1); opacity: 0.7; }
      50% { transform: scale(1.2); opacity: 0.9; }
    }
    
    .page-title h1 {
      position: relative;
      z-index: 5;
      font-size: 56px;
      font-weight: 800;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    }
    
    /* Service menu active state with orange accent */
    .services-list a.active {
      color: #ff5f13 !important;
      border-color: #ff5f13 !important;
    }
    
    .services-list a:hover {
      border-color: #ff5f13 !important;
    }
    
    /* Side content styling */
    #serviceSideContent h4 {
      color: #001973;
    }
    
    /* Image hover effect */
    .services-img:hover {
      transform: scale(1.02);
      transition: transform 0.3s ease;
    }
    
    /* Badge styling with orange accent */
    .service-badge {
      display: inline-block;
      background: rgba(255,95,19,0.15);
      color: #fff;
      padding: 5px 15px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 20px;
      backdrop-filter: blur(5px);
      border: 1px solid rgba(255,95,19,0.3);
    }
    
    /* Floating accent elements - orange */
    .bg-world {
      position: relative;
      overflow: hidden;
    }
    
    .bg-world::before {
      content: '';
      position: absolute;
      top: -100px;
      right: -100px;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(255,95,19,0.03) 0%, rgba(255,95,19,0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }
    
    .bg-world::after {
      content: '';
      position: absolute;
      bottom: -100px;
      left: -100px;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(255,95,19,0.03) 0%, rgba(255,95,19,0) 70%);
      border-radius: 50%;
      pointer-events: none;
    }
    
    /* Quote button styling */
    .service-quote-btn {
      display: inline-block;
      background: #ff5f13;
      color: #fff;
      padding: 12px 30px;
      border-radius: 50px;
      font-weight: 600;
      text-decoration: none;
      margin-top: 20px;
      transition: all 0.3s ease;
      border: 2px solid #ff5f13;
    }
    
    .service-quote-btn:hover {
      background: transparent;
      color: #ff5f13;
      transform: translateY(-3px);
    }
    
    /* Button hover effect */
    .btn-getstarted {
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease !important;
    }
    
    .btn-getstarted::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-radius: 50%;
      background: rgba(255,255,255,0.2);
      transform: translate(-50%, -50%);
      transition: width 0.6s, height 0.6s;
    }
    
    .btn-getstarted:hover::before {
      width: 300px;
      height: 300px;
    }
    
    /* Breadcrumbs accent */
    .breadcrumbs .current {
      color: #ff5f13 !important;
      font-weight: 600;
    }
    
    /* Benefits grid styling - orange accents */
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-top: 30px;
    }
    
    .benefit-card {
      background: rgba(255,95,19,0.05);
      border-left: 4px solid #ff5f13;
      padding: 20px;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }
    
    .benefit-card:hover {
      transform: translateY(-5px);
      background: rgba(255,95,19,0.1);
    }
    
    .benefit-card i {
      color: #ff5f13;
      font-size: 28px;
      margin-bottom: 15px;
    }
    
    .benefit-card h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #001973;
    }
    
    .benefit-card p {
      font-size: 14px;
      margin-bottom: 0;
      color: #666;
    }
    
    /* Fix for fixed header */
    .service-details {
      scroll-margin-top: 120px;
    }
    
    #mainServiceContent {
      scroll-margin-top: 120px;
    }
    
    /* List items with orange checkmarks */
    #dynamicList ul li i {
      color: #ff5f13 !important;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
      .page-title h1 {
        font-size: 36px;
      }
      .benefits-grid {
        grid-template-columns: 1fr;
      }
      .service-details {
        scroll-margin-top: 100px;
      }
      #mainServiceContent {
        scroll-margin-top: 100px;
      }
    }
  
