﻿:where([class^="ri-"])::before {
    content: "\f3c2";
}


* {
    font-family: "Jost", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Jost", sans-serif;
    line-height: 1.6;
}

.header-section-top-banner {
    background-color: #2d2d2d;
    color: white;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

    .header-section-top-banner .separator {
        margin: 0 15px;
        color: #666;
    }

.header-section-secondary-banner {
    background-color: #f5f5f5;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #333;
}

.header-section-countdown {
    font-weight: 600;
    color: #d4af37;
}

.header-section-nav-top {
    background-color: white;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

    .header-section-nav-top a {
        color: #666;
        text-decoration: none;
        font-size: 13px;
        margin-right: 25px;
        font-weight: 500;
    }

        .header-section-nav-top a:hover {
            color: #333;
        }

.header-section-support-info {
    font-size: 13px;
    color: #666;
}

    .header-section-support-info .phone {
        font-weight: 600;
        color: #333;
    }

.header-section-language-currency select {
    border: none;
    background: transparent;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    margin-left: 15px;
}

.header-section-main-nav {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-section-logo {
    font-family: 'Pacifico', serif;
    font-size: 32px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
}

.header-section-mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    padding: 8px;
    z-index: 1000;
}

.header-section-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
}

.header-section-mobile-menu-content {
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: white;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.header-section-mobile-menu.active .header-section-mobile-menu-content {
    right: 0;
}

.header-section-mobile-menu-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section-mobile-menu-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.header-section-mobile-menu-nav {
    padding: 20px 0;
}

    .header-section-mobile-menu-nav a {
        display: block;
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        border-bottom: 1px solid #f5f5f5;
    }

        .header-section-mobile-menu-nav a:hover {
            background-color: #f8f9fa;
            color: #d4af37;
        }

        .header-section-mobile-menu-nav a.special {
            color: #ff4757;
            font-weight: 600;
        }

.header-section-mobile-top-links {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

    .header-section-mobile-top-links a {
        display: block;
        padding: 10px 0;
        color: #666;
        text-decoration: none;
        font-size: 14px;
    }

.header-section-mobile-social {
    padding: 20px;
}

    .header-section-mobile-social h6 {
        margin-bottom: 15px;
        color: #333;
        font-weight: 600;
    }

.header-section-search-box {
    position: relative;
    max-width: 350px;
}

    .header-section-search-box input {
        width: 100%;
        padding: 12px 20px 12px 45px;
        border: 1px solid #ddd;
        border-radius: 25px;
        font-size: 14px;
        outline: none;
    }

        .header-section-search-box input:focus {
            border-color: #d4af37;
        }

    .header-section-search-box .search-icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
        font-size: 18px;
    }

.header-section-user-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-section-icon-btn {
    position: relative;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

    .header-section-icon-btn .badge {
        position: absolute;
        top: -8px;
        right: -8px;
        background-color: #ff4757;
        color: white;
        font-size: 10px;
        padding: 2px 6px;
        border-radius: 10px;
        min-width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.header-section-bottom-nav {
    background-color: white;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

.header-section-nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .header-section-nav-menu li a {
        color: #333;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        padding: 8px 0;
        position: relative;
    }

        .header-section-nav-menu li a:hover {
            color: #d4af37;
        }

    .header-section-nav-menu li.special a {
        color: #ff4757;
        font-weight: 600;
    }

.header-section-social-icons {
    display: flex;
    gap: 15px;
}

    .header-section-social-icons a {
        width: 35px;
        height: 35px;
        border: 1px solid #ddd;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        text-decoration: none;
        font-size: 16px;
    }

        .header-section-social-icons a:hover {
            background-color: #d4af37;
            color: white;
            border-color: #d4af37;
        }

.header-section-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    transition: background-image 0.8s ease-in-out;
}

    .header-section-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
    }

.header-section-hero-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 600px;
}

.header-section-hero h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 25px;
}

.header-section-hero p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
    opacity: 0.9;
}

