/* ===== PAGE HERO ===== */
.page-hero {
  position: relative;
  background: linear-gradient(135deg,
      var(--navy-900) 0%,
      var(--navy-700) 60%,
      #1c3668 100%);
  padding: 160px 0 90px;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.page-hero .bg-image-wrap {
  position: absolute;
  inset: 0;
  opacity: 0.18;
}

.page-hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%,
      rgba(184, 145, 58, 0.12) 0%,
      transparent 55%),
    radial-gradient(circle at 80% 20%,
      rgba(184, 145, 58, 0.08) 0%,
      transparent 40%);
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 20px;
}

.page-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.page-breadcrumb a:hover {
  color: var(--gold-300);
}

.page-breadcrumb .sep {
  font-size: 0.55rem;
  opacity: 0.4;
}

.page-breadcrumb .active {
  color: var(--gold-300);
  font-weight: 700;
}

.page-hero-title {
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
}

.page-hero-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 540px;
  line-height: 1.8;
}

.page-hero-deco {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(184, 145, 58, 0.15);
  pointer-events: none;
}

.page-hero-deco::after {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 1px solid rgba(184, 145, 58, 0.1);
}

/* ===== QUICK CONTACT CARDS ===== */
.quick-contacts {
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.qc-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-100);
  transition: var(--t-base);
  height: 100%;
}



.qc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.qc-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fdf4e3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.4rem;
  color: var(--gold-400);
}

.qc-title {
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--navy-900);
  margin-bottom: 8px;
}

.qc-val {
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.7;
  margin-bottom: 16px;
}

.qc-val a {
  color: var(--navy-600);
  font-weight: 700;
  transition: color 0.2s;
}

.qc-val a:hover {
  color: var(--gold-500);
}

.qc-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(184, 145, 58, 0.1);
  color: var(--gold-600);
  border: 1px solid rgba(184, 145, 58, 0.2);
}

/* ===== CONTACT FORM ===== */
.contact-form-wrap {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-100);
}

.form-section-title {
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--navy-900);
  margin-bottom: 6px;
}

.form-section-sub {
  font-size: 0.88rem;
  color: var(--gray-600);
  margin-bottom: 32px;
  line-height: 1.7;
}

.cf-label {
  font-family: "Cairo", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 6px;
  display: block;
}

.cf-input,
.cf-select,
.cf-textarea {
  width: 100%;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-family: "Cairo", sans-serif;
  font-size: 0.9rem;
  color: var(--dark);
  background: var(--gray-50);
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.cf-input:focus,
.cf-select:focus,
.cf-textarea:focus {
  border-color: var(--gold-400);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(184, 145, 58, 0.12);
}

.cf-input::placeholder,
.cf-textarea::placeholder {
  color: var(--gray-400);
}

.cf-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%239aa3b5' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 18px;
  padding-left: 40px;
  cursor: pointer;
}

.cf-textarea {
  min-height: 140px;
  resize: vertical;
}

.cf-group {
  margin-bottom: 20px;
}

.cf-submit {
  width: 100%;
  padding: 15px 24px;
  border-radius: var(--radius-sm);
  border: none;
  background: var(--grad-gold);
  color: #fff;
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: var(--t-base);
  box-shadow: var(--shadow-gold);
  position: relative;
  overflow: hidden;
}

.cf-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(154, 117, 40, 0.5);
}

.cf-submit:active {
  transform: translateY(0);
}

.cf-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.78rem;
  color: var(--gray-400);
}

.cf-note i {
  color: var(--gold-400);
}

/* ===== CONTACT SIDEBAR ===== */
.contact-side-card {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-side-card .bg-image-wrap {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  border-radius: var(--radius-lg);
}

.contact-side-card>* {
  position: relative;
  z-index: 2;
}

.csc-title {
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 6px;
}

.csc-sub {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 28px;
  line-height: 1.7;
}

.csc-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.csc-item:last-of-type {
  border-bottom: none;
}

.csc-ico {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(184, 145, 58, 0.15);
  border: 1px solid rgba(184, 145, 58, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-400);
  font-size: 1rem;
  flex-shrink: 0;
}

.csc-info h6 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3px;
}

.csc-info p,
.csc-info a {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

.csc-info a:hover {
  color: var(--gold-300);
}

.csc-hours {
  margin-top: 24px;
}

.csc-hours-title {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--gold-300);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.75);
}

.hours-row:last-child {
  border-bottom: none;
}

.hours-row .open-badge {
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 20px;
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.25);
  font-weight: 700;
}

.csc-socials {
  margin-top: 24px;
}

.csc-socials h6 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}

.csc-soc-links {
  display: flex;
  gap: 10px;
}

.csc-soc {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  transition: var(--t-fast);
}

.csc-soc:hover {
  background: var(--grad-gold);
  border-color: transparent;
  color: var(--navy-900);
}

/* ===== MAP SECTION ===== */
.map-section {
  background: var(--gray-50);
}

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-200);
}

.map-wrapper iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: none;
}

.map-info-row {
  background: #fff;
  border-top: 1px solid var(--gray-100);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.map-addr {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--gray-600);
}

.map-addr i {
  color: var(--gold-500);
}

.map-dir-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  background: var(--grad-gold);
  color: #fff;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  transition: var(--t-base);
  box-shadow: 0 4px 15px rgba(154, 117, 40, 0.3);
}

.map-dir-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
  color: var(--navy-900);
}

/* ===== FAQ ===== */
.faq-section {
  background: #fff;
}

.faq-item {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--t-base);
}

.faq-item:hover {
  border-color: var(--gold-400);
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  background: #fff;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy-900);
  gap: 12px;
  user-select: none;
}

.faq-q .faq-arrow {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1.5px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--gray-400);
  flex-shrink: 0;
  transition: var(--t-base);
}

.faq-item.open .faq-q {
  color: var(--gold-600);
}

.faq-item.open .faq-arrow {
  background: var(--grad-gold);
  border-color: transparent;
  color: #fff;
  transform: rotate(180deg);
}

.faq-a {
  display: none;
  padding: 0 22px 18px;
  font-size: 0.88rem;
  color: var(--gray-600);
  line-height: 1.8;
  border-top: 1px solid var(--gray-100);
  padding-top: 14px;
}

.faq-item.open .faq-a {
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .page-hero {
    padding: 130px 0 70px;
    min-height: 320px;
  }

  .contact-form-wrap {
    padding: 32px 24px;
  }

  .why-wrap {
    padding: 40px 24px;
  }
}

@media (max-width: 767px) {
  .page-hero-deco {
    display: none;
  }

  .quick-contacts {
    margin-top: -30px;
  }

  .map-info-row {
    flex-direction: column;
    align-items: flex-start;
  }
}