.services-hero-section {
    background-color: #E2DDD5;
    background-image:
        linear-gradient(rgba(226, 221, 213, 0.5), rgba(226, 221, 213, 0.5)),
        url('../images/background1.png');
    padding: 120px 0 0 0;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
}

.services-hero-section .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
}

.page-title {
    font-family: 'SVN-Aptima', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #685951;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.service-img-left-wrapper {
    overflow: hidden;
    margin: 0;
    margin-right: 0;
    display: inline-block;
    width: 120%;
    max-width: 800px;
    position: relative;
    left: 270px;
    z-index: 2;
    vertical-align: bottom;
    margin-bottom: -1px;
}

.service-img-left-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-img-right-wrapper {
    overflow: hidden;
    margin-left: 10px;
    display: inline-block;
    width: 100%;
    max-width: 380px;
    position: relative;
    left: 60px;
    z-index: 2;
    vertical-align: bottom;
    margin-bottom: -1px;
}

.service-img-right-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-decor-left {
    position: absolute;
    bottom: -90px;
    left: -110px;
    width: 60%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.service-decor-right {
    position: absolute;
    bottom: 10px;
    right: -120px;
    width: 150%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.slider-arrow {
    width: 35px;
    height: 35px;
    font-size: 14px;
    background: #fff;
    color: #685951;
    border: 1px solid #685951;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.2s;
    z-index: 10;
    margin: 0 5px;
    transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.1s;
}

.slider-arrow:active,
.arrow-active {
    background-color: #685951 !important;
    color: #fff !important;
    transform: scale(0.9);
}

.slider-arrow:hover {
    background-color: #f0f0f0;
}

.star-1 {
    left: 80px;
    bottom: 159px;
    width: 35px;
}

.star-2 {
    right: 60px;
    bottom: 230px;
    width: 35px;
}

.star-3 {
    right: 40px;
    bottom: 280px;
    width: 25px;
}

.lash-menu-section {
    padding: 40px 0;
    background-color: #fff;
}

.menu-title {
    font-family: 'SVN-Aptima', serif;
    font-size: 42px;
    font-weight: 500;
    color: #685951;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
}

.menu-subtitle {
    font-family: 'SVN-Aptima', serif;
    font-size: 32px;
    font-weight: 200;
    text-transform: none;
}

.service-list {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    left: 60px;
}

.service-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #BDB6B0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-list-item:last-child {
    border-bottom: none;
}

.service-list-item:hover {
    padding-left: 15px;
    border-bottom: 1px solid #685951;
}

.service-list-item:last-child:hover {
    border-bottom: none;
}

.service-number {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #685951;
    width: 60px;
    font-weight: 300;
}

.service-name {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #685951;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.lash-menu-img-wrapper {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    display: block;
    position: relative;
    left: 60px;
}

.lash-menu-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.special-styles-section {
    padding: 30px 0 50px 0;
    background-color: #E2DDD5;
    background-image:
        linear-gradient(rgba(226, 221, 213, 0.5), rgba(226, 221, 213, 0.5)),
        url('../images/background1.png');
}

.special-title {
    font-family: 'SVN-Aptima', serif;
    font-size: 42px;
    font-weight: 400;
    color: #685951;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 0;
}

.special-item {
    padding: 20px 0;
    border-bottom: 1px solid #BDB6B0;
}

.special-item:last-child {
    border-bottom: none;
}

.special-num {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #685951;
    width: 40px;
    font-weight: 400;
    margin-left: 20px;
}

.special-name {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #685951;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 20px;
}

.special-img-wrapper {
    border-radius: 30px;
    overflow: hidden;
    height: 250px;
}

.special-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quote-cta-section {
    background-color: #E2DDD5;
    background-image:
        linear-gradient(rgba(226, 221, 213, 0.5), rgba(226, 221, 213, 0.5)),
        url('../images/background1.png');
    padding: 40px 0;
    background-color: #fff;
}

.beauty-quote {
    font-family: 'SVN-Aptima', serif;
    font-size: 26px;
    font-style: italic;
    color: #685951;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 400;
}

.btn-book-cta {
    display: inline-block;
    background-color: #685951;
    color: #E2DDD5;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid #685951;
}

.btn-book-cta:hover {
    color: #fff;
    transform: translateY(-3px);
}

.service-meta-box {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.meta-header,
.meta-item {
    display: flex;
    justify-content: space-between;
    font-family: 'Urbanist', sans-serif;
    padding: 4px 0;
}

.meta-header {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #685951;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
}

.meta-item {
    font-size: 13px;
    color: #666;
}

.meta-item span:first-child {
    font-weight: 600;
    width: 40%;
}

.meta-item span:nth-child(2) {
    width: 35%;
    margin-left: 10px;
}

.meta-item span:last-child {
    width: 25%;
    text-align: right;
}

.service-item-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    padding-bottom: 15px; 
}

.service-img-box {
    margin-bottom: 20px;
    overflow: hidden; 
    border-radius: 2px;
    width: 100%;
}

.service-img-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
}

