/* <!-- ==================== breadcrumb-section ========================= --> */


.breadcrumb-section {
    position: relative;
    background: url('https://media.istockphoto.com/id/2211842561/photo/attractive-woman-enjoying-face-massage-closeup-beauty-procedure.jpg?s=612x612&w=0&k=20&c=bsVAgizev-ybLwtTci_LfuvcGEHwte5fU2uePN06Wo0=') center center/cover no-repeat;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.breadcrumb-content h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.custom-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    transition: .3s;
}

.custom-breadcrumb a:hover {
    color: #ff9800;
}

.custom-breadcrumb span {
    color: #ff9800;
    font-weight: 600;
}

.custom-breadcrumb i {
    color: #fff;
    font-size: 12px;
}

/* Responsive */

@media(max-width:768px) {

    .breadcrumb-section {
        min-height: 250px;
    }

    .breadcrumb-content h1 {
        font-size: 34px;
    }

    .custom-breadcrumb a,
    .custom-breadcrumb span {
        font-size: 14px;
    }

}




/* <!-- ==================== banner ========================= --> */
.hero-spa {
    padding: 100px 0;
    background: #f9f6f2;
}

.hero-spa .subtitle {
    color: #e26b80;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-spa .hero-content h1 {
    font-size: 35px;
    margin: 20px 0;
    line-height: 50px;
}

.hero-spa .hero-content p {
    color: #666;
    font-size: 17px;
    line-height: 32px;
}

.hero-spa .btn-gold {
    background: #e26b80;
    color: #fff !important;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
}

.hero-spa .hero-images {
    position: relative;
    padding-left: 80px;
}

.hero-spa .main-image {
    width: 100%;
    border-radius: 8px;
    height: 600px;
    object-fit: cover;
}

.hero-spa .floating-image {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 250px;
    height: 320px;
    object-fit: cover;
    border-radius: 25px;
    border: 8px solid #fff;
}

.hero-spa .experience-box {
    position: absolute;
    top: 40px;
    right: -1px;
    background: #111;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
}

.hero-spa .experience-box h2 {
    color: #e26b80;
    font-size: 50px;
}



/* <!-- ==================== category ========================= --> */

.service-section-category {
    margin: 80px 0 40px 0;
}

.service-section-category .service-card {
    position: relative;
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    height: 100%;
    transition: .4s;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
}

.service-section-category .service-card:hover {
    background: #e26b80;
    color: #fff;
}

.service-section-category .service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 0;
    background: #492c17;
    transition: .4s;
}

.service-section-category .service-card:hover::before {
    height: 100%;
}

.service-section-category .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fdf3d6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-section-category .service-icon img {
    width: 42px;
}

.service-section-category .service-no {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    font-weight: 700;
    color: rgba(212, 175, 55, .15);
}

.service-section-category .service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-section-category .service-card p {
    color: #666;
    line-height: 28px;
    margin-bottom: 25px;
}

.service-section-category .service-card:hover p {
    color: #ddd;
}

.service-section-category .service-card a {
    text-decoration: none;
    color: #d4af37;
    font-weight: 600;
}

.service-section-category .service-card:hover a {
    color: #fff;
}

.service-section-category .service-card a i {
    margin-left: 8px;
    transition: .3s;
}

.service-section-category .service-card:hover a i {
    transform: translateX(5px);
}


/* <!-- ==================== About us ========================= --> */


.about-img-float {
    float: right;
    width: 45%;
    margin: 0 0 0px 30px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .15);
    ;
}

.about-section p {
    text-align: justify;
    line-height: 30px;
}

.about-section::after {
    content: "";
    display: block;
    clear: both;
}

@media(max-width:991px) {

    .about-img-float {
        float: none;
        width: 100%;
        margin: 0 0 25px;
    }

}


/* <!-- ==================== Working Hours  ========================= --> */


.luxury-spa {
    background: #f8f8f8;
}

.luxury-spa .spa-left {
    position: relative;
}

.luxury-spa .spa-left img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 25px;
}

.luxury-spa .experience {
    position: absolute;
    right: -25px;
    bottom: 30px;
    background: #e26b80;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
}

.luxury-spa .experience h2 {
    font-size: 55px;
    margin: 0;
}

.luxury-spa .info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
    border-left: 5px solid #e26b80;
    transition: .4s;
}

.luxury-spa .move-right {
    margin-left: 70px;
}

.luxury-spa .info-item:hover {
    transform: translateY(-8px);
    background: #503219;
    color: #fff;
}

.luxury-spa .info-item:hover p,
h4 {
    color: #ddd;
}

.luxury-spa .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e26b80;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    flex-shrink: 0;
}

.luxury-spa .info-item h4 {
    margin-bottom: 8px;
    font-weight: 700;
}

.luxury-spa .info-item p {
    margin: 0;
    color: #666;
    line-height: 28px;
}

@media(max-width:991px) {

    .luxury-spa .move-right {
        margin-left: 0;
    }

    .luxury-spa .experience {
        right: 20px;
    }

}



/* <!-- ==================== Our Service ========================= --> */

.barber-fig {
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    transition: .5s;
}

.barber-fig figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.barber-fig img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: .6s;
}

.barber-fig:hover img {
    transform: scale(1.12);
}

.ryan-description {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;

    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .25);

    border-radius: 18px;

    padding: 25px;

    transition: .4s;
}

.barber-fig:hover .ryan-description {

    background: #111;

}

/* .ryan-description h3 {
    margin-bottom: 12px;
} */

.ryan-description h3 a {
    color: #fff;
    font-size: 20px;
    line-height: 15px !important;
    text-decoration: none;
}

.ryan-description p {
    color: #f1f1f1;
    line-height: 28px;
    margin-bottom: 20px;
}

.ryan-icon {

    margin: 0;

}
/* 
.ryan-icon li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #c89b3c;
    padding: 12px 25px;
    border-radius: 40px;
    transition: .4s;
}

.ryan-icon li a:hover {
    background: #fff;
    color: #111;
} */


/* <!-- ==================== OUR Blog========================= --> */

.blog-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .4s;
    height: 100%;
    border: 1px solid #eee;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.blog-image {
    width: 42%;
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .5s;
}

.blog-card:hover .blog-image img {
    transform: scale(1.08);
}

.blog-info {
    width: 58%;
    padding: 30px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #c59d5f;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-info h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: 700;
}

.blog-info p {
    color: #666;
    line-height: 28px;
    margin-bottom: 20px;
}

.blog-info a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.blog-info a:hover {
    color: #c59d5f;
}

.blog-info a i {
    transition: .3s;
}

.blog-info a:hover i {
    transform: translateX(6px);
}

@media(max-width:991px) {

    .blog-card {
        display: block;
    }

    .blog-image,
    .blog-info {
        width: 100%;
    }

    .blog-image img {
        height: 260px;
    }

    .blog-info {
        padding: 25px;
    }

    .blog-info h3 {
        font-size: 24px;
        line-height: 34px;
    }

}