
 .heading-contact {
      background: linear-gradient(135deg, rgba(41, 0, 0, 0.9), rgba(7, 92, 167, 0.9)), url("../img/contactus.webp") no-repeat center center/cover;
      min-height: 60vh;
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      margin-bottom: 8rem;
      overflow: hidden;
    }

    .heading-contact::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
      pointer-events: none;
    }

    .hero-content {
      z-index: 2;
      max-width: 800px;
      padding: 0 2rem;
    }

    .hero-title {
      font-size: clamp(3rem, 8vw, 5rem);
      font-weight: 800;
      margin-bottom: 1.5rem;
      background: linear-gradient(135deg, #ffffff, #e2e8f0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-subtitle {
      font-size: 1.25rem;
      font-weight: 300;
      opacity: 0.9;
      letter-spacing: 0.5px;
    }
    
    .contact-section {
      padding: 0 2rem;
      max-width: 1400px;
      margin: 0 auto 8rem;
    }

    .section-header {
      text-align: center;
      margin-bottom: 4rem;
    }

    .section-title {
      font-size: clamp(2.5rem, 5vw, 3.5rem);
      font-weight: 700;
      color: black;
      margin-bottom: 1rem;
      background: linear-gradient(135deg, #bd1313ff 0%, #146c92ff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .section-description {
      font-size: 1.2rem;
      color: #64748b;
      max-width: 600px;
      margin: 0 auto;
      font-weight: 300;
    }

    .contact-map-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: start;
    }

    /* Contact Form */
    .contact-form {
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 2rem;
      padding: 3rem;
      box-shadow:  0 20px 25px -5px rgb(0 0 0 / 0.1);
      position: relative;
      overflow: hidden;
    }

    .contact-form::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
 background: linear-gradient(135deg, #bd1313ff 0%, #146c92ff 100%);
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .form-group.full-width {
      grid-column: span 2;
    }

    .form-label {
      font-weight: 600;
      margin-bottom: 0.5rem;
      color: #1e293b;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .form-label span {
      color: #ef4444;
    }

    .input-wrapper {
      position: relative;
    }

    .form-input, .form-select, .form-textarea {
      width: 100%;
      padding: 1rem 1.25rem;
      border: 2px solid #e2e8f0;
      border-radius: 1rem;
      font-size: 1rem;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      background: rgba(255, 255, 255, 0.8);
       -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(10px);
      outline: none;
      font-family: inherit;
    }

    .form-input:focus, .form-select:focus, .form-textarea:focus {
      border-color: #2285ccff;
      box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
      background: rgba(255, 255, 255, 0.95);
      transform: translateY(-2px);
    }

    .form-select {
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 1rem center;
      background-size: 20px;
      padding-right: 3rem;
      cursor: pointer;
    }

    .form-textarea {
      resize: vertical;
      min-height: 120px;
      border-radius: 1rem;
    }

    /* Input Icons */
    .input-icon {
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      color:#64748b;
      pointer-events: none;
      transition: color 0.3s ease;
    }

    .form-input:focus + .input-icon {
      color:  #87bae4ff;
    }

    /* Submit Button */
    .submit-btn {
 background: linear-gradient(135deg, #bd1313ff 0%, #146c92ff 100%);
      border: none;
      color: white;
      padding: 1.25rem 2.5rem;
      border-radius: 1rem;
      font-size: 1.1rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .submit-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
    }

    .submit-btn:active {
      transform: translateY(-1px);
    }

    .submit-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s;
    }

    .submit-btn:hover::before {
      left: 100%;
    }

    /* Map Container */
    .map-container {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }

    .map-frame {
      padding: 2rem;
      overflow: hidden;
      position: relative;
    }

    

    .map-frame iframe {
      width: 100%;
      height: 250px;
      border-radius: 1rem;
      border: none;
      transition: transform 0.3s ease;
    }

    .map-frame:hover iframe {
      transform: scale(1.02);
    }

    .map-title {
      text-align: center;
      font-weight: 600;
      margin-top: 1rem;
      color:  #1e293b;
      font-size: 1.1rem;
    }

    /* Contact Info Cards */
    .contact-info {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      margin-top: 4rem;
    }

    .info-card {
      background: rgba(255, 255, 255, 0.9);
       -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 1.5rem;
      padding: 2rem;
      text-align: center;
      box-shadow:  0 4px 6px -1px rgb(0 0 0 / 0.1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .info-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1);
    }

    .info-icon {
      width: 60px;
      height: 60px;
      background: linear-gradient(135deg, #bd1313ff 0%, #146c92ff 100%);
      border-radius: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem;
      color: white;
      font-size: 1.5rem;
    }

    .info-title {
      font-size: 1.2rem;
      font-weight: 600;
      color: #1e293b;
      margin-bottom: 0.5rem;
    }

    .info-text {
      color: #64748b;
      line-height: 1.6;
    }

    /* Success Message */
    .success-message {
      background: linear-gradient(135deg, #10b981, #059669);
      color: white;
      padding: 1rem 1.5rem;
      border-radius: 1rem;
      margin-bottom: 2rem;
      text-align: center;
      font-weight: 500;
      display: none;
      animation: slideIn 0.5s ease;
    }

    @keyframes slideIn {
      from {
        opacity: 0;
        transform: translateY(-20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Loading State */
    .loading {
      position: relative;
      pointer-events: none;
    }

    .loading::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      margin: auto;
      border: 2px solid transparent;
      border-top-color: #ffffff;
      border-radius: 50%;
      animation: spin 1s ease infinite;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    @keyframes spin {
      0% { transform: translate(-50%, -50%) rotate(0deg); }
      100% { transform: translate(-50%, -50%) rotate(360deg); }
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .contact-map-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
      }

      .form-grid {
        grid-template-columns: 1fr;
      }

      .form-group.full-width {
        grid-column: span 1;
      }

      .contact-form, .map-frame {
        padding: 2rem;
      }
    }

    @media (max-width: 768px) {
      .contact-section {
        padding: 0 1rem;
      }

      .contact-form, .map-frame {
        padding: 1.5rem;
        border-radius: 1.5rem;
      }

      .heading-contact {
        min-height: 50vh;
        margin-bottom: 4rem;
      }

      .section-header {
        margin-bottom: 3rem;
      }

      .contact-info {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 3rem;
      }
    }

    @media (max-width: 480px) {
      .hero-content {
        padding: 0 1rem;
      }

      .contact-form, .map-frame {
        padding: 1rem;
      }

      .form-input, .form-select, .form-textarea {
        padding: 0.875rem 1rem;
      }

      .submit-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
      }
    }