.contact-hero {
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  padding-top: 160px;
}
.contact-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}
.contact-hero p {
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.contact-info-section {
  padding: 60px 20px;
}
.contact-info-section .contact-box {
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.contact-info-section .contact-box:hover {
  transform: translateY(-5px);
}
.contact-info-section i {
  font-size: 30px;
  color: #014AB9;
  margin-bottom: 15px;
  display: inline-block;
}

.contact-map-section iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}

.contact-form-section {
  padding: 60px 20px;
  background: #f5f5f5;
}
.contact-form-section form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.05);
}

.contact-section {
    padding: 50px 0;
}

.contact-form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
}

.contact-form .form-control:focus {
    border-color: #014AB9;
    outline: none;
}

.contact-form .btn {
    background-color: #014AB9;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form .btn:hover {
    background-color: #003f8e;
}

.success-message {
    color: #28a745;
    font-weight: bold;
    text-align: center;
}

.error-message {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
}

.map-embed iframe {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-section .contact-form {
  margin-bottom: 60px;
}