.contact-section {
  text-align: right;
  color: #fff;
}

.contact-section h2 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-weight: 600;
}

.contact-us {
  display: flex;
  justify-content: flex-start;  
  gap: 15px;
}

.contact-us .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-us .icon:hover {
  background-color: #fff;
  color: #0f6d6d;
  text-decoration: none;
}

/* Responsive design */
@media (max-width: 600px) {
  
  .contact-section h2 {
    font-size: 1.3rem;
  }
  .contact-us .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/**/
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin: auto;
}

.contact-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 14px 18px;
  transition: box-shadow 0.3s ease;
}

.contact-card:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background:#B2FF58;  
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

.contact-info h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.contact-info p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  word-wrap: break-word;
}

/**/
 

.form-header {
  text-align: right;
  margin-bottom: 25px;
}

.form-header .tag {
  background: #AAF454 ;
  color: #000000 ;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 10px;
}

.form-header p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-group {
  position: relative;
  flex: 1;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 45px 14px 14px;
  border: none;
  border-radius: 10px;
  background: #f6f6f6;
  font-size: 1rem;
  outline: none;
  resize: none;
  color: #333;
}

.form-group i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #0a6f61;
  font-size: 1.1rem;
}

.form-group.full-width {
  width: 100%;
}

.submit-btn {
  background: #07706D ;
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #098b78;
}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
  .contact-us-form {
    padding: 25px;
  }
}

/**/
.map-section {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  overflow: hidden;
  min-height: 500px; 
}

.map-container {
  flex: 1;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.map-info {
  flex: 1;
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: column;  
}

.map-info h2 {
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 15px;
}

.map-info p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1rem;
}

.map-info .map-link {
  color: #85BC45 ;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.map-info .map-link:hover {
  color: #0c9b83;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .map-section {
    flex-direction: column;
  }

  .map-info {
    padding: 25px;
    text-align: center;
  }

  .map-info h2 {
    font-size: 1.5rem;
  }
}

 
 /**/
  .tech-team-section {
      background-color: #B2FF58;
      background-image: url(../img/teach-team-bg.png); /* adjust path if needed */
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border-radius: 25px;
      padding: 60px 20px;
      margin: 50px auto;
      text-align: center;
      position: relative;
      min-height: 350px;
    }

    .tech-team-section h2 {
      color: #000;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .contact-btn {
      background-color: white;
      color: #000;
      border-radius: 30px;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease;
    }

   .contact-btn:hover {
    background-color: #07706d;
    color: #fff;
}
     .tech-team-section a:hover {      
      text-decoration: none;
    }

    .contact-btn i {
      background-color: #B2FF58 ;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      margin-left: 5px;
      margin-right: 5px;
      font-style: normal;
      padding: 15px;
    }