.service-2 {
  background: #fff;

  padding: 35px;

  border-radius: 15px;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);

  transition: 0.3s;

  height: 100%;
}

.service-2:hover {
  transform: translateY(-8px);
}

form .form-control {
  height: 55px;

  border-radius: 10px;
}

textarea.form-control {
  height: auto;

  padding-top: 15px;
}

.btn-primary {
  padding: 14px 35px;

  font-weight: 600;
}

.embed-responsive iframe {
  border-radius: 15px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Cards */

.contact-info {
  padding: 90px 0;

  background: #f8f9fa;
}

.contact-card {
  background: #fff;

  padding: 40px;

  text-align: center;

  border-radius: 20px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  height: 100%;

  transition: 0.3s;
}

.contact-card:hover {
  transform: translateY(-8px);
}

.contact-card i {
  font-size: 40px;

  color: #ba1515;

  margin-bottom: 20px;
}

/* Form */

.contact-form-section {
  padding: 120px 0;
}

.contact-left {
  padding-right: 25px;
}

.contact-feature {
  display: flex;

  gap: 18px;

  margin: 35px 0;
}

.contact-feature i {
  font-size: 28px;

  color: #ba1515;

  margin-top: 4px;
}

.contact-form {
  background: #fff;

  padding: 45px;

  border-radius: 24px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.contact-form .form-control,
.contact-form .form-select {
  height: 58px;

  border-radius: 14px;
}

.contact-form textarea {
  height: auto !important;
}

.contact-form button {
  padding: 15px 40px;

  border-radius: 50px;

  font-weight: 700;
}

/*==================================
Google Map
==================================*/

.office-location {
  padding: 120px 0;

  background: #f8f9fa;
}

.map-wrapper {
  border-radius: 24px;

  overflow: hidden;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.map-wrapper iframe {
  width: 100%;

  height: 550px;

  border: 0;
}

/*==================================
Quick Links
==================================*/

.contact-links {
  padding: 120px 0;
}

.quick-link {
  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  background: #fff;

  padding: 40px 25px;

  border-radius: 20px;

  text-decoration: none;

  color: #222;

  height: 100%;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

  transition: 0.35s;
}

.quick-link:hover {
  transform: translateY(-8px);

  color: #ba1515;
}

.quick-link i {
  font-size: 42px;

  margin-bottom: 20px;

  color: #ba1515;
}

.quick-link h6 {
  font-weight: 700;

  margin: 0;

  line-height: 1.6;
}

/*==================================
Responsive
==================================*/

@media (max-width: 991px) {
  .map-wrapper iframe {
    height: 450px;
  }

  .contact-cta .cta-box {
    padding: 60px 35px;
  }

  .contact-cta h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .map-wrapper iframe {
    height: 350px;
  }

  .contact-cta h2 {
    font-size: 28px;
  }

  .contact-cta p {
    font-size: 16px;
  }
}
