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

:root {
  --paper: #f7f2e9;
  --paper-2: #efe7d8;
  --white: #fffdf9;
  --ink: #171512;
  --muted: #5b554b;
  --accent: #0e6b57;        /* emerald */
  --hot: #b84a33;           /* terracotta CTA */
  --gold: #e9c46a;          /* accent on dark areas */
  --wa: #0e7a40;
  --line: rgba(23, 21, 18, .16);
  --bd: 1.5px solid var(--ink);
  --r: 8px;
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Fraunces', Georgia, 'Times New Roman', serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
  /* text colours: light zones by default, dark zones re-define below */
  --h: var(--ink);
  --p: var(--muted);
  --link: var(--accent);
}
/* dark zones flip the text variables, so every heading/paragraph inside adapts */
.header-wrap, .main-menu-wrap, .hero-banner, .main-footer, .contact-section, .modal-content {
  --h: #f7f2e9; --p: #cfc7b8; --link: var(--gold);
}
.contact-form { --h: var(--ink); --p: var(--muted); --link: var(--accent); }

/* ---------- Base ---------- */
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; scrollbar-color: var(--ink) var(--paper); }
:root body, .theme-dark body, body.theme-dark {
  background: var(--paper) !important;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(58px + env(safe-area-inset-bottom));
}
@media (min-width: 992px) { :root body, .theme-dark body, body.theme-dark { padding-bottom: 0; } }
::selection { background: var(--hot); color: #fff; }
a { color: var(--link); }
a:hover { color: var(--hot); }
:focus-visible { outline: 3px solid var(--hot) !important; outline-offset: 3px; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--h) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-wrap: balance;
}
/* old CSS centred + justified everything; editorial = left aligned, readable */
h1, h2, h3, h4, h5, h6, p { text-align: inherit !important; }
p { color: var(--p) !important; font-size: 1rem; line-height: 1.8; text-wrap: pretty; }
.services-section, .rates-section, .reviews-section, .map-section, .faq-section, .contact-section { text-align: left; }

