a,b{font-weight:500;color:#fff;text-decoration:none;transition:color .3s ease}
a:hover{color:#fff}
.navbar{background:#c00;position:sticky;top:0;z-index:1030;padding:.75rem 1rem;box-shadow:0 3px 8px rgba(0,0,0,.25)}
.navbar-brand{font-weight:700;font-size:1.6rem;color:#fff;text-transform:uppercase;letter-spacing:1px;transition:color .3s ease}
.navbar-brand:hover{color:#fff}
.navbar-nav .nav-link{color:#fff;font-weight:500;padding:.5rem 1rem;transition:color .3s ease}
.navbar-nav .nav-link:hover{color:#fff}
.search-box{margin:1.5rem auto;max-width:500px}
.search-box select{border-radius:50px;border:none;padding:.8rem 1rem;width:100%;outline:0;background:#000;color:#fff;font-weight:500;box-shadow:0 0 8px rgba(255,0,72,.3);transition:all .3s ease}
.search-box select:hover{background:#b89841;color:#000}
.offcanvas{background:#3a0c0c;color:#fff}
.offcanvas-header{border-bottom:1px solid rgba(255,255,255,.2)}
.offcanvas-title{color:#fff;font-weight:700}
.offcanvas-body a{color:#fff;display:block;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-weight:500;transition:color .3s ease}
.offcanvas-body a:hover{color:#fff}
footer{background:#c00;color:#ffeaea;padding:20px 0;text-align:center;font-size:.9rem;border-top:1px solid rgba(255,255,255,.2)}
footer a{color:#fff}
footer a:hover{color:#fff}
@media (max-width:767px){
.navbar-brand{font-size:1.2rem}
}




.hero{background-color:#c00;color:#fff;text-align:center;padding:80px 20px;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.25);z-index:1}
.hero-content{position:relative;z-index:2;max-width:700px;margin:0 auto}
.hero-content>div:first-child{color:#fff;font-size:2rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;text-shadow:0 2px 6px rgba(0,0,0,.35)}
.hero-content p{color:#fff;font-size:1.05rem;line-height:1.7;margin-bottom:15px;text-shadow:0 1px 3px rgba(0,0,0,.25)}
.hero-content a{color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease}
.hero-content a:hover{color:#fff}
.search-box{margin-top:25px}
.form-select{background-color:#000;color:#fff;border:1px solid #fff;padding:12px 16px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}
.form-select:hover{background-color:#fff;color:#000}
@media (max-width:768px){
.hero{padding:60px 15px}
.hero-content>div:first-child{font-size:1.6rem}
.form-select{width:100%}
}

/* MAIN VIDEO SECTION */
.video-sec {
    position: relative;
    width: 100%;
    background-color: #c00;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

/* VIDEO CONTAINER - CLS FIX */
.video-sec .video-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 600px;
    aspect-ratio: 16 / 9; /* RESERVES STABLE HEIGHT */
    z-index: 1;
    overflow: hidden;
}

/* VIDEO + POSTER */
.video-sec .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #000;
    display: block;
}

/* DARK OVERLAY */
.video-sec .video-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

/* CONTENT ABOVE VIDEO */
.video-sec .video-content {
    position: relative;
    z-index: 3;
    color: #ffc091;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    max-width: 900px;
    padding: 250px 20px;
}

.video-sec h1 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

/* POSTER BACKGROUND */
video[poster] {
    background-size: cover;
    background-position: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .video-sec .video-content {
        padding: 170px 15px;
    }
    .video-sec h1 {
        font-size: 1.5rem;
    }
    .video-sec .video-container {
   
    height: 500px;
   
}
}

@media (max-width: 480px) {
    .video-sec .video-content {
        padding: 150px 10px;
    }
    .video-sec .video-container {
    
    height: 500px;
    
}
    .video-sec h1 {
        font-size: 1.3rem;
    }
}


.luxury-video-section{background-color:#c00;overflow:hidden;padding:60px 20px}
.luxury-video-box video{border-radius:20px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease}
.luxury-video-box video:hover{transform:scale(1.03);box-shadow:0 8px 25px rgba(0,0,0,.25)}
.luxury-text-content{max-width:1100px;margin:0 auto;}
.luxury-text-content h2{color:#fff;font-weight:800;letter-spacing:.5px;font-size:2.4rem;margin-bottom:1.5rem;text-shadow:0 3px 8px rgba(0,0,0,.3)}
.luxury-text-content p{color:#fff;font-size:1.2rem;line-height:1.9}
.luxury-link{color:#ff9fd6;font-weight:600;text-decoration:none;border-bottom:2px solid #ff9fd6;transition:all .3s ease}
.luxury-link:hover{color:#fff;border-color:#fff}

.luxury-video-section img {
    max-width: 400px;
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(3deg);
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}
@media (max-width:1199px){
.luxury-text-content h2{font-size:2.1rem}
.luxury-text-content p{font-size:1.15rem}
}
@media (max-width:991px){
.luxury-video-section{padding:60px 20px}
.luxury-text-content h2{font-size:1.9rem}
.luxury-text-content p{font-size:1.1rem;line-height:1.8}
}
@media (max-width:767px){
.luxury-video-section{padding:50px 10px}
.luxury-video-section .luxury-video-box{width:48%}
.luxury-video-section .d-flex{justify-content:center}
.luxury-text-content h2{font-size:1.7rem}
.luxury-text-content p{font-size:1rem;line-height:1.7}
}
@media (max-width:480px){
.luxury-text-content h2{font-size:1.5rem}
.luxury-text-content p{font-size:.95rem}
}
.content-section{background-color:#c00;color:#fff;padding:60px 20px}
.content-section .content-wrapper{max-width:1100px;margin:0 auto}
.content-section h2{color:#fff;font-weight:800;font-size:2.4rem;margin-bottom:2rem;letter-spacing:.5px;text-shadow:0 3px 8px rgba(0,0,0,.3)}
.content-section h3{color:#fff;font-weight:700;font-size:2rem;margin-bottom:15px;letter-spacing:.5px}
.content-section p{font-size:1.2rem;line-height:1.9;color:#fff;margin-bottom:1rem}
.content-section b{color:#fff}
@media (max-width:1199px){
.content-section h2{font-size:2.1rem}
.content-section h3{font-size:1.9rem}
.content-section p{font-size:1.15rem}
}
@media (max-width:991px){
.content-section{padding:50px 10px}
.content-section h2{font-size:1.9rem}
.content-section h3{font-size:1.6rem}
.content-section p{font-size:1.1rem;line-height:1.8}
}
@media (max-width:767px){
.content-section{padding:40px 10px}
.content-section h2{font-size:1.7rem;text-align:center}
.content-section h3{font-size:1.5rem}
.content-section p{font-size:1rem;line-height:1.7}
}
@media (max-width:480px){
.content-section h2{font-size:1.5rem}
.content-section h3{font-size:1.2rem}
.content-section p{font-size:.95rem}
}


.exclusive-profile-section{background:#c00;padding:60px 20px;text-align:center}
.exclusive-profile-section h2{color:#ffc091;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem;text-shadow:0 3px 8px rgba(0,0,0,.3)}
.profile-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem}
.profile-box{flex:1 1 calc(20% - 1.2rem);max-width:calc(20% - 1.2rem);border-radius:16px;overflow:hidden;background:#121212;box-shadow:0 4px 15px rgba(0,0,0,.25);transition:transform .3s ease,box-shadow .3s ease}
.profile-box:hover{transform:translateY(-6px);box-shadow:0 8px 25px rgba(0,0,0,.35)}
.profile-image{position:relative;aspect-ratio:2/3;overflow:hidden;border-radius:14px}
.profile-image img{width:100%;height:100%;object-fit:cover;border-radius:14px;transition:transform .4s ease}
.profile-box:hover img{transform:scale(1.05)}
.overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;background:linear-gradient(to top,rgba(0,0,0,.75),transparent 65%);padding-bottom:1rem}
.profile-name{font-size:1.2rem;color:#ffc091;font-weight:700;margin-bottom:.6rem;text-shadow:0 2px 6px rgba(0,0,0,.4)}
.profile-actions{display:flex;gap:10px}
.btn-action{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;color:#fff;font-size:1.2rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.3)}
.btn-action.call{background:linear-gradient(135deg,#ff0079,#ff4da6)}
.btn-action.call:hover{background:linear-gradient(135deg,#e1006c,#ff0079);transform:scale(1.1)}
.btn-action.whatsapp{background:linear-gradient(135deg,#25d366,#00b75f)}
.btn-action.whatsapp:hover{background:linear-gradient(135deg,#1da851,#00d26b);transform:scale(1.1)}
@media (max-width:1199px){
.profile-box{flex:1 1 calc(25% - 1rem);max-width:calc(25% - 1rem)}
}
@media (max-width:991px){
.profile-box{flex:1 1 calc(33.33% - 1rem);max-width:calc(33.33% - 1rem)}
}
@media (max-width:767px){
.profile-box{flex:1 1 calc(50% - 0.8rem);max-width:calc(50% - .8rem)}
}
@media (max-width:480px){
.profile-box{flex:1 1 100%;max-width:100%}
}

.next-light{background-color:#c00;color:#f7e8e9;padding:60px 20px;position:relative;overflow:hidden}
.next-light::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.1);z-index:0}
.next-light *{position:relative;z-index:1}
.next-light h2{color:#ffc091;font-weight:800;font-size:2.2rem;letter-spacing:.6px;text-align:center;margin-bottom:1.5rem;text-transform:uppercase;text-shadow:0 3px 8px rgba(0,0,0,.25)}
.next-light p{color:#f1d9db;font-size:1.05rem;line-height:1.8;text-align:justify;margin-bottom:1.2rem}
.next-light .table{width:100%;color:#fff;background-color:transparent;border-color:#3a2c2e;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.25)}
.next-light .table th{background-color:#3a2c2e;color:#ffc091;font-weight:700;text-transform:uppercase;border-color:#4b383b;text-align:center;padding:.85rem}
.next-light .table td{background-color:#2f2628;color:#f8e6e6;border-color:#3a2c2e;text-align:center;vertical-align:middle;padding:.85rem}
.next-light .table-hover tbody tr:hover td{background-color:#3b2d2f;color:#ffc091;transition:all .3s ease}
.next-light .table-primary th{background:linear-gradient(135deg,#ff0079,#ff75a3);color:#fff;border:none}
@media (max-width:768px){
.next-light{padding:50px 15px}
.next-light h2{font-size:1.7rem;text-align:center}
.next-light p{font-size:1rem;line-height:1.6}
.next-light .table td,.next-light .table th{font-size:.9rem;padding:.65rem}
}
@media (max-width:480px){
.next-light{padding:40px 10px}
.next-light h2{font-size:1.5rem}
.next-light p{font-size:.95rem}
}
.faq-section{background-color:#c00;color:#fff;padding:60px 20px;position:relative;overflow:hidden}
.faq-section::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.1);z-index:0}
.faq-section *{position:relative;z-index:1}
.faq-section h2{color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:1px;text-align:center;margin-bottom:1.5rem;text-shadow:0 3px 8px rgba(0,0,0,.25)}
.faq-section .intro-text{color:#e7cfd1;max-width:700px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7;text-align:center}
.accordion-item{background-color:#2f2628;border:1px solid #3a2c2e;border-radius:10px;margin-bottom:1rem;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}
.accordion-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.35)}
.accordion-button{background-color:#3a2c2e;color:#ffc091;font-weight:600;text-transform:capitalize;letter-spacing:.4px;border:none;box-shadow:none;padding:1rem 1.25rem;transition:all .3s ease}
.accordion-button:not(.collapsed){background:linear-gradient(135deg,#ff0079,#ff4da6);color:#fff;box-shadow:none}
.accordion-button:hover{background-color:#4b3a3d;color:#ffc091}
.accordion-body{background-color:#2f2628;color:#f8e6e6;font-size:1rem;padding:1rem 1.25rem;border-top:1px solid #3a2c2e;line-height:1.7}
@media (max-width:768px){
.faq-section{padding:50px 15px}
.faq-section h2{font-size:1.8rem}
.accordion-button{font-size:.95rem;padding:.9rem 1rem}
}
@media (max-width:480px){
.faq-section{padding:40px 10px}
.faq-section h2{font-size:1.5rem}
}

.tags-section{background-color:#c00;color:#f8e6e6;padding:60px 20px;position:relative;overflow:hidden}
.tags-section::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.08);z-index:0}
.tags-section *{position:relative;z-index:1}
.contain{padding:50px 20px 40px;max-width:1140px;margin:auto}
.tags-section h2{font-size:1.8rem;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-weight:900;color:#fff!important;text-transform:uppercase;letter-spacing:.8px;text-align:center;justify-content:center;text-shadow:0 3px 8px rgba(0,0,0,.25)}
.tags-section h3 i{color:#fff}
.tags-wrapper{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.tags-wrapper span{padding:7px 12px;font-size:13px;font-weight:600;border-radius:12px;color:#fff;text-decoration:none!important;display:inline-block;transition:all .3s ease-in-out;box-shadow:0 2px 4px rgba(0,0,0,.25);background:linear-gradient(135deg,#ff4da6,#ff0079)}
.tags-wrapper span:hover{transform:scale(1.07);opacity:.95;box-shadow:0 4px 12px rgba(255,192,145,.4)}
span.badge:nth-child(6n+1){background:linear-gradient(135deg,#ff0079,#ff4da6)}
span.badge:nth-child(6n+2){background:linear-gradient(135deg,#1fa9e2,#63d8ff)}
span.badge:nth-child(6n+3){background:linear-gradient(135deg,#28a745,#6fdc9d)}
span.badge:nth-child(6n+4){background:linear-gradient(135deg,#eb008b,#ff5ea9)}
span.badge:nth-child(6n+5){background:linear-gradient(135deg,#009688,#32c8b0)}
span.badge:nth-child(6n+6){background:linear-gradient(135deg,#fd7e14,#ffb45a)}
.city-section{background:#c00;text-align:center;padding:60px 20px;position:relative}
.city-section::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.1);z-index:0}
.city-section *{position:relative;z-index:1}
.city-section h2{color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:1px;position:relative;text-shadow:0 3px 8px rgba(0,0,0,.25)}
.city-section h2::after{content:"";display:block;width:100px;height:3px;margin:12px auto 0;background:linear-gradient(90deg,#ff0079,#ffc091);border-radius:2px}
.city-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:2rem}
.city-tags span{display:inline-block;border-radius:4px;transition:transform .3s ease,box-shadow .3s ease}
.city-tags span a{display:block;padding:7px 12px;font-weight:600;color:#fff;text-decoration:none;border-radius:4px;letter-spacing:.3px;font-size:.95rem;transition:all .3s ease}
.city-tags span:nth-child(5n+1) a{background:linear-gradient(135deg,#ff0079,#ff5ea9)}
.city-tags span:nth-child(5n+2) a{background:linear-gradient(135deg,#1fa9e2,#63d8ff)}
.city-tags span:nth-child(5n+3) a{background:linear-gradient(135deg,#9f0c4a,#ff326d)}
.city-tags span:nth-child(5n+4) a{background:linear-gradient(135deg,#eb008b,#ff5ea9)}
.city-tags span:nth-child(5n+5) a{background:linear-gradient(135deg,#009688,#32c8b0)}
.city-tags span:hover{transform:translateY(-4px);box-shadow:0 0 15px rgba(255,192,145,.45)}
.city-tags span a:hover{filter:brightness(1.1);text-shadow:0 0 10px rgba(255,192,145,.8);color:#fff6e5}
@media (max-width:768px){
.tags-section{padding:50px 10px}
.city-section{padding:50px 10px}
.city-tags{gap:8px}
.city-tags span a{font-size:.9rem;padding:8px 14px}
}

.client-testimonials-section{background-color:#c00;color:#f8e6e6;overflow:hidden;padding:60px 20px;position:relative}
.client-testimonials-section::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.08);z-index:0}
.client-testimonials-section *{position:relative;z-index:1}
.section-title{color:#ffc091;font-weight:800;font-size:2.3rem;letter-spacing:.6px;margin-bottom:.8rem;text-align:center;text-transform:uppercase;text-shadow:0 3px 8px rgba(0,0,0,.25)}
.section-subtitle{color:#f1d9db;font-size:1.05rem;max-width:800px;margin:0 auto 2rem;line-height:1.8;text-align:center}
.testimonial-card{background:#2b2326;padding:25px 20px;border-radius:16px;height:100%;border:1px solid rgba(255,255,255,.05);box-shadow:0 5px 15px rgba(0,0,0,.35);transition:all .35s ease;position:relative}
.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px rgba(255,192,145,.4);border-color:rgba(255,192,145,.25)}
.quote-icon{color:#ffc091;font-size:1.6rem;margin-bottom:10px}
.testimonial-text{font-size:.98rem;color:#fff;font-style:italic;line-height:1.7;margin-bottom:15px}
.client-name{font-weight:600;font-size:1rem;color:#ffc091;text-align:right;margin-bottom:0}
.testimonials-wrapper p{color:#f1d9db;font-size:1.05rem;line-height:1.8;text-align:justify}
.nowcalling{display:block;position:fixed;bottom:0;width:100%;z-index:9999;font-family:Poppins,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 -3px 10px rgba(0,0,0,.25)}
.lcol,.rcol{float:left;width:50%;transition:all .3s ease}
.lcol a,.rcol a{display:block;padding:12px 0;text-align:center;text-decoration:none;color:#fff;font-size:16px}
.lcol{background:linear-gradient(135deg,#ff3b3b,#b60000)}
.lcol:hover{background:linear-gradient(135deg,#ff5757,#c60000);transform:scale(1.03)}
.rcol{background:linear-gradient(135deg,#25d366,#128c7e)}
.rcol:hover{background:linear-gradient(135deg,#32d95e,#0a8c25);transform:scale(1.03)}
@media (max-width:991px){
.section-title{font-size:2rem}
.testimonial-text{font-size:.95rem}
}
@media (max-width:768px){
.section-title{font-size:1.7rem}
.section-subtitle{font-size:.95rem}
.lcol a,.rcol a{font-size:14px;padding:10px 0}
}
@media (max-width:480px){
.client-testimonials-section{padding:40px 10px}
.section-title{font-size:1.5rem}
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
