/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
/**
 * @package     Wordpress.Site
 * @subpackage  Templates.NoName
 *
 * @copyright   Copyright (C) 2020 NoName. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
.contact-hero-section {
  background-color: #fff;
  overflow: hidden;
}
.contact-hero-section__inner {
  display: flex;
  align-items: stretch;
  min-height: 742px;
}
.contact-hero-section__left {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 64px 40px 64px clamp(24px, 6.25vw, 90px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-hero-section__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-hero-section__title {
  font-size: clamp(2rem, 4.2vw, 3.75rem);
  font-weight: 700;
  color: #003c76;
  line-height: 1.15;
  margin: 0;
  white-space: nowrap;
}
.contact-hero-section__desc {
  font-size: 1rem;
  color: #003c76;
  line-height: 1.6;
  margin: 0;
}
.contact-hero-section__form-card {
  background-color: #edf1f8;
  border-radius: 16px;
  padding: 24px;
  flex: 1;
}
.contact-hero-section__map {
  flex: 1;
  min-height: 742px;
  overflow: hidden;
}
.contact-hero-section__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
@media (max-width: 991px) {
  .contact-hero-section__inner {
    flex-direction: column;
    min-height: unset;
  }
  .contact-hero-section__left {
    flex: unset;
    max-width: 100%;
    padding: 48px 24px;
  }
  .contact-hero-section__title {
    white-space: normal;
  }
  .contact-hero-section__map {
    min-height: 400px;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .contact-hero-section__left {
    padding: 32px 16px;
  }
  .contact-hero-section__map {
    min-height: 300px;
    height: 300px;
  }
}

.contact-hero-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
}
.contact-hero-form__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-hero-form__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-hero-form__row--2col {
  flex-direction: row;
  gap: 16px;
}
.contact-hero-form__row--2col .contact-hero-form__field {
  flex: 1;
}
@media (max-width: 575px) {
  .contact-hero-form__row--2col {
    flex-direction: column;
  }
}
.contact-hero-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-hero-form__label {
  font-size: 1rem;
  font-weight: 600;
  color: #222222;
  line-height: 1.5;
}
.contact-hero-form__label .text-teal {
  color: #003c76;
}
.contact-hero-form__input {
  height: 44px !important;
  padding: 10px 14px !important;
  border: 1px solid #e9eaeb !important;
  border-radius: 8px !important;
  background: #fff !important;
  font-size: 0.875rem !important;
  color: #222222 !important;
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
          appearance: none !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-hero-form__input::placeholder {
  color: #9aa0aa !important;
}
.contact-hero-form__input:focus {
  border-color: #0093a8 !important;
  box-shadow: 0 0 0 3px rgba(0, 147, 168, 0.1) !important;
}
.contact-hero-form__submit {
  height: 56px !important;
  width: 100% !important;
  background: #0093a8 !important;
  color: #fff !important;
  border: 1px solid #0093a8 !important;
  border-radius: 8px !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  cursor: pointer;
  transition: background-color 0.2s;
  letter-spacing: 0.01em;
}
.contact-hero-form__submit i {
  font-size: 1rem;
}
.contact-hero-form__submit:hover {
  background-color: rgb(0, 120.225, 137.4) !important;
}

.contact-hero-section .select2-container {
  width: 100% !important;
}
.contact-hero-section .select2-container--default .select2-selection--single {
  height: 44px !important;
  border: 1px solid #e9eaeb !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 36px 0 14px !important;
}
.contact-hero-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #9aa0aa !important;
  font-size: 0.875rem !important;
  padding: 0 !important;
  line-height: 44px !important;
}
.contact-hero-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  width: 30px !important;
  top: 0 !important;
  right: 8px !important;
}
.contact-hero-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #667085 transparent transparent transparent !important;
  border-width: 5px 4px 0 !important;
  margin-top: -2px !important;
}
.contact-hero-section .select2-container--default.select2-container--open .select2-selection--single,
.contact-hero-section .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #0093a8 !important;
  box-shadow: 0 0 0 3px rgba(0, 147, 168, 0.1) !important;
}
.contact-hero-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.contact-hero-section .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0093a8 transparent !important;
  border-width: 0 4px 5px !important;
}

.contact-offices-section {
  background-color: #ffffff;
}

.contact-office-card {
  background-color: #003c76;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-office-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 60, 118, 0.25);
}
.contact-office-card__icon {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 147, 168, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.contact-office-card__icon i {
  font-size: 1.125rem;
  color: #0093a8;
}
.contact-office-card__city {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  line-height: 1.4;
}
.contact-office-card__address {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  margin-bottom: 0;
  flex-grow: 1;
}
.contact-office-card__footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-office-card__info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
}
.contact-office-card__label {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  flex-shrink: 0;
}
.contact-office-card__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.contact-office-card__link:hover {
  color: #0093a8;
}
@media (max-width: 991px) {
  .contact-office-card {
    padding: 24px 20px;
  }
}
@media (max-width: 575px) {
  .contact-office-card {
    padding: 20px;
  }
  .contact-office-card__icon {
    margin-bottom: 14px;
  }
  .contact-office-card__footer {
    gap: 6px;
  }
}

.contact-office-gallery {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.contact-office-gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 147, 168, 0) 0%, rgba(0, 147, 168, 0.48) 40%, rgb(0, 147, 168) 100%);
  backdrop-filter: blur(2px);
}
.contact-office-gallery__heading {
  margin-bottom: 48px;
}
.contact-office-gallery__sub {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #e9d7fe;
  margin-bottom: 8px;
}
.contact-office-gallery__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
.contact-office-gallery__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  opacity: 0.9;
}
.contact-office-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .contact-office-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .contact-office-gallery__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.contact-office-gallery__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-office-gallery__img-wrap {
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}
.contact-office-gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-office-gallery__branch {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact-office-gallery__address {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  opacity: 0.9;
}

/*# sourceMappingURL=template.contact.css.map*/