body{
 font-family:'Poppins',sans-serif;
background:#fff;
}

h1,h2,h3,h4,h5,h6{
    font-family:'Playfair Display',serif;
}

/* Top Bar */

.topbar{
background:#fde9ef;
padding:12px 0;
font-size:14px;
}

.topbar ul{
margin:0;
padding:0;
list-style:none;
display:flex;
gap:30px;
}

.topbar li{
display:inline-block;
color:#555;
}

.topbar i{
color:#ff0f5b;
margin-right:8px;
}

.social a{
margin-left:18px;
color:#333;
font-size:18px;
transition:.3s;
}

.social a:hover{
color:#ff0f5b;
}

/* Header */

.logo{
font-size:34px;
font-weight:700;
color:#ff0f5b!important;
}

/* Mobile */
@media (max-width: 767.98px) {
    .logo {
        font-size: 20px;
    }
}

.navbar-nav .nav-link{
font-weight:600;
margin:0 10px;
color:#333;
}

.navbar.fixed-top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    animation: slideDown .4s ease;
}


.navbar-nav .nav-link:hover{
color:#ff0f5b;
}

.shop-btn{
background:#ff0f5b;
color:#fff;
padding:12px 30px;
border-radius:50px;
}

.shop-btn:hover{
background:#ff2d6f;
color:#fff;
}

/* Hero */

