 .about-header {
      background: url('image/dripkk.jpg') no-repeat center center/cover;
      background-size: cover;
      position: relative;
      height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .about-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      /* background-color: rgba(0, 0, 0, 0.6); */
      z-index: 1;
    }

    .about-content {
      position: relative;
      z-index: 2;
    }

.breadcrumb-custom {
  font-size: 18px;
  color: #ddd;
}

.breadcrumb-custom a {
  color: #fff;
  text-decoration: underline;
}


    @media (max-width: 768px) {
      .hero-title {
        font-size: 32px;
      }
    }
    
    body {
      background-color: #f4f4f4;
      font-family: 'Segoe UI', sans-serif;
    }
    .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
}

.contact-info1 {
  width: 40%;
  background: #489D01;
  color: white;
  padding: 40px;
  border-radius: 8px;
}

.contact-form {
  width: 55%;
  margin-bottom: 5px;
  
}

form {
  display: flex;
  flex-direction: column;
  
}

/* .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
} */

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  
}
.form-group label {
  margin-bottom: 5px; 
  font-weight: 500;  
}

input, textarea {
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
}

textarea {
  min-height: 80px;
  resize: vertical;
}

.full-width {
  width: 100%;
}

button {
  margin-top: 20px;
  padding: 12px 20px;
  border: none;
  background-color: #004080;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
}
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f8fbf7;
  color: #489D01;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color:#BFF6B3;
}

.section-title {
      text-align: center;
      margin-top: 50px;
      margin-bottom: 30px;
    }

    .section-title h5 {
      color: #084B82;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .section-title h2 {
      font-weight: 800;
      font-size: 32px;
    }

    .section-title {
      text-align: center;
      margin-top: 50px;
      margin-bottom: 30px;
    }

    .section-title h5 {
      color: #084B82;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .section-title h2 {
      font-weight: 800;
      font-size: 32px;
    }

   .section-title {
      text-align: center;
      margin-top: 50px;
      margin-bottom: 30px;
    }

    .section-title h5 {
      color: #084B82;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .section-title h2 {
      font-weight: 800;
      font-size: 32px;
    }

    .map-container {
      width: 100%;
      height: 400px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    }

    @media (max-width: 768px) {
      .map-container {
        height: 300px;
      }
    }
button[type="submit"] {
  background-color:#489D01 ;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
button[type="submit"]:hover {
  background-color:#489D01; 
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
