.bg-dark1 {
    background-color: #111 !important;
}

@media (max-width: 576px) {
    /* 1. Force 30% Height */
    .slider_section {
        height: 30vh !important;
        min-height: 30vh !important;
        padding: 0 !important;
        display: flex;
        align-items: center; /* Centers content vertically */
    }

    .slider_bg_box,
    .slider_bg_box img {
        height: 30vh !important;
    }

    /* 2. Remove Gaps between text */
    .detail-box {
        padding: 0 !important;
        margin: 0 !important;
    }

    .detail-box h1 {
        font-size: 1.4rem !important;
        line-height: 1 !important; /* Tightens the gap between lines */
        margin: 0 0 8px 0 !important; /* Small bottom margin only */
        padding: 0 !important;
    }

    .detail-box h1 span {
        font-size: 1.1rem !important;
    }

    /* 3. Hide the long description to save space */
    .detail-box p {
        display: none !important;
    }

    /* 4. Tighten the button area */
    .btn-box {
        margin: 0 !important;
        padding: 0 !important;
    }

    .btn1 {
        padding: 6px 15px !important;
        font-size: 12px !important;
        margin-top: 0 !important;
    }

    /* 5. Hide carousel indicators if they overlap */
    .carousel-indicators {
        display: none;
    }
}

/* category */
/* --- Heading Style --- */
.category-heading {
    font-weight: 800;
    font-size: 1.2rem; /* Small on mobile */
    color: #222;
}
.category-heading span {
    color: #ff0000;
}

/* --- Scroll & Flex Logic --- */
.category-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}
.category-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.category-flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; /* Centered on all screens */
    gap: 12px;
    min-width: max-content; /* Prevents squashing on scroll */
    margin: 0 auto;
}

/* --- The Card (Mobile First) --- */
.category-card {
    width: 80px; /* Base width for mobile */
    flex-shrink: 0;
    text-align: center;
}

.category-img-container {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 8px;
    border: 2px solid #f1f1f1;
    transition: transform 0.3s ease;
}

.category-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-label {
    display: block;
    font-size: 11px; /* Smaller for mobile */
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    /* Allows text to wrap to 2 lines so it never cuts */
    word-wrap: break-word;
    white-space: normal;
}

/* --- Tablet & Desktop Adjustments (iPad / PC) --- */
@media (min-width: 768px) {
    .category-heading {
        font-size: 2rem;
    }

    .category-flex-container {
        gap: 40px;
    }

    .category-card {
        width: 150px; /* Much bigger on desktop */
    }

    .category-img-container {
        width: 130px;
        height: 130px;
        border-width: 3px;
    }

    .category-label {
        font-size: 16px; /* Bigger text on desktop */
        margin-top: 10px;
    }

    /* Add a hover effect for desktop users */
    .category-card:hover .category-img-container {
        transform: scale(1.05);
        border-color: #ff0000;
    }
}

/* product */
/* Section Title */
.section-title {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
}
.section-title span {
    color: #ff0000;
}

/* The Card */
.product-card {
    background: transparent;
    transition: transform 0.3s ease;
}

.product-img-wrapper {
    position: relative;
    aspect-ratio: 3/4; /* High-end fashion look */
    background-color: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Important: fills the 3/4 space perfectly */
    transition: transform 0.5s ease;
}

/* Floating Action Button */
.floating-cart-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    color: #333;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: 0.3s;
}

.floating-cart-btn:hover {
    background: #ff0000;
    color: #fff;
}

/* Info Styling */
.brand-text {
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    margin: 0;
    letter-spacing: 1px;
}

.product-name {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin: 2px 0 5px;
    height: 32px; /* Keeps grid aligned */
    overflow: hidden;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.current-price {
    font-weight: 700;
    color: #ff0000;
    font-size: 15px;
}

.old-price {
    text-decoration: line-through;
    color: #bbb;
    font-size: 12px;
}

/* Desktop Polish */
@media (min-width: 768px) {
    .product-card:hover img {
        transform: scale(1.08);
    }
    .product-name {
        font-size: 16px;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .floating-cart-btn {
        width: 45px;
        height: 45px;
    }
}

/* Custom View All Link */
.view-all-link {
    color: #222;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 5px;
    transition: 0.3s;
}
.view-all-link:hover {
    color: #ff0000;
}

/* subscribe */
.booking_cta_section {
    padding: 60px 0;
    /* Replace with a high-quality hair salon image */
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("/user/images/salon-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect for desktop */
}

.booking_wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.content_box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px); /* Modern Glass effect */
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 20px;
    border-radius: 20px;
}

.sub_title {
    color: #ff0000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.main_title {
    color: #fff;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 25px;
}

/* Schedule Layout */
.schedule_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    color: #ddd;
    font-size: 14px;
}