.header-section-cta-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .header-section-cta-btn:hover {
        background-color: white;
        color: #333;
    }

.header-section-hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.header-section-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .header-section-dot.active {
        background-color: white;
    }

@media (max-width: 768px) {
    .header-section-top-banner {
        font-size: 10px;
        padding: 6px 0;
    }

        .header-section-top-banner .separator {
            margin: 0 8px;
        }

    .header-section-nav-top .d-none {
        display: none !important;
    }

    .header-section-main-nav .container-fluid {
        flex-direction: row;
        align-items: center;
    }

    .header-section-main-nav .row {
        align-items: center;
    }

    .header-section-search-box {
        max-width: 150px;
    }

        .header-section-search-box input {
            padding: 8px 15px 8px 35px;
            font-size: 12px;
        }

    .header-section-mobile-menu-btn {
        display: block;
        order: 1;
    }

    .header-section-user-actions {
        gap: 10px;
    }

        .header-section-user-actions .header-section-icon-btn {
            font-size: 20px;
        }

    .header-section-bottom-nav {
        display: none;
    }

    .header-section-nav-menu {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

        .header-section-nav-menu li a {
            font-size: 13px;
        }

    .header-section-hero h1 {
        font-size: 32px;
    }

    .header-section-hero p {
        font-size: 14px;
    }

    .header-section-social-icons {
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .header-section-hero {
        height: 60vh;
        min-height: 400px;
    }

        .header-section-hero h1 {
            font-size: 28px;
        }

    .header-section-cta-btn {
        padding: 12px 25px;
        font-size: 13px;
    }
}

.section1-container {
    background-color: #f5f1eb;
    min-height: 100vh;
    padding: 60px 0;
}

.section1-header {
    text-align: center;
    margin-bottom: 60px;
}

.section1-title {
    font-size: 2.5rem;
    color: #8b7355;
    font-weight: 400;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
}

.section1-card {
    position: relative;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .section1-card:hover {
        transform: translateY(-8px);
    }

.section1-card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
}

.section1-card:hover .section1-card-bg {
    transform: scale(1.05);
}

.section1-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2), transparent);
    padding: 30px 20px 20px;
    color: white;
}

.section1-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.section1-card-count {
    font-size: 0.9rem;
    opacity: 0.9;
    letter-spacing: 1px;
}

.section1-arrow-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .section1-arrow-btn:hover {
        background: white;
        transform: scale(1.1);
    }

    .section1-arrow-btn i {
        font-size: 18px;
        color: #333;
    }

/* Responsive Design */
@media (max-width: 992px) {
    .section1-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .section1-container {
        padding: 40px 0;
    }

    .section1-title {
        font-size: 1.8rem;
        padding: 0 20px;
    }

    .section1-header {
        margin-bottom: 40px;
    }

    .section1-card {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .section1-card {
        height: 300px;
        margin-bottom: 20px;
    }

    .section1-title {
        font-size: 1.5rem;
    }

    .section1-card-title {
        font-size: 1.3rem;
    }
}
.section2-main-container {
    background-color: #ffffff;
    padding: 60px 0;
    font-family: 'Georgia', serif;
}

.section2-header-title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
}

.section2-header-subtitle {
    color: #888;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 50px;
    font-weight: 300;
}

.section2-product-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
}

.section2-sale-badge {
    background-color: #ff4757;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.section2-product-image-container {
    position: relative;
    margin-bottom: 20px;
}

.section2-product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.section2-product-category {
    color: #999;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.section2-product-title {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.section2-product-price {
    margin-bottom: 10px;
}

.section2-sale-price {
    color: #ff4757;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 10px;
}

.section2-original-price {
    color: #999;
    text-decoration: line-through;
    font-size: 1rem;
}

.section2-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
}

.section2-heart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 1.1rem;
}

