.contact-outer {
  position: relative;
  width: 100%;
  padding: 70px 0;
  border-top: 1px solid #e5e7eb;
  background:
    radial-gradient(circle at 12% 18%, rgba(35, 200, 185, 0.12) 0, rgba(35, 200, 185, 0) 40%),
    radial-gradient(circle at 88% 78%, rgba(30, 64, 175, 0.1) 0, rgba(30, 64, 175, 0) 42%),
    #f8fafc;
}

.contact-outer .container {
  position: relative;
}

.contact-shell {
  row-gap: 24px;
}

.contact-left-section,
.form_contact {
  margin: 0;
}

.contact-info-card,
.contact-form-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  padding: 28px;
  /* height: 100%; */
}

.contact-heading {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}

.contact-subheading {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}

.contect-ul,
.cont-phone {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contect-ul li,
.cont-phone li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #1f2937;
}

.contect-ul li svg,
.cont-phone li svg {
  flex: 0 0 auto;
  margin-top: 2px;
  opacity: 0.9;
}

.contect-ul li span,
.cont-phone li span {
  flex: 1;
}

.contect-ul li a,
.cont-phone li a {
  color: var(--contact-primary, #23c8b9);
  text-decoration: none;
  font-weight: 600;
}

.contect-ul li a:hover,
.cont-phone li a:hover {
  text-decoration: underline;
}

.cont-phone {
  padding-top: 10px;

}

.contact-outer .form-group {
  margin-bottom: 16px;
}

.contact-outer .form-control {
  border: 1px solid #d1d5db !important;
  background: #ffffff !important;
  height: 50px !important;
  width: 100%;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  color: #111827;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-outer .form-control:focus {
  border-color: var(--contact-primary, #23c8b9) !important;
  box-shadow: 0 0 0 4px rgba(35, 200, 185, 0.16) !important;
}

.contact-outer textarea.form-control {
  height:80px !important;
  padding-top: 12px !important;
  resize: vertical;
}

.contact-btn {
  margin-bottom: 0 !important;
}

.contact-btn .btn {
  min-width: 180px;
  height: 48px;
  padding: 0 22px !important;
  border: 1px solid var(--contact-primary, #23c8b9) !important;
  background: var(--contact-primary, #23c8b9) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contact-btn .btn:hover,
.contact-btn .btn:focus {
  transform: translateY(-1px);
  filter: brightness(0.95);
  box-shadow: 0 14px 24px rgba(17, 24, 39, 0.2);
}

.custom_banner.contact_banner .banner_search_area h1.banner-hd {
  text-align: center;
}

.banner-hd {
  background: transparent !important;
}

@media screen and (max-width: 1199px) {
  .contact-heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .contact-outer {
    padding: 48px 0;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 22px;
  }
}

@media screen and (max-width: 575px) {
  .contact-outer {
    padding: 34px 0;
  }

  .contact-heading {
    font-size: 24px;
  }

  .contact-subheading,
  .contect-ul li,
  .cont-phone li {
    font-size: 14px;
  }

  .contact-btn .btn {
    width: 100%;
    min-width: 0;
  }
}

.mt-30{
  margin-top: 30px;
}
