/* Aaina Art Custom Styles */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Jost:wght@300;400;500&display=swap');

body {
    font-family: 'Jost', sans-serif;
    background-color: #f7f4ee;
    color: #3a3a3a;
    padding-top: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header Styles */
.sec-top-header {
    background-color: #2b1f1a;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.comp-logo {
    max-height: 80px;
    margin: 15px auto;
    display: block;
}

/* Navigation Affix/Sticky */
.menu-container {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1030;
    min-height: 75px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-list li a {
    color: #333 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s;
    padding: 15px 20px !important;
    display: block;
}

.menu-list li a:hover {
    color: #8c674f !important;
}

@media (max-width: 992px) {
    .menu-container {
        padding: 0;
        height: auto;
    }

    .navbar-collapse {
        background-color: #f7f4ee; /* woody white */
        padding-bottom: 15px;
    }

    .menu-list li a {
        padding: 10px 15px !important;
        text-align: center;
    }
}

/* Carousel Image Sizing */
.carousel-item {
    background-color: #2b1f1a;
}

.carousel-item img {
    height: 88vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.shadow-img {
    margin-top: -30px;
    z-index: 10;
    position: relative;
    max-width: 100%;
}

/* Global Headings */
.head-text,
.home-heading-h3 {
    text-align: center;
    margin: 60px 0 30px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3b2c24;
    position: relative;
    padding-bottom: 15px;
}

.head-text::after,
.home-heading-h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #8c674f;
    border-radius: 2px;
}

.home-main-text-matter {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/* Product Cards */
.new-arrival-col {
    margin-bottom: 30px;
    text-align: center;
}

.new-arrival-col img {
    width: 100%;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.new-arrival-col img:hover {
    transform: scale(1.03);
}

.new-arrival-col h4 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

.card-img-top {
    object-fit: cover;
}

/* Values Section */
.value-card p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
    margin-top: 15px;
    color: #555;
}

.value-card img {
    max-width: 100px;
}

/* CTA Banner */
.cta-banner {
    background-color: #8c674f;
    color: white;
    padding: 40px 0;
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
}

.but_GetInTouch {
    display: inline-block;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.but_GetInTouch:hover {
    background-color: #2b1f1a;
    border-color: #2b1f1a;
    color: white;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Footer */
.main-footer {
    background-color: #2b1f1a;
    color: #ccc;
    padding: 50px 0 20px;
}

.title-border {
    width: 50px;
    height: 2px;
    background-color: #8c674f;
    margin-bottom: 20px;
}

.p-22 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.address-line {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.address-icon {
    margin-right: 15px;
    color: #8c674f;
    font-size: 18px;
}

.quicklinks {
    list-style: none;
    padding: 0;
}

.quicklinks li {
    margin-bottom: 10px;
}

.quicklinks li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.quicklinks li a:hover {
    color: white;
}

.gallery {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery li img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 4px;
}

.copyright-box {
    border-top: 1px solid #444;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
}

/* Floating Elements */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #8c674f;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 54px;
    /* Optically centers the arrow icon */
    text-align: center;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

#myBtn:hover {
    background-color: #2b1f1a;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}



@media (max-width: 767.98px) {
    .card-img-top {
        height: auto !important;
    }

    .sec-top-header {
        font-size: 13px;
        padding: 8px 12px;
    }

    .comp-logo {
        max-height: 72px;
        margin: 8px auto;
    }

    .carousel-item img {
        height: auto;
        min-height: auto;
    }

    .shadow-img {
        margin-top: -14px;
    }

    .head-text,
    .home-heading-h3 {
        margin: 28px 0 16px;
        font-size: 1.5rem;
    }

    .home-main-text-matter {
        font-size: 15px;
        line-height: 1.7;
        padding: 0 6px;
        margin-bottom: 28px;
    }

    .new-arrival-col {
        margin-bottom: 22px;
    }

    .new-arrival-col h4 {
        font-size: 17px;
    }

    .value-card {
        max-width: 320px;
        margin: 0 auto 24px;
    }

    .cta-banner {
        font-size: 16px;
        line-height: 1.7;
        padding: 24px 16px;
        margin-top: 32px;
    }

    .but_GetInTouch {
        width: 100%;
        max-width: 260px;
        padding: 12px 20px;
    }

    .main-footer {
        padding: 40px 0 18px;
    }

    .address-line {
        gap: 10px;
    }

    .address-icon {
        margin-right: 0;
        min-width: 18px;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .copyright-box,
    .copyright-box .text-md-end {
        text-align: center !important;
    }

    #myBtn {
        right: 14px;
        bottom: 14px;
        padding: 12px;
    }


}

@media (max-width: 575.98px) {
    .card-img-top {
        height: auto !important;
    }

    .menu-list li {
        padding: 12px 14px;
    }

    .menu-list li a {
        font-size: 14px;
    }

    .carousel-item img {
        height: auto;
        min-height: auto;
    }

    .gallery {
        gap: 8px;
    }
}

/* Premium Scroll Animations */
.fade-up-element {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}

.fade-up-element.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}