@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Montserrat:wght@300;500&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Playfair Display", serif;
}

:root {
    --bg-color: #fff;
    --text-color: #fff;
    --light: #EEF9FF;
    --dark: #091E3E;
}

body {
    overflow-x: hidden;
}

/* Default navbar (for inner pages) */
/* Navbar for other pages */
/* Default Navbar */
.navbar {
    width: 100%;
    z-index: 1030;
}

/* Home Page Navbar */
.home-page .navbar {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

/* Home Page Text Color */
.home-page .navbar .nav-link,
.home-page .navbar .navbar-brand {
    color: #fff !important;
}

.inner-page .navbar .navbar-toggler-icon {
    background-color: white;
    padding: 20px;
}

/* Inner Pages Navbar */
.inner-page .navbar {
    position: relative;
    background: #111;
    box-shadow: 5px 0px 15px 5px rgba(128, 128, 128, 0.372);
}

/* Inner Pages Text Color */
.inner-page .navbar .nav-link,
.inner-page .navbar .navbar-brand {
    color: #fff !important;
}

/* Video CSS for home page */
.hero-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Container Spacing */
.custom-luxury-dropdown {
    position: relative;
    margin-right: 15px;
}

/* Main Product Text */
.main-product-link {
    font-family: 'Cinzel', serif;
    /* Matching your luxury font */
    color: #ffffff !important;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-right: 10px !important;
    transition: 0.3s;
}

/* The Arrow Toggle */
.dropdown-toggle-split {
    color: #c9a25d !important;
    /* Gold Arrow */
    cursor: pointer;
    font-size: 0.8rem;
    transition: 0.3s;
    padding: 0 !important;
}

.dropdown-toggle-split:hover {
    transform: translateY(2px);
    text-shadow: 0 0 10px rgba(201, 162, 93, 0.5);
}

/* The Dropdown Menu Box */
.custom-luxury-dropdown .dropdown-menu {
    position: absolute;
    top: 30px;
    background-color: #0a0a0a;
    /* Pure Black */
    border: 1px solid #c9a25d;
    /* Gold Border */
    border-radius: 0;
    /* Sharp Architectural Edges */
    margin-top: 15px !important;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

/* Dropdown Items */
.custom-luxury-dropdown .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    padding: 12px 25px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

/* Hover Effect on Items */
.custom-luxury-dropdown .dropdown-item:hover {
    background-color: transparent;
    color: #c9a25d;
    /* Turns Gold */
    padding-left: 30px;
    /* Subtle slide-in effect */
}

/* Remove the default Bootstrap arrow icon */
.dropdown-toggle::after {
    display: none !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0rem;
}

ul li {
    list-style-type: none;
}

.navbar-nav {
    display: flex;
    gap: 20px;
}

.contact-section {
    background-color: #f8f9fa;
    /* Light subtle background */
}

/* Card Styling */
.contact-card {
    box-shadow: 0px 0px 20px 5px #d4af37;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
}

.contact-img-wrapper img {
    border: 5px solid #d4af37;
}

/* Modern Input Styling */
.custom-input {
    border: 2px solid #eee;
    padding: 12px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #fafafa;
}

.custom-input:focus {
    border-color: #caa75c;
    /* Change to your brand color */
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);
    outline: none;
}

/* Button Styling */
.btn-submit {
    width: 100%;
    background: #caa75c;
    /* Your brand color */
    color: white;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
    transition: transform 0.2s, background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-submit:hover {
    background: #111;
    color: white;
    transition: 0.5s ease;
    transform: translateY(-2px);
}

/* Subtle Floating Animation for the image */
.floating-anim {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.contact-img {
    width: 100%;
    height: 50vh;
}

.contact-img img {
    width: 100%;
    height: 100%;
}

/* .contact_section h1 {
    font-family: Marcellus;
    font-size: 2.8rem;
}

.contact_section p {
    color: #8d9396;
}

.contact_socila h3 {
    font-family: Marcellus;
}

.contact_section a {
    color: #8d9396;
} */

/*footer section start*/
.footer_form span {
    color: #e6af5d;

}

.footer_form h4 {
    color: var(--text-color);
    padding-bottom: 2.5rem;
    padding-top: 0.5rem;
    font-size: 2.5rem;
    font-family: Marcellus;

}

.footer-box h4 {
    color: var(--text-color);
    font-family: Marcellus;
    font-size: 2rem;
    padding-bottom: 1rem;
}

.footer-box p {
    color: #8d9396;
    padding-bottom: 1.5rem;
    /* padding-top: 1.5rem; */
    font-size: 1.1rem;
}

.footer-box ul li a {
    color: #a9afb3;
}

.footer-box p a {
    color: var(--text-color);
}

.ft_hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid white;
}

.top_menu_left ul li a {
    margin-right: 0.8rem;
    color: var(--text-color1);
}

.top_menu_left ul li a i {
    color: #e6af5d;
    font-weight: 700;
}

.top_menu {
    background: var(--bg-color);
    border-bottom: 1px solid gray;
}

.nav_social_link ul li a {
    color: var(--text-color1);
    text-decoration: none;
    margin-right: 1.2rem;
}

.nav_social_link ul li a i {
    color: #e6af5d;
    font-weight: 700;
}

.nav-link {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Marcellus;
    color: #fff !important;
}

.nav-link:hover {
    color: #e6af5d !important;
}

/* 1. Base Button Style (Main Page / Default) */
.head_broc {
    display: inline-block;
    border: 2px solid #111;
    padding: 8px 20px !important;
    /* Slightly more generous padding for luxury feel */
    border-radius: 8px;
    transition: all 0.4s ease;
    /* Smooth transition for that GSAP feel */
    text-decoration: none;
    font-weight: 500;
}

/* 2. Inner Page Variation (White Border) */
.inner-page .head_broc {
    border-color: #ffffff !important;
    color: #ffffff;
}

/* 3. The Hover State (Universal) */
/* We add .inner-page to the hover selector to ensure it beats the white border rule */
.head_broc:hover,
.inner-page .head_broc:hover {
    color: #000000 !important;
    background-color: #e6af5d;
    border-color: #e6af5d !important;
    /* Matches background for a solid look */
    padding: 8px 25px !important;
    /* Slight expansion effect */
}


/* Banner video CSS starts from here */
.hero-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

/* Video */

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Dark Overlay */

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.247);
    z-index: -1;
}

