
    /* Contact Page Specific Styles - Brand Colors */
    .contact-hero {
      height: 300px;
      background: linear-gradient(135deg, #0033a0 0%, #00257a 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      position: relative;
    }

    .contact-hero-content h1 {
      font-size: 42px;
      margin-bottom: 16px;
      font-weight: 700;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .contact-hero-content p {
      font-size: 18px;
      opacity: 0.9;
      max-width: 600px;
      margin: 0 auto;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
      font-weight: 400;
    }

    .contact-content {
      padding: 60px 0;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      align-items: start;
    }

    .contact-info {
      background: #f8fafc;
      padding: 40px;
      border-radius: 16px;
    }

    .contact-method {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e2e8f0;
    }

    .contact-method:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .contact-icon {
      width: 50px;
      height: 50px;
      background: #0033a0;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 20px;
      flex-shrink: 0;
    }

    .contact-details h3 {
      color: #0033a0;
      margin-bottom: 8px;
      font-size: 18px;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .contact-details p {
      color: #64748b;
      margin-bottom: 5px;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .contact-value-row {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0 0 8px;
    }

    .contact-link {
      color: #123f87;
      font-weight: 700;
      text-decoration: none;
      direction: ltr;
      unicode-bidi: plaintext;
      word-break: break-word;
    }

    .contact-link:hover,
    .contact-link:focus-visible {
      color: #0033a0;
      text-decoration: underline;
    }

    .contact-tag {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      padding: 3px 9px;
      border-radius: 999px;
      background: #eaf1ff;
      color: #0033a0;
      font-size: 11.5px;
      font-weight: 700;
      white-space: nowrap;
    }

    .contact-note {
      display: block;
      margin-top: 3px;
      color: #64748b;
      font-size: 12.5px;
      font-weight: 600;
    }

    .footer-contact-link {
      color: inherit;
      text-decoration: none;
      direction: ltr;
      unicode-bidi: plaintext;
      word-break: break-word;
    }

    .footer-contact-link:hover,
    .footer-contact-link:focus-visible {
      text-decoration: underline;
    }

    .office-hours {
      margin-top: 30px;
      padding: 25px;
      background: white;
      border-radius: 12px;
      border-left: 4px solid #0033a0;
    }

    .office-hours h4 {
      color: #0033a0;
      margin-bottom: 15px;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .hours-list {
      list-style: none;
      padding: 0;
    }

    .hours-list li {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      border-bottom: 1px solid #f1f5f9;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .hours-list li:last-child {
      border-bottom: none;
    }

    .contact-form-container {
      background: white;
      padding: 40px;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .form-title {
      color: #0033a0;
      margin-bottom: 30px;
      text-align: center;
      font-size: 24px;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
      font-weight: 700;
    }

    .contact-form .inputs-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 20px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
      width: 100%;
      padding: 12px 16px;
      border: 2px solid #e2e8f0;
      border-radius: 8px;
      font-size: 16px;
      transition: border-color 0.3s ease;
      background: white;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .contact-form input:focus,
    .contact-form textarea:focus,
    .contact-form select:focus {
      outline: none;
      border-color: #0033a0;
    }

    .contact-form textarea {
      height: 120px;
      resize: vertical;
    }

    .contact-form .form-field {
      margin-bottom: 20px;
    }

    .form-actions {
      display: flex;
      gap: 15px;
      margin-top: 30px;
    }

    .form-actions .btn {
      flex: 1;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .whatsapp-direct {
      background: #25D366;
      color: white;
      padding: 15px;
      border-radius: 12px;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-weight: 600;
      margin-top: 20px;
      transition: all 0.3s ease;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .whatsapp-direct:hover {
      background: #128C7E;
      transform: translateY(-2px);
    }

    /* WhatsApp Floating Button */
    .whatsapp-float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 25px;
      left: 25px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .whatsapp-float:hover {
      background-color: #128C7E;
      transform: scale(1.1);
    }

    /* Form Message Styles */
    .form-message {
      padding: 12px;
      border-radius: 8px;
      margin-top: 15px;
      display: none;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .form-message.success {
      background: #d1fae5;
      color: #065f46;
      border: 1px solid #a7f3d0;
    }

    .form-message.error {
      background: #fee2e2;
      color: #991b1b;
      border: 1px solid #fecaca;
    }

    /* Regional Offices Section */
    .regional-offices {
      background: #f8fafc;
      padding: 60px 0;
    }

    .offices-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .office-card {
      background: white;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .office-card:hover {
      transform: translateY(-5px);
    }

    .office-icon {
      font-size: 40px;
      margin-bottom: 15px;
    }

    .office-name {
      color: #0033a0;
      margin-bottom: 10px;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
      font-weight: 700;
    }

    .office-location {
      color: #64748b;
      margin-bottom: 10px;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
    }

    .office-city {
      color: #0033a0;
      font-weight: 600;
      font-family: 'Noto Sans Arabic', 'Inter', sans-serif;
      margin-top: 10px;
      font-size: 16px;
    }

    /* Honeypot and security fields - HIDDEN */
    .hp-field {
      display: none !important;
    }
    
    .form-security {
      display: none !important;
    }

    /* Form loading state */
    .form-loading {
      position: relative;
      pointer-events: none;
      opacity: 0.7;
    }
    .form-loading::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      margin: -10px 0 0 -10px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      border-right-color: transparent;
      animation: spin 1s linear infinite;
    }

    @keyframes spin { 
      to { transform: rotate(360deg); } 
    }

    /* Mobile Styles */
    @media (max-width: 768px) {
      .contact-hero {
        height: 250px;
      }

      .contact-hero-content h1 {
        font-size: 32px;
      }

      .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .contact-info,
      .contact-form-container {
        padding: 30px;
      }

      .contact-form .inputs-row {
        grid-template-columns: 1fr;
      }

      .form-actions {
        flex-direction: column;
      }
      
      .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        left: 20px;
        font-size: 24px;
      }
    }

    @media (max-width: 480px) {
      .contact-hero-content h1 {
        font-size: 28px;
      }

      .contact-info,
      .contact-form-container {
        padding: 20px;
      }

      .contact-method {
        flex-direction: column;
        text-align: center;
      }

      .contact-icon {
        align-self: center;
      }
      
      .offices-grid {
        grid-template-columns: 1fr;
      }
    }
  
