.form-section,
.contact-info {
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  margin-bottom: 20px;
}

.form-section h2,
.contact-info h3 {
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}

.form-section p {
  color: #777;
  margin-bottom: 30px;
}

.form-section form input,
.form-section form textarea {
  width: 100%;
  padding: 2px;
  border: none;
  border-bottom: 2px solid #ddd;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.form-section form input[type="submit"] {
  background-color: #f4b41a;
  color: white;
  border: none;
  cursor: pointer;
}

.form-section form input[type="submit"]:hover {
  background-color: #e0a50b;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-info .info-item i {
  font-size: 28px;
  margin-right: 30px;
  color: #004c8f;
}

.contact-info .info-item p {
  margin: 0;
  color: #555;
}

.mtcn {
  margin-top: 6%;
}

.bdL {
  border-left: 6px solid #1869b1;
  /* box-shadow: none; */
}

.COL {
  background-color: #004c8f;
  width: 100%;
}
/* Map Container */
.map-container {
  width: 100%;
  max-width: 100%;
  height: 300px;
  border: 1px solid #ccc;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.email-title {
  font-size: 20px;
    font-weight: bold;
    color: #004c8f;
}

.email-text {
  font-size: 16px;
  color: #555; /* Keep email color black or any other color */
}
.set-bg{
    height: 415px; /* Ensure correct height */
    transition: opacity 1s ease-out, transform 1s ease-out; /* Smooth transition */
    overflow-x: hidden;
  
}