@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/* ===================== SCROLL ANIMATION ===================== */
[data-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-animate].animated {
    opacity: 1;
    transform: translateY(0);
}

[data-animate][data-delay="1"] {
    transition-delay: 0.1s;
}

[data-animate][data-delay="2"] {
    transition-delay: 0.2s;
}

[data-animate][data-delay="3"] {
    transition-delay: 0.3s;
}

[data-animate][data-delay="4"] {
    transition-delay: 0.4s;
}

[data-animate][data-delay="5"] {
    transition-delay: 0.5s;
}

[data-animate][data-delay="6"] {
    transition-delay: 0.6s;
}

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

/* ===================== BUTTON HOVER ANIMATION ===================== */
.contact-form button {
    width: 211px;
    height: 56px;
    background: #CBAA6A;
    color: #fff;
    border: none;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 30px;
}

.contact-form button::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
    border-radius: 50%;
}

.contact-form button:hover::before {
    transform: scale(1);
}

.contact-form button:hover {
    background: #b08b49;
    box-shadow: 0 8px 30px rgba(203, 170, 106, 0.5), inset 0 2px 20px rgba(255, 255, 255, 0.2);
}

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

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

body {
    font-family: 'Lora', serif;
}

img,
video {
    max-width: 100%;
    /* height: 100%; */
    display: block;
}

section:last-child {
    margin-bottom: 0;
}


.decorative-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 55px 30px;
}

.decorative-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.decorative-content {
    flex: 1;
    max-width: 1150px;
    text-align: center;
}

.decorative-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.decorative-image img {
    width: 130px;
    height: 58px;
    object-fit: contain;
    display: block;
}

.decorative-title {
    font-family: 'Lora', serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 100%;
    color: #18171C;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.decorative-text {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    line-height: 27px;
    color: #1C1614;
    margin-bottom: 10px;
    max-width: 1105px;
    margin-left: auto;
    margin-right: auto;
}

.decorative-text:last-child {
    margin-bottom: 0;
}

@media(max-width:768px) {
    .decorative-section {
        padding: 30px 30px;
    }

    .decorative-title {
        font-size: 34px;
    }

    .decorative-text {
        font-size: 13px;
        line-height: 24px;
    }

    .decorative-image img {
        width: 110px;
        height: 50px;
    }
}

@media(max-width:576px) {
    .decorative-section {
        padding: 25px 20px;
    }

    .decorative-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .decorative-text {
        font-size: 13px;
        line-height: 24px;
    }

    .decorative-image img {
        width: 100px;
        height: 45px;
    }
}

@media(max-width:400px) {
    .decorative-section {
        padding: 20px 15px;
    }

    .decorative-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .decorative-text {
        font-size: 12px;
        line-height: 22px;
    }

    .decorative-image img {
        width: 90px;
        height: 40px;
    }
}

.tassel-section {
    width: 100%;
    padding: 10px 0;
}

.tassel-container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}

.desktop-gallery {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.mobile-gallery {
    display: none;
}

.gallery-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.shifted-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.shift-up {
    /* margin-top: -268px; */
}

/* === FIX: GALLERY ITEM (Overflow aur position) === */
.gallery-item {
    width: 100%;
    background: #fff;
    overflow: hidden;
    /* Image zoom ko andar rakhne ke liye */
    position: relative;
    /* Text ko upar layer karne ke liye */
    display: flex;
    flex-direction: column;
}

.gallery-item img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
    /* Smooth zoom effect */
}

.gallery-item:hover img {
    transform: scale(1.05);
    /* Hover par zoom (Thoda sa) */
}

/* === FIX: TEXT CARD KO HOVER SE BAHAR RAKHNA (Zoom/Scale nahi hona chahiye) === */
.gallery-item.text-card:hover img {
    transform: none !important;
    /* Text card ke andar image zoom nahi hogi */
    transition: none !important;
    /* Transition bhi nahi hoga */
}

/* === FIX: PRODUCT CODE (Text ko image ke upar layer me rakhna) === */
.product-code {
    width: 100%;
    min-height: 55px;
    background: #D0C09E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #18171C;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: .5px;
    position: relative;
    /* Overlay ke liye */
    z-index: 2;
    /* Text ko image ke upar rakhna */
}

