*{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        .top-header {
            background-color: #f8f9fa;
            padding: 10px 0;
            border-bottom: 1px solid #e9ecef;
        }
        .store-name {
            font-weight: bold;
            color: #d4af37; /* Gold color for jewellery store */
            font-size: 1.5rem;
        }
        .contact-info {
            text-align: right;
        }
        .nav-bar {
            background-color: #ffffffff;
        }
        .nav-link {
            color: black !important;
            font-weight: 500;
        }
        .nav-link:hover {
            color: #d4af37 !important;
        }
        .carousel-item img {
            width: 100%;
            height: 600px;
            object-fit: cover;
            border-radius: 16px;
        }

        @media (max-width: 767.98px) {
            .carousel-item img {
                height: 300px; /* or 220px, adjust as needed */
                object-fit: cover;
                border-radius: 12px;
            }
            .carousel-caption {
                font-size: 1rem;
                padding-bottom: 0.5rem;
            }
        }
        .billing-info {
            background-color: #f8f9fa;
            padding: 15px;
            margin: 20px 0;
            border-radius: 5px;
        }
        .footer {
            background-color: #343a40;
            color: white;
            padding: 20px 0;
            margin-top: 30px;
        }
        @media (max-width: 767.98px) {
    .top-header .contact-info {
        display: none !important;
    }
    .navbar-contact-icon {
        display: inline-block !important;
    }
}
.navbar-contact-icon {
    display: none;
}
/* Make navbar toggler icon black */
.navbar-toggler {
    border-color: #000 !important;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
    .navbar .fa-heart, .navbar .fa-shopping-bag {
        margin-right: 0.2rem;
    }
}
.d-lg-flex a.text-dark:hover i,
.d-lg-flex a.text-dark:focus i {
    color: #d4af37 !important;
    transition: color 0.2s;
}

/* service */

/* Service Container */
.service-container {
    padding: 40px 20px;
    background: #f9f9f9;
    margin-bottom: 40px;
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 60px;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.service-title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #333;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Service Grid Layout */
.service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Service Card */
.service-card {
    position: relative;
    width: 160px;
    height: 140px;
    border-radius: 20px;
    margin-top: 80px;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

/* Color Box Background */
.service-color-box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* Service Image */
.service-image {
    position: absolute;
    height: 160px;
    width: auto;
    max-width: 160px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image {
    transform: translateX(-50%) scale(1.05);
}

/* Category Name */
.service-category-name {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #333;
    z-index: 2;
    transition: color 0.3s ease;
}

.service-link:hover .service-category-name {
    color: #fff;
}

/* Color Variations */
/* Base Colors */
.service-color1 { background-color: #00e5ff; }
.service-color2 { background-color: #b388ff; }
.service-color3 { background-color: #ff7043; }
.service-color4 { background-color: #ffd600; }
.service-color5 { background-color: #00e676; }
.service-color6 { background-color: #ff80ab; }
.service-color7 { background-color: #18ffff; }
.service-color8 { background-color: #ff8a80; }
.service-color9 { background-color: #76ff03; }
.service-color10 { background-color: #ff9100; }
.service-color11 { background-color: #00b0ff; }
.service-color12 { background-color: #d500f9; }
.service-color13 { background-color: #ffea00; }
.service-color14 { background-color: #64ffda; }
.service-color15 { background-color: #ff4081; }
.service-color16 { background-color: #3d5afe; }
.service-color17 { background-color: #1de9b6; }
.service-color18 { background-color: #ff3d00; }
.service-color19 { background-color: #651fff; }
.service-color20 { background-color: #c6ff00; }

/* Hover Effects */
.service-link:hover .service-color1 { background-color: #00bcd4; }
.service-link:hover .service-color2 { background-color: #7c4dff; }
.service-link:hover .service-color3 { background-color: #ff5722; }
.service-link:hover .service-color4 { background-color: #ffab00; }
.service-link:hover .service-color5 { background-color: #00c853; }
.service-link:hover .service-color6 { background-color: #ff4081; }
.service-link:hover .service-color7 { background-color: #00b8d4; }
.service-link:hover .service-color8 { background-color: #ff5252; }
.service-link:hover .service-color9 { background-color: #64dd17; }
.service-link:hover .service-color10 { background-color: #ff6d00; }
.service-link:hover .service-color11 { background-color: #0091ea; }
.service-link:hover .service-color12 { background-color: #aa00ff; }
.service-link:hover .service-color13 { background-color: #ffd600; }
.service-link:hover .service-color14 { background-color: #1de9b6; }
.service-link:hover .service-color15 { background-color: #f50057; }
.service-link:hover .service-color16 { background-color: #304ffe; }
.service-link:hover .service-color17 { background-color: #00bfa5; }
.service-link:hover .service-color18 { background-color: #dd2c00; }
.service-link:hover .service-color19 { background-color: #6200ea; }
.service-link:hover .service-color20 { background-color: #aeea00; }

/* Responsive Styles */
@media (max-width: 992px) {
    .service-grid {
        gap: 30px;
    }
    
    .service-card {
        width: 140px;
        height: 120px;
        margin-top: 70px;
    }
    
    .service-image {
        height: 140px;
        top: -70px;
    }
}

@media (max-width: 768px) {
    .service-container {
        padding: 30px 15px;
    }
    
    .service-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }
    
    .service-grid {
        gap: 20px;
    }
    
    .service-card {
        width: 120px;
        height: 100px;
        margin-top: 60px;
    }
    
    .service-image {
        height: 120px;
        top: -60px;
    }
    
    .service-category-name {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .service-grid {
        gap: 15px;
    }
    
    .service-card {
        width: 100px;
        height: 80px;
        margin-top: 50px;
    }
    
    .service-image {
        height: 100px;
        top: -50px;
    }
    
    .service-category-name {
        font-size: 0.8rem;
        bottom: 10px;
    }
}

/* Offcanvas Sidebar Styles */
.offcanvas-sidebar {
    position: fixed;
    top: 0;
    left: -270px;
    width: 270px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    box-shadow: 4px 0 24px rgba(0,0,0,0.12);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    transition: left 0.3s cubic-bezier(.4,2.2,.2,1);
    overflow-y: auto;
    border-left: 6px solid #d4af37;
}
.offcanvas-sidebar.show {
    left: 0;
}
.offcanvas-header {
    border-bottom: 1px solid #f3f3f3;
}
.sidebar-title {
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: #222;
}
.btn-close-lg {
    background: none;
    border: none;
    font-size: 2rem;
    color: #888;
    transition: color 0.2s;
    line-height: 1;
}
.btn-close-lg:hover {
    color: #d4af37;
    background: none;
}
.sidebar-link {
    font-size: 1.08rem;
    font-weight: 500;
    color: #222 !important;
    border-radius: 8px;
    padding: 0.7rem 0.8rem;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    transition: background 0.18s, color 0.18s;
}
.sidebar-link:hover, .sidebar-link:focus {
    background: #fffbe7;
    color: #d4af37 !important;
    text-decoration: none;
}
.offcanvas-backdrop {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(44,44,44,0.18);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 1049;
    transition: opacity 0.2s;
}
.offcanvas-backdrop.show {
    display: block;
    opacity: 1;
}
@media (min-width: 992px) {
    .offcanvas-sidebar, .offcanvas-backdrop { display: none !important; }
}

