body{
    font-family:Poppins,sans-serif;
}

#siteHeader{
     background: rgba(36,26,29,.92);
    backdrop-filter: blur(10px);
}

#siteHeader.scrolled{
    background: rgba(36,26,29,.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.nav-link{

    color:#ddd;

    font-weight:500;

    transition:.3s;

}

#siteHeader.scrolled .nav-link{

    color:#ddd;

}

.nav-link:hover{

    color:#C48B9F;

}

.active{

    color:#C48B9F!important;

}

.logo-text{

    transition:.3s;

}

#siteHeader.scrolled .logo-text{

    color:#2E2A2B;

}

.social-icon{

    width:42px;

    height:42px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    border:1px solid rgba(255,255,255,.4);

    color:#fff;

    transition:.3s;

}

#siteHeader.scrolled .social-icon{

    border-color:#ddd;

    color:#ddd;

}

.social-icon:hover{

    background:#C48B9F;

    color:#fff;

}

.book-btn{

    padding:14px 30px;

    border-radius:999px;

    background:#C48B9F;

    color:#fff;

    font-weight:600;

    transition:.3s;

}

.book-btn:hover{

    background:#b6788d;

}

.hero-content{
    padding-top:90px;
}
.footer-title{
    font-size:22px;
    font-weight:600;
    margin-bottom:25px;
    color:#fff;
}

footer ul li a,
footer ul li{

    color:#d1d5db;
    transition:.3s;
}

footer ul li:hover,
footer ul li a:hover{

    color:#C48B9F;
    padding-left:8px;

}

.footer-social{

    width:45px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#2E2A2B;
    color:#fff;
    transition:.3s;

}

.footer-social:hover{

    background:#C48B9F;
    transform:translateY(-5px);

}

#scrollTop{

    transition:.3s;
}

#scrollTop:hover{

    background:#b6788d;

}


.service-card{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

    transition:.4s;

}

.service-card img{

    transition:.5s;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.service-card:hover img{

    transform:scale(1.08);

}

.service-card h3{

    font-size:26px;

    font-weight:700;

    color:#2E2A2B;

    margin-bottom:15px;

}

.service-card p{

    color:#6b7280;

    line-height:1.9;

}


.testimonialSwiper{
    padding-bottom:60px;
}

.testimonial-card{

    background:#FFF8F8;

    border-radius:30px;

    padding:35px;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

    transition:.4s;

    height:100%;

}

.testimonial-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.testimonial-card p{

    color:#6B7280;

    line-height:2;

    font-style:italic;

}

.testimonial-card h4{

    font-size:20px;

    font-weight:700;

    color:#2E2A2B;

}

.testimonial-card span{

    color:#EC4899;

    font-size:14px;

}

.swiper-pagination{

    position:relative !important;

    margin-top:40px;

}

.swiper-pagination-bullet{

    width:12px;

    height:12px;

    background:#D1D5DB;

    opacity:1;

}

.swiper-pagination-bullet-active{

    width:30px;

    border-radius:999px;

    background:#EC4899;

}

.faq-content{

    max-height:0;

    overflow:hidden;

    transition:max-height .4s ease;

}

.faq-item.active .faq-content{

    max-height:300px;

}

.faq-item.active .faq-icon{

    transform:rotate(45deg);

}



.filter-btn{

padding:14px 28px;

border-radius:999px;

background:#FFF4F6;

transition:.3s;

font-weight:600;

}

.filter-btn:hover,
.filter-btn.active{

background:#EC4899;

color:#fff;

}


.filter-btn{

    padding:14px 30px;

    border-radius:999px;

    background:#FDF2F8;

    font-weight:600;

    transition:.35s;

}

.filter-btn.active{

    background:#EC4899;

    color:#fff;

}

.portfolio-item{

    transition:.4s;

}

.portfolio-hide{

    display:none;

}

.portfolio-show{

    animation:fadeIn .45s ease;

}

@keyframes fadeIn{

    from{

        opacity:0;

        transform:scale(.95);

    }

    to{

        opacity:1;

        transform:scale(1);

    }

}

.booking-input{

width:100%;

padding:16px 20px;

border:1px solid #E5E7EB;

border-radius:14px;

outline:none;

transition:.3s;

background:#fff;

}

.booking-input:focus{

border-color:#EC4899;

box-shadow:0 0 0 4px rgba(236,72,153,.15);

}


/*gallery*/
.gallery-card{

    position:relative;

    display:block;

    overflow:hidden;

    border-radius:30px;

    cursor:pointer;

    background:#fff;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.gallery-card img{

    width:100%;

    height:420px;

    object-fit:cover;

    transition:.5s;

}

.gallery-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
    rgba(236,72,153,.85),
    rgba(236,72,153,.15));

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transition:.4s;

}

.gallery-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#EC4899;

    font-size:24px;

    transform:scale(.7);

    transition:.35s;

}

.gallery-card:hover img{

    transform:scale(1.08);

}

.gallery-card:hover .gallery-overlay{

    opacity:1;

}

.gallery-card:hover .gallery-icon{

    transform:scale(1);

}