/* ============================================================
   ORISTO INTERIOR – Custom Stylesheet
   Author: Oristo Interior
   ============================================================ */

/* ============ ROOT VARIABLES ============ */
:root {
  --gold:       #c9a84c;
  --gold-light: #e5d09b;
  --gold-dark:  #a07830;
  --dark:       #1a1a1a;
  --darker:     #0d0d0d;
  --light:      #f8f5f0;
  --cream:      #f2ece0;
  --white:      #ffffff;
  --gray:       #6c757d;
  --transition: all 0.35s ease;
}

/* ============ BASE RESET ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; overflow-x: hidden; }
body  { font-family: 'Poppins', sans-serif; color: var(--dark); overflow-x: hidden; max-width: 100vw; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }
a     { text-decoration: none; }
img   { display: block; max-width: 100%; }

/* ============ UTILITY CLASSES ============ */
.gold         { color: var(--gold) !important; }
.section-pad  { padding: 90px 0; }

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
}

.section-subtitle {
  color: var(--gray);
  font-size: 1rem;
  max-width: 620px;
  margin: 0 auto;
}

.divider {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 16px auto 0;
  border-radius: 2px;
}
.divider-left { margin-left: 0; }

/* ---- Button: Gold filled ---- */
.btn-gold {
  background: var(--gold);
  color: var(--white);
  border: 2px solid var(--gold);
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 28px;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-gold:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.4);
}

/* ---- Button: Gold outline ---- */
.btn-outline-gold {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--gold);
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 28px;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.4);
}

/* ---- Button: Small gold ---- */
.btn-sm-gold {
  background: var(--gold);
  color: var(--white);
  border: 2px solid var(--gold);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
  font-family: 'Poppins', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.btn-sm-gold:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--white);
}

/* ---- Button: Small call ---- */
.btn-sm-call {
  background: transparent;
  color: var(--dark);
  border: 2px solid #ddd;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 4px;
  transition: var(--transition);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Poppins', sans-serif;
}
.btn-sm-call:hover {
  border-color: var(--gold);
  color: var(--gold);
}


/* ============================================================
   NAVBAR
============================================================ */
#mainNav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1040;
  padding: 18px 0;
  transition: var(--transition);
  background: transparent;
}
#mainNav.scrolled {
  background: var(--darker) !important;
  padding: 10px 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.navbar-brand-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 1px;
}
.navbar-brand-text span { color: var(--white); }

.navbar-brand-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.65rem;
  color: var(--gold-light);
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}

.nav-link-custom {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.87rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  padding: 6px 14px !important;
  position: relative;
  transition: var(--transition);
}
.nav-link-custom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-link-custom:hover,
.nav-link-custom.active { color: var(--gold) !important; }
.nav-link-custom:hover::after,
.nav-link-custom.active::after { transform: scaleX(1); }

.navbar-toggler { border-color: var(--gold); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28201,168,76,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-cta {
  background: var(--gold);
  color: var(--white) !important;
  border-radius: 4px;
  padding: 8px 20px !important;
  font-weight: 600 !important;
  margin-left: 8px;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.87rem;
  letter-spacing: 0.6px;
  transition: var(--transition);
}
.nav-cta:hover { background: var(--gold-dark); }
.nav-cta::after { display: none !important; }


/* ============================================================
   HERO / CAROUSEL
============================================================ */
#heroCarousel {
  height: 100vh;
  min-height: 600px;
}
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item { height: 100%; }

.hero-slide {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0.45) 60%, rgba(10, 10, 10, 0.2) 100%);
}

.hero-slide-1 { background-image: url('../images/banner-1.jpg'); }
.hero-slide-2 { background-image: url('../images/banner-2.jpg'); }
.hero-slide-3 { background-image: url('../images/banner-3.jpg'); }

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}
.hero-content-inner { max-width: 820px; }

.hero-tag {
  display: inline-block;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s 0.3s forwards;
}
.hero-title {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s 0.5s forwards;
}
.hero-title span { color: var(--gold); }
.hero-desc {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 36px;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s 0.7s forwards;
}
.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s 0.9s forwards;
}

.carousel-indicators [data-bs-target] {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
}
.carousel-indicators .active { background: var(--gold); }

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}


/* ============================================================
   ABOUT
============================================================ */
#about { background: var(--white); }

