
    /* Contact Form Section */
    .contact-form-section {
      background: rgba(0,0,0,0.3);
      /* padding: 80px 8%; */
    }
    
    .form-container {
      max-width: 1000px;
      margin: 0 auto;
      background: #f5f5dc;
      padding: 50px;
      border-radius: 15px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.3);
      color: #375426;
    }
    
    .form-container h2 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 30px;
      color: #375426;
    }
    
    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 20px;
    }
    
    .form-group {
      margin-bottom: 20px;
    }
    
    .form-group.full-width {
      grid-column: 1 / -1;
    }
    
    .form-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 15px;
      border: 1px solid #375426;
      border-radius: 8px;
      background: white;
      color: #375426;
      font-size: 16px;
    }
    
    .form-group textarea {
      resize: vertical;
      min-height: 150px;
    }
    
    .submit-btn {
      width: 100%;
      padding: 15px;
      background: #375426;
      color: #f5f5dc;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
    }
    
    .submit-btn:hover {
      background: #375426;
    }

/* ///////////// */

.toggleButton{
        width: 100%;
      padding: 15px;
      background: #375426;
      color: #f5f5dc;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
}


    /* Contact Hero Section */
    .contact-hero {
      background: rgba(0,0,0,0.3);
      /* padding: 100px 8% 80px; */
      text-align: center;
      position: relative;
    }
    
    .contact-hero h1 {
      font-size: 48px;
      margin-bottom: 20px;
      color: #f5f5dc;
    }
    
    .contact-hero p {
      font-size: 20px;
      max-width: 800px;
      margin: 0 auto 30px;
      line-height: 1.6;
      color: #f5f5dc;
      opacity: 0.9;
    }

    /* Contact Options - Multibank Style */
    .contact-options {
      background: rgba(0,0,0,0.3);
      /* padding: 80px 8%; */
    }
    
    .options-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 10px;
      max-width: 1200px;
      margin: 0 auto;
    }
    
    .option-card {
      background: #f5f5dc;
      padding: 10px 20px;
      border-radius: 15px;
      text-align: center;
      color: #375426;
      box-shadow: 0 6px 15px rgba(0,0,0,0.3);
      transition: transform 0.3s;
    }
    
    .option-card:hover {
      transform: translateY(-10px);
    }
    
    .option-icon {
      font-size: 50px;
      /* margin-bottom: 20px; */
      color: #375426;
    }
    
    .option-card h3 {
      font-size: 24px;
      margin-bottom: 15px;
    }
    
    .option-card p {
      margin-bottom: 20px;
      opacity: 0.9;
    }
    
    .option-btn {
      display: inline-block;
      padding: 12px 25px;
      background: #375426;
      color: #f5f5dc;
      border-radius: 25px;
      border-color: #f5f5dc;
      font-weight: 600;
      transition: 0.3s;
    }
    
    .option-btn:hover {
      background: #375426;
    }

    /* Contact Form Section */
    .contact-form-section {
      background: rgba(0,0,0,0.3);
      /* padding: 80px 8%; */
    }
    
    .form-container {
      max-width: 1000px;
      margin: 0 auto;
      background: #f5f5dc;
      padding: 50px;
      border-radius: 15px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.3);
      color: #375426;
    }
    
    .form-container h2 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 30px;
      color: #375426;
    }
    
    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 20px;
    }
    
    .form-group {
      margin-bottom: 20px;
    }
    
    .form-group.full-width {
      grid-column: 1 / -1;
    }
    
    .form-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 15px;
      border: 1px solid #375426;
      border-radius: 8px;
      background: white;
      color: #375426;
      font-size: 16px;
    }
    
    .form-group textarea {
      resize: vertical;
      min-height: 150px;
    }
    
    .submit-btn {
      width: 100%;
      padding: 15px;
      background: #375426;
      color: #f5f5dc;
      border: none;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
    }
    
    .submit-btn:hover {
      background: #375426;
    }

    /* Global Offices Section */
    .offices-section {
      background: rgba(0,0,0,0.3);
      /* padding: 80px 8%; */
    }
    
    .offices-section h2 {
      text-align: center;
      font-size: 36px;
      margin-bottom: 50px;
      color: #f5f5dc;
    }
    
    .offices-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }
    
    .office-card {
      background: #f5f5dc;
      padding: 30px;
      border-radius: 12px;
      color: #375426;
      text-align: center;
      box-shadow: 0 6px 15px rgba(0,0,0,0.3);
      transition: transform 0.3s;
    }
    
    .office-card:hover {
      transform: translateY(-5px);
    }
    
    .office-flag {
      font-size: 40px;
      margin-bottom: 15px;
    }
    
    .office-card h3 {
      font-size: 22px;
      margin-bottom: 10px;
    }
    
    .office-address {
      margin-bottom: 10px;
      opacity: 0.9;
    }
    
    .office-hours {
      font-size: 14px;
      opacity: 0.8;
    }

    /* Support Services */
    .support-services {
      background: rgba(0,0,0,0.3);
      /* padding: 80px 8%; */
      text-align: center;
    }
    
    .support-services h2 {
      font-size: 36px;
      margin-bottom: 20px;
      color: #f5f5dc;
    }
    .support-services h4 {
      max-width: 800px;
      margin: 0 auto 10px;
      font-size: 12px;
      opacity: 1;
      color: #f5f5dc;
    }
    
    .support-services p {
      max-width: 800px;
      margin: 0 auto 50px;
      font-size: 18px;
      opacity: 0.9;
    }
    
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      max-width: 1000px;
      margin: 0 auto;
    }
    
    .service-card {
      background: #f5f5dc;
      padding: 30px;
      border-radius: 12px;
      color: #375426;
      box-shadow: 0 6px 15px rgba(0,0,0,0.3);
      transition: transform 0.3s;
      
    }
    
    .service-card:hover {
      transform: translateY(-5px);
    }
    
    .service-icon {
      font-size: 40px;
      margin-bottom: 20px;
      color: #375426;
    }
    
    .service-card h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }
