﻿:root {
  --primary: #6b2e1f;
  --primary-dark: #4d1f13;
  --accent: #c89b3c;
  --bg: #f8f5f2;
  --surface: #fffdf9;
  --text: #333333;
  --muted: #6d625c;
  --border: rgba(107, 46, 31, 0.12);
  --shadow: 0 18px 45px rgba(56, 29, 18, 0.14);
  --radius: 24px;
  --radius-sm: 16px;
  --transition: all 0.35s ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(200, 155, 60, 0.12), transparent 32%),
    linear-gradient(180deg, #fbf8f5 0%, var(--bg) 100%);
  line-height: 1.7;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea,
.nav-link,
.btn {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.display-title {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  position: relative;
}

.section-padding {
  padding: 100px 0;
}

.section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 16px;
}

.section-subtitle::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--accent);
}

.section-title,
.display-title {
  font-family: "Montserrat", sans-serif;
  color: var(--primary-dark);
  line-height: 1.1;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 18px;
}

.section-copy {
  color: var(--muted);
  max-width: 62ch;
}

.btn {
  border-radius: 999px;
  padding: 0.9rem 1.6rem;
  font-weight: 600;
  transition: var(--transition);
}

.btn-brand {
  background: linear-gradient(135deg, var(--accent), #d7b86a);
  color: #23150f;
  border: none;
  box-shadow: 0 12px 25px rgba(200, 155, 60, 0.25);
}

.btn-brand:hover,
.btn-brand:focus {
  transform: translateY(-2px);
  color: #23150f;
}

.btn-outline-brand {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: #ffffff;
  color: var(--primary);
}

.btn-soft {
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--primary);
}

.btn-soft:hover,
.btn-soft:focus {
  border-color: var(--accent);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1045;
  background: var(--primary-dark);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  box-shadow: 0 6px 18px rgba(33, 15, 9, 0.18);
}

.topbar .container {
  min-height: 38px;
}

.topbar .small-link {
  color: #ffffff;
}

.topbar .info-cluster,
.topbar .link-cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.topbar .info-cluster {
  row-gap: 0.35rem;
}

.topbar .link-cluster {
  justify-content: flex-end;
}

.topbar .small-link,
.topbar .info-cluster span {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.topbar .social-compact {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  line-height: 1;
  flex-shrink: 0;
}

.topbar .social-compact i {
  margin: 0;
}

.navbar {
  top: 44px;
  min-height: 104px;
  padding: 1rem 0;
  background: rgba(248, 245, 242, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(61, 36, 25, 0.08);
  transition: var(--transition);
}

.navbar.sticky {
  background: rgba(248, 245, 242, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(61, 36, 25, 0.08);
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 12px 28px rgba(61, 36, 25, 0.12);
}

.navbar-toggler {
  border: 1px solid rgba(107, 46, 31, 0.16);
  border-radius: 16px;
  padding: 0.55rem 0.7rem;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 8px 22px rgba(61, 36, 25, 0.08);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 155, 60, 0.24);
}

.navbar-toggler-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2877,31,19,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.brand-mark {
  width: 132px;
  height: 74px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(61, 36, 25, 0.16);
  background: #fff;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.08);
  transform-origin: center;
}

.nav-link {
  font-weight: 700;
  color: var(--primary-dark);
  position: relative;
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
  text-shadow: none;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.35rem;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: var(--transition);
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: #000000;
}

.action-pills {
  display: flex;
  gap: 12px;
}

.action-pills .btn {
  white-space: nowrap;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-top: 252px;
  padding-bottom: 140px;
  background:
    linear-gradient(120deg, rgba(27, 14, 9, 0.84), rgba(59, 28, 18, 0.48)),
    url("../Images/Home-Page-Slider.jpg") center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(200, 155, 60, 0.26), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.hero .eyebrow {
  animation: heroEyebrowPulse 2.4s ease-in-out infinite;
  text-shadow: 0 0 14px rgba(200, 155, 60, 0.08);
}

.eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--accent);
}

.hero .eyebrow::before {
  box-shadow: 0 0 14px rgba(200, 155, 60, 0.55);
}

.display-title {
  font-size: clamp(3rem, 7vw, 5.8rem);
  color: #fff9f3;
  margin: 18px 0 16px;
}

.hero p.lead {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.offer-highlight {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(200, 155, 60, 0.18);
  border: 1px solid rgba(200, 155, 60, 0.34);
  color: #fff6e9;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 14px 28px rgba(18, 9, 5, 0.16),
    0 0 0 1px rgba(200, 155, 60, 0.12),
    0 0 26px rgba(200, 155, 60, 0.18),
    0 0 54px rgba(200, 155, 60, 0.12);
}

.offer-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 45%, rgba(200, 155, 60, 0.1));
  pointer-events: none;
}

.offer-highlight strong {
  font-size: 1rem;
  line-height: 1.4;
}

