﻿/*body {
    background-color: #fffdfa;*/ /* soft beige-white */
    /*background-image: url('https://localhost:7159/image/Ring.png'), url('https://png.pngtree.com/png-clipart/20230405/original/pngtree-earrings-line-icon-png-image_9028789.png'), url('https://cdn-icons-png.flaticon.com/512/2093/2093712.png'), url('/images/ornament4.png');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 5% 10%,*/ /* top left */
    /*90% 20%,*/ /* top right */
    /*15% 85%,*/ /* bottom left */
    /*85% 90%;*/ /* bottom right */
    /*background-size: 120px, 130px, 110px, 150px;
    opacity: 0.12;
}


    body::before {
        content: "";
        position: fixed;
        inset: 0;
        background-image: url('https://localhost:7159/image/Ring.png');
        background-repeat: repeat;
        background-size: 200px;
        opacity: 0.15;*/ /* adjust transparency */
        /*z-index: -1;
    }*/

.category-section {
    position: relative;
    overflow: hidden;
    padding: 10px 0 10px 0;
}
.category-scroll {
    display: flex;
    white-space: nowrap;
    overflow-x: hidden;
    scroll-behavior: auto;
}

.category-scroll::-webkit-scrollbar {
    display: none;
}

.category-card {
    flex: 0 0 auto;
    width: 220px;
    text-align: center;
    margin: 0 10px;
}


.category-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.category-card:hover img {
    transform: scale(1.05);
}

.category-card h5 {
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Cinzel', serif;
    color: #4b2e05;
}

.fade-left,
.fade-right {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.fade-left {
    left: 0;
    background: linear-gradient(to right, transparent 60%, transparent);
}

.fade-right {
    right: 0;
    background: linear-gradient(to left, transparent 60%, transparent);
}

@media (max-width: 768px) {
    .navbar {
        padding: 10px 20px;
    }

    .navbar-menu {
        gap: 15px;
    }

    .navbar-menu a {
        font-size: 0.9em;
    }

    .category-card {
        width: 150px;
    }

    .category-card img {
        height: 150px;
    }
}

/* New Loading Styles */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #d4af37; /* Gold color for jewelry theme */
    border-top: 6px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.carousel-item img {
    width: 100vw;
    height: 71vh;
    object-fit: cover; 
}

.hp-tq-collections-outer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    padding-bottom: 45px;
}

.hp-tq-collections-inner-one {
    width: 50%
}


.hp-tq-collections-inner-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 50%
}

.hp-tq-collections-heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* background: transparent linear-gradient(180deg, #5B040D00 0%, #360615 100%) 0% 0% no-repeat padding-box; */
    background: rgb(131,39,41);
    background: linear-gradient(360deg, rgba(131,39,41,1) 0%, rgba(131,39,41,0.95) 5%, rgba(131,39,41,0) 100%);
    border-radius: 10px;
    height: 120px;
}

.hp-tq-collections-heading-h2 {
    font-family: "Fraunces", serif;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    bottom: 30px;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
}

.m-six {
    margin: 6px;
}

.br-12 {
    border-radius: 12px;
}

.tqc-imgone {
    aspect-ratio: 0.84;
}

.tqc-imgtwo {
    aspect-ratio: 1.7;
}

@media (max-width:768px) {
    .hp-tq-collections-two-div {
        width: 100%;
    }

    .hp-tq-collections-heading-h2 {
        margin-left: 0;
        font-size: 14px;
        margin-bottom: 0;
        bottom: 10px;
    }

    .tqc-imgone {
        aspect-ratio: 1;
    }
}
.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

    .title-container::before,
    .title-container::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #3d3d3d;
        margin: 0 20px;
    }

    .title-container h3 {
        color: #5A0717;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 24px;
    }



    /*Royal Cartified*/
.container-fluid {
    width: 100%;
    padding: 0 40px; /* space on left/right */
    box-sizing: border-box;
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 25px;
    padding: 20px 0;
    width: 100%;
}

    .scroll-container::-webkit-scrollbar {
        display: none;
    }

/* Buttons */
.scroll-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid maroon;
    background-color: white;
    color: maroon;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    .scroll-btn:hover {
        background-color: maroon;
        color: white;
        transform: scale(1.05);
    }

/* Product Cards */
.product-card {
    flex: 0 0 calc((100% - 75px) / 4); /* Show 4 cards per view */
    text-align: center;
    background: #fff;
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

    .product-card:hover {
        transform: translateY(-5px);
    }

.product-image {
    position: relative;
    overflow: hidden;
    /*border-radius: 10px;*/
    width: 412px;
    height: 412px; 
    margin: 0 auto; 
}

    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.4s ease-in-out;
        /*border-radius: 10px;*/
    }


        .product-image img.hover-img {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

    .product-image:hover img.hover-img {
        opacity: 1;
    }

    .product-image:hover img.default-img {
        opacity: 0;
    }

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e48f76;
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
}

/* Text & Button */
.product-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    color: #333;
}

.product-price {
    font-size: 14px;
    margin-top: 4px;
    color: #111;
}

    .product-price del {
        color: #999;
        margin-right: 5px;
    }

