    /* ============================================
       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%;
    }

    .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;
    }

    .top-subheader .portal-separator {
      color: rgba(255, 255, 255, 0.2);
      margin: 0 8px;
    }

    .header {
      position: fixed;
      top: 41px;
      left: 0;
      width: 100%;
      z-index: 1030;
      background-color: transparent;
      padding: 20px 0;
      transition: all 0.3s ease-in-out;
    }

    .header.scrolled {
      top: 0;
      background-color: #0a1a3a !important;
      padding: 10px 0;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

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

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

    .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;
    }

    @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;
      }
    }

    @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;
      }
    }

    .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;
    }

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

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

    .header.scrolled .navmenu .dropdown .toggle-dropdown {
      color: rgba(255, 255, 255, 0.7);
    }

    @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;
      }
    }

    /* Form Page Styles */
    :root {
      --accent-dispatch: #ff5f13;
    }
    
    .page-title {
      position: relative;
      overflow: hidden;
      background-image: url('../assets/img/dispatch-contract-bg.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 50vh;
    }
    
    .page-title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #0e1d34 0%, #1a2f4e 100%);
      opacity: 0.85;
      z-index: 1;
    }
    
    .page-title::after {
      content: '';
      position: absolute;
      top: -50%;
      right: -10%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(255,95,19,0.15) 0%, rgba(255,95,19,0) 70%);
      border-radius: 50%;
      z-index: 2;
    }
    
    .page-title .container {
      position: relative;
      z-index: 10;
    }
    
    .floating-icon {
      position: absolute;
      opacity: 0.1;
      pointer-events: none;
      z-index: 3;
      color: #ff5f13;
      filter: drop-shadow(0 0 20px rgba(255, 95, 19, 0.3));
      animation: floatIcon 15s ease-in-out infinite;
    }
    
    .floating-icon i {
      font-size: 80px;
    }
    
    .floating-icon-1 {
      top: 10%;
      left: 3%;
      animation: floatIcon 18s ease-in-out infinite;
    }
    
    .floating-icon-2 {
      top: 20%;
      right: 2%;
      animation: floatIcon 22s ease-in-out infinite reverse;
    }
    
    .floating-icon-3 {
      bottom: 15%;
      left: 5%;
      animation: floatIcon 20s ease-in-out infinite 2s;
    }
    
    .floating-icon-4 {
      bottom: 25%;
      right: 5%;
      animation: floatIcon 25s ease-in-out infinite 1s;
    }
    
    @keyframes floatIcon {
      0%, 100% { transform: translate(0, 0) rotate(0deg); }
      25% { transform: translate(20px, -15px) rotate(5deg); }
      50% { transform: translate(-15px, -25px) rotate(10deg); }
      75% { transform: translate(-25px, -10px) rotate(5deg); }
    }
    
    .badge-dispatch {
      background: rgba(255,95,19,0.15);
      color: #fff;
      padding: 8px 20px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 600;
      display: inline-block;
      backdrop-filter: blur(5px);
      border: 1px solid rgba(255,95,19,0.3);
      margin-bottom: 20px;
    }
    
    .form-container {
      background: #fff;
      border-radius: 30px;
      box-shadow: 0 30px 60px rgba(0,0,0,0.1);
      padding: 40px;
      margin-top: -80px;
      position: relative;
      z-index: 20;
      border: 1px solid rgba(255,95,19,0.1);
    }
    
    .form-section-title {
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 2px solid rgba(255,95,19,0.1);
    }
    
    .form-section-title h3 {
      font-size: 24px;
      font-weight: 700;
      color: #0e1d34;
      margin-bottom: 5px;
    }
    
    .form-section-title p {
      color: #6c757d;
      margin: 0;
      font-size: 14px;
    }
    
    .form-group {
      margin-bottom: 25px;
    }
    
    .form-label {
      font-weight: 600;
      color: #0e1d34;
      margin-bottom: 8px;
      font-size: 15px;
    }
    
    .form-label i {
      color: #ff5f13;
      margin-right: 5px;
    }
    
    .form-control, .form-select {
      border: 2px solid #e9ecef;
      border-radius: 12px;
      padding: 12px 15px;
      font-size: 15px;
      transition: 0.3s;
    }
    
    .form-control:focus, .form-select:focus {
      border-color: #ff5f13;
      box-shadow: 0 0 0 0.2rem rgba(255,95,19,0.1);
      outline: none;
    }
    
    textarea.form-control {
      resize: vertical;
      min-height: 100px;
    }
    
    .checkbox-group {
      background: #f8f9fc;
      border-radius: 12px;
      padding: 20px;
    }
    
    .form-check {
      margin-bottom: 15px;
      padding-left: 35px;
    }
    
    .form-check-input {
      width: 20px;
      height: 20px;
      margin-left: -35px;
      border: 2px solid #dee2e6;
    }
    
    .form-check-input:checked {
      background-color: #ff5f13;
      border-color: #ff5f13;
    }
    
    .form-check-label {
      font-weight: 500;
      color: #0e1d34;
    }
    
    .required {
      color: #dc3545;
      margin-left: 3px;
    }
    
    .btn-submit {
      background: #ff5f13;
      color: #fff;
      padding: 14px 40px;
      border-radius: 50px;
      font-weight: 600;
      transition: 0.3s;
      border: none;
      width: 100%;
      font-size: 16px;
    }
    
    .btn-submit:hover {
      background: #e65510;
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(255,95,19,0.2);
    }
    
    .info-box {
      background: #fff3e6;
      border-radius: 15px;
      padding: 25px;
      margin-bottom: 30px;
      border-left: 4px solid #ff5f13;
    }
    
    .info-box h4 {
      color: #0e1d34;
      font-weight: 700;
      margin-bottom: 15px;
    }
    
    .info-box ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .info-box li {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      color: #495057;
    }
    
    .info-box li i {
      color: #ff5f13;
      font-size: 18px;
    }
    
    .alert-success-custom {
      background-color: #d4edda;
      border-color: #c3e6cb;
      color: #155724;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 25px;
      display: none;
    }
    
    /* Page Title padding adjustment */
    .page-title {
      padding: 180px 0 120px 0;
    }
    
    @media (max-width: 768px) {
      .page-title h1 {
        font-size: 36px;
      }
      
      .form-container {
        padding: 25px;
        margin-top: -40px;
      }
      
      .floating-icon i {
        font-size: 50px;
      }
    }
  