.service-item-card:hover .service-img-box img {
    transform: scale(1.1); 
}

.service-item-title a {
    text-decoration: none;
    color: #685951;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.service-item-title a.underline-hover::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.5px;
    bottom: 0;
    left: 0;
    background-color: #9a8a81;
    transition: width 0.8s ease-in-out;
}

.service-item-card:hover .underline-hover::after {
    width: 100%;
}

.service-item-title {
    font-family: 'SVN-Aptima', serif;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.service-details-box {
    margin-bottom: 15px;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
}

.details-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
}

.details-row.header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #685951;
    border-bottom: 2px solid #ececec;
}

.fw-bold {
    font-weight: 600;
}

.service-desc {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #777;
    text-align: left;
    margin-top: auto;
}

.page-title {
    font-size: 42px;
    letter-spacing: 2px;
}

.section-subtitle {
    font-style: italic;
    color: #888;
}

@media (min-width: 992px) {
    .service-list {
        margin: 0;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .services-hero-section {
        min-height: auto !important;
        height: auto !important;
        padding-top: 120px !important;
        padding-bottom: 0px !important;
    }

    .page-title {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }

    .service-img-box img{
        height: 250px;
    }

    .services-hero-section .row.align-items-end {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: center;
    }

    .services-hero-section .col-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }

    .service-img-left-wrapper,
    .service-img-right-wrapper {
        left: 0 !important;
        margin: 0 0 0 60px !important;
        width: 150% !important;
        max-width: 150% !important;
        text-align: center;
        display: block;
    }

    .service-img-left-wrapper img,
    .service-img-right-wrapper img {
        max-height: 200px;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        display: inline-block;
    }

    .service-decor-left,
    .service-decor-right,
    .decor-star {
        display: none !important;
    }

    .lash-menu-section .row.align-items-center {
        display: flex;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
    }

    .lash-menu-section .col-lg-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }

    .service-list {
        left: 0 !important;
        /* margin: 0 !important;  */
        width: 100% !important;
        padding-left: 5px;
        margin-top: 10px;
    }

    .service-list-item {
        padding: 5px 0 !important;
        width: 85% !important;
    }

    .service-number {
        font-size: 14px !important;
        width: 30px !important;
        margin-right: 5px !important;
    }

    .service-name {
        font-size: 13px !important;
        letter-spacing: 0;
        padding-top: 8px !important;
    }

    .lash-menu-img-wrapper {
        left: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
        text-align: right;
    }

    .lash-menu-img-wrapper img {
        width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: cover;
        border-radius: 15px;
    }

    .lash-menu-section .ps-lg-5 {
        padding-left: 5px !important;
    }

    .special-styles-section {
        padding: 40px 0;
    }

    .special-title {
        font-size: 26px !important;
    }

    .special-img-wrapper {
        height: 180px !important;
        margin-bottom: 15px;
    }

    .quote-cta-section {
        padding: 40px 0;
    }

    .beauty-quote {
        font-size: 18px !important;
        padding: 0 15px;
    }

    .service-decor-left,
    .service-decor-right,
    .decor-star {
        display: none;
    }

    .mobile-slider-wrapper {
        padding: 0;
    }

    .slider-window {
        overflow: hidden;
        width: 100%;
    }

    .mobile-disable-gutter {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100%;
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .special-col-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px !important;
        transition: none;
    }

    .special-img-wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .special-img-wrapper img {
        display: block;
        width: 100%;
    }
}