/* ---------- MamaMia! Magic — final homepage (refined edition) ---------- */

:root {

  --purple: #5c3f68;

  --theme-yellow: #f2a71b;

  --purple-deep: #2e2035;

  --pink: #9c4a5c;

  --pink-soft: #c98a94;

  --blue: #6b8299;

  --gold: #b8905a;

  --gold-dark: #8f6d3f;

  --red: #a4462b;

  --lav-bg: #faf6ef;

  --lav-mid: #f2ead9;

  --lav-deep: #e6d9c0;

  --ink: #241b33;

  --ink-soft: #665b78;

  --white: #ffffff;

  --radius-xl: 20px;

  --radius-lg: 14px;

  --radius-md: 10px;

  --radius-sm: 8px;

  --shadow-soft: 0 20px 44px -20px rgba(36, 27, 51, .32);

  --shadow-card: 0 10px 26px -12px rgba(36, 27, 51, .22);

  --font-head: 'Outfit', sans-serif;

  --font-body: 'Outfit', sans-serif;

}



*,

*::before,

*::after {

  box-sizing: border-box;

}



html {

  scroll-behavior: smooth;

}



html,

body {

  overflow-x: hidden;

}



body {

  margin: 0;

  font-family: var(--font-body);

  color: var(--ink);

  background: var(--white);

  -webkit-font-smoothing: antialiased;

}



img {

  max-width: 100%;

  display: block;

}



a {

  color: inherit;

  text-decoration: none;

}



ul,

dl,

dd {

  list-style: none;

  margin: 0;

  padding: 0;

}



address {

  font-style: normal;

}



h1,

h2,

h3,

h4 {

  font-family: var(--font-head);

  margin: 0 0 .5em;

  line-height: 1.18;

}



p {

  margin: 0 0 1em;

  line-height: 1.7;

  color: var(--ink-soft);

}



p strong {

  color: var(--ink);

}



.container {

  width: 100%;

  max-width: 1180px;

  margin: 0 auto;

  padding: 0 24px;

}



.container-fluid {

  width: 100%;

  max-width: 1800px;

  margin: 0 auto;

  padding: 0 32px;

}



.pt-92 {

  padding-top: 92px !important;

}



.pb-92 {

  padding-bottom: 92px !important;

}



.pt-0 {

  padding-top: 0 !important;

}



.pb-0 {

  padding-bottom: 0 !important;

}



/* ---------- Brand ---------- */

.brand {

  display: inline-flex;

  align-items: center;

  line-height: 1;

  flex-shrink: 0;

}



.brand img {

  height: 80px;

  width: auto;

  display: block;

}



.footer-logo img {

  height: 84px;

}



/* ---------- Magic decorations ---------- */

.deco {

  display: none;

  position: absolute;

  pointer-events: none;

  z-index: 0;

}



section {

  position: relative;

}



section>.container {

  position: relative;

  z-index: 1;

}



/* ---------- Buttons ---------- */

.btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: .55em;

  padding: 14px 30px;

  border-radius: 3px;

  font-family: var(--font-body);

  font-weight: 600;

  font-size: .78rem;

  text-transform: uppercase;

  letter-spacing: .14em;

  border: 1.5px solid transparent;

  cursor: pointer;

  white-space: nowrap;

  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;

}



.btn:hover {

  transform: translateY(-2px);

}



.btn-gradient {

  background: var(--gold);

  color: var(--white);

  box-shadow: 0 10px 22px -12px rgba(36, 27, 51, .45);

}



.btn-gradient:hover {

  box-shadow: 0 14px 28px -12px rgba(36, 27, 51, .55);

}



.btn-glass {

  background: rgba(255, 255, 255, .1);

  border-color: rgba(255, 255, 255, .5);

  color: var(--white);

  backdrop-filter: blur(6px);

}



.btn-glass:hover {

  background: rgba(255, 255, 255, .2);

}



.btn-outline-purple {

  border-color: var(--purple);

  color: var(--purple);

}



.btn-outline-purple:hover {

  background: var(--purple);

  color: var(--white);

}



.btn-pill-light {

  background: rgba(255, 255, 255, .14);

  border-color: rgba(255, 255, 255, .38);

  color: var(--white);

  font-size: .72rem;

  padding: 10px 20px;

}



.btn-pill-light:hover {

  background: rgba(255, 255, 255, .24);

}



.btn-sm {

  padding: 9px 18px;

  font-size: .7rem;

}

.header-nav-small-btn{
  display: none !important;
}





/* ---------- Social rail ---------- */

.social-rail {

  position: fixed;

  right: 0;

  top: 40%;

  z-index: 95;

  display: flex;

  flex-direction: column;

  border-radius: 12px 0 0 12px;

  overflow: hidden;

  box-shadow: -6px 8px 20px -10px rgba(36, 27, 51, .4);

}



.social-rail a {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  color: var(--white);

  transition: width .2s ease;

}



.social-rail a:hover {

  width: 48px;

}



.social-rail a {

  background: var(--theme-yellow);

}



.rail-facebook,

.rail-fb {

  background: #3b5998;

}



.rail-instagram,

.rail-ig {

  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);

}



.rail-tiktok,

.rail-tt {

  background: #111;

}



.rail-call {

  background: #25b849;

}



/* ---------- Header ---------- */

.site-header {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 100;

  background: rgba(36, 27, 51, .32);

  backdrop-filter: blur(12px);

  transition: background .3s ease, box-shadow .3s ease;

}



.site-header.scrolled {

  background: rgba(36, 27, 51, .92);

  box-shadow: 0 8px 24px -16px rgba(0, 0, 0, .5);

}



.header-inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 18px;

  padding: 10px 24px;

}



.main-nav {

  display: flex;

  align-items: center;

  gap: 2px;

}



.desktop-only-nav.main-nav>li {

  flex-shrink: 0;

}



.main-nav a {

  font-family: var(--font-head);

  font-weight: 600;

  font-size: .85rem;

  letter-spacing: .06em;

  text-transform: uppercase;

  color: rgba(255, 255, 255, .88);

  padding: 9px 14px;

  border-radius: 3px;

  /* white-space: nowrap; */

  transition: background .2s ease, color .2s ease;

}



.main-nav a:hover {

  background: rgba(255, 255, 255, .16);

  color: var(--white);

}



.header-actions {

  display: flex;

  align-items: center;

  gap: 14px;

  flex-shrink: 0;

}



.nav-toggle {

  display: none;

  flex-direction: column;

  justify-content: center;

  gap: 5px;

  width: 26px;

  height: 26px;

  border: none;

  background: transparent;

  cursor: pointer;

  padding: 0;

}





.small-nav-logo {

  margin-bottom: 12px;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  width: 100%;

}



.small-nav-logo img {

  height: 75px;

  width: auto;

  margin: 0 auto;

}



.nav-toggle span {

  display: block;

  height: 2.5px;

  width: 100%;

  background: var(--white);

  border-radius: 2px;

  transition: transform .25s ease, opacity .25s ease, background .25s ease;

}



.nav-toggle.open span {

  background: var(--white);

}



.nav-toggle.open span:nth-child(1) {

  transform: translateY(7.5px) rotate(45deg);

}



.nav-toggle.open span:nth-child(2) {

  opacity: 0;

}



.nav-toggle.open span:nth-child(3) {

  transform: translateY(-7.5px) rotate(-45deg);

}



/* ---------- Hero (full height, Ken Burns fade slider) ---------- */

.hero {

  position: relative;

  min-height: 100vh;

  display: flex;

  align-items: center;

  overflow: hidden;

  isolation: isolate;

}



.hero-slides {

  position: absolute;

  inset: 0;

}



.hero-slide {

  position: absolute;

  inset: 0;

  background-size: cover;

  background-position: center 30%;

  opacity: 0;

  transition: opacity 1.4s ease;

  will-change: opacity, transform;

}



.hero-slide.active {

  opacity: 1;

  animation: kenburns-in 7s ease-out forwards;

}



.hero-slide.active:nth-child(even) {

  animation-name: kenburns-out;

}



@keyframes kenburns-in {

  from {

    transform: scale(1);

  }



  to {

    transform: scale(1.12);

  }

}



@keyframes kenburns-out {

  from {

    transform: scale(1.12);

  }



  to {

    transform: scale(1);

  }

}



.hero-overlay {

  position: absolute;

  inset: 0;

  background: linear-gradient(100deg, rgba(18, 13, 22, .88) 0%, rgba(18, 13, 22, .5) 55%, rgba(18, 13, 22, .14) 100%);

}



.hero-content {

  position: relative;

  z-index: 1;

  color: var(--white);

  /* max-width:720px; */

  padding: 150px 24px 90px 0px;

  text-align: left;

}