/* Content */

.hero-content h1 {
    font-size: 60px;
    font-weight: 700;
}

.hero-content span {
    color: #d4af37;
}

.hero-content p {
    max-width: 600px;
    margin: 20px auto;
    font-size: 18px;
}

.hero-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #d4af37;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.hero-btn:hover {
    background-color: #000;
    color: white;
    transition: 0.5s ease
}

/* About page CSS */
/* Banner CSS */
.about-banner {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),
        url('../images/bg.png');
    background-position: center;
    background-size: cover;
    padding: 5rem 0;
    margin-bottom: 2rem;
}

.about-banner strong {
    letter-spacing: 1px;
    font-weight: 600;
}

.about-banner p {
    opacity: .9;
    margin-top: 10px;
}

/* Gallery Page CSS */
/* Gallery section CSS */
.modern-gallery {
    padding: 80px 0;
    background: #fafafa;
}

.gallery-title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gallery-title span {
    color: #e6af5d;
    margin-left: 9px;
}

@media (max-width: 576px) {
    .gallery-title {
        font-size: 1.9rem;
        /* Shrinks the text so it doesn't overflow the screen width */
    }
}

.gallery-subtitle {
    color: #777;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

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

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.gallery-overlay span {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

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

@media(max-width:992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Flter CSS */
.gallery-filter {
    margin-bottom: 40px;
}

.filter-btn {
    border: none;
    padding: 10px 22px;
    margin: 5px;
    background: #f1f1f1;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
}

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

.filter-btn.active {
    background: #000;
    color: #fff;
}

/* Typography & Spacing */
.ls-3 {
    letter-spacing: 3px;
    font-size: 0.8rem;
    font-weight: 700;
}

.gold-accent-text {
    font-family: 'Playfair Display', serif;
    color: #222;
}

.gold-accent-text em {
    color: #b58e3e;
    /* A muted gold color */
    font-style: italic;
}

/* Image Stacking Effect */
.about-image-stack {
    padding-right: 50px;
}

.main-img-wrapper {
    box-shadow: 30px 30px 0px -5px #f4f1ea;
    /* Subtle offset background */
    overflow: hidden;
}

.main-img-wrapper img {
    transition: transform 1.5s ease;
}

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

.floating-experience-card {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #222;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 200px;
}

.floating-experience-card .years {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #b58e3e;
}

.floating-experience-card .text {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 1px;
}

/* Values Grid */
.values-grid {
    margin-top: 40px;
}

.value-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.value-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #b58e3e;
    border-bottom: 1px solid #b58e3e;
}

.value-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* Button Styling */
.btn-premium-link {
    display: inline-block;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 2px;
    border-bottom: 2px solid #b58e3e;
    padding-bottom: 5px;
    transition: all 0.3s;
}

.btn-premium-link:hover {
    color: #b58e3e;
    letter-spacing: 4px;
}


/* bottom section about CSS */
.premium-features-row {
    background-color: #fafafa;
    /* Very light off-white */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.feature-pillar {
    padding: 40px 30px;
    transition: all 0.4s ease;
}

/* Vertical Dividers for Desktop */
@media (min-width: 768px) {
    .feature-pillar.divider {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }
}

.feature-icon-box {
    margin-bottom: 25px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-box img {
    background-color: #b58e3e;
    width: 50px;
    opacity: 0.7;
    transition: all 0.4s ease;
    padding: 10px;
    /* Keeps it professional */
}

/* Titles & Description */
.feature-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 15px;
    font-weight: bold;
}

.feature-desc {
    font-size: 1.2rem;
    color: #777;
    line-height: 1.6;
    font-weight: 300;
}

/* Hover Effect: The icon gains color and the pillar lifts */
.feature-pillar:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feature-pillar:hover img {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.1);
}



/* My CSS code is start from here */

/* Rose collection CSS starts from here */
.lux-rose-showcase {
    padding: 100px 0;
    background: linear-gradient(180deg, #fafafa, #ffffff);
    overflow: hidden;
}

.lux-rose-title {
    font-size: 46px;
    font-weight: 300;
    letter-spacing: .5px;
    color: #111;
}

.lux-rose-title span {
    color: #e6af5d;
    font-weight: 700;
}

.lux-rose-divider {
    width: 80px;
    height: 3px;
    background: #e6af5d;
    margin: 0px auto 25px;
}

.lux-rose-text {
    color: #666;
    font-size: 17px;
}

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

.lux-rose-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: all .5s ease;
    overflow: hidden;
}

.lux-rose-item img {
    width: 100%;
    transition: transform .7s ease;
}

.lux-rose-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}

.lux-rose-item:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media(max-width:992px) {
    .lux-rose-slider {
        grid-template-columns: repeat(2, 1fr);
    }

    .lux-rose-title {
        font-size: 36px;
    }
}

@media(max-width:576px) {
    .lux-rose-slider {
        grid-template-columns: 1fr;
    }
}

.custom-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 300px;
    height: 300px;
    cursor: pointer;
}

