﻿:root {
  --font-primary: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --font-serif: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
  --color-bg: #fff8f0;
  --color-bg-alt: #f4e6d0;
  --color-bg-dark: #2b1f18;
  --color-surface: #ffffff;
  --color-text: #3a2e26;
  --color-heading: #1a120c;
  --color-primary: #c08552;
  --color-primary-bg: rgba(192, 133, 82, 0.14);
  --color-primary-strong: #8c5a3c;
  --color-accent: #b8964a;
  --color-amber: #f9d89a;
  --color-border: #e8dcc9;
  --color-bg-deepest: #1a120c;
  --color-bg-warm: #3a2616;
  --color-success: #198754;
  --color-danger: #dc3545;
  --color-editorial-red: #c33434;
  --color-paper: #f5ead6;
  --detail-shell-bg: linear-gradient(135deg, #fcf4e9 0%, #f5ead6 100%);
  --detail-card-bg: rgba(255, 255, 255, 0.92);
  --detail-border: rgba(192, 133, 82, 0.22);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --shadow-soft: 0 8px 26px rgba(43, 31, 24, 0.08);
  --transition-fast: 0.2s ease;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-primary);
  color: var(--color-text);
  background: var(--color-bg);
}

section[id] {
  scroll-margin-top: 88px;
}

section:nth-of-type(odd) {
  background: var(--color-bg);
}

section:nth-of-type(even) {
  background: var(--color-bg-alt);
}

section#home {
  background: var(--color-bg-dark);
}

@media (max-width: 991.98px) {
  section[id] {
    scroll-margin-top: 72px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
}

.section-head {
  margin-bottom: 2rem;
  text-align: center;
}

/* —— UNIFIED SECTION HEADING — eyebrow tag style with side lines ——
   Applies across all section title variants on the site. */
.section-head h2,
.section-head .section-heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin: 0 0 0.9rem;
  padding: 0;
  font-family: var(--font-primary);
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-primary);
  line-height: 1.15;
}

/* Horizontal accent lines on BOTH sides of the heading text */
.section-head h2::before,
.section-head h2::after,
.section-head .section-heading::before,
.section-head .section-heading::after {
  content: "";
  flex-shrink: 0;
  width: 80px;
  height: 1.5px;
  background: var(--color-primary);
  opacity: 0.85;
}

/* Italic accent on <em> for home-page section headings */
.section-head h2 em,
.section-head .section-heading em {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, var(--color-primary), var(--color-primary-strong));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Tagline below — small and subtle */
.section-head p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--color-primary-strong);
}

@media (max-width: 575.98px) {
  .section-head h2,
  .section-head .section-heading {
    gap: 0.85rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .section-head h2::before,
  .section-head h2::after,
  .section-head .section-heading::before,
  .section-head .section-heading::after {
    width: 40px;
  }
}

.section-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-strong) 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-text {
  font-size: 1.35rem;
  font-weight: 700;
  /* color: var(--color-heading); */
  color: var(--color-surface);
  letter-spacing: 0.02em;
}

.btn-consult {
  border: 0;
  border-radius: var(--radius-sm);
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-primary-strong) 100%
  );
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1.3rem;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast);
}

.btn-consult:hover,
.btn-consult:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(140, 90, 60, 0.32);
}

.consult-modal .modal-dialog {
  max-width: 500px;
}