.hero h1 {

  font-size: clamp(2.1rem, 4.6vw, 3.4rem);

  color: var(--white);

  margin-bottom: 16px;
  text-align: center;

}



.hero-sub {

  font-size: 1.06rem;

  color: rgba(255, 255, 255, .9);

  max-width: 560px;

  margin-bottom: 28px;
  text-align: center;

}



.hero-cta {

  display: flex;

  flex-wrap: wrap;

  gap: 14px;

  justify-content: center;

}



.deco-hero-1 {

  top: 22%;

  right: 12%;

  opacity: .8;

  animation: twinkle 2.6s ease-in-out infinite;

  z-index: 1;

}



.deco-hero-2 {

  top: 38%;

  right: 24%;

  opacity: .6;

  animation: twinkle 2.6s ease-in-out 1.1s infinite;

  z-index: 1;

}



.deco-hero-3 {

  bottom: 18%;

  right: 8%;

  opacity: .55;

  animation: twinkle 3.4s ease-in-out .5s infinite;

  z-index: 1;

}



/* ---------- Hero split-layout TRIAL (30% solid text panel / 70% image slider) ----------

   Toggle: this only activates when "hero-split" is present on the <section class="hero">.

   To revert to the original full-bleed overlay hero, remove "hero-split" from that element's

   class list in index.html — nothing above this block was changed. ---------- */

.hero.hero-split .hero-slides {

  left: 0;

}



.hero.hero-split .hero-overlay {

  left: 0;

  /* background: linear-gradient(100deg, rgba(18, 13, 22, .55) 0%, rgba(18, 13, 22, .1) 45%, rgba(18, 13, 22, 0) 100%); */

}



/* .hero.hero-split .container {

  position: static;

  max-width: none;

  width: auto;

  margin: 0;

  padding: 0;

} */



.hero.hero-split .hero-content {

  /* position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 70%; */

   max-width: 900px;
  margin: 0 auto;

  box-sizing: border-box;

  /* background: var(--purple-deep); */

  /* padding: 150px 44px 90px 24px; */

  display: flex;

  flex-direction: column;

  justify-content: center;
  align-items: center;

  z-index: 2;

  /* box-shadow: 24px 0 60px -30px rgba(0, 0, 0, .5); */

}



.hero.hero-split .hero-sub {

  max-width: none;

}

.stage-head{
  padding: 0 24px;
}

@media (max-width:900px) {



  /* Mobile homepage hero: text and image are fully separated — a solid

     text panel up top, a contained image box below it — instead of text

     overlaid on the image (illegible/cluttered at phone widths). */

  .hero.hero-split {

    min-height: auto;

    display: flex;

    flex-direction: column;

    align-items: stretch;

  }



  .hero.hero-split .hero-slides {

    position: relative;

    inset: auto;

    left: 0;

    order: 1;

    height: 70vh;

    overflow: hidden;

    /* margin: 0 20px 28px; */

  }



  .hero.hero-split .hero-overlay {

    display: none;

  }



  .hero.hero-split .container {

    position: relative;

    order: 1;

    max-width: none;

    width: 100%;

    margin: 0;

    padding: 0;

  }



  .hero.hero-split .hero-content {

    position: relative;

    top: auto;

    left: auto;

    bottom: auto;

    right: auto;

    min-width: 0;

    width: 100%;

    background: var(--purple-deep);

    box-shadow: none;

    padding: 32px 24px 32px;

  }



  .hero.hero-split .deco-hero-1,

  .hero.hero-split .deco-hero-2,

  .hero.hero-split .deco-hero-3 {

    display: none;

  }







  /* The generic `section{padding:60px 0}` mobile rule (below, ≤640px) also

     matches .hero since it's a <section> — override it here so hero-content's

     own padding stays the only spacing, keeping its background flush with

     the top of the page (no gap for the fixed header to blur-sample through). */

  .hero.hero-split {

    padding: 0;

  }

}

@media (max-width:768px) {
  .brand img {
    height: 55px;
  }
  .testi-wrapper{
    grid-template-columns: 1fr 1fr !important;
  }
  .site-footer .brand img{
    height: 100px;
  }
}

@keyframes twinkle {



  0%,

  100% {

    opacity: .25;

    transform: scale(.85);

  }



  50% {

    opacity: .9;

    transform: scale(1.1);

  }

}



/* ---------- Sections shared ---------- */

section {

  padding: 92px 0;

}



.section-title {

  font-size: clamp(1.6rem, 3.2vw, 2.2rem);

  color: var(--ink);

}



.section-sub {

  max-width: 720px;

  margin: 0 auto 48px;

  font-size: 1rem;

}



.center {

  text-align: center;

  margin-left: auto;

  margin-right: auto;

}



.light {

  color: var(--white);

}



p.section-sub.light {

  color: rgba(255, 255, 255, .85);

}



/* ---------- Split layout + collage ---------- */

.split {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 64px;

  align-items: center;

}



.split-copy h2 {

  font-size: clamp(1.5rem, 2.8vw, 2rem);

}



.split-copy .btn {

  margin-top: 8px;

}



.collage {

  position: relative;

  min-height: 400px;

}



.collage-img {

  position: absolute;

  object-fit: cover;

  border-radius: var(--radius-lg);

  box-shadow: var(--shadow-soft);

}



.collage .c1 {

  width: 50%;

  height: 200px;

  top: 0;

  left: 0;

  transform: none;

  z-index: 1;

}



.collage .c2 {

  width: 50%;

  height: 200px;

  bottom: 0;

  left: 34%;

  transform: none;

  z-index: 2;

}



.collage .c3 {

  width: 50%;

  height: 200px;

  top: 0;

  right: 0;

  transform: none;

  z-index: 0;

}



.collage-alt .c1 {

  transform: rotate(2.5deg);

}



.collage-alt .c2 {

  transform: rotate(-3deg);

}



.collage-alt .c3 {

  transform: rotate(-5deg);

}



/* ---------- Intro ---------- */

.intro {

  background: var(--white);

}



/* ---------- Services grid ---------- */

.services {

  background: linear-gradient(180deg, var(--lav-mid), var(--lav-bg));

}



.service-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 26px;

}



.svc-card {

  position: relative;

  height: 340px;

  border-radius: var(--radius-lg);

  overflow: hidden;

  box-shadow: var(--shadow-card);

  transition: transform .25s ease, box-shadow .25s ease;

}



.svc-card:hover {

  transform: translateY(-6px);

  box-shadow: var(--shadow-soft);

}



.svc-card img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform .5s ease;

}



.svc-card:hover img {

  transform: scale(1.06);

}



.svc-label {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  padding: 46px 20px 18px;

  background: linear-gradient(0deg, rgba(36, 27, 51, .88), rgba(36, 27, 51, 0));

  font-family: var(--font-head);

  font-weight: 600;

  font-size: 1.25rem;

  color: var(--white);

}



/* ---------- Calm ---------- */

.calm {

  background: var(--white);

}



.calm-media img {

  width: 100%;

  height: 400px;

  object-fit: cover;

  border-radius: var(--radius-xl);

  box-shadow: var(--shadow-soft);

}



/* ---------- Why (glass) ---------- */

.why {

  position: relative;

  overflow: hidden;

  isolation: isolate;

}



.why-bg {

  position: absolute;

  inset: 0;

  background-size: cover;

  background-position: center;

}



.why-overlay {

  position: absolute;

  inset: 0;

  background: linear-gradient(160deg, rgba(74, 45, 110, .92), rgba(123, 78, 163, .82));

}



.why-content {

  position: relative;

  z-index: 1;

}



.why .section-sub {

  margin-bottom: 44px;

}



.glass-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 22px;

}



.glass-card-img {

  height: 280px;

}



.glass-card-img img {

  height: 100%;

  width: 100%;

  object-fit: cover;

  border-top-left-radius: 23px;

  border-top-right-radius: 23px;

}



.glass-card-content {

  padding: 0px 15px 20px 15px;

}



.glass-card-img {

  height: 300px;

  margin-bottom: 22px;

}



.glass-card {

  background: rgba(255, 255, 255, .1);

  border: 1px solid rgba(255, 255, 255, .28);

  border-radius: var(--radius-lg);

  padding: 0px;

  backdrop-filter: blur(10px);

  transition: transform .25s ease, background .25s ease;

}



.glass-card:hover {

  transform: translateY(-5px);

  background: rgba(255, 255, 255, .16);

}



.glass-icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 48px;

  height: 48px;

  border-radius: 14px;

  margin-bottom: 16px;

}



