:root {
  --bg-dark: #050510;
  --bg-card: #0c0a18;
  --bg-card-hover: #120e24;
  --neon-pink: #ff2d95;
  --neon-red: #ff1a4b;
  --neon-blue: #00e5ff;
  --neon-purple: #b026ff;
  --text-main: #f0e6ff;
  --text-muted: #c9b8e0;
  --gradient-neon: linear-gradient(135deg, #ff2d95 0%, #ff1a4b 50%, #b026ff 100%);
  --glow-pink: 0 0 18px rgba(255, 45, 149, 0.55);
  --glow-red: 0 0 15px rgba(255, 26, 75, 0.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 17px;                    /* increased */
  background: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ========== NAVBAR ========== */
.navbar.teal {
  background: linear-gradient(90deg, #0a0615 0%, #1a0a2e 100%) !important;
  border-bottom: 1px solid rgba(255, 45, 149, 0.35);
  padding: 8px 0;
  margin-bottom: 0;
  box-shadow: 0 4px 25px rgba(0,0,0,0.6);
}
.navbar-header { width: 100%; text-align: center; }
.navbar-toggle {
  float: none !important;
  display: inline-block;
  margin: 6px auto;
  border: 2px solid var(--neon-pink);
  color: #fff;
  font-weight: 700;
  padding: 8px 22px;
  background: transparent;
  font-size: 16px;
}
.navbar-collapse { width: 100%; border: none; box-shadow: none; }
.nav-1 { margin: 0; text-align: center; width: 100%; }
.nav-1 > li { display: inline-block; float: none; }
.nav-1 a {
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;                    /* increased */
  padding: 12px 14px !important;
  display: block;
}
.nav-1 a:hover {
  color: var(--neon-pink) !important;
  text-shadow: var(--glow-pink);
}
.dropdown { position: relative; }
.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  min-width: 220px;
  background: #120e24;
  border: 1px solid rgba(255,45,149,0.4);
  border-radius: 8px;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}
.dropdown:hover .dropdown-content { display: block; }
.dropdown-content a {
  color: #eee !important;
  padding: 12px 18px !important;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-align: left;
}
.dropdown-content a:hover {
  background: rgba(255,45,149,0.15);
  color: var(--neon-pink) !important;
}

/* Mobile Navbar */
@media (max-width: 767px) {
  .navbar-header { text-align: center; }
  .navbar-toggle {
    float: none !important;
    margin: 8px auto;
    display: block;
  }
  .navbar-collapse {
    background: #0a0615;
    border-top: 1px solid rgba(255,45,149,0.3);
  }
  .nav-1 > li {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .nav-1 a { padding: 15px 20px !important; font-size: 16px; }
  .dropdown-content {
    position: static;
    box-shadow: none;
    border: none;
    background: #0f0c1f;
  }
}

/* ========== HERO ========== */
.PayalHomeCombo {
  min-height: 620px;
  background: linear-gradient(135deg, #050510 0%, #1a0a2e 45%, #2a0a1f 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.PayalHomeCombo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 25%, rgba(255,45,149,0.18), transparent 55%);
  pointer-events: none;
}
.PrlxBoxLayer {
  position: relative;
  z-index: 9;
  top: 2.8em;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.PrlxBoxTitle {
  font-size: 3.1rem;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--gradient-neon);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.15;
  margin-bottom: 14px;
}
.PrlxBoxSubTitle {
  font-size: 1.25rem;
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 1.6rem;
  display: block;
}
.PrlxBoxBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid var(--neon-pink);
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 11px 26px;
  min-width: 160px;
  margin: 0 6px 10px;
  border-radius: 50px;
  transition: all 0.3s;
  text-decoration: none;
}
.PrlxBoxBtn:hover {
  background: var(--neon-pink);
  box-shadow: var(--glow-pink);
  transform: translateY(-2px);
}
.CatSearchTitle {
  color: #fff;
  font-weight: 800;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin: 1.6rem 0 1.1rem;
}
.fgCombo {
  height: 44px;
  background: #1a1225;
  border: 1px solid rgba(255,45,149,0.4);
  color: #fff;
  border-radius: 8px 0 0 8px;
  padding: 0 14px;
  width: 75%;
  font-size: 15px;
}
.fgbtn {
  height: 44px;
  background: var(--gradient-neon);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 0 8px 8px 0;
  padding: 0 16px;
  width: 22%;
}

/* ========== TITLES ========== */
.title {
  color: #fff !important;
  text-align: center;
  font-size: 2rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  margin-bottom: 1.9rem !important;
  position: relative;
}
.title::after {
  content: '';
  display: block;
  width: 75px;
  height: 4px;
  background: var(--gradient-neon);
  margin: 12px auto 0;
  border-radius: 2px;
  box-shadow: var(--glow-pink);
}

/* ========== PROFILE CARDS ========== */
.team .flex-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 5fr));
  gap: 22px;
  justify-content: center;
  width: 100%;
}
.team .flex-container a {
  width: 100% !important;
  margin: 0 !important;
  text-decoration: none;
  color: inherit;
  display: block;
}
.team .member {
  background: var(--bg-card);
  border: 1px solid rgba(255,45,149,0.28);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team .member:hover {
  transform: translateY(-7px);
  border-color: var(--neon-pink);
  box-shadow: 0 12px 35px rgba(255,45,149,0.28);
  background: var(--bg-card-hover);
}
.profile-img-wrap { position: relative; }
.team .member img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;               /* FACE FIX – keeps face visible */
  display: block;
  margin: 0;
}
.verified-badge {
  position: absolute;
  top: 11px;
  left: 11px;
  background: rgba(0, 200, 83, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}
.member-info {
  padding: 15px 15px 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.member-name {
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin-bottom: 6px !important;
}
.profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 11px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.profile-meta span { display: flex; align-items: center; gap: 4px; }
.profile-meta i { color: var(--neon-pink); font-size: 12px; }
.star-rating {
  color: #ffd700;
  font-size: 14px;
  margin-bottom: 9px;
  letter-spacing: 0.5px;
}
.profile-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 11px;
  flex: 1;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 13px;
}
.service-tag {
  background: rgba(255,45,149,0.14);
  border: 1px solid rgba(255,45,149,0.4);
  color: var(--neon-pink);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
  text-transform: uppercase;
}
.profile-btns { display: flex; gap: 8px; }
.btn-call, .btn-wa {
  flex: 1;
  text-align: center;
  padding: 9px 0;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.btn-call {
  background: transparent;
  border: 1.5px solid var(--neon-red);
  color: var(--neon-red) !important;
}
.btn-call:hover {
  background: var(--neon-red);
  color: #fff !important;
  box-shadow: var(--glow-red);
}
.btn-wa {
  background: transparent;
  border: 1.5px solid #25d366;
  color: #25d366 !important;
}
.btn-wa:hover {
  background: #25d366;
  color: #fff !important;
}

/* ========== CATEGORY + LOCATION ========== */
.category .flex-container,
.location .flex-container {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.category .flex-container a,
.location .flex-container a {
  width: 100% !important;
  margin: 0 !important;
  background: var(--bg-card);
  border: 1px solid rgba(255,45,149,0.3);
  color: #fff;
  font-weight: 600;
  padding: 15px 10px;
  text-align: center;
  border-radius: 9px;
  font-size: 14px;
  transition: all 0.3s;
}
.category .flex-container a:hover,
.location .flex-container a:hover {
  border-color: var(--neon-pink);
  background: rgba(255,45,149,0.12);
  color: var(--neon-pink);
  transform: translateY(-3px);
}

/* ========== POPULAR 2×4 ========== */
.popular-categories { background: #08061a !important; padding: 55px 0; }
.categories-grid { display: flex; flex-direction: column; gap: 26px; }
.category-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.category-item { text-align: center; text-decoration: none; }
.icon-circle {
  width: 115px;
  height: 115px;
  margin: 0 auto 11px;
  background: #120e24;
  border: 3px solid var(--neon-pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4s;
}
.category-item:hover .icon-circle {
  border-color: var(--neon-blue);
  box-shadow: 0 0 25px rgba(0,229,255,0.4);
  transform: scale(1.07);
}
.icon-circle img {
  width: 84%;
  height: 84%;
  object-fit: cover;
  border-radius: 50%;
}
.category-name {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.category-item:hover .category-name { color: var(--neon-pink); }

/* ========== FAQ ========== */
.faq-section { background: #08061a; padding: 60px 0; }
.accordion .card {
  background: var(--bg-card);
  border: 1px solid rgba(255,45,149,0.28);
  border-radius: 11px !important;
  margin-bottom: 12px;
  overflow: hidden;
}
.accordion .card-header { background: transparent !important; border: none !important; padding: 0; }
.accordion .btn-link {
  width: 100%;
  text-align: left;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 16px 18px;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .btn-link:hover { color: var(--neon-pink) !important; }
.accordion .btn-link::after { content: '+'; font-size: 1.35rem; color: var(--neon-pink); }
.accordion .btn-link:not(.collapsed)::after { content: '−'; }
.accordion .card-body {
  background: #0f0c1f;
  color: var(--text-muted);
  padding: 0 18px 17px;
  font-size: 15.5px;
  line-height: 1.7;
  border-top: 1px solid rgba(255,45,149,0.15);
}

/* ========== GENERAL ========== */
h1, h2, h3 { color: #fff; }
h2 { font-size: 1.7rem; font-weight: 700; line-height: 1.4; margin: 1.3rem 0 0.9rem; }
h3 { font-size: 1.35rem; font-weight: 600; margin: 1.4rem 0 0.7rem; }
p { color: var(--text-muted); text-align: justify; margin-bottom: 1rem; font-size: 16.5px; }
section { padding: 24px 0; }
a { color: #afacab; text-decoration: none; }
a:hover { color: var(--neon-pink); }

/* ========== FOOTER ========== */
footer { background: #050510; border-top: 1px solid rgba(255,45,149,0.25); }
.sub-menu { text-align: center; padding: 15px 0; }
.sub-menu li { display: inline-block; margin: 0 11px; }
.sub-menu li a { color: var(--text-muted); font-weight: 500; font-size: 15px; }
.sub-menu li a:hover { color: var(--neon-pink); }
.copy-right { background: #000; padding: 12px 0; text-align: center; }
.fixed-bottom {
  position: fixed;
  left: 0; bottom: 0; width: 100%;
  background: #0a0615;
  border-top: 1px solid rgba(255,45,149,0.3);
  display: none;
  z-index: 999;
}
.fixed-bottom .flex-container a {
  width: 33.33%;
  text-align: center;
  padding: 10px;
  display: block;
}
.scrollToTop {
  position: fixed;
  right: 16px;
  bottom: 70px;
  width: 48px;
  height: 48px;
  font-size: 19px;
  line-height: 48px;
  text-align: center;
  color: #fff !important;
  z-index: 999;
  display: none;
  background: var(--gradient-neon) !important;
  border-radius: 50%;
  box-shadow: var(--glow-pink);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
  .category .flex-container,
  .location .flex-container,
  .category-row { grid-template-columns: repeat(2, 1fr); }
  .PrlxBoxTitle { font-size: 2.4rem; }
  .team .flex-container { grid-template-columns: repeat(3, 1fr); }
  .team .member img { height: 280px; object-position: top; }
}
@media (max-width: 767px) {
  .team .flex-container { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .team .member img {
    height: 260px;
    object-fit: cover;
    object-position: top;           /* FACE FIX on mobile */
  }
  .PrlxBoxTitle { font-size: 1.95rem; }
  .fixed-bottom { display: block; }
  p { font-size: 15.5px; }
  h2 { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .team .flex-container { grid-template-columns: 1fr; }
  .team .member img {
    height: 320px;
    object-fit: cover;
    object-position: top;           /* FACE FIX – larger height + top focus */
  }
  .category .flex-container,
  .location .flex-container,
  .category-row { grid-template-columns: 1fr; }
  .PrlxBoxTitle { font-size: 1.75rem; }
  .profile-btns { flex-direction: column; }
  body { font-size: 16px; }
  p { font-size: 15px; }
}

/* WhatsApp Button */
  .whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 90px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }

  .whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
  }

  /* Call Button */
  .call-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 25px;
    right: 20px;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }

  .call-float:hover {
    background-color: #0056b3;
    transform: scale(1.1);
  }