/* The Permanent Visible Text */
.card-text-permanent {
    padding: 10px 0px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #111;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
    /* Smooth fade effect */
    opacity: 1;
}

/* When the card is hovered, hide the text */
.custom-card:hover .card-text-permanent {
    opacity: 0;
    pointer-events: none;
    /* Prevents the invisible text from being clickable */
}

.card-hover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

/* Container to push title left and button right */
.hover-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transform: translateY(20px);
    /* Starts slightly lower */
    transition: transform 0.4s ease-in-out;
}

.hover-title {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.hover-button {
    background: #fff;
    color: #111;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.3s;
}

.hover-button:hover {
    background: #e0e0e0;
}

/* HOVER STATES */
.custom-card:hover .card-hover-overlay {
    opacity: 1;
}

.custom-card:hover .hover-flex-container {
    transform: translateY(0);
    /* Slides up into position */
}

.custom-card:hover img {
    transform: scale(1.1);
    /* Subtle zoom for professionalism */
}

.gallery-strip {
    display: flex;
    gap: 30px;
    width: max-content;
    /* Vital: prevents the strip from collapsing */
}

.swap-target {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This ensures the src swap feels like a fade */
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.custom-card:hover .swap-target {
    transform: scale(1.05);
}

/* Clock Section CSS */
.agate-layout {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 250px 250px;
    gap: 25px;
}

.agate-clock-gallery {
    margin-top: 50px;
}

.agate-title {
    font-weight: bold;
    font-size: 50px;
}

.agate-title span {
    color: #caa75c;
}

/* Hero */

.agate-item.hero {
    grid-row: 1/3;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

/* Small items */

.agate-item.small {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

/* Images */

.agate-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

/* Hover zoom */

.agate-item:hover img {
    transform: scale(1.08);
}

/* Title */

.agate-item span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.45);
    padding: 6px 14px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

@media(max-width:992px) {

    .agate-layout {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .agate-item.hero {
        grid-row: auto;
        height: 320px;
    }

    .agate-item.small {
        height: 220px;
    }

}


/* about section CSS Home page*/
.about-section {
    background-image: url("../images/bg-pink.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lux-about-area {
    background: #f9f9f9;
    overflow: hidden;
}

.lux-about-content {
    display: flex;
    align-items: center;
}

.lux-about-box {
    max-width: 520px;
}

.lux-about-title {
    font-size: 44px;
    font-weight: 300;
    line-height: 1.3;
    color: #111;
    margin-bottom: 10px;
}

.lux-about-title span {
    font-weight: 700;
    color: #e6af5d;
}

.lux-divider {
    width: 70px;
    height: 3px;
    background: #caa75c;
    margin: 20px 0 25px;
}

.lux-about-text {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 18px;
}

.lux-about-btn {
    display: inline-block;
    padding: 12px 34px;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .35s ease;
    margin-top: 10px;
}

.lux-about-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-3px);
}

.lux-about-image {
    display: flex;
    justify-content: center;
}

.lux-image-wrapper {
    position: relative;
    padding: 20px;
}

.lux-image-wrapper::before {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: -0px;
    left: 40px;
    width: 95%;
    height: 100%;
    border: 2px solid #caa75c;
    transform: translate(20px, 20px);
    z-index: 1;
}

.lux-main-img {
    position: relative;
    z-index: 50;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transition: transform .6s ease;
}

.lux-image-wrapper:hover .lux-main-img {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width:992px) {
    .lux-about-title {
        font-size: 34px;
    }

    .lux-about-box {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .lux-image-wrapper::before {
        transform: translate(10px, 10px);
    }
}



/* Heading Section */
.palette-section {
    background: #111;
    color: #fff;
}

.subtitle {
    letter-spacing: 3px;
    font-size: 14px;
    opacity: 0.7;
    text-transform: uppercase;
}

.main-title {
    font-size: 3rem;
    font-weight: 700;
}

.highlight {
    color: #e6af5d;
}

.title-divider {
    width: 80px;
    height: 2px;
    background: #e6af5d;
    margin: 15px auto 0;
}

.agate-slider-section {
    background: #111;
    padding: 50px 0;
    position: relative;
}

.agate-slider {
    overflow: hidden;
}

.agate-track {
    display: flex;
    gap: 30px;
    animation: scroll 25s linear infinite;
}

.agate-card {
    min-width: 250px;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: 0.5s ease;
}

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

.agate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(230, 175, 93, 0.4);
}

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

.agate-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}



/* Infinite Scroll Animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

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

    .agate-card {
        min-width: 180px;
        height: 240px;
    }
}


/* Section Background */
.quartz-section {
    position: relative;
}

.quartz-title,
.quartz-text,
.quartz-card {
    opacity: 0;
    transform: translateY(40px);
}

/* Heading */
.quartz-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #111;
    font-weight: 600;
}

.quartz-title span {
    color: #e6af5d;
}

/* Paragraph */
.quartz-text {
    max-width: 800px;
    color: #6c757d;
    font-size: 16px;
    line-height: 1.8;
}

/* Button */
.quartz-btn {
    border: 2px solid #e6af5d;
    color: #111;
    padding: 10px 30px;
    border-radius: 40px;
    font-weight: 500;
    transition: 0.4s ease;
}

.quartz-btn:hover {
    background: #e6af5d;
    color: #fff;
}

/* Cards */
.quartz-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}