.gi-pink {

  background: linear-gradient(135deg, var(--pink), #c0135d);

}



.gi-purple {

  background: linear-gradient(135deg, #9b6cc7, var(--purple-deep));

}



.gi-blue {

  background: linear-gradient(135deg, var(--blue), #3577b8);

}



.glass-card h3 {

  color: var(--white);

  font-size: 1.05rem;

}



.glass-card p {

  color: rgba(255, 255, 255, .85);

  font-size: .9rem;

  margin: 0;

}



/* ---------- About ---------- */

.about {

  background: var(--white);

}



/* ---------- Instagram grid ---------- */

.insta {

  background: linear-gradient(180deg, var(--lav-bg), var(--lav-mid));

}



.insta-grid {

  display: grid;

  grid-template-columns: repeat(6, 1fr);

  gap: 14px;

}



.insta-card {

  position: relative;

  border-radius: var(--radius-md);

  overflow: hidden;

  aspect-ratio: 1;

  box-shadow: var(--shadow-card);

}



.insta-card img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform .45s ease;

}



.insta-card::after {

  content: "♥";

  position: absolute;

  inset: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.6rem;

  color: var(--gold);

  background: rgba(24, 18, 28, .55);

  opacity: 0;

  transition: opacity .25s ease;

}



.insta-card:hover::after {

  opacity: 1;

}



.insta-card:hover img {

  transform: scale(1.08);

}



/* ---------- FAQ ---------- */

.faq {

  background: var(--lav-bg);

  padding-top: 0;

}



.faq-inner {

  display: grid;

  grid-template-columns: 1fr 1fr;

  grid-template-rows: auto;

  gap: 50px;

}



.faq-right-contact {

  background: var(--white);

  padding: 34px 32px;

  border-radius: var(--radius-lg);

  display: flex;

  flex-direction: column;

  gap: 16px;

  box-shadow: var(--shadow-card);

  height: fit-content;

}



.faq .section-sub {

  margin-bottom: 40px;

}



.faq-item {

  background: var(--white);

  border-radius: var(--radius-md);

  margin-bottom: 14px;

  box-shadow: var(--shadow-card);

  overflow: hidden;

}



.faq-q {

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 16px;

  padding: 19px 22px;

  border: none;

  background: transparent;

  cursor: pointer;

  font-family: var(--font-head);

  font-weight: 600;

  font-size: .98rem;

  color: var(--ink);

  text-align: left;

}



.faq-q svg {

  flex-shrink: 0;

  color: var(--purple);

  transition: transform .3s ease;

}



.faq-item.open .faq-q svg {

  transform: rotate(45deg);

}



.faq-a {

  max-height: 0;

  overflow: hidden;

  transition: max-height .35s ease;

}



.faq-a p {

  padding: 0 22px 20px;

  margin: 0;

  font-size: .94rem;

}



/* ---------- Contact + reviews ---------- */

.contact {

  background: var(--lav-bg);

}



.contact-inner {

  display: grid;

  grid-template-columns: 1.05fr 1fr;

  gap: 44px;

  align-items: start;

}



.contact-inner.contact-inner-solo {

  grid-template-columns: 1fr;

  max-width: 640px;

  margin-left: auto;

  margin-right: auto;

}



.contact-form {

  background: var(--white);

  padding: 34px 32px;

  border-radius: var(--radius-lg);

  display: flex;

  flex-direction: column;

  gap: 16px;

  box-shadow: var(--shadow-card);

}



.contact-form h3 {

  font-size: 1.3rem;

  margin-bottom: 4px;

}



.form-row {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 16px;

}



.contact-form label {

  display: flex;

  flex-direction: column;

  gap: 6px;

  font-family: var(--font-head);

  font-weight: 600;

  font-size: .84rem;

  color: var(--ink);

}



.contact-form label em {

  font-style: normal;

  font-weight: 400;

  color: var(--pink);

  font-size: .76rem;

}



.contact-form input,

.contact-form textarea {

  font-family: var(--font-body);

  font-size: .95rem;

  padding: 12px 14px;

  border-radius: var(--radius-sm);

  border: 1.5px solid rgba(36, 27, 51, .16);

  background: var(--white);

  resize: vertical;

  outline: none;

  transition: border-color .2s ease, box-shadow .2s ease;

}



.contact-form input:focus,

.contact-form textarea:focus {

  border-color: var(--gold);

  box-shadow: 0 0 0 4px rgba(184, 144, 90, .16);

}



.check-label {

  flex-direction: row !important;

  align-items: flex-start;

  gap: 10px !important;

  font-family: var(--font-body) !important;

  font-weight: 400 !important;

  font-size: .8rem !important;

  color: var(--ink-soft) !important;

  line-height: 1.5;

}



.check-label input {

  width: 16px;

  height: 16px;

  margin-top: 2px;

  flex-shrink: 0;

}



.form-note {

  color: var(--purple);

  font-weight: 700;

  font-size: .88rem;

  margin: 0;

}



.reviews h3 {

  font-size: 1.15rem;

}



.reviews-summary {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 16px;

  background: var(--white);

  border-radius: var(--radius-md);

  padding: 18px 20px;

  margin-bottom: 18px;

  box-shadow: var(--shadow-card);

}



.rating-num {

  font-family: var(--font-head);

  font-weight: 700;

  font-size: 1.7rem;

  margin-right: 8px;

}



.stars {

  color: var(--gold);

  letter-spacing: .12em;

}



.rating-count {

  display: block;

  font-size: .8rem;

  color: var(--ink-soft);

  margin-top: 2px;

}



.review-card {

  background: var(--white);

  border-radius: var(--radius-md);

  padding: 18px 20px;

  margin-bottom: 14px;

  box-shadow: var(--shadow-card);

}



.review-card header {

  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 10px;

}



.avatar {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 38px;

  height: 38px;

  border-radius: 50%;

  font-family: var(--font-head);

  font-weight: 700;

  color: var(--white);

  flex-shrink: 0;

}



.av-pink {

  background: var(--pink);

}



.av-purple {

  background: var(--purple);

}



.av-blue {

  background: var(--blue);

}



.review-card strong {

  display: block;

  font-size: .92rem;

}



.review-meta {

  font-size: .76rem;

  color: var(--gold);

}



.review-card p {

  font-size: .88rem;

  margin: 0;

}



/* ---------- Info strip ---------- */

.info-strip {

  background: var(--purple-deep);

  color: rgba(255, 255, 255, .85);

  padding: 64px 0;

}



.info-grid {

  display: grid;

  grid-template-columns: 1fr 1.3fr 1fr;

  gap: 44px;

}



.info-col h4 {

  color: var(--white);

  font-size: 1rem;

  letter-spacing: .1em;

  text-transform: uppercase;

  margin-bottom: 18px;

}



.info-social {

  display: flex;

  gap: 12px;

}



.info-social a {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 38px;

  height: 38px;

  border-radius: 50%;

  background: rgba(255, 255, 255, .12);

  transition: background .2s ease, transform .2s ease;

}



.info-social a:hover {

  background: var(--gold);

  transform: translateY(-3px);

}



.hours div {

  display: flex;

  justify-content: space-between;

  padding: 4px 0;

  font-size: .9rem;

}



.hours dt {

  color: rgba(255, 255, 255, .65);

}



.hours dd {

  font-weight: normal;

  color: rgba(255, 255, 255, .65);

}



.hours-note {

  font-size: .8rem;

  color: var(--gold);

  margin-top: 12px;

}



.info-col address {

  line-height: 2;

  font-size: .92rem;

}



.info-col address a {

  color: var(--white);

}



.info-col address a:hover {

  color: var(--pink-soft);

}



/* ---------- Map ---------- */

.map-wrap {

  line-height: 0;

}



.map-wrap iframe {

  width: 100%;

  height: 340px;

  border: 0;

  filter: saturate(.85);

}



/* ---------- Footer ---------- */

.site-footer {

  background: var(--ink);

  color: rgba(255, 255, 255, .72);

}



.footer-grid {

  display: grid;

  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;

  gap: 40px;

  padding: 64px 24px 44px;

}



.footer-brand p {

  color: rgba(255, 255, 255, .55);

  margin-top: 14px;

  font-size: .9rem;

}



.footer-col h4 {

  color: var(--gold);

  font-size: .92rem;

  letter-spacing: .06em;

  text-transform: uppercase;

  margin-bottom: 16px;

}



.footer-col a {

  display: block;

  color: rgba(255, 255, 255, .62);

  font-size: .9rem;

  margin-bottom: 11px;

  transition: color .2s ease;

}



.footer-col a:hover {

  color: var(--gold);

}



.footer-col address {

  color: rgba(255, 255, 255, .62);

  font-size: .9rem;

  line-height: 1.9;

}



.footer-col address a {

  display: inline;

  margin: 0;

}



.footer-bottom {

  border-top: 1px solid rgba(255, 255, 255, .1);

}



.footer-bottom-inner {

  padding: 18px 24px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 18px;

  flex-wrap: wrap;

  font-size: .78rem;

}



.footer-bottom p {

  margin: 0;

  color: rgba(255, 255, 255, .48);

}



.footer-bottom .disclaimer {

  opacity: .7;

  max-width: 520px;

  text-align: right;

}



/* ---------- Floats ---------- */

.whatsapp-float {

  position: fixed;

  left: 22px;

  bottom: 22px;

  z-index: 90;

  width: 54px;

  height: 54px;

  border-radius: 50%;

  background: #25b849;

  color: var(--white);

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 12px 24px -8px rgba(37, 184, 73, .6);

  animation: wapulse 2.6s infinite;

}



@keyframes wapulse {



  0%,

  100% {

    box-shadow: 0 12px 24px -8px rgba(37, 184, 73, .6), 0 0 0 0 rgba(37, 184, 73, .45);

  }



  50% {

    box-shadow: 0 12px 24px -8px rgba(37, 184, 73, .6), 0 0 0 14px rgba(37, 184, 73, 0);

  }

}



.back-to-top {

  position: fixed;

  right: 22px;

  bottom: 30px;

  z-index: 90;

  width: 48px;

  height: 48px;

  border-radius: 50%;

  border: none;

  background: var(--gold);

  box-shadow: 0 12px 24px -10px rgba(36, 27, 51, .5);

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  opacity: 1;

  visibility: visible;

  transform: translateY(12px);

  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;

  color: #fff;

}


.widget-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 99;
}

.tab {
  background: var(--theme-yellow);
  color: #2A1608;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 22px 10px;
  border-radius: 10px 0 0 10px;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: -6px 0 20px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  z-index: 2;
}

.tab svg {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}

.panel {
  width: 0;
  opacity: 0;
  overflow: hidden;
  background: var(--ink);
  border-radius: 14px 14px 14px 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(227, 168, 59, 0.25);
  transition: width .32s cubic-bezier(.4, 0, .2, 1), opacity .28s ease;
  white-space: nowrap;
}

/* .widget-wrap:hover .panel, */
.widget-wrap.pinned .panel {
  width: 300px;
  opacity: 1;
}

.panel-inner {
  width: 300px;
  padding: 22px 22px 20px;
  white-space: normal;
}


.panel-inner span {
  font-weight: 700;
  color: var(--white);
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 14px;
  color: var(--gold);
  display: flex;
}


.panel-form .wpcf7-form-control-wrap textarea,
.panel-form .wpcf7-form-control-wrap input[type="tel"],
.panel-form .wpcf7-form-control-wrap input[type="email"],
.panel-form .wpcf7-form-control-wrap input[type="text"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  padding: 6px 0;
  color: #fff;
}

.panel-form .wpcf7-form-control-wrap textarea {
  height: 50px;
}

.panel-form .wpcf7-response-output {
  color: #fff;
}
.panel-form .wpcf7-not-valid-tip{
  font-size: 10px !important;
}

.panel-form p{
  margin-bottom: 10px !important;
}

.panel-form .wpcf7-response-output{
  font-size: 10px !important;
}




/* ---------- Reveal ---------- */

[data-reveal] {

  opacity: 0;

  transform: translateY(26px);

  transition: opacity .7s ease, transform .7s ease;

}



[data-reveal].in-view {

  opacity: 1;

  transform: translateY(0);

}



/* ---------- Responsive ---------- */

@media (max-width:1024px) {



  .collage-second-div .collage-outer-div {

    order: 2;

  }



  .collage-img-div {

    width: 48%;

    height: 300px !important;

  }



  .split {

    grid-template-columns: 1fr;

    gap: 52px;

  }



  .collage {

    min-height: 380px;

    max-width: none;

  }



  .glass-grid {

    grid-template-columns: repeat(2, 1fr);

  }



  .service-grid {

    grid-template-columns: repeat(2, 1fr);

  }



  .svc-card {

    height: 300px;

  }



  .insta-grid {

    grid-template-columns: repeat(3, 1fr);

  }



  .contact-inner {

    grid-template-columns: 1fr;

  }



  .info-grid {

    grid-template-columns: 1fr;

    gap: 36px;

  }



  .footer-grid {

    grid-template-columns: 1fr 1fr;

  }

}

.small-btn{
  display: none;
}

@media (max-width:1300px) {
    .menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a {
  display: inline-block;
}

.submenu-toggle {
  background: transparent;
  border: 0;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}

.submenu-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.3s ease;
}

.menu-item-has-children.sub-menu-open > .submenu-toggle svg {
  transform: rotate(180deg);
}
  .header-nav-small-btn{
    display: flex !important;
    gap: 10px;
  }

  .header-nav-small-btn a span{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .38);
    border: 1px solid rgba(255, 255, 255, .38);
  }

  .small-btn{
    display: flex;
  }

  .small-btn a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .desktop-only-nav {

    display: none;

  }



  .mobile-only-nav {

    position: fixed;

    top: 0;

    right: 0;

    height: 100vh;

    width: min(320px, 80vw);

    background: var(--white);

    flex-direction: column;

    align-items: flex-start;

    justify-content: flex-start;

    gap: 4px;

    padding: 50px 28px 32px;

    box-shadow: -16px 0 40px -20px rgba(36, 27, 51, .4);

    transform: translateX(100%);

    transition: transform .3s ease;

    z-index: 99;

    display: flex;

    overflow-y: auto;

  }



  .mobile-only-nav.open {

    transform: translateX(0);

    background: var(--ink);

  }



  .mobile-only-nav ul.main-nav {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 4px;

    width: 100%;

  }



  .mobile-only-nav li {

    width: 100%;

  }



  .mobile-only-nav a {

    width: 100%;

    padding: 6px 10px;

    font-size: .95rem;

    color: rgba(255, 255, 255, .88);

    border-radius: 3px;

    box-sizing: border-box;

    display: flex;

  }



  .mobile-only-nav a:hover {

    background: var(--lav-mid);

    color: var(--ink);

  }



  .mobile-only-nav .menu-item-has-children>a {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 8px;

  }



  /* .mobile-only-nav .menu-item-has-children>a::after {

    content: "";

    flex-shrink: 0;

    width: 7px;

    height: 7px;

    border-right: 1.5px solid currentColor;

    border-bottom: 1.5px solid currentColor;

    transform: rotate(45deg);

    transition: transform .2s ease;

  } */



  .mobile-only-nav .menu-item-has-children.sub-menu-open>a::after {

    transform: rotate(-135deg);

  }



  .mobile-only-nav .sub-menu {

    display: none;

    list-style: none;

    margin: 0 0 4px;

    padding: 0 0 0 14px;

  }



  .mobile-only-nav .menu-item-has-children.sub-menu-open>.sub-menu {

    display: block;

  }



  .mobile-only-nav .sub-menu a {

    font-size: .86rem;

    color: rgba(255, 255, 255, .72);

  }



  .mobile-only-nav .sub-menu a:hover {

    color: var(--ink);

  }



  .mobile-only-nav .mobile-nav-call {

    margin-top: 16px;

    padding: 12px 14px;

    border-radius: 3px;

    width: 100%;

    text-align: center;

    background: var(--gold);

    color: var(--white);

    font-weight: 600;

    letter-spacing: .04em;

    display: flex;

    align-items: center;

    justify-content: center;

  }



  .nav-toggle {

    display: flex;

    position: relative;

    z-index: 100;

  }



  .header-actions .btn-pill-light {

    display: none;

  }



  .social-rail {

    display: none;

  }

}



