
        @font-face {
            font-family: 'Haboro Contrast Norm Regular';
            src: url('https://db.onlinewebfonts.com/t/1c4a7e1c0f8a6e4e3b3b3b3b3b3b3b3b.eot');
            src: url('https://db.onlinewebfonts.com/t/1c4a7e1c0f8a6e4e3b3b3b3b3b3b3b3b.eot?#iefix') format('embedded-opentype'),
                 url('https://db.onlinewebfonts.com/t/1c4a7e1c0f8a6e4e3b3b3b3b3b3b3b3b.woff2') format('woff2'),
                 url('https://db.onlinewebfonts.com/t/1c4a7e1c0f8a6e4e3b3b3b3b3b3b3b3b.woff') format('woff'),
                 url('https://db.onlinewebfonts.com/t/1c4a7e1c0f8a6e4e3b3b3b3b3b3b3b3b.ttf') format('truetype'),
                 url('https://db.onlinewebfonts.com/t/1c4a7e1c0f8a6e4e3b3b3b3b3b3b3b3b.svg#Haboro Contrast Norm Regular') format('svg');
        }
        .slide1{
        background-image: url('assets/img/DESKTOP.jpg.jpeg');
}
.slide2{
    background-image: url('assets/img/DESKTOP2.jpg.jpeg')
}
.slide3{
    background-image: url('assets/img/DESKTOP3.jpg.jpeg')
}
        :root {
            --primary: #000000;
            --secondary: #CC9933;
            --accent: #B8860B;
            --light: #f8f9fa;
            --dark: #0a0a0a;
            --success: #27ae60;
            --gradient: linear-gradient(135deg, var(--primary), var(--accent));
            --medical-gold: #fef9e7;
            --text-light: #f8f9fa;
            --text-dark: #333333;
            --text-muted: #6c757d;
            --section-bg: #ffffff;
            --card-bg: #ffffff;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Haboro Contrast Norm Regular', sans-serif;
            overflow-x: hidden;
            background: #ffffff;
            color: var(--text-dark);
            line-height: 1.6;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Haboro Contrast Norm Regular', serif;
            font-weight: 600;
            color: var(--primary);
        }
        
        .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 40px;
            font-size: 2.2rem;
            color: var(--primary);
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 3px;
            background: var(--secondary);
        }
        
        /* Navigation */
        .navbar {
            transition: all 0.3s ease;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            background: rgba(255,255,255,0.97);
            padding: 9px 0;
            border-bottom: 1px solid rgba(204, 153, 51, 0.2);
        }
        
        .navbar.scrolled {
            background: rgba(255,255,255,0.98) !important;
            backdrop-filter: blur(10px);
            padding: 10px 0;
        }
        
        .navbar-brand {
            font-family: 'Haboro Contrast Norm Regular', serif;
            font-weight: 700;
            font-size: 1.8rem;
            color: var(--primary) !important;
        }
        
        .nav-link {
            position: relative;
            font-weight: 500;
            margin: 0 8px;
            padding: 8px 16px !important;
            border-radius: 4px;
            transition: all 0.3s ease;
            color: var(--text-dark);
        }
        
        .nav-link:hover, .nav-link.active {
            background-color: rgba(204, 153, 51, 0.1);
            color: var(--primary) !important;
        }
        
        /* Hero Section */
        /* Add these styles to your existing CSS */

/* Hero Carousel Styles */
.hero-section {
    min-height: 15vh;
    padding: 0;
}

#heroCarousel {
    height: 100%;
}

.carousel-item {
    height: 64vh;
}

.hero-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%); */
}