.section2-hero-container {
    position: relative;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
}

.section2-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.section2-hero-title {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 300;
}

.section2-hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.section2-cta-button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .section2-cta-button:hover {
        background-color: white;
        color: #333;
    }

.section2-content-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.section2-content-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.section2-lifestyle-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .section2-header-title {
        font-size: 2rem;
    }

    .section2-hero-title {
        font-size: 2rem;
    }

    .section2-hero-subtitle {
        font-size: 1rem;
    }

    .section2-main-container {
        padding: 40px 0;
    }

    .section2-hero-container {
        height: 400px;
    }
}
.section3-container {
    padding: 4rem 0;
    background-color: #fafafa;
}

.section3-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section3-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.section3-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    font-weight: 400;
}

.section3-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e5e7eb;
}

.section3-tab {
    padding: 1rem 2rem;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

    .section3-tab.active {
        color: #1a1a1a;
    }

        .section3-tab.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #1a1a1a;
        }

    .section3-tab:hover {
        color: #1a1a1a;
    }

.section3-slider-container {
    position: relative;
    overflow: hidden;
}

.section3-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 1.5rem;
    padding: 0 1rem;
}

.section3-product-card {
    flex: 0 0 280px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
}

    .section3-product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    }

.section3-product-image {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #f9fafb;
}

    .section3-product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.section3-discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ef4444;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.section3-product-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.section3-product-card:hover .section3-product-actions {
    opacity: 1;
    transform: translateX(0);
}

.section3-action-btn {
    width: 36px;
    height: 36px;
    background: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
}

    .section3-action-btn:hover {
        background: #f3f4f6;
        transform: scale(1.1);
    }

.section3-product-info {
    padding: 1.5rem;
}