.add-to-cart {
    background-color: #e48f76;
    color: white;
    border: none;
    width: 100%;
    padding: 8px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 8px;
    transition: background-color 0.3s ease;
}

    .add-to-cart:hover {
        background-color: #c86e4e;
    }

.ekaiva-video-slider-container {
    width: 100%;
    max-width: 1100px; 
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0;
}


.ekaiva-video-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    height: 600px; 
}

.ekaiva-video-slide {
    position: absolute;
    width: 360px; 
    height: 560px; 
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.7s ease, opacity 0.7s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); 
    background: #000;
}

    .ekaiva-video-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

.ekaiva-btn {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s, transform 0.2s ease;
}

    .ekaiva-btn:hover {
        background: rgba(0, 0, 0, 0.6);
        transform: translateY(-50%) scale(1.1);
    }

.ekaiva-prev-btn {
    left: -70px;
}

.ekaiva-next-btn {
    right: -70px;
}

@media (max-width: 768px) {
    .ekaiva-video-slider-wrapper {
        height: 420px;
    }

    .ekaiva-video-slide {
        width: 260px;
        height: 400px;
    }

    .ekaiva-prev-btn {
        left: -40px;
    }

    .ekaiva-next-btn {
        right: -40px;
    }
}


#shopByGender {
    background-color: #fff;
    padding: 60px 0;
}

    #shopByGender .heading-section h1 {
        color: #5A0717;
        font-weight: 600;
        font-size: 2.5rem;
    }

    #shopByGender .heading-section h3 {
        color: #56544e;
        font-size: 1.5rem;
        font-weight: 600;
    }

    #shopByGender .category-cards {
        text-align: center;
        background: transparent;
        border: none;
        box-shadow: none;
    }

        #shopByGender .category-cards img {
            width: 100%;
            height: 420px;
            border-radius: 12px;
            object-fit: cover;
            display: block;
        }

    #shopByGender .category-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: #3a3a3a;
        margin-top: 15px;
        text-align: center;
    }

@media (min-width: 992px) {
    #shopByGender .col-lg-3 {
        flex: 0 0 28%;
        max-width: 28%;
    }
}



.our-story-section {
    padding: 80px 0 40px;
}

.story-subtitle {
    color: #b48c54;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.story-title {
    font-size: 48px;
    font-weight: 600;
    color: #5b1a12;
    line-height: 1.2;
}

.story-text {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    max-width: 600px;
}

.know-more-btn {
    border: 1px solid #5b1a12;
    color: #5b1a12;
    padding: 10px 25px;
    margin-top: 20px;
    transition: 0.3s;
}

    .know-more-btn:hover {
        background-color: #5b1a12;
        color: #fff;
    }

.story-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.stats-section {
    display: flex;
    justify-content: center;
    gap: 25px; /* spacing between boxes */
    flex-wrap: wrap;
    padding: 60px 0;
    text-align: center;
}

.stat-box {
    position: relative;
    width: 260px; /* ✅ rectangular width */
    height: 160px; /* ✅ shorter height like your image */
    /*border-radius: 10px;*/
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #642d0f;
    font-weight: 600;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    /* ✅ Light overlay so image is visible but text readable */
    .stat-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.6);
        z-index: 1;
    }

.stat-number,
.stat-text {
    position: relative;
    z-index: 2;
}

.stat-number {
    font-size: 2.6rem;
    font-weight: 700;
}

