400;500;600;700&display=swap') !important;


    .custom-contact-page {
      font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
      color: var(--gray-dark, #374151) !important;
      line-height: 1.5 !important;
    }

    .custom-contact-header {
      background-color: #0F63B0 !important;
      color: white !important;
      padding: 64px 24px !important;
      text-align: center !important;
      position: relative !important;
      overflow: hidden !important;
    }

    .custom-contact-header-content {
      max-width: 1200px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 2 !important;
    }

    .custom-contact-header h1 {
      font-size: 48px !important;
      font-weight: 700 !important;
      margin-bottom: 16px !important;
      position: relative !important;
    }

    .custom-contact-header h1::after {
      content: "" !important;
      display: block !important;
      width: 32px !important;
      height: 4px !important;
      background-color: #F59E0B !important;
      margin: 8px auto 0 !important;
    }

    .custom-contact-header p {
      font-size: 18px !important;
      max-width: 800px !important;
      margin: 0 auto !important;
      color: #D1E8FF !important;
    }

    .custom-contact-header-bg {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      opacity: 0.1 !important;
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    }

    .custom-contact-container {
      max-width: 1200px !important;
      margin: 0 auto !important;
      padding: 64px 24px !important;
      display: grid !important;
      grid-template-columns: 1fr 380px !important;
      gap: 40px !important;
    }

    .custom-contact-form-section {
      background-color: white !important;
      border-radius: 8px !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
      padding: 32px !important;
    }

    .custom-contact-form-section h2 {
      font-size: 22px !important;
      font-weight: 600 !important;
      margin-bottom: 24px !important;
      color: #094682 !important;
    }

    .custom-contact-info {
      position: sticky !important;
      top: 32px !important;
      background-color: white !important;
      border-radius: 8px !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
      padding: 32px !important;
      height: fit-content !important;
      transition: all 0.3s ease !important;
    }

    .custom-contact-info h2 {
      font-size: 22px !important;
      font-weight: 600 !important;
      margin-bottom: 24px !important;
      color: #094682 !important;
      position: relative !important;
    }

    .custom-contact-info h2::after {
      content: "" !important;
      display: block !important;
      width: 32px !important;
      height: 3px !important;
      background-color: #F59E0B !important;
      margin-top: 8px !important;
    }

    .custom-contact-info-item {
      display: flex !important;
      margin-bottom: 20px !important;
      align-items: flex-start !important;
    }

    .custom-contact-info-icon {
      flex-shrink: 0 !important;
      width: 40px !important;
      height: 40px !important;
      background-color: #E6F0FA !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin-right: 16px !important;
      color: #0F63B0 !important;
      font-size: 16px !important;
    }

    .custom-contact-info-content {
      flex-grow: 1 !important;
    }

    .custom-contact-info-label {
      font-weight: 600 !important;
      font-size: 14px !important;
      margin-bottom: 4px !important;
      color: #4B5563 !important;
    }

    .custom-contact-info-text {
      font-size: 16px !important;
      color: #374151 !important;
    }

    .custom-contact-business-hours {
      display: flex !important;
      justify-content: space-between !important;
      margin-bottom: 4px !important;
    }

    .custom-map-container {
      margin-top: 24px !important;
      border-radius: 8px !important;
      overflow: hidden !important;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    }

    .custom-map-container iframe {
      width: 100% !important;
      height: 200px !important;
      border: none !important;
    }

    /* Form styling overrides */
    #custom-container-contact-us-form-48921 {
      padding: 0 !important;
      max-width: 100% !important;
    }

    #custom-form-contact-us-48921 .custom-form-group {
      margin-bottom: 20px !important;
    }

    #custom-form-contact-us-48921 label {
      display: block !important;
      margin-bottom: 8px !important;
      font-weight: 500 !important;
      font-size: 14px !important;
      color: var(--gray-dark, #374151) !important;
    }

    #custom-form-contact-us-48921 input,
    #custom-form-contact-us-48921 textarea {
      width: 100% !important;
      padding: 12px !important;
      border: 1px solid var(--gray-light, #E5E7EB) !important;
      border-radius: 4px !important;
      font-size: 16px !important;
      font-family: inherit !important;
      transition: all 150ms ease !important;
    }

    #custom-form-contact-us-48921 input:focus,
    #custom-form-contact-us-48921 textarea:focus {
      outline: none !important;
      border-color: #0F63B0 !important;
      box-shadow: 0 0 0 2px rgba(15, 99, 176, 0.2) !important;
    }

    #custom-form-contact-us-48921 .custom-form-error {
      color: var(--error, #EF4444) !important;
      font-size: 14px !important;
      margin-top: 4px !important;
      min-height: 20px !important;
    }

    #custom-form-contact-us-48921 .custom-input-error {
      border-color: #EF4444 !important;
    }

    #custom-form-contact-us-48921 .custom-submit-btn {
      background-color: #0F63B0 !important;
      color: white !important;
      border: none !important;
      border-radius: 9999px !important; /* fully rounded */
      padding: 12px 24px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      cursor: pointer !important;
      transition: all 150ms ease !important;
      display: inline-block !important;
      margin-top: 8px !important;
    }

    #custom-form-contact-us-48921 .custom-submit-btn:hover {
      background-color: #094682 !important;
      transform: translateY(-1px) !important;
    }

    #custom-form-contact-us-48921 .custom-submit-btn:focus {
      outline: none !important;
      box-shadow: 0 0 0 2px white, 0 0 0 4px #0F63B0 !important;
    }

    @media (max-width: 991px) {
      .custom-contact-container {
        grid-template-columns: 1fr !important;
      }

      .custom-contact-info {
        order: -1 !important;
        position: relative !important;
        top: 0 !important;
      }
    }

    @media (max-width: 768px) {
      .custom-contact-header h1 {
        font-size: 32px !important;
      }

      .custom-contact-header p {
        font-size: 16px !important;
      }

      .custom-contact-container {
        padding: 40px 16px !important;
      }

      .custom-contact-form-section,
      .custom-contact-info {
        padding: 24px !important;
      }
    }

    .custom-animate-in {
      animation: customFadeIn 0.6s ease-out forwards !important;
    }

    @keyframes customFadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
