/* =====================================================================
   DELHI ESCORTS SERVICE — Navy + Rose Premium Theme (2026 Redesign v2)
   Typography: Bebas Neue (display) + Open Sans (body)
   Layout:     Full-width banners + responsive Bootstrap-style grid
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@300;400;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap');

:root {
  /* Palette — Navy + Rose */
  --navy-900: #060f24;
  --navy-800: #0a1838;
  --navy-700: #0d1f4a;
  --navy-600: #142a5c;
  --navy-500: #1e3a7a;
  --rose-600: #c81e63;
  --rose-500: #e6377c;
  --rose-400: #f06292;
  --rose-100: #fce4ec;
  --cream:    #fdf6f0;
  --ivory:    #fffaf6;
  --gray-900: #1a1a2e;
  --gray-700: #3a3a4a;
  --gray-500: #6b7280;
  --gray-300: #d1d5db;
  --gray-100: #f3f4f6;
  --white:    #ffffff;
  --gold:     #d4af37;
  --grad-rose-navy: linear-gradient(135deg, #e6377c 0%, #c81e63 40%, #0d1f4a 100%);
  --grad-navy-rose: linear-gradient(135deg, #060f24 0%, #0d1f4a 50%, #c81e63 130%);
  --shadow-sm: 0 2px 8px rgba(6,15,36,0.08);
  --shadow-md: 0 8px 24px rgba(6,15,36,0.12);
  --shadow-lg: 0 20px 50px rgba(6,15,36,0.18);
  --shadow-rose: 0 12px 30px rgba(200,30,99,0.28);
  --radius:    14px;
  --radius-sm: 8px;
  --transition: 0.35s cubic-bezier(.4,0,.2,1);
}

/* ============== RESET + BASE ============== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
  font-size: 16px;
  background: var(--ivory) !important;
  color: var(--gray-900) !important;
  line-height: 1.75 !important;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', 'Open Sans', sans-serif !important;
  letter-spacing: 0.02em;
  color: var(--navy-700) !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}
h1 { font-size: 2.4rem; letter-spacing: 0.04em; }
h2 { font-size: 1.9rem; letter-spacing: 0.03em; margin: 0 0 0.6em !important; }
h3 { font-size: 1.5rem; margin: 0 0 0.5em !important; }
h4 { font-size: 1.25rem; margin: 0 0 0.5em !important; }
h5 { font-size: 1.1rem; margin: 0 0 0.5em !important; }

p { margin: 0 0 1em !important; }

a { color: var(--rose-600); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--navy-600); text-decoration: underline; }

img { max-width: 100%; height: auto; }

/* ============== BOOTSTRAP 3 GRID OVERRIDES ============== */
.container { max-width: 1200px !important; padding: 0 15px !important; margin: 0 auto !important; }
.container-fluid { max-width: 100% !important; padding: 0 15px !important; margin: 0 auto !important; }
.row { margin: 0 -15px !important; display: flex; flex-wrap: wrap; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding: 0 15px !important;
  width: 100%;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }

@media (min-width: 768px) {
  .col-sm-6 { width: 50% !important; flex: 0 0 50% !important; max-width: 50% !important; }
  .col-sm-4 { width: 33.333% !important; flex: 0 0 33.333% !important; max-width: 33.333% !important; }
  .col-sm-3 { width: 25% !important; flex: 0 0 25% !important; max-width: 25% !important; }
}
@media (min-width: 992px) {
  .col-md-3 { width: 25% !important; flex: 0 0 25% !important; max-width: 25% !important; }
  .col-md-4 { width: 33.333% !important; flex: 0 0 33.333% !important; max-width: 33.333% !important; }
  .col-md-5 { width: 41.667% !important; flex: 0 0 41.667% !important; max-width: 41.667% !important; }
  .col-md-6 { width: 50% !important; flex: 0 0 50% !important; max-width: 50% !important; }
  .col-md-8 { width: 66.667% !important; flex: 0 0 66.667% !important; max-width: 66.667% !important; }
  .col-md-9 { width: 75% !important; flex: 0 0 75% !important; max-width: 75% !important; }
  .col-lg-3 { width: 25% !important; flex: 0 0 25% !important; max-width: 25% !important; }
  .col-lg-4 { width: 33.333% !important; flex: 0 0 33.333% !important; max-width: 33.333% !important; }
  .col-lg-5 { width: 41.667% !important; flex: 0 0 41.667% !important; max-width: 41.667% !important; }
  .col-lg-6 { width: 50% !important; flex: 0 0 50% !important; max-width: 50% !important; }
  .col-lg-8 { width: 66.667% !important; flex: 0 0 66.667% !important; max-width: 66.667% !important; }
  .col-lg-9 { width: 75% !important; flex: 0 0 75% !important; max-width: 75% !important; }
}

.img-responsive { display: block; max-width: 100%; height: auto; }
.img-fluid { max-width: 100%; height: auto; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.hidden { display: none !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 3rem !important; }

.form-group { margin-bottom: 15px; }
.form-group.row { display: flex !important; flex-wrap: nowrap !important; gap: 8px; align-items: stretch; width: 100% !important; margin: 0 !important; padding: 0 !important; }
.form-group.row > .col-md-9,
.form-group.row > .col-xs-10,
.form-group.row > .fgCombo { flex: 1 1 0 !important; width: auto !important; max-width: 100% !important; min-width: 0 !important; }
.form-group.row > .col-md-2,
.form-group.row > .col-xs-2,
.form-group.row > .fgbtn { flex: 0 0 60px !important; width: 60px !important; max-width: 60px !important; min-width: 50px !important; }

/* Hero search box — CRITICAL: force columns to fit inside the box */
.PrlxCatBox {
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100% !important;
}
/* Override Bootstrap .container inside hero — make it full-width of the box, NOT 1200px */
.PrlxCatBox .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 10px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
/* Override the row inside hero — use CSS grid for guaranteed 3-col fit */
.PrlxCatBox .row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
/* Each column must fit within its grid cell — override Bootstrap's float/width */
.PrlxCatBox .row > .col-md-4,
.PrlxCatBox .row > .col-xs-12 {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  grid-column: span 1 !important;
  display: block !important;
}
/* Explicitly position each column to prevent Bootstrap float reordering */
.PrlxCatBox .row > div:nth-child(1) { grid-column: 1 !important; grid-row: 1 !important; }
.PrlxCatBox .row > div:nth-child(2) { grid-column: 2 !important; grid-row: 1 !important; }
.PrlxCatBox .row > div:nth-child(3) { grid-column: 3 !important; grid-row: 1 !important; }
/* On mobile, stack vertically */
@media (max-width: 767px) {
  .PrlxCatBox .row {
    grid-template-columns: 1fr !important;
  }
  .PrlxCatBox .row > div:nth-child(n) {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* ============== UNIFIED HEADER ============== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy-800);
  box-shadow: 0 6px 20px rgba(6,15,36,0.35);
}
.header-top {
  background: linear-gradient(90deg, var(--navy-900) 0%, var(--navy-800) 100%);
  border-bottom: 1px solid rgba(230,55,124,0.2);
}
.header-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 15px !important;
  gap: 14px;
  min-height: 70px;
  box-sizing: border-box !important;
}
.brand-logo {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #fff !important;
  line-height: 1;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px;
}
.brand-logo:hover { text-decoration: none !important; color: #fff !important; }
.brand-logo .brand-mark {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--grad-rose-navy);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 20px;
  border: 2px solid var(--rose-400);
  box-shadow: 0 0 18px rgba(230,55,124,0.55);
  flex-shrink: 0;
}
.brand-logo .brand-text { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-logo .brand-text .b-main { font-size: 26px; color: #fff; letter-spacing: 0.05em; }
.brand-logo .brand-text .b-sub { font-family: 'Open Sans', sans-serif; font-size: 10px; color: var(--rose-400); letter-spacing: 0.3em; text-transform: uppercase; font-weight: 600; }

.nav-cta-top { display: inline-flex; gap: 10px; align-items: center; }
.nav-cta-top a {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 30px;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
}
.nav-cta-top .nc-call { background: var(--rose-500); color: #fff !important; box-shadow: var(--shadow-rose); }
.nav-cta-top .nc-call:hover { background: var(--rose-600); color: #fff !important; transform: translateY(-1px); text-decoration: none !important; }
.nav-cta-top .nc-wa { background: #25d366; color: #fff !important; }
.nav-cta-top .nc-wa:hover { background: #1da851; color: #fff !important; transform: translateY(-1px); text-decoration: none !important; }

.navbar-toggle {
  display: none;
  background: transparent;
  border: 2px solid var(--rose-500);
  color: #fff;
  width: 42px; height: 42px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.navbar-toggle:hover { background: var(--rose-500); }

.main-nav {
  background: var(--navy-700);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 3px solid var(--rose-500);
}
.navbar-collapse { width: 100%; border: none; box-shadow: none; max-height: none; padding: 0 !important; }
.navbar-collapse.in { display: block !important; }

.nav-1 {
  margin: 0 !important;
  text-align: center;
  width: 100%;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 !important;
}
.nav-1 > li { display: inline-block; float: none; position: relative; margin: 0 !important; }
.nav-1 a {
  color: #fff !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px;
  letter-spacing: 0.08em;
  padding: 13px 18px !important;
  display: block;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  background: transparent !important;
}
.nav-1 > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--rose-500);
  transition: all var(--transition);
  transform: translateX(-50%);
}
.nav-1 > li:hover > a { color: var(--rose-400) !important; background: rgba(230,55,124,0.08) !important; }
.nav-1 > li:hover > a::after,
.nav-1 > li.active > a::after { width: 70%; }

.dropdown { position: relative; }
.dropdown-content {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 260px;
  background: var(--navy-800);
  border: 1px solid rgba(230,55,124,0.4);
  border-radius: var(--radius-sm);
  z-index: 1000;
  box-shadow: var(--shadow-lg);
  padding: 6px 0;
  text-align: left;
  list-style: none;
}
.dropdown:hover .dropdown-content { display: block; animation: fadeIn 0.25s; }
.dropdown-content li { display: block; margin: 0 !important; }
.dropdown-content a {
  color: #fff !important;
  padding: 10px 20px !important;
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: all var(--transition);
}
.dropdown-content li:last-child a { border-bottom: none; }
.dropdown-content a:hover {
  background: var(--rose-500);
  color: #fff !important;
  padding-left: 26px !important;
  text-decoration: none !important;
}
.caret { margin-left: 4px; font-size: 10px; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(8px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Mobile Navbar */
@media (max-width: 767px) {
  .header-row { padding: 10px 15px !important; min-height: 60px; }
  .navbar-toggle { display: inline-flex; }
  .nav-cta-top { display: none; }
  .brand-logo .brand-text .b-main { font-size: 22px; }
  .brand-logo .brand-mark { width: 36px; height: 36px; font-size: 18px; }
  .navbar-collapse {
    background: var(--navy-900);
    border-top: 1px solid rgba(230,55,124,0.3);
    padding: 8px 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    display: block;
  }
  .navbar-collapse.in { max-height: 1500px; }
  .nav-1 { display: block !important; background: transparent; border: none; }
  .nav-1 > li { display: block; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav-1 > li > a { padding: 12px 20px !important; }
  .nav-1 > li > a::after { display: none; }
  .dropdown-content {
    position: static;
    transform: none;
    box-shadow: none;
    background: rgba(0,0,0,0.25);
    border: none;
    border-radius: 0;
    min-width: 100%;
    padding: 0;
    display: none;
  }
  .dropdown.open > .dropdown-content { display: block; }
  .dropdown-content a { padding-left: 36px !important; font-size: 13px; }
}

/* Click / touch dropdown support */
.dropdown.open > .dropdown-content { display: block; animation: fadeIn 0.25s; }


/* Compact hero for inner pages (no search box) */
.PayalHomeCombo-compact { padding: 40px 0 !important; }
.PayalHomeCombo-compact .PrlxBoxTitle { font-size: 2.8rem !important; margin-bottom: 12px !important; }
.PayalHomeCombo-compact .PrlxBoxLayer > p { font-size: 16px !important; margin-bottom: 12px !important; }
.PayalHomeCombo-compact .PrlxBoxSubTitle { font-size: 18px !important; margin-bottom: 20px !important; }
@media (max-width: 767px) {
  .PayalHomeCombo-compact { padding: 30px 0 !important; }
  .PayalHomeCombo-compact .PrlxBoxTitle { font-size: 1.8rem !important; }
}

/* ============== BREADCRUMBS ============== */
.breadcrumbs {
  background: var(--navy-700);
  padding: 10px 0;
  border-bottom: 1px solid rgba(230,55,124,0.2);
}
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; margin: 0; padding: 0; font-size: 13px; }
.breadcrumbs li { display: inline-flex; align-items: center; color: rgba(255,255,255,0.7); }
.breadcrumbs li::after { content: '/'; margin: 0 10px; color: var(--rose-400); font-weight: 600; }
.breadcrumbs li:last-child::after { display: none; }
.breadcrumbs li:last-child { color: var(--rose-400); }
.breadcrumbs a { color: #fff; text-decoration: none; }
.breadcrumbs a:hover { color: var(--rose-400); }

/* ============== HERO ============== */
.PayalHomeCombo {
  background:
    linear-gradient(rgba(6,15,36,0.78), rgba(13,31,74,0.72) 50%, rgba(200,30,99,0.6)),
    radial-gradient(ellipse at 30% 20%, rgba(230,55,124,0.35), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(20,42,92,0.6), transparent 60%),
    var(--navy-900) !important;
  color: #fff !important;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid var(--rose-500);
  margin: 0 !important;
}
.PayalHomeCombo::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(230,55,124,0.18), transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(30,58,122,0.4), transparent 40%);
  pointer-events: none;
}
.PayalHomeCombo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, var(--ivory), transparent);
  pointer-events: none;
}

.PrlxBoxLayer {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.PrlxBoxTitle {
  font-family: 'Bebas Neue', sans-serif !important;
  color: #fff !important;
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  line-height: 1.05;
  margin: 0 0 18px !important;
  text-shadow: 0 4px 30px rgba(0,0,0,0.5);
}
.PrlxBoxTitle span { color: var(--rose-400); }

.PrlxBoxLayer > p {
  font-size: 17px;
  color: rgba(255,255,255,0.92) !important;
  max-width: 760px;
  margin: 0 auto 16px !important;
  line-height: 1.7 !important;
}

.PrlxBoxSubTitle {
  display: block;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 22px;
  font-style: italic;
  color: rgba(255,255,255,0.85) !important;
  margin: 0 0 28px !important;
  letter-spacing: 0.02em;
}

.PrlxBoxBtn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 19px;
  letter-spacing: 0.06em;
  padding: 13px 32px;
  border-radius: 50px;
  margin: 0 8px 12px;
  text-decoration: none !important;
  transition: all var(--transition);
  border: 2px solid transparent;
  color: #fff !important;
}
.PrlxBoxBtn i { font-size: 16px; }
.PrlxBoxBtn:first-of-type { background: var(--rose-500); color: #fff !important; box-shadow: var(--shadow-rose); }
.PrlxBoxBtn:first-of-type:hover { background: var(--rose-600); color: #fff !important; transform: translateY(-3px); text-decoration: none !important; box-shadow: 0 16px 38px rgba(200,30,99,0.5); }
.PrlxBoxBtn:last-of-type { background: #25d366; color: #fff !important; box-shadow: 0 12px 30px rgba(37,211,102,0.35); }
.PrlxBoxBtn:last-of-type:hover { background: #1da851; color: #fff !important; transform: translateY(-3px); text-decoration: none !important; }

.PrlxCatBox {
  margin-top: 30px;
  padding: 20px 24px 24px;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(230,55,124,0.35);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.CatSearchTitle {
  font-family: 'Bebas Neue', sans-serif !important;
  color: #fff !important;
  font-size: 1.9rem;
  margin: 0 0 20px !important;
  letter-spacing: 0.04em;
  position: relative;
}
.CatSearchTitle::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: var(--rose-500);
  margin: 10px auto 0;
}
.fgCombo {
  display: block !important;
  width: 100%;
  padding: 13px 18px !important;
  background: rgba(255,255,255,0.95) !important;
  border: 1px solid rgba(230,55,124,0.4) !important;
  border-radius: var(--radius-sm) !important;
  color: var(--navy-700) !important;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer;
  outline: none;
  transition: all var(--transition);
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23e6377c' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 36px !important;
  height: auto !important;
}
.fgCombo:focus { border-color: var(--rose-500); box-shadow: 0 0 0 3px rgba(230,55,124,0.2); }
.fgbtn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 13px 16px !important;
  background: var(--rose-500) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--radius-sm) !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none !important;
  height: auto !important;
}
.fgbtn:hover { background: var(--rose-600) !important; transform: translateY(-1px); }

/* ============== GENERIC SECTIONS ============== */
section { padding: 50px 0; display: block; }
section .container { max-width: 1200px !important; }

/* Generic content sections — col-md-12 wrappers */
section > .container > .row > .col-md-12,
section > .container > .row > .col-md-12.col-sm-12,
section > .container > .row > .col-lg-12 {
  padding: 0 15px !important;
}
section > .container > .row > .col-md-12 h2,
section > .container > .row > .col-lg-12 h2 {
  margin-top: 30px !important;
}
section > .container > .row > .col-md-12 h2:first-child,
section > .container > .row > .col-lg-12 h2:first-child { margin-top: 0 !important; }
section > .container > .row > .col-md-12 p,
section > .container > .row > .col-lg-12 p {
  color: var(--gray-700) !important;
  line-height: 1.85 !important;
  font-size: 15.5px !important;
}
section > .container > .row > .col-md-12 p a,
section > .container > .row > .col-lg-12 p a {
  color: var(--rose-600) !important;
  font-weight: 600;
}

.title {
  font-family: 'Bebas Neue', sans-serif !important;
  color: var(--navy-700) !important;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  margin: 0 0 30px !important;
  position: relative;
  padding-bottom: 14px;
  display: block;
}
.title::after,
section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--rose-500);
  border-radius: 2px;
}
section .title { color: var(--navy-700) !important; }

/* ============== PROFILE CARDS — Team / Members ============== */
.team { background: linear-gradient(180deg, var(--ivory) 0%, var(--cream) 100%); padding: 50px 0; }
.team .title { text-align: center; }
.team .title::after { left: 50%; transform: translateX(-50%); }
.team .row .col-md-12,
.team .row .col-lg-12 { text-align: center; }

/* flex-container is used for: profile cards grid, link grids, category grids */
.flex-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 26px;
  margin-top: 30px;
  padding: 0 !important;
  list-style: none;
  text-align: left;
}

/* Profile cards (.member children of .flex-container) */
.flex-container > .member {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all var(--transition);
  border: 1px solid rgba(230,55,124,0.1);
  position: relative;
}
.flex-container > .member:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--rose-400);
}

/* When .member is wrapped inside <a> (location page pattern) */
.flex-container > a {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
}
.flex-container > a:hover { text-decoration: none !important; color: inherit !important; }
.flex-container > a > .member {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all var(--transition);
  border: 1px solid rgba(230,55,124,0.1);
  position: relative;
  height: 100%;
}
.flex-container > a:hover > .member {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--rose-400);
}
.flex-container > a > .member > img,
.flex-container > a > .member > .img-responsive {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  display: block;
}
.flex-container > a > .member > .member-info,
.flex-container > a > .member .member-info {
  padding: 14px 16px;
  background: #fff;
}
.flex-container > a > .member .member-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: var(--navy-700);
  letter-spacing: 0.04em;
  margin: 0 !important;
  text-align: center;
}
.flex-container > a > .member:hover .member-name { color: var(--rose-600); }