.hero{

padding:90px 0;
background:linear-gradient(135deg,#fff7fa,#ffe6ef);
position:relative;
overflow:hidden;

}

.sub-title{

letter-spacing:4px;
text-transform:uppercase;
color:#ff0f5b;
font-weight:600;

}

.hero h1{

    font-size: 60px;
    line-height: 59px;
    font-weight: 700;
    margin: 20px 0;

}

.hero h1 span{

color:#ff0f5b;

}

.hero p{

    font-size: 17px;
    line-height: 25px;
    margin-bottom: 35px;
    color: #000000;

}

.btn-pink{

background:#ff0f5b;
color:#fff;
padding:15px 35px;
border-radius:50px;
margin-right:15px;

}

.btn-pink:hover{

background:#ff2d6f;
color:#fff;

}

.btn-outline-pink{

border:2px solid #ff0f5b;
padding:15px 35px;
border-radius:50px;
color:#ff0f5b;

}

.btn-outline-pink:hover{

background:#ff0f5b;
color:#fff;

}

.hero-img{

max-height:700px;

}

.circle{

position:absolute;
width:650px;
height:650px;
background:#ffd2e2;
border-radius:50%;
right:-180px;
top:40px;
z-index:0;

}

.hero .container{
position:relative;
z-index:2;
}

/* Responsive */

@media(max-width:991px){

.hero{
text-align:center;
padding:70px 0;
}

.hero h1{
font-size:48px;
}

.hero-img{
margin-top:40px;
}

.topbar{
display:none;
}

.circle{
display:none;
}

}








.beauty-about{
    background:#fff;
    padding:90px 0;
}

.beauty-content{
    text-align:center;
}

.beauty-content h3{
	text-align:left;
	font-size:35px;
	color:#ff0f5b;
	font-weight:600;
}

.beauty-content h2{
	text-align:left;
	font-size:35px;
	color:#ff0f5b;
	font-weight:600;
}

.beauty-content h4{
	text-align:left;
	font-size:30px;
	color:#ff0f5b;
	font-weight:600;
}

.section-tag{
display: inline-block;
    padding: 10px 22px;
    background: #ff0f5b;
    color: #ffffff;
    border-radius: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-title{
    font-size:52px;
    font-weight:700;
    color:#222;
    line-height:1.3;
    margin-bottom:25px;
}

.section-title span{
    color:#ff0f5b;
}

.section-text{
font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}

.feature-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    height:100%;
}

.feature-box:hover{
    transform:translateY(-10px);
}

.feature-icon{
    width:80px;
    height:80px;
    background:#fff0f5;
    color:#ff4f8b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:32px;
    margin-bottom:20px;
}

.feature-box h4{
    font-size:26px;
    margin-bottom:15px;
    font-weight:700;
}

.feature-box p{
    color:#666;
    line-height:28px;
}

.highlight-box{
    background:linear-gradient(135deg,#fff0f6,#ffe4ef);
    border-radius:30px;
    padding:60px;
    box-shadow:0 20px 60px rgba(255,79,139,.12);
}

.highlight-box h3{
    font-size:40px;
    font-weight:700;
    margin-bottom:20px;
}

.highlight-box p{
    color:#666;
    line-height:30px;
}

.beauty-list{
    list-style:none;
    padding:0;
    margin:0;
}

.beauty-list li{
    margin-bottom:15px;
    font-size:18px;
    color:#444;
}

.btn-pink{
    background:#ff4f8b;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    margin-right:15px;
}

.btn-pink:hover{
    background:#ff2b73;
    color:#fff;
}

.btn-outline-pink{
    border:2px solid #ff4f8b;
    color:#ff4f8b;
    padding:14px 35px;
    border-radius:50px;
}

.btn-outline-pink:hover{
    background:#ff4f8b;
    color:#fff;
}

@media(max-width:991px){

.section-title{
    font-size:36px;
}

.highlight-box{
    padding:35px;
}

}









.model-section{
    background:#fafafa;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#ffe4ef;
    color:#e91e63;
    font-weight:600;
    margin-bottom:20px;
}

.section-title{
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.section-title span{
    color:#e91e63;
}



.view-btn{
    background:#e91e63;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
}

.view-btn:hover{
    background:#c2185b;
    color:#fff;
}

.model-card{
    background:#fff;
    padding:12px;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
    transition:.4s;
    border-radius:6px;
}

.model-card:hover{
    transform:translateY(-10px) rotate(-2deg);
}

.model-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
}

.card-content{
    text-align:center;
    padding:18px 10px 10px;
}

.card-content h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:8px;
}

.card-content small{
    color:#777;
    display:block;
    line-height:24px;
}

.profile-btn{
    display:inline-block;
    text-decoration:none;
    color:#111;
    font-weight:600;
    border-bottom:2px solid #e91e63;
    padding-bottom:4px;
}

.profile-btn:hover{
    color:#e91e63;
}

@media(max-width:991px){

.section-title{
    font-size:36px;
}

.section-text{
    margin-bottom:25px;
}

.col-lg-4{
    margin-bottom:40px;
}

.model-card img{
    height:400px;
}

}







.modelSwiper{
    padding:20px 10px 60px;
}

.modelSwiper .swiper-slide{
    height:auto;
}

.model-card{
    background:#fff;
    padding:12px;
    border-radius:8px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.model-card img{
    width:100%;
    height:420px;
    object-fit:cover;
}

.swiper-button-next,
.swiper-button-prev{
    color:#e91e63;
    width:45px;
    height:45px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px;
}









.booking-section{
    padding:100px 0;
    background:linear-gradient(135deg,#22052f,#41104d,#82205e);
    position:relative;
    overflow:hidden;
}

.booking-section::before{
    content:"";
    position:absolute;
    width:550px;
    height:550px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    left:-180px;
    top:-180px;
}

.booking-section::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
    right:-150px;
    bottom:-150px;
}

.section-tag{
    color:#ff7db5;
    font-size:15px;
    letter-spacing:5px;
    text-transform:uppercase;
    font-weight:600;
}

.booking-title{
    color:#fff;
    font-size:58px;
    font-weight:700;
    margin:20px 0;
}

.booking-title span{
    color:#ff78b7;
}

.booking-desc{
    color:#ddd;
    max-width:750px;
    margin:auto;
    line-height:32px;
    font-size:18px;
}

.step-card{
    background:#fff;
    border-radius:20px;
    text-align:center;
    padding:70px 25px 35px;
    position:relative;
    transition:.4s;
    height:100%;
    overflow: visible;
}

.step-card:hover{
    transform:translateY(-10px);
}

.step-number{
    position:absolute;
    width:70px;
    height:70px;
    background:linear-gradient(135deg,#ff5f9c,#ff2f75);
    border-radius:50%;
    top:-35px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    font-size:28px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 30px rgba(255,0,100,.35);
}

.icon-circle{
    width:100px;
    height:100px;
    margin:auto;
    border-radius:50%;
    background:#ffe9f2;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff3f88;
    font-size:42px;
    margin-bottom:25px;
}

.step-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.step-card p{
    color:#666;
    line-height:28px;
    margin:0;
}

.arrow{
    position:absolute;
    right:-22px;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff3f88;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
    z-index:5;
}

.info-box{
    margin-top:80px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    border-radius:20px;
    padding:35px;
}

.info-item{
    display:flex;
    align-items:center;
    color:#fff;
}

.info-item i{
    width:65px;
    height:65px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#ff7db5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-right:20px;
}

.info-item h5{
    margin:0;
    font-weight:600;
}

.info-item p{
    margin:5px 0 0;
    color:#ddd;
}

@media(max-width:991px){

.booking-title{
    font-size:38px;
}

.arrow{
    display:none;
}

.step-card{
    margin-bottom:40px;
}

}



.pricing-section{
    background:linear-gradient(135deg,#25062f,#58104f,#9b1f6d);
    padding:100px 0;
    color:#fff;
}

.title h2{
    font-size:60px;
    font-weight:700;
    color:#ffd2e7;
    margin-top:10px;
}

.sub-title{
    color:#ff89bc;
    letter-spacing:4px;
    font-weight:600;
}

.price-table{
    border-radius:25px;
    overflow:hidden;
    border:2px solid rgba(255,215,120,.5);
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.table-header,
.table-row{
    display:grid;
    grid-template-columns:2fr 1.2fr 1fr;
    align-items:center;
}

.table-header{
    background:linear-gradient(180deg,#d63d7d,#b1145d);
    font-size:26px;
    font-weight:700;
    text-align:center;
}

.table-header div{
    padding:25px;
    border-right:1px solid rgba(255,255,255,.15);
}

.table-row{
    background:rgba(255,255,255,.05);
    border-top:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.table-row:hover{
    background:rgba(255,255,255,.09);
}

.table-row div{
    padding:28px;
    font-size:22px;
    text-align:center;
}

.table-row i{
    color:#ffb6d5;
    margin-right:10px;
}

.price{
    display:inline-block;
    background:linear-gradient(180deg,#ff5d9e,#d71967);
    color:#fff;
    padding:12px 30px;
    border-radius:50px;
    font-weight:700;
    min-width:150px;
    box-shadow:0 10px 25px rgba(255,60,120,.4);
}

@media(max-width:768px){

.table-header,
.table-row{
    grid-template-columns:1fr;
}

.table-header div,
.table-row div{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.title h2{
    font-size:40px;
}

.table-row div{
    font-size:18px;
}

.price{
    min-width:auto;
}
}





.faq-section{
    background:#fff;
    padding:100px 0;
}

.faq-tag{
    display:inline-block;
    background:#ffe7f0;
    color:#e91e63;
    padding:8px 22px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.faq-title{
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
}

.faq-title span{
    color:#e91e63;
}

.faq-desc{
    max-width:650px;
    margin:auto;
    color:#777;
    line-height:30px;
}

.custom-faq .accordion-item{
    border:none;
    margin-bottom:20px;
    border-radius:15px !important;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.custom-faq .accordion-button{
    background:#fff;
    padding:22px 25px;
    font-size:18px;
    font-weight:600;
    color:#222;
    box-shadow:none;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#e91e63;
    color:#fff;
}

.custom-faq .accordion-button:focus{
    box-shadow:none;
}

.custom-faq .accordion-body{
    padding:20px 25px;
    color:#666;
    line-height:28px;
    background:#fff;
}

.custom-faq .accordion-button::after{
    filter:brightness(0);
}

.custom-faq .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

@media(max-width:991px){

.faq-title{
    font-size:36px;
}

.custom-faq{
    margin-bottom:25px;
}

}







.simple-footer{
    background:#d6002a;
    padding:25px 15px;
    text-align:center;
}

.footer-whatsapp{
    margin-bottom:10px;
}

.footer-whatsapp i{
    color:#25D366;
    font-size:28px;
    margin-right:10px;
}

.footer-whatsapp a{
    color:#fff;
    text-decoration:none;
    font-size:24px;
    font-weight:600;
    transition:.3s;
}

.footer-whatsapp a:hover{
    color:#ffe082;
}

.copyright{
    color:rgba(255,255,255,.9);
    margin:0;
    font-size:15px;
    letter-spacing:.5px;
}


.simple-footer{
    background:#d9002f;
    color:#fff;
    padding:40px 20px;
    text-align:center;
}

.simple-footer .container{
    max-width:1200px;
    margin:auto;
}

.footer-whatsapp{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
    font-size:30px;
    font-weight:700;
}

.footer-whatsapp i{
    color:#25D366;
    font-size:38px;
}

.footer-whatsapp a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-whatsapp a:hover{
    color:#25D366;
}

.copyright{
    font-size:18px;
    margin:15px 0 35px;
    color:#fff;
}



.footer-botton{
    position:fixed;
    bottom:20px;
    left:20px;
    right:20px;
    z-index:99999;
    pointer-events:none;
}

.sticky_items{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

.sticky_items a{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    transition:.3s;
    pointer-events:auto;
}

.call_cta{
    background:#0d6efd;
}

.call_cta:hover{
    background:#0056d2;
    transform:scale(1.08);
}

.wts_cta{
    background:#25D366;
}

.wts_cta:hover{
    background:#128C7E;
    transform:scale(1.08);
}

@media (max-width:768px){

.footer-botton{
    left:15px;
    right:15px;
    bottom:15px;
}

.sticky_items a{
    width:55px;
    height:55px;
    font-size:24px;
}

}