@media (min-width:1301px) {

  .mobile-only-nav {

    display: none;

  }

}



/* ---------- Nav dropdowns (Services / Areas Served etc.) ---------- */

.desktop-only-nav li {

  position: relative;

}



.desktop-only-nav .sub-menu {

  list-style: none;

  margin: 0;

  padding: 10px;

  position: absolute;

  top: 100%;

  left: 0;

  min-width: 220px;

  background: var(--white);

  border-radius: var(--radius-md);

  box-shadow: var(--shadow-card);

  opacity: 0;

  visibility: hidden;

  transform: translateY(8px);

  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;

  z-index: 50;

}



.desktop-only-nav li:hover>.sub-menu,

.desktop-only-nav li:focus-within>.sub-menu {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}



.desktop-only-nav .sub-menu a {

  color: var(--ink);

  text-transform: none;

  letter-spacing: 0;

  font-weight: 500;

  padding: 8px 12px;

  border-radius: var(--radius-sm);

  display: block;

}



.desktop-only-nav .sub-menu a:hover {

  background: var(--lav-mid);

  color: var(--purple);

}



.desktop-only-nav .menu-item-has-children>a::after {

  content: "";

  display: inline-block;

  width: 6px;

  height: 6px;

  margin-left: 2px;

  border-right: 1.5px solid currentColor;

  border-bottom: 1.5px solid currentColor;

  transform: rotate(45deg) translateY(-6px);

}

