/* Page Contact */

.page-contact {
  padding: 72px 0 100px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 24%);
}

.kt-contact-hero {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.kt-contact-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--kt-green, #00ae01);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.kt-contact-hero__eyebrow::before,
.kt-contact-hero__eyebrow::after {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--kt-green, #00ae01);
  border-radius: 2px;
}

.kt-contact-hero__title {
  margin: 0 0 14px;
  color: var(--kt-header-bg, #1e2b50) !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
}

.kt-contact-hero__lead {
  margin: 0;
  color: #5a6472;
  font-size: 1.02rem;
  line-height: 1.65;
}

.kt-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  margin-bottom: 56px;
}

.kt-contact-aside {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(30, 43, 80, 0.08);
  background: #fff;
  box-shadow: 0 8px 32px rgba(30, 43, 80, 0.05);
}

.kt-contact-aside__banner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 26px;
  background:
    radial-gradient(ellipse 80% 120% at 100% 0%, rgba(0, 174, 1, 0.28), transparent 55%),
    linear-gradient(135deg, #1e2b50 0%, #0018b4 100%);
  color: #fff;
}

.kt-contact-aside__banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.kt-contact-aside__banner-icon .kt-icon {
  width: 26px;
  height: 26px;
  color: #fff;
}

.kt-contact-aside__banner-eyebrow {
  margin: 0 0 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.kt-contact-aside__banner-title {
  margin: 0 0 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.kt-contact-aside__banner-hours {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.kt-contact-aside__panel {
  padding: 28px 28px 32px;
}

.kt-contact-aside__title {
  margin: 0 0 18px;
  color: var(--kt-header-bg, #1e2b50) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.kt-contact-aside__subtitle {
  margin: 8px 0 14px;
  color: var(--kt-header-bg, #1e2b50);
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.kt-contact-aside__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.kt-contact-aside__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(30, 43, 80, 0.06);
}

.kt-contact-aside__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 174, 1, 0.12), rgba(0, 24, 180, 0.08));
  color: var(--kt-header-bg, #1e2b50);
}

.kt-contact-aside__icon .kt-icon {
  width: 18px;
  height: 18px;
  color: var(--kt-header-bg, #1e2b50);
}

.kt-contact-aside__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
}

.kt-contact-aside__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a94a6;
}

.kt-contact-aside__list a {
  color: var(--kt-blue, #0018b4);
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.kt-contact-aside__list a:hover {
  text-decoration: underline;
}

.kt-contact-aside__locations {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kt-contact-aside__location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(30, 43, 80, 0.08);
  background: #fff;
  margin: 0;
}

.kt-contact-aside__loc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(0, 174, 1, 0.1);
  color: var(--kt-green, #00ae01);
}

.kt-contact-aside__loc-icon .kt-icon {
  width: 18px;
  height: 18px;
  color: var(--kt-green, #00ae01);
}

.kt-contact-aside__location strong {
  display: block;
  margin-bottom: 4px;
  color: var(--kt-header-bg, #1e2b50);
  font-size: 15px;
}

.kt-contact-aside__location p {
  margin: 0 0 8px;
  color: #5a6472;
  font-size: 13.5px;
  line-height: 1.55;
}

.kt-contact-aside__location a {
  color: var(--kt-green, #00ae01);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.kt-contact-aside__location a:hover {
  text-decoration: underline;
}

.kt-contact-form-wrap {
  padding: 36px 36px 32px;
  border-radius: 18px;
  border: 1px solid rgba(30, 43, 80, 0.08);
  background: #fff;
  box-shadow: 0 8px 32px rgba(30, 43, 80, 0.05);
}

.kt-contact-form-wrap__title {
  margin: 0 0 8px;
  color: var(--kt-header-bg, #1e2b50) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.kt-contact-form-wrap__intro {
  margin: 0 0 24px;
  color: #6b7280;
  font-size: 14px;
}

.kt-contact-alert {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
}

.kt-contact-alert--success {
  background: rgba(0, 174, 1, 0.1);
  color: #1a6b1a;
}

.kt-contact-alert--error {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
}

.kt-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.kt-contact-form__field {
  margin-bottom: 16px;
}

.kt-contact-form__field label {
  display: block;
  margin-bottom: 6px;
  color: var(--kt-header-bg, #1e2b50);
  font-size: 13px;
  font-weight: 600;
}

.kt-contact-form__field input,
.kt-contact-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(30, 43, 80, 0.15);
  border-radius: 10px;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kt-contact-form__field input:focus,
.kt-contact-form__field textarea:focus {
  outline: none;
  border-color: var(--kt-green, #00ae01);
  box-shadow: 0 0 0 3px rgba(0, 174, 1, 0.12);
}

.kt-contact-form__submit {
  background: var(--kt-green, #00ae01) !important;
  border-color: var(--kt-green, #00ae01) !important;
}

.kt-contact-maps__title {
  margin: 0 0 24px;
  text-align: center;
  color: var(--kt-header-bg, #1e2b50) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.kt-contact-maps .kt-map-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.kt-contact-maps .kt-map-tabs__btn {
  padding: 10px 20px;
  border: 1px solid rgba(30, 43, 80, 0.15);
  border-radius: 999px;
  background: #fff;
  color: var(--kt-header-bg, #1e2b50);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.kt-contact-maps .kt-map-tabs__btn.is-active,
.kt-contact-maps .kt-map-tabs__btn:hover {
  border-color: var(--kt-green, #00ae01);
  background: var(--kt-green, #00ae01);
  color: #fff;
}

.kt-contact-maps .kt-map-tabs__address {
  margin: 0 0 16px;
  text-align: center;
  color: #5a6472;
}

.kt-contact-maps .kt-map-tabs__iframe {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(30, 43, 80, 0.08);
}

.kt-contact-maps .kt-map-tabs__iframe iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}

@media (max-width: 991px) {
  .kt-contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
  .kt-contact-form__row { grid-template-columns: 1fr; }
  .page-contact { padding: 48px 0 72px; }
  .kt-contact-form-wrap { padding: 24px 20px; }
}