.about-img-wrap {
  position: relative;
  border-radius: 8px;
  overflow: visible; /* allow badge to peek out without causing page overflow */
}
.about-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.5s ease;
}
.about-img-wrap:hover img { transform: scale(1.04); }

.about-badge {
  position: absolute;
  bottom: 30px;
  right: 16px; /* kept inside column to prevent page overflow on mobile */
  background: var(--gold);
  color: var(--white);
  padding: 22px 28px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.about-badge .num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.about-badge .lbl {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.about-feat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}
.about-feat i { color: var(--gold); font-size: 1.1rem; min-width: 20px; }
.about-feat p { margin: 0; font-size: 0.92rem; color: #444; }


/* ============================================================
   SERVICES
============================================================ */
#services { background: var(--light); }

.service-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transition: var(--transition);
  height: 100%;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
}

.service-card-img {
  position: relative;
  overflow: hidden;
  height: 210px;
}
.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-card-img img { transform: scale(1.08); }

.service-icon-badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  width: 48px;
  height: 48px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.15rem;
  box-shadow: 0 4px 12px rgba(201, 168, 76, 0.4);
  z-index: 2;
}

.service-card-body { padding: 40px 22px 24px; }
.service-card-body h5 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 10px;
}
.service-card-body p {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 18px;
}
.service-card-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* CTA block inside services */
.service-cta-block {
  background: linear-gradient(135deg, var(--dark) 0%, #2d2d2d 100%);
  border-radius: 10px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px;
}


/* ============================================================
   WHY CHOOSE US
============================================================ */
#why { background: var(--darker); }

.why-card {
  text-align: center;
  padding: 36px 20px;
  border-radius: 10px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  background: rgba(255, 255, 255, 0.03);
  transition: var(--transition);
  height: 100%;
}
.why-card:hover {
  background: rgba(201, 168, 76, 0.07);
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-5px);
}

.why-icon {
  width: 70px;
  height: 70px;
  background: rgba(201, 168, 76, 0.12);
  border: 2px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--gold);
  font-size: 1.6rem;
  transition: var(--transition);
}
.why-card:hover .why-icon {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.4);
}
.why-card h5 { color: var(--white); font-size: 1.05rem; font-weight: 600; margin-bottom: 10px; }
.why-card p  { color: rgba(255, 255, 255, 0.6); font-size: 0.85rem; line-height: 1.7; margin: 0; }