.offer-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--accent);
  color: #23150f;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-card {
  position: relative;
  background: rgba(255, 250, 244, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 28px;
  backdrop-filter: blur(16px);
  box-shadow:
    0 22px 48px rgba(22, 10, 5, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 44px rgba(200, 155, 60, 0.16),
    0 0 88px rgba(200, 155, 60, 0.12);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: calc(var(--radius) + 14px);
  background: radial-gradient(circle at 50% 50%, rgba(200, 155, 60, 0.22), rgba(200, 155, 60, 0.08) 42%, transparent 72%);
  filter: blur(18px);
  opacity: 0.9;
  z-index: -1;
  pointer-events: none;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 35%, rgba(200, 155, 60, 0.08));
  pointer-events: none;
}

.hero-card .label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
}

.hero-stat {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-stat:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hero-stat strong {
  display: block;
  font-size: 1.9rem;
  font-family: "Montserrat", sans-serif;
}

.feature-card,
.info-card,
.contact-card,
.policy-card,
.booking-card,
.payment-card,
.gallery-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 28px;
  height: 100%;
  transition: var(--transition);
}

.feature-card:hover,
.gallery-card:hover,
.facility-card:hover {
  transform: translateY(-6px);
}

.feature-icon,
.facility-icon,
.mini-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(107, 46, 31, 0.12), rgba(200, 155, 60, 0.2));
  color: var(--primary);
  font-size: 1.4rem;
}

.split-media {
  position: relative;
}

.split-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
  min-height: 560px;
}

.floating-panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: rgba(255, 253, 249, 0.94);
  padding: 22px;
  border-radius: 22px;
  max-width: 280px;
  box-shadow: var(--shadow);
}

.floating-panel strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: var(--primary-dark);
  font-size: 1.55rem;
}

.facilities-banner,
.page-hero {
  margin-top: 44px;
  padding: 180px 0 90px;
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(30, 15, 10, 0.8), rgba(69, 34, 23, 0.42)),
    url("../Images/About-Us.jpg") center/cover no-repeat;
}

.facilities-banner.facilities-page {
  background-image:
    linear-gradient(120deg, rgba(30, 15, 10, 0.8), rgba(69, 34, 23, 0.42)),
    url("../Images/Home-offer.jpg");
}

.facilities-banner.gallery-page {
  background-image:
    linear-gradient(120deg, rgba(30, 15, 10, 0.8), rgba(69, 34, 23, 0.42)),
    url("../Images/Galleryyy.jpg");
}

.facilities-banner.booking-page {
  background-image:
    linear-gradient(120deg, rgba(30, 15, 10, 0.8), rgba(69, 34, 23, 0.42)),
    url("../Images/Home-02-Slider.jpg");
}

.facilities-banner.contact-page {
  background-image:
    linear-gradient(120deg, rgba(30, 15, 10, 0.8), rgba(69, 34, 23, 0.42)),
    url("../Images/Home-Address.jpg");
}

.facilities-banner.payment-page {
  background-image:
    linear-gradient(120deg, rgba(30, 15, 10, 0.8), rgba(69, 34, 23, 0.42)),
    url("../Images/Payment-Options.jpg");
}

.facilities-banner.policy-page {
  background-image:
    linear-gradient(120deg, rgba(30, 15, 10, 0.8), rgba(69, 34, 23, 0.42)),
    url("../Images/Aboutt.jpg");
}

.page-hero p,
.facilities-banner p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 46rem;
}

.stats-band {
  margin-top: -36px;
  position: relative;
  z-index: 2;
}

.carousel-shell {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(107, 46, 31, 0.08), rgba(200, 155, 60, 0.12));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.carousel-shell .carousel-item img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.carousel-caption-custom {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 30px;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  max-width: 420px;
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(35, 21, 15, 0.92), rgba(107, 46, 31, 0.74));
  color: #fff7ef;
}

.carousel-caption-custom span {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.carousel-caption-custom h3 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 700;
}

.carousel-caption-custom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.carousel-shell .carousel-control-prev,
.carousel-shell .carousel-control-next {
  width: 52px;
  height: 52px;
  top: 24px;
  bottom: auto;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.carousel-shell .carousel-control-prev {
  left: auto;
  right: 88px;
}

.carousel-shell .carousel-control-next {
  right: 24px;
}

.carousel-shell .carousel-indicators {
  margin-bottom: 1rem;
}

.carousel-shell .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
}

.stat-chip {
  background: #fff;
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow:
    var(--shadow),
    0 0 24px rgba(200, 155, 60, 0.06);
  padding: 26px;
  height: 100%;
}

.stat-chip strong {
  display: block;
  font-size: 2rem;
  color: var(--primary-dark);
  font-family: "Montserrat", sans-serif;
}

