.service-detail-section {
    padding: 100px 0;
    background-color: #E2DDD5; 
    background-image:
        linear-gradient(rgba(226, 221, 213, 0.5), rgba(226, 221, 213, 0.5)),
        url('../images/background1.png');
}

.service-img-stack {
    margin-top: 10px !important;
    padding-right: 0;
    position: relative;
    width: 100%;      
    max-width: 65%;   
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    margin-left: 100px;
}

.service-img-stack .img-frame {
    position: absolute;
    top: 10px;
    left: -25px;
    width: 120%; 
    height: 120%;
    z-index: 1;
    object-fit: contain; 
    transform: translateX(-20px); 
}

.service-img-stack .img-back {
    border-radius: 20px;
    position: relative; 
    width: 100%; 
    margin: 0 ;
    object-fit: cover;
    display: block;
    z-index: 2; 
}

.service-title {
    margin-top: 40px;
    font-family: 'SVN-Aptima', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #685951;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.service-desc {
    font-family: 'Urbanist', sans-serif;
    color: #777676; 
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5px;
    font-weight: 300;
    padding-right: 5px;
    /* min-height: 120px; */
}

.service-desc:last-child {
    margin-bottom: 30px !important;
}

/* .service-desc::after {
    content: '';
    display: inline-block;
    width: 2px;         
    height: 18px;       
    background-color: #777676; 
    margin-left: 5px;  
    vertical-align: middle; 
    margin-bottom: 2px; 
    animation: blink-cursor 0.75s step-end infinite;
} */

.service-desc.typing-done::after {
    display: none;
}

.service-meta-info .meta-item {
    gap: 0;
}

.meta-detail-row {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 240px; 
    margin-bottom: 5px;
    
    font-family: 'Urbanist', sans-serif;
    font-size: 16px; 
    color: #858585;  
}

.meta-detail-row .detail-name {
    font-weight: 500; 
    color: #504e4e;   
    min-width: 70px;  
}

.service-meta-info .meta-icon {
    width: 24px;
    text-align: center;
    color: #685951; 
    font-size: 20px;
    transform: translateY(1px); 
    line-height: 1;
}

.service-meta-info .meta-text {
    display: flex;
    flex-direction: column;
}

.service-meta-info .meta-label {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    color: #504e4e;
    font-size: 18px;
    line-height: 1.2;
}

.service-meta-info .meta-value {
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    color: #858585;
    font-size: 14px;
}

.btn-book-online {
    display: inline-block;
    background-color: #685951; 
    color: #E2DDD5;
    padding: 12px 35px;
    border-radius: 30px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #685951;
}

.btn-book-online:hover {
    background-color: transparent;
    color: #685951;
}

.why-choose-section {
    padding: 80px 0;
    background-color: #fff; 
}

.why-title {
    font-family: 'SVN-Aptima', sans-serif;
    font-weight: 700;
    font-size: 42px; 
    color: #685951; 
    margin-bottom: 20px;
    line-height: 1.3;
}

.why-desc {
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    color: #777676;
    margin-bottom: 20px;
    font-weight: 400;
}

.why-list {
    list-style: none; 
    padding-left: 10px;
    margin-bottom: 0;
}

.why-list li {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px; 
    line-height: 1.6;
}

.why-list li::before {
    content: ''; 
    width: 6px; 
    height: 6px; 
    background-color: #685951; 
    border-radius: 50%; 
    position: absolute;
    left: 0;
    top: 11px; 
}

.why-image-wrapper {
    max-width: 500px; 
    width: 100%;
    margin: 0 auto;   
}

.why-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 15px; 
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
}

.gallery-section {
    padding: 40px 0 80px 0;
    background-color: #fff; 
}

.gallery-title {
    font-family: 'SVN-Aptima', sans-serif; 
    font-weight: 700;
    font-size: 42px;
    color: #685951; 
    margin-bottom: 20px;
    text-transform: capitalize; 
}

.gallery-desc {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    color: #777676;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
}

.gallery-item {
    overflow: hidden;
    border-radius: 15px; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
    transition: transform 0.3s ease; 
}

.gallery-item:hover {
    transform: translateY(-5px); 
}

.gallery-item img {
    width: 100%;
    height: 300px; 
    object-fit: cover;
    display: block;
}

.confidence-banner {
    background-color: #A6A6A6; 
    border-radius: 15px; 
    overflow: hidden; 
}

.confidence-text {
    color: #fff; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.confidence-title {
    font-family: 'SVN-Aptima', sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.confidence-desc {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
    color: #f0f0f0; 
}

.confidence-image {
    min-height: 300px; 
    background-size: cover;
    background-position: center center; 
}

.btn-pink {
    background-color: #D8A6B0 !important; 
    border-color: #D8A6B0 !important;
    color: #fff !important;
}

.btn-pink:hover {
    background-color: #fff !important; 
    color: #D8A6B0 !important; 
}

.cta-section {
    position: relative;
    background-image: url('../images/about-background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    color: #fff;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #43312799;
    z-index: 1;
}

.cta-title {
    font-family: 'SVN-Aptima', serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #EFE8E1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-location {
    display: inline-block;
    background-color: #EFE8E1;
    color: #685951;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.gallery-item {
    flex: 0 0 auto; 
}

.gallery-item .special-img-wrapper {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.gallery-item .special-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

.slider-arrow {
    width: 45px;
    height: 45px;
    font-size: 18px;
    background: #fff;
    border: 1px solid #685951;
    color: #685951;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 10;
    margin: 0 10px; 
}

.slider-arrow:hover {
    background: #685951;
    color: #fff;
}
@media (max-width: 768px) {
    .service-img-stack .img-frame{
        left: -10px !important;
    }
    /* .service-img-stack .img-back{
        margin-left: 30px;
    } */
    .service-img-stack {
        max-width: 300px; 
        margin-left: auto !important;  
        margin-right: auto !important; 
        padding-bottom: 20px;
        margin-bottom: 40px;
        display: block; 
    }
    
    .service-title {
        margin-top: 0 !important;
        font-size: 32px;
        text-align: center;
    }

    .service-content {
        text-align: left;
    }
    
    .btn-book-online {
        display: block;
        text-align: center;
        width: 100%;
    }

    .why-title {
        font-size: 30px;
        text-align: left;
    }
    
    .why-choose-section {
        padding: 50px 0;
    }

    .gallery-title {
        font-size: 32px;
    }
    
    .gallery-item img {
        height: auto !important; 
    }
    
    .gallery-section {
        padding: 50px 0;
    }

    .confidence-title {
        font-size: 28px;
    }
    
    .confidence-image {
        height: 250px; 
    }
    
    .order-1 { order: 1 !important; }
    .order-2 { order: 2 !important; }

    .cta-section {
        padding: 18px !important;
        background-attachment: scroll !important;
        background-size: 1456 auto !important; 
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    .cta-title {
        font-size: 18px !important; 
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }

    .btn-location {
        font-size: 12px !important;   
        padding: 6px 20px !important;
        letter-spacing: 0.5px !important;
    }
}