.quartz-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.quartz-card-footer {
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    background: #f1f3f2;
}

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

/* Responsive */
@media (max-width: 768px) {
    .quartz-title {
        font-size: 28px;
    }
}



/* For slider of gallery */
.slider {
    transition: transform 0.5s ease;
}

#slider {
    display: flex;
    scroll-behavior: smooth;
    margin-right: 0;
    margin-left: 0;
}

.transition-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.transition-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

#slider::-webkit-scrollbar {
    display: none;
}

.slide {
    min-width: 33.333%;
    padding: 10px;
    width: 300px;
    height: 300px;
}

.slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.gallery-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-title span {
    color: #e6af5d;
}

.gallery-title h3 {
    font-size: 40px;
    color: #111;
}

.gallery-title span {
    color: #e6af5d;
}


/* Legacy section CSS */
.lux-legacy-section {
    background: #fafafa;
    overflow: hidden;
}

/* HERO */

.lux-hero-area {
    position: relative;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lux-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lux-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, .6),
            rgba(0, 0, 0, .3));
}

/* CONTENT */

.lux-hero-content {
    position: absolute;
    max-width: 700px;
    padding: 20px;
    color: white;
}

.lux-hero-title {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: 1px;
}

.lux-hero-title span {
    color: #e6af5d;
    font-weight: 700;
}