.reviews-title {
  margin-bottom: 40px;
}



/* ---------- Responsive banner image pairs (desktop/mobile) ---------- */

.mmm-mobile-only {

  display: none;

}



@media (max-width:900px) {

  .mmm-desktop-only {

    display: none;

  }



  .mmm-mobile-only {

    display: block;

  }

}



/* ---------- Honeypot (spam trap) ---------- */

.mmm-hp-field {

  position: absolute;

  left: -9999px;

  top: -9999px;

  width: 1px;

  height: 1px;

  overflow: hidden;

}



/* ---------- New homepage sections ---------- */

.gallery-strip-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  margin-top: 32px;

}



.gallery-strip-card {

  border-radius: var(--radius-lg);

  overflow: hidden;

  box-shadow: var(--shadow-card);

}



.gallery-strip-card img {

  width: 100%;

  height: 220px;

  object-fit: cover;

  display: block;

  transition: transform .4s ease;

}



.gallery-strip-card:hover img {

  transform: scale(1.06);

}



.promo-panels-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

}



.promo-panel {

  padding: 56px 40px;

  color: var(--white);

  text-align: center;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 14px;

}



.promo-panel h3 {

  color: var(--white);

  font-size: 1.3rem;

}



.promo-panel p {

  color: rgba(255, 255, 255, .88);

}

.promo-panel p a{
  color: var(--theme-yellow) !important;
}



.promo-panel-1 {

  background: linear-gradient(135deg, var(--purple), var(--purple-deep));

}



.promo-panel-2 {

  background: linear-gradient(135deg, var(--ink), var(--purple-deep));

}



.promo-panel-3 {

  background: linear-gradient(135deg, var(--pink), var(--red));

}



.trust-badge-inner {

  display: grid;

  grid-template-columns: 1fr 1fr;

  grid-template-rows: auto;

  gap: 50px;

  align-items: center;

}



.trust-badge-img img {

  width: 200px;

  height: 200px;

  object-fit: contain;

}



.trust-badge-img {

  margin-bottom: 15px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.trust-badge-copy h3 {
  font-size: 22px;

  margin-bottom: 6px;

  text-align: center;

}





.trust-badge-copy p {
  font-weight: 600;

  text-align: center;

}



.clients-strip-grid {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  gap: 40px;

  margin-top: 28px;

}



.clients-strip-logo img {

  height: 52px;

  width: auto;

  object-fit: contain;

  filter: grayscale(1);

  opacity: .7;

  transition: filter .25s ease, opacity .25s ease;

}



.clients-strip-logo:hover img {

  filter: grayscale(0);

  opacity: 1;

}



.stats-bar-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 24px;

  text-align: center;

}



.stats-bar-item {

  display: flex;

  flex-direction: column;

  gap: 6px;

  border: 1px solid #0000002f;

  padding: 40px 5px;

  border-radius: var(--radius-md);

  overflow: hidden;

  position: relative;

  transition: all 0.3s ease;

  background-color: #fff;

}



.stats-bar-item::after {

  position: absolute;

  top: 0;

  left: 0;

  height: 3px;

  width: 0;

  background-color: var(--gold);

  content: '';

  transition: all 0.3s ease;

}



.stats-bar-item:hover {

  transform: translateY(-5px);

  border-color: var(--gold);

  transition: all 0.3s ease;

  box-shadow: var(--shadow-card);

}



.stats-bar-item:hover::after {

  width: 100%;

  transition: all 0.3s ease;

}



.stats-bar-number {

  font-family: var(--font-head);

  font-weight: 700;

  font-size: 2.4rem;

  color: var(--gold);

}



.stats-bar-suffix {

  margin-left: 2px;

}



.stats-bar-label {

  font-size: .85rem;

  text-transform: uppercase;

  letter-spacing: .08em;

  color: var(--ink-soft);

}



.mmm-areas-list,

.mmm-sitemap-list {

  list-style: none;

  margin: 0 0 24px;

  padding: 0;

  columns: 2;

  column-gap: 32px;

}



.mmm-areas-list li,

.mmm-sitemap-list li {

  padding: 6px 0;

  break-inside: avoid;

}



.mmm-areas-list a,

.mmm-sitemap-list a {

  color: var(--purple);

  font-weight: 600;

  text-decoration: underline;

  text-underline-offset: 3px;

}



.mmm-areas-list a:hover,

.mmm-sitemap-list a:hover {

  color: var(--gold-dark);

}



@media (max-width:640px) {



  .mmm-areas-list,

  .mmm-sitemap-list {

    columns: 2;

  }

}

@media (max-width:425px) {



  .mmm-areas-list,

  .mmm-sitemap-list {

    columns: 1;

  }

}


.bg-light {

  background: linear-gradient(180deg, var(--lav-bg), var(--lav-mid));

}



@media (max-width:900px) {

  .gallery-strip-grid {

    grid-template-columns: repeat(2, 1fr);

  }



  .promo-panels-grid {

    grid-template-columns: 1fr;

  }



  .stats-bar-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}



/* ---------- Chatbot widget ---------- */

.mmm-chatbot {

  position: fixed;

  right: 16px;

  bottom: 16px;

  z-index: 95;

}



.mmm-chatbot-toggle {

  width: 56px;

  height: 56px;

  border-radius: 50%;

  border: none;

  cursor: pointer;

  background: var(--theme-yellow);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 12px 26px -10px rgba(36, 27, 51, .55);

  transition: transform .2s ease, background .2s ease;

}



.mmm-chatbot-toggle:hover {

  transform: translateY(-2px);

}



.mmm-chatbot-icon-close {

  display: none;

}



.mmm-chatbot.open .mmm-chatbot-icon-chat {

  display: none;

}



.mmm-chatbot.open .mmm-chatbot-icon-close {

  display: block;

}



.mmm-chatbot-panel {

  position: absolute;

  right: 0;

  bottom: 70px;

  width: 340px;

  max-width: calc(100vw - 40px);

  background: var(--white);

  border-radius: var(--radius-lg);

  box-shadow: var(--shadow-soft);

  display: flex;

  flex-direction: column;

  overflow: hidden;

  max-height: 70vh;

}



.mmm-chatbot-panel[hidden] {

  display: none;

}



.mmm-chatbot-header {

  background: var(--purple-deep);

  color: var(--white);

  padding: 16px 18px;

  display: flex;

  flex-direction: column;

  gap: 2px;

}



.mmm-chatbot-header strong {

  font-family: var(--font-head);

  font-size: 1.02rem;

}



.mmm-chatbot-header span {

  font-size: .78rem;

  color: rgba(255, 255, 255, .75);

}



.mmm-chatbot-messages {

  flex: 1;

  overflow-y: auto;

  padding: 14px;

  display: flex;

  flex-direction: column;

  gap: 10px;

  max-height: 320px;

}



.mmm-chatbot-msg {

  max-width: 88%;

  padding: 10px 12px;

  border-radius: var(--radius-md);

  font-size: .86rem;

  line-height: 1.5;

}



.mmm-chatbot-msg-bot {

  background: var(--lav-mid);

  color: var(--ink);

  align-self: flex-start;

  border-bottom-left-radius: 2px;

}



.mmm-chatbot-msg-user {

  background: var(--purple);

  color: var(--white);

  align-self: flex-end;

  border-bottom-right-radius: 2px;

}



.mmm-chatbot-msg-link {

  color: var(--gold-dark);

  font-weight: 600;

  text-decoration: underline;

}



.mmm-chatbot-typing {

  opacity: .6;

  font-style: italic;

}



.mmm-chatbot-input-row {

  display: flex;

  gap: 8px;

  padding: 12px;

  border-top: 1px solid var(--lav-mid);

}



.mmm-chatbot-input-row input {

  flex: 1;

  border: 1px solid var(--lav-deep);

  border-radius: var(--radius-md);

  padding: 9px 12px;

  font-family: var(--font-body);

  font-size: .85rem;

}



.mmm-chatbot-input-row input:focus {

  outline: 2px solid var(--purple);

  outline-offset: 1px;

}



.mmm-chatbot-input-row button {

  width: 38px;

  height: 38px;

  border-radius: 50%;

  border: none;

  background: var(--gold);

  color: var(--white);

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  flex-shrink: 0;

}



.mmm-chatbot-lead-form {

  padding: 12px 14px;

  border-top: 1px solid var(--lav-mid);

  display: flex;

  flex-direction: column;

  gap: 8px;

  background: var(--lav-bg);

}