/* When .flex-container has direct <a> link children (category/location link lists) */
.flex-container > a:not(:has(> .member)) {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--rose-500);
  color: var(--navy-700) !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  transition: all var(--transition);
  display: block;
}
.flex-container > a:not(:has(> .member)):hover {
  background: var(--rose-500);
  color: #fff !important;
  transform: translateX(4px);
  text-decoration: none !important;
  border-left-color: var(--navy-700);
}

/* Homepage .member profile cards (with profile-img-wrap) */
.flex-container > .member .profile-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
  background: var(--navy-700);
}
.flex-container > .member .profile-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}
.flex-container > .member:hover .profile-img-wrap img { transform: scale(1.06); }

.verified-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, var(--rose-500), var(--rose-600));
  color: #fff;
  padding: 5px 11px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(200,30,99,0.4);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.verified-badge i { font-size: 12px; }

.member-info { padding: 18px 18px 20px; }
.member-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  color: var(--navy-700);
  letter-spacing: 0.04em;
  margin-bottom: 8px !important;
}
.profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 10px;
  font-size: 12px;
  color: var(--gray-500);
}
.profile-meta span { display: inline-flex; align-items: center; gap: 4px; }
.profile-meta i { color: var(--rose-500); }
.star-rating {
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.profile-desc {
  font-size: 13px;
  color: var(--gray-700) !important;
  line-height: 1.65 !important;
  margin-bottom: 14px !important;
  min-height: 50px;
}
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.service-tag {
  background: var(--rose-100);
  color: var(--rose-600);
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.profile-btns { display: flex; gap: 8px; }
.profile-btns a {
  flex: 1;
  text-align: center;
  padding: 9px 0;
  border-radius: var(--radius-sm);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all var(--transition);
}
.profile-btns .btn-call { background: var(--navy-700); color: #fff !important; }
.profile-btns .btn-call:hover { background: var(--navy-900); color: #fff !important; text-decoration: none !important; }
.profile-btns .btn-wa { background: #25d366; color: #fff !important; }
.profile-btns .btn-wa:hover { background: #1da851; color: #fff !important; text-decoration: none !important; }

/* ============== PORTFOLIO DETAILS (Profile Page) ============== */
.portfolio-details {
  background: var(--ivory);
  padding: 50px 0;
}
.portfolio-details .container {
  max-width: 1200px !important;
}
.portfolio-details .row.gy-4 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px;
  margin: 0 !important;
}
.portfolio-details .row.gy-4 > .col-lg-12 {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
}
.portfolio-details .row.gy-4 > .col-lg-3,
.portfolio-details .row.gy-4 > .col-lg-5,
.portfolio-details .row.gy-4 > .col-lg-4 {
  grid-column: span 1 !important;
  grid-row: 2 !important;
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  min-width: 0 !important;
}
@media (max-width: 991px) {
  .portfolio-details .row.gy-4 {
    grid-template-columns: 1fr !important;
  }
  .portfolio-details .row.gy-4 > .col-lg-12,
  .portfolio-details .row.gy-4 > .col-lg-3,
  .portfolio-details .row.gy-4 > .col-lg-4,
  .portfolio-details .row.gy-4 > .col-lg-5 {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
}

.portfolio-description .title {
  font-size: 2.2rem;
  color: var(--navy-700) !important;
  margin-bottom: 22px !important;
}
.portfolio-description p {
  font-size: 15px;
  color: var(--gray-700) !important;
  line-height: 1.85 !important;
  margin-bottom: 16px !important;
}
.portfolio-description p a {
  color: var(--rose-600) !important;
  font-weight: 600;
}

.portfolio-info {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px 26px;
  box-shadow: var(--shadow-md);
  border-top: 4px solid var(--rose-500);
  height: 100%;
}
.portfolio-info h2 {
  font-size: 1.4rem !important;
  color: var(--navy-700) !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 16px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gray-100);
  position: relative;
}
.portfolio-info h2::after { display: none; }
.portfolio-info h2:not(:first-child) { margin-top: 22px !important; }

/* ✅ FIXED: single rule, same specificity for both th and td */
.portfolio-info table {
  width: 100%;
  border-collapse: collapse;
}
.portfolio-info table th,
.portfolio-info table td {
  padding: 9px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  border-bottom: 1px dashed var(--gray-300);
}
.portfolio-info table th {
  width: 42%;
  color: #fcfdff !important;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.portfolio-info table td {
  color: var(--gray-700) !important;
}
.portfolio-info table td.wh-loc {
  color: var(--rose-600) !important;
  font-weight: 600;
}

.portfolio-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-info ul li {
  padding: 7px 0 7px 22px;
  font-size: 14px;
  position: relative;
  border-bottom: 1px dashed var(--gray-300);
  color: var(--gray-700) !important;
}
.portfolio-info ul li:last-child { border-bottom: none; }
.portfolio-info ul li::before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 4px;
  top: 7px;
  color: var(--rose-500);
  font-weight: 700;
}
.portfolio-info ul li a {
  color: var(--gray-700) !important;
  text-decoration: none;
}
.portfolio-info ul li a:hover {
  color: var(--rose-600) !important;
}

.portfolio-info img,
.col-lg-3 img,
.portfolio-details img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 4px solid #fff;
}   
/* ============== CATEGORY SECTION (homepage) ============== */
.category { background: var(--ivory); padding: 50px 0; }
.category .title { text-align: center; }
.category .title::after { left: 50%; transform: translateX(-50%); }
.category .col-lg-12 { text-align: center; }
.category .flex-container {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.category .flex-container > a {
  background: linear-gradient(135deg, var(--navy-700), var(--navy-600));
  color: #fff !important;
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  text-decoration: none !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  border-left: 4px solid var(--rose-500);
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}
.category .flex-container > a:hover {
  background: var(--rose-500);
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: var(--shadow-rose);
  text-decoration: none !important;
}

/* ============== LOCATION SECTION (homepage link grid) ============== */
section.location { background: var(--cream); padding: 50px 0; }
section.location .title { text-align: center; }
section.location .title::after { left: 50%; transform: translateX(-50%); }
section.location .col-md-12 { text-align: center; }
section.location .flex-container {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 30px;
}
section.location .flex-container > a {
  background: #fff;
  color: var(--navy-700) !important;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  display: block;
  border-left: 3px solid var(--rose-500);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}
section.location .flex-container > a:hover {
  background: var(--rose-500);
  color: #fff !important;
  transform: translateX(4px);
  text-decoration: none !important;
  border-left-color: var(--navy-700);
}

/* ============== FAQ SECTION ============== */
.faq-section { background: var(--ivory); padding: 50px 0; }
.faq-section .title { text-align: center; }
.faq-section .title::after { left: 50%; transform: translateX(-50%); }
.faq-section .container { max-width: 900px !important; }

.accordion { margin-top: 30px; }
.card {
  background: #fff;
  border: 1px solid var(--gray-100) !important;
  border-radius: var(--radius-sm) !important;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: none;
}
.card-header {
  background: var(--navy-700) !important;
  color: #fff !important;
  padding: 0 !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}
.card-header h5 { margin: 0 !important; }
.card-header .btn-link,
.card-header button {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 20px !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.card-header .btn-link:hover,
.card-header button:hover {
  color: var(--rose-400) !important;
  text-decoration: none !important;
  background: rgba(230,55,124,0.08) !important;
}
.card-header .btn-link::before,
.card-header button::before {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: var(--rose-400);
  float: right;
}
.card-body {
  padding: 18px 20px !important;
  color: var(--gray-700) !important;
  font-size: 14px;
  line-height: 1.75 !important;
  background: #fff;
}
.collapse { display: none; }
.collapse.show { display: block; }

/* ============== POPULAR CATEGORIES (sex positions grid) ============== */
.popular-categories { background: var(--navy-900); padding: 50px 0; color: #fff; }
.popular-categories h2 {
  color: #fff !important;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 2.2rem !important;
  margin-bottom: 30px !important;
  position: relative;
  padding-bottom: 14px;
}
.popular-categories h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--rose-500);
  border-radius: 2px;
}
.categories-grid { margin-top: 30px; }
.category-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .category-row { grid-template-columns: repeat(2, 1fr); }
}
.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(230,55,124,0.3);
  border-radius: var(--radius);
  padding: 18px;
  text-decoration: none !important;
  color: #fff !important;
  transition: all var(--transition);
}
.category-item:hover {
  background: rgba(230,55,124,0.15);
  border-color: var(--rose-400);
  transform: translateY(-5px);
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: var(--shadow-lg);
}
.icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
  border: 3px solid var(--rose-400);
  box-shadow: 0 0 20px rgba(230,55,124,0.4);
  background: var(--navy-700);
}
.icon-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

/* ============== SERVICES PAGE ============== */
.service-block {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px;
  margin-bottom: 22px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--rose-500);
  transition: all var(--transition);
}
.service-block:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.service-block h3 { color: var(--navy-700) !important; margin-bottom: 10px !important; }
.service-block h3::after { display: none; }
.service-block p { color: var(--gray-700) !important; margin-bottom: 0 !important; }

