body{font-family:Poppins,sans-serif}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}
a{color: #fff;text-decoration: none;font-weight: 600;}
.navbar.fixed-top {
  left: 0;
  right: 0;
  width: 100%;
}
.navbar{background:#1e0d3b;padding:14px 0;box-shadow:0 4px 16px rgba(0,0,0,.35)}
.navbar-brand{font-size:22px;font-weight:600;color:#ffffff!important}

.nav-link{font-size:15px;font-weight:500;color:#f1f5f9!important;padding:10px 0}
.nav-link:hover{color:#EB008B!important}

.nav-btn{height:42px;padding:0 20px;border-radius:22px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;white-space:nowrap;text-decoration:none;transition:.25s ease}
.nav-btn i{font-size:14px}

.nav-btn.btn-call{border:1.5px solid #b1006b;color:#b1006b;background:#fff0f7;font-weight:700;}
.nav-btn.btn-call:hover{background:#b1006b;color:#fff;}

.nav-btn.btn-whatsapp{background:#0a5f2e;color:#fff;font-weight:700;}
.nav-btn.btn-whatsapp:hover{background:#084a24}

.hero{position:relative;min-height:100vh;padding-top:100px;overflow:hidden}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.15);z-index:1}
.hero-inner{position:relative;z-index:2;text-align:center}
.hero h1{font-size:56px;font-weight:700;line-height:1.15;color:#fff;margin-bottom:22px}
.hero h1 span{color:#EB008B}

.hero-select-box{max-width:860px;margin:0 auto 34px;padding:30px 46px 34px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(14px);border-radius:18px;text-align:center;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.25)}
.hero-select-title{font-size:26px;font-weight:700;margin-bottom:8px;color:#EB008B;letter-spacing:.4px}
.hero-select-subtitle{font-size:17px;line-height:1.55;color:#f1f5f9;margin-bottom:18px}
.hero-select-wrapper{position:relative}
.hero-city-select{width:100%;padding:16px 18px;border-radius:14px;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.35);color:#fff;font-size:16px;font-weight:500;outline:0;appearance:none;cursor:pointer;transition:.25s ease}
.hero-select-wrapper::after{content:"\f107";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#EB008B;pointer-events:none;font-size:18px}
.hero-city-select:focus,.hero-city-select:hover{border-color:#EB008B;background:rgba(0,0,0,.45)}
.hero-city-select option{color:#111}

@media(max-width:768px){
.hero-select-box{padding:22px 22px 26px;margin-bottom:26px}
.hero-select-title{font-size:22px}
.hero-select-subtitle{font-size:15.5px}
.hero-city-select{font-size:15px;padding:14px 16px}
}

.hero-box{max-width:860px;margin:0 auto 34px;padding:28px 46px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(14px);border-radius:18px;color:#fff;font-size:18px;line-height:1.55}
.hero-btns{display:flex;justify-content:center;gap:22px;flex-wrap:wrap}
.hero-btns a{height:64px;width:260px;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:18px;font-weight:600;text-decoration:none;color:#fff}
.hero-btns .btn-call{background:#EB008B}
.hero-btns .btn-whatsapp{background:#1fb655}

.offcanvas{width:100%;background:#1e0d3b}
.offcanvas-header{border-bottom:1px solid rgba(255,255,255,.15)}
.offcanvas-title{font-size:20px;font-weight:600;color:#EB008B}

.mobile-menu ul{list-style:none;padding:0;margin:0}
.mobile-menu li{padding:2px 0;font-size:15px;font-weight:500}
.mobile-menu .nav-link{color:#f1f5f9!important}
.mobile-menu .nav-link:hover{color:#EB008B!important}

@media(max-width:768px){
.hero{padding-top:110px}
.hero h1{font-size:34px}
.hero-box{padding:22px;font-size:16px}
.hero-btns a{width:100%;max-width:340px;height:62px;font-size:17px}
}

@media(min-width:992px){
.mobile-only{display:none!important}
}


.hero-video{position:relative;overflow:hidden}
.hero-video video{object-fit:cover;width:100%;height:100%}



.locations-section{background:#000;padding:70px 20px 90px}
.locations-container{max-width:1250px;margin:auto}
.locations-title{font-size:34px;font-weight:700;color:#00f5ff;margin-bottom:40px;text-align:left}
.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:18px 16px}

.loc-btn{display:inline-block;padding:10px 16px;border-radius:30px;font-size:12.5px;font-weight:700;text-align:center;text-decoration:none;color:#ffffff;transition:.3s ease;box-shadow:0 6px 18px rgba(0,0,0,.35);position:relative;overflow:hidden}
/* WCAG SAFE COLORS */
.loc-btn.pink{background:#b1006b;}     /* darker pink */
.loc-btn.blue{background:#0f6fa3;}     /* darker blue */
.loc-btn.maroon{background:#7a0838;}   /* already ok but safer */
.loc-btn.orange{background:#c24100;}   /* dark orange */

.loc-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 10px 30px rgba(0,0,0,.6);}

@media(max-width:768px){
.locations-title{text-align:center;font-size:28px}
.locations-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
.locations-grid{grid-template-columns:1fr 1fr}
}





.profiles-grid{max-width:1200px;margin:60px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:0 20px}
.p-card{border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.25);background:#000}
.p-img{position:relative;overflow:hidden}
.p-img img{width:100%;height:420px;object-fit:cover;transition:.5s ease}
.p-card:hover .p-img img{transform:scale(1.08)}
.p-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,13,59,.9),rgba(0,0,0,.2));display:flex;flex-direction:column;justify-content:flex-end;padding:20px;opacity:0;transition:.4s ease}
.p-card:hover .p-overlay{opacity:1}
.p-overlay .listing-name{color:#fff;font-size:20px;font-weight:700;margin-bottom:12px;transform:translateX(-40px);opacity:0;transition:.4s ease}
.p-card:hover .p-overlay .listing-name{transform:translateX(0);opacity:1}
.p-actions{display:flex;gap:12px;transform:translateX(40px);opacity:0;transition:.4s ease .1s}
.p-card:hover .p-actions{transform:translateX(0);opacity:1}
.profiles-btn-call{flex:1;background:#eb008b;color:#fff;padding:10px 0;text-align:center;border-radius:6px;text-decoration:none;font-weight:600}
.profiles-btn-call:hover{background:#ff2fa4}
.profiles-btn-wa{flex:1;background:#1fb655;color:#fff;padding:10px 0;text-align:center;border-radius:6px;text-decoration:none;font-weight:600}
.profiles-btn-wa:hover{background:#17a84a}
@media(max-width:992px){
.profiles-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:576px){
.profiles-grid{grid-template-columns:1fr}
.p-img img{height:320px}
}


.listings-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1200px;margin:60px auto;padding:0 20px}
.listing-card{background:#fdecef;border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.18);transition:.3s ease}
.listing-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(235,0,139,.35)}
.listing-img img{width:100%;height:320px;object-fit:cover;border-bottom:4px solid #eb008b}
.listing-body{padding:18px 18px 22px}
.listing-body .listing-name{font-size:18px;font-weight:700;margin-bottom:12px;color:#1e0d3b;opacity:1;transform:translateX(0);animation:nameIn .9s cubic-bezier(.47,2.02,.31,-.36)}
.listing-info{list-style:none;padding:0;margin:0 0 16px}
.listing-info li{padding:7px 0;font-size:14.5px;border-bottom:1px solid #e7c7d4;color:#2a0f22}
.listing-info li a{padding:7px 0;font-size:14.5px;border-bottom:1px solid #e7c7d4;color:#1e0d3b;font-weight:700;text-decoration: none;}
.listing-call-btn{margin-bottom:12px}
.listing-btns{display:flex;gap:12px;opacity:1;transform:translateX(0);animation:btnIn .9s cubic-bezier(.47,2.02,.31,-.36);animation-delay:.15s}
@keyframes nameIn{
from{transform:translateX(-120%);opacity:0}
to{transform:translateX(0);opacity:1}
}
@keyframes btnIn{
from{transform:translateX(120%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.listing-card:hover .listing-body .listing-name{animation:nameIn .6s cubic-bezier(.47,2.02,.31,-.36)}
.listing-card:hover .listing-btns{animation:btnIn .6s cubic-bezier(.47,2.02,.31,-.36)}
.listing-btn-call{flex:1;background:#b1006b;color:#fff;padding:10px 0;text-align:center;border-radius:6px;text-decoration:none;font-weight:600}
.listing-btn-call:hover{background:#8f0056}
.listing-btn-wa{flex:1;background:#0f8a3c;color:#fff;padding:10px 0;text-align:center;border-radius:6px;text-decoration:none;font-weight:600}
.listing-btn-wa:hover{background:#0b6f31}
.listing-btn-tg{display:block;background:#000;color:#fff;text-align:center;padding:11px 0;border-radius:6px;text-decoration:none;font-weight:600}
.listing-btn-tg:hover{background:#111}
@media(max-width:992px){
.listings-wrap{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:576px){
.listings-wrap{grid-template-columns:1fr}
.listing-img img{height:280px}
}





.adult-feature-section{background:#1e0d3b;padding:80px 20px}
.adult-container{max-width:1200px;margin:auto}
.adult-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.adult-image img{width:100%;border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.4);transition:.5s ease}
.adult-image img:hover{transform:scale(1.05)}
.adult-content h2{font-size:34px;color:#eb008b;margin-bottom:18px;font-weight:700}
.adult-content p{font-size:16.5px;line-height:1.75;color:#f1e6ee;margin-bottom:14px}
.adult-points{list-style:none;padding:0;margin:18px 0 26px}
.adult-points li{font-size:15.5px;color:#ffe3f3;padding:6px 0}
.adult-cta{display:flex;gap:18px}
.adult-btn-call{background:#b1006b;color:#fff;padding:13px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:.25s ease}
.adult-btn-call:hover{background:#8f0056}
.adult-btn-wa{background:#0f8a3c;color:#fff;padding:13px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:.25s ease}
.adult-btn-wa:hover{background:#0b6f31}
@media(max-width:992px){
.adult-row{grid-template-columns:1fr;text-align:center}
.adult-cta{justify-content:center}
}



.escort-feature-section{background:#12081f;padding:80px 20px}
.escort-container{max-width:1200px;margin:auto}
.escort-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.escort-image img{width:100%;border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.5);transition:.5s ease}
.escort-image img:hover{transform:scale(1.05)}
.escort-content h2{font-size:34px;color:#eb008b;margin-bottom:18px;font-weight:700}
.escort-content p{font-size:16.5px;line-height:1.75;color:#f1e6ee;margin-bottom:14px}
.escort-points{list-style:none;padding:0;margin:18px 0 26px}
.escort-points li{font-size:15.5px;color:#ffe3f3;padding:6px 0}
.escort-cta{display:flex;gap:18px}
.escort-btn-call{background:#b1006b;color:#fff;padding:13px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:.25s ease}
.escort-btn-call:hover{background:#8f0056}
.escort-btn-wa{background:#1fb655;color:#fff;padding:13px 28px;border-radius:8px;text-decoration:none;font-weight:600;transition:.25s ease}
.escort-btn-wa:hover{background:#17a84a}
@media(max-width:992px){
.escort-row{grid-template-columns:1fr;text-align:center}
.escort-cta{justify-content:center}
}



.escort-content-section{background:#1e0d3b;padding:70px 20px;color:#f1f5f9}
.escort-container{max-width:1100px;margin:auto}
.escort-title{font-size:34px;font-weight:700;color:#eb008b;margin-bottom:18px}
.escort-subtitle{font-size:24px;margin:28px 0 14px;color:#ffd1ea}
.escort-text{font-size:16.5px;line-height:1.75;margin-bottom:14px;color:#e9dbe6}
.escort-points{list-style:none;padding:0;margin:16px 0 24px}
.escort-points li{padding:6px 0;font-size:15.5px;color:#f5e8f0}
.escort-cta{display:flex;gap:16px;margin-top:22px}
.escort-btn-call{background:#b1006b;color:#fff;padding:12px 26px;border-radius:8px;text-decoration:none;font-weight:600}
.escort-btn-call:hover{background:#8f0056}
.escort-btn-wa{background:#1fb655;color:#fff;padding:12px 26px;border-radius:8px;text-decoration:none;font-weight:600}
.escort-btn-wa:hover{background:#17a84a}


.escort-faq-section{background:#12081f;padding:80px 20px}
.escort-container{max-width:1100px;margin:auto}
.escort-faq-title{text-align:center;font-size:34px;font-weight:700;color:#eb008b;margin-bottom:40px}
.escort-faq{max-width:900px;margin:auto}
.faq-item{background:#1e0d3b;border-radius:10px;margin-bottom:14px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.35)}
.faq-question{padding:18px 20px;font-size:16.5px;font-weight:600;color:#f1e6ee;cursor:pointer;position:relative;transition:.25s ease}
.faq-question::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:22px;color:#eb008b;transition:.25s ease}
.faq-item.active .faq-question::after{content:"–";color:#ff2fa4}
.faq-question:hover{color:#fff;background:rgba(235,0,139,.08)}
.faq-answer{max-height:0;overflow:hidden;padding:0 20px;font-size:15.5px;line-height:1.7;color:#e9dbe6;background:#140a24;transition:max-height .4s ease,padding .3s ease}
.faq-item.active .faq-answer{max-height:300px;padding:16px 20px 20px}
@media(max-width:576px){
.escort-faq-title{font-size:26px}
.faq-question{font-size:15.5px}
.faq-answer{font-size:14.5px}
}





.tags-section{background:#1e0d3b}
.tags-title{font-size:24px;font-weight:700;color:#eb008b;margin-bottom:20px}
.tags-wrap{display:flex;flex-wrap:wrap;gap:8px}
.tag-item{padding:5px 10px;border-radius:24px;font-size:12.5px;font-weight:600;background:linear-gradient(135deg,#2a124f,#1e0d3b);color:#f1dbea;border:1.5px solid rgba(235,0,139,.45);transition:.3s ease;cursor:default}
.tag-item:hover{background:linear-gradient(135deg,#eb008b,#ff2fa4);color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(235,0,139,.5);border-color:#ff2fa4}
@media(max-width:768px){
.tags-title{text-align:center;font-size:21px}
.tags-wrap{justify-content:center;gap:7px}
.tag-item{font-size:12px;padding:4px 9px}
}


/* ================= FOOTER ================= */

.lx2-footer-wrap{background:radial-gradient(circle at top,#1e0d3b 0,#12061f 60%,#09030f 100%);padding:70px 0 25px;color:#e9dce6}

.lx2-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}

.lx2-footer-desc{font-size:15px;line-height:1.75;margin-bottom:18px;color:#e6d8e2}

.lx2-footer-badges span{font-size:14px;margin-right:16px;color:#f1e4ec}
.lx2-footer-badges i{margin-right:6px;color:#EB008B}

.lx2-footer-title{font-size:21px;font-weight:600;margin-bottom:16px;color:#fff}

.lx2-footer-links{list-style:none;padding:0;margin:0}
.lx2-footer-links li{margin-bottom:10px}
.lx2-footer-links a{color:#e2d4de;font-size:14.5px;text-decoration:none}
.lx2-footer-links a:hover{color:#EB008B}

.lx2-contact-item{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;margin-bottom:14px;color:#e9dce6}
.lx2-contact-item i{color:#EB008B;margin-top:3px}

.lx2-footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13.5px}
.lx2-footer-bottom a{color:#e6d8e2;text-decoration:none}
.lx2-footer-bottom a:hover{color:#EB008B}

.lx2-footer-love i{color:#ff2fa4;margin-right:6px}


/* UL LI DESIGN UPGRADE */
.lx2-footer-links li{
  margin-bottom:10px;
  position:relative;
  padding-left:18px;
}

/* SMALL PINK DOT / ARROW BEFORE EACH LI */
.lx2-footer-links li::before{
  content:"›";
  position:absolute;
  left:0;
  top:0;
  color:#EB008B;
  font-size:16px;
  line-height:1;
  transition:.25s ease;
}

/* HOVER EFFECT ON LI */
.lx2-footer-links li:hover::before{
  transform:translateX(4px);
  color:#ff2fa4;
}



/* ================= MOBILE ================= */

@media (max-width:575px){
.lx2-cta-wrap{padding:60px 16px 70px}
.lx2-cta-title{font-size:26px;line-height:1.3}
.lx2-cta-desc{font-size:15.5px;line-height:1.75;margin-bottom:30px}
.lx2-cta-btns{flex-direction:column;gap:14px}
.lx2-btn{width:100%;min-width:auto;padding:14px 18px;font-size:15.5px;border-radius:10px}
.lx2-footer-bottom{flex-direction:column;text-align:center}
}


.lx2-contact-item a{color:inherit;text-decoration:none;font-weight:500}
.lx2-contact-item a:hover{text-decoration:underline}



.nowcalling{display:block;position:fixed;bottom:0;width:100%;z-index:9999}
.lcol,.rcol{float:left;width:50%}
.lcol a,.rcol a{display:block;padding:10px 0;text-align:center;text-decoration:none;color:#fff}
.lcol{background-color:#b1006b;color:#fff;font-weight:700;}
.rcol{background-color:#0a5f2e;color:#ffffff;font-weight:700;}

.floating-icon{position:fixed;right:30px;width:60px;height:60px;z-index:999999}
.floating-icon a{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px rgba(0,0,0,.35);transition:.25s ease}
.floating-icon a:hover{transform:scale(1.08)}
.floating-icon img{width:28px;height:28px;filter:invert(1)}
.whatsapp-icon{bottom:190px}
.whatsapp-icon a{background:#25d366}
.call-icon{bottom:115px}
.call-icon a{background:#ff006f}
.telegram-icon{bottom:40px}
.telegram-icon a{background:#229ed9}
.call-icon img{filter:brightness(0) invert(1)}
@media(max-width:480px){
.navbar-brand{font-size:19px;font-weight:600}
.floating-icon{left:8px;left:auto;width:50px;height:50px}
.floating-icon img{width:20px;height:20px}
.whatsapp-icon{bottom:180px}
.whatsapp-icon a{background:#25d366}
.call-icon{bottom:105px}
.call-icon a{background:#ff006f}
.telegram-icon{bottom:40px}
.telegram-icon a{background:#229ed9}
}



.listing-btn-wa,
.adult-btn-wa,
.escort-btn-wa {
  background:#0a5f2e;   /* WCAG SAFE DARK GREEN */
  color:#ffffff;
  font-weight:700;
}

.listing-btn-wa:hover,
.adult-btn-wa:hover,
.escort-btn-wa:hover {
  background:#084a24;
}

