
/* Services Section Header */
.services-section-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    padding: 0px 20px;
    flex-wrap: wrap;
}

.services-section-header .title-home {
    margin-bottom: 0;
    order: 1;
    margin-right: auto;
}

.services-section-header .title-home h2 {
    margin-bottom: 0;
    text-align: left;
}

.services-section-header .title-home h2:after {
    left: 0;
    transform: none;
}

/* Services Navigation Buttons */
.services-nav {
    display: flex;
    gap: 10px;
    order: 2;
}

.slick-prev-custom,
.slick-next-custom {
    text-indent: -99999px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #d6d6d6;
    color: #fff;
    border-radius: 50%;
    z-index: 10;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.slick-prev-custom:active,
.slick-next-custom:active,
.slick-prev-custom:focus,
.slick-next-custom:focus {
    outline: 0;
    outline-offset: 0;
}

.slick-prev-custom.slick-disabled,
.slick-next-custom.slick-disabled {
    cursor: inherit;
    opacity: 0.5;
}

.slick-prev-custom:before,
.slick-next-custom:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 66 65.8" x="0px" xmlns="http://www.w3.org/2000/svg" ><path style="fill:%2381cac7" d="M36.4,24c0.2,0,0.5,0.1,0.7,0.3c0.4,0.4,0.4,1.1,0.1,1.5l-6.4,7.4l6.3,7c0.4,0.4,0.4,1.1,0,1.5 c-0.4,0.4-1,0.4-1.4,0l-7-7.7c-0.4-0.4-0.4-1,0-1.4l7-8.2C35.8,24.1,36.1,24,36.4,24z"></path></svg>');
    z-index: -1;
    width: 50px;
    height: 50px;
    transition: 0.3s ease-in-out;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
    background: #81cac7;
}

.slick-prev-custom:hover:before,
.slick-next-custom:hover:before {
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 66 65.8" x="0px" xmlns="http://www.w3.org/2000/svg" ><path style="fill:%23ffffff" d="M36.4,24c0.2,0,0.5,0.1,0.7,0.3c0.4,0.4,0.4,1.1,0.1,1.5l-6.4,7.4l6.3,7c0.4,0.4,0.4,1.1,0,1.5 c-0.4,0.4-1,0.4-1.4,0l-7-7.7c-0.4-0.4-0.4-1,0-1.4l7-8.2C35.8,24.1,36.1,24,36.4,24z"></path></svg>');
}

.slick-next-custom:before {
    transform: rotate(180deg);
}

/* Home Services Carousel */
.home-services-carousel {
    position: relative;
}

/* Carousel Item Styling */
.home-services-carousel .service-item-wrapper {
    padding: 15px;
    height: 100%;
}

.home-services-carousel .slick-slide {
    height: auto;
}

.home-services-carousel .slick-track {
    display: flex;
}

/* About Clinic Section Restoration */
.about-clinik {
    position: relative;
    margin: 42px auto 60px;
}

.about-clinik h2 {
    color: #81cac7;
    position: relative;
    padding-bottom: 20px;
}

.about-clinik h2:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100px;
    height: .15rem;
    background: #81cac7;
}

.about-clinik .content-about {
    padding: 50px;
}

.about-clinik .content-about p:nth-child(1) {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-style: italic;
}

.about-clinik .content-about p:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .15rem;
    height: 100%;
    background: #81cac7;
}

.about-clinik .block-img {
    position: relative;
    float: right;
    width: 500px;
    height: 300px;
    margin: 0 0 20px 20px;
}

.about-clinik .block-img:before {
    content: '';
    background: #81cac7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    box-shadow: 10px 10px 71px 0px rgba(129, 202, 199, .75);
}

.about-clinik .block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-clinik .block-img video {
    display: none;
}

.about-clinik .content-about ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-clinik .content-about ul li {
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    flex: 0 0 32%;
    max-width: 32%;
    text-align: center;
}

.about-clinik .content-about ul li img {
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .about-clinik {
        margin-top: 100px;
    }

    .about-clinik .content-about ul li {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .about-clinik .content-about {
        padding: 0;
    }

    .about-clinik .block-img {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }

    .about-clinik .block-img:before {
        display: none;
    }

    .about-clinik .content-about ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-clinik .content-about ul li img {
        display: block;
        margin: 0 auto 10px;
    }
}

/* Button Block Container Override */
.btn-block-container {
    margin-bottom: 15px;
}

/* Service Card Styling */
.service-card {
    margin-bottom: 15px;
    --shadow-soft: 0 5px 8px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 5px 20px rgba(0, 0, 0, 0.12);
    box-shadow: var(--shadow-soft);
    transition: box-shadow 0.3s ease-in-out;
}
.service-card-btn {
 margin-bottom: 15px;   
}
.service-card:hover {
    box-shadow: var(--shadow-hover);
}