.carousel-item .container {
    position: relative;
    z-index: 2;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(204, 153, 51, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: var(--secondary);
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-indicators {
    bottom: 30px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid transparent;
    margin: 0 5px;
}

.carousel-indicators button.active {
    background-color: var(--secondary);
    transform: scale(1.2);
}

/* Responsive adjustments for carousel */
@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        height: 50px;
        margin: 0 10px;
    }
    .slide1{
        background-image: url('assets/img/slider11.jpg');
    }
    .slide2{
        background-image: url('assets/img/slider12.jpg.jpeg');
    }
    .slide3{
        background-image: url('assets/img/slider13.jpg.jpeg');
    }
    /* .hero-slide{
        background-image: url('assets/img/THE HAIR SCIENCE - WEB SCIENCE.jpg.jpeg');
    } */
   .carousel-item {
    height: 62vw;
}
    
    /* .hero-slide::before {
        background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    } */
}
        
        /* Medical Cards */
        .medical-card {
            border: 1px solid rgba(204, 153, 51, 0.3);
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            height: 100%;
            background: var(--card-bg);
        }
        
        .medical-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(204, 153, 51, 0.15);
            border-color: var(--secondary);
        }
        
        .medical-icon {
            width: 70px;
            height: 70px;
            background: rgba(204, 153, 51, 0.1);
            color: var(--secondary);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 28px;
            margin: 0 auto 20px;
            border: 1px solid rgba(204, 153, 51, 0.3);
        }
        
        /* Services Section */
        .services-section {
            background: var(--section-bg);
            padding: 80px 0;
        }
        
        .service-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            padding: 20px;
            border-radius: 10px;
            background: var(--card-bg);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            border: 1px solid rgba(204, 153, 51, 0.1);
        }
        
        .service-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(204, 153, 51, 0.1);
            border-color: var(--secondary);
        }
        
        .service-icon {
            width: 60px;
            height: 60px;
            background: rgba(204, 153, 51, 0.1);
            color: var(--secondary);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            margin-right: 20px;
            flex-shrink: 0;
            border: 1px solid rgba(204, 153, 51, 0.3);
        }

        /* Articles Section */
.articles-section {
    background: var(--section-bg);
    padding: 80px 0;
}

.article-card {
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
    border: 1px solid rgba(204, 153, 51, 0.2);
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(204, 153, 51, 0.15);
    border-color: var(--secondary);
}

.article-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.article-content {
    padding: 25px;
}

.article-meta {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.article-meta i {
    color: var(--secondary);
    margin-right: 5px;
}

.article-tag {
    display: inline-block;
    background: rgba(204, 153, 51, 0.1);
    color: var(--secondary);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}

.article-tag:hover {
    background: rgba(204, 153, 51, 0.2);
    color: var(--secondary);
    text-decoration: none;
}

.read-more {
    color: var(--secondary);
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.read-more:hover {
    color: var(--accent);
}

.read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}
.btn-read-more {
    background-color: rgba(204, 153, 51, 0.8);;
    color: black;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}
/* .btn-read-more:hover {
    background-color: #0056b3;
} */
.article-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.modal-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}
.signature {
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
    text-align: right;
    font-style: italic;
}

        
        /* Treatment Process */
        .process-step {
            text-align: center;
            padding: 30px 20px;
            position: relative;
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background: rgba(204, 153, 51, 0.1);
            color: var(--secondary);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: bold;
            margin: 0 auto 20px;
            border: 1px solid rgba(204, 153, 51, 0.3);
        }
        
        /* Testimonials */
        .testimonial-card {
            background: var(--card-bg);
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            position: relative;
            margin: 15px;
            border-left: 4px solid var(--secondary);
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(204, 153, 51, 0.1);
        }
        
        /* Buttons */
        .btn-primary {
            background: var(--secondary);
            border: none;
            padding: 12px 30px;
            border-radius: 4px;
            color: #000;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background: var(--accent);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(204, 153, 51, 0.3);
            color: #000;
        }
        
        .btn-outline-primary {
            border: 2px solid var(--secondary);
            color: var(--secondary);
            padding: 10px 25px;
            border-radius: 4px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .btn-outline-primary:hover {
            background: var(--secondary);
            color: #000;
        }
        
        /* Footer */
        footer {
            background:  rgba(204, 153, 51, 0.8);
            color: white;
            position: relative;
            border-top: 1px solid rgba(204, 153, 51, 0.2)
        }
        
        footer a {
            color: var(--text-muted);
            transition: all 0.3s ease;
        }
        
        footer a:hover {
            color: var(--secondary);
            text-decoration: none;
        }
        
        /* Back to Top */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 15px;
            background: var(--secondary);
            color: #000;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            text-decoration: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }
        
        /* Stats Section */
        .stats-section {
            background:linear-gradient(135deg, var(--primary), #212529);
            color: white;
            padding: 60px 0;
            border-top: 1px solid rgba(204, 153, 51, 0.2);
            border-bottom: 1px solid rgba(204, 153, 51, 0.2);
        }
        
        .stats-item {
            text-align: center;
            padding: 0px;
        }
        
        .stats-number {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 10px;
            color: var(--secondary);
        }
        
        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .service-item {
                flex-direction: column;
                text-align: center;
            }
            
            .service-icon {
                margin-right: 0;
                margin-bottom: 15px;
                
            }
        }
        
        /* Scientific Elements */
        .scientific-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--success);
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .hair-anatomy {
            background: var(--medical-gold);
            border-radius: 10px;
            padding: 30px;
            margin: 30px 0;
            border: 1px solid rgba(204, 153, 51, 0.2);
        }
        
        /* Appointment Form */
        .appointment-form {
            background: var(--card-bg);
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            border: 1px solid rgba(204, 153, 51, 0.2);
        }
        
        .form-control {
            border-radius: 4px;
            border: 1px solid #e0e0e0;
            padding: 12px 15px;
            transition: all 0.3s ease;
            background: #ffffff;
            color: var(--text-dark);
        }
        
        .form-control:focus {
            border-color: var(--secondary);
            box-shadow: 0 0 0 0.2rem rgba(204, 153, 51, 0.1);
            background: #ffffff;
            color: var(--text-dark);
        }
        
        .form-select {
            background: #ffffff;
            color: var(--text-dark);
            border: 1px solid #e0e0e0;
        }
        
        .form-select:focus {
            border-color: var(--secondary);
            box-shadow: 0 0 0 0.2rem rgba(204, 153, 51, 0.1);
            background: #ffffff;
            color: var(--text-dark);
        }
        
        /* Text adjustments */
        p, li {
            color: var(--text-dark);
        }
        
        .text-muted {
            color: var(--text-muted) !important;
        }
        
        /* Gold accent elements */
        .bg-primary {
            background-color: var(--secondary) !important;
        }
        
        .text-primary {
            color: var(--secondary) !important;
        }
        
        .border-primary {
            border-color: var(--secondary) !important;
        }
        
        /* Additional styling for gold accents */
        .gold-accent {
            color: var(--secondary);
        }
        
        .gold-border {
            border-color: var(--secondary);
        }
        
        .gold-bg {
            background-color: rgba(204, 153, 51, 0.1);
        }
        
        /* Light background sections */
        .bg-light {
            background-color: #f8f9fa !important;
        }
        /* Gallery Section */