.stat-text {
    margin-top: 6px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

/* ✅ Individual background images */
.box1 {
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRE6bdb9xvKFJIIY4pnW4ZKhID64yH5XgSckeDR2qISLaNqMX81KbqKhxUbsG20t90fl8w&usqp=CAU');
}

.box2 {
    background-image: url('https://i.pinimg.com/736x/0f/46/69/0f4669890433831fc0b41456356fff05.jpg');
}

.box3 {
    background-image: url('https://as2.ftcdn.net/v2/jpg/02/58/34/19/1000_F_258341935_d1444jbwhwYa6vpepkdhpkHgmITEZxF3.jpg');
}

.box4 {
    background-image: url('https://img.freepik.com/premium-photo/gold-jewelry-accessories-marble_1195984-10263.jpg');
}

/* Responsive */
@media (max-width: 991px) {
    .stats-section {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .stat-box {
        width: 220px;
        height: 140px;
    }
}



.collection-section {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

/* Top Section */
.collection-subtitle {
    color: #b48c54;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.collection-title {
    font-size: 36px;
    color: #5b1a12;
    font-weight: 600;
    margin-bottom: 40px;
}

.collection-card {
    text-align: center;
    transition: transform 0.3s ease;
}

    .collection-card img {
        width: 100%;
        border-radius: 3px;
        transition: transform 0.4s ease;
    }

/*    .collection-card:hover img {
        transform: scale(1.05);
    }
*/
.collection-name {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

/* Maroon divider between sections */
.collection-divider {
    background-color: #5b1a12;
    height: 300px;
    margin-top: -253px;
}

/* Crafting Process Section */
.crafting-section {
    position: relative;
    background-image: url('https://assets.aboutamazon.com/dims4/default/2d4d868/2147483647/strip/true/crop/1283x722%2B159%2B0/resize/1240x698%21/quality/90/?url=https%3A%2F%2Famazon-blogs-brightspot.s3.amazonaws.com%2Fe9%2Fdb%2Ff14fc99340bcaccd2401793e0bdf%2Fheader.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    z-index: 1;
}

    .crafting-section .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

.crafting-content {
    position: relative;
    z-index: 2;
    max-width: 500px;
}

.crafting-subtitle {
    color: #c7a76a;
    font-size: 15px;
    margin-bottom: 8px;
}

.crafting-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.crafting-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.crafting-btn {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 24px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

    .crafting-btn:hover {
        background: #fff;
        color: #000;
    }

/* Responsive */
@media (max-width: 991px) {
    .collection-title {
        font-size: 28px;
    }

    .crafting-title {
        font-size: 28px;
    }

    .collection-divider {
        height: 120px;
        margin-top: -60px;
    }
}
.our-story-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
@media (max-width: 575px) {
    .collection-title {
        font-size: 24px;
    }

    .collection-name {
        color: #5A0717;
        font-size: 16px;
    }

    .crafting-title {
        font-size: 24px;
    }

    .crafting-text {
        font-size: 14px;
    }

    .bg-decor {
        display: none; /* Hide small floating images on tiny screens */
    }

    .collection-divider {
        height: 80px;
        margin-top: -40px;
        visibility: hidden;
    }
}
/* overlay tint */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* common floating image style */
.bg-decor {
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

/* positions for 10 items */
.decor1 {
    top: 8%;
    left: 3%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}


.decor2 {
    top: 20%;
    right: 8%;
    width: 200px;
    animation: floatUpDown 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor3 {
    top: 35%;
    left: 5%;
    width: 200px;
    animation: floatUpDown 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor4 {
    top: 50%;
    right: 5%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor5 {
    bottom: 8%;
    left: 5%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor6 {
    bottom: 40%;
    right: 25%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor7 {
    top: 10%;
    left: 60%;
    width: 200px;
    animation: floatUpDown 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor8 {
    top: 35%;
    right: 40%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor9 {
    bottom: 25%;
    left: 50%;
    width: 200px;
    animation: floatUpDown 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor10 {
    bottom: 10%;
    right: 5%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor11 {
    top: 8%;
    left: 15%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}
.decor12 {
    top: 8%;
    left: 15%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}
.decor13 {
    bottom: 0%;
    right: 0%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}
.decor14 {
    bottom: 2%;
    left: 10%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}
.decor15 {
    bottom: 0%;
    right: 20%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}
.decor16 {
    top: -5%;
    left: 35%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}
.decor17 {
    bottom: 25%;
    left: 25%;
    width: 200px;
    animation: floatUpDown 25s ease-in-out infinite;
    animation-delay: 0s;
}

.decor18 {
    bottom: 0%;
    left: 0%;
    width: 200px;
    animation: floatLeftRight 25s ease-in-out infinite;
    animation-delay: 0s;
}
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.15;
    }

    50% {
        transform: translateY(-80px) rotate(8deg);
        opacity: 0.3;
    }
}

@keyframes floatLeftRight {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
        opacity: 0.15;
    }

    50% {
        transform: translateX(80px) rotate(-8deg);
        opacity: 0.3;
    }
}

.our-story-section .container {
    position: relative;
    z-index: 2;
}

.story-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.story-text {
    font-size: 1.1rem;
    line-height: 1.6;
}

.stats-section {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
}

.collection-sections {
    position: relative;
    overflow: hidden;
}

    .collection-sections .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        pointer-events: none;
    }

    .collection-sections .bg-decor {
        position: absolute;
        opacity: 0;
        z-index: 0;
    }
.video-overlay {
    position: relative;
    overflow: hidden;
}

    .video-overlay .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .video-overlay .bg-decor {
        position: absolute;
        opacity: 0;
        z-index: 0;
    }
.shop-by-gender-section {
    position: relative;
    overflow: hidden;
}

    .shop-by-gender-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .shop-by-gender-section .bg-decor {
        position: absolute;
        opacity: 0;
        z-index: 0;
    }


#mainBannerCarousel {
    width: 100%;
    margin: 0 auto;
}

.carousel-inner {
    border-radius: 8px;
    overflow: hidden;
}

.carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    min-height: 300px;
}

    .carousel-item img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        aspect-ratio: 16/9;
    }

/* Mobile devices */
@media (max-width: 576px) {
    .carousel-item {
        min-height: auto;
    }

        .carousel-item img {
            max-height: auto;
        }
}

/* Tablets */
@media (min-width: 577px) and (max-width: 992px) {
    .carousel-item {
        min-height: auto;
    }

        .carousel-item img {
            max-height: auto;
        }
}

/* Large screens */
@media (min-width: 993px) {
    .carousel-item {
        min-height: auto;
    }

        .carousel-item img {
            max-height: auto;
        }
}

/* Carousel controls styling */
.carousel-control-prev,
.carousel-control-next {
    width: 8%;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        opacity: 1;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(1.5);
}