.ether-section,
.ekatvam-footer,
.ether-section h1,
.ether-section h2,
.ether-section h3,
.ether-section p,
.ekatvam-footer h1,
.ekatvam-footer h2,
.ekatvam-footer h3,
.ekatvam-footer p {
    font-family: 'Exo', sans-serif;
}

.cards-container {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    justify-content: center;
}

.ether-section {
    background: rgba(181, 105, 187, 0.21);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    flex: 1 1 320px;
    width: 100%;
}

.ether-left {
    color: #1B3A2F;
    font-size: 4.2rem;
    font-weight: 500;
    flex: 0 0 auto;
}

.ether-center {
    text-align: center;
    flex: 0 0 auto;
}

.ether-center img {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem;
}

.ether-center .gratitude-label {
    color: #7e57c2;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.ether-right {
    flex: 1;
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    max-width: 600px;
}

@media (max-width: 768px) {
    .ether-section {
        flex-direction: column;
        text-align: center;
        min-height: 100vh; 
    }

    .ether-left,
    .ether-center,
    .ether-right {
        width: 100%;
        max-width: none;
    }

    .ether-left {
        font-size: 3rem;
        text-align: center; 
    }
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 700px;
    justify-content: center;
    max-width: 100%;
}

@media (max-width: 992px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-columns {
        grid-template-columns: 1fr;
    }

    .footer-top h1 {
        font-size: 1.6rem;
    }

    .footer-column h3 {
        margin-top: 1rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.vision-text,
.value-icon {
    font-family: 'Exo', sans-serif;
    font-size: 2rem;
}



.meet-us-container {
    width: 90%;
    max-width: 1200px;
    background-color: #FDC63F;
    border-radius: 8px;
    margin-top: 70px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .meet-us-text {
    flex: 1 1 300px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .meet-us-text h2 {
    margin-bottom: 10px;
    font-size: 40px;
    color: #333;
  }
  .meet-us-text p {
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 18px;
  }
  .map-area {
    position: relative;
    flex: 1 1 400px;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .map-area iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .forms-wrapper {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
    gap: 30px;
  }
  .big-form {
    background-color: #EDEDED;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-height: 1000px;
  }
  .big-form h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .big-form p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
  }
  .big-form .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .big-form .left-col,
  .big-form .right-col {
    flex: 1 1 300px;
  }
  label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
  }
  input[type="text"],
  input[type="email"],
  select,
  textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
  }
  .big-form button {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    width: 30%;
    max-width: 240px;
  }
  .big-form button:hover {
    background-color: #FFCB06;
  }
  .small-form {
    background-color: #EBEBEB;
    border-radius: 8px;
    padding: 20px;
    margin-top: 50px;
  }
  .small-form h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .small-form p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
  }
  .small-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
  }
  .small-form input[type="text"],
  .small-form input[type="email"],
  .small-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
  }
  /* Added Job Title field with suggestions in the small form */
  .small-form input[type="text"].job-title {
    border-radius: 4px;
  }
  .small-form button {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    width: 30%;
  }
  .small-form button:hover {
    background-color: #FFCB06;
  }
  @media (max-width: 768px) {
    .meet-us-container {
      flex-direction: column;
      align-items: flex-start;
    }
    .map-area {
      margin-top: 20px;
    }
    .big-form .form-row {
      flex-direction: column;
    }
    .big-form .left-col,
    .big-form .right-col {
      width: 100%;
    }
  }
  /**************************************
   * MODAL OVERLAY & CONTENT
   **************************************/
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 10000;
  }
  .modal-content {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
  }
  .modal-content h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .modal-content p {
    margin-bottom: 20px;
    color: #555;
  }
  .modal-content img {
    max-width: 80px;
    margin: 15px 0;
  }
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
  .back-home-btn {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
  }
  .back-home-btn:hover {
    background: #333;
    color: #fff;
  }