.gallery-card {
    transition: all 0.3s ease;
    cursor: pointer;
    height: 250px;
    overflow: hidden;
}

.gallery-card img {
    transition: all 0.5s ease;
    height: 100%;
    object-fit: cover;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item {
    display: block;
}

.gallery-item.hidden {
    display: none;
}

/* Gallery Filter Buttons */
.btn-group .btn {
    /* border-color: var(--secondary); */
    color: #212529;
}

.btn-group .btn.active {
    background-color: var(--secondary);
    color: #000;
    border-color: var(--secondary);
}

.btn-group .btn:hover:not(.active) {
    background-color: rgba(204, 153, 51, 0.1);
}
/* --- Product Section --- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.product-card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

/* Optional: Add a subtle shine effect on hover */
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.1);
}

.product-image-wrapper {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-image-wrapper img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    transition: all 0.5s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.product-card:hover .product-image-wrapper img {
    transform: scale(1.08);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

.product-info {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: white;
}

.product-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.3;
}

.product-desc {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
    line-height: 1.5;
}

.product-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: black;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.product-price::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #3498db, #2ecc71);
    border-radius: 2px;
}

.features-list {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}

.features-list li {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.features-list li i {
    color: #27ae60;
    margin-right: 10px;
    font-size: 1rem;
    min-width: 20px;
}

.btn-add-to-cart {
    background: rgba(204, 153, 51, 0.8);
    color: black;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2);
}

.btn-add-to-cart:hover {
    background: linear-gradient(135deg, #2980b9, #1c5a87);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.btn-add-to-cart:active {
    transform: translateY(0);
}
.btn{
    background:rgba(204, 153, 51, 0.8); ;
}

/* Optional: Add a ribbon or badge for special products */
.product-card::before {
    content: '';
    position: absolute;
    top: 15px;
    right: -30px;
    background: #e74c3c;
    color: white;
    padding: 5px 30px;
    transform: rotate(45deg);
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 1;
    display: none; /* Hidden by default, can be enabled per product */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-grid {
        gap: 25px;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    .product-card {
        border-radius: 12px;
    }
    
    .product-info {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .product-grid {
        gap: 20px;
    }
    
    .product-card:hover {
        transform: translateY(-5px);
    }
    
    .product-title {
        font-size: 1.3rem;
    }
}
.hair-test-btn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #cc9933;
    color: white;
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);

    /* Blinking animation */
    animation: blink 2s infinite;
}
/* Blink Effect */
@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
}

.hair-test-btn:hover {
    background-color: #b8862b;
    animation: none; /* stop blinking on hover */
}