.mmm-chatbot-lead-form[hidden] {

  display: none;

}



.mmm-chatbot-lead-form p {

  margin: 0;

  font-size: .8rem;

  color: var(--ink-soft);

}



.mmm-chatbot-lead-form input,

.mmm-chatbot-lead-form textarea {

  border: 1px solid var(--lav-deep);

  border-radius: var(--radius-sm);

  padding: 8px 10px;

  font-family: var(--font-body);

  font-size: .82rem;

  resize: vertical;

}



.mmm-chatbot-lead-form button {

  align-self: flex-start;

}



.faq-right-contact h3 {

  font-size: 26px;

}



@media (max-width:480px) {

  .mmm-chatbot {

    right: 14px;

    bottom: 74px;

  }



  .mmm-chatbot-panel {

    right: -6px;

    width: calc(100vw - 28px);

  }

}



@media (max-width:640px) {

  .collage-img-div {

    height: 200px !important;

  }



  .pt-92 {

    padding-top: 60px !important;

  }



  .pb-92 {

    padding-bottom: 60px !important;

  }

  /* .cta-band-text {

    text-align: left;

  } */



  section {

    padding: 60px 0;

  }



  .hero {

    min-height: 100vh;

  }



  .hero-content {

    padding-top: 130px;

  }



  .brand img {

    height: 48px;

  }



  .glass-grid {

    grid-template-columns: 1fr;

  }



  .service-grid {

    grid-template-columns: 1fr;

  }



  .svc-card {

    height: 260px;

  }



  .insta-grid {

    grid-template-columns: repeat(2, 1fr);

  }



  .form-row {

    grid-template-columns: 1fr;

  }



  .footer-grid {

    grid-template-columns: 1fr;

    padding: 52px 24px 28px;

  }



  .footer-bottom-inner {

    flex-direction: column;

    text-align: center;

  }



  .footer-bottom .disclaimer {

    text-align: center;

  }



  .collage {

    min-height: 320px;

  }



  .collage .c1 {

    height: 240px;

  }



  .collage .c2 {

    height: 170px;

  }



  .collage .c3 {

    height: 140px;

  }



  .calm-media img {

    height: 300px;

  }



  .deco {

    display: none;

  }



  .whatsapp-float {

    width: 48px;

    height: 48px;

    left: 16px;

    bottom: 16px;

  }



  .back-to-top {

    right: 16px;

    bottom: 16px;

  }

}



@media (max-width:576px) {

  .faq-right-contact {

    padding: 20px;

  }

  .stats-bar-grid {

    grid-template-columns: 1fr;

  }

  .collage-img-div {

    height: 160px !important;

  }

  .faq-right-contact h3 {

    font-size: 20px;

  }

}



.collage-outer-div {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  justify-content: space-between;

  row-gap: 15px;

}



.collage-img-div {

  width: 48%;

  height: 200px;

}



.collage-img-div .collage-img {

  position: unset;

  object-fit: cover;

  width: 100%;

  height: 100%;

}



.back-to-top.visible svg {

  stroke: var(--white);

}



/* ============================================================

   Blog — listing grid, single-post hero, and default post-content

   typography (headings/lists/quotes/images from the editor).

   ============================================================ */



/* ---------- Blog listing grid (blog_posts_section block) ---------- */

.blog-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 32px;

  margin-top: 44px;

}



.blog-card {

  background: var(--white);

  border-radius: var(--radius-lg);

  overflow: hidden;

  box-shadow: var(--shadow-card);

  transition: transform .25s ease, box-shadow .25s ease;

  display: flex;

  flex-direction: column;

}



.blog-card:hover {

  transform: translateY(-6px);

  box-shadow: var(--shadow-soft);

}



.blog-card-thumb {

  display: block;

  height: 200px;

  background: var(--lav-mid);

  overflow: hidden;

}



.blog-card-thumb img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .5s ease;

}



.blog-card:hover .blog-card-thumb img {

  transform: scale(1.06);

}



.blog-card-thumb-fallback {

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(135deg, var(--lav-mid), var(--lav-deep));

}



.blog-card-body {

  padding: 24px;

  display: flex;

  flex-direction: column;

  gap: 10px;

  flex: 1;

}



.blog-card-date {

  font-size: .72rem;

  font-weight: 700;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--gold-dark);

}



.blog-card-title {

  font-size: 1.15rem;

  margin: 0;

}



.blog-card-title a {

  color: var(--ink);

  transition: color .2s ease;

}



.blog-card-title a:hover {

  color: var(--purple);

}



.blog-card-excerpt {

  font-size: .92rem;

  color: var(--ink-soft);

  margin: 0;

  flex: 1;

}



.blog-card-readmore {

  display: inline-flex;

  align-items: center;

  gap: 6px;

  margin-top: 4px;

  font-weight: 700;

  font-size: .78rem;

  letter-spacing: .08em;

  text-transform: uppercase;

  color: var(--purple);

  transition: gap .2s ease, color .2s ease;

}



.blog-card-readmore:hover {

  gap: 10px;

  color: var(--gold-dark);

}



/* ---------- Pagination ---------- */

.blog-pagination {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 8px;

  margin-top: 48px;

}



.blog-page-link {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 40px;

  height: 40px;

  padding: 0 12px;

  border-radius: var(--radius-sm);

  border: 1.5px solid var(--lav-deep);

  color: var(--ink);

  font-weight: 600;

  font-size: .88rem;

  transition: background .2s ease, color .2s ease, border-color .2s ease;

}



.blog-page-link:hover {

  background: var(--lav-mid);

  border-color: var(--purple);

}



.blog-page-link.current {

  background: var(--purple);

  border-color: var(--purple);

  color: var(--white);

}



.blog-pagination span.blog-page-link.dots {

  border-color: transparent;

}



/* ---------- Single post hero ---------- */

.blog-hero {

  position: relative;

  min-height: 52vh;

  display: flex;

  align-items: flex-end;

  overflow: hidden;

  isolation: isolate;

  background: var(--purple-deep);

}



.blog-hero-bg {

  position: absolute;

  inset: 0;

  background-size: cover;

  background-position: center;

}



.blog-hero-overlay {

  position: absolute;

  inset: 0;

  background: linear-gradient(0deg, rgba(18, 13, 22, .92) 10%, rgba(18, 13, 22, .35) 80%);

}



.blog-hero-inner {

  position: relative;

  z-index: 1;

  padding: 150px 24px 56px;

  color: var(--white);

}



.blog-hero-inner:not(.has-bg) {

  color: var(--white);

}



.blog-back-link {

  display: inline-block;

  margin-bottom: 18px;

  font-weight: 600;

  font-size: .85rem;

  color: rgba(255, 255, 255, .78);

  transition: color .2s ease;

}



.blog-back-link:hover {

  color: var(--gold);

}



.blog-hero-date {

  display: block;

  font-size: .78rem;

  font-weight: 700;

  letter-spacing: .1em;

  text-transform: uppercase;

  color: var(--gold);

  margin-bottom: 10px;

}


.blog-hero-date{
  margin: 0 auto;

  max-width: 1000px;
}
.blog-hero h1 {

  color: var(--white);

  font-size: clamp(1.9rem, 4vw, 2.9rem);

  margin: 0 auto;

  max-width: 1000px;

}



/* ---------- Single post content ---------- */

.blog-single-inner {

  max-width: 1000px;

}



.blog-single-content {

  font-size: 1.05rem;

  line-height: 1.8;

  color: var(--ink-soft);

  padding-top: 44px;

}



.blog-single-content h2,

.blog-single-content h3,

.blog-single-content h4 {

  font-family: var(--font-head);

  color: var(--ink);

  margin: 1.6em 0 .6em;

  line-height: 1.3;

}



.blog-single-content h2 {

  font-size: 1.6rem;

}



.blog-single-content h3 {

  font-size: 1.3rem;

}



.blog-single-content p {

  margin: 0 0 1.2em;

}



.blog-single-content a {

  color: var(--purple);

  text-decoration: underline;

  text-underline-offset: 2px;

}



.blog-single-content ul,

.blog-single-content ol {

  margin: 0 0 1.2em;

  padding-left: 1.4em;

}



.blog-single-content li {

  margin-bottom: .5em;

}



.blog-single-content ul {

  list-style: disc;

}



.blog-single-content ol {

  list-style: decimal;

}



.blog-single-content img {

  max-width: 100%;

  height: auto;

  border-radius: var(--radius-lg);

  margin: 1.6em 0;

  box-shadow: var(--shadow-card);

}