.consult-modal .modal-content {
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.consult-modal .modal-header {
  background: var(--color-primary);
  color: #fff;
  padding: 0.65rem 0.95rem;
}

.consult-modal .modal-title {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
  margin: 0;
}

.consult-modal .modal-body {
  padding: 0;
}

.consult-modal .lead-widget-card {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.consult-modal .lead-widget-card .card-body {
  padding: 1.2rem 1.4rem !important;
}

.consult-modal .modal-body h3 {
  font-size: 1.25rem;
  margin-bottom: 0.3rem !important;
}

.consult-modal .modal-body p {
  font-size: 0.85rem;
  margin-bottom: 0.55rem !important;
}

.consult-modal .form-control,
.consult-modal .form-select {
  padding: 0.5rem 0.65rem;
  font-size: 0.88rem;
}

.consult-modal .form-control:focus,
.consult-modal .form-select:focus {
  border-color: #cbd5e1;
  box-shadow: none;
  outline: none;
}

.consult-modal .mb-3 {
  margin-bottom: 0.55rem !important;
}

.consult-modal textarea.form-control {
  min-height: 72px;
}

.consult-modal .btn-consult {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}

.js-form-feedback.success {
  color: var(--color-success);
}

.js-form-feedback.error {
  color: var(--color-danger);
}

.error-message {
  color: var(--color-danger) !important;
}

.success-message {
  color: var(--color-success) !important;
}

label.error {
  color: var(--color-danger);
  font-size: 0.875rem;
  margin-top: 0.35rem;
}

/* FOOTER */

.site-footer {
  margin-top: 2rem;
  padding: 2rem 0 1.2rem;
  background: var(--color-bg-dark);
  color: #f5e8d4;
}

.footer-disclaimer h3 {
  margin: 0 0 0.55rem;
  color: #ffffff;
  font-size: 1.9rem;
}

.footer-disclaimer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(245, 232, 212, 0.92);
}

.footer-bottom-row {
  margin-top: 1.2rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(192, 133, 82, 0.35);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-copy {
  font-size: 1.02rem;
  color: #ffffff;
}

.footer-links {
  display: inline-flex;
  gap: 2.2rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}

.footer-links a:hover {
  color: var(--color-primary);
}

/* Existing utilities retained */

.cookie-box {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 9999;
  max-width: none;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  overflow: hidden;
}

.cookie-box.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cookie-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
}

.cookie-icon {
  font-size: 26px;
  color: var(--color-primary);
  flex-shrink: 0;
  background: var(--color-primary-bg);
  border-radius: 50%;
  padding: 10px;
  align-self: center;
}

.cookie-content h5 {
  margin: 0 0 4px;
  font-weight: 700;
  color: var(--color-primary-strong);
}

.cookie-content p {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.4;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.btn-accept {
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-primary-strong)
  );
}

.btn-reject {
  background: #eee;
  color: #333;
}

.btn-customize {
  background: transparent;
  color: var(--color-primary-strong);
  text-decoration: underline;
}

@media (min-width: 576px) {
  .cookie-box {
    left: 24px;
    right: auto;
    bottom: 24px;
    max-width: 340px;
  }
  .cookie-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  .cookie-icon {
    align-self: flex-start;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.whatsapp-float:hover {
  color: #fff;
}

/* Chatbot UI */

/* —— FLOATING ENQUIRE NOW BUTTON —— */
.enquire-fab {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.32rem 1.05rem 0.32rem 0.35rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  color: #fff8f0;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(140, 90, 60, 0.38);
  transition: transform 0.3s ease, box-shadow 0.3s ease, gap 0.3s ease;
}

.enquire-fab:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(140, 90, 60, 0.48);
  gap: 0.85rem;
  color: #fff8f0;
}

.enquire-fab:focus-visible {
  outline: 3px solid rgba(249, 216, 154, 0.55);
  outline-offset: 3px;
}

.enquire-fab-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 248, 240, 0.2);
  color: #fff8f0;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.enquire-fab-text {
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .enquire-fab {
    bottom: 16px;
    right: 16px;
    padding: 0.28rem 0.9rem 0.28rem 0.3rem;
    font-size: 0.82rem;
    gap: 0.45rem;
  }
  .enquire-fab-icon {
    width: 26px;
    height: 26px;
    font-size: 0.78rem;
  }
}

.formBtn {
  background-color: var(--color-primary-strong);
}

/* —— LEAD FORM LOADER SPINNER —— */
.form-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.18em;
  margin-right: 0.55rem;
  border: 2px solid rgba(255, 248, 240, 0.4);
  border-top-color: #fff8f0;
  border-radius: 50%;
  animation: form-spin 0.7s linear infinite;
}

@keyframes form-spin {
  to { transform: rotate(360deg); }
}

.lead-form button[type="submit"].is-loading {
  opacity: 0.92;
  cursor: progress;
  pointer-events: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.consult-modal {
  z-index: 2100;
}

.modal-backdrop.show {
  z-index: 2090;
}