/* ============== RATES TABLES ============== */
.rates-table,
section table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin: 20px 0;
}
.rates-table th,
.rates-table td,
section table th,
section table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-700) !important;
}
.rates-table th,
section table th {
  background: var(--navy-700);
  color: #fff !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.rates-table tr:hover td,
section table tr:hover td { background: var(--rose-100); }

/* ============== GALLERY ============== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 26px;
}
.gallery-grid a {
  display: block;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  position: relative;
  aspect-ratio: 2/3;
  background: var(--navy-700);
  transition: all var(--transition);
}
.gallery-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-grid a:hover img { transform: scale(1.08); }

/* Gallery on gallery.html — uses .flex-container with image links */
.gallery .flex-container { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.gallery .flex-container > a {
  display: block;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 2/3;
  background: var(--navy-700);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  padding: 0 !important;
  border: none !important;
  text-align: center;
}
.gallery .flex-container > a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  background: var(--navy-700) !important;
  color: inherit !important;
}
.gallery .flex-container > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============== CONTACT ============== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; }
@media (max-width: 767px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-md);
  border-top: 4px solid var(--rose-500);
}
.contact-card h3 { color: var(--navy-700) !important; margin-bottom: 18px !important; }
.contact-card h3::after { display: none; }
.contact-card p { color: var(--gray-700) !important; }
.contact-card a { color: var(--rose-600) !important; font-weight: 600; }
.contact-info-item { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px dashed var(--gray-300); }
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item .ci-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--grad-rose-navy);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 18px; flex-shrink: 0;
}
.contact-info-item .ci-label { font-size: 12px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.06em; }
.contact-info-item .ci-value { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: var(--navy-700) !important; letter-spacing: 0.03em; }