.lux-hero-divider {
    width: 90px;
    height: 3px;
    background: #e6af5d;
    margin: 20px auto;
}

.lux-hero-text {
    font-size: 17px;
    line-height: 1.8;
    color: #e0e0e0;
}

/* BUTTON */

.lux-hero-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 34px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .4s ease;
}

.lux-hero-button:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* IMAGE GALLERY */

.lux-legacy-gallery {
    margin-top: -120px;
    position: relative;
    z-index: 5;
    padding-bottom: 20px;
}

.lux-card {
    background: white;
    padding: 12px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    transition: all .5s ease;
}

.lux-card img {
    width: 100%;
    transition: transform .7s ease;
}

.lux-card:hover {
    transform: translateY(-10px);
}

.lux-card:hover img {
    transform: scale(1.08);
}

/* MOBILE */

@media(max-width:768px) {

    .lux-hero-title {
        font-size: 36px;
    }

    .lux-hero-area {
        height: 60vh;
    }

}


/* Certificate CSS styling */
.trust-section {
    background-color: #f8f9fa;
}

/* Profile Card Styling */
.owner-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.owner-card p {
    color: #caa75c;
}

.certificate_heading h3 {
    font-weight: bold;
    font-size: 40px;
}

.certificate_heading h3 span {
    color: #caa75c;
}

.owner-img {
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* Certificate Grid Styling */
.certificate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.certificate-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

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

.certificate-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    /* This ensures the document details are sharp */
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 991px) {
    .owner-card {
        margin-bottom: 40px;
    }
}

/* Full screen overlay */
.cert-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

/* The actual image in the popup */
.overlay-content {
    max-width: 80%;
    max-height: 80%;
    border: 5px solid white;
    border-radius: 8px;
    animation: zoomIn 0.3s ease;
}

/* Navigation Buttons */
.nav-btn {
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    transition: 0.3s;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    color: white;
    font-size: 50px;
    cursor: pointer;
}

@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* gemstone all CSSS */
.gemstone-section {
    padding: 90px 0;
    background: #f8f8f8;
}