.blog-single-content blockquote {

  margin: 1.8em 0;

  padding: 20px 26px;

  border-left: 4px solid var(--gold);

  background: var(--lav-bg);

  border-radius: 0 var(--radius-md) var(--radius-md) 0;

  font-style: italic;

  color: var(--ink);

}



.blog-single-content strong {

  color: var(--ink);

}



/* ---------- Blog CTA band ---------- */

.blog-cta {

  background: linear-gradient(135deg, var(--purple-deep), var(--purple));

}



.blog-cta-inner {

  text-align: center;

  max-width: 640px;

}



.blog-cta h2 {

  color: var(--white);

}



.blog-cta p {

  color: rgba(255, 255, 255, .82);

}



.blog-cta-buttons {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 14px;

  margin-top: 20px;

}



@media (max-width:900px) {

  .blog-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}



@media (max-width:640px) {

  .blog-grid {

    grid-template-columns: 1fr;

  }



  .blog-hero-inner {

    padding: 130px 24px 40px;

  }

}



/* ============================================================

   Page hero banner (every inner page except Home — mirrors the

   blog single-post hero treatment), CTA band, form embed, and

   the media gallery + lightbox.

   ============================================================ */



/* ---------- Page hero (inner pages) ---------- */

.page-hero {

  position: relative;

  min-height: 100vh;

  display: flex;

  align-items: flex-end;

  overflow: hidden;

  isolation: isolate;

  background: var(--purple-deep);

}



.page-hero-bg {

  position: absolute;

  inset: 0;

  background-size: cover;

  background-position: center;

}



.page-hero-overlay {

  position: absolute;

  inset: 0;

  background: linear-gradient(0deg, rgba(18, 13, 22, .92) 10%, rgba(18, 13, 22, .4) 80%);

}



.page-hero-inner {

  position: relative;

  z-index: 1;

  padding: 150px 24px 56px;

  color: var(--white);

}

.page-hero-inner p {
  text-align: center;
  color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}



.page-hero-back {

  display: inline-block;

  margin-bottom: 18px;

  font-weight: 600;

  font-size: .85rem;

  color: rgba(255, 255, 255, .78);

  transition: color .2s ease;

}



.page-hero-back:hover {

  color: var(--gold);

}



.page-hero h1 {

  color: var(--white);

  font-size: clamp(1.9rem, 4vw, 2.9rem);

  margin: 0 0 .4em;

  max-width: 820px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}



.page-hero-sub {

  color: rgba(255, 255, 255, .82);

  max-width: 640px;

  margin: 0;

  font-size: 1.02rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}



@media (max-width:640px) {

  .page-hero-inner {

    padding: 130px 24px 40px;

  }



  .page-hero {

    min-height: 38vh;

  }

}



/* ---------- CTA band (gold, used sitewide) ---------- */

.cta-band {

  background: var(--gold-dark);

}



.cta-band-inner {

  display: flex;

  align-items: center;

  flex-direction: column;

  text-align: center;

  justify-content: space-between;

  gap: 32px;

  flex-wrap: wrap;

}



.cta-band-text {

  color: var(--white);

  font-size: 32px;

  font-weight: 500;

  margin: 0;

  max-width: 720px;

  flex: 1;

  min-width: 260px;

}



.mark {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

}



.mark svg {

  width: 22px;

  height: 22px;

}



.cta-band-text span {

  color: var(--ink);

  font-weight: 500;

}



.cta-band-buttons {

  display: flex;

  flex-wrap: wrap;

  gap: 14px;

  flex-shrink: 0;
  justify-content: center;

}



.btn-cta-primary {

  background: var(--purple-deep);

  color: var(--white);

}



.btn-cta-primary:hover {

  background: var(--ink);

}



.btn-cta-secondary {

  background: transparent;

  border-color: var(--ink);

  color: var(--ink);

}



.btn-cta-secondary:hover {

  background: var(--ink);

  color: var(--white);

}



/* @media (max-width:640px) {

  .cta-band-inner {

    flex-direction: column;

    align-items: flex-start;

  }

} */



/* ---------- Form embed (Contact Form 7) ---------- */

.form-embed-wrap {

  max-width: 640px;

  margin: 36px auto 0;

}



.form-embed-wrap .wpcf7-form {

  display: flex;

  flex-direction: column;

  gap: 16px;

}



.form-embed-wrap .wpcf7-form p {

  margin: 0;

}



.form-embed-wrap label {

  display: flex;

  flex-direction: column;

  gap: 6px;

  font-weight: 600;

  font-size: .9rem;

  color: var(--ink);

}



.form-embed-wrap input[type="text"],

.form-embed-wrap input[type="email"],

.form-embed-wrap input[type="tel"],

.form-embed-wrap textarea {

  border: 1.5px solid var(--lav-deep);

  border-radius: var(--radius-sm);

  padding: 12px 14px;

  font-family: var(--font-body);

  font-size: .95rem;

  background: var(--white);

}



.form-embed-wrap input:focus,

.form-embed-wrap textarea:focus {

  outline: 2px solid var(--purple);

  outline-offset: 1px;

}



.form-embed-wrap .wpcf7-submit {

  align-self: flex-start;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 14px 30px;

  border-radius: 3px;

  background: var(--gold);

  color: var(--white);

  border: none;

  font-weight: 600;

  font-size: .78rem;

  text-transform: uppercase;

  letter-spacing: .14em;

  cursor: pointer;

  transition: transform .25s ease;

}



.form-embed-wrap .wpcf7-submit:hover {

  transform: translateY(-2px);

}



.form-embed-wrap .wpcf7-not-valid-tip {

  color: var(--red);

  font-size: .78rem;

  font-weight: 500;

}



.form-embed-wrap .wpcf7-response-output {

  border-radius: var(--radius-sm);

  padding: 12px 14px;

  margin-top: 12px;

  font-size: .9rem;

}



/* ---------- Media gallery ---------- */

.media-gallery-tabs {

  display: flex;

  justify-content: center;

  gap: 10px;

  margin: 32px 0 8px;

  flex-wrap: wrap;

}



.media-gallery-tab {

  padding: 9px 22px;

  border-radius: 999px;

  border: 1.5px solid var(--lav-deep);

  background: var(--white);

  font-weight: 600;

  font-size: .82rem;

  text-transform: uppercase;

  letter-spacing: .06em;

  color: var(--ink-soft);

  cursor: pointer;

  transition: background .2s ease, color .2s ease, border-color .2s ease;

}



.media-gallery-tab.active,

.media-gallery-tab:hover {

  background: var(--purple);

  border-color: var(--purple);

  color: var(--white);

}



.media-gallery-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  margin-top: 28px;

}



.media-gallery-item {

  position: relative;

  border: none;

  padding: 0;

  cursor: pointer;

  border-radius: var(--radius-lg);

  overflow: hidden;

  aspect-ratio: 1;

  background: var(--lav-mid);

  box-shadow: var(--shadow-card);

  transition: transform .25s ease, box-shadow .25s ease;

}



.media-gallery-item:hover {

  transform: translateY(-4px);

  box-shadow: var(--shadow-soft);

}



.media-gallery-item img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .5s ease;

}



.media-gallery-item:hover img {

  transform: scale(1.06);

}



.media-gallery-fallback {

  position: absolute;

  inset: 0;

  display: flex;

  align-items: center;

  justify-content: center;

}



.media-gallery-play {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 52px;

  height: 52px;

  border-radius: 50%;

  background: rgba(36, 27, 51, .72);

  color: var(--white);

  display: flex;

  align-items: center;

  justify-content: center;

}



.media-gallery-caption {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  padding: 10px 12px;

  background: linear-gradient(0deg, rgba(18, 13, 22, .82), rgba(18, 13, 22, 0));

  color: var(--white);

  font-size: .8rem;

  font-weight: 600;

  text-align: left;

}



@media (max-width:900px) {

  .media-gallery-grid {

    grid-template-columns: repeat(3, 1fr);

  }

}



@media (max-width:640px) {

  .media-gallery-grid {

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

  }

}



/* ---------- Lightbox ---------- */

.mmm-lightbox {

  position: fixed;

  inset: 0;

  z-index: 200;

  background: rgba(18, 13, 22, .94);

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 40px;

}



.mmm-lightbox[hidden] {

  display: none;

}



.mmm-lightbox-content {

  max-width: min(90vw, 1100px);

  max-height: 85vh;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

}



.mmm-lightbox-content img {

  max-width: 100%;

  max-height: 85vh;

  border-radius: var(--radius-md);

  display: block;

  margin: 0 auto;

}



.mmm-lightbox-content video {

  max-width: 100%;

  max-height: 85vh;

  border-radius: var(--radius-md);

}



.mmm-lightbox-content iframe {

  width: min(90vw, 960px);

  height: min(70vh, 540px);

  border-radius: var(--radius-md);

  border: none;

}



