.btn.btn-primary, .btn.btn-secondary {
    color: #000000 !important;
    background: linear-gradient(21.8deg, rgb(231, 191, 136) 14.29%, rgb(255, 242, 205) 43.8%, rgb(231, 191, 136) 54.46%, rgb(255, 221, 157) 62.82%, rgb(231, 191, 136) 85.71%);
    border-radius: 4px;
}



.bg-light {
    background: linear-gradient(21.8deg, rgb(231, 191, 136) 14.29%, rgb(255, 242, 205) 43.8%, rgb(231, 191, 136) 54.46%, rgb(255, 221, 157) 62.82%, rgb(231, 191, 136) 85.71%);
    color: black;
}

.text-primary {
    color: #000000 !important;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(33 30 28 / 23%);
    z-index: 1;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
    background: linear-gradient(45deg, #c19204, #eac28a);
}

.service-item {    width: 298px;
    display: inline-block;
    vertical-align: top;
    height: 300px;
    background: white;
    margin: 20px auto;
    border-radius: 10px;}
	
	
	.service-item .service-text {
          position: relative;
    width: 100%;
    height: auto;
    top: 18px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: .5s;
    z-index: 1;
    background: unset;
}

.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}	


@media screen and (max-width:700px){
    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.service-item {
    width: -webkit-fill-available;
    display: inline-block;
    vertical-align: top;
    height: 300px;
    background: white;
    margin: 20px 20px;
    border-radius: 10px;
}
.service-item .service-text {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: .5s;
    z-index: 1;
    background: unset;
    padding-top: 20px;
}


}

.service-item img {
    position: relative;
    margin-top: auto;
    transition: .5s;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    height: 200px;
    object-fit: cover;
}

.service-item:hover .service-text {
    height: auto;
}

#logo {    height: 100px;
    width: 100px;}

#footer_logo {    height: 100px;
    width: 100px;}
	
	.footer .btn-primary i {color:black !important;}
	
	/* ===== Service Hero Section ===== */
.services_hero {
       max-width: 1100px;
    margin: 80px auto;
    padding: 40px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    animation: fadeIn 1.2s ease;
}

.services_img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 25px;
    transform: scale(1);
    transition: transform 0.6s ease;
}

.services_img:hover {
    transform: scale(1.05);
}

.services_hero h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    animation: slideDown 1s ease;
}

.services_hero p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 30px;
    animation: fadeIn 1.5s ease;
}

/* How it works */
.services_how_w {
       font-size: 20px;
    color: #000000;
    background: linear-gradient(21.8deg, rgb(231, 191, 136) 14.29%, rgb(255, 242, 205) 43.8%, rgb(231, 191, 136) 54.46%, rgb(255, 221, 157) 62.82%, rgb(231, 191, 136) 85.71%);
    display: inline-block;
    padding: 4px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    animation: slideUp 1.2s ease;
}

.services_sub {
    font-size: 1rem;
    color: #444;
    text-align: left;
    max-width: 900px;
    margin: 15px auto;
    background: #f9f9f9;
    padding: 20px;
    border-left: 5px solid #ff6f61;
    border-radius: 10px;
    line-height: 1.8;
    animation: fadeInUp 1.5s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services_sub:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ===== Animations ===== */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .services_hero {
           padding: 25px 5px;
    margin: 50px 0px;
    }
    .services_hero h1 {
        font-size: 2rem;
    }
    .services_how_w {
        font-size: 1.3rem;
    }
    .services_sub {
        font-size: 0.95rem;
    }
}


.d-none {
    display: block !important;
}

@media screen and (max-width:700px){
	.navbar {
		padding: 0px 1rem;
		background: #000000 !important;
	}

	.img-fluid {
		max-width: 100%;
		height: auto;
		object-fit: cover;
	}


	.navbar-toggler {
		padding: 0.25rem 0.75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: #fffffff7;
		border: 1px solid transparent;
	}


.navbar-light .navbar-nav .nav-link {
       padding: 10px 15px !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    outline: none;
}


.btn.btn-primary, .btn.btn-secondary {
   
    margin-bottom: 20px;
}

}

.navbar-light .navbar-nav .nav-link {
    padding: 30px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    outline: none;
}

.h-100 {
    height: 100% !important;
    filter: brightness(0.7);
}

small, .small {
    font-size: 80%;
    font-weight: 600;    display: flex;
    align-items: anchor-center;
}

.bg-black {    background: linear-gradient(-50deg, black, #453701);}

.bg-jumbotron {
    background: linear-gradient(rgba(33, 30, 28, 0.7), rgba(33, 40, 28, 0.7)), url("images/laser-hair-removal.png"), no-repeat center center;
    background-size: cover;
}

.bg-transparent {
    background-color: transparent !important;
    color: white;
}

.bg-appointment {   
 background: linear-gradient(rgba(33, 30, 28, 0.7), rgba(33, 40, 28, 0.7)) 0% 0% / cover, url("images/laser-hair-removal.png"), center center no-repeat;
 }
 
  .reviews-container {
            max-width: 1100px;
            margin: auto;
            position: relative;
        }

        /* --- Header: Title, Overall Rating, and Button --- */
        .reviews-header {
               display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
        }

        .reviews-summary h2 {
            margin: 0 0 8px 0;
            font-size: 28px;
            color: #212529;
        }

        .overall-rating {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .overall-rating .stars {
            color: #ffc107; /* Gold color for stars */
            font-size: 20px;
        }

        .overall-rating .rating-text {
            font-size: 16px;
            color: #495057;
        }

        .write-review-btn {
            background-color: #0d6efd; /* Blue button */
            color: white;
            padding: 12px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }

        .write-review-btn:hover {
            background-color: #0b5ed7; /* Darker blue on hover */
        }
        
        /* --- Reviews Grid Layout --- */
        .reviews-grid {
            display: grid;
            /* Creates a responsive grid: columns are at least 350px wide, 
               and they will fill the available space. */
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 24px;
            position: relative;
        }

        /* --- Individual Review Card Styling --- */
        .review-card {
               background-color: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0px 10px;
        }

        .review-card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .reviewer-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .reviewer-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
        }

        .reviewer-name {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
        }
        
        .review-date {
            font-size: 14px;
            color: #6c757d;
            margin: 0;
        }

        .google-logo {
            width: 24px;
            height: 24px;
        }

        .review-stars {
            color: #ffc107;
            font-size: 16px;
        }

        .review-text {
                  font-size: 14px;
    line-height: 1.6;
    color: #495057;
    margin: 0;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: pre-line;
        }

        /* --- Decorative Floating Google Logo --- */
        .floating-google-logo {
            position: absolute;
            bottom: -30px;
            right: 0;
            width: 80px;
            height: 80px;
            opacity: 0.8;
            pointer-events: none; /* Prevents it from being clickable */
        }
        
        /* --- Responsive Adjustments for Mobile --- */
        @media (max-width: 768px) {
            .reviews-header {
                flex-direction: column;
                align-items: flex-start;
            }
            .reviews-grid {
                /* On mobile, force a single column layout */
                grid-template-columns: 1fr;
            }
            .floating-google-logo {
                display: none; /* Hide the decorative logo on small screens */
            }
        }