/* ===================================================================
   ROYAL BEAUTIFIER — CLEAN THEME CSS
   (Navbar fixed + hero overlay + unified FAB/Dock)
   =================================================================== */

/* =========================
   0) TOKENS / ROOT VARIABLES
   ========================= */

/* ===========================
   FONT IMPORTS (3 fonts only)
   =========================== */
@import url('https://fonts.googleapis.com/css2?family=Sacramento&family=Cormorant+Garamond:wght@400;500;600;700&family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

:root,
hweo[data-bs-theme="light"]{
  /* Bootstrap-like palette (with rgb fallbacks) */
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;

  --bs-body-bg:#ffffff;
  --bs-body-color:#0b0401;
  --bs-heading-color:#16181B;
  --bs-link-color:var(--bs-primary);

  --bs-primary:hsl(44, 88%, 31%);             /* brand gold */
  --bs-primary-rgb: 255, 255, 255;
  --bs-primary-hover:#5b0000;               /* accent hover */
  --bs-primary-hover-rgb: 184,18,112;
  --bs-secondary:oklch(99.107% 0.00011 271.152);
  --bs-secondary-rgb:255, 255, 200;

  /* Brand / custom */
  --ink:#121212;
  --muted:#5f5f5f;
  --paper:#ffffff;
  --bg:hsl(45, 44%, 96%);
  --ring:rgba(0,0,0,.08);
  --shadow:0 12px 28px rgba(0,0,0,.08);

  --rb-gold:#a06b09;
  --rb-gold-ink:#3a2600;
  --rb-gold-700:#5b0708;
  --rb-maroon:#6D0F1C;
  --rb-ink:#0A0A0A;
  --rb-paper:#FFFDF7;
  --rb-card:#ffffff;
  --rb-text:#171717;
  --rb-muted:#6b6b6b;
  --rb-focus:#9ad0ff;
  --rb-bg:#f7f7f5;

  --emerald:#d65e14; --teal:#e8f7fb; --lav:#f3f0ff; --rose:#fff0f1; --citrus:#fff6e3; --blue:#0a3eb7;

  /* Navbar */
  --nav-bg:#af6d12;
  --nav-hover-color:#1f6bff;
  --dropdown-bg:#ffffff;
  --dropdown-hover-bg:#f7f7f7;

  /* Layout knobs */
  --nav-height: 62px;    /* actual navbar height */
  --nav-gap: 0px;        /* “little space” under fixed navbar */

  /* Hero overlay control (↑ for darker, ↓ for lighter) */
  --hero-overlay: rgba(255, 255, 255, 0.45);

  /* Floating FAB & dock (one source of truth) */
  --rb-fab-right: 18px;
  --rb-fab-bottom: 22px;
  --rb-fab-gap: 12px;
  --rb-fab-size: 56px;
  --rb-mobile-dock-h: 68px; /* visual height incl. padding */
}

/* Dark mode tokens */
:root[data-bs-theme="dark"]{
  --rb-ivory:#0f1012; --rb-ink:#e9e6dc;
  --hero-overlay: rgba(0,0,0,.40);
}

:root {
  /* ===== TYPOGRAPHY SYSTEM ===== */
  --font-script: "Satisfy", cursive;             /* Short titles, accents, tagline */
  --font-display: "Satisfy", "Cormorant Garamond", serif;      /* Long titles, main headings */
  --font-body: "Questrial", sans-serif;             /* Paragraphs, UI text */
}


/* =========================
   1) BASE / TYPOGRAPHY
   ========================= */
html {
  scroll-behavior: smooth;
}
html, body { height: 100%; }

.site-wrap {
  /* padding-top: var(--nav-height); */ /* No longer needed as topbar pushes content */
}

body, p, li, a, button, input, textarea, select {
  font-family: var(--font-body);
  font-weight: 400;
  color: #151515;
}

a{
  transition: .3s all ease-in-out;
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover{ text-decoration: none; }

/* Display / Long Titles */
h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: var(--rb-heading-color, #151515);
}

/* Apply Satisfy font to all h3 headings */
h3 {
  font-family: var(--font-script, "Satisfy", cursive);
  font-weight: 600;
  font-size: 1.6rem; /* Adjusted for script font legibility */
}

.hero h1 span,
.section-title .script,
.rb-brand-script,
.tagline,
.logo-text {
  font-family: var(--font-script);
  font-weight: 00;
  font-size: 1.5em;
  color: var(--rb-gold, #bfa14a);
  letter-spacing: 0.03em;
  display: inline-block;
}



.nav,.btn,.section-title,.subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
}

p{ font-family: 'Work Sans', sans-serif; font-weight: 400; line-height: 1.6; }

.container{ max-width: 1140px; }
.site-wrap{ position: relative; }

::selection{ background-color: var(--bs-black); color: var(--bs-white); }

/* =====================================
   HERO TITLE & TAGLINE TYPOGRAPHY SYSTEM
   ===================================== */

/* Long titles / brand name */
.hero-title {
  font-family: var(--font-display); /* Cormorant Garamond */
  font-weight: 600;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.2;
  color: var(--rb-heading-color, #151515);
}

/* Decorative metallic gradient effect */
.metallic-gold {
  background: #6e0507;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    #c38a8a 0%, #63050d 25%, #8a5505 50%, #5d0505 75%, #52034a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.5px;

}

/* Tagline / Script Accent */
.hero-title .tagline {
  display: inline-block;
  font-family: var(--font-script); /* Sacramento */
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #ad720c 0%, #6e0507 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0.2em; /* Fix for descender clipping (e.g., 'y', 'g') */
  color: transparent;
}


/* =========================
   2) LAYOUT / UTILITIES
   ========================= */
.section{
  padding: 70px 0;
  scroll-margin-top: calc(var(--nav-height) + var(--nav-gap) + 10px);
}
@media (max-width:767.98px){ .section{ padding: 40px 0; } }

/* Remove bottom padding from testimonials to close gap with contact */
.testimonials__v2 {
  padding-bottom: 0 !important;
  padding-top: 40px; /* keep a comfortable top spacing for the section */
}
@media (max-width:767.98px){ 
  .testimonials__v2 { 
    padding-bottom: 0 !important; 
    padding-top: 24px;
  } 
}

/* When testimonials are immediately followed by the contact section, reduce the contact's top padding
   so the two sections sit flush. Keep a small top padding on very small screens. */
.contact__v4,
#contact {
  padding-top: 0 !important;
}
@media (max-width:767.98px){
  .contact__v4,
  #contact { padding-top: 12px !important; }
}

.text-heading-color{ color: var(--bs-heading-color); }

.shadow-sm{ box-shadow: 0 .125rem .25rem 0 rgba(var(--bs-black-rgb), .05) !important; }
.shadow{   box-shadow: 0 .5rem 1rem 0 rgba(var(--bs-black-rgb), .05) !important; }
.shadow-lg{ box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), .05) !important; }