/* ============== CTA STRIP ============== */
.cta-strip { background: var(--grad-navy-rose); padding: 50px 0; text-align: center; color: #fff; }
.cta-strip h2 { color: #fff !important; font-size: 2.4rem !important; margin-bottom: 14px !important; }
.cta-strip h2::after { background: #fff; margin: 12px auto 0; left: 50%; transform: translateX(-50%); }
.cta-strip p { color: rgba(255,255,255,0.9) !important; font-size: 16px; max-width: 700px; margin: 0 auto 24px !important; }
.cta-strip .PrlxBoxBtn { background: #fff; color: var(--rose-600) !important; }
.cta-strip .PrlxBoxBtn:first-of-type { background: #fff; color: var(--rose-600) !important; }
.cta-strip .PrlxBoxBtn:last-of-type { background: #25d366; color: #fff !important; }

/* ============== FOOTER ============== */
footer {
  background: var(--navy-900) !important;
  color: rgba(255,255,255,0.75) !important;
  padding: 0 !important;
  margin-top: 0;
  border-top: 4px solid var(--rose-500);
}
.footer-main {
  padding: 56px 0 30px;
  background:
    radial-gradient(circle at 10% 20%, rgba(230,55,124,0.15), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(20,42,92,0.4), transparent 50%),
    var(--navy-900);
}
.footer-grid {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px;
  margin-bottom: 30px;
}
@media (max-width: 991px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 767px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }
.footer-brand .brand-logo { margin-bottom: 16px; }
.footer-brand p { color: rgba(255,255,255,0.7) !important; font-size: 14px; line-height: 1.75 !important; }
.footer-col h3, .footer-brand h3 {
  color: #fff !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin: 0 0 16px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--rose-500);
  text-transform: uppercase;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 8px; }
.footer-col a {
  color: rgba(255,255,255,0.75) !important;
  text-decoration: none;
  font-size: 14px;
  transition: all var(--transition);
  display: inline-block;
}
.footer-col a:hover { color: var(--rose-400) !important; padding-left: 4px; text-decoration: none !important; }

.footer-contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 14px;
  color: rgba(255,255,255,0.8) !important;
}
.footer-contact-item i { color: var(--rose-400); font-size: 16px; margin-top: 3px; width: 18px; text-align: center; }
.footer-contact-item a { color: rgba(255,255,255,0.8) !important; text-decoration: none; }
.footer-contact-item a:hover { color: var(--rose-400) !important; }

.top-footer { display: none; }

.footer-bottom {
  background: rgba(0,0,0,0.35);
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-bottom .container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-bottom p { margin: 0 !important; font-size: 13px; color: rgba(255,255,255,0.7) !important; }
.footer-bottom .dmca-badge img { height: 26px; width: auto; }

.copy-right { padding: 12px 0; text-align: center; }

/* Mobile fixed-bottom bar */
.fixed-bottom {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 990;
  background: var(--navy-900);
  border-top: 2px solid var(--rose-500);
  padding: 0;
  display: none;
}
.fixed-bottom .flex-container {
  display: flex !important;
  max-width: 480px;
  margin: 0 auto;
  grid-template-columns: none !important;
  gap: 0 !important;
}
.fixed-bottom .flex-container a {
  flex: 1;
  text-align: center;
  padding: 10px 0 !important;
  color: #fff !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  transition: all var(--transition);
  background: transparent !important;
  border: none !important;
}
.fixed-bottom .flex-container a.red { background: var(--rose-500) !important; }
.fixed-bottom .flex-container a.red:hover { background: var(--rose-600) !important; }
.fixed-bottom .flex-container a.blue { background: var(--navy-600) !important; }
.fixed-bottom .flex-container a.blue:hover { background: var(--navy-700) !important; }
.fixed-bottom .flex-container a.green { background: #25d366 !important; }
.fixed-bottom .flex-container a.green:hover { background: #1da851 !important; }
.fixed-bottom .flex-container a img { display: none; }
.fixed-bottom .flex-container a::before { font-family: 'FontAwesome'; font-size: 16px; }
.fixed-bottom .flex-container a.red::before { content: '\f095'; }
.fixed-bottom .flex-container a.blue::before { content: '\f0e0'; }
.fixed-bottom .flex-container a.green::before { content: '\f232'; }
@media (max-width: 767px) {
  .fixed-bottom { display: block; }
  body { padding-bottom: 50px; }
}

/* ============== FLOATING CTAs ============== */
.floating-cta {
  position: fixed;
  right: 18px;
  z-index: 980;
  display: flex;
  flex-direction: column;
  gap: 10px;
  bottom: 18px;
}
.floating-cta a {
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff !important;
  font-size: 24px;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
  transition: all var(--transition);
}
.floating-cta a:hover { transform: scale(1.08); text-decoration: none !important; color: #fff !important; }
.floating-cta .fc-wa { background: #25d366; animation: pulse 2s infinite; }
.floating-cta .fc-call { background: var(--rose-500); }
.floating-cta .fc-top { background: var(--navy-700); font-size: 18px; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 22px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.5); }
  50%      { box-shadow: 0 8px 22px rgba(37,211,102,0.45), 0 0 0 12px rgba(37,211,102,0); }
}
@media (max-width: 767px) {
  .floating-cta { right: 12px; bottom: 12px; }
  .floating-cta a { width: 48px; height: 48px; font-size: 20px; }
}

/* ============== WHATSAPP FLOATING CHAT BUTTON (Bottom-Left, prominent) ============== */
.wa-float-chat {
  position: fixed;
  left: 20px;
  bottom: 24px;
  z-index: 990;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff !important;
  padding: 12px 20px 12px 14px;
  border-radius: 50px;
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5);
  animation: wa-bounce 2.4s infinite;
  transition: all var(--transition);
}
.wa-float-chat:hover {
  background: #1da851;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.6);
}
.wa-float-chat .wa-float-icon {
  width: 36px; height: 36px;
  background: #fff;
  color: #25d366;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.wa-float-chat .wa-float-label {
  display: inline-block;
  line-height: 1;
}
@keyframes wa-bounce {
  0%, 100% { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50%      { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45), 0 0 0 14px rgba(37, 211, 102, 0); }
}
@media (max-width: 767px) {
  .wa-float-chat { left: 12px; bottom: 70px; padding: 10px 16px 10px 10px; font-size: 13px; }
  .wa-float-chat .wa-float-icon { width: 32px; height: 32px; font-size: 20px; }
}

/* Legacy scroll-to-top */
.scrollToTop {
  position: fixed;
  right: 18px; bottom: 162px; z-index: 970;
  background: var(--navy-700); color: #fff !important;
  width: 44px; height: 44px; border-radius: 50%;
  display: none; align-items: center; justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  transition: all var(--transition);
}
.scrollToTop:hover { background: var(--navy-900); transform: translateY(-3px); }

/* ============== MISC ============== */
.btn-call, .btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  color: #fff !important;
  transition: all var(--transition);
}
.btn-call { background: var(--rose-500); }
.btn-call:hover { background: var(--rose-600); color: #fff !important; transform: translateY(-2px); text-decoration: none !important; }
.btn-wa { background: #25d366; }
.btn-wa:hover { background: #1da851; color: #fff !important; transform: translateY(-2px); text-decoration: none !important; }

.modal { display: none !important; }
.collapse { display: none; }
.collapse.in, .collapse.show { display: block !important; }

/* Override Bootstrap defaults */
.navbar-nav { margin: 0 !important; padding: 0 !important; }
.navbar-nav > li { float: none !important; }
.nav > li { position: relative; display: inline-block; }
.navbar { position: relative; min-height: 0 !important; border: none !important; }
.dropdown-menu { display: none; }

/* ============== RESPONSIVE ============== */
@media (max-width: 991px) {
  .PrlxBoxTitle { font-size: 2.8rem; }
}
@media (max-width: 767px) {
  section { padding: 40px 0; }
  .PayalHomeCombo { padding: 40px 0; }
  .PrlxBoxTitle { font-size: 2.1rem; }
  .PrlxBoxLayer > p { font-size: 15px; }
  .PrlxBoxSubTitle { font-size: 17px; }
  .PrlxBoxBtn { font-size: 16px; padding: 11px 22px; }
  .CatSearchTitle { font-size: 1.5rem; }
  .PrlxCatBox { padding: 20px 16px; }
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.6rem; }
  .title { font-size: 1.7rem; }
  .flex-container { grid-template-columns: repeat(2, 1fr) !important; gap: 14px !important; }
  .category-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr !important; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .flex-container { grid-template-columns: 1fr !important; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .category-row { grid-template-columns: 1fr; }
}