.schedule_item i {
    color: #ff0000;
    margin-right: 5px;
}

.schedule_divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
}

/* Luxury Button */
.booking_btn {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
}

.booking_btn:hover {
    background: #fff;
    color: #ff0000;
    transform: translateY(-3px);
    text-decoration: none;
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
    .booking_cta_section {
        padding: 40px 10px;
    }
    .main_title {
        font-size: 1.5rem;
    }
    .schedule_box {
        flex-direction: column;
        gap: 5px;
    }
    .schedule_divider {
        display: none;
    }
    .booking_btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* testimonial */
.client_section {
    background-color: #fdfdfd;
}

.header-line {
    width: 60px;
    height: 3px;
    background: #ff0000;
    margin: 10px auto;
}

.testimonial-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 700px;
    margin: 20px auto 60px;
    position: relative;
    text-align: left;
}

.quote-icon {
    position: absolute;
    top: -20px;
    left: 40px;
    background: #ff0000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ff0000;
}

.client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-meta h5 {
    margin: 0;
    font-weight: 700;
    font-size: 1.1rem;
}

.stars {
    color: #ffc107; /* Gold color */
    font-size: 12px;
}

.testimonial-text {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Indicators */
.custom-indicators li {
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.custom-indicators .active {
    background-color: #ff0000;
}

/* Mobile Adjustments */
@media (max-width: 576px) {
    .testimonial-card {
        padding: 30px 20px;
        margin: 20px 10px 50px;
    }
    .testimonial-text {
        font-size: 0.9rem;
    }
}
/* footer */
.footer_section {
    background-color: #1a1a1a; /* Modern dark grey/black */
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-col {
    margin-bottom: 30px;
}

.footer_logo {
    display: inline-block;
    margin-bottom: 20px;
}

.contact_link_box a {
    display: flex;
    align-items: center;
    color: #bbbbbb;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.contact_link_box i {
    color: #ff0000;
    margin-right: 10px;
    font-size: 18px;
}

.contact_link_box a:hover {
    color: #ff0000;
}

.footer_title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #ff0000;
}

.footer_menu ul {
    padding: 0;
    list-style: none;
}

.footer_menu ul li {
    margin-bottom: 10px;
}

.footer_menu ul li a {
    color: #bbbbbb;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer_menu ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Social Icons */
.footer_social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer_social a {
    width: 35px;
    height: 35px;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer_social a:hover {
    background: #ff0000;
}

/* Copyright Bar */
.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

.footer-bottom span {
    color: #ff0000;
    font-weight: 600;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .footer_section {
        text-align: center;
    }
    .footer-col {
        margin-bottom: 40px;
    }
    .footer_title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer_social {
        justify-content: center;
    }
    .contact_link_box a {
        justify-content: center;
    }
}
/* book us */
.booking_banner_section {
    background-color: #000;
    overflow: hidden;
}

.bg-black {
    background-color: #000;
}

/* Image Handling */
.booking_img_container {
    height: 450px; /* Desktop height */
    width: 100%;
}

.booking_img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content Box */
.booking_content_box {
    padding: 40px 30px;
    text-align: left;
}

.booking_title {
    font-weight: 800;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.booking_title span {
    color: #ff0000;
}

.booking_desc {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Button Styling */
.booking_action_btn {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease;
}

.booking_action_btn:hover {
    background-color: #cc0000;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* --- MOBILE SPECIFIC FIXES --- */
@media (max-width: 767px) {
    .booking_img_container {
        height: 250px; /* Keeps image small on mobile */
    }

    .booking_content_box {
        padding: 30px 20px;
        text-align: center; /* Center text for mobile app feel */
    }

    .booking_title {
        font-size: 1.6rem;
    }

    .booking_desc {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .booking_action_btn {
        width: 100%; /* Full width button on phones */
        padding: 12px 20px;
    }
}
/* :root {
    --main-gold: #d4af37;
    --bg-dark: #1a1a1b;
    --bg-light: #f8f9fa;
    --text-primary: #212529;
    --accent-danger: #ff0000;
} */