/* 
    /* FAQ Section */
/*    .faq-section {
      background: rgba(0,0,0,0.3);
       padding: 80px 8%; 
    }
    
    .faq-section h2 {
      text-align: center;
      font-size: 36px;
      margin-bottom: 50px;
      color: #f5f5dc;
    }
    
    .faq-grid {
      max-width: 800px;
      margin: 0 auto;
    }
    
    .faq-item {
      background: #f5f5dc;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      color: #375426;
    }
    
    .faq-question {
      padding: 20px;
      cursor: pointer;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s;
    }
    
    .faq-question:hover {
      background: rgba(55, 84, 38, 0.1);
    }
    
    .faq-answer {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }
    
    .faq-item.active .faq-answer {
      max-height: 200px;
      padding: 0 20px 20px;
    }
    
    .faq-toggle {
      font-size: 20px;
      transition: transform 0.3s;
    }
    
    .faq-item.active .faq-toggle {
      transform: rotate(45deg);
    } 

    /* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
      justify-content: center;
      align-items: center;
    }
    
    .modal-content {
      background-color: #f5f5dc;
      margin: auto;
      padding: 30px;
      border-radius: 10px;
      width: 90%;
      max-width: 500px;
      color: #375426;
      position: relative;
    }
    
    .close {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 24px;
      cursor: pointer;
      color: #375426;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .form-row {
        grid-template-columns: 1fr;
      }
    }
    
    @media (max-width: 768px) {
      header {
        padding: 10px 15px;
        flex-direction: column;
        gap: 5px;
      }
      
      .contact-hero {
        padding: 40px 5% 30px;
      }
      
      .contact-hero h1 {
        font-size: 26px;
      }
      
      .contact-options,
      .contact-form-section,
      .offices-section,
      .support-services,
      .faq-section {
        padding: 30px 5%;
      }
      
      .form-container {
        padding: 20px;
      }
    
    @media (max-width: 480px) {
      .contact-hero h1 {
        font-size: 22px;
      }
      
      .contact-hero p {
        font-size: 14px;
      }
      
      .options-grid,
      .offices-grid,
      .services-grid {
        grid-template-columns: 0.5fr;
      }
    }
  }
  