/* Contact pages — match live centrocdx.com/contactus and /get-in-touch */

.contactus-banner .breadcam_area {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #025376;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contactus-banner.has-banner-image .breadcam_area {
  background-image: var(--contactus-banner-bg);
}

.contactus-banner .bradcam_text h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.contactus-page.contact-section {
  padding: 70px 0 100px;
  background: #fff;
}

.contactus-map-wrap {
  width: 100%;
  margin: 0 0 70px;
  line-height: 0;
  overflow: hidden;
  background: #e9eef2;
}

.contactus-map-wrap iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
  margin: 0;
}

.contactus-page .contact-title {
  font-size: 27px;
  font-weight: 600;
  color: #2a2a2a;
  margin: 0 0 30px;
  font-family: "Roboto", system-ui, sans-serif;
}

.contactus-page .form-contact .form-group {
  margin-bottom: 30px;
}

.contactus-page .form-contact .form-control {
  height: 48px;
  border: 1px solid #e5e6e9;
  border-radius: 0;
  padding: 0 18px;
  font-size: 13px;
  color: #999;
  background: #fff;
  box-shadow: none;
}

.contactus-page .form-contact .form-control:focus {
  border-color: #025376;
  outline: 0;
  box-shadow: none;
  color: #2a2a2a;
}

.contactus-page .form-contact textarea.form-control {
  height: auto;
  min-height: 180px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: vertical;
}

.contactus-page .form-contact .form-control::placeholder {
  color: #999;
  opacity: 1;
}

.contactus-page .button-contactForm.boxed-btn {
  background: #025376;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 14px 36px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.contactus-page .button-contactForm.boxed-btn:hover,
.contactus-page .button-contactForm.boxed-btn:focus {
  background: #013a54;
  color: #fff;
}

.contactus-page .contact-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}

.contactus-page .contact-info:last-child {
  margin-bottom: 0;
}

.contactus-page .contact-info__icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-right: 18px;
  border: 1px solid #e0e2e8;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8f919c;
  font-size: 18px;
  line-height: 1;
}

.contactus-page .contact-info__icon i {
  color: #8f919c;
  font-size: 18px;
  line-height: 1;
}

.contactus-page .contact-info .media-body h3 {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  margin: 0 0 4px;
  line-height: 1.45;
  font-family: "Roboto", system-ui, sans-serif;
}

.contactus-page .contact-info .media-body h3 a {
  color: #2a2a2a;
  text-decoration: none;
}

.contactus-page .contact-info .media-body h3 a:hover {
  color: #025376;
}

.contactus-page .contact-info .media-body p {
  margin: 0;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
}

.contactus-consent {
  margin-bottom: 10px !important;
}

.contactus-consent__label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 !important;
  color: #666 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.6;
  cursor: pointer;
  font-family: system-ui, sans-serif;
}

.contactus-consent__label input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.contactus-consent__copy {
  display: block;
  text-decoration: none;
  color: #666;
}

.contactus-consent__copy p {
  margin: 0 0 8px;
}

.contactus-consent__copy p:last-child {
  margin-bottom: 0;
}

.contactus-consent__cta,
.contactus-consent__copy a {
  display: inline;
  color: #025376;
  text-decoration: underline;
  font-weight: 500;
}

#form-response-message {
  margin-top: 15px;
  font-weight: 600;
  display: none;
  font-family: system-ui, sans-serif;
}

#form-response-message.is-visible {
  display: block;
}

#form-response-message.is-success {
  color: #28a745;
}

#form-response-message.is-error {
  color: #dc3545;
}

@media (max-width: 991px) {
  .contactus-page .offset-lg-1 {
    margin-top: 40px;
  }

  .contactus-page.contact-section {
    padding: 50px 0 70px;
  }

  .contactus-map-wrap {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contactus-banner .breadcam_area {
    min-height: 200px;
  }

  .contactus-map-wrap {
    margin-bottom: 36px;
  }

  .contactus-map-wrap iframe {
    height: 280px;
  }

  .contactus-page.contact-section {
    padding: 36px 0 50px;
  }

  .contactus-page .contact-title {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .contactus-page .form-contact .form-group {
    margin-bottom: 20px;
  }
}
