@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');



*{box-sizing:border-box}



body {

    margin: 0;

    padding: 0;

    background-image: linear-gradient(rgba(107, 58, 121, 0.76), rgba(30, 10, 36, .76)), url(../images/background.webp);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

    top: 0;

    left: 0;

}



body::-webkit-scrollbar {

    display: none;

}



.container {

    max-width: 100%;

    margin: 0 auto;

    padding: 0 15px;

}



.row {

    display: flex;

    flex-wrap: wrap;

    margin-right: -15px;

    margin-left: -15px;

    align-items: center;

}



.flex-row-reverse {

    flex-direction: row-reverse !important;

}



.img-fluid {

    max-width: 100%;

}



/* **********************************************************Cookies Consent Start******************************** */



#cookieConsent {

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 30%;

    padding: 35px 15px;

    background: #410000;

    color: #615456;

    text-align: center;

    height: auto;

    z-index: 9999;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    border: 2px solid #070707;

}



.terms_conditions {

    margin: auto;

    max-width: 290px;

}



#cookieConsent .alt-logo {

    position: relative;

    margin: 0 auto;

    width: 100px;

    height: 100px;

    border-radius: 50%;

}



#cookieConsent .alt-logo .alt-logo-img {

    width: 90px;

    height: 90px;

    object-fit: contain;

    padding: 10px;

    border: 4px solid #ffeea4;

    border-radius: 50%;

}



#cookieConsent .alt-logo span {

    position: absolute;

    top: 7px;

    right: -14px;

    background-color: #070707;

    color: #fff;

    padding: 7px 5px;

    border-radius: 50%;

    font-size: 14px;

}



#cookieConsent p {

    font-size: 16px;

    font-family: "Montserrat", sans-serif;

    color: #ffffff;

}



#cookieConsent p a {

    text-decoration: none;

    color: #ffeea4;

}



#cookieConsent h4 {

    font-family: "Manrope", sans-serif;

    font-size: 20px;

    color: #ffeea4;

}



.btnaccept {

    background: #ffeea4;

    color: #fff;

    border: none;

    padding: 10px 40px;

    cursor: pointer;

    bottom: 70px;

    left: 50%;

    margin-bottom: 3px;

    font-size: 15px;

    font-family: "Montserrat", sans-serif;

}



.btndecline {

    font-size: 15px;

    font-family: "Montserrat", sans-serif;

    margin-bottom: 3px;

    bottom: 30px;

    left: 50%;

    cursor: pointer;

    color: #ffffff;

    border: none;

    background: transparent;

}



@media only screen and (max-width:1400px) {

    #cookieConsent { width: 35%; }

}

@media only screen and (max-width:1200px) {

    #cookieConsent { width: 45%; }

}

@media only screen and (max-width:992px) {

    #cookieConsent { width: 55%; }

}

@media only screen and (max-width:576px) {

    #cookieConsent { width: 75%; }

}

@media only screen and (max-width:414px) {

    #cookieConsent { width: 90%; }

}



/* Cookies Consent End */



/* Navbar */



header { background: #080000; }

header ul { list-style: none; }

header .row { display: block; }



.logo { position: relative; }

.logo a {

    display: block;

    font-size: 25px;

    text-decoration: none;

    color: #FF0079;

    font-family: "Montserrat", sans-serif;

}

.logo_text {

    color: #FF0079;

    font-family: 'Dosis', sans-serif;

    font-size: 22px;

    font-weight: 800;

}

.logo span {

    position: absolute;

    top: -5px;

    left: 45px;

    color: #60005a;

    font-size: 14px;

    font-family: "Montserrat", sans-serif;

}



.navbar {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 0px 10px;

}

.navbar .main-menu { display: flex; }

.main-menu li a {

    display: inline-block;

    padding: 10px 20px;

    text-decoration: none;

    color: #ffeea4;

    font-family: "Montserrat", sans-serif;

}

.menu-btn { display: none; cursor: pointer; }

.toggler-icon {

    width: 20px;

    height: 3px;

    margin: 3px 0;

    background: #ffeea4;

    display: block;

}

.row-content h2 {

    font-size: 2rem;

    margin-bottom: 10px;

    text-align: center;

}

.row-content p {

    font-size: 1.2rem;

    text-align: center;

    line-height: 1.6;

}

.main-menu .hide { display: none; text-align: center; }



@media screen and (max-width: 992px) {

    .main-menu .hide { display: block; }

    .main-menu {

        position: absolute;

        top: 41px;

        right: 0;

        width: 100%;

        height: auto;

        flex-direction: column;

        background-color: #080000;

        transition: 0.5s all ease;

        display: none;

        align-items: center;

        transform: translateX(-985px);

        padding: 30px 0;

        z-index: 999;

    }

    .main-menu.show {

        transform: translateX(0px);

        transition: 0.5s all ease;

        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.57);

    }

    .main-menu li a { margin-bottom: 10px; display: block; }

    .menu-btn {

        display: block;

        position: absolute;

        color: white;

        padding-top: 18px;

        right: 30px;

        font-size: 2rem;

        top: 0;

    }

}



/* Navbar */



/* Banner Section */