.section3-product-category {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.section3-product-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.section3-product-price {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.section3-current-price {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ef4444;
}

.section3-original-price {
    font-size: 0.875rem;
    color: #6b7280;
    text-decoration: line-through;
}

.section3-product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.section3-stars {
    color: #fbbf24;
    font-size: 0.875rem;
}

.section3-rating-text {
    font-size: 0.75rem;
    color: #6b7280;
}

.section3-add-to-cart {
    width: 100%;
    padding: 0.75rem;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .section3-add-to-cart:hover {
        background: #374151;
        transform: translateY(-2px);
    }

.section3-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

    .section3-nav-btn:hover {
        background: #f3f4f6;
        transform: translateY(-50%) scale(1.1);
    }

    .section3-nav-btn.prev {
        left: -24px;
    }

    .section3-nav-btn.next {
        right: -24px;
    }

@media (max-width: 768px) {
    .section3-title {
        font-size: 2rem;
    }

    .section3-tabs {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .section3-tab {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }

    .section3-product-card {
        flex: 0 0 240px;
    }

    .section3-nav-btn {
        width: 40px;
        height: 40px;
    }

        .section3-nav-btn.prev {
            left: -20px;
        }

        .section3-nav-btn.next {
            right: -20px;
        }
}

@media (max-width: 576px) {
    .section3-container {
        padding: 2rem 0;
    }

    .section3-title {
        font-size: 1.75rem;
    }

    .section3-subtitle {
        font-size: 1rem;
    }

    .section3-product-card {
        flex: 0 0 200px;
    }

    .section3-product-image {
        height: 180px;
    }

    .section3-product-info {
        padding: 1rem;
    }
}
.section4-main-container {
    background-color: #ffffff;
    min-height: 100vh;
    padding: 60px 0;
}

.section4-product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    height: fit-content;
    border: 1px solid #f5f5f5;
}

.section4-discount-badge {
    background-color: #ff4757;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

.section4-product-image-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    background: #fafafa;
    border-radius: 8px;
    padding: 20px;
}

.section4-product-image {
    width: 100%;
    max-width: 220px;
    height: 220px;
    object-fit: contain;
}

.section4-refresh-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
}

    .section4-refresh-icon:hover {
        background-color: #f8f9fa;
        border-color: #ccc;
    }

.section4-product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
}

.section4-action-icon {
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-size: 14px;
}

    .section4-action-icon:hover {
        background-color: #f8f9fa;
        border-color: #ccc;
    }

.section4-add-cart-btn {
    background-color: #2c3e50;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 12px;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 140px;
}

    .section4-add-cart-btn:hover {
        background-color: #34495e;
    }

.section4-product-category {
    color: #95a5a6;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    font-weight: 500;
}

.section4-product-name {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
    line-height: 1.4;
}

.section4-pricing-section {
    margin-bottom: 12px;
}

.section4-sale-price {
    color: #e74c3c;
    font-size: 18px;
    font-weight: 700;
    margin-right: 12px;
}

.section4-regular-price {
    color: #95a5a6;
    text-decoration: line-through;
    font-size: 14px;
}

.section4-rating-section {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.section4-star-rating {
    color: #f39c12;
    display: flex;
    gap: 2px;
}

.section4-rating-text {
    color: #7f8c8d;
}

.section4-hero-portrait {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.section4-brand-content {
    padding: 32px 24px;
}

.section4-brand-tagline {
    color: #95a5a6;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
    font-weight: 500;
}

.section4-brand-headline {
    font-size: 38px;
    font-weight: 300;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 24px;
}

.section4-brand-text {
    color: #7f8c8d;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 32px;
}

.section4-collection-btn {
    background-color: transparent;
    color: #2c3e50;
    border: 2px solid #2c3e50;
    padding: 14px 32px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 12px;
}

    .section4-collection-btn:hover {
        background-color: #2c3e50;
        color: white;
    }

@media (max-width: 992px) {
    .section4-hero-portrait {
        height: 400px;
        margin-bottom: 32px;
    }

    .section4-brand-headline {
        font-size: 32px;
    }

    .section4-main-container {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .section4-hero-portrait {
        height: 320px;
    }

    .section4-brand-headline {
        font-size: 28px;
    }

    .section4-product-actions {
        flex-direction: column;
        gap: 12px;
    }

    .section4-add-cart-btn {
        width: 100%;
        max-width: none;
    }

    .section4-main-container {
        padding: 24px 0;
    }
}

@media (max-width: 576px) {
    .section4-brand-content {
        padding: 24px 16px;
    }

    .section4-product-card {
        padding: 20px;
    }
}

.section5-container {
    min-height: 100vh;
    background-color: #ffffff;
    overflow: hidden;
}

.section5-content-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section5-text-content {
    padding: 60px 40px;
    opacity: 0;
    transform: translateX(-50px);
    animation: section5-slideInLeft 1.2s ease-out 0.3s forwards;
}

.section5-small-header {
    font-size: 12px;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.section5-main-heading {
    font-size: 48px;
    font-weight: 300;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.1;
}

.section5-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 40px;
    font-weight: 300;
}

.section5-hours-section {
    margin-bottom: 40px;
}

.section5-hours-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 400;
    text-decoration: underline;
}

.section5-hours-time {
    font-size: 16px;
    color: #333;
    font-weight: 300;
}

.section5-hours-days {
    font-size: 16px;
    color: #666;
    font-weight: 300;
}

.section5-book-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    text-decoration: underline;
    padding: 0;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .section5-book-btn:hover {
        color: #000;
        transform: translateX(5px);
    }

.section5-image-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.section5-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.1);
    animation: section5-fadeInScale 1.5s ease-out 0.6s forwards;
}

@keyframes section5-slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes section5-fadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.section5-animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

    .section5-animate-on-scroll.section5-in-view {
        opacity: 1;
        transform: translateY(0);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .section5-content-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .section5-text-content {
        padding: 40px 20px;
        order: 2;
    }

    .section5-main-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .section5-image-content {
        height: 50vh;
        order: 1;
    }

    .section5-description {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .section5-main-heading {
        font-size: 28px;
    }

    .section5-text-content {
        padding: 30px 15px;
    }

    .section5-image-content {
        height: 40vh;
    }
}

@media (min-width: 1200px) {
    .section5-text-content {
        padding: 80px 60px;
    }

    .section5-main-heading {
        font-size: 56px;
    }
}

.section6-footer {
    background-color: #f8f9fa;
    padding: 60px 0 30px;
    font-family: 'Arial', sans-serif;
    animation: section6-fadeInUp 1s ease-out;
}

@keyframes section6-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section6-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section6-column {
    margin-bottom: 40px;
    animation: section6-slideIn 0.8s ease-out;
    animation-fill-mode: both;
}

    .section6-column:nth-child(1) {
        animation-delay: 0.1s;
    }

    .section6-column:nth-child(2) {
        animation-delay: 0.2s;
    }

    .section6-column:nth-child(3) {
        animation-delay: 0.3s;
    }

    .section6-column:nth-child(4) {
        animation-delay: 0.4s;
    }

@keyframes section6-slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.section6-heading {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section6-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.section6-link {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .section6-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.section6-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.section6-social-icon {
    width: 32px;
    height: 32px;
    background-color: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .section6-social-icon:hover {
        background-color: #007bff;
        color: white;
        transform: translateY(-2px);
    }

.section6-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section6-nav-item {
    margin-bottom: 8px;
}

.section6-nav-link {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

    .section6-nav-link:hover {
        color: #007bff;
    }

.section6-newsletter-form {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
}

.section6-email-input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    outline: none;
    transition: border-color 0.3s ease;
}

    .section6-email-input:focus {
        border-color: #007bff;
    }

.section6-send-btn {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .section6-send-btn:hover {
        background-color: #555;
    }

.section6-terms-text {
    font-size: 11px;
    color: #888;
    line-height: 1.4;
}

.section6-bottom-bar {
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section6-copyright {
    font-size: 12px;
    color: #666;
}

.section6-payment-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.section6-payment-icon {
    height: 24px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

    .section6-payment-icon:hover {
        opacity: 1;
    }

@media (max-width: 768px) {
    .section6-footer {
        padding: 40px 0 20px;
    }

    .section6-column {
        margin-bottom: 30px;
    }

    .section6-bottom-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .section6-newsletter-form {
        flex-direction: column;
    }

    .section6-send-btn {
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .section6-social-icons {
        justify-content: center;
    }

    .section6-payment-icons {
        justify-content: center;
        flex-wrap: wrap;
    }
}
.about-section-hero {
    width: 100%;
    height: 60vh;
    min-height: 400px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><defs><linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23f5f5f5;stop-opacity:1" /><stop offset="100%" style="stop-color:%23e0e0e0;stop-opacity:1" /></linearGradient></defs><rect width="1200" height="400" fill="url(%23grad1)"/><path d="M0,200 Q300,100 600,200 T1200,150 L1200,400 L0,400 Z" fill="%23d4a574" opacity="0.8"/><path d="M200,0 Q400,200 800,100 Q1000,50 1200,150 L1200,0 Z" fill="%23ffffff" opacity="0.9"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    animation: about-section-fade-in 1.5s ease-out;
}

.about-section-content {
    padding: 80px 0;
    background: #ffffff;
    animation: about-section-slide-up 1s ease-out 0.5s both;
}

.about-section-subtitle {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
    animation: about-section-fade-in-left 1s ease-out 0.7s both;
}

.about-section-title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    margin-bottom: 50px;
    animation: about-section-fade-in-left 1s ease-out 0.9s both;
}

.about-section-text {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    animation: about-section-fade-in-up 1s ease-out 1.1s both;
}

.about-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Animations */
@keyframes about-section-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes about-section-slide-up {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes about-section-fade-in-left {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes about-section-fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-section-hero {
        height: 50vh;
        min-height: 300px;
    }

    .about-section-content {
        padding: 60px 0;
    }

    .about-section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .about-section-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .about-section-hero {
        height: 40vh;
        min-height: 250px;
    }

    .about-section-content {
        padding: 40px 0;
    }

    .about-section-title {
        font-size: 1.75rem;
    }

    .about-section-container {
        padding: 0 15px;
    }
}

.about-section1-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #ffffff;
}

.about-section1-header {
    margin-bottom: 80px;
}

.about-section1-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 60px;
}

.about-section1-header-left {
    display: flex;
    align-items: flex-start;
    flex: 2;
}

.about-section1-number {
    font-size: 48px;
    font-weight: 300;
    color: #cccccc;
    margin-right: 60px;
    white-space: nowrap;
    line-height: 1;
}

.about-section1-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    color: #333333;
    margin: 0;
    flex: 1;
    letter-spacing: -0.02em;
}

.about-section1-subtitle {
    font-size: 14px;
    color: #999999;
    max-width: 320px;
    line-height: 1.5;
    flex: 1;
    font-weight: 400;
}

.about-section1-intro-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 100%;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .about-section1-container {
        padding: 60px 20px;
    }

    .about-section1-main-content {
        gap: 60px;
    }

    .about-section1-title {
        font-size: 44px;
    }

    .about-section1-main-title {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .about-section1-header-top {
        flex-direction: column;
        gap: 30px;
    }

    .about-section1-header-left {
        max-width: 100%;
    }

    .about-section1-title {
        font-size: 38px;
    }

    .about-section1-subtitle {
        max-width: 100%;
    }

    .about-section1-main-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-section1-left-column {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .about-section1-container {
        padding: 40px 15px;
    }

    .about-section1-header-left {
        flex-direction: column;
        gap: 20px;
    }

    .about-section1-number {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .about-section1-title {
        font-size: 32px;
    }

    .about-section1-main-title {
        font-size: 28px;
    }

    .about-section1-hero-image {
        height: 500px;
    }

    .about-section1-intro-text {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .about-section1-container {
        padding: 30px 15px;
    }

    .about-section1-title {
        font-size: 28px;
    }

    .about-section1-main-title {
        font-size: 24px;
    }

    .about-section1-hero-image {
        height: 350px;
    }

    .about-section1-number {
        font-size: 24px;
    }

    .about-section1-main-content {
        gap: 40px;
    }
}
}
.about-section2-container {
    min-height: 100vh;
    background-color: #ffffff;
}

.about-section2-breadcrumb {
    font-size: 11px;
    color: #999999;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-section2-main-heading {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 30px;
    max-width: 280px;
}

.about-section2-body-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 25px;
    max-width: 300px;
}

.about-section2-cta-button {
    background: none;
    border: none;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0;
    margin-top: 20px;
    cursor: pointer;
}

.about-section2-hero-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.about-section2-secondary-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.about-section2-secondary-text {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
    padding-right: 15px;
}

.about-section2-left-content {
    padding: 60px 30px 60px 60px;
}

.about-section2-right-content {
    padding: 0;
}

.about-section2-secondary-content {
    padding: 20px 30px 60px 20px;
}

@media (max-width: 768px) {
    .about-section2-left-content {
        padding: 30px 20px;
    }

    .about-section2-main-heading {
        font-size: 24px;
        max-width: 100%;
    }

    .about-section2-body-text {
        max-width: 100%;
    }

    .about-section2-hero-image {
        height: 400px;
    }

    .about-section2-secondary-image {
        height: 200px;
    }

    .about-section2-secondary-content {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .about-section2-left-content {
        padding: 20px 15px;
    }

    .about-section2-main-heading {
        font-size: 20px;
    }

    .about-section2-hero-image {
        height: 300px;
    }
}
.about-section2-container {
    min-height: 100vh;
    background-color: #ffffff;
}

.about-section2-breadcrumb {
    font-size: 11px;
    color: #999999;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-section2-main-heading {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 30px;
    max-width: 280px;
}

.about-section2-body-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 25px;
    max-width: 300px;
}

.about-section2-cta-button {
    background: none;
    border: none;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0;
    margin-top: 20px;
    cursor: pointer;
}

.about-section2-hero-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.about-section2-secondary-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.about-section2-secondary-text {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
    padding-right: 15px;
}

.about-section2-left-content {
    padding: 60px 30px 60px 60px;
}

.about-section2-right-content {
    padding: 0;
}

.about-section2-secondary-content {
    padding: 20px 30px 60px 20px;
}

@media (max-width: 768px) {
    .about-section2-left-content {
        padding: 30px 20px;
    }

    .about-section2-main-heading {
        font-size: 24px;
        max-width: 100%;
    }

    .about-section2-body-text {
        max-width: 100%;
    }

    .about-section2-hero-image {
        height: 400px;
    }

    .about-section2-secondary-image {
        height: 200px;
    }

    .about-section2-secondary-content {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .about-section2-left-content {
        padding: 20px 15px;
    }

    .about-section2-main-heading {
        font-size: 20px;
    }

    .about-section2-hero-image {
        height: 300px;
    }
}
.about-section3-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Arial', sans-serif;
}

.about-section3-number {
    font-size: 48px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;
    opacity: 0;
    animation: about-section3-fadeInUp 1s ease-out 0.2s forwards;
}

.about-section3-main-title {
    font-size: 42px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    margin-bottom: 40px;
    opacity: 0;
    animation: about-section3-fadeInUp 1s ease-out 0.4s forwards;
}

.about-section3-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    opacity: 0;
    animation: about-section3-slideInLeft 1s ease-out 0.6s forwards;
}

.about-section3-main-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-section3-image-container:hover .about-section3-main-image {
    transform: scale(1.05);
}

.about-section3-content {
    padding-left: 40px;
    opacity: 0;
    animation: about-section3-slideInRight 1s ease-out 0.8s forwards;
}

.about-section3-subtitle {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 20px;
}

.about-section3-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    margin-bottom: 30px;
}

.about-section3-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
}

.about-section3-button {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

    .about-section3-button:hover {
        color: #000;
        border-bottom-color: #000;
        transform: translateY(-2px);
    }

.about-section3-product-container {
    position: relative;
    margin-top: 40px;
    opacity: 0;
    animation: about-section3-fadeIn 1s ease-out 1.2s forwards;
}

.about-section3-product-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.about-section3-product-container:hover .about-section3-product-image {
    transform: scale(1.02);
}

.about-section3-product-description {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-top: 15px;
}

.about-section3-bottom-text {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0;
    animation: about-section3-fadeIn 1s ease-out 1.4s forwards;
    margin-top: 40px;
}

@keyframes about-section3-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes about-section3-slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes about-section3-slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes about-section3-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .about-section3-container {
        padding: 40px 15px;
    }

    .about-section3-number {
        font-size: 36px;
    }

    .about-section3-main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .about-section3-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .about-section3-title {
        font-size: 24px;
    }

    .about-section3-main-image {
        height: 400px;
    }

    .about-section3-product-image {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .about-section3-main-title {
        font-size: 24px;
    }

    .about-section3-title {
        font-size: 20px;
    }

    .about-section3-text {
        font-size: 14px;
    }

    .about-section3-main-image {
        height: 300px;
    }
}

.contact-container {
    min-height: 100vh;
    padding: 4rem 0;
}

.contact-stores-section {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    animation: contactFadeInLeft 0.8s ease-out;
}

.contact-form-section {
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    animation: contactFadeInRight 0.8s ease-out;
}

.contact-stores-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    animation: contactSlideUp 0.6s ease-out 0.2s both;
}

.contact-stores-description {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 3rem;
    animation: contactSlideUp 0.6s ease-out 0.4s both;
}

.contact-store-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    animation: contactSlideUp 0.6s ease-out 0.6s both;
}

    .contact-store-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .contact-store-card:last-child {
        animation-delay: 0.8s;
    }

.contact-store-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.contact-location-icon {
    color: #6c757d;
    font-size: 1.2rem;
    margin-right: 0.8rem;
}

.contact-country-label {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.contact-store-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.contact-store-address {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.contact-store-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.contact-phone, .contact-email {
    color: #6c757d;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .contact-phone:hover, .contact-email:hover {
        color: #FF6B47;
    }

.contact-social-section {
    margin-top: 3rem;
    animation: contactSlideUp 0.6s ease-out 1s both;
}

.contact-social-title {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.contact-social-icons {
    display: flex;
    gap: 1rem;
}

.contact-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

    .contact-social-icon:hover {
        background: #FF6B47;
        color: white;
        transform: translateY(-2px);
    }

.contact-form-description {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    animation: contactSlideUp 0.6s ease-out 0.4s both;
}

.contact-form-group {
    margin-bottom: 1.5rem;
    animation: contactSlideUp 0.6s ease-out both;
}

    .contact-form-group:nth-child(1) {
        animation-delay: 0.6s;
    }

    .contact-form-group:nth-child(2) {
        animation-delay: 0.7s;
    }

    .contact-form-group:nth-child(3) {
        animation-delay: 0.8s;
    }

    .contact-form-group:nth-child(4) {
        animation-delay: 0.9s;
    }

    .contact-form-group:nth-child(5) {
        animation-delay: 1s;
    }

.contact-form-label {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.contact-form-input {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 0.95rem;
    background: white;
    transition: all 0.3s ease;
}

    .contact-form-input:focus {
        outline: none;
        border-color: #FF6B47;
        box-shadow: 0 0 0 3px rgba(255, 107, 71, 0.1);
    }

.contact-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-submit-btn {
    background: #FF6B47;
    color: white;
    border: none;
    padding: 0.9rem 2rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: contactSlideUp 0.6s ease-out 1.1s both;
}

    .contact-submit-btn:hover {
        background: #e55a42;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 107, 71, 0.3);
    }

@keyframes contactFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes contactFadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes contactSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .contact-container {
        padding: 2rem 0;
    }

    .contact-stores-section,
    .contact-form-section {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }

    .contact-stores-title {
        font-size: 1.7rem;
    }

    .contact-store-info {
        flex-direction: column;
        gap: 0.5rem;
    }

    .contact-social-icons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .contact-stores-section,
    .contact-form-section {
        padding: 1.5rem 1rem;
    }

    .contact-stores-title {
        font-size: 1.5rem;
    }
}
.contact-section1-wrapper {
    background-color: #f8f9fa;
    padding: 60px 0;
    border-bottom: 1px solid #ffffff;
}

.contact-section1-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-section1-item {
    text-align: left;
    padding: 0 15px;
}

.contact-section1-icon-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-section1-icon {
    font-size: 28px;
    color: #6c757d;
    margin-top: 5px;
    flex-shrink: 0;
}

.contact-section1-content {
    flex: 1;
}

.contact-section1-title {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 5px;
    line-height: 1.3;
}

.contact-section1-description {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .contact-section1-item {
        margin-bottom: 40px;
    }

        .contact-section1-item:last-child {
            margin-bottom: 0;
        }
}

@media (max-width: 767.98px) {
    .contact-section1-wrapper {
        padding: 40px 0;
    }

    .contact-section1-item {
        margin-bottom: 30px;
        text-align: center;
    }

    .contact-section1-icon-wrapper {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .contact-section1-icon {
        font-size: 24px;
    }

    .contact-section1-title {
        font-size: 15px;
    }

    .contact-section1-description {
        font-size: 13px;
    }
}