/* ===================================================
   Contact Us Page — Premium Styles
   Accent: Navy #0A1931 + Saffron #F47C20
   =================================================== */

/* --- Navbar Solid Override --- */
.navbar--solid {
  background: #fff !important;
  border-bottom: 1px solid #EEEEEE;
  box-shadow: none;
}
.navbar--solid .nav-links a,
.navbar--solid .nav-link { color: #333 !important; }
.navbar--solid .navbar__enroll-btn { background: #0A1931; color: #fff; }
.navbar--solid .navbar__enroll-btn--active { background: #F47C20; }
.navbar--solid .hamburger .bar { background: #333; }
.navbar--solid #navbar-logo { filter: none; }

/* ===================================================
   HERO
   =================================================== */
.ct-hero {
  background: #0A1931;
  padding: 110px 2rem 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ct-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(244,124,32,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.ct-hero__container {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ct-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
}

.ct-hero__tag .ti { font-size: 14px; color: #F47C20; }

.ct-hero__headline {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.ct-hero__subtext {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto;
}

/* ===================================================
   MAIN CONTENT — Info + Form
   =================================================== */
.ct-main {
  background: #F8F8F6;
  padding: 4rem 2rem;
}

.ct-main__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* Left: Info Cards */
.ct-main__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ct-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ct-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.ct-card__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.ct-card__icon--phone { background: #EEF2FF; color: #0A1931; }
.ct-card__icon--mail { background: #FFF8EE; color: #F47C20; }
.ct-card__icon--pin { background: #EEFAF4; color: #0F6E56; }
.ct-card__icon--clock { background: #F5EEFF; color: #6B3FA0; }

.ct-card__label {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #999;
  margin-bottom: 0.2rem;
}

.ct-card__value {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0D0D0D;
  text-decoration: none;
  display: block;
  margin-bottom: 0.15rem;
}

a.ct-card__value:hover { color: #F47C20; }

.ct-card__value--addr {
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #555;
}

.ct-card__sub {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #999;
}

.ct-card__map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #0A1931;
  text-decoration: none;
  margin-top: 0.4rem;
  transition: color 0.2s;
}

.ct-card__map-link:hover { color: #F47C20; }
.ct-card__map-link .ti { font-size: 13px; }

/* Social Strip */
.ct-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
}

.ct-socials__label {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #999;
  white-space: nowrap;
}

.ct-socials__icons {
  display: flex;
  gap: 0.5rem;
}

.ct-socials__link {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #F8F8F6;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.ct-socials__link:hover { background: #0A1931; color: #fff; }

/* ===================================================
   FORM CARD
   =================================================== */
.ct-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 2.25rem;
  border: 1px solid #EBEBEB;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}

.ct-form-card__title {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

.ct-form-card__sub {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.82rem;
  color: #999;
  margin-bottom: 1.75rem;
}

.ct-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.ct-form__group { display: flex; flex-direction: column; gap: 0.3rem; }

.ct-form__label {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #555;
}

.ct-form__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.ct-form__input-wrap .ti {
  position: absolute;
  left: 14px;
  font-size: 18px;
  color: #aaa;
  pointer-events: none;
}

.ct-form__input-wrap input,
.ct-form__input-wrap select {
  width: 100%;
  height: 48px;
  padding: 0 14px 0 44px;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.875rem;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  background: #fff;
  color: #333;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.ct-form__input-wrap input:focus,
.ct-form__input-wrap select:focus {
  border-color: #0A1931;
  box-shadow: 0 0 0 3px rgba(10,25,49,0.06);
}

.ct-form__input-wrap--select::after {
  content: '';
  position: absolute;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  transform: rotate(45deg);
  pointer-events: none;
  margin-top: -3px;
}

.ct-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.ct-form__error {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.72rem;
  color: #DC2626;
  display: none;
  align-items: center;
  gap: 0.25rem;
}

.ct-form__error .ti { font-size: 12px; }

.ct-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 12px;
  background: #0A1931;
  color: #fff;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 0.5rem;
}

.ct-form__submit:hover { background: #0D2247; }

.ct-form__privacy {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.72rem;
  color: #aaa;
  text-align: center;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

.ct-form__privacy .ti { font-size: 12px; }

/* ===================================================
   MAP SECTION
   =================================================== */
.ct-map {
  background: #fff;
  padding: 3rem 2rem 4rem;
}

.ct-map__container {
  max-width: 1100px;
  margin: 0 auto;
}

.ct-map__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.ct-map__title {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.3rem;
}

.ct-map__title .ti { color: #F47C20; font-size: 22px; }

.ct-map__sub {
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 0.85rem;
  color: #999;
}

.ct-map__frame {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.ct-map__frame iframe {
  display: block;
  width: 100%;
  min-height: 380px;
}

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 1024px) {
  .ct-main__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .ct-form-wrap { order: -1; }
}

@media (max-width: 768px) {
  .ct-hero { padding: 90px 1.5rem 2.5rem; }
  .ct-hero__headline { font-size: 2rem; }
  .ct-main { padding: 2.5rem 1.5rem; }
  .ct-form__row { grid-template-columns: 1fr; }
  .ct-map { padding: 2rem 1.5rem 3rem; }
  .ct-map__title { font-size: 1.3rem; }
}

@media (max-width: 480px) {
  .ct-hero { padding: 80px 1rem 2rem; }
  .ct-hero__headline { font-size: 1.6rem; }
  .ct-hero__subtext { font-size: 0.88rem; }
  .ct-main { padding: 2rem 1rem; }
  .ct-form-card { padding: 1.5rem; border-radius: 18px; }
  .ct-card { padding: 1rem; border-radius: 12px; }
  .ct-map { padding: 1.5rem 1rem 2rem; }
  .ct-map__frame { border-radius: 14px; }
}
