/* 
   Akshara Gold Jewellers - Custom Styles
*/

:root {
    --primary-dark: #441022;
    /* Dark Burgundy for header/footer */
    --accent-gold: #FFD765;
    /* Gold text and accents */
    --accent-gold-light: #d8b778;
    --bg-light: #fdfaf3;
    /* Main background */
    --text-dark: #2E2E2E;
    --text-muted: #525252;

    --font-heading: 'Jost', serif;
    --font-body: 'Montserrat', sans-serif;
}

body {
    background-color: var(--bg-light);
    font-family: var(--font-body);
    color: var(--text-dark);
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: var(--font-heading);
}

.text-gold {
    color: var(--accent-gold) !important;
}

.text-dark-burgundy {
    color: var(--primary-dark) !important;
}

/* Header & Navbar */
.header {
    background-color: var(--primary-dark);
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #f0eee7;
}

.navbar {
    padding-bottom: 0.5rem;
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

/* .navbar-nav .nav-link:hover, */
.nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ffb252;
}

.nav-link.active::after {
    position: absolute;
    bottom: 10px;
    /* left: 0; */
    right: 10px;
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, rgba(68, 16, 34, 0.4) 0%, #ffb252 100%);
    content: '';
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
    border-radius: 20px;
}

.btn-contact-icon {
    color: #fff;
}

.btn-contact {
    /* background-color: #f7f3ec; */
    color: #f7f3ec;
    font-weight: 500;
    font-size: 0.9rem;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s;
}

.btn-contact:hover {
    /* background-color: var(--accent-gold); */
    color: var(--accent-gold);
    transform: translateY(-2px);
}

.logo-img {
    height: 70px;
}

/* Hero Section */
.hero-section {
    background-color: var(--primary-dark);
    height: 466px;
    position: relative;
    overflow: hidden;
}

.hero-left {
    z-index: 2;
    position: relative;
}

.hero-right {
    position: relative;
}

.hero-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, var(--primary-dark) 10%, transparent 90%);
}

.hero-right-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, var(--primary-dark) 10%, transparent 90%);
}

.hero-title {
    color: var(--accent-gold);
    font-family: "Cormorant SC";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 38.936px;
    /* 111.111% */
}

.hero-subtitle {
    color: #DECBA7;
    font-family: "Cormorant Garamond";
    font-size: 19.468px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.255px;
    /* 140% */
    max-width: 500px;
}

.hero-sparkle {
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 2rem;
    z-index: 3;
    animation: sparkle 4s infinite alternate;
}

@keyframes sparkle {
    0% {
        transform: scale(0.8) rotate(0deg);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.8;
    }
}

@media (max-width: 991px) {
    .hero-section {
        height: auto;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-right::after {
        display: none;
    }
}

/* Section Headings */
.section-title {
    color: var(--primary-dark);
    text-align: center;
    font-family: "Cormorant SC";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 111.111% */
    margin-bottom: 0.5rem;
}

.section-subtitle {
    color: var(--text-dark);
    text-align: center;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* Our Collections */
.collection-card {
    background-color: transparent;
    border: 1px solid #e0dcd1;
    transition: all 0.3s ease;
    /* cursor: pointer; */
}

.collection-card:hover img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #f0eee7;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
}

.icon-circle img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.cat-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.card-text {
    color: #525252;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: var(--text-muted);
}

/* Featured Collections */
.black-white-img {
    /* filter: grayscale(100%); */
    transition: all 0.8s ease;
}

.featured-banner:hover .black-white-img {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.banner-overlay {
    position: absolute;
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.top-right {
    top: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}

.bottom-right {
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

.banner-title {
    font-size: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.banner-subtitle {
    font-size: 0.95rem;
    font-weight: 300;
}

.featured-banner {
    height: 400px;
}

@media (max-width: 991px) {
    .featured-banner {
        min-height: 250px !important;
    }
}

/* Bridal Collection */
.bridal-section {
    background-color: var(--primary-dark);
    position: relative;
    overflow: hidden;
}

.bridal-title {
    color: #FFD765;
    font-family: "Cormorant SC";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.small-caps {
    color: #FFD59B;
    font-family: "Cormorant SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.bridal-desc {
    color: #FFD59B;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.btn-outline-gold {
    color: var(--accent-gold);
    border: 1px solid var(--accent-gold);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background-color: var(--accent-gold);
    color: var(--primary-dark);
}

.bridal-image-wrapper {
    min-height: 400px;
}

.bridal-gradient-left {
    position: absolute;
    top: 0;
    left: -1px;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, var(--primary-dark) 0%, transparent 100%);
    z-index: 2;
}

.bridal-gradient-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to left, var(--primary-dark) 0%, transparent 100%);
    z-index: 2;
}

@media (max-width: 767px) {
    .bridal-gradient-left {
        width: 40%;
        height: 100%;
        left: 0;
        background: linear-gradient(to right, var(--primary-dark) 0%, transparent 100%);
    }

    .bridal-gradient-right {
        width: 40%;
        height: 100%;
        background: linear-gradient(to left, var(--primary-dark) 0%, transparent 100%);
    }
}

/* Footer */
.footer {
    background-color: var(--primary-dark);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.footer-title {
    color: var(--accent-gold);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-title img {
    max-height: 80px;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

.footer-address-links li {
    margin-bottom: 0.8rem;
}

.footer-address-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

.footer-bottom-img {
    position: absolute;
    bottom: 20px;
    left: 150px;
    width: 200px;
    z-index: 100;
}

.store-badge {
    height: 40px;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
    transition: transform 0.2s ease;
}

.store-badge:hover {
    transform: scale(1.05);
}

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

.social-icons a:hover {
    background-color: var(--accent-gold);
    border-color: var(--accent-gold);
    color: var(--primary-dark);
    transform: translateY(-3px);
}

.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.floating-whatsapp img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.floating-whatsapp img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

@media (max-width: 1050px) {
    .footer-bottom-img {
        position: absolute;
        bottom: 10px;
        left: 50px;
        width: 150px;
        z-index: 100;
    }
}

@media (max-width: 567px) {
    .footer-bottom-img {
        display: none;
    }
}