/* ==========================================================================
   LUXURY CONTACT US PAGE STYLING (KRISHNAM POSHAK)
   ========================================================================== */

.contact-page-wrapper {
  background-color: #fcfbf9;
  min-height: 100vh;
  padding-bottom: 80px;
}

/* 1. Breadcrumb Bar */
.contact-breadcrumb-bar {
  padding: 16px 36px;
  background: #ffffff;
  border-bottom: 1px solid #f0ebe4;
  font-family: var(--font-secondary, 'Montserrat', sans-serif);
  font-size: 12px;
  color: #777777;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-breadcrumb-bar a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-breadcrumb-bar a:hover {
  color: #b01b4c;
}

.contact-breadcrumb-bar .sep {
  color: #c5a880;
  font-size: 11px;
}

.contact-breadcrumb-bar .current {
  color: #b01b4c;
  font-weight: 600;
}

/* 2. Hero Header Banner */
.contact-hero-banner {
  background: linear-gradient(135deg, #161014 0%, #261720 50%, #161014 100%);
  color: #ffffff;
  text-align: center;
  padding: 60px 24px 50px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #c5a880;
}

.contact-hero-banner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(circle, rgba(197, 168, 128, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.contact-hero-tag {
  font-family: var(--font-secondary, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c5a880;
  margin-bottom: 10px;
  display: block;
}

.contact-hero-title {
  font-family: var(--font-primary, 'Playfair Display', serif);
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.contact-hero-subtitle {
  font-family: var(--font-secondary, 'Montserrat', sans-serif);
  font-size: 14px;
  color: #d1c7bd;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}

/* 3. Main 2-Column Contact Container */
.contact-main-container {
  max-width: 1280px;
  margin: -30px auto 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 36px;
  position: relative;
  z-index: 5;
}

/* Left Column: Info Cards */
.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 34px 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0ebe4;
  font-family: var(--font-secondary, 'Montserrat', sans-serif);
}

.contact-card-title {
  font-family: var(--font-primary, 'Playfair Display', serif);
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.contact-card-desc {
  font-size: 12.5px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 24px;
}

.contact-detail-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fdf5ea;
  border: 1px solid #c5a880;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b01b4c;
  flex-shrink: 0;
}

.contact-icon-box svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.contact-detail-content h4 {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.contact-detail-content p,
.contact-detail-content a {
  font-size: 12.5px;
  color: #555555;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-detail-content a:hover {
  color: #b01b4c;
}

/* WhatsApp Direct VIP CTA Card */
.contact-whatsapp-card {
  background: linear-gradient(135deg, #0d381e 0%, #12542c 100%);
  color: #ffffff;
  border-radius: 6px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(18, 84, 44, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.contact-whatsapp-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.contact-whatsapp-text p {
  font-size: 12px;
  color: #b9e6c9;
  line-height: 1.4;
}

.contact-whatsapp-btn {
  background: #25d366;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
}

.contact-whatsapp-btn:hover {
  background: #1eb956;
  transform: translateY(-2px);
}

/* Map Card */
.contact-map-card {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #f0ebe4;
  height: 220px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.contact-map-card iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Right Column: Contact & Booking Form */
.contact-form-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 40px 36px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0ebe4;
  font-family: var(--font-secondary, 'Montserrat', sans-serif);
}

.contact-form-header {
  margin-bottom: 26px;
}

.contact-form-title {
  font-family: var(--font-primary, 'Playfair Display', serif);
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.contact-form-desc {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.form-group-full {
  grid-column: span 2;
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form-group label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}

.contact-input,
.contact-select,
.contact-textarea {
  width: 100%;
  padding: 12px 14px;
  background: #fdfbf9;
  border: 1.5px solid #e2d7ca;
  border-radius: 4px;
  font-family: var(--font-secondary, 'Montserrat', sans-serif);
  font-size: 13px;
  color: #1a1a1a;
  outline: none;
  transition: all 0.25s ease;
}

.contact-input:focus,
.contact-select:focus,
.contact-textarea:focus {
  border-color: #b01b4c;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(176, 27, 76, 0.1);
}

.contact-textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #b01b4c 0%, #8b123a 100%);
  color: #ffffff;
  border: none;
  padding: 15px 24px;
  font-family: var(--font-secondary, 'Montserrat', sans-serif);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(176, 27, 76, 0.3);
  transition: all 0.25s ease;
  margin-top: 10px;
}

.contact-submit-btn:hover {
  background: linear-gradient(135deg, #d83a75 0%, #b01b4c 100%);
  box-shadow: 0 8px 24px rgba(176, 27, 76, 0.45);
  transform: translateY(-2px);
}

/* Form Success Alert */
.contact-form-success {
  display: none;
  background: #edf7ee;
  border: 1.5px solid #a5d6a7;
  color: #1e4620;
  padding: 16px 20px;
  border-radius: 4px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.contact-form-success.show {
  display: block;
}

/* 4. Luxury FAQ Accordion Section */
.contact-faq-section {
  max-width: 980px;
  margin: 60px auto 0;
  padding: 0 24px;
  font-family: var(--font-secondary, 'Montserrat', sans-serif);
}

.contact-faq-header {
  text-align: center;
  margin-bottom: 36px;
}

.contact-faq-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #b01b4c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.contact-faq-title {
  font-family: var(--font-primary, 'Playfair Display', serif);
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-accordion-item {
  background: #ffffff;
  border: 1px solid #e8e0d5;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.faq-accordion-item.active {
  border-color: #c5a880;
  box-shadow: 0 6px 18px rgba(197, 168, 128, 0.15);
}

.faq-accordion-trigger {
  width: 100%;
  padding: 18px 24px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-secondary, 'Montserrat', sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}

.faq-accordion-trigger:hover,
.faq-accordion-item.active .faq-accordion-trigger {
  color: #b01b4c;
}

.faq-icon-arrow {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-accordion-item.active .faq-icon-arrow {
  transform: rotate(180deg);
  stroke: #b01b4c;
}

.faq-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fdfbf9;
}

.faq-accordion-item.active .faq-accordion-body {
  max-height: 220px;
}

.faq-accordion-body p {
  padding: 0 24px 20px;
  font-size: 13px;
  color: #555555;
  line-height: 1.65;
  margin: 0;
}

/* Responsive Media Queries (Mobile Optimized) */
@media (max-width: 960px) {
  .contact-main-container {
    grid-template-columns: 1fr;
    margin-top: -20px;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .contact-breadcrumb-bar {
    padding: 12px 16px;
    font-size: 11px;
  }

  .contact-hero-banner {
    padding: 40px 16px 36px;
  }

  .contact-hero-title {
    font-size: 26px;
  }

  .contact-hero-subtitle {
    font-size: 12px;
  }

  .contact-main-container {
    padding: 0 14px;
    margin-top: -15px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 24px 18px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .form-group-full {
    grid-column: span 1;
  }

  .contact-whatsapp-card {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 20px 16px;
  }

  .contact-faq-section {
    margin-top: 40px;
    padding: 0 14px;
  }

  .contact-faq-title {
    font-size: 22px;
  }

  .faq-accordion-trigger {
    padding: 14px 16px;
    font-size: 12.5px;
  }

  .faq-accordion-body p {
    padding: 0 16px 16px;
    font-size: 12px;
  }
}
