* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
}

html {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cinzel Decorative", serif;
    font-weight: 500;
    color: #1a1a1a;
    line-height: normal;
}

:root {
    --gold: #9c713c;
    --black: #111;
    --offwhite: #f7f5f2;
    --gray: #6b6b6b;
    --deep-purple: #120a18;
}


h1 {
    font-size: 3rem;
    letter-spacing: -0.5px;
}

h2 {
    font-size: 2.5rem;
}


.section-title {
    font-size: 2.1rem;
    font-weight: 500;
}


@media (min-width:992px) and (max-width:1399.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px
    }

    html {
        font-size: 15px;
    }

}

.btn-gold {
    background-color: var(--gold);
    color: white;
    padding: 0.75rem 1.8rem;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btn-gold:hover {
    background-color: var(--black);
}


.section-padding {
    padding: 5rem 0;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

.header {
    background-color: #120a18;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a {
    text-decoration: none;
    color: inherit;
    transition: .4s ease;
    font-family: "Cinzel Decorative", serif;
    letter-spacing: .8px;
}

.topbar {
    padding: .5rem 0;
    background: var(--gold);
    color: white;
    font-size: 15px;
}

.midbar {
    /* background: #10002a; */
    border-bottom: 1px solid var(--gold);
    /* padding: .8rem 0; */
    position: relative;
}

.normal-logo {
    width: 135px;
}

img {
    max-width: 100%;
    height: auto;
    transition: .4s ease;
}

.midbar a {
    font-size: 1.2rem;
    color: var(--offwhite);
}

.midbar a:hover {
    color: var(--gold);
}

.menu {
    list-style: none;
    display: flex;
}

.menu li a {
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .8px;
    transition: .3s;
    color: var(--offwhite);
    font-family: "Cinzel Decorative", serif;
    font-weight: 500;
}

.menu li a:hover {
    color: var(--gold);
}

.mainMenu .container {
    justify-content: center;
}


.menu li {
    padding: 30px 9px;
}

.top-right a {
    border-left: 1px solid;
    padding-left: .5rem;
}

.mid-left {
    width: 33.3%;
}

.center-logo img {
    width: 220px;
}


@keyframes slidetop {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

img.sticky-logo {
    width: 40px;
    display: none;
}

.sticky .midbar img.sticky-logo {
    display: inline;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sticky .midbar .normal-logo {
    display: none;
}




.bannerSec {
    padding: 4rem 0 6rem;
    background: var(--offwhite);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -0.8px;
    font-family: "Cinzel Decorative", serif;
    line-height: normal;
    margin: 0 0 1rem;
}

.word {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.45s ease-out;
}

.word.show {
    opacity: 1;
    transform: translateY(0);
}


.bannerVideo {
    width: 85%;
    height: 569px;
    /* overflow: hidden; */
    position: relative;
    z-index: 9;
}

.bannerVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bannerSlider {
    padding: 3rem;
}

.bannerSlides p {
    font-size: 1.1rem;
    color: #666;
    margin: 0 0 2rem;
}

.bannerVideo:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border: 20px solid var(--gold);
    left: 55px;
    bottom: -55px;
    z-index: -1;
}

.bannerVideo:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 390px;
    background: #c5a5727d;
    top: 20%;
    left: 30%;
    z-index: -1;
}




.catImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
}

.catImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catBox {
    position: relative;
}

.catText {
    /* position: absolute; */
    top: 30px;
    left: 30px;
    margin: 1rem 0 0;
    text-align: center;
}

.catText h3 {
    /* color: var(--gold); */
    font-size: 1rem;
}

a.cat-btn {
    /* padding: 6px 20px; */
    display: inline-block;
    /* border: 2px solid var(--gold); */
    font-size: 14px;
    /* margin: .7rem 0 0; */
    color: var(--gold);
    font-weight: 600;
    text-decoration: underline;
}



.catBox:hover img {
    transform: scale(1.2);
}

.coupen-a {
    font-size: 1rem;
    min-width: 134px;
    border: 2px dashed #f7f5f2;
    background-color: var(--gold);
    color: white;
}

.babWrapper {
    background: var(--offwhite);
}

.flipX {
    transform: scaleX(-1);
    display: inline-block;
    font-size: 2rem;
    margin-top: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #e0e0e0;
    justify-content: center;
    margin: 0 0 3rem;
}

.nav-tabs .nav-link {
    font-size: 1.1rem;
    color: var(--gray);
    border: none;
    padding: 12px 30px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    background: transparent;
}

.nav-tabs .nav-link:hover {
    color: var(--gold);
    border: none;
    background: transparent;
}

.nav-tabs .nav-link.active {
    color: var(--gold);
    border: none;
    border-bottom: 2px solid var(--gold);
    background: transparent;
}

.product-card {
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    aspect-ratio: 3/4;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image {
    transform: scale(1.1);
}

.product-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid var(--gold);
    color: var(--gold);
    padding: 5px 15px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    z-index: 2;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

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

.cart-btn {
    background-color: #fff;
    color: var(--black);
    border: none;
    padding: 10px 25px;
    font-size: 1rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cart-btn:hover {
    background-color: var(--gold);
    color: #fff;
}

.product-info {
    padding: 20px 10px 0;
    text-align: center;
}

.product-category {
    font-size: 0.9rem;
    color: var(--gray);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.product-title {
    font-size: 1rem;
    color: var(--black);
    margin-bottom: 12px;
    font-weight: 500;
}

.product-price {
    font-size: 1rem;
    color: var(--black);
}

.product-price .original-price {
    text-decoration: line-through;
    color: var(--gray);
    margin-right: 5px;
}

.product-price .sale-price {
    color: var(--gold);
    font-weight: 500;
}


.section-subtitle {
    font-size: 1rem;
    color: var(--gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 400;
}


.section-description {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--gray);
    margin-bottom: 40px;
}

.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.about-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-image-wrapper:hover .about-image {
    transform: scale(1.05);
}

.about-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: var(--gold);
    color: #fff;
    padding: 25px 35px;
    text-align: center;
    border-radius: 2px;
}

.about-badge-number {
    font-size: 2.5rem;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.about-badge-text {
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-content {
    padding-left: 30px;
}

.about-features {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: var(--offwhite);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.feature-icon i {
    font-size: 1.8rem;
    color: var(--gold);
}

.feature-item:hover .feature-icon {
    background-color: var(--gold);
}

.feature-item:hover .feature-icon i {
    color: #fff;
}

.feature-content h4 {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--black);
}

.feature-content p {
    font-size: 1rem;
    color: var(--gray);
    margin: 0;
    line-height: 1.7;
}

/* Trust Badges Section */
.trust-section {
    padding: 80px 0;
    background-color: var(--offwhite);
}

.trust-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.trust-badge {
    text-align: center;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.trust-badge:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.trust-icon {
    width: 80px;
    height: 80px;
    background-color: var(--offwhite);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.trust-badge:hover .trust-icon {
    background-color: var(--gold);
}

.trust-icon i {
    font-size: 2.2rem;
    color: var(--gold);
    transition: color 0.3s ease;
}

.trust-badge:hover .trust-icon i {
    color: #fff;
}

.trust-title {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 12px;
}

.trust-description {
    font-size: 0.95rem;
    color: var(--gray);
    line-height: 1.7;
    margin: 0;
}

.cta-button {
    display: inline-block;
    padding: 13px 35px;
    color: #120a18;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    /* border: 2px solid var(--black); */
    /* margin-top: 20px; */
    background: linear-gradient(45deg, #b08540, #e1ba68);
    font-weight: 600;
}

.cta-button:hover {
    background-color: var(--gold);
    border-color: var(--gold);
    color: #fff;
}

/* Stats Section */
.stats-section {
    padding: 40px 0;
    background-color: var(--deep-purple);
    color: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 50px;
    text-align: center;
}

.stat-item {
    padding: 20px;
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 400;
    color: var(--gold);
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}



.occasion-section {
    /* padding: 100px 0; */
    background-color: #fff;
}



/* Occasion Cards */
.occasion-card {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 10px;
    height: 450px;
    cursor: pointer;
}

.occasion-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.occasion-card:hover .occasion-image {
    transform: scale(1.1);
}

.occasion-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    transition: background 0.3s ease;
}

.occasion-card:hover .occasion-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
}

.occasion-icon {
    width: 60px;
    height: 60px;
    background-color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.occasion-card:hover .occasion-icon {
    transform: scale(1.1);
}

.occasion-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.occasion-title {
    /* font-size: 2rem; */
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.occasion-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.occasion-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 5px;
    transition: all 0.3s ease;
    width: fit-content;
}

.occasion-button:hover {
    color: var(--gold);
    gap: 15px;
}

/* Large Feature Cards */
.occasion-large {
    height: 600px;
}

/* Grid Layout */
.occasion-grid {
    display: grid;
    gap: 30px;
}

/* Special Grid for Featured Layout */
.featured-occasions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 25px;
}

.featured-occasions .occasion-card:first-child {
    grid-column: span 2;
    height: 550px;
}

.secondary-occasions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CTA Section */
.cta-occasion {
    text-align: left;
    padding: 11rem 0;
    background-image: url(../imgs/ss-banner.jpg);
    /*background-image: url(../imgs/new-bg-img-2.jpg);*/
    /*background-size : cover;*/
    background-size: 100%;
    background-attachment: fixed;
}

.cta-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 20px;
    /* letter-spacing: 2px; */
    line-height: 1.6;
}

.cta-text {
    font-size: 1.3rem;
    color: white;
    margin-bottom: 30px;
    font-weight: 300;
}

.cta-btn {
    display: inline-block;
    padding: 13px 45px;
    /* background-color: var(--gold); */
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid var(--gold);
}

.cta-btn:hover {
    background-color: var(--gold);
    border-color: var(--gold);
    color: #fff;
}





/* Elegant Footer */
.footer {
    background: #120a18;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    /* left: 0; */
    /* right: 0; */
    /* height: 1px; */
    /* background: linear-gradient(90deg, transparent, var(--gold), transparent); */
}

/* Newsletter Section */
.newsletter-section {
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    display: none;
}

.newsletter-title {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 4px;
    color: var(--gold);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Didot', 'Georgia', serif;
}

.newsletter-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin-bottom: 35px;
    font-style: italic;
}

.newsletter-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletter-input {
    flex: 1;
    min-width: 280px;
    padding: 16px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 0;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.08);
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-btn {
    padding: 16px 45px;
    background: var(--gold);
    color: #10002a;
    border: none;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.newsletter-btn:hover {
    background: var(--light-gold);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

/* Logo Section */
.footer-logo-section {
    padding: 50px 0 0;
    text-align: center;

}

.footer-links-section .container {
    border-top: 1px solid rgb(159 115 61 / 27%);
    padding: 50px 0 0px;
}

.footer-logo-section img {
    max-width: 245px;
    margin-bottom: 0;
    filter: brightness(1.1);
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    font-style: italic;
    max-width: 500px;
    margin: 0 auto 25px;
    line-height: 1.6;
    display: none;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    display: none;
}

.social-icon {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background-color: var(--gold);
    border-color: var(--gold);
    color: #10002a;
    transform: translateY(-3px);
}

/* Links Section */
.footer-links-section {
    padding: 50px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer-column {
    margin-bottom: 30px;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgb(255 255 255 / 77%);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 5px;
}

/* Footer Bottom */
.footer-bottom {
    padding: 20px 0;
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin: 0;
}

.payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.payment-img {
    width: 55px;
    height: 32px;
    object-fit: contain;
    background: white;
    padding: 5px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.payment-img:hover {
    opacity: 1;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .newsletter-title {
        font-size: 1.6rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-input {
        min-width: 100%;
    }

    .payment-methods {
        justify-content: center;
        margin-top: 20px;
    }

    .footer-column {
        text-align: center;
    }
}



/* ========================================= */

.hero-banner img {
    width: 100%;
    height: 550px;
    display: block;
    object-fit: cover;
}

.footer-logo img {
    width: 190px;
}

.ss-features {
    padding: 80px 0;
    background: #ffffff;
}



.ss-feature-item {
    text-align: center;
    padding: 20px 15px;
}

.ss-icon {
    font-size: 34px;
    color: #000;
    display: inline-block;
    margin-bottom: 20px;
}

.ss-feature-item h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.ss-feature-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
}

.ss-feature-item a {
    font-size: 13px;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.3px;
}

.ss-feature-item a i {
    font-size: 12px;
    margin-left: 4px;
}

.ss-feature-item a:hover {
    text-decoration: underline;
}

section.hero-banner {
    position: relative;
}

.hero-content {
    position: absolute;
    top: 26%;
    z-index: 99;
    width: 45%;
}

.hero-content h3 {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 .6rem;
    color: white;
}

.hero-content p {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.7;
    color: white;
    width: 80%;
    font-weight: 300;
    margin: 0 0 1.5rem;
}

.bg-sec {
    position: relative;
    overflow: hidden;
}

.bg-sec img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    display: block;
}

.bg-sec::after {
    /* content: ""; */
    /* position: absolute; */
    /* inset: 0; */
    /* background: linear-gradient(
rgba(0, 0, 0, 0.45),
rgba(0, 0, 0, 0.45)
); */
}

.promo-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 520px;
    color: #fff;
}

.promo-tag {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.9;
    display: inline-block;
    margin-bottom: 12px;
    display: none;
}

.promo-content h2 {
    /* font-family: "Georgia", serif; */
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 18px;
    color: var(--gold);
}

.promo-content p {
    font-size: 17px;
    line-height: 1.7;
    /* opacity: 0.9; */
    margin-bottom: 28px;
}

.promo-btn {
    display: inline-block;
    padding: 14px 28px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

.promo-btn:hover {
    background: #fff;
    color: #000;
}


/* Card hover effect */
.shape-card {
    /* border: 1px solid #eaeaea; */
    /* background: #fff; */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; */
    box-shadow: none !important;
}

.shape-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
    border-color: #d1b15b;
    /* subtle gold accent */
}

/* Icon background */
.icon-bg {
    /* width: 90px; */
    /* height: 90px; */
    /* background: linear-gradient(135deg, #f8e1a1, #d1b15b); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* transition: transform 0.3s ease; */
}

.shape-card:hover .icon-bg {
    transform: scale(1.1);
}

/* Image inside icon */
.icon-bg img {
    max-width: 60%;
    height: auto;
}

/* Shape name styling */
.shape-card h5 {
    margin-top: 0.5rem;
    font-weight: 500 !important;
}

section {
    overflow-x: clip;
}

.homepage-form {
    background-image: url(../imgs/bg-new.webp);
    background-size: cover;
    position: relative;
}

.form-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: center;
    margin: 1rem 0 0;
}

.form-content-flex .fc-flex-item {
    width: 30%;
}

.form-content-flex .fc-flex-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0 0 1rem;
}

.form-content-flex .fc-flex-item h4 {
    color: #e5c478;
    font-size: 1rem;
    font-weight: 600;
}

.form-box {
    width: 100%;
    padding: 20px;
    background: #0d051521;
    border: 1px solid #c09a5a82;
    backdrop-filter: blur(10px);
}

.form-box h4 {
    color: white;
    margin: 0 0 1rem;
}

.form-box input,
.form-box textarea {
    width: 100%;
    padding: 9px 10px;
    margin: 0 0 1rem;
    background: transparent;
    border: 1px solid #c09a5a82;
    color: white;
    font-size: 1rem;
    font-weight: 300;
}

.form-box input[type="submit"] {
    background: var(--gold);
    color: white;
    font-size: 1.1rem;
    text-transform: capitalize;
}

.home-form.form-box {
    width: 90%;
    margin: auto;
}

.form-box input::placeholder,
.form-box textarea::placeholder {
    color: white;
}

/*========================= Contact Us Page ===============================*/


.Inner-hero-section {
    background-image: url(../imgs/bg-new.webp);
    background-size: 100% 100%;
    position: relative;
    color: var(--offwhite);
    padding: 8rem 0 6rem;
    position: relative;
    overflow: hidden;
}


.Inner-hero-section .container {
    position: relative;
    z-index: 1;
}

.Inner-hero-section h1 {
    color: var(--offwhite);
    font-size: 3rem;
    margin-bottom: 1rem;
}

.Inner-hero-section .lead {
    color: var(--offwhite);
    opacity: 0.9;
    font-size: 1.1rem;
}

.contact-section {
    padding: 80px 0;
}

.contact-card {
    background: white;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.form-label {
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    border: 2px solid #e0e0e0;
    padding: 10px 13px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(156, 113, 60, 0.15);
}

.btn-primary {
    background-color: var(--gold);
    border: none;
    padding: 14px 40px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #8a6234;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(156, 113, 60, 0.3);
}

.info-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    /* height: 100%; */
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-card .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--gold), #b8894e);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.info-card h4 {
    font-size: 1.25rem;
    /* margin-bottom: 15px; */
}

.info-card p {
    /* color: var(--gray); */
    margin-bottom: 0;
    font-size: 0.95rem;
}

.info-card a {
    color: var(--gold);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}

.info-card a:hover {
    color: #8a6234;
}

.map-container iframe {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 400px;
    background: #e0e0e0;
    color: var(--gray);
}


/*======================== ABOUT US CSS ====================================*/


/* Story Section */
.story-section {
    /* padding: 80px 0; */
    position: relative;
    overflow: hidden;
}

.story-content {
    /* background: white; */
    /* border-radius: 8px; */
    padding: 29px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.story-content h2 {
    color: var(--gold);
    margin-bottom: 1.5rem;
}

.story-content p {
    font-size: 1.05rem;
    /* color: var(--gray); */
    margin-bottom: 1.5rem;
}

.highlight-text {
    color: var(--gold);
    font-weight: 500;
}

.story-img {
    position: absolute;
    right: 0;
    width: 45%;
    height: 100%;
    top: 0;
}

.story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Values Section */
.values-section {
    /* padding: 80px 0; */
    background: linear-gradient(to bottom, var(--offwhite) 0%, white 100%);
}



.value-card {
    background: white;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(156, 113, 60, 0.15);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--gold), #b8894e);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
}

.value-card h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.value-card p {
    color: var(--gray);
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Team Section */
.team-section {
    padding: 80px 0;
    background: white;
}

.team-member {
    text-align: center;
    margin-bottom: 30px;
}

.team-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e0e0e0, #f0f0f0);
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: var(--gold);
    border: 4px solid var(--offwhite);
    transition: all 0.3s ease;
}

.team-member:hover .team-photo {
    border-color: var(--gold);
    transform: scale(1.05);
}

.team-member h5 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.team-role {
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 1rem;
}

.team-bio {
    color: var(--gray);
    font-size: 0.9rem;
}

/* Stats Section */
.stats-section {
    /* background: linear-gradient(135deg, var(--deep-purple) 0%, var(--black) 100%); */
    /* color: var(--offwhite); */
    /* padding: 60px 0; */
}

.stat-item {
    /* text-align: center; */
    /* padding: 20px; */
}

.stat-number {
    font-size: 3rem;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 0.5rem;
    font-family: "Inter", sans-serif;
}

.stat-label {
    font-size: 1rem;
    color: var(--offwhite);
    opacity: 0.9;
}

/* Mission Section */
.mission-section {
    padding: 80px 0;
    background: var(--offwhite);
}

.mission-box {
    background: white;
    border-left: 4px solid var(--gold);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.mission-box h3 {
    /* color: var(--gold); */
    /* margin-bottom: 1.5rem; */
}

.mission-box p {
    font-size: 1.1rem;
    color: var(--gray);
    margin-bottom: 0;
}

/*======================== FILTER CSS ==============================*/

.filter-sidebar {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f5f5f5;
}

.filter-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.clear-filters {
    background: none;
    border: none;
    color: #999;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px 15px;
    border-radius: 6px;
}

.clear-filters:hover {
    color: #333;
    background: #f5f5f5;
}

.filter-main-grp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter-group {
    margin-bottom: 35px;
    /* padding-bottom: 30px; */
    /* border-bottom: 1px solid #f0f0f0; */
    display: inline-block;
    width: 49%;
}

.filter-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.filter-group h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

/* Shape Filter with Icons */
.shape-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.shape-option {
    position: relative;
}

.shape-option input[type="checkbox"] {
    display: none;
}

.shape-label {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    padding: 10px 6px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fafafa;
    gap: 5px;
}

.shape-label:hover {
    border-color: #333;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.shape-option input[type="checkbox"]:checked+.shape-label {
    border-color: var(--gold);
    background: var(--gold);
    color: #fff;
}

.shape-icon {
    width: 30px;
    height: 30px;
    /* margin-bottom: 8px; */
}

.shape-option input[type="checkbox"]:checked+.shape-label .shape-icon {
    filter: brightness(0) invert(1);
}

.shape-name {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

/* Color Filter with Color Swatches */
.color-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.color-option {
    position: relative;
    padding: 8px 4px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
}

.color-option input[type="checkbox"] {
    display: none;
}

.color-label {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.color-swatch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    transition: all 0.3s ease;
    position: relative;
}

.color-label:hover .color-swatch {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.color-option input[type="checkbox"]:checked+.color-label .color-swatch {
    border-color: #333;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
}

.color-option input[type="checkbox"]:checked+.color-label .color-swatch::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #120a18;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.color-name {
    font-size: 13px;
    font-weight: 500;
    /* color: #666; */
}

.color-option input[type="checkbox"]:checked+.color-label .color-name {
    color: #333;
    font-weight: 600;
}

/* Color Swatches */
.color-blue {
    background: cornflowerblue;
}

.color-brown {
    background: saddlebrown;
}

.color-green {
    background: linear-gradient(135deg, #27AE60, #1E8449);
}

.color-orange {
    background: linear-gradient(135deg, #FF6B35, #E85D04);
}

.color-pink {
    background: pink;
}

.color-purple {
    background: rebeccapurple;
}

.color-red {
    background: linear-gradient(135deg, #E74C3C, #C0392B);
}

.color-yellow {
    background: linear-gradient(135deg, #F1C40F, #D4AC0D);
}

/* Gemstone Type with Icons */
.type-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.type-option {
    position: relative;
}

.type-option input[type="checkbox"] {
    display: none;
}

.type-label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 6px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fafafa;
}

.type-label:hover {
    border-color: #333;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.type-option input[type="checkbox"]:checked+.type-label {
    border-color: var(--gold);
    background: var(--gold);
    color: #fff;
}

.gem-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.type-option input[type="checkbox"]:checked+.type-label .gem-icon {
    filter: brightness(0) invert(1);
}

.type-name {
    font-size: 12px;
    font-weight: 500;
}

/* Price Range Filter */
.price-range {
    padding: 10px 0;
     overflow: hidden;
}

.price-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #f8f8f8;
    border-radius: 8px;
}

.price-value {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.price-slider-wrapper {
    position: relative;
    padding: 15px 0;
    height: 50px;
}

.range-slider {
    position: relative;
    height: 6px;
}

.slider-track {
    position: absolute;
    height: 6px;
    background: #e5e5e5;
    width: 100%;
    border-radius: 3px;
    top: 100%;
    transform: translateY(-50%);
}

.slider-range {
    position: absolute;
    height: 6px;
    background: var(--gold);
    border-radius: 3px;
    top: 100%;
    transform: translateY(-50%);
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    pointer-events: none;
    top: 0;
    transform: translateY(-50%);
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #333;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
    position: relative;
    z-index: 3;
}

.range-slider input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #333;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
    position: relative;
    z-index: 3;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 6px;
    background: transparent;
}

.range-slider input[type="range"]::-moz-range-track {
    height: 6px;
    background: transparent;
    border: none;
}

.price-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}

.price-input-group {
    position: relative;
}

.price-input-group label {
    display: block;
    font-size: 11px;
    color: #999;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.price-input-group input {
    width: 100%;
    padding: 7px 10px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.price-input-group input:focus {
    outline: none;
    border-color: #333;
}

/* Mobile Filter Toggle */
.mobile-filter-toggle {
    display: none;
    width: 100%;
    padding: 15px 25px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.mobile-filter-toggle:hover {
    background: #000;
}

.mobile-filter-toggle i {
    margin-right: 10px;
}

.filter-close {
    display: none;
}

/* Responsive */
@media (max-width: 991px) {
    .mobile-filter-toggle {
        display: block;
    }

    .filter-sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        z-index: 1000;
        overflow-y: auto;
        border-radius: 0;
        animation: slideIn 0.3s ease;
    }

    .filter-sidebar.active {
        display: block;
    }

    .filter-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        background: #f5f5f5;
        border: none;
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        color: #333;
        transition: all 0.3s ease;
    }

    .filter-close:hover {
        background: #333;
        color: #fff;
    }

}


/*==================== Product Details Css =============================*/

/* Product Detail Page Styles */
.product-detail-section {
    padding: 60px 0;
    background: #fff;
}

/* Breadcrumb */
.breadcrumb-nav {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #999;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #333;
}

.breadcrumb .active {
    color: #333;
    font-weight: 500;
}

/* Image Gallery */
.product-gallery {
    position: sticky;
    top: 100px;
}

.main-image {
    position: relative;
    background: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 1;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-badge-detail {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--gold);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wishlist-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: grid;
    place-content: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.wishlist-btn:hover {
    background: #333;
    color: #fff;
    transform: scale(1.1);
}

.wishlist-btn i {
    font-size: 20px;
    line-height: 1;
}

.thumbnail-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.thumbnail {
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.thumbnail:hover,
.thumbnail.active {
    border-color: #333;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Info */
.product-info-detail {
    padding-left: 30px;
}

.product-category-detail {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-title-detail {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: .6rem 0;
    /* line-height: 1.2; */
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.stars {
    display: flex;
    gap: 5px;
    color: goldenrod;
    font-size: 18px;
}

.rating-text {
    color: #666;
    font-size: 14px;
}

.rating-text a {
    color: #333;
    text-decoration: underline;
}

.product-price-detail {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 25px;
}

.current-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
}

.original-price-detail {
    font-size: 1rem;
    color: #999;
    text-decoration: line-through;
}

.save-badge {
    background: var(--deep-purple);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.product-description {
    /* color: #666; */
    /* line-height: 1.8; */
    /* margin-bottom: 30px; */
    /* font-size: 15px; */
}

/* Diamond Specifications */
.specifications-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f8f8;
    border-radius: 12px;
}

.spec-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.spec-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.spec-value {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

/* Options Selection */
.product-options {
    margin-bottom: 30px;
}

.option-group {
    margin-bottom: 25px;
}

.option-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.size-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-option {
    padding: 5px 13px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    background: #fff;
}

.size-option:hover {
    border-color: #333;
}

.size-option.active {
    border-color: var(--gold);
    background: var(--gold);
    color: #fff;
}

.metal-options {
    display: flex;
    gap: 12px;
}

.metal-option {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.metal-option:hover {
    transform: scale(1.1);
}

.metal-option.active {
    border-color: #333;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #9c713c;
}

.metal-white-gold {
    background: linear-gradient(135deg, #E8E8E8, #D3D3D3);
}

.metal-yellow-gold {
    background: linear-gradient(135deg, #FFD700, #FFA500);
}

.metal-rose-gold {
    background: linear-gradient(135deg, #E0BFB8, #C9A9A2);
}

.metal-platinum {
    background: linear-gradient(135deg, #B8B8B8, #9E9E9E);
}

/* Quantity & Actions */
.purchase-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 15px;
}

.quantity-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.quantity-control button {
    width: 45px;
    height: 45px;
    border: none;
    background: #f8f8f8;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
}

.quantity-control button:hover {
    background: #333;
    color: #fff;
}

.quantity-control input {
    width: 60px;
    height: 45px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.action-buttons {
    display: flex;
    gap: 15px;
}

.btn-add-cart {
    flex: 1;
    padding: 10px 20px;
    background: var(--gold);
    color: #fff;
    border: 2px solid var(--gold);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-add-cart:hover {
    background: var(--deep-purple);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: var(--deep-purple);
}

.btn-buy-now {
    flex: 1;
    padding: 10px 20px;
    background: white;
    color: var(--gold);
    border: 2px solid var(--gold);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-buy-now:hover {
    background: var(--gold);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Features */
.product-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 12px;
}

.product-features .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.product-features .feature-icon {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    margin: 0;
}

.product-features .feature-text {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.feature-text strong {
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 2px;
}

/* Accordion Tabs */
.product-tabs {
    margin-top: 60px;
    border-top: 2px solid #f0f0f0;
    padding-top: 40px;
}

.product-tabs .tab-item {
    border-bottom: 1px solid #f0f0f0;
}

.product-tabs .tab-header {
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: left;
    transition: all 0.3s;
}

.tab-header:hover {
    color: #666;
}

.tab-header i {
    transition: transform 0.3s;
}

.tab-header.active i {
    transform: rotate(180deg);
}

.product-tabs .tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.product-tabs .tab-content.active {
    max-height: 1000px;
    padding-bottom: 25px;
}

.tab-content-inner {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.certification-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.cert-item {
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
}

.cert-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.cert-item p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Reviews */
.reviews-summary {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.rating-overview {
    text-align: center;
}

.rating-number {
    font-size: 48px;
    font-weight: 700;
    color: #333;
}

.rating-stars {
    color: #FFD700;
    font-size: 20px;
    margin: 10px 0;
}

.rating-count {
    color: #999;
    font-size: 14px;
}

.rating-breakdown {
    flex: 1;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.rating-label {
    font-size: 14px;
    color: #666;
    min-width: 60px;
}

.bar-container {
    flex: 1;
    height: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: #FFD700;
    transition: width 0.3s;
}

.rating-percentage {
    font-size: 14px;
    color: #666;
    min-width: 40px;
    text-align: right;
}

.review-item {
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.reviewer-name {
    font-weight: 600;
    color: #333;
}

.review-date {
    color: #999;
    font-size: 13px;
}

.review-stars {
    color: #FFD700;
    margin-bottom: 10px;
}

.review-text {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .product-info-detail {
        padding-left: 0;
        margin-top: 30px;
    }

    .specifications-grid {
        grid-template-columns: 1fr;
    }

    .product-features {
        grid-template-columns: 1fr;
    }

    .action-buttons {
        flex-direction: column;
    }

    .reviews-summary {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .product-title-detail {
        font-size: 28px;
    }

    .current-price {
        font-size: 32px;
    }

    .thumbnail-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*======================== Mega Menu Css ==============================*/


/* Mega Menu */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--deep-purple);
    min-width: 1000px;
    padding: 29px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    /* border-radius: 12px; */
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    border-top: 1px solid var(--gold);
}

.menu>li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: all;
}

.mega-menu-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.mega-column {
    display: flex;
    flex-direction: column;
}

.mega-column-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: white;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #9c713c;
}

.mega-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mega-link {
    color: #333;
    text-decoration: none;
    /* font-size: 14px; */
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 6px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.mega-link:hover {
    background: #f8f8f8;
    color: #000;
    transform: translateX(5px);
}

.mega-link i {
    font-size: 16px;
    width: 20px;
}

/* Shape Icons */
.shape-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

/* Color Swatches */
.color-swatch {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #e5e5e5;
}

.color-yellow {
    background: linear-gradient(135deg, #FFD700, #FFA500);
}

.color-pink {
    background: linear-gradient(135deg, #FF69B4, #C71585);
}

.color-blue {
    background: linear-gradient(135deg, #4A90E2, #2E5C8A);
}

.color-green {
    background: linear-gradient(135deg, #27AE60, #1E8449);
}

.color-orange {
    background: linear-gradient(135deg, #FF6B35, #E85D04);
}

.color-purple {
    background: linear-gradient(135deg, #9B59B6, #6C3483);
}

.color-brown {
    background: linear-gradient(135deg, #8B4513, #654321);
}

.color-red {
    background: linear-gradient(135deg, #E74C3C, #C0392B);
}

.color-gray {
    background: linear-gradient(135deg, #95a5a6, #7f8c8d);
}

.color-black {
    background: linear-gradient(135deg, #2c3e50, #1a1a1a);
}

/* Featured Badge */
.featured-badge {
    background: #27AE60;
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 10px;
    margin-left: auto;
    font-weight: 600;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

/* Responsive */
@media (max-width: 1200px) {
    .mega-menu {
        min-width: 800px;
    }

    .mega-menu-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .topbar .top-right {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .mainMenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding: 80px 20px 20px;
        overflow-y: auto;
    }

    .mainMenu.active {
        display: block;
    }

    .menu {
        flex-direction: column;
        gap: 0;
    }

    .menu>li>a {
        padding: 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .mega-menu {
        position: static;
        transform: none;
        min-width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 20px;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .menu>li.active .mega-menu {
        max-height: 2000px;
    }

    .mega-menu-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .midbar .container {
        justify-content: space-between;
    }

    .center-logo {
        flex: 1;
        text-align: center;
    }
}

/* Mobile Menu Close */
.mobile-close {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
}

@media (max-width: 991px) {
    .mainMenu.active+.mobile-close {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}




/* Quick Navigation */
.quick-nav {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 80px;
    z-index: 100;
}

.quick-nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.quick-nav-link {
    padding: 10px 24px;
    background: #f8f8f8;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s;
    cursor: pointer;
}

.quick-nav-link:hover,
.quick-nav-link.active {
    background: var(--gold);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Guide Section */
.guide-section {
    padding: 80px 0;
}

.section-header {
    /* text-align: center; */
    /* margin-bottom: 60px; */
}

.section-tag {
    display: inline-block;
    background: #f0f0f0;
    color: #666;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: none;
}


/* Opal Types Grid */
.opal-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.opal-type-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    cursor: pointer;
}

.opal-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.opal-type-image {
    height: 250px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.opal-type-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opal-type-content {
    padding: 30px;
}

.opal-type-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.opal-type-description {
    color: #666;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 20px;
}

.opal-characteristics {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.characteristic-tag {
    background: var(--offwhite);
    padding: 6px 14px;
    border-radius: 15px;
    font-size: 12px;
    /* color: #666; */
    font-weight: 500;
}

/* Color Play Section */
.color-play-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.color-card {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.color-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.color-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 36px; */
}

.color-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    /* margin-bottom: 8px; */
}

.color-description {
    /* font-size: 13px; */
    /* color: #999; */
}

/* Care Guide */
.care-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.care-card {
    background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
    padding: 40px;
    border-radius: 16px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s;
}

.care-card:hover {
    border-color: #333;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.care-icon {
    width: 60px;
    height: 60px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.care-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.care-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.care-list li {
    padding: 12px 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.care-list li:last-child {
    border-bottom: none;
}

.care-list li i {
    color: #27AE60;
    font-size: 18px;
    margin-top: 2px;
}

/* Buying Guide */
.buying-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.step-card {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--deep-purple);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.step-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* FAQ Section */
.faq-container {
    max-width: 900px;
    margin: 40px auto 0;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 15px 30px;
    background: #fff;
    border: none;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    /* color: #333; */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.faq-question:hover {
    background: #f8f8f8;
}

.faq-question i {
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-question.active i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.active {
    max-height: 500px;
}

.faq-answer-content {
    padding: 0 30px 25px;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

/* CTA Section */
.cta-section {
    background: whitesmoke;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    /* margin-top: 80px; */
}

.cta-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-cta {
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: 2px solid #fff;
}

.btn-cta-primary {
    background: #fff;
    color: #667eea;
}

.btn-cta-primary:hover {
    background: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-cta-secondary {
    background: transparent;
    color: #fff;
}

.btn-cta-secondary:hover {
    background: #fff;
    color: #667eea;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .guide-hero h1 {
        font-size: 42px;
    }

    .opal-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .color-play-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .buying-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .care-guide-grid {
        grid-template-columns: 1fr;
    }
}















