        :root {
            --km-pink: #e11b6b;
            --km-light-pink: #fdf2f7;
            --km-dark-grey: #343a40;
        }

        body {
            font-family: 'Open Sans', sans-serif;
            color: #444;
            padding-bottom: 70px; /* Space for fixed footer */
        }

        /* Top Banner */
        .top-banner {
            background: linear-gradient(to right, #ff7eb3, #e11b6b);
            color: white;
            font-size: 13px;
            padding: 6px 0;
            text-align: center;
        }

        /* Section Titles with Lines (Exact Design) */
        .hr-title {
            display: flex;
            align-items: center;
            text-align: center;
            color: var(--km-pink);
            font-weight: bold;
            text-transform: uppercase;
            margin: 40px 0;
            font-size: 2.1rem;
        }
        .hr-title::before, .hr-title::after {
            content: '';
            flex: 1;
            border-bottom: 1px solid #f8bbd0;
        }
        .hr-title:not(:empty)::before { margin-right: 15px; }
        .hr-title:not(:empty)::after { margin-left: 15px; }

        /* Buttons */
        .btn-km-main { background-color: var(--km-pink); color: white; border-radius: 6px; font-weight: bold; padding: 10px 20px; border: none; }
        .btn-km-call { background-color: #d84375; color: white; border-radius: 6px; padding: 10px 20px; border: none; }
        .btn-km-wa { background-color: #a64d79; color: white; border-radius: 6px; padding: 10px 20px; border: none; }

        /* Why Choose Section (Exact Layout) */
        .why-card {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }
        .why-card img { width: 100%; height: auto; display: block; }
        .why-label {
            position: absolute;
            bottom: 0;
            width: 100%;
            background-color: var(--km-pink);
            color: white;
            padding: 5px;
            font-size: 12px;
            text-align: center;
            font-weight: bold;
        }
        .why-list i { color: #28a745; margin-right: 8px; }

        /* Review Section */
        .review-card {
            background: #fff;
            border: 1px solid #f8bbd0;
            border-radius: 12px;
            padding: 20px;
            height: 100%;
        }
        .stars { color: #ffc107; font-size: 14px; }

        /* FIXED FOOTER */
        .fixed-nav {
            position: fixed;
            bottom: 0;
            width: 100%;
            background: #e11b6b;
            display: flex;
            justify-content: space-around;
            padding: 12px 0;
            z-index: 1000;
            box-shadow: 0 -2px 15px rgba(0,0,0,0.2);
        }
        .fixed-nav a {
            color: white;
            text-decoration: none;
            text-align: center;
            font-weight: bold;
            font-size: 13px;
        }
		.treatment-card {
            background-color: white;
            padding: 30px;
            border-radius: 10px;
            border: 1px solid #f2e1e6;
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .treatment-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
        }
        .treatment-name {
            font-size: 1.1rem;
            color: var(--km-grey-dark);
            margin-bottom: 0;
        }
        .fixed-nav i { display: block; font-size: 18px; margin-bottom: 2px; }

        @media (max-width: 768px) {
            .hero-img { display: none; }
            .hr-title { font-size: 0.9rem; }
        }
		.full-image-section{
    width:100%;
    padding:0;
    margin:40px 0;
}

.full-image-section img{
    width:100%;
    height:auto;
    display:block;
}
@media (max-width:768px){

.navbar .btn{
    font-size:12px;
    padding:6px 10px;
}

}

.modal-content{
border-radius:15px;
}

.modal-header{
background:#fdf2f7;
}

.modal-title{
color:#d63384;
font-weight:bold;
}
.gallery-img {
    cursor: pointer;
    transition: 0.4s;
}

.gallery-img:hover {
    transform: scale(1.03);
}
.carousel-item {
    transition: transform 0.8s ease-in-out;
}
.navbar a:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
@media (max-width: 576px) {
    .navbar .container {
        flex-direction: row;
        gap: 10px;
    }

    .navbar img {
        height: 45px;
    }

    .navbar i {
        font-size: 22px !important;
    }
}
.colo-pinkdark {
    color: #e11b6b;
}
@media (max-width: 480px) {

    .logo-img {
        height: 40px;
    }

    .social-icons i {
        font-size: 18px;
    }

    .social-icons {
        gap: 10px !important;
    }

    .navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.logo-img {
    height: 60px;
}

.social-icons i {
    font-size: 26px;
}
.social-icons a {
    padding: 6px;
    border-radius: 50%;
}