/* Checked list */
.list-checked{ padding: 0; margin: 0; color: var(--bs-body-color); }
.list-checked li{ position: relative; margin-bottom: 10px; display: flex; align-items: start; gap: 10px; }
.list-checked li i{
  width: 30px; height: 30px; line-height: 30px; text-align: center; display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), .1);
  border-radius: 50%; color: var(--bs-primary); font-size: 20px;
}

/* Buttons */
.btn{
  padding: 12px 20px; background-color: var(--bs-primary); color: var(--bs-white);
  border: 1px solid transparent; border-radius: 7px; font-weight: 600; position: relative;
}
.btn:hover,.btn:active,.btn:focus{
  color: var(--bs-white);
  background-color: var(--bs-primary-hover) !important;
  border-color: var(--bs-primary-hover) !important;
}
.btn.btn-white.hover-outline{
  background-color: var(--bs-white) !important; color: var(--bs-black) !important; border: 1px solid transparent !important;
}
.btn.btn-white.hover-outline:hover{
  color: var(--bs-white) !important; background-color: transparent !important; border-color: var(--bs-white) !important;
}
.btn.btn-white-outline{
  border: 1px solid rgba(73,75,91,.2) !important; color: #494B5B !important; background-color: transparent;
}
.btn.btn-white-outline:hover,.btn.btn-white-outline:focus,.btn.btn-white-outline:active{
  background-color: transparent !important; border-color: rgba(73,75,91,.5) !important;
}

/* Forms */
.form-control{
  padding: 10px 12px; border-width: 1px; font-size: 16px; background-color: transparent; border-color: rgba(73,75,91,.1);
}
.form-control:focus{ outline: none; box-shadow: none; border-color: var(--bs-primary); }

/* Link nudge */
.a-link i{ font-size: 26px; margin-left: 10px; transition: .25s all ease-in-out; }
.a-link:hover i{ margin-left: 15px; }

/* Page title band */
.page-title{ padding: 100px 0 50px !important; background-color: rgba(73,75,91,.03); }

/* =========================
   2.A) TOPBAR
   ========================= */
.rb-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--rb-topbar-h, 30px);
  z-index: 10000;
  background: var(--rb-maroon); border-bottom: 1px solid var(--rb-gold-700); font-size: .92rem;
}