.text-card {
    background: transparent;
    box-shadow: none;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.text-card h2 {
    max-width: 360px;
    font-size: 42px;
    line-height: 120%;
    color: #18171C;
    font-weight: 400;
    margin-bottom: 35px;
    font-family: "Lora", serif;
    text-align: left;
}

.text-card p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #1C1614;
    font-family: 'Bricolage Grotesque', sans-serif;
    text-align: left;
}

.gallery-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.gallery-logo img {
    width: 130px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.design-line {
    width: 180px !important;
    margin-bottom: 25px;
}

.feature-text-card {
    padding: 40px 25px 0;
}

.feature-text-card h2 {
    font-weight: 400;
    line-height: 80px;
    color: #CBAA6A;
    font-size: 52px;
}

.tall img {
    height: 705px;
    object-fit: cover;
}

@media(max-width:1440px) {
    .gallery-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 35px;
    }

    .shifted-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
        align-items: start;
    }

    .text-card h2 {
        font-size: 42px;
    }

    .feature-text-card h2 {
        font-size: 52px;
    }

    .product-code {
        font-size: 32px;
        min-height: 55px;
    }

    .tall img {
        height: 780px;
    }
}

@media(max-width:1200px) {
    .gallery-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .shifted-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        align-items: start;
    }

    .text-card h2 {
        font-size: 38px;
    }

    .feature-text-card h2 {
        font-size: 48px;
    }

    .product-code {
        font-size: 28px;
        min-height: 50px;
    }

    .tall img {
        height: 600px;
    }
}

@media(max-width:1024px) {
    .gallery-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 35px;
    }

    .shifted-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 18px;
        align-items: start;
    }

    .shift-up {
        /* margin-top: -233px; */
    }

    .text-card h2 {
        font-size: 34px;
    }

    .feature-text-card h2 {
        font-size: 42px;
    }

    .product-code {
        font-size: 26px;
        min-height: 48px;
    }

    .tall img {
        height: 568px;
    }
}

@media(max-width:993px) {
    .gallery-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .shifted-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 18px;
        align-items: start;
    }

    .text-card h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .text-card p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 21px;
    }

    .feature-text-card h2 {
        font-size: 32px;
        line-height: 70px;
        margin-bottom: 64px;
    }

    .shift-up {
        /* margin-top: -268px; */
    }

    .feature-text-card {
        padding: 4px 5px;
    }

    .tall img {
        height: 500px;
    }

    .product-code {
        font-size: 24px;
        min-height: 46px;
    }
}

@media(max-width:767px) {
    .desktop-gallery {
        display: none;
    }

    .mobile-gallery {
        display: block;
    }

    .tassel-section {
        padding: 5px 0;
    }

    .tassel-container {
        padding: 0 15px;
    }

    .mobile-row {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 24px;
    }

    .mobile-row .gallery-item {
        width: 100%;
    }

    .mobile-row .gallery-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .mobile-row .tall img {
        height: auto;
        min-height: 300px;
        object-fit: cover;
    }

    .mobile-row .text-card {
        padding: 30px 0px;
        align-items: center;
        text-align: center;
    }

    .mobile-row .text-card h2 {
        max-width: 100%;
        font-size: 32px;
        text-align: center;
    }

    .mobile-row .text-card p {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }

    .mobile-row .gallery-logo {
        justify-content: center;
        width: 40%;
    }

    .mobile-row .feature-text-card h2 {
        font-size: 38px;
        line-height: 60px;
        text-align: center;
    }

    .mobile-row .product-code {
        font-size: 24px;
        min-height: 46px;
    }
}

@media (max-width:576px) {
    .mobile-row .text-card h2 {
        font-size: 25px;
    }

    .shift-up {
        margin-top: 0px;
    }

    .mobile-row .feature-text-card h2 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .mobile-row .tall img {
        min-height: 600px;
    }

    .mobile-row .product-code {
        font-size: 20px;
        min-height: 42px;
    }
}

@media (max-width:420px) {
    .mobile-row .text-card h2 {
        font-size: 20px;
    }

    .mobile-row .feature-text-card h2 {
        font-size: 28px;
        line-height: 45px;
    }

    .mobile-row .tall img {
        min-height: 200px;
    }

    .mobile-row .product-code {
        font-size: 18px;
        min-height: 38px;
    }

    .mobile-row .text-card p {
        font-size: 13px;
        line-height: 22px;
    }
}