.section-title { font-size: clamp(2rem, 5vw, 3.2rem) !important; margin: 0 0 12px; text-align: left !important; }
.section-title h2 { font-size: inherit; text-align: left !important; }
.section-title::after { content: ""; display: block; width: 64px; height: 5px; background: var(--hot); margin: 18px 0 0; }
.section-subtitle { color: var(--muted); font-size: clamp(1rem, 2vw, 1.15rem); max-width: 60ch; margin: 0 0 44px; text-align: left; }
.contact-section .section-subtitle { color: #cfc7b8; }

/* ---------- Section rhythm (alternating paper tones) ---------- */
.services-section, .rates-section, .faq-section, .reviews-section, .map-section, .contact-section {
  padding: clamp(60px, 9vw, 82px) 20px;
  color: var(--ink);
}
.services-section, .reviews-section, .map-section { background: var(--paper); }
.rates-section, .faq-section { background: var(--paper-2); border-block: var(--bd); }
.contact-section { background: var(--ink); }
.services-grid, .reviews-grid, .faq-accordion, .pricing-table, .map-wrapper { margin-left: auto; margin-right: auto; }

/* ---------- Header (dark bar keeps any light logo visible) ---------- */
.header-wrap, .header-wrap.style1, .header-wrap.style2, .header-wrap.sticky {
  background: var(--ink) !important;
  border-bottom: 3px solid var(--hot);
  box-shadow: none;
}
.header-wrap .logo img { max-width: 120px; height: auto; }
.header-wrap .header-top .header-top-left .contact-item,
.header-wrap .header-top .header-top-left .contact-item a,
.header-wrap .header-top .header-top-left .contact-item i,
.select-lang .navbar-language .dropdown-toggle { color: #cfc7b8; }
.main-menu-wrap #menu ul li a { color: #f7f2e9; font-family: var(--font-body); font-size: .92rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.main-menu-wrap #menu ul li a.active, .main-menu-wrap #menu ul li a:hover { color: var(--gold); }
.main-menu-wrap #menu ul li.has-children .sub-menu { background: var(--ink); border: 1.5px solid var(--gold); border-radius: 0; box-shadow: 6px 6px 0 var(--hot); }
.main-menu-wrap { background: var(--ink); }
.main-menu li > a { color: #f7f2e9; font-size: 1.1rem; padding: 15px 0; border-bottom: 1px solid rgba(247, 242, 233, .18); }
.main-menu li a.active { color: var(--gold); }
.mobile-menu a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: var(--gold); border-radius: 6px; }
.mobile-menu a i { color: var(--ink); line-height: 1; top: 0; }

/* ---------- Buttons: flat, outlined, offset shadow ---------- */
.btn.style1, .book-btn, .submit-btn {
  background: var(--hot);
  color: #fff;
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s;
}
.btn.style1:hover, .book-btn:hover, .submit-btn:hover {
  background: var(--hot); color: #fff;
  transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink);
}
.btn.style1 i { background: #fff; color: var(--hot); }
.btn.style2 { background: transparent; color: var(--ink); border: var(--bd); border-radius: 6px; }
.btn.style2:hover { background: var(--ink); color: var(--paper); }
.btn.style2 i { background: var(--ink); color: var(--paper); }
.content-sec{
  padding-top: 60px;
}
/* ---------- Hero: image + ink overlay, text anchored bottom-left ---------- */
.hero-banner { height: auto; min-height: max(660px, 80svh); background-attachment: scroll; }
@media (min-width: 992px) { .hero-banner { background-attachment: fixed; } }
.banner-overlay {
  background: linear-gradient(180deg, rgba(23, 21, 18, .35) 0%, rgba(23, 21, 18, .55) 45%, rgba(23, 21, 18, .92) 100%);
  align-items: flex-end; justify-content: flex-start; text-align: left;
  padding: 110px 20px clamp(40px, 8vw, 88px);
}
.banner-content { max-width: 760px; margin-left: max(0px, calc((100% - 1200px) / 2)); }
.main-text { font-size: clamp(2.3rem, 7vw, 3.6rem); line-height: 1.04; text-align: left !important; text-shadow: none; }
.sub-text { color: #f7f2e9; font-size: clamp(1.05rem, 2.4vw, 1.35rem); opacity: 1; }
.price-text { color: #cfc7b8; font-size: clamp(1.1rem, 2.4vw, 1.5rem); }
.price-text strong { color: var(--gold); font-size: 1.2em; }
.book-btn { padding: 15px 34px; min-height: 54px; font-size: 1.05rem; box-shadow: 4px 4px 0 var(--gold); border-color: var(--ink); }
.book-btn:hover { box-shadow: 2px 2px 0 var(--gold); }

/* ---------- Services ---------- */
.services-grid { gap: 22px; max-width: 1200px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.service-card, .review-card {
  background: var(--white); border: var(--bd); border-radius: var(--r);
  box-shadow: 5px 5px 0 var(--ink);
  -webkit-backdrop-filter: none; backdrop-filter: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.service-card { padding: 28px 24px; text-align: left; }
.service-card:hover, .review-card:hover { background: var(--white); transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--accent); }
.service-icon { color: var(--accent); font-size: 2.4rem; }
.service-card:hover .service-icon { color: var(--hot); transform: none; }
.service-card h3 { font-size: 1.3rem; margin: 10px 0; text-align: center !important; }
.service-card p { opacity: 1; font-size: .98rem; text-align: center !important; }

/* ---------- Profile cards ---------- */
.escort-images { margin: 30px 0; }
.escort-images .row > [class*="col-"] { margin-bottom: 26px; }
.escort-images .box {
  background: var(--white); border: var(--bd); border-radius: var(--r); overflow: hidden;
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.escort-images .box:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--accent); }
.escort-images .box .img-box { overflow: hidden; border-bottom: var(--bd); }
.escort-images .box .img-box img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; transition: transform .6s var(--ease); }
.escort-images .box:hover .img-box img { transform: scale(1.04); }
.escort-images .box .text { background: var(--paper-2); padding: 12px; }
.escort-images .box .text p { color: var(--ink) !important; font-size: .82rem; font-weight: 700; letter-spacing: .12em; margin: 0; text-align: center !important; }
.escort-images .box .icons { display: flex; align-items: center; justify-content: space-between; height: auto; padding: 12px; background: #efe7d8; }
.escort-images .box .icons .fa-whatsapp, .escort-images .box .icons .flaticon-phone-call {
  float: none; width: 40px; height: 46px; line-height: 44px; font-size: 20px; text-align: center;
  border: var(--bd); border-radius: 10px; transition: transform .2s, background .2s, color .2s;
}
.escort-images .box .icons .fa-whatsapp { background: var(--wa); color: #fff; }
.escort-images .box .icons .fa-whatsapp:hover { background: var(--white); color: var(--wa); }
.escort-images .box .icons .flaticon-phone-call { background: var(--hot); color: #fff;padding: 7px; }

.thh{
  color: #171512!important; font-size: 15px!important;
}
.escort-images .box .icons .flaticon-phone-call:hover { background: var(--white); color: var(--hot); }

@media (max-width: 767px) {  /* 2-up grid on phones */
  .escort-images .row .col-md-3, .escort-images .row .col-sm-6, .escort-images .row .col-6 { width: 50% !important; flex: 0 0 50% !important; max-width: 50% !important; }
  .escort-images .row > [class*="col-"] { margin-bottom: 10px; }
  .escort-images .box { margin-bottom: 0 !important; box-shadow: 4px 4px 0 var(--ink); }
  .escort-images .box .img-box { padding: 0 !important; }
  .escort-images .box .img-box img, .escort-images .box .img-box img:hover { height: auto !important; aspect-ratio: 3 / 4; }
  .escort-images .box .text { padding: 9px 6px; }
  .escort-images .box .text p { font-size: .7rem; letter-spacing: .08em; }
  .escort-images .box .icons { padding: 10px; }
  .escort-images .box .icons .fa-whatsapp, .escort-images .box .icons .flaticon-phone-call { width: 40px; height: 40px; line-height: 38px; font-size: 18px; }
}
@media (max-width: 359px) {
  .escort-images .row .col-md-3, .escort-images .row .col-sm-6, .escort-images .row .col-6 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
}

/* ---------- Rates table ---------- */
.pricing-table { max-width: 1100px; border: var(--bd); border-radius: var(--r); background: var(--white); box-shadow: 6px 6px 0 var(--ink); -webkit-overflow-scrolling: touch; }
.pricing-table table { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; min-width: 520px; }
.pricing-table th { background: var(--ink); color: #f7f2e9; font-family: var(--font-body); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.pricing-table td { color: var(--ink); font-size: 1rem; border-bottom: 1px solid var(--line); }
.pricing-table tbody tr:nth-child(even) { background: var(--paper); }
.pricing-table tr:hover { background: var(--accent-soft, #dcebe2); }
.pricing-table td strong { color: var(--accent); font-size: 1.2rem; }
.pricing-table th:first-child, .pricing-table td:first-child { position: sticky; left: 0; z-index: 1; text-align: left; background: inherit; }
.pricing-table td:first-child { background: var(--white); font-weight: 700; }
.note { color: var(--muted); font-style: normal; font-size: .92rem; opacity: 1; text-align: left; }
.tht{
  color: #171512!important;background:#f7f2e9!important;
}
/* ---------- Reviews ---------- */
.reviews-grid { max-width: 1200px; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.review-card { padding: 28px 24px; }
.stars { color: #b7791f; font-size: 1.2rem; letter-spacing: .16em; margin-bottom: 12px; }
.review-text { color: var(--ink); font-family: var(--font-display); font-size: 1.1rem; line-height: 1.6; opacity: 1; }
.reviewer { border-top: 1px solid var(--line); color: var(--muted); }
.reviewer strong { color: var(--accent); }

/* ---------- FAQ: ruled list ---------- */
.faq-accordion { max-width: 960px;  border-top: var(--bd); }
.faq-item { background: transparent; border: 0; border-bottom: var(--bd); border-radius: 0; margin: 0; }
.faq-question { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: var(--ink); min-height: 64px; padding: 18px 4px; gap: 16px; text-align: left; }
.faq-question:hover, .faq-item.active .faq-question { background: transparent; color: var(--accent); }
.faq-icon { color: var(--hot); flex-shrink: 0; }
.faq-answer { background: transparent; padding: 0 4px; }
.faq-answer p { padding: 4px 0 22px; }
.faq-item.active .faq-answer { max-height: 800px; }  /* was 200px: long answers got cut off */

/* ---------- Map ---------- */
.map-wrapper { max-width: 1200px; border: var(--bd); border-radius: var(--r); box-shadow: 6px 6px 0 var(--ink); margin-bottom: 0; }
.map-wrapper iframe { display: block; width: 100%; min-height: 340px; border: 0; }

/* ---------- Contact (dark block, light form card) ---------- */
.contact-form { max-width: 720px; margin: 0 0 0; background: var(--paper); border: 1.5px solid var(--gold); border-radius: var(--r); box-shadow: 8px 8px 0 var(--hot); padding: clamp(24px, 5vw, 40px); -webkit-backdrop-filter: none; backdrop-filter: none; }
.form-group label { color: var(--ink); font-size: .85rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.form-group input, .form-group select, .form-group textarea {
  font: inherit; font-size: 16px; min-height: 52px; color: var(--ink);
  background: var(--white); border: var(--bd); border-radius: 6px;
}
.form-group textarea { min-height: 130px; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #8a8375; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { background: #fff; box-shadow: 4px 4px 0 var(--accent); }
.submit-btn { width: 100%; min-height: 56px; font-size: 1.05rem; border-radius: 6px; }

/* ---------- Footer ---------- */
.main-footer { background: var(--ink); color: #cfc7b8; font-family: var(--font-body); border-top: 3px solid var(--hot); }
.footer-col h3 { color: var(--gold); font-size: 1.6rem; }
.footer-col h4 { color: #f7f2e9 !important; font-family: var(--font-body); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; text-align: center!important; }
.footer-col p { opacity: 1; }
.footer-col ul li a { color: #cfc7b8; display: inline-block; padding: 4px 0; }
.footer-col ul li:hover, .footer-col ul li a:hover { color: var(--gold); }
.tagline, .contact-info i { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(247, 242, 233, .18); opacity: 1; color: #cfc7b8; text-align: center; }
.footer-bottom p { text-align: center !important; }
.disclaimer-small { opacity: .8; }

/* ---------- WhatsApp / Call: full-width bottom bar on phones, side stack on desktop ---------- */
.whatsapp a, .call a {
  position: fixed; bottom: 0; width: 50%; min-height: 58px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); border-radius: 0;
  font-size: 1rem; font-weight: 700; letter-spacing: .03em; z-index: 99;
  border-top: 2px solid var(--ink);
}
.whatsapp a { left: 0; background: var(--wa); color: #fff; }
.call a { right: 0; background: var(--hot); color: #fff; }
.whatsapp a i, .call a i { margin-right: 0; }
@media (min-width: 992px) {
  .whatsapp a, .call a { width: auto; min-height: 52px; right: 24px; left: auto; padding: 0 22px; border: var(--bd); border-radius: 8px; box-shadow: 4px 4px 0 var(--ink); }
  .whatsapp a { bottom: 90px; }
  .call a { bottom: 24px; }
}
.back-to-top { width: 44px; height: 44px; line-height: 46px; border-radius: 6px; background: var(--ink); border: 1.5px solid var(--gold); bottom: 230px; }
.back-to-top i { color: var(--gold); padding-top: 7px; }
.back-to-top.open { bottom: 76px; right: 14px; }
@media (min-width: 992px) { .back-to-top.open { bottom: 30px; right: auto; left: 24px; } }

/* ---------- Age-gate modal ---------- */
.modal-dialog { max-width: min(1000px, calc(100% - 24px)) !important; }
.modal-content { background: var(--ink) !important; border: 1.5px solid var(--gold); border-radius: var(--r); box-shadow: 8px 8px 0 var(--hot); }
.modal-body { padding: clamp(48px, 14vw, 140px) 20px !important; margin-top: 0; text-align: center; }
.modal-body h3, .dis h3 { color: #f7f2e9 !important; text-align: center !important; }
.dis p { color: #cfc7b8 !important; text-align: center !important; }
.modal-header button { width: 40px; height: 40px; padding: 0; background: var(--gold); color: var(--ink); border-radius: 6px; }
.modal-body .buttons a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 30px; margin: 6px; border-radius: 6px; background: transparent; border: 1.5px solid #f7f2e9; color: #f7f2e9; font-weight: 700; }
.modal-body .buttons a:first-child { background: var(--hot); border-color: var(--hot); color: #fff; }

/* ---------- Gallery bits ---------- */
.content-sec-1 .images { background: var(--white); border: var(--bd); border-radius: var(--r); }
.content-sec-1 .images img, .gallery { border-radius: 6px; }

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--paper); box-shadow: none; }
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover { background: var(--ink); border-radius: 0; border: 2px solid var(--paper); }

/* ---------- Touch: no sticky hover-lifts ---------- */
@media (hover: none) {
  .service-card:hover, .review-card:hover, .escort-images .box:hover, .book-btn:hover, .btn.style1:hover, .submit-btn:hover { transform: none; }
  .escort-images .box:hover .img-box img { transform: none; }
}

/* ---------- Preloader failsafe ---------- */
.preloader { background: var(--ink); animation: pre-out .4s ease 3.5s forwards; }
@keyframes pre-out { to { opacity: 0; visibility: hidden; pointer-events: none; } }

/* ---------- Small phones ---------- */
@media (max-width: 575px) {
  .services-section, .rates-section, .faq-section, .reviews-section, .map-section, .contact-section { padding-left: 16px; padding-right: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .banner-overlay { padding-top: 96px;
      padding: 107px 20px clamp(102px, 8vw, 88px);
  }
  .hero-banner {     height: auto;     min-height: max(600px, 77svh);
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .preloader { animation-delay: 0s; }
}

.logo-text {
  font-size: 1.75rem;
  font-weight: 700;
  color: #e9c46a;
  text-decoration: none;
  letter-spacing: -0.5px;
}