.experience-callout {
  padding: 34px;
  background: linear-gradient(145deg, var(--primary-dark), var(--primary));
  border-radius: var(--radius);
  color: #fff;
  box-shadow:
    var(--shadow),
    0 0 28px rgba(200, 155, 60, 0.12);
}

.timing-list,
.contact-list,
.policy-list,
.bank-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timing-list li,
.contact-list li,
.policy-list li,
.bank-list li {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--primary-dark);
  font-size: 1.05rem;
  font-weight: 600;
}

.timing-list strong,
.contact-list strong,
.policy-list strong,
.bank-list strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 700;
}

.facility-card {
  height: 100%;
  padding: 28px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 253, 249, 0.94);
  box-shadow:
    var(--shadow),
    0 0 20px rgba(200, 155, 60, 0.05);
  transition: var(--transition);
}

.hero-card:hover,
.offer-highlight:hover,
.stat-chip:hover,
.experience-callout:hover,
.feature-card:hover,
.facility-card:hover,
.info-card:hover,
.booking-card:hover,
.payment-card:hover,
.contact-card:hover,
.policy-card:hover {
  box-shadow:
    0 20px 48px rgba(56, 29, 18, 0.18),
    0 0 36px rgba(200, 155, 60, 0.18),
    0 0 68px rgba(200, 155, 60, 0.12);
}

@keyframes heroEyebrowPulse {
  0%,
  100% {
    opacity: 0.84;
    text-shadow: 0 0 10px rgba(200, 155, 60, 0.08);
  }

  50% {
    opacity: 1;
    text-shadow: 0 0 18px rgba(200, 155, 60, 0.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .eyebrow {
    animation: none;
  }
}

.facility-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.facility-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.facility-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.temple-card {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid var(--border);
  box-shadow:
    var(--shadow),
    0 0 22px rgba(200, 155, 60, 0.05);
  transition: var(--transition);
  cursor: pointer;
}

.temple-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.temple-card-body {
  padding: 18px 20px 20px;
  text-align: center;
}

.temple-card-body span {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.88rem;
  color: var(--muted);
}

.temple-card-body h3 {
  color: var(--primary-dark);
}

.temple-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 20px 48px rgba(56, 29, 18, 0.16),
    0 0 34px rgba(200, 155, 60, 0.14);
}

.temple-card:hover img {
  transform: scale(1.04);
}

.temple-modal {
  background: linear-gradient(160deg, rgba(77, 31, 19, 0.98), rgba(107, 46, 31, 0.96));
  color: #fff7ef;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow:
    0 24px 70px rgba(18, 9, 5, 0.34),
    0 0 56px rgba(200, 155, 60, 0.18);
}

.temple-modal-image {
  width: 100%;
  border-radius: 22px;
  min-height: 320px;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(18, 9, 5, 0.24);
}

.temple-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.temple-fact-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.temple-fact-card span {
  display: block;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 6px;
}

.temple-fact-card strong {
  font-size: 1.35rem;
}

.temple-note {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
}

.gallery-grid {
  column-count: 3;
  column-gap: 22px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 22px;
}

.gallery-card {
  overflow: hidden;
}

.gallery-card img {
  transition: transform 0.5s ease;
  width: 100%;
}

.gallery-card:hover img {
  transform: scale(1.06);
}

.gallery-overlay {
  position: absolute;
  inset: auto 20px 20px;
  background: linear-gradient(135deg, rgba(35, 21, 15, 0.92), rgba(107, 46, 31, 0.74));
  color: #fff;
  border-radius: 18px;
  padding: 14px 16px;
}

.gallery-overlay span {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-card,
.payment-card,
.contact-card,
.policy-card,
.info-card {
  padding: 34px;
}

.form-control,
.form-select {
  border-radius: 16px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(107, 46, 31, 0.18);
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.22rem rgba(200, 155, 60, 0.2);
  border-color: var(--accent);
}

.booking-note {
  background: linear-gradient(135deg, rgba(200, 155, 60, 0.18), rgba(107, 46, 31, 0.08));
  border: 1px solid rgba(200, 155, 60, 0.24);
  border-radius: 18px;
  padding: 18px 20px;
}

.contact-map iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.footer {
  background:
    linear-gradient(180deg, #32180f 0%, #220f09 100%);
  color: rgba(255, 255, 255, 0.74);
}

.footer h5 {
  color: #fff6ec;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
}

.footer a:hover {
  color: #ffffff;
}

.footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff6ec;
  transition: var(--transition);
}

.footer-social a:hover,
.footer-social a:focus {
  background: var(--accent);
  border-color: var(--accent);
  color: #23150f;
  transform: translateY(-2px);
}

.footer-map iframe {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 18px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.35);
  z-index: 1030;
}

.flatpickr-input[readonly] {
  background: #fff;
}

.text-accent {
  color: var(--accent);
}

.bg-pattern {
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    url("../Images/Logo Final.png") center/220px no-repeat;
}