.banner { background: #b459c0; }

.banner .content_side h1 {

    font-family: "Manrope", sans-serif;

    font-size: 35px;

    font-weight: 500;

    color: #ffffff;

    text-align: center;

}

.banner .content_side h2 {

    font-family: "Manrope", sans-serif;

    font-size: 35px;

    font-weight: 500;

    color: #ffffff;

    text-align: center;

}



.custom-select {

    position: relative;

    font-family: Arial;

    background: #ffffff;

    max-width: 300px;

    padding: 15px;

    margin: auto;

}



.custom-select label {

    font-size: 16px;

    font-family: "Montserrat", sans-serif;

    color: #b459c0;

}

.select-selected { background-color: #ffeea4; }

.select-selected:after {

    position: absolute;

    content: "";

    top: 65px;

    right: 25px;

    width: 0;

    height: 0;

    border: 6px solid transparent;

    border-color: #fff transparent transparent transparent;

}

.select-selected.select-arrow-active:after {

    border-color: transparent transparent #fff transparent;

    top: 60px;

}

.select-items div, .select-selected {

    color: #b459c0;

    padding: 8px 16px;

    border: 1px solid transparent;

    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;

    cursor: pointer;

    user-select: none;
    width: 250px;

}

.select-items {

    position: absolute;

    background-color: #ffeea4;

    top: 100%;

    left: 0;

    right: 0;

    z-index: 99;

}

.select-hide { display: none; }

.select-items div:hover, .same-as-selected { background-color: rgba(0, 0, 0, 0.1); }



.image_side { flex: 60%; max-width: 65%; }

.content_side { flex: 35%; max-width: 35%; padding-right: 25px; }

.image_side img { margin-bottom: -4px; }



@media only screen and (max-width:1270px) {

    .banner .content_side h2 { font-size: 25px; }

}



@media only screen and (max-width:992px) {

    .banner .row { display: block; }

    .image_side { flex: 100%; max-width: 100%; }

    .content_side { flex: 100%; max-width: 90%; margin: auto; padding-right: 0; }

}



/* Banner Section */



/* Services */



.services { padding: 30px 0; background: #080000; }

.services h2 {

    text-align: center;

    font-family: "Manrope", sans-serif;

    color: #ffeea4;

    text-transform: uppercase;

    font-weight: bold;

}

.services .services_container {

    display: flex;

    flex-wrap: wrap;

    max-width: 100%;

    align-items: center;

    justify-content: center;

}

.services .services_container img { max-width: 100%; }

.services .services_container .services_box {

    flex: 10%;

    max-width: 15%;

    background: #a72e2e;

    margin: 15px;

    border-radius: 30px;

    text-align: center;

    padding: 10px;

    box-sizing: border-box;

    min-width: 160px;

}

.services .services_container .services_box .content_box {

    text-align: center;

    font-family: "Manrope", sans-serif;

    color: #ffeea4;

    text-transform: uppercase;

    font-weight: normal;

    font-size: 16px;

}



@media only screen and (max-width:576px) {

    .services .services_container .services_box {

        flex: 35%;

        max-width: 45%;

        margin: 10px;

        min-width: fit-content;

        text-align: center;

        align-items: center;

    }

    .services .services_container .services_box .content_box { max-width: 130px; }

}



/* Services */



/* Category Section (top escorts) */



.top_escorts { padding: 30px 0; }

.top_escorts h2 {

    text-align: center;

    font-family: "Montserrat", sans-serif;

    color: #ffeea4;

    text-transform: uppercase;

}

.top_escorts .escorts_box {

    flex: 15%;

    width: 20%;

    margin: 20px;

    padding: 15px 15px 0;

    box-sizing: border-box;

    margin-bottom: 25px;

    background: #ffeea4;

    transition: transform .5s;

    border-radius: 5px;

}

.top_escorts .escorts_box a { text-decoration: none; }

.top_escorts .escorts_box:hover { transform: scale(1.1); rotate: 5deg; transition: all .5s; }

.top_escorts .escorts_box .escorts_img { max-height: 250px; overflow: hidden; text-align: center; }

.escorts_box .name p {

    font-family: "Manrope", sans-serif;

    font-size: 15px;

    color: #b459c0;

    text-transform: uppercase;

    line-height: calc(15 / 11);

    letter-spacing: 0.0625em;

    font-weight: 500;

    text-align: center;

}



@media only screen and (max-width:1200px) {

    .top_escorts .escorts_box { flex: 20%; width: 25%; }

}

@media only screen and (max-width:992px) {

    .top_escorts .escorts_box { flex: 27%; width: 33.33%; }

}

@media only screen and (max-width:768px) {

    .top_escorts .escorts_box { flex: 43%; width: 50%; }

}

@media only screen and (max-width:576px) {

    .top_escorts .escorts_box { flex: 35%; width: 100%; }

}



/* Category Section */



/* Random Text */



.random_text { padding: 40px 20px; }

.random_text h2 {

    text-align: justify;

    font-family: "Manrope", sans-serif;

    color: #ffeea4;

    font-weight: lighter;

}

.random_text h3 {

    text-align: justify;

    font-family: "Manrope", sans-serif;

    color: #ffeea4;

    font-weight: lighter;

}

a, b {

    color: #ffeea4;

    font-weight: 600;

    text-decoration: none;

}



.random_text p {

    text-align: justify;

    text-align-last: left;

    word-spacing: normal;

    hyphens: auto;

    font-family: "Montserrat", sans-serif;

    color: #ffffff;

    font-size: 16px;

    letter-spacing: 1px;

    line-height: 25px;

    margin: 0 0 12px;

    padding: 0;

}

.random_text p:last-child { margin-bottom: 0; }



.random_text ol li, .random_text ul li {

    text-align: justify;

    font-family: "Montserrat", sans-serif;

    color: #ffeea4;

    font-size: 16px;

}



/* Random Text */



/* **************************************************************Category***************************************** */



.category { padding: 50px 0; background: #ffeea4; }

.category h2 {

    font-size: 30px;

    padding-bottom: 15px;

    text-align: center;

    font-family: "Montserrat", sans-serif;

    color: #b459c0;

    text-transform: uppercase;

}

.category .category_container {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

    overflow: hidden;

}

.category .category_box {

    flex: 16%;

    max-width: 20%;

    box-sizing: border-box;

    margin: 10px 7px;

    display: flex;

    justify-content: center;

}

.article-box { position: relative; color: white; }

.article-box .image img { width: 100%; height: 100%; transition: transform 1s ease; }

.article-box .image {

    max-width: 185px;

    max-height: 185px;

    overflow: hidden;

    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 10%);

    border: 4px solid #b459c0;

    border-radius: 50%;

    position: relative;

}

.article-box:hover .image img { transform: scale(1.1); transition: transform 0.5s ease; }

.article-box .social {

    display: flex;

    position: absolute;

    bottom: 2px;

    right: 2px;

    background: #7f7f7f;

    border: 5px solid #FF0079;

}

.article-box .social .info-wpbtn { margin-right: 0; }

.article-box .social .info-phbtn { margin-right: 0; border-right: 5px solid #FF0079; }



.rib-top-left { top: 0px; left: 0px; }

.rib { width: 120px; height: 145px; overflow: hidden; position: absolute; }

.rib-top-left span { right: -25px; top: 30px; transform: rotate(-45deg); }

.rib span {

    position: absolute;

    display: block;

    width: 190px;

    padding: 5px 0;

    background-color: #b459c0;

    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);

    color: #fff;

    font-size: 14px;

    text-shadow: 0 2px 1px rgba(0, 0, 0, .2);

    text-transform: uppercase;

    text-align: center;

    font-weight: 700;

    font-family: 'Dosis', sans-serif;

}



@media only screen and (max-width:1200px) {

    .article-box .image { max-width: 250px; max-height: 250px; }

}

@media only screen and (max-width:992px) {

    .article-box .image { max-width: 200px; max-height: 200px; }

}

@media only screen and (max-width:1050px) and (min-width:768px) {

    .article-box .image { max-width: 180px; max-height: 180px; border-radius: 50%; }

}

@media only screen and (max-width:768px) {

    .category .category_box { flex: 47%; max-width: 50%; }

}

@media only screen and (max-width:576px) {

    .article-box .social .info-wpbtn { margin-right: 5px; }

    .article-box .social .info-phbtn { margin-right: 5px; border-right: none; }

    .article-box .social { background: none; border: none; }

}

@media only screen and (max-width:497px) {

    .category .category_box { max-width: 45%; flex: 100%; }

    .rib { width: 118px; height: 87px; }

    .rib span { width: 211px; font-size: 10px; }

}



/* **********************************************************Category***************************************** */



/* Price Table */



.price_table { padding: 30px 0; background: #ffeea4; }

.price_table h2 {

    text-align: center;

    font-family: "Manrope", sans-serif;

    color: #b459c0;

    text-transform: uppercase;

}

.price_table table {

    width: 100%;

    text-align: center;

    font-family: "Montserrat", sans-serif;

    font-size: 18px;

}

.price_table table tr td { padding: 10px; width: 50%; }



@media only screen and (max-width:576px) {

    .price_table table tr td { padding: 10px; width: unset; }

}



/* Price Table */

/* Experience plans */

.experience-plans {
    position: relative;
    overflow: hidden;
    padding: 48px 0 54px;
    background: linear-gradient(120deg, #4d1d56 0%, #722e80 48%, #9b4da8 100%);
}

.experience-plans::before,
.experience-plans::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    pointer-events: none;
}

.experience-plans::before { top: -170px; left: -110px; }
.experience-plans::after { right: -130px; bottom: -190px; }

.plans-heading {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0 auto 30px;
    text-align: center;
}

.plans-kicker {
    margin: 0 0 12px;
    color: #f3d9f6;
    font: 700 11px/1.2 "Manrope", sans-serif;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.plans-heading h2 {
    margin: 0;
    color: #fff8ff;
    font: 500 clamp(30px, 4vw, 46px)/1.1 "Manrope", sans-serif;
    letter-spacing: .02em;
    text-transform: none;
}

.plans-intro {
    max-width: 480px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, .78);
    font: 400 14px/1.7 "Manrope", sans-serif;
}

.plans-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

.plan-card {
    position: relative;
    display: flex;
    min-height: 430px;
    flex-direction: column;
    padding: 22px 24px 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px 24px 4px 24px;
    background: rgba(43, 18, 51, .74);
    box-shadow: 0 20px 40px rgba(35, 8, 42, .25);
    text-align: left;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.plan-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #b459c0;
}

.plan-card:hover {
    transform: translateY(-10px);
    border-color: rgba(220, 165, 227, .75);
    box-shadow: 0 30px 54px rgba(35, 8, 42, .42);
}

.plan-card-featured {
    min-height: 468px;
    padding-top: 30px;
    background: linear-gradient(155deg, rgba(58, 22, 67, .96), rgba(43, 18, 51, .86));
    border-color: rgba(220, 165, 227, .62);
    box-shadow: 0 26px 52px rgba(35, 8, 42, .4);
}

.plan-card-featured::before { background: linear-gradient(90deg, #dca5e3, #b459c0); }

.plan-ribbon {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #f3d9f6;
    font: 700 10px/1.2 "Manrope", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.plan-topline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .55);
    font: 700 10px/1.2 "Manrope", sans-serif;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.plan-topline span:first-child { color: #dca5e3; font-size: 17px; letter-spacing: 0; }
.plan-card-heading { min-height: 74px; }

.plan-label {
    margin: 0 0 9px;
    color: #fff8ff;
    font: 600 22px/1.2 "Manrope", sans-serif;
}

.plan-setting {
    margin: 0;
    color: #f3d9f6;
    font: 400 13px/1.4 "Manrope", sans-serif;
}

.plan-price {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    column-gap: 8px;
    margin: 20px 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.plan-price sup {
    align-self: start;
    padding-top: 10px;
    color: #dca5e3;
    font: 700 11px/1 "Manrope", sans-serif;
    letter-spacing: 1px;
}

.plan-price strong {
    color: #fff8ff;
    font: 600 clamp(38px, 4vw, 52px)/.95 "Manrope", sans-serif;
    letter-spacing: -.04em;
}

.plan-price span {
    grid-column: 2;
    margin-top: 7px;
    color: rgba(255, 255, 255, .62);
    font: 400 12px/1.2 "Manrope", sans-serif;
}

.plan-features {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .78);
    font: 400 13px/1.4 "Manrope", sans-serif;
}

.plan-features i { color: #dca5e3; font-size: 16px; }

.plan-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: auto;
    padding: 13px 16px;
    border: 1px solid rgba(220, 165, 227, .62);
    border-radius: 2px 12px 2px 12px;
    color: #fff8ff;
    background: rgba(180, 89, 192, .2);
    font: 700 12px/1.2 "Manrope", sans-serif;
    letter-spacing: .4px;
    text-decoration: none;
    transition: background .25s ease, transform .25s ease;
}

.plan-action:hover { color: #fff; background: #b459c0; transform: translateY(-2px); }

@media (max-width: 900px) {
    .plans-grid { grid-template-columns: 1fr; max-width: 520px; }
    .plan-card, .plan-card-featured { min-height: 0; }
    .plan-card-featured { order: -1; }
}

@media (max-width: 576px) {
    .experience-plans { padding: 36px 0 42px; }
    .plans-heading { margin-bottom: 24px; }
    .plan-card { padding: 20px 18px 20px; }
    .plan-topline { margin-bottom: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .plan-card, .plan-action { transition: none; }
    .plan-card:hover, .plan-action:hover { transform: none; }
}

/* Category index: framed profile tiles with gentle automatic motion */

.category {
    position: relative;
    overflow: hidden;
    padding: 66px 0 72px;
    background: #00000080;
}

.category::before,
.category::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(220, 165, 227, .22);
    transform: rotate(24deg);
}

.category::before { width: 420px; height: 420px; top: -250px; left: -130px; border-radius: 48%; }
.category::after { width: 330px; height: 330px; right: -120px; bottom: -210px; border-radius: 50%; }

.category h2 {
    position: relative;
    z-index: 1;
    margin: 0 auto 34px;
    padding: 0;
    color: #fff8ff;
    font: 500 clamp(30px, 4vw, 46px)/1.1 "Manrope", sans-serif;
    letter-spacing: .02em;
}

.category h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin: 14px auto 0;
    background: #b459c0;
}

.category .category_container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: visible;
}

.category .category_box {
    display: block;
    width: auto;
    max-width: none;
    margin: 0;
    animation: category-float 6s ease-in-out infinite;
}

.category .category_box:nth-child(2n) { animation-delay: -1.2s; }
.category .category_box:nth-child(3n) { animation-delay: -2.4s; }
.category .category_box:nth-child(4n) { animation-delay: -3.6s; }
.category .category_box:nth-child(5n) { animation-delay: -4.8s; }

.article-box {
    position: relative;
    padding: 9px;
    border: 1px solid rgba(220, 165, 227, .25);
    border-radius: 16px 4px 16px 4px;
    background: linear-gradient(155deg, rgba(114, 46, 128, .84), rgba(43, 18, 51, .94));
    box-shadow: 0 14px 28px rgba(0, 0, 0, .3);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.article-box:hover {
    transform: translateY(-10px) rotate(-1deg);
    border-color: #dca5e3;
    box-shadow: 0 24px 40px rgba(35, 8, 42, .52);
}

.article-box .image {
    width: 100%;
    max-width: none;
    height: 210px;
    max-height: none;
    overflow: hidden;
    border: 0;
    border-radius: 10px 2px 10px 2px;
    background: #2b1233;
}

.article-box .image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(24, 13, 32, .7));
    pointer-events: none;
}

.article-box .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.88);
    transition: transform .7s cubic-bezier(.2, .75, .25, 1), filter .7s ease;
}

.article-box:hover .image img { transform: scale(1.1); filter: saturate(1.1) contrast(1.04); }

.rib {
    top: 18px;
    left: 18px;
    width: auto;
    height: auto;
    overflow: visible;
}

.rib-top-left span,
.rib span {
    position: static;
    display: inline-block;
    width: auto;
    padding: 6px 9px;
    transform: none;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 2px 8px 2px 8px;
    background: rgba(180, 89, 192, .92);
    box-shadow: 0 5px 14px rgba(35, 8, 42, .3);
    color: #fff8ff;
    font: 700 9px/1.2 "Manrope", sans-serif;
    letter-spacing: 1px;
}

@keyframes category-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@media (max-width: 992px) {
    .category .category_container { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .category { padding: 44px 0 50px; }
    .category h2 { margin-bottom: 25px; }
    .category .category_container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .article-box .image { height: 220px; }
}

@media (max-width: 420px) {
    .category .category_container { grid-template-columns: 1fr; max-width: 290px; }
    .article-box .image { height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
    .category .category_box { animation: none; }
    .article-box, .article-box .image img { transition: none; }
    .article-box:hover { transform: none; }
}



/* Random Text With Image */



.random_text_img { padding: 40px 20px; }

.random_text_img h2 {

    text-align: justify;

    font-family: "Manrope", sans-serif;

    color: #ffeea4;

    font-weight: lighter;

}

.random_text_img h3 {

    text-align: justify;

    font-family: "Manrope", sans-serif;

    color: #ffeea4;

    font-weight: lighter;

}

.random_text_img p {

    text-align: justify;

    text-align-last: left;

    word-spacing: normal;

    hyphens: auto;

    font-family: "Montserrat", sans-serif;

    color: #ffffff;

    font-size: 16px;

    letter-spacing: 1px;

    line-height: 25px;

    margin: 0 0 12px;

    padding: 0;

}

.random_text_img p:last-child { margin-bottom: 0; }

.random_text_img ol li {

    text-align: justify;

    font-family: "Montserrat", sans-serif;

    color: #ffeea4;

    font-size: 16px;

}

.random_text_img .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    align-items: start;
    gap: clamp(28px, 5vw, 72px);
    margin: 0;
}

.random_text_img .text_side,
.random_text_img .pic_side {
    min-width: 0;
    width: auto;
    flex: none;
}

.random_text_img .pic_side { text-align: center; }
.random_text_img .pic_side img {
    display: block;
    width: 100%;
    max-width: 390px;
    height: auto;
    margin: 0 auto;
    padding: 8px;
    border: 3px solid #ffeea4;
    border-radius: 18px 4px 18px 4px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 18px 36px rgba(23, 5, 31, .42), 0 0 0 1px rgba(255, 238, 164, .25);
    object-fit: cover;
    transform-style: preserve-3d;
    backface-visibility: visible;
}

@keyframes random-image-flip {
    0% { transform: perspective(900px) rotateY(0deg); }
    45% { transform: perspective(900px) rotateY(180deg); }
    100% { transform: perspective(900px) rotateY(360deg); }
}

.random_text_img .pic_side img.is-flipping {
    animation: random-image-flip 1.6s ease-in-out both;
}

@media (prefers-reduced-motion: reduce) {
    .random_text_img .pic_side img,
    .random_text_img .pic_side img.is-flipping { animation: none; }
}

/* Policy pages */
.policy-banner {
    position: relative;
    overflow: hidden;
    padding: 72px 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(110deg, rgba(44, 15, 55, .88), rgba(97, 43, 108, .66)), url("../images/section-bg.jpg") center/cover;
}
.policy-banner::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, .15) 48%, transparent 68%);
    background-size: 220% 100%;
    animation: banner-sheen 7s ease-in-out infinite;
}
.policy-banner-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.policy-kicker { margin: 0 0 12px; color: #f1c9f5; font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: 3px; }
.policy-banner h1 { margin: 0; color: #fff; font: 700 clamp(32px, 5vw, 58px)/1.1 "Manrope", sans-serif; }
.policy-banner p { max-width: 650px; margin: 18px auto 0; color: rgba(255, 255, 255, .86); font: 400 15px/1.7 "Manrope", sans-serif; }
.policy-content { padding: 58px 20px 76px; background: linear-gradient(135deg, #fff 0%, #fff8ff 55%, #f4e4f7 100%); }
.policy-content-inner { max-width: 980px; margin: 0 auto; padding: clamp(26px, 5vw, 52px); border: 1px solid rgba(180, 89, 192, .2); border-radius: 4px 22px 4px 22px; background: rgba(255, 255, 255, .86); box-shadow: 0 18px 42px rgba(84, 38, 93, .12); }
.policy-content h2 { margin: 28px 0 10px; color: #54265d; font: 700 24px/1.25 "Manrope", sans-serif; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p, .policy-content li { color: #493b4d; font: 400 15px/1.8 "Montserrat", sans-serif; }
.policy-content ul { margin: 8px 0 20px; padding-left: 22px; }
.policy-content a { color: #8d3c99; font-weight: 700; }
.policy-updated { margin: 0 0 26px; color: #8d3c99 !important; font: 700 12px/1.4 "Manrope", sans-serif !important; letter-spacing: 1px; text-transform: uppercase; }
@media only screen and (max-width: 576px) {
    .policy-banner { padding: 54px 18px; }
    .policy-content { padding: 32px 14px 48px; }
    .policy-content-inner { padding: 24px 20px; }
    .policy-content h2 { font-size: 21px; }
    .policy-content p, .policy-content li { font-size: 14px; line-height: 1.7; }
}



@media only screen and (max-width:992px) {

    .random_text_img .row { grid-template-columns: minmax(0, 1fr) minmax(240px, 320px); }

}

@media only screen and (max-width:897px) {

    .random_text_img .row { gap: 28px; }

}

@media only screen and (max-width:835px) {

    .random_text_img .row { grid-template-columns: 1fr; }

    .random_text_img .pic_side { order: 2; }

    .random_text_img .pic_side img { max-width: min(100%, 390px); }

}



/* Random Text With Image */



/* Accordian */



.faq { padding: 40px 0px 40px 0px; background: #b459c0; }

.faq h2 { text-align: center; color: #ffeea4; font-family: "Montserrat", sans-serif; }

.faq h3 { text-align: center; color: #ffeea4; font-family: "Montserrat", sans-serif; }

.accordion { width: 100%; max-width: 1140px; margin: 0 auto; }

.accordion-item {

    color: #ffffff;

    margin: 1rem 0;

    border-radius: 5px;

    border-bottom: 1px solid #9d9d9d;

}

.accordion-item table tr td { padding-right: 140px; }

.accordion-item-header {

    padding: 0.5rem 3rem 0.5rem 1rem;

    min-height: 3.5rem;

    line-height: 1.25rem;

    font-weight: bold;

    display: flex;

    align-items: center;

    position: relative;

    cursor: pointer;

    font-family: "Montserrat", sans-serif;

}

.accordion-item-header::after {

    content: "\002B";

    font-size: 2rem;

    position: absolute;

    right: 1rem;

    font-family: "Montserrat", sans-serif;

}

.accordion-item-header.active::after { content: "\2212"; }

.accordion-item-body { max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }

.accordion-item-body-content {

    padding: 1rem;

    line-height: 1.5rem;

    border-top: 1px solid;

    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;

    font-family: "Montserrat", sans-serif;

    display: flex;

}

.accordion-item-body-content .left { flex: 40%; padding: 0 15px; }

.accordion-item-body-content .right { flex: 60%; padding: 0 15px; }

.accordion-item-body-content .right .right_container { display: flex; }

.accordion-item-body-content .right .right_container ul { list-style-type: none; padding: 0; }

.accordion-item-body-content .right .right_container ul li a { text-decoration: none; color: #FF0079; }

.accordion-item-body-content .right .right_container .column1,

.accordion-item-body-content .right .right_container .column2,

.accordion-item-body-content .right .right_container .column3 {

    flex: 33.33%;

    padding: 0 15px;

}



@media(max-width:767px) {

    html { font-size: 14px; }

    .accordion-item-body-content { display: block; text-align: left; }

    .accordion-item-body-content .left { flex: 100%; padding: 0 15px; }

    .accordion-item-body-content .right { flex: 100%; padding: 0 15px; }

}



/* Accordian */



/* Location */



.location { padding: 30px 0; }

.location h2 { text-align: center; color: #ffeea4; font-family: "Montserrat", sans-serif; }

.location h3 { text-align: center; color: #ffeea4; font-family: "Montserrat", sans-serif; }

.location_box {

    flex: 15%;

    max-width: 18%;

    box-sizing: border-box;

    background: #ffeea4;

    margin: auto;

    margin-bottom: 25px;

}

.location_box .location_img { overflow: hidden; display: flex; justify-content: center; }

.location_box .location_img figure { position: relative; }

.location_box .location_img figure figcaption {

    position: absolute;

    top: 10px;

    left: 0;

    background: #ffeea4;

    color: #b459c0;

    padding: 5px 15px;

    border-radius: 0 50px 50px 0;

    font-family: "Montserrat", sans-serif;

}

.location_box .location_img img { max-width: 100%; min-width: 250px; min-height: 250px; }



@media only screen and (max-width:1500px) {

    .location_box .location_img img { max-width: 100%; min-width: 230px; min-height: 230px; }

}

@media only screen and (max-width:1340px) {

    .location_box .location_img img { max-width: 100%; min-width: 200px; min-height: 200px; }

}

@media only screen and (max-width:1200px) {

    .location_box { flex: 20%; max-width: 23%; margin: 0 10px; margin-bottom: 25px; }

    .location .row { justify-content: center; }

}

@media only screen and (max-width:992px) {

    .location_box { flex: 30%; max-width: 30%; margin: 0 10px; margin-bottom: 25px; }

}

@media only screen and (max-width:768px) {

    .location_box { flex: 43%; max-width: 45%; margin: 0 10px; margin-bottom: 25px; }

}

@media only screen and (max-width:490px) {

    .location_box { flex: 100%; max-width: 100%; margin: 0 25px; margin-bottom: 25px; }

    .location_box .location_img img { max-width: 100%; width: 360px; height: auto; }

}



/* Location */



/* Thrill Yourself */



.thrill_yourself {

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 40px 0;

}

.thrill_yourself h3, .thrill_yourself h2 {

    font-family: "Montserrat", sans-serif;

    margin-bottom: 15px;

    font-size: 18px;

    font-weight: 400;

    text-transform: uppercase;

    text-align: center;

    letter-spacing: 0.1em;

    line-height: 1.4;

    color: #eca400;

}

.thrill_yourself p {

    text-align: justify;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    color: #ffffff;

    letter-spacing: 1px;

    line-height: 25px;

}

.thrill_yourself p span { color: #ffeea4; font-weight: 600; }



/* Thrill Yourself */



/* Scroll To Top */



#scrollToTopBtn {

    display: none;

    position: fixed;

    bottom: 20px;

    right: 20px;

    z-index: 99;

    background-color: #ffeea4;

    color: #fff;

    border: none;

    border-radius: 50%;

    padding: 3px 5px;

    cursor: pointer;

}

#scrollToTopBtn img { width: 80px; }

#scrollToTopBtn:hover { background-color: #f1cbeb; }



@media only screen and (max-width:768px) {

    #scrollToTopBtn img { width: 40px; }

}



/* Scroll To Top */



/* Footer */



footer { text-align: center; background: #b459c0; }

footer .footer_logo { margin: 40px 0 0; }

footer .footer_text p {

    font-size: 15px;

    position: relative;

    font-family: Manrope, sans-serif;

    color: #fff;

    max-width: 500px;

    margin: 30px auto 45px;

}

footer .footer_text p::after {

    background: #353c46;

    bottom: -30px;

    content: "";

    height: 1px;

    left: 50%;

    position: absolute;

    transform: translate(-50%);

    width: 80%;

}

footer .footer_link { display: flex; justify-content: center; margin: 10px 0; align-items: baseline; flex-wrap: wrap; }

footer .footer_link a { text-decoration: none; font-family: Manrope, sans-serif; font-size: 16px; margin: 5px; color: #fff; }

footer .footer_link span { color: #fff; }

footer .footer_address p { max-width: 375px; margin: auto; color: #fff; font-family: Montserrat, sans-serif; }

.copyright p { color: #fff; font-family: Montserrat, sans-serif; }

footer .overlay {

    background: url(../images/map-white.png);

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 40px 0;

}



@media screen and (max-width:1275px) { .footer-items { width: 50%; } }

@media screen and (max-width:660px) { .footer-items { width: 100%; } }



/* Footer */



/* Bottom Call Bar (nowcalling) */

/* NOTE: is HTML tag me class="nowcalling fixed-ui" laga do — age popup

   ke waqt yeh already .fixed-ui wale rule se hide ho jayega, aur popup

   close hote hi apne aap dikh jayega. Koi extra JS nahi chahiye. */



.nowcalling {

    display: block;

    position: fixed;

    bottom: 0;

    width: 100%;

    z-index: 7000;

}



.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: #5c0217; }

.rcol { background-color: #630099; }



/* Cookie Bar */

/* NOTE: is HTML tag me bhi class="cookie-bar fixed-ui" laga do — age

   popup ke time hide, baad me apne aap show. Agar cookie already

   accept ho chuki hai to JS se .cookie-bar pe display:none inline set

   kar dena (localStorage check), warna yeh hamesha dikhegi. */



.cookie-bar {

    position: fixed;

    bottom: 50px;

    left: 50%;

    transform: translateX(-50%);

    background: linear-gradient(135deg, #0b0712, #170d24);

    padding: 14px 18px;

    border-radius: 14px;

    box-shadow: 0 0 25px rgba(139, 92, 246, .25);

    display: flex;

    align-items: center;

    gap: 18px;

    z-index: 7777;

    border: 1px solid rgba(167, 139, 250, .3);

    max-width: 750px;

    width: calc(100% - 20px);

    animation: cookieSlide .5s ease;

}



.cookie-bar p { margin: 0; font-size: 14px; color: #d2cedb; }

.cookie-bar p a { color: var(--gold, #c9a7ff); text-decoration: none; border-bottom: 1px solid rgba(201, 167, 255, .3); }

.cookie-bar p a:hover { border-color: var(--gold, #c9a7ff); }

.cookie-bar button {

    background: var(--pk, #8b5cf6);

    border: none;

    color: #fff;

    padding: 9px 18px;

    border-radius: 22px;

    font-weight: 600;

    cursor: pointer;

    transition: .3s;

    white-space: nowrap;

    box-shadow: 0 0 12px rgba(139, 92, 246, .4);

}

.cookie-bar button:hover { background: #7041d8; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(139, 92, 246, .35); }



@media (max-width:768px) {

    .cookie-bar {

        left: 10px;

        right: 10px;

        bottom: 20px;

        transform: none;

        flex-direction: column;

        align-items: stretch;

        gap: 10px;

        text-align: center;

        padding: 16px;

        animation: cookieSlideMobile .5s ease;

        width: auto;

    }

    .cookie-bar button { width: 100%; }

}



@media (max-width:400px) {

    .cookie-bar { padding: 14px; bottom: 12px; }

    .cookie-bar p { font-size: 12.5px; }

    .cookie-bar button { padding: 10px 16px; font-size: 13px; }

}



@keyframes cookieSlide {

    from { opacity: 0; transform: translate(-50%, 30px); }

    to { opacity: 1; transform: translate(-50%, 0); }

}



/* mobile ke liye alag animation - translateX use nahi karna kyunki wahan transform:none hai */

@keyframes cookieSlideMobile {

    from { opacity: 0; transform: translateY(30px); }

    to { opacity: 1; transform: translateY(0); }

}



/* Age Verification Popup */







.age-overlay {

    position: fixed;

    inset: 0;

    background: rgba(5, 3, 10, .82);

    backdrop-filter: blur(8px);

    z-index: 9998;

    display: none;

}

.age-modal {

    position: fixed;

    inset: 0;

    display: none;

    align-items: center;

    justify-content: center;

    z-index: 9999;

}

.age-modal-content {

    background: linear-gradient(145deg, #0b0712, #170d24);

    border: 1px solid rgba(167, 139, 250, .35);

    color: #eee;

    max-width: 460px;

    width: 92%;

    padding: 34px 26px;

    border-radius: 20px;

    text-align: center;

    box-shadow: 0 0 40px rgba(139, 92, 246, .3);

    animation: popupZoom .35s ease;

}

@keyframes popupZoom {

    from { transform: scale(.85); opacity: 0; }

    to { transform: scale(1); opacity: 1; }

}

.age-modal-content h2 {

    font-family: 'Playfair Display', serif;

    font-size: 22px;

    font-weight: 800;

    color: var(--gold, #c9a7ff);

    margin-bottom: 14px;

}

.age-modal-content p { font-size: 14px; line-height: 1.7; color: #c4bfce; }

.confirm { margin: 14px 0 8px; font-weight: 700; color: var(--pk, #a78bfa); }

.age-modal-content ul { list-style: none; padding: 0; margin: 10px 0 18px; font-size: 14px; text-align: left; }

.age-modal-content ul li { padding: 6px 0; border-bottom: 1px dashed rgba(255, 255, 255, .08); color: #aaa5b5; }

.disclaimer {

    font-size: 13px;

    color: #85808f;

    margin-bottom: 20px;

    border-top: 1px solid rgba(167, 139, 250, .2);

    padding-top: 12px;

}

.age-buttons { display: flex; gap: 12px; }

.age-buttons a, .age-buttons button {

    flex: 1;

    padding: 12px 0;

    border-radius: 14px;

    font-size: 14px;

    font-weight: 700;

    cursor: pointer;

    text-align: center;

    transition: .25s;

}

.btn-yes { background: var(--pk, #8b5cf6); color: #fff; border: none; }

.btn-yes:hover { background: #7041d8; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(139, 92, 246, .35); }

.btn-no { background: transparent; color: var(--gold, #c9a7ff); border: 1px solid var(--gold, #c9a7ff); text-decoration: none; }

.btn-no:hover { background: rgba(167, 139, 250, .1); transform: translateY(-2px); }



@media (max-width:480px) {

    .age-buttons { flex-direction: column; }

}

@media (max-width:400px) {

    .age-modal-content { padding: 26px 18px; }

    .age-modal-content h2 { font-size: 19px; }

    .age-modal-content p, .age-modal-content ul { font-size: 13px; }

    .disclaimer { font-size: 12px; }

}



/* Age Verification Popup */



/* Beach Cards Section */



.cards-sec { padding: 52px 0; }



.cards-container {

    max-width: 1320px;

    margin: 0 auto;

    padding: 0 16px;

}

.cards-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 24px;

}

@media (max-width:1199px) {

    .cards-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }

}

@media (max-width:991px) {

    .cards-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

}

@media (max-width:767px) {

    .cards-grid { grid-template-columns: 1fr; gap: 20px; }

}



.beach-card {

    background: #111;

    border-radius: 14px;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .07);

    transition: all .35s;

    height: 100%;

    width: 100%;

    display: flex;

    flex-direction: column;

}

.beach-card:hover {

    transform: translateY(-7px);

    border-color: rgba(212, 175, 55, .4);

    box-shadow: 0 20px 48px rgba(0, 0, 0, .5);

}



.beach-img-wrap { position: relative; overflow: hidden; width: 100%; }

.beach-img-wrap img {

    width: 100% !important;

    max-width: 100%;

    height: 400px;

    min-height: 400px;

    object-fit: cover;

    object-position: center;

    display: block;

    transition: transform .5s;

}

.beach-card:hover .beach-img-wrap img { transform: scale(1.07); }



.beach-tag {

    position: absolute;

    top: 12px;

    left: 12px;

    background: rgba(212, 175, 55, .92);

    color: #0a0a0a;

    font-size: .7rem;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    padding: 4px 11px;

    border-radius: 20px;

    z-index: 2;

}

.beach-tag.trending { background: rgba(220, 38, 38, .92); color: #fff; }

.beach-tag.serene { background: rgba(16, 185, 129, .92); color: #fff; }



.beach-body {

    padding: 18px 16px 20px;

    background: #111;

    display: flex;

    flex-direction: column;

    flex: 1;

}

.beach-body h4 {

    font-family: 'Playfair Display', serif;

    font-size: 1.15rem;

    color: #f0f0f0;

    margin-bottom: 5px;

    font-weight: 600;

}

.beach-sub { font-size: .82rem; color: var(--gold, #d4af37); margin: 0 0 14px; }

.beach-sub i { color: var(--gold, #d4af37); font-size: .75rem; margin-right: 3px; }



.beach-btn-row { display: flex; gap: 8px; margin-top: auto; }

.beach-btn-call {

    flex: 1;

    background: #7c2d12;

    color: #fff;

    font-size: .8rem;

    font-weight: 600;

    padding: 9px 8px;

    border-radius: 8px;

    text-align: center;

    text-decoration: none;

    transition: all .3s;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

}

.beach-btn-call:hover { background: #991b1b; color: #fff; }



.beach-btn-wa {

    flex: 1;

    background: rgba(212, 175, 55, .12);

    color: var(--gold, #d4af37);

    border: 1px solid rgba(212, 175, 55, .35);

    font-size: .8rem;

    font-weight: 600;

    padding: 9px 8px;

    border-radius: 8px;

    text-align: center;

    text-decoration: none;

    transition: all .3s;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

}

.beach-btn-wa:hover { background: #25d366; color: #fff; border-color: #25d366; }



@media (max-width:767px) {

    .beach-card { max-width: 400px; margin: 0 auto; }

}



/* Beach Cards Section */



/* Mobile padding compact — sabhi major sections */



@media only screen and (max-width:767px) {

    .random_text { padding: 10px 0px; }

    .random_text_img { padding: 10px 10px; }

    .cards-sec { padding: 10px 0px; }

    .services { padding: 10px 0px; }

    .top_escorts { padding: 10px 0px; }

    .category { padding: 10px 0px; }

    .price_table { padding: 10px 0px; }

    .location { padding: 10px 0px; }

    .thrill_yourself { padding: 10px 0px; }

    .faq { padding: 10px 0px; }

}

/* Profile cards: editorial motion and a sharper visual hierarchy */

.cards-sec {
    --profile-ink: #101820;
    --profile-paper: #f5efe5;
    --profile-gold: #d6ad62;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(16, 24, 32, .88), rgba(38, 29, 25, .78));
}

.cards-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image: linear-gradient(115deg, transparent 0 47%, rgba(214, 173, 98, .16) 47.2% 47.35%, transparent 47.5% 100%);
    background-size: 230px 230px;
}

.cards-grid { position: relative; }

.beach-card {
    position: relative;
    isolation: isolate;
    background: var(--profile-ink);
    border: 1px solid rgba(245, 239, 229, .16);
    border-radius: 4px 4px 18px 18px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(24px);
    animation: profile-rise .7s cubic-bezier(.2, .8, .2, 1) forwards;
}

.beach-card:nth-child(2n) { animation-delay: .1s; }
.beach-card:nth-child(3n) { animation-delay: .2s; }
.beach-card:nth-child(4n) { animation-delay: .3s; }

.beach-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    box-shadow: inset 0 -2px 0 var(--profile-gold);
    opacity: .7;
    pointer-events: none;
}

.beach-card:hover {
    transform: translateY(-10px) rotate(-.6deg);
    border-color: rgba(214, 173, 98, .7);
    box-shadow: 0 24px 45px rgba(0, 0, 0, .38);
}

.beach-img-wrap { background: #1c2730; }

.beach-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(16, 24, 32, .65));
    pointer-events: none;
}

.beach-img-wrap img { transition: transform .8s cubic-bezier(.2, .75, .25, 1), filter .8s ease; }
.beach-card:hover .beach-img-wrap img { transform: scale(1.09); filter: saturate(1.08) contrast(1.04); }

.beach-tag {
    top: 16px;
    left: auto;
    right: 16px;
    background: var(--profile-gold);
    border-radius: 2px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
}

.beach-body { padding: 20px 18px 18px; background: var(--profile-ink); }

.proffile-name {
    color: var(--profile-paper) !important;
    font-family: Georgia, serif;
    font-size: 1.35rem !important;
    letter-spacing: .02em;
}

.beach-sub { color: #c7d1d3; }
.beach-sub i { color: var(--profile-gold); }

.beach-btn-call, .beach-btn-wa { border-radius: 2px; padding: 10px 8px; }
.beach-btn-call { background: #bd5d4c; }
.beach-btn-call:hover { background: #d16d5b; }
.beach-btn-wa { color: var(--profile-paper); border-color: rgba(214, 173, 98, .52); background: rgba(214, 173, 98, .1); }

@keyframes profile-rise {
    to { opacity: 1; transform: translateY(0); }
}

/* Top escorts: a gallery strip with a soft spotlight on the active tile */

.top_escorts {
    --gallery-ink: #f5efe5;
    --gallery-accent: #bd5d4c;
    padding: 74px 0 64px;
    background: #101820;
    position: relative;
    overflow: hidden;
}

.top_escorts h2 {
    position: relative;
    margin: 0 0 30px;
    color: var(--gallery-ink);
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    letter-spacing: .12em;
}

.top_escorts h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin: 14px auto 0;
    background: var(--gallery-accent);
}

.top_escorts .row { justify-content: center; gap: 18px; margin: 0; }

.top_escorts .escorts_box {
    flex: 0 1 150px;
    width: auto;
    margin: 0;
    padding: 8px 8px 0;
    background: #1c2b31;
    border: 1px solid rgba(245, 239, 229, .16);
    border-radius: 110px 110px 8px 8px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
    opacity: 0;
    transform: translateY(18px);
    animation: gallery-in .65s ease forwards;
}

.top_escorts .escorts_box:nth-child(2n) { animation-delay: .08s; }
.top_escorts .escorts_box:nth-child(3n) { animation-delay: .16s; }
.top_escorts .escorts_box:nth-child(4n) { animation-delay: .24s; }

.top_escorts .escorts_box:hover {
    transform: translateY(-9px);
    border-color: var(--gallery-accent);
    box-shadow: 0 20px 32px rgba(0, 0, 0, .35);
}

.top_escorts .escorts_box .escorts_img { max-height: 210px; border-radius: 100px 100px 4px 4px; }
.top_escorts .escorts_box img { display: block; width: 100%; filter: saturate(.82); transition: transform .6s ease, filter .6s ease; }
.top_escorts .escorts_box:hover img { transform: scale(1.06); filter: saturate(1.1); }

.escorts_box .name p {
    margin: 13px 0 11px;
    color: var(--gallery-ink);
    font-family: Manrope, sans-serif;
    font-size: .75rem;
    letter-spacing: .16em;
}

@keyframes gallery-in {
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .beach-card, .top_escorts .escorts_box { animation: none; opacity: 1; transform: none; }
    .beach-card:hover, .top_escorts .escorts_box:hover { transform: none; }
    .beach-img-wrap img, .top_escorts .escorts_box img { transition: none; }
}

/* Beach cards: moving gallery prints */

.beach-card {
    overflow: hidden;
    border: 0;
    border-radius: 22px 6px 22px 6px;
    background: #14252b;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .26), 0 0 0 1px rgba(245, 239, 229, .12);
    transform-origin: 50% 100%;
    animation: beach-unfold .85s cubic-bezier(.16, 1, .3, 1) forwards;
}

.beach-card:nth-child(2n) { animation-delay: .12s; }
.beach-card:nth-child(3n) { animation-delay: .24s; }
.beach-card:nth-child(4n) { animation-delay: .36s; }

.beach-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, .24) 48%, transparent 60%);
    transform: translateX(-130%);
    transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.beach-card::after {
    inset: 10px;
    z-index: 2;
    border: 1px solid rgba(214, 173, 98, .46);
    border-radius: 16px 2px 16px 2px;
    box-shadow: none;
}

.beach-card:hover {
    transform: translateY(-12px) rotate(1deg);
    border-color: transparent;
    box-shadow: 0 28px 48px rgba(0, 0, 0, .42), 0 0 0 1px rgba(214, 173, 98, .55);
}

.beach-card:hover::before { transform: translateX(130%); }

.beach-img-wrap {
    height: 390px;
    background: #21383d;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.beach-img-wrap img { height: 100%; min-height: 0; filter: saturate(.9); }
.beach-card:hover .beach-img-wrap img { transform: scale(1.1) rotate(-1deg); filter: saturate(1.12) contrast(1.04); }

.beach-img-wrap::after {
    background: linear-gradient(180deg, rgba(20, 37, 43, .02) 42%, rgba(20, 37, 43, .88) 100%);
}

.beach-tag {
    top: 18px;
    right: 18px;
    padding: 6px 10px;
    border-radius: 2px 10px 2px 10px;
    letter-spacing: .12em;
}

.beach-body {
    position: relative;
    z-index: 4;
    margin-top: -44px;
    padding: 18px 20px 20px;
    background: linear-gradient(180deg, rgba(20, 37, 43, .9), #14252b 38%);
}

.proffile-name { font-size: 1.5rem !important; }
.beach-sub { margin-bottom: 16px; }
.beach-btn-call, .beach-btn-wa { border-radius: 10px 2px 10px 2px; }

@keyframes beach-unfold {
    0% { opacity: 0; transform: perspective(800px) rotateX(16deg) translateY(34px) scale(.96); }
    70% { opacity: 1; transform: perspective(800px) rotateX(-2deg) translateY(-2px) scale(1.01); }
    100% { opacity: 1; transform: perspective(800px) rotateX(0) translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .beach-card { animation: none; opacity: 1; transform: none; }
    .beach-card:hover { transform: none; }
    .beach-card::before, .beach-img-wrap img { transition: none; }
}

/* Match the beach sections to the banner identity */

.cards-sec {
    --profile-ink: #2b1233;
    --profile-paper: #fff8ff;
    --profile-gold: #dca5e3;
    background: linear-gradient(120deg, #4d1d56 0%, #722e80 48%, #9b4da8 100%);
}

.cards-sec::before {
    opacity: .2;
    background-image: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, .16) 45%, transparent 65%);
    background-size: 220% 100%;
    animation: banner-sheen 7s ease-in-out infinite;
}

.beach-card {
    background: #2b1233;
    box-shadow: 0 18px 34px rgba(35, 8, 42, .38), 0 0 0 1px rgba(255, 255, 255, .15);
}

.beach-card::after { border-color: rgba(220, 165, 227, .46); }
.beach-card:hover { box-shadow: 0 28px 48px rgba(35, 8, 42, .5), 0 0 0 1px rgba(220, 165, 227, .7); }
.beach-img-wrap { background: #4d1d56; }
.beach-img-wrap::after { background: linear-gradient(180deg, rgba(77, 29, 86, .02) 42%, rgba(43, 18, 51, .9) 100%); }
.beach-tag { background: #b459c0; color: #fff; }
.beach-tag.trending { background: #8d3c99; color: #fff; }
.beach-body { background: linear-gradient(180deg, rgba(43, 18, 51, .92), #2b1233 38%); }
.beach-sub { color: rgba(255, 255, 255, .78); }
.beach-sub i { color: #f3d9f6; }
.beach-btn-call { background: #8d3c99; }
.beach-btn-call:hover { background: #b459c0; }
.beach-btn-wa { color: #f3d9f6; border-color: rgba(220, 165, 227, .55); background: rgba(180, 89, 192, .14); }

.top_escorts {
    --gallery-ink: #fff8ff;
    --gallery-accent: #b459c0;
    background: linear-gradient(120deg, #4d1d56 0%, #722e80 48%, #9b4da8 100%);
}

.top_escorts .escorts_box {
    background: rgba(43, 18, 51, .78);
    border-color: rgba(255, 255, 255, .2);
    box-shadow: 0 12px 26px rgba(35, 8, 42, .32);
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.top_escorts .escorts_box:hover { border-color: #dca5e3; box-shadow: 0 20px 32px rgba(35, 8, 42, .46); }

.top_escorts .escorts_box .escorts_img {
    height: 210px;
    max-height: none;
    flex: 0 0 210px;
}

.top_escorts .escorts_box .escorts_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top_escorts .escorts_box .name { margin-top: auto; }

/* Booking contact panel */
.booking-section {
    --booking-background: url("../images/section-bg.jpg");
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 56px 20px 60px;
    color: #fff;
    background: #241329;
}
.booking-backdrop, .booking-backdrop::after { position: absolute; inset: 0; content: ""; }
.booking-backdrop {
    z-index: -2;
    background-image: var(--booking-background);
    background-position: center;
    background-size: cover;
    filter: saturate(1.05) contrast(1.04) brightness(.92);
    animation: booking-drift 18s ease-in-out infinite alternate;
}
.booking-backdrop::after { z-index: 1; background: linear-gradient(110deg, rgba(32, 13, 46, .58), rgba(55, 33, 101, .38) 52%, rgba(14, 8, 25, .55)); }
.booking-inner { position: relative; max-width: 1280px; margin: 0 auto; text-align: center; }
.booking-inner::before {
    position: absolute;
    top: -92px;
    right: 10%;
    width: 45%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
    animation: booking-sheen 5s ease-in-out infinite;
}
.booking-kicker { margin: 0 0 12px; color: #e7baf2; font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: 3px; }
.booking-inner h2 { margin: 0; color: #fff; font: 700 clamp(32px, 4vw, 52px)/1.1 "Manrope", sans-serif; }
.booking-intro, .booking-note { max-width: 760px; margin-right: auto; margin-left: auto; color: rgba(255, 255, 255, .84); font: 400 15px/1.75 "Manrope", sans-serif; }
.booking-intro { margin-top: 22px; margin-bottom: 5px; }
.booking-note { margin-top: 0; color: #fff; font-weight: 600; }
.booking-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.booking-option {
    display: flex;
    min-height: 224px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 2px;
    color: #1c1023;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 38px rgba(13, 5, 22, .28);
    text-decoration: none;
    transform: translateY(34px);
    opacity: 0;
    animation: booking-option-in .75s cubic-bezier(.16, 1, .3, 1) forwards;
    transition: transform .35s ease, background-color .35s ease, box-shadow .35s ease;
}
.booking-option:nth-child(2) { animation-delay: .12s; }
.booking-option:nth-child(3) { animation-delay: .24s; }
.booking-option:hover { transform: translateY(-9px); background: #fff; box-shadow: 0 26px 45px rgba(13, 5, 22, .4); }
.booking-icon { display: grid; width: 86px; height: 86px; place-items: center; margin-bottom: 19px; border: 1px solid #d9d5e3; border-radius: 50%; outline: 9px solid #f7f6fa; color: #302a78; font: 400 39px/1 Georgia, serif; }
.booking-option:nth-child(2) .booking-icon { color: #fff; background: #302a78; }
.whatsapp-icon { color: #25d366; }
.whatsapp-icon svg { width: 46px; height: 46px; fill: currentColor; }
.booking-option-label { font: 700 19px/1.2 "Manrope", sans-serif; }
.booking-option-detail { margin-top: 8px; color: #6d6674; font: 400 12px/1.4 "Manrope", sans-serif; }
@keyframes booking-drift { from { transform: scale(1.04) translate3d(-1%, 0, 0); } to { transform: scale(1.12) translate3d(1%, -1%, 0); } }
@keyframes booking-sheen { 0%, 100% { opacity: .15; transform: translateX(-24%); } 50% { opacity: .8; transform: translateX(24%); } }
@keyframes booking-option-in { to { opacity: 1; transform: translateY(0); } }
@media only screen and (max-width: 768px) {
    .booking-section { padding: 42px 18px 48px; }
    .booking-options { grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
    .booking-option { min-height: 185px; }
}
@media (prefers-reduced-motion: reduce) {
    .booking-backdrop, .booking-inner::before, .booking-option { animation: none; }
    .booking-option { opacity: 1; transform: none; }
}



/* Mobile padding compact */



/* Mobile Typography */

/* Refined hero banner */
.banner { background: linear-gradient(120deg, #4d1d56 0%, #722e80 48%, #9b4da8 100%); padding: 34px 0 38px; }
.banner .container { max-width: 1400px; }
.banner .row { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); margin: 0; min-height: 510px; overflow: hidden; background: linear-gradient(120deg, #4d1d56 0%, #722e80 48%, #9b4da8 100%); border: 1px solid rgba(255, 255, 255, .25); box-shadow: 0 22px 55px rgba(35, 8, 42, .38); }
.image_side { position: relative; flex: none; max-width: none; min-height: 510px; overflow: hidden; }
.image_side:before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, .18) 45%, transparent 65%); background-size: 220% 100%; animation: banner-sheen 7s ease-in-out infinite; pointer-events: none; }
.image_side:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 8, 6, .05) 35%, rgba(18, 8, 6, .76) 100%); pointer-events: none; }
.image_side img { position: absolute; inset: 0; display: block; width: 100%; height: 100% !important; object-fit: cover; margin: 0; animation: banner-drift 12s ease-in-out infinite alternate; }
.image-caption { position: absolute; z-index: 1; left: 28px; bottom: 24px; color: #fff8eb; font: 600 11px/1.2 "Manrope", sans-serif; letter-spacing: 1.5px; text-transform: uppercase; }
.caption-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #b459c0; box-shadow: 0 0 0 0 rgba(180, 89, 192, .6); animation: marker-pulse 2.4s ease-out infinite; }
.banner .content_side { display: flex; flex: none; flex-direction: column; justify-content: center; max-width: none; padding: 56px clamp(30px, 5vw, 78px) 50px 52px; color: #ffffff; }
.eyebrow { margin: 0 0 24px; color: #f3d9f6; font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: 2.3px; }
.eyebrow span { margin: 0 5px; color: #ffffff; }
.banner .content_side h1 { max-width: 520px; margin: 0; color: #ffffff; font: 500 clamp(34px, 3.5vw, 54px)/1.08 "Manrope", sans-serif; text-align: left; letter-spacing: 0; }
.hero-copy { max-width: 410px; margin: 22px 0 32px; color: rgba(255, 255, 255, .84); font: 400 15px/1.8 "Manrope", sans-serif; }
.custom-select { max-width: 380px; padding: 0; margin: 0; background: transparent; }
.custom-select label { display: block; margin-bottom: 10px; color: rgba(255, 255, 255, .9); font: 600 12px/1.2 "Manrope", sans-serif; letter-spacing: .8px; }
.select-selected { width: 100%; min-height: 52px; padding: 0 18px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 0; outline: none; color: #54265d; background: rgba(255, 255, 255, .94); font: 600 14px "Manrope", sans-serif; cursor: pointer; }
.select-selected:focus { border-color: #8d3c99; box-shadow: 0 0 0 3px rgba(180, 89, 192, .18); }
.select-selected:after { top: 50%; right: 18px; border-color: #8d3c99 transparent transparent transparent; }
.select-items { background: #ffffff; }
.select-items div, .select-selected { width: 100%; }
.select-items div { color: #54265d; }
.select-items div:hover, .same-as-selected { background: #f4e4f7; }
.banner-meta { display: flex; gap: 24px; margin-top: 30px; color: rgba(255, 255, 255, .78); font: 500 11px "Manrope", sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.banner-meta strong { display: block; margin-bottom: 4px; color: #ffffff; font-size: 18px; letter-spacing: 0; }
@keyframes banner-drift { from { transform: scale(1.02) translate3d(-1%, 0, 0); } to { transform: scale(1.08) translate3d(1%, -1%, 0); } }
@keyframes banner-sheen { 0%, 25% { background-position: 120% 0; opacity: 0; } 45% { opacity: 1; } 70%, 100% { background-position: -40% 0; opacity: 0; } }
@keyframes marker-pulse { 0% { box-shadow: 0 0 0 0 rgba(212, 164, 107, .55); } 70% { box-shadow: 0 0 0 7px rgba(212, 164, 107, 0); } 100% { box-shadow: 0 0 0 0 rgba(212, 164, 107, 0); } }
@media (prefers-reduced-motion: reduce) {
    .image_side img, .image_side:before, .caption-dot { animation: none; }
}
@media only screen and (max-width: 992px) {
    .banner { padding: 20px 0 28px; }
    .banner .row { display: block; min-height: 0; }
    .image_side { min-height: 390px; max-height: 52vh; }
    .banner .content_side { padding: 42px 35px 40px; }
}
@media only screen and (max-width: 576px) {
    .image_side { min-height: 300px; }
    .banner .content_side { padding: 34px 24px 36px; }
    .banner .content_side h1 { font-size: 34px !important; }
    .hero-copy { font-size: 14px; line-height: 1.65; }
    .banner-meta { gap: 15px; }
}

/* New white and violet header/footer identity */
header {
    position: relative;
    z-index: 10;
    background: linear-gradient(105deg, #ffffff 0%, #ffffff 52%, #f4e4f7 100%);
    border-bottom: 1px solid rgba(180, 89, 192, .22);
    box-shadow: 0 7px 22px rgba(92, 37, 101, .1);
}
header .container { max-width: 1400px; }
header .row { display: block; }
.navbar { min-height: 76px; padding: 8px 18px; }
.logo a { display: flex; align-items: center; }
.logo img { display: block; max-width: 150px; height: auto; }
.logo_text {
    color: #54265d;
    font: 800 clamp(36px, 3vw, 44px)/1.1 "Manrope", sans-serif;
    letter-spacing: .2px;
    white-space: nowrap;
    animation: logo-reveal .7s cubic-bezier(.22, 1, .36, 1) both;
}
.logo_text em {
    color: #b459c0;
    font-style: normal;
    animation: logo-accent-pulse 2.8s ease-in-out 1s infinite alternate;
}
.logo .logo_text {
    position: static;
    top: auto;
    left: auto;
    color: #54265d;
    font: 800 clamp(36px, 3vw, 44px)/1.1 "Manrope", sans-serif;
}
.navbar .main-menu { align-items: center; gap: 3px; margin: 0; padding: 0; }
.main-menu li a {
    position: relative;
    padding: 12px 15px;
    border-radius: 4px;
    color: #54265d;
    font: 700 15px "Manrope", sans-serif;
    letter-spacing: .35px;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}
.main-menu li a:hover, .main-menu li a:focus-visible {
    color: #fff;
    background: #b459c0;
    transform: translateY(-2px);
}
.menu-btn { padding-top: 18px; }
.toggler-icon { background: #b459c0; border-radius: 2px; }

footer {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #54265d;
    background: linear-gradient(125deg, #ffffff 0%, #fbf3fc 44%, #b459c0 100%);
    border-top: 1px solid rgba(180, 89, 192, .3);
}
footer:before {
    content: "";
    position: absolute;
    top: -150px;
    right: -80px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgba(255, 255, 255, .14), 0 0 0 48px rgba(255, 255, 255, .1);
}
footer .overlay {
    position: relative;
    background: none;
    padding: 46px 0 30px;
}
footer .footer_logo { margin: 0 0 25px; }
footer .footer_logo img { width: 210px; max-width: 80%; height: auto; filter: drop-shadow(0 5px 8px rgba(84, 38, 93, .18)); }
.footer_logo_text {
    color: #54265d;
    font: 800 40px/1.1 "Manrope", sans-serif;
    letter-spacing: .2px;
}
.footer_logo_text em {
    color: #b459c0;
    font-style: normal;
}
footer .footer_link { position: relative; gap: 6px; margin: 0 auto 25px; max-width: 850px; }
footer .footer_link a { margin: 4px 8px; color: #54265d; font: 700 12px "Manrope", sans-serif; letter-spacing: .3px; }
footer .footer_link a:hover { color: #3e1b47; }
footer .footer_link span { color: rgba(84, 38, 93, .4); }
footer .copyright { padding-top: 20px; border-top: 1px solid rgba(84, 38, 93, .16); }
footer .copyright p { margin: 0; color: #704478; font: 500 11px/1.6 "Manrope", sans-serif; letter-spacing: .3px; }
@media screen and (max-width: 992px) {
    .navbar { min-height: 66px; }
    .main-menu { top: 66px; background: linear-gradient(135deg, #ffffff, #f4e4f7) !important; border-top: 1px solid rgba(180, 89, 192, .2); }
    .main-menu li a { color: #54265d; }
}
@media screen and (max-width: 576px) {
    .navbar { padding-left: 4px; padding-right: 4px; }
    .logo .logo_text { font-size: 36px; }
    footer .overlay { padding-top: 35px; }
    footer .footer_link span { display: none; }
    footer .footer_link a { display: inline-block; margin: 5px 7px; }
}

@keyframes logo-reveal {
    from { opacity: 0; transform: translateY(-7px) scale(.94); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes logo-accent-pulse {
    from { text-shadow: 0 0 0 rgba(180, 89, 192, 0); }
    to { text-shadow: 0 0 12px rgba(180, 89, 192, .42); }
}

@media (prefers-reduced-motion: reduce) {
    .logo_text,
    .logo_text em { animation: none; }
}



@media only screen and (max-width:767px) {

    h1 {

        font-size: 23px !important;

    }



    p {

        font-size: 15px !important;

        line-height: 23px;

    }



    ul li, ol li {

        text-align: justify;

        text-align-last: left;

        word-spacing: normal;

        hyphens: auto;

        font-family: "Montserrat", sans-serif;

        font-size: 15px !important;

        letter-spacing: 1px;

        line-height: 23px;

    }

}



/* Mobile Typography */



/* bottom sticky */

:root{
    --call-pink: #8e449c;
    --call-pink-dark: #8e449c;
    --wa-green: #0B8A00;
    --wa-green-dark: #076B00;
  }
 
  
  /* ===== Sticky bottom bar ===== */
  .contact-bar{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    width: 100%;
    height: 58px;
    box-shadow: 0 -3px 14px rgba(0,0,0,0.18);
  }
 
  .contact-bar a{
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.3px;
    transition: background 0.15s ease;
  }
 
  .contact-bar .call-half{
    background: var(--call-pink);
  }
  .contact-bar .call-half:hover,
  .contact-bar .call-half:active{
    background: var(--call-pink-dark);
  }
 
  .contact-bar .wa-half{
    background: var(--wa-green);
  }
  .contact-bar .wa-half:hover,
  .contact-bar .wa-half:active{
    background: var(--wa-green-dark);
  }
 
  .contact-bar svg{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
 
  @media (max-width: 480px){
    .contact-bar{ height: 52px; }
    .contact-bar a{ font-size: 14.5px; gap: 7px; }
    .contact-bar svg{ width: 17px; height: 17px; }
  }


  /* dropdown */

  /* ==============================
   HOTEL DROPDOWN
================================ */

.hotel-dropdown {
    position: relative;
}

/* Arrow */
.dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Dropdown box */
.hotel-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(-12px);

    width: 260px;
    max-height: 0;
    overflow: hidden;

    background: #fff;
    border-radius: 10px;

    opacity: 0;
    visibility: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);

    transition:
        max-height 0.45s ease,
        opacity 0.3s ease,
        transform 0.35s ease,
        visibility 0.35s ease;

    z-index: 9999;
}

/* Small top arrow */
.hotel-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

    width: 14px;
    height: 14px;

    background: #fff;
}

/* Dropdown links */
.hotel-menu a {
    display: block;

    padding: 12px 18px;

    color: #222;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    border-bottom: 1px solid #eee;

    transition:
        background 0.25s ease,
        padding-left 0.25s ease,
        color 0.25s ease;
}

.hotel-menu a:last-child {
    border-bottom: none;
}

/* Hover effect */
.hotel-menu a:hover {
    background: #f8e6ef;
    color: #c2185b;
    padding-left: 24px;
}

/* Show dropdown on hover */
.hotel-dropdown:hover .hotel-menu {
    max-height: 450px;
    opacity: 1;
    visibility: visible;

    transform: translateX(-50%) translateY(0);
}

/* Rotate arrow */
.hotel-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}



@media (max-width: 768px) {

    .hotel-menu {
        position: static;

        width: 100%;

        transform: none;

        max-height: 0;

        box-shadow: none;

        border-radius: 0;

        background: #fafafa;

        opacity: 1;
        visibility: visible;

        overflow: hidden;

        transition: max-height 0.4s ease;
    }

    .hotel-dropdown:hover .hotel-menu {
        transform: none;
        max-height: 0;
    }

    .hotel-menu a {
        padding: 11px 25px;
        font-size: 14px;
    }

}


.hotel-menu {
    width: 280px;
    max-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.hotel-dropdown:hover .hotel-menu {
    max-height: 400px;
}