/* This class will be toggled by JavaScript */
.topbar-hidden .rb-topbar {
  transform: translateY(-100%);
}
.rb-toplink,
.rb-topicon {
  color: #c87f09;
  text-decoration: none;
  transition: color .25s;
}
.rb-toplink:hover,
.rb-topicon:hover { color: #f0f0f0; }

.fbs__net-navbar{
 position: fixed; top: var(--rb-topbar-h, 30px); left: 0; right: 0; height: var(--nav-height); z-index: 9999;
 background-color: #f3e5e5;
 border: none; box-shadow: none; transition: background-color .25s ease, box-shadow .25s ease, top .3s ease-in-out;
 display: flex; align-items: center;
}

/* When topbar is hidden, move navbar to top */
.topbar-hidden .fbs__net-navbar {
  top: 0 !important;
}

/* This class is added on scroll */
.fbs__net-navbar.navbar-scrolled {
  background-color: rgba(237, 227, 227, 0.95);
  backdrop-filter: saturate(140%) blur(8px);
  box-shadow: 0 .1875rem .375rem rgba(0,0,0,.05);
}
.fbs__net-navbar > .container{ display: flex; align-items: center; justify-content: space-between; }

/* Brand & logos */
.fbs__net-navbar .navbar-brand{
  margin-right: 0 !important; font-size: 1.875rem; font-weight: 700; color: #494B5B;
}
.fbs__net-navbar .navbar-brand .logo.dark{ display: block; }
.fbs__net-navbar .navbar-brand .logo.light{ display: none; }

/* Nav links */
.fbs__net-navbar .navbar-nav > li > .nav-link{
  position: relative; padding: 16px 10px; font-size: .9375rem; color: #494B5B; transition: color .25s ease;
}
.fbs__net-navbar .navbar-nav > li > .nav-link::before{
  content:""; position: absolute; left: 10px; bottom: 0; width: calc(100% - 20px); height: 1.5px; background: currentcolor;
  transform: scaleX(0); transform-origin: bottom right; transition: transform .35s ease-out; border-radius: 5px;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover::before{ transform: scaleX(1); transform-origin: bottom left; }
.fbs__net-navbar .navbar-nav > li > .nav-link:focus-visible {
  outline: 2px solid var(--rb-gold);
  outline-offset: 2px;
}
.fbs__net-navbar .navbar-nav > li > .nav-link:hover, 
.fbs__net-navbar .navbar-nav > li > .nav-link:focus{ color: #494B5B; }
.fbs__net-navbar .navbar-nav > li > .nav-link.active{ color: #494B5B; font-weight: 600; }

/* Dropdowns */
.fbs__net-navbar .navbar-nav .dropdown-menu{
  background-color: var(--dropdown-bg);
  border: none; padding: 8px 10px;
  box-shadow: 0 .1875rem .375rem rgba(0,0,0,.1);
}
.fbs__net-navbar .navbar-nav .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link{
  font-size: .875rem; padding: 10px; border-radius: .5rem; transition: background-color .25s ease, color .25s ease;
}
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover{ background-color: var(--dropdown-hover-bg) !important; color: #494B5B; }
.fbs__net-navbar .navbar-nav .dropdown-toggle::after{ display: none; }
.fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down{ margin-left: .5rem; }

/* Toggler */
.fbs__net-navbar .fbs__net-navbar-toggler{
  width: 44px; height: 44px; border-radius: 50%; border: none; background-color: var(--bs-black); color: var(--bs-white); display: none;
}
@media (max-width: 991.98px){
  .fbs__net-navbar .fbs__net-navbar-toggler{ display: flex; align-items: center; justify-content: center; }
  .fbs__net-navbar .navbar-nav > li > .nav-link{ padding: 10px; }
}

/* Header CTA in navbar */
.fbs__net-navbar .header-social a{
  color: #494B5B; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 4px; display: inline-block;
  transition: background-color .25s ease;
}
.fbs__net-navbar .header-social a:hover{ background-color: rgba(73,75,91,.08); }
.fbs__net-navbar .header-social .btn{
  width: auto !important; height: auto !important; background-color: var(--bs-primary) !important; color: var(--bs-white) !important;
}
@media (max-width: 575.98px){ .fbs__net-navbar .header-social .btn{ display: none; } }

/* =========================
   4) KEYFRAMES
   ========================= */
@keyframes fadeInUp{ from{opacity:0;transform:translateY(10px);} to{opacity:1;transform:translateY(0);} }
@keyframes fadeInRight{ from{opacity:0;transform:translateX(10px);} to{opacity:1;transform:translateX(0);} }
@keyframes fadeInLeft{ from{opacity:0;transform:translateX(-10px);} to{opacity:1;transform:translateX(0);} }

/* =========================
   5) HERO V6 (tunable overlay)
   ========================= */
.hero__v6{
  padding: 20px 0; 
  position: relative; z-index: 1;
}

.hero__v6::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  /* background-image: url('../images/bg.png'); */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* parallax */
  opacity: .7;
  background-color: var(--hero-overlay);
}

.hero__v6 > .container, .hero__v6 *{ position: relative; z-index: 3; }
@media (max-width: 767.98px){ .hero__v6{ padding: 48px 0; } }

.hero__v6 .hero-subtitle{
  background: color-mix(in srgb, var(--bs-secondary), transparent 70%);
  color: var(--bs-primary);
  display: inline-block; padding: 5px 12px; border-radius: 7px; font-weight: 600; font-size: .75rem; margin-bottom: 10px;
}
.hero__v6 .hero-title{ font-size: 48px; line-height: 1.1; }
@media (max-width:1199.98px){ .hero__v6 .hero-title{ font-size: 40px; } }
@media (max-width: 991.98px){ .hero__v6 .hero-title{ font-size: 30px; } }
.hero__v6 .logos .logos-title{
  font-size: 12px; letter-spacing: 1px; color: color-mix(in srgb, var(--bs-primary), transparent 10%);
}
.hero__v6 .logos img{ width: 140px; }
.hero__v6 .hero-img{ position: relative; }
.hero__v6 .hero-img .img-main{ position: relative; z-index: 1; }
.hero__v6 .hero-img .img-card{
  position: absolute; z-index: 2; max-width: 180px; bottom: -20px; left: -30px;
  border-radius: 20px; box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), .1);
}
@media (max-width: 991.98px){ .hero__v6 .hero-img .img-card{ left: 10px; max-width: 180px; } }
@media (max-width: 575.98px){ .hero__v6 .hero-img .img-card{ left: 10px; max-width: 120px; } }

/* Hero extras container */ 
.rb-hero-extras {
  background: rgba(251, 247, 241, 0.75);
  border: 1px solid rgba(191, 161, 74, 0.2);
  padding: 1rem 1.25rem;
  border-radius: 12px;
}

.rb-hero-trust-item {
  background: rgba(251, 247, 241, 0.6);
  border: 1px solid rgba(191, 161, 74, 0.15);
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  backdrop-filter: blur(2px);
}

.rb-hero-logos-box {
  background: rgba(251, 247, 241, 0.6);
  border: 1px solid rgba(191, 161, 74, 0.15);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  backdrop-filter: blur(2px);
  display: inline-block;
}

/* =========================
   6) FEATURES V2
   ========================= */
.features__v2 .icon{
  width: 60px; height: 60px; line-height: 60px; border-radius: 50%; background-color: var(--bs-secondary); color: var(--bs-primary);
}
.features__v2 .content{ background-color: rgba(var(--bs-secondary-rgb), .2); }
.features__v2 .btn-play i{
  width: 30px; height: 30px; line-height: 30px; border-radius: 50%; background-color: var(--bs-white); color: var(--bs-primary);
}

/* =========================
   7) ABOUT V4
   ========================= */
.about__v4 .subtitle{
  background-color: rgba(var(--bs-secondary-rgb), .2); color: var(--bs-primary);
  display: inline-block; padding: 5px 12px; border-radius: 7px; font-weight: 600; font-size: .75rem; margin-bottom: 10px;
}
.about__v4 .features li .icon{
  display:inline-block; width:20px; height:20px; line-height:20px; background-color: var(--bs-primary); color: var(--bs-white);
}
.about__v4 .mission-statement{ background-color: var(--bs-primary); position: relative; bottom: -20px; width: 100%; }
.about__v4 .mission-statement h3{ font-size: 10px; color: var(--bs-secondary); }
.about__v4 .mission-statement p{ color: var(--bs-white); }
.about__v4 .mission-icon{ width:50px; height:50px; flex:0 0 50px; line-height:50px; display:inline-block; background-color: rgba(var(--bs-secondary-rgb), .1); }
.about__v4 .mission-icon i{ color: var(--bs-secondary); }

/* =========================
   8) PRICING V2 (if used)
   ========================= */
.pricing__v2 .subtitle{
  background-color: rgba(var(--bs-secondary-rgb), .2); color: var(--bs-primary);
  display: inline-block; padding: 5px 12px; border-radius: 7px; font-weight: 600; font-size: .75rem; margin-bottom: 10px;
}
.pricing__v2 .price-table{ border: 1px solid rgba(73,75,91,.2); }
.pricing__v2 .price-table .price{ color: var(--bs-heading-color); }
.pricing__v2 .price-table .price strong{ font-size: 40px; }
.pricing__v2 .price-table .icon{
  flex: 0 0 20px; width: 20px; height: 20px; line-height: 20px; text-align: center; border: 1px solid rgba(255,255,255,.2);
}
.pricing__v2 .popular{ background-color: var(--bs-primary); color: var(--bs-white); }
.pricing__v2 .popular .price{ color: var(--bs-secondary); }
.pricing__v2 .popular h3, .pricing__v2 .popular p{ color: var(--bs-white); }
.pricing__v2 .popular .pricing-features h4{ font-size: 12px; color: var(--bs-secondary); }

/* =========================
   9) HOW IT WORKS V1
   ========================= */
.howitworks__v1 .subtitle{
  background-color: rgba(var(--bs-secondary-rgb), .2); color: var(--bs-primary);
  display: inline-block; padding: 5px 12px; border-radius: 7px; font-weight: 600; font-size: .75rem; margin-bottom: 10px;
}
.howitworks__v1 .step-card{ position: relative; }
.howitworks__v1 .step-card .step-number{
  width: 60px; height: 60px; line-height: 60px; display:inline-block; color: var(--bs-secondary); background-color: var(--bs-primary); font-size: 18px;
}
.howitworks__v1 .arch-line{ position: absolute; top: 15px; width: 150px; left: calc(100% + 24px); transform: translateX(-50%); }
@media (max-width:991.98px){ .howitworks__v1 .arch-line{ display: none; } }
.howitworks__v1 .arch-line.reverse{ top: 20px; }

/* =========================
   10) SERVICES V3 (cards)
   ========================= */
.services__v3 .subtitle{
  background-color: rgba(var(--bs-secondary-rgb), .2); color: var(--bs-primary);
  display: inline-block; padding: 5px 12px; border-radius: 7px; font-weight: 600; font-size: .75rem; margin-bottom: 10px;
}
.services__v3 .icon{ display: inline-block; position: relative; color: var(--bs-primary) !important; }
.services__v3 .icon::before{
  content:""; position: absolute; z-index:-1; width: 40px; height: 40px; right: -10px; bottom: 0; border-radius: 50%;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}
.services__v3 .icon svg{ width: 50px; }
.services__v3 .service-card{ border: 1px solid rgba(73,75,91,.2); }

/* =========================
   11) FAQ V2
   ========================= */
.faq__v2{ background-color: rgba(148, 106, 6, 0.02); }
.faq__v2 .subtitle{
  background-color: rgba(var(--bs-secondary-rgb), .2); color: var(--bs-primary);
  display: inline-block; padding: 5px 12px; border-radius: 7px; font-weight: 600; font-size: .75rem; margin-bottom: 10px;
}

.faq__v2 .custom-accordion{
  --bs-accordion-bg: var(--rb-card, #fff);
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-border-color: rgba(181, 113, 12, 0.08);
  --bs-accordion-border-radius: 16px;
  --bs-accordion-inner-border-radius: 16px;
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-body-padding-x: 1.5rem;
  --bs-accordion-body-padding-y: 1.25rem;
}

.faq__v2 .custom-accordion .accordion-button{
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .01em;
  color: var(--rb-ink);
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed) {
  color: var(--rb-gold, #a06b09);
  background-color: rgba(191, 161, 74, .06);
  box-shadow: inset 0 -1px 0 var(--bs-accordion-border-color);
}
.faq__v2 .custom-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(191, 161, 74, .35);
}
.faq__v2 .custom-accordion .accordion-button::after{
  content: "\f282"; /* chevron-down */
  font-family: "bootstrap-icons" !important;
  font-weight: 900 !important;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .3s ease;
  color: var(--rb-gold);
  font-size: 1.1rem;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after{ transform: translateY(-50%) rotate(-180deg); }

.faq__v2 .custom-accordion .accordion-item{
  margin-bottom: 1rem;
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.faq__v2 .custom-accordion .accordion-item:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(212,175,55,.12); }
.faq__v2 .custom-accordion .accordion-body { color: var(--rb-muted); line-height: 1.6; }

/* =========================
   12) STATS V3
   ========================= */
.stats__v3 .content{
  padding: 70px 0; background-color: var(--bs-primary); color: var(--bs-white); overflow: hidden; position: relative;
}
.stats__v3 .content h3{ color: var(--bs-secondary); }
.stats__v3 .content .rounded-borders{ position: absolute; bottom: 0; right: 0; width: 500px; height: 500px; }
.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3{
  border: 1px solid var(--bs-secondary); width: 500px; height: 500px; border-radius: 50%; position: absolute;
}
.stats__v3 .content .rounded-borders .rounded-border-1{ right: 20px; top: 20px; }
.stats__v3 .content .rounded-borders .rounded-border-2{ right: 40px; top: 40px; }

/* =========================
   13) TESTIMONIALS V2
   ========================= */
.section.testimonials__v2 {
  padding-bottom: 2rem;
}

.testimonials__v2 .subtitle{
  background-color: rgba(var(--bs-secondary-rgb), .2); color: var(--bs-primary);
  display: inline-block; padding: 5px 12px; border-radius: 7px; font-weight: 600; font-size: .75rem; margin-bottom: 10px;
}

/* Testimonials V2 - Elegant Redesign */
/* Fresh testimonials redesign */
.testimonials__v2 {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,250,244,0.95));
  padding: 48px 0;
}

.testimonials__v2 .container { max-width: 1100px; }

.testimonials__v2 .subtitle{ color: var(--rb-gold); font-weight:700; letter-spacing:.14em; }

.testimonials__v2 h2{ font-size: clamp(1.6rem, 3.6vw, 2.2rem); margin-bottom:.45rem; }
.testimonials__v2 p{ color:var(--rb-muted); margin-bottom:1rem }

.rb-testimonials-swiper-wrapper{ padding-top: 1rem; }
.rb-testimonials-swiper{ padding: 1.25rem 0 2.25rem; }
.rb-testimonials-swiper .swiper-wrapper{ align-items: stretch; }

.rb-tcard{ background: linear-gradient(180deg,#fff,#fffaf6); border-radius:16px; padding:1.25rem; box-shadow:0 12px 30px rgba(0,0,0,.06); display:flex; flex-direction:column; gap:.75rem; min-height:220px; }
.rb-tcard--alt{ max-width:760px; margin-inline:auto; }
.rb-tcard__header{ display:flex; align-items:center; gap:.75rem; justify-content:center; flex-direction:column }
.rb-tcard__avatar{ width:72px; height:72px; object-fit:cover; border-radius:999px; border:3px solid rgba(191,161,74,.12); box-shadow:0 6px 18px rgba(0,0,0,.06); }
.rb-stars{ color:var(--rb-gold); font-size:1.1rem; margin-top:.25rem }

.rb-quote{ font-size:clamp(1rem,2.2vw,1.12rem); line-height:1.6; color:var(--rb-ink); text-align:center; margin:0.25rem 0 0.5rem; padding:0 .75rem }
.rb-quote::before{ display:none }

.rb-client{ text-align:center; margin-top:auto; border-top:1px solid rgba(0,0,0,.04); padding-top:.6rem }
.rb-client strong{ display:block; font-weight:700 }
.rb-client small{ color:var(--rb-muted); font-size:.9rem }

/* Swiper controls */
.testimonials__v2 .swiper-pagination{ bottom: -1.5rem !important }
.testimonials__v2 .swiper-pagination-bullet{ width:10px; height:10px; background:rgba(160,107,9,.28) }
.testimonials__v2 .swiper-pagination-bullet-active{ width:26px; background:var(--rb-gold); border-radius:999px }
.testimonials__v2 .swiper-button-next, .testimonials__v2 .swiper-button-prev{ color:var(--rb-gold); background:rgba(160,107,9,.06); width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center }

@media (max-width:767.98px){
  .testimonials__v2{ padding:28px 0 }
  .rb-testimonials-swiper{ padding-bottom:1.5rem }
  .rb-tcard__avatar{ width:60px; height:60px }
}
/* =========================
   14) CONTACT V2
   ========================= */
#rb-contact-form .form-control, #rb-contact-form .form-select { border-width: 2px; }
#rb-contact-form .form-control:focus, #rb-contact-form .form-select:focus { box-shadow: none; }
#rb-form-alert { border-width: 2px; }
/* Better focus visibility */
#rb-contact-form :focus-visible { outline: 3px solid rgba(219, 168, 16, 0.45); outline-offset: 2px; }

/* =========================
   15) FOOTER
   ========================= */
.footer {
  background-color: rgba(65, 4, 4, 0.02);
  font-size: 15px;
}
.footer h2,.footer h3,.footer h4{ font-size: 16px; }
.footer ul li{ margin: 0 0 10px 0; padding: 0; }
.footer a{ color: rgba(73,75,91,.6); text-decoration: none; }
.footer a:hover{ color: #494B5B; }
.footer a .badge{ transition: .3s all ease; background-color: rgba(var(--bs-primary-rgb), .1); color: var(--bs-primary); }
.footer a:hover .badge{ background-color: rgba(var(--bs-primary-rgb), 1); color: var(--bs-white); }
.footer .quick-contact i{ color: #494B5B; }
.footer .credits{ font-size: 13.5px; }

/* =========================
   16) BACK TO TOP (single source)
   ========================= */
#back-to-top{
  position: fixed;
  right: var(--rb-fab-right) !important;
  bottom: calc(var(--rb-fab-bottom) + var(--rb-fab-size) * 2 + var(--rb-fab-gap) + 16px) !important;
  visibility: hidden; opacity: 0; z-index: 1080;
  width: 40px; height: 40px; border-radius: 50%;
  background-color: var(--bs-primary); color: #fff; border: none;
  padding: 10px; cursor: pointer; box-shadow: 0 4px 8px rgba(0,0,0,.1);
  transition: all .3s ease-in-out;
}
#back-to-top i{ font-size: 24px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#back-to-top.show{ opacity: 1; visibility: visible; }
@media (max-width: 575.98px){
  #back-to-top{
    right: 16px !important;
    bottom: calc(var(--rb-mobile-dock-h) + 12px + env(safe-area-inset-bottom)) !important;
  }
}

/* =========================
   17) RB ABOUT COLLAGE
   ========================= */
.rb-about-collage{
  background: var(--bg); padding: clamp(48px, 7vw, 110px) 0; color: var(--ink);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.rb-about-collage .rb-container{
  width: min(1200px, 92vw); margin-inline: auto; display: grid; gap: clamp(18px, 4vw, 48px);
  grid-template-columns: 1fr; align-items: start;
}
@media (min-width:980px){ .rb-about-collage .rb-container{ grid-template-columns: 1.05fr 1fr; } }

.rb-media{ display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.shot{
  position: relative; margin: 0; border-radius: 16px; overflow: hidden; background: #eee;
  border: 1px solid var(--ring); box-shadow: var(--shadow); aspect-ratio: 1/1;
}
.shot img{ width:100%; height:100%; object-fit: cover; display:block; filter: saturate(1) contrast(1.2); }
.shot::after{
  content:""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(0deg, rgba(255,255,255,.12), rgba(255,255,255,.12)),
    radial-gradient(120% 100% at 0% 100%, rgba(212,175,55,.18), transparent 60%);
  mix-blend-mode: multiply;
}

.rb-copy{ max-width: 62ch; }
.eyebrow{ display: inline-block; font-size: 12px; letter-spacing: .16em; font-weight: 800; color: #8a6a13; margin-bottom: .4rem; }
.title{
  margin: .1rem 0 .8rem; font-weight: 800; letter-spacing: .01em; text-wrap: balance;
  font-size: clamp(26px, 4.6vw, 44px); line-height: 1.1; font-family: "Cinzel", serif;
}
.gold{
  background: linear-gradient(180deg, #D4AF37, #8E6F1A);
  -webkit-background-clip: text;
  background-clip: text; color: transparent;
}
.rb-copy p{ color: var(--muted); line-height: 1.75; margin: .7rem 0; font-size: clamp(15px, 2.2vw, 16.5px); }
.pull{
  color: #1b1b1b; background: #fff; border: 1px solid var(--ring); padding: 14px 16px; border-radius: 14px; box-shadow: var(--shadow); position: relative;
}
.pull::before{
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, #ffeaa6, var(--rb-gold) 60%, #b58a22);
}
@media (max-width:520px){
  .rb-media{ gap: 10px; }
  .shot{ border-radius: 14px; }
}

/* =========================
   18) RB FEATURES (intro + grid)
   ========================= */
.rb-features{
  background: linear-gradient(180deg, #fffdf7, #fbf7ea);
  padding: clamp(40px, 6vw, 84px) 0;
  color: var(--rb-text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.rb-features .rb-container{ width: min(1200px, 92vw); margin-inline: auto; display: grid; gap: 32px; }
.rb-intro{
  background: linear-gradient(180deg, rgba(212,175,55,.10), rgba(212,175,55,.04));
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 24px;
  padding: clamp(20px, 4.5vw, 40px);
  box-shadow: 0 10px 30px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.4);
  backdrop-filter: saturate(120%) blur(4px);
}
.rb-intro h2{
  font-family: "Cinzel", serif; font-weight: 700; letter-spacing: .01em; margin: 0 0 12px;
  font-size: clamp(26px, 3.5vw, 40px);
}
.rb-intro p{ margin: 0 0 18px; color: #3b3b3b; line-height: 1.6; }
.rb-play{
  display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(180deg, #fff, #f7f3e5);
  border: 1px solid rgba(212,175,55,.55); color: #222; text-decoration: none; font-weight: 800; border-radius: 999px; padding: 10px 16px;
  box-shadow: 0 10px 24px rgba(212,175,55,.18), inset 0 1px 0 rgba(255,255,255,.75);
}
.rb-play__icon{
  display: grid; place-items: center; width: 28px; height: 28px; border-radius: 999px;
  background: conic-gradient(from 120deg, #ffeaa6, var(--rb-gold) 60%, #b58a22); color: #321c00; box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.rb-play:focus-visible{ outline: 3px solid var(--rb-focus); outline-offset: 3px; }

.rb-grid{
  --min: 240px; list-style: none; margin: 0; padding: 0; display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
}
.rb-card{
  position: relative; background: var(--rb-card); border-radius: 20px; padding: 20px 18px 22px;
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 14px 32px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.rb-card::before{
  content: ""; position: absolute; inset: -1px; border-radius: 22px; padding: 1px;
  background: linear-gradient(180deg, #ffeaa6 0%, var(--rb-gold) 50%, #b58a22 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.rb-card:hover{ transform: translateY(-3px); box-shadow: 0 18px 40px rgba(212,175,55,.18); }
.rb-card__icon{
  width: 44px; height: 44px; border-radius: 12px; margin-bottom: 12px; display: grid; place-items: center; color: #3a2a00;
  background: linear-gradient(180deg, #fff7dc, #ffeaa6 40%, var(--rb-gold)); box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.rb-card h3{ margin: 0 0 8px; font-weight: 800; font-size: clamp(16px, 2.6vw, 18px); letter-spacing: .01em; }
.rb-card p{ margin: 0; color: var(--rb-muted); line-height: 1.6; font-size: 15px; }

@media (min-width:980px){
  .rb-features .rb-container{ grid-template-columns: 1fr 1.2fr; align-items: stretch; }
  .rb-intro{ margin-right: 12px; }
}
@media (prefers-reduced-motion:no-preference){ .rb-card{ will-change: transform; } }

/* ===== RB Themed Segments (No Images) ===== */
:root{ --rb-gold-1:#f5e6a7; --rb-gold-2:#e6d27a; --rb-gold-3:#c6a645; --rb-gold-4:#9a7b24; --rb-ivory:#f9f7f2; }
:root[data-bs-theme="dark"]{ --rb-ivory:#0f1012; }

.rb-segments{ margin-top:1rem; }
.rb-seg-card{
  position:relative; display:block; border-radius:16px; isolation:isolate; text-decoration:none; color:inherit; min-height:100%;
  background:
    radial-gradient(120% 140% at 10% 0%, rgba(255,255,255,.7), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.04)),
    var(--rb-ivory);
  box-shadow: 0 6px 28px rgba(0,0,0,.08);
  transition: transform .28s ease, box-shadow .28s ease;
  border:1px solid rgba(198,166,69,.30);
}
:root[data-bs-theme="dark"] .rb-seg-card{
  background:
    radial-gradient(120% 140% at 10% 0%, rgba(255,255,255,.05), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
    var(--rb-ivory);
  box-shadow: 0 10px 30px rgba(0,0,0,.45);
  border-color: rgba(198,166,69,.45);
}
.rb-seg-card::before{
  content:""; position:absolute; inset:0; border-radius:16px; z-index:-1; padding:1px;
  background: conic-gradient(from 30deg, var(--rb-gold-1), var(--rb-gold-2), var(--rb-gold-3), var(--rb-gold-4), var(--rb-gold-2), var(--rb-gold-1));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.rb-seg-card:hover{ transform: translateY(-4px); box-shadow: 0 14px 42px rgba(0,0,0,.12); }
@media (prefers-reduced-motion:no-preference){ .rb-seg-card:hover::before{ animation: rbFoil 2.2s linear infinite; } @keyframes rbFoil{ to{ transform: rotate(1turn); } } }

.rb-seg-inner{ padding:1rem 1rem 1.05rem; display:flex; flex-direction:column; min-height:100%; }
.rb-seg-kicker{
  font-family: 'Plus Jakarta Sans', Inter, system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em;
  color: color-mix(in oklab, var(--rb-gold-3) 55%, var(--rb-ink)); opacity:.95;
}
.rb-seg-title{
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight:800; line-height:1.12; font-size:1.12rem; margin:.2rem 0 .15rem; color: var(--rb-ink);
}
.rb-seg-desc{ margin:0 0 .6rem; font-size:.96rem; opacity:.9; }
.rb-seg-cta{
  margin-top:auto; align-self:flex-start; display:inline-flex; align-items:center; gap:.4rem;
  font-weight:800; font-size:.92rem; padding:.42rem .72rem; border-radius:999px;
  border:2px solid var(--rb-gold-3); color: var(--rb-gold-4); background: transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.rb-seg-card:hover .rb-seg-cta{ background: var(--rb-gold-3); color:#fff; border-color:var(--rb-gold-3); }
.rb-seg-card:focus-visible{ outline: 3px solid rgba(191,161,74,.55); outline-offset:3px; }

@media (max-width:575.98px){
  .rb-seg-inner{ padding:.9rem .9rem 1rem; }
  .rb-seg-title{ font-size:1.05rem; }
  .rb-seg-desc{ font-size:.92rem; }
}

@media (prefers-reduced-motion: reduce){
  .segment-card, .segment-media img { transition: none !important; transform: none !important; }
}

/* =========================
   19) EVENTS V1
   ========================= */
.events__v1 .event-card{
  background: #fffdf7; border: 1px solid #f3e7c9; box-shadow: 0 8px 32px rgba(212,175,55,.08);
  transition: box-shadow .2s, transform .2s;
}
.events__v1 .event-card:hover{ box-shadow: 0 16px 40px rgba(212,175,55,.16); transform: translateY(-4px) scale(1.01); }
.events__v1 .event-card h3{ color: #6D0F1C; font-family: "Cinzel", serif; font-weight: 700; }
.events__v1 .event-card ul{ padding-left: 0; }
.events__v1 .btn-primary{ background: linear-gradient(90deg, #D4AF37 60%, #6D0F1C 100%); border: none; font-weight: 700; letter-spacing: .02em; }

/* =========================
   20) SVC SECTION (services grid)
   ========================= */
.svc{
  background: var(--rb-bg); padding: clamp(40px, 6vw, 90px) 0; color: var(--rb-ink);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.svc__wrap{ width: min(1200px, 92vw); margin-inline: auto; }
.svc__head{ text-align: center; margin-bottom: clamp(20px, 4vw, 36px); }
.svc__kicker{ display: block; color: #999; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
.svc__head h2{
  margin: .3rem 0 0; font-weight: 800; font-size: clamp(24px, 4.2vw, 36px); letter-spacing: .01em;
}
.svc__head h2 span{
  color: var(--rb-gold-ink);
  background: linear-gradient(180deg, #fff7d8, var(--rb-gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.svc__head h2 em{ font-style: normal; color: #111; }
.svc__sub{ margin: .6rem auto 0; max-width: 52ch; color: var(--rb-muted); font-size: 14.5px; }

.svc__grid{
  list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; grid-template-columns: 1fr;
}
@media (min-width:700px){  .svc__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width:1100px){ .svc__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.svc__card{
  background: var(--rb-paper); border-radius: 16px; padding: 18px; box-shadow: var(--shadow); border: 1px solid var(--ring);
  display: flex; flex-direction: column; gap: 10px; min-height: 180px; position: relative; isolation: isolate;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.svc__card::before{
  content:""; position: absolute; right: 14px; top: 14px; width: 48px; height: 48px; opacity: .18; z-index: -1;
  background: radial-gradient(var(--rb-gold) 2px, transparent 3px) 0 0/10px 10px; filter: saturate(1.2) brightness(1.05);
}
.svc__card:hover{ transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,.12); border-color: rgba(0,0,0,.12); }

.svc__icon{
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: #fff7d8; color: var(--rb-gold-ink);
  border: 1px solid rgba(212,175,55,.45); box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.svc__icon svg{ width: 24px; height: 24px; }
.svc__title {
  margin: 6px 0 0;
  font-family: "Satisfy", cursive;
  font-weight: 600;
  font-size: 1.5rem;
}
.svc__desc{ margin: 4px 0 10px; color: var(--rb-muted); font-size: 14.5px; line-height: 1.6; }

.svc__link{
  margin-top: auto; align-self: flex-start; display: inline-flex; gap: 8px; align-items: center; text-decoration: none; font-weight: 800; font-size: 14px; color: #1b1b1b;
  background: linear-gradient(180deg, #fff, #f7f3e5); padding: 8px 10px; border-radius: 10px; border: 1px solid rgba(212,175,55,.35);
  box-shadow: 0 8px 18px rgba(212,175,55,.14), inset 0 1px 0 rgba(255,255,255,.75);
}
.svc__link:focus-visible{ outline: 3px solid #9ad0ff; outline-offset: 3px; }

/* =========================
   20.A) SVC V2 (Services Page)
   ========================= */
.service-card-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 4vw, 1.75rem);
  border-radius: 20px;
  background: var(--rb-paper);
  color: var(--rb-ink);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 14px 32px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card-v2::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 22px;
  padding: 1px;
  background: conic-gradient(from 30deg at 50% 50%, #f5e6a7, #e6d27a, #c6a645, #9a7b24, #c6a645, #e6d27a, #f5e6a7);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: .8;
  transition: opacity .2s ease;
}
.service-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(198, 166, 69, .18);
}
.service-card-v2:hover::before { opacity: 1; }
.service-card-v2__icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  margin-bottom: 1rem;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: #3a2a00;
  background: linear-gradient(180deg, #fff7dc, #ffeaa6 40%, var(--rb-gold));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.service-card-v2__title {
  font-family: "Satisfy", cursive;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 .5rem;
}
.service-card-v2__desc { color: var(--rb-mute); line-height: 1.6; font-size: .95rem; margin-bottom: 1rem; }
.service-card-v2__cta {
  margin-top: auto;
  font-weight: 700;
  color: var(--rb-ink);
}
/* =========================
   21) FLOATING CONTACT (FAB + PHONE DOCK)
   ========================= */

/* Hide the legacy bottom action bar if still present */
.rb-mobile-actionbar{ display: none !important; }

/* Desktop/Tablet floating stack */
.rb-fab{
  position: fixed;
  right: var(--rb-fab-right);
  bottom: var(--rb-fab-bottom);
  display: grid;
  gap: var(--rb-fab-gap);
  z-index: 1085;
}
.rb-fab-btn{
  width: var(--rb-fab-size);
  height: var(--rb-fab-size);
  border-radius: 999px;
  display: grid; place-items: center;
  text-decoration: none; font-size: 1.25rem;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 10px 30px rgba(0,0,0,.18), 0 1px 0 rgba(255,255,255,.4) inset;
  transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease;
}
.rb-fab-btn:focus-visible{ outline: 3px solid rgba(78, 5, 5, 0.45); outline-offset: 2px; }
@media (hover:hover){ .rb-fab-btn:hover{ transform: translateY(-2px); } }

/* Brand styles */
.rb-fab-whatsapp{ background: #25D366; color: #0a0a0a; }
.rb-fab-call{ background: #111418; color: #fff; }

/* Phones: bottom dock */
#rb-mobile-dock{ display: none; }
@media (max-width: 575.98px){
  .rb-fab{ display: none; }
  #rb-mobile-dock{
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 1085;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    padding: 8px clamp(10px, 3vw, 16px) calc(8px + env(safe-area-inset-bottom));
    background: rgba(17,20,24,.82); backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,.12);
  }
  #rb-mobile-dock .dock-btn{
    display: flex; align-items: center; justify-content: center; gap: 8px;
    border-radius: 999px; padding: .7rem 1rem; font-weight: 700; text-decoration: none; line-height: 1;
  }
  #rb-mobile-dock .dock-btn.call{ background: #111418; color: #fff; border: 1px solid rgba(255,255,255,.14); }
  #rb-mobile-dock .dock-btn.whatsapp{ background: #25D366; color: #0a0a0a; border: 1px solid rgba(0,0,0,.06); }
}

/* Height-constrained phones */
@media (max-height: 640px) and (max-width: 575.98px){
  :root{ --rb-mobile-dock-h: 60px; }
  #rb-mobile-dock .dock-btn{ padding: .6rem .9rem; font-weight: 600; }
}

.rb-tall { grid-row: span 2; }   /* row span */
.rb-wide { grid-column: span 2; }

/* Glassmorphism Panel for Heritage Section */
.glass-panel {
  background: rgba(138, 85, 5, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(96, 67, 7, 0.15);
  box-shadow: 0 8px 32px 0 rgba(69, 3, 3, 0.15);
}

/* Styles for the Heritage Section on About Page */
.heritage-title {
  font-family: 'Cinzel', serif;
  letter-spacing: 1px;
  color: #f2d690; /* Example: Changed to a deep maroon. You can use any color code here. */
}

.heritage-lead {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #f5f5f5;
}

.heritage-btn {
  border: 2px solid #BFA14A !important; /* Use !important to override Bootstrap's default border */
  color: #fff !important;
}

.heritage-btn:hover {
  background-color: #BFA14A !important;
  color: #fff !important;
}

/* Styles for the Timeline in Heritage Section */
.rb-timeline .dot {
  border: 3px solid #BFA14A;
}

.timeline-year {
  color: #BFA14A;
}

/* =========================
   22) CONTACT V4 (Modern Form)
   ========================= */
.contact__v4 {
  background-color: var(--rb-paper);
  padding-top: 2rem !important

}
.contact__v4 .rb-form-wrap {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(0,0,0,.08);
}
.contact__v4 .form-floating { position: relative; }
.contact__v4 .form-floating .form-control,
.contact__v4 .form-floating .form-select { 
  padding-left: 3rem; 
}
.contact__v4 .form-floating .form-select { background-position: right 1rem center; }
.contact__v4 .form-floating > i {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  opacity: .6;
  z-index: 3; /* Ensure icon is on top of the floating label */
  pointer-events: none;
}
/* Fix for label overlapping icon */
.contact__v4 .form-floating > label {
  padding-left: 3rem;
}

.contact__v4 .rb-details-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(0,0,0,.08);
  overflow: hidden;
}
.contact__v4 .rb-details-header {
  padding: 1.5rem;
  background-color: var(--rb-maroon);
  background-image: radial-gradient(circle at 100% 0, rgba(142, 82, 4, 0.1) 0%, transparent 30%),
                    radial-gradient(circle at 0% 100%, rgba(112, 81, 3, 0.1) 0%, transparent 40%);
}
.contact__v4 .rb-details-header h3 {
  color: #fff;
  font-family: "Cinzel", serif;
}
.contact__v4 .rb-details-body { padding: 1.5rem; }
.contact__v4 .rb-contact-block {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact__v4 .rb-contact-block i {
  font-size: 1.25rem;
  margin-top: .25rem;
  color: var(--rb-gold);
}
.contact__v4 .rb-contact-block a { text-decoration: none; }
.contact__v4 .rb-contact-block a:hover { text-decoration: underline; }