/* Stats strip */
.stats-strip { border-radius: 10px; overflow: hidden; }
.stat-item {
  text-align: center;
  padding: 28px 16px;
  background: rgba(201, 168, 76, 0.1);
  border-right: 1px solid rgba(201, 168, 76, 0.15);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-lbl {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  margin-top: 6px;
}


/* ============================================================
   GALLERY
============================================================ */
#gallery { background: var(--white); }

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.gallery-item.tall img { height: 380px; }
.gallery-item:hover img { transform: scale(1.08); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(201, 168, 76, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.gallery-overlay i {
  color: var(--white);
  font-size: 2rem;
  transform: scale(0.6);
  transition: transform 0.35s ease;
}
.gallery-item:hover .gallery-overlay         { opacity: 1; }
.gallery-item:hover .gallery-overlay i       { transform: scale(1); }


/* ============================================================
   CONTACT
============================================================ */
#contact { background: var(--light); }

.contact-info-card {
  background: var(--dark);
  color: var(--white);
  border-radius: 10px;
  padding: 44px 36px;
  height: 100%;
}
.contact-info-card h3 { color: var(--gold); margin-bottom: 8px; font-size: 1.5rem; }
.contact-info-card > p { color: rgba(255, 255, 255, 0.65); font-size: 0.9rem; margin-bottom: 32px; }

.info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.info-icon {
  min-width: 44px;
  height: 44px;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 0.95rem;
}
.info-text small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.info-text a,
.info-text span { color: var(--white); font-size: 0.92rem; display: block; line-height: 1.5; }
.info-text a:hover { color: var(--gold); }

.social-links { display: flex; gap: 12px; margin-top: 36px; }
.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.95rem;
  transition: var(--transition);
}
.social-link:hover {
  background: var(--gold);
  color: var(--white);
  transform: translateY(-3px);
}

.contact-form-card {
  background: var(--white);
  border-radius: 10px;
  padding: 44px 36px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.contact-form-card h3 { color: var(--dark); margin-bottom: 6px; font-size: 1.5rem; }
.contact-form-card > p { color: var(--gray); font-size: 0.9rem; margin-bottom: 28px; }

.form-control,
.form-select {
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  transition: var(--transition);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
  outline: none;
}
.form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.map-wrapper {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}
.map-wrapper iframe { display: block; width: 100%; border: 0; height: 380px; }


/* ============================================================
   FOOTER
============================================================ */
#footer { background: var(--darker); color: rgba(255, 255, 255, 0.75); }

.footer-top { padding: 70px 0 40px; }

.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 700; color: var(--gold); }
.footer-logo span { color: var(--white); }

.footer-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  margin: 14px 0 20px;
}

.footer-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.footer-links a::before { content: '›'; color: var(--gold); font-size: 1.1rem; }
.footer-links a:hover   { color: var(--gold); padding-left: 4px; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-contact-item i   { color: var(--gold); min-width: 16px; margin-top: 3px; }
.footer-contact-item a   { color: rgba(255, 255, 255, 0.6); }
.footer-contact-item a:hover { color: var(--gold); }

.footer-divider { border-color: rgba(255, 255, 255, 0.08); margin: 0; }

.footer-bottom {
  padding: 20px 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.35);
}
.footer-bottom a { color: var(--gold); }


/* ============================================================
   ENQUIRE MODAL
============================================================ */
.modal-header {
  background: var(--dark);
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
}
.modal-title {
  font-family: 'Playfair Display', serif;
  color: var(--gold);
}
.btn-close-white { filter: invert(1) brightness(2); }
.modal-body { padding: 0; }

.modal-accent-panel {
  background: linear-gradient(160deg, #1a1a1a 60%, #c9a84c);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-accent-panel p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
.modal-accent-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.88rem;
  color: var(--white);
}
.modal-accent-item i { color: var(--gold); }
.modal-accent-item a { color: var(--white); }
.modal-form-panel { padding: 32px; }

.form-success {
  text-align: center;
  padding: 40px 20px;
}
.form-success-icon {
  width: 70px;
  height: 70px;
  background: rgba(201, 168, 76, 0.12);
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: var(--gold);
}


/* ============================================================
   FLOATING BUTTONS
============================================================ */

/* Right-side "Enquire Now" vertical tab */
.floating-enquire {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1030;
}
.floating-enquire button {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  background: var(--gold);
  color: var(--white);
  border: none;
  padding: 22px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: -4px 0 18px rgba(0, 0, 0, 0.2);
}
.floating-enquire button:hover {
  background: var(--gold-dark);
  padding-right: 18px;
}

/* WhatsApp (bottom-left) */
.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 1030;
}
.floating-whatsapp a {
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.4rem;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  transition: var(--transition);
}
.floating-whatsapp a:hover {
  background: #1ebe59;
  transform: scale(1.1);
}

/* Phone (bottom-right) */
.floating-phone {
  position: fixed;
  bottom: 24px;
  right: 25px;
  z-index: 1030;
}
.floating-phone a {
  width: 56px;
  height: 56px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.3rem;
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.45);
  transition: var(--transition);
}
.floating-phone a:hover {
  background: var(--gold-dark);
  transform: scale(1.1);
}

/* Pulse animation for phone button */
.pulse { animation: pulse 2s infinite; }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0   rgba(201, 168, 76, 0.55); }
  70%  { box-shadow: 0 0 0 14px rgba(201, 168, 76, 0); }
  100% { box-shadow: 0 0 0 0   rgba(201, 168, 76, 0); }
}


/* ============================================================
   SCROLL REVEAL ANIMATION
============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }


/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 991px) {
  .about-badge       { right: 10px; }
  .section-pad       { padding: 65px 0; }
  .contact-form-card { padding: 30px 20px; }
  .contact-info-card { padding: 30px 20px; }
  .about-img-wrap img { height: 340px; }
}

@media (max-width: 767px) {
  .hero-title            { font-size: 1.9rem; }
  .gallery-item img      { height: 200px; }
  .gallery-item.tall img { height: 200px; }
  .modal-accent-panel    { display: none !important; }
  .modal-form-panel      { padding: 20px; }

  /* Right-side vertical enquire tab — slightly smaller on mobile */
  .floating-enquire button {
    font-size: 0.72rem;
    padding: 18px 11px;
    letter-spacing: 1.5px;
  }
}