.mmm-lightbox-close {

  position: absolute;

  top: 20px;

  right: 24px;

  width: 44px;

  height: 44px;

  border-radius: 50%;

  background: rgba(255, 255, 255, .12);

  color: var(--white);

  border: none;

  font-size: 1.8rem;

  line-height: 1;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: background .2s ease;

}



.mmm-lightbox-close:hover {

  background: rgba(255, 255, 255, .24);

}





.form-row {

  width: 100% !important;

  display: flex !important;

}



.form-row p br {

  display: none;

}



.form-row p {

  width: 100% !important;

  display: grid !important;

  grid-template-columns: 1fr !important;

}



.form-row p span {

  width: 100% !important;

  display: block;

}



.form-row p span input {

  width: 100% !important;

}



.wpcf7-form-control-wrap {

  display: block;

  width: 100%;

}



.wpcf7-form-control-wrap textarea,

.wpcf7-form-control-wrap input {

  width: 100%;

  font-family: var(--font-body);

  font-size: .95rem;

  padding: 12px 14px;

  border-radius: var(--radius-sm);

  border: 1.5px solid rgba(36, 27, 51, .16);

  background: var(--white);

  resize: vertical;

  outline: none;

  transition: border-color .2s ease, box-shadow .2s ease;

}



.wpcf7-form-control-wrap textarea {

  width: 100%;

  height: 100px;

}



.wpcf7-form-control-wrap input[type="checkbox"] {

  width: auto;

}



.wpcf7-list-item {

  padding-left: 0;

  margin-left: 0;

}



.wpcf7-list-item-label {

  font-size: .8rem;

}



label {

  display: flex;

  align-items: start;

  gap: 6px;

  font-family: var(--font-head);

  font-weight: 600;

  font-size: .84rem;

  color: var(--ink);

  margin-bottom: 5px;

}



.faq-right-contact p br {

  display: none;

}



.wpcf7-submit {

  width: 100% !important;

  padding: 14px 30px;

  border-radius: 3px;

  font-family: var(--font-body);

  font-weight: 600;

  font-size: .78rem;

  text-transform: uppercase;

  letter-spacing: .14em;

  border: 1.5px solid transparent;

  cursor: pointer;

  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;

  background: var(--gold);

  color: var(--white);

  box-shadow: 0 10px 22px -12px rgba(36, 27, 51, .45);

}



.wpcf7-submit:hover {

  transform: translateY(-2px);

  box-shadow: 0 14px 28px -12px rgba(36, 27, 51, .55);

}



.faq-right-contact {

  position: relative;

}



.wpcf7-spinner {

  position: absolute;

  bottom: 10px;

  left: 10px;

}





@media (max-width: 768px) {

  .trust-badge-inner {

    grid-template-columns: 1fr;

  }

  .faq-inner {

    grid-template-columns: 1fr;

  }

}



@media (max-width: 575px) {

  .back-to-top {

    display: none;

  }

  .mmm-chatbot {

    bottom: 16px;

    right: 16px;

  }

  .mmm-chatbot-toggle {

    width: 48px;

    height: 48px;

  }

}



.blog-navigation {

  display: flex;

  justify-content: space-between;

  gap: 20px;

  margin-top: 50px;

  padding-top: 30px;

  border-top: 1px solid #ddd;

}



.blog-navigation>div {

  width: 50%;

}



.nav-next {

  text-align: right;

}



.blog-navigation a {

  display: flex;

  flex-direction: column;

  text-decoration: none;

}



.blog-navigation span {

  font-size: 14px;

  margin-bottom: 8px;

}



.blog-navigation strong {

  font-size: 18px;

}



.footer-map {

  width: 100%;

  height: 400px;

}



.footer-map iframe {

  width: 100%;

  height: 100%;

}



@media (max-width: 767px) {

  .blog-navigation {

    flex-direction: column;

  }



  .blog-navigation>div {

    width: 100%;

  }



  .nav-next {

    text-align: left;

  }

}



.gallery-wrapper {

  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  grid-template-rows: auto;

  gap: 20px;

}



.gallery-wrapper a {

  width: 100%;

  border-radius: var(--radius-md);

  overflow: hidden;

  transition: all 0.3s ease;

}



.gallery-wrapper a img {

  aspect-ratio: 4/3;

  width: 100%;

  object-fit: cover;

}



.gallery-wrapper a:hover {

  opacity: 0.8;

  transition: all 0.3s ease;

}



.content-section-full .section-sub {

  margin-left: 0;

  max-width: 100%;

}



.content-section-full h3 {

  font-size: 20px;

  text-transform: uppercase;

}



.content-section-full p strong {

  color: var(--theme-yellow);

}


@media (max-width: 575px) {
  .testi-wrapper{
    grid-template-columns: 1fr !important;
  }
  .gallery-wrapper{
    gap: 10px;
  }
  .mobile-only-nav {
    width: 100%;
  }
}


.testi-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 30px;
  margin-top: 50px;
}

.testi-video-card iframe {
  width: 100%;
  height: 300px;
}








.stage {
  background-color: var(--lav-bg);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin: 0 auto;
  margin-top: 35px;
}

.ticket {
  position: relative;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 30px 30px 26px;
  box-shadow: 6px 6px 0 var(--ink);
}

.ticket .stars {
  color: var(--theme-yellow);
  font-size: 17px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.ticket .quote {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 22px;
}

.ticket .quote .highlight {
  color: var(--coral);
  font-weight: 600;
}

.ticket .stub {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 2px dashed #EDE2D2;
  padding-top: 18px;
}

.ticket .avatar {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 50%;
  background: var(--ink);
  color: var(--marigold);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticket .who p {
  margin: 0;
}

.ticket .who .name {
  font-weight: 700;
  font-size: 16px;
  color: var(--theme-yellow);
}

.ticket .who .loc {
  font-size: 14px;
  color: #5C5468;
}

.ticket .admit {
  position: absolute;
  top: 22px;
  right: -9px;
  background: var(--gold);
  color: var(--gold-dark);
  font-size: 11px;
  letter-spacing: .08em;
  padding: 5px 12px 5px 10px;
  border: 2px solid var(--ink);
  border-right: none;
  border-radius: 6px 0 0 6px;
  text-transform: uppercase;
}

@media (max-width:700px) {

  .ticket {
    box-shadow: 5px 5px 0 #1B0E2E;
  }
}


.why-head p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #5C5468;
  max-width: 680px;
  margin: 0 auto;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 40px 0 40px;
  color: var(--gold-dark);
}

.divider::before,
.divider::after {
  content: "";
  height: 2px;
  width: 70px;
  background: #fff;
}

.divider span {
  font-size: 18px;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 5px 5px 0 var(--ink);
}

.feature .badge {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature .badge svg {
  width: 18px;
  height: 18px;
  stroke: var(--ink);
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature p {
  margin: 0;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink);
}

.faq-full .faq-right-contact{
  display: none;
}

.faq-full  .faq-inner{
  display: grid;
  grid-template-columns: 1fr;
}


.location-cards{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.c-addr h3{
  margin-bottom: 20px;
}

.c-addr ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-addr ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s ease;
}

.c-addr ul li a:hover{
  color: var(--theme-yellow);
  transition: all 0.3s ease;
}

.c-addr ul li a span{
  width: 40px;
  height: 40px;
  background-color: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex-shrink: 0;
}

.contact-info-page{
  margin-top: 50px;
}

.contact-info-page ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-info-page ul li a{
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s ease;
}

.contact-info-page ul li a:hover{
  color: var(--theme-yellow);
  transition: all 0.3s ease;
}

.contact-info-page ul li span,
.contact-info-page ul li a span{
  width: 40px;
  height: 40px;
  background-color: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex-shrink: 0;
}

.contact-info-page ul li .o-hours{
  display: flex;
  gap: 10px;
  align-items: center;
}

.c-page-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

.c-wrap-right{
  background-color: var(--lav-bg);
}

@media (max-width: 991px) {
  .c-page-wrapper{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 425px){
  .c-addr ul li a,
  .contact-info-page ul li a{
    font-size: 15px;
  }
}

.gallery-strip-swiper,
.logoSwiper{
  margin-top: 50px;
}

.swiper-pagination{
  position: static !important;
  margin-top: 50px !important;
}

.swiper-pagination-bullet{
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active{
  background-color: var(--gold) !important;
}

.mama-content ul{
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.mama-content ul li{
  color: var(--ink-soft);
  line-height: 1.7;
}

.footer-bottom p a{
  color: var(--theme-yellow);
}

@media (max-width: 575px) {
  .cta-band-text{
    line-height: normal;
    font-size: 26px;
  }
}