body{font-family:Poppins,sans-serif;background-color:#1a1a1a;color:#e5e5e5}
.hero-video{position:relative;overflow:hidden}
.hero-video video{object-fit:cover;width:100%;height:100%}
.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;text-align:center}
.navbar{background:#4314aa;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,215,0,.2);transition:all .3s ease}
.navbar.sticky{box-shadow:0 4px 10px rgba(0,0,0,.5)}
.navbar-brand{transition:transform .3s ease}
.navbar-brand:hover{transform:scale(1.05)}
.navbar-brand span{font-family:'Cormorant Garamond',serif;letter-spacing:1px}
.table{border-radius:12px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1);background-color:transparent!important}
.table thead th{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;background-color:rgba(0,0,0,.7);color:#fff}
.table tbody tr{background-color:transparent!important}
.table tbody td{background-color:transparent!important;color:#222}
.table tbody tr:hover{background-color:rgba(255,255,255,.1)!important;transform:scale(1.01);transition:.2s ease-in-out}
.city-select{position:relative;display:inline-block;max-width:380px}
.city-select select{max-height:200px!important;overflow-y:auto}
.city-select .form-select{background-color:#1e1e1e;color:#f5f5f5;padding:12px 40px 12px 45px;border:1px solid #444;border-radius:10px;font-size:1rem;font-weight:500;max-height:400px;appearance:none}
.city-select .form-select:focus{border-color:#c7a148;box-shadow:0 0 8px rgba(199,161,72,.6)}
.city-select i{position:absolute;top:50%;left:15px;transform:translateY(-50%);color:#c7a148;font-size:1.1rem}
.city-select::after{content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:50%;right:15px;pointer-events:none;transform:translateY(-50%);color:#aaa;font-size:.9rem}
.content-section{max-width:1200px;margin:0 auto;padding:40px 20px}
.content-section h2,.content-section h3,.content-section h4{font-family:'Cormorant Garamond',serif;color:gold}
.content-section p,.content-section ul{color:#d1d1d1}
.content-section ul li{margin-bottom:10px}

.content-section b{color:#fff;font-weight: 500;}

.content-section a, .content-section a:hover,
.content-section a:focus {
    text-decoration: underline;
    color: #FFFF66;
}

.text-yellow-400{color:gold}
.text-gray-300{color:#e5e5e5}
.text-gray-500{color:#6b7280}
.bg-gray-800{background-color:#374151}
.border-gray-600{border-color:#4b5563}
footer{position:relative;overflow:hidden}
footer::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(255,215,0,.1),transparent 70%);z-index:0;pointer-events:none}
footer .container{position:relative;z-index:1}
footer div{font-family:'Cormorant Garamond',serif;letter-spacing:1px;text-shadow:0 0 8px rgba(255,215,0,.3)}
footer ul li{padding:6px 0;display:flex;align-items:center}
footer ul li i{min-width:18px;text-align:center}
footer a{position:relative;display:inline-block;text-decoration:none}
footer a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:gold;transition:width .3s ease}
footer a:hover::after{width:100%}
footer .bi{transition:transform .3s ease,color .3s ease}
footer small{font-size:.85rem;letter-spacing:.5px}
.about-sec{padding:60px 0;background:#4314aa}
.about-sec-top{padding:0 150px}
.about-sec-top h2{color:#fff;font-size:24px;line-height:34px;margin-bottom:20px}
.about-sec-top ul li{color:#fff;font-size:20px;position:relative;padding-left:20px;margin-bottom:12px}
.about-sec-top ul li:after{content:" ";position:absolute;width:10px;height:10px;background:#e31ad7;border-radius:50%;left:0;top:8px}
@media (max-width:767.98px){
.about-sec-top ul li{font-size:16px}
.about-sec{padding:40px 0}
.about-sec-top{padding:0}
.about-sec-top h2{font-size:18px;line-height:30px}
}
.escort-card{border:none;overflow:hidden;border-radius:0}
.escort-card .image-container{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;}
.escort-card img{width:100%;height:100%;object-fit:cover;display:block}
.escort-info{display:flex;align-items:center;justify-content:space-around;max-width:300px;background:#6a0202;box-shadow:rgba(255,104,245,.25) 0 50px 100px -20px,rgba(255,161,241,.3) 0 30px 60px -30px,rgba(252,159,255,.35) 0 -2px 6px 0 inset;color:#fff;padding:8px 12px;margin:0 auto}
.escort-name{font-weight:700;text-transform:uppercase;margin:0;font-size:14px}
.escort-icons{display:flex;align-items:center;gap:15px}
.escort-icons .phone,.escort-icons .whatsapp{padding-left:15px;border-left:2px dashed rgba(255,255,255,.6);display:flex;align-items:center}
.escort-icons a img{width:22px;height:22px;filter:brightness(0) invert(1);transition:transform .2s ease-in-out}
.escort-icons a img:hover{transform:scale(1.2);filter:brightness(1) invert(0) sepia(1) hue-rotate(280deg) saturate(5)}
.escort-icons a img:hover{transform:scale(1.2)}
h2.escort-title{font-family:'Playfair Display',serif;font-size:37px;color:#c7a148;width:100%;text-align:center;font-weight:900}
.section-content h2{font-size:37px;margin-bottom:1rem;margin-top:20px;font-weight:700}
.section-content h3{font-size:1.4rem;margin-top:20px;font-weight:700;margin-bottom:.8rem}
.section-content li,.section-content ol,.section-content p,.section-content ul{font-size:1rem;line-height:1.6;margin-bottom:.5rem}
.section-content ol,.section-content ul{padding-left:1.5rem}
.section-content a{text-decoration:underline;font-weight:700}
.section-yellow{background-color:#ffd54f}
.section-yellow h2,.section-yellow h3{color:#181818;font-weight:700}
.section-yellow li,.section-yellow ol,.section-yellow p,.section-yellow ul{color:#000;list-style:disc}
.section-yellow a{color:#8b0000}
.section-yellow b{color:#8b0000}
.section-black{background-color:#000}
.section-black h2,.section-black h3{color:#c7a148}
.section-black li,.section-black ol,.section-black p,.section-black ul{color:#fff;list-style:disc}
.section-black a{color:#ffd54f}
.section-black b{color:#ffd54f}
.image-container{position:relative;width:100%;padding-top:133.33%;overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease}
.image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.image-container:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.3)}
@media (max-width:768px){
.section-content h2{font-size:28px}
.section-content h3{font-size:1.2rem}
.section-content li,.section-content ol,.section-content p,.section-content ul{font-size:.95rem}
.image-container{border-radius:6px}
}
@media (max-width:480px){
.section-content h2{font-size:24px}
.section-content h3{font-size:1rem}
.section-content li,.section-content ol,.section-content p,.section-content ul{font-size:.9rem}
}
.testimonial-section{background:linear-gradient(135deg,#ffe5dc,#fff0ea);padding:60px 0}
.testimonial-section h3{font-size:2rem;font-weight:700;color:#8b0000}
.testimonial-section p.section-intro{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto 40px auto}
.testimonial-card{background:#ffe5dc;border-radius:10px;border:none;box-shadow:0 6px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}
.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}
.testimonial-card p{font-size:1rem;color:#333}
.testimonial-card .clients-name{font-size:.95rem;color:#8b0000}
@media (max-width:768px){
.testimonial-section{padding:40px 15px}
.testimonial-section h3{font-size:1.6rem}
.testimonial-card{padding:15px}
}
.faq-section{background-color:#121212;padding:50px 0;color:#fff}
.faq-section h2{font-size:2rem;color:#c7a148;text-align:center;margin-bottom:40px}
.faq-section .faq-card{background-color:#1e1e1e;border:none;margin-bottom:10px;border-radius:8px}
.faq-section .faq-card .card-header{background-color:#1e1e1e;border:none;padding:0}
.faq-section .faq-btn{width:100%;text-align:left;color:#fff;font-weight:700;padding:15px;font-size:1.1rem;background:0 0;border:none}
.faq-section .faq-btn:focus{outline:0;box-shadow:none}
.faq-section .faq-btn i{float:right;transition:transform .3s ease}
.faq-section .faq-btn.collapsed i{transform:rotate(0)}
.faq-section .faq-btn:not(.collapsed) i{transform:rotate(180deg)}
.faq-section .card-body{background-color:#2a2a2a;color:#ddd;padding:15px 20px;border-top:1px solid #444}
.nowcalling1{display:flex;position:fixed;bottom:0;width:100%;z-index:9999}
.lcol,.rcol{flex:1}
.lcol a,.rcol a{display:block;padding:12px 0;text-align:center;text-decoration:none;color:#fff;font-size:18px;font-weight:700}
.lcol{background-color:#4314aa}
.rcol{background-color:#000}
.lcol a i,.rcol a i{margin-right:8px;font-size:20px}
@media (max-width:576px){
.lcol a,.rcol a{font-size:16px;padding:10px 0}
.lcol a i,.rcol a i{font-size:18px}
}