.section-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.section-title span {
    color: #c9a25d;
}

.gemstone-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform .6s ease;
}

.gemstone-image:hover img {
    transform: scale(1.05);
}

.gemstone-image img:hover {
    transform: scale(1.04);
}

.info-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all .35s ease;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.info-card h4 {
    font-size: 25px;
    margin-bottom: 10px;
    border-left: 4px solid #c9a25d;
    padding-left: 10px;
}

.info-card ul {
    padding-left: 18px;
}

.info-card li::before {
    list-style-type: square;
    margin-bottom: 8px;
    color: #555;
    line-height: 1.6;
    font-weight: bold;
    content: "✔";
    color: #c9a25d;
    margin-right: 8px;
}

.gemstone-image,
.section-title,
.info-card {
    opacity: 0;
    transform: translateY(40px);
}



/* Footer CSS */

.luxury-footer {
    background: radial-gradient(circle at 10% 20%, #1a1a1a 0%, #000000 100%);
    color: #ffffff;
    padding: 80px 0 30px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

/* The Subtle Background Accent */
.gold-glow {
    position: absolute;
    top: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: #c9a25d;
    filter: blur(150px);
    opacity: 0.15;
    pointer-events: none;
}

.premium-logo {
    height: 80px;
    filter: brightness(1.2);
}

.gold-divider {
    height: 2px;
    width: 60px;
    background-color: #c9a25d;
}

.brand-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    max-width: 400px;
    font-weight: 300;
}

/* Typography for Navigation */
.nav-links-premium li {
    margin-bottom: 20px;
}

.nav-links-premium a {
    font-family: 'Cinzel', serif;
    /* Elegant Serif font for a luxury feel */
    color: #ffffff;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: 3px;
    transition: all 0.4s ease;
    opacity: 0.6;
}

.nav-links-premium a:hover {
    color: #c9a25d;
    opacity: 1;
    padding-right: 15px;
}

/* Social Icons with Gold Border */
.luxury-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(201, 162, 93, 0.3);
    color: #c9a25d;
    margin-right: 15px;
    border-radius: 50%;
    transition: 0.3s;
    text-decoration: none;
}

.luxury-socials a:hover {
    background: #c9a25d;
    color: #000;
    box-shadow: 0 0 15px rgba(201, 162, 93, 0.5);
}

/* Bottom Bar Styling */
.border-top-gold {
    border-top: 1px solid rgba(201, 162, 93, 0.2);
}

.small-text {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
}

.gold-text {
    color: #c9a25d;
    text-decoration: none;
}
 .product-section { background: #ffffff; padding: 100px 0; }
    .product-card { background: #ffffff; border: 1px solid #f1f1f1; border-radius: 0px; overflow: hidden; transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1); position: relative; }
    .product-card:hover { transform: translateY(-10px); border-color: #c9a25d; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);}
    .product-img { overflow: hidden; position: relative; background: #fdfdfd;}
    .product-img img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: 20px; transition: 0.7s ease-in-out; }
    .product-card:hover img { transform: scale(1.05); }
    .product-info { padding: 30px 20px; text-align: center; }
    .product-title { font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size: 16px; font-weight: 500; letter-spacing: 2px;
        color: #1a1a1a; margin-bottom: 12px; transition: 0.3s; }
    .product-card:hover .product-title { color: #c9a25d; }
    .product_heading { font-size: 40px; font-weight: bold; }
    .product_heading span { color: #c9a25d; }
    .product-price { font-family: 'Cinzel', serif; color: #888; font-size: 18px; display: block; margin-bottom: 0; }
    .view-btn-container {  position: absolute; bottom: -50px; left: 0; width: 100%; transition: 0.4s ease; padding: 0 15px 15px; background: white; }
    .product-card:hover .view-btn-container { bottom: 0; }
    .product-btn { width: 100%; display: block; padding: 12px; background: #1a1a1a; color: #fff; text-decoration: none; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; transition: 0.3s; }
    .product-btn:hover { background: #c9a25d; color: #fff; }