/**
 * Contact page – contact-us.php only
 */

.page-contact {
  overflow-x: hidden;
}

.page-contact main {
  display: block;
  overflow: visible;
  min-height: 0;
  position: relative;
  z-index: 1;
}

.page-contact .contact-hero {
  background: linear-gradient(135deg, #0062ff 0%, #0040c1 50%, #002f9d 100%);
  padding: clamp(56px, 6vw, 80px) 0;
  color: #ffffff;
  position: relative;
  overflow: visible;
}

.page-contact .contact-hero h1 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.page-contact .contact-hero p.lead-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
}

.page-contact .contact-hero .badge-pill {
  display: inline-block;
  background-color: #ffb302;
  color: #00225d;
  font-weight: 600;
  border-radius: 999px;
  padding: 6px 18px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-contact .contact-hero .hero-meta {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.page-contact .contact-hero .whatsapp-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 12px 26px;
  border-radius: 999px;
  background-color: #ffb302;
  color: #00225d;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.page-contact .contact-hero .whatsapp-btn-main i {
  font-size: 18px;
}

.page-contact .contact-hero .whatsapp-btn-main:hover {
  background-color: #ffc533;
  color: #001947;
}

.page-contact .contact-hero__img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.page-contact .contact-section {
  padding: clamp(56px, 7vw, 80px) 0 clamp(72px, 8vw, 96px);
  background: #fff;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.page-contact .contact-section .row {
  align-items: flex-start;
}

.page-contact .contact-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 14px 30px rgba(15, 33, 75, 0.12);
  border: 1px solid rgba(7, 32, 80, 0.06);
}

.page-contact .contact-card h2,
.page-contact .contact-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-contact .contact-card p {
  font-size: 14px;
  color: #4b5565;
  margin-bottom: 8px;
}

.page-contact .contact-card .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.page-contact .contact-card .contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 179, 2, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffb302;
  flex-shrink: 0;
}

.page-contact .contact-card a {
  color: #0040c1;
  text-decoration: none;
}

.page-contact .contact-card a:hover {
  text-decoration: underline;
}

.page-contact .contact-bottom-info {
  margin-top: 1rem;
}

.page-contact .contact-form-wrapper {
  background-color: #f5f7ff;
  border-radius: 20px;
  padding: 25px 24px 26px;
  border: 1px solid rgba(0, 64, 193, 0.12);
  overflow: visible;
}

.page-contact .contact-form-wrapper h2,
.page-contact .contact-form-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.page-contact .contact-form-wrapper p {
  font-size: 14px;
  color: #4b5565;
  margin-bottom: 18px;
}

.page-contact .contact-form .form-label {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.page-contact .contact-form .form-control,
.page-contact .contact-form .form-select {
  border-radius: 10px;
  border: 1px solid #d0d7ea;
  font-size: 14px;
}

.page-contact .contact-form .form-control:focus,
.page-contact .contact-form .form-select:focus {
  border-color: #0040c1;
  box-shadow: 0 0 0 0.15rem rgba(0, 64, 193, 0.18);
}

.page-contact .contact-form .btn-submit {
  background-color: #0040c1;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 24px;
  font-weight: 600;
  border: none;
}

.page-contact .contact-form .btn-submit:hover {
  background-color: #002f9d;
}

.page-contact .contact-form small {
  font-size: 11px;
  color: #6b7280;
}

.page-contact .contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0.5rem;
}

.page-contact .site-footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
  clear: both;
}

.page-contact #loading {
  display: none !important;
}

.page-contact .floating-contact {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 990;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-contact .floating-contact a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.page-contact .floating-contact a:hover {
  transform: translateY(-2px);
  color: #fff;
}

.page-contact .floating-contact .btn-whatsapp {
  background: #075E54;
}

.page-contact .floating-contact .btn-telegram {
  background: #0088cc;
}

.page-contact .floating-contact i {
  font-size: 22px;
}

@media (max-width: 991.98px) {
  .page-contact .contact-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-contact .contact-form .btn-submit {
    width: 100%;
    min-height: 48px;
  }
}
