﻿.header-promo-banner {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.header-main-section {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.header-social-icons i,
.header-user-actions i {
    margin: 0 8px;
    font-size: 16px;
    cursor: pointer;
}

.header-logo h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.header-navigation {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.header-nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.header-nav-link {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.header-contact-left,
.header-contact-right {
    text-align: center;
    font-size: 13px;
    color: #555;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.header-menu-toggle {
    display: none;
    font-size: 22px;
    cursor: pointer;
}

/* ===== Responsive Styles ===== */
@media (max-width: 991px) {
    .header-main-section .row {
        text-align: center;
    }

    .header-social-icons,
    .header-user-actions {
        justify-content: center;
        display: flex;
        margin-bottom: 8px;
    }

    .header-menu-toggle {
        display: block;
    }

    /* Hide menu initially */
    .header-navigation {
        display: none;
    }

        /* When active, show */
        .header-navigation.active {
            display: block;
            animation: fadeIn 0.3s ease-in-out;
        }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .header-nav-menu {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .header-contact-left,
    .header-contact-right {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .header-logo h1 {
        font-size: 22px;
    }

    .header-nav-link {
        font-size: 13px;
    }

    .header-contact-left span,
    .header-contact-right span {
        font-size: 12px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header-promo-banner {
    background-color: #3a3a3a;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

    .header-promo-banner i {
        margin-left: 8px;
    }

.header-main-section {
    background-color: white;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.header-social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .header-social-icons i {
        color: #666;
        font-size: 18px;
        transition: color 0.3s ease;
    }

        .header-social-icons i:hover {
            color: #000;
        }

.header-logo {
    text-align: center;
}

    .header-logo h1 {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 4px;
        color: #000;
        margin: 0;
    }

.header-user-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

    .header-user-actions i {
        color: #666;
        font-size: 20px;
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .header-user-actions i:hover {
            color: #000;
        }

.header-navigation {
    background-color: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.header-contact-left {
    display: flex; 
    font-size: 13px;
    color: #666;
}

.header-contact-right {
    text-align: right;
    font-size: 13px;
    color: #666;
}

.header-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav-item {
    position: relative;
}

.header-nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .header-nav-link:hover {
        color: #000;
    }

    .header-nav-link i {
        font-size: 10px;
    }

@media (max-width: 768px) {
    .header-main-section {
        padding: 15px 0;
    }

    .header-logo h1 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .header-social-icons {
        justify-content: center;
        margin-bottom: 15px;
    }

    .header-user-actions {
        justify-content: center;
        margin-top: 15px;
    }

    .header-navigation {
        text-align: center;
    }

    .header-contact-left {
        justify-content: center;
        margin-bottom: 10px;
    }

    .header-contact-right {
        text-align: center;
        margin-bottom: 15px;
    }

    .header-nav-menu {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .header-promo-banner {
        font-size: 12px;
        padding: 10px 15px;
    }

    .header-logo h1 {
        font-size: 20px;
    }

    .header-contact-left {
        flex-direction: column;
        gap: 5px;
    }

    .header-nav-menu {
        gap: 15px;
    }

    .header-nav-link {
        font-size: 12px;
    }
}

.section1-hero-container {
    min-height: 100vh;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.section1-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}

.section1-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

    .section1-slide.active {
        opacity: 1;
    }

.section1-content-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section1-left-content {
    padding: 0 4rem 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.section1-main-title {
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 0.9;
    color: #000000;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
}

.section1-description-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 3rem;
    max-width: 380px;
    font-weight: 400;
}

.section1-cta-button {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 1.1rem 2.8rem;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2.5rem;
    width: fit-content;
}

    .section1-cta-button:hover {
        background-color: #333333;
        transform: translateY(-1px);
    }

.section1-pagination-dots {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.section1-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .section1-dot:not(.active) {
        background-color: #d0d0d0;
    }

    .section1-dot:hover {
        transform: scale(1.2);
    }

.section1-right-content {
    padding: 0;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.section1-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}

@media (max-width: 1199px) {
    .section1-main-title {
        font-size: 4rem;
    }

    .section1-left-content {
        padding: 0 3rem 0 2rem;
    }
}

@media (max-width: 991px) {
    .section1-content-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .section1-right-content {
        height: 60vh;
        order: -1;
    }

    .section1-left-content {
        padding: 3rem 2rem;
        text-align: left;
        height: auto;
        justify-content: flex-start;
    }

    .section1-main-title {
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }

    .section1-description-text {
        max-width: 100%;
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .section1-main-title {
        font-size: 2.8rem;
    }

    .section1-left-content {
        padding: 2.5rem 1.5rem;
    }

    .section1-right-content {
        height: 50vh;
    }

    .section1-description-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 575px) {
    .section1-main-title {
        font-size: 2.2rem;
        line-height: 1;
    }

    .section1-cta-button {
        padding: 1rem 2.2rem;
        font-size: 0.8rem;
    }

    .section1-left-content {
        padding: 2rem 1rem;
    }

    .section1-right-content {
        height: 45vh;
    }
}

.strip-banner-container {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.strip-scrolling-wrapper {
    display: inline-block;
    padding-left: 100%;
    animation: strip-scroll-animation 35s linear infinite;
}

.strip-promotional-content {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #6c757d;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-block;
}

.strip-bullet-separator {
    margin: 0 20px;
    color: #6c757d;
    font-weight: bold;
}

@keyframes strip-scroll-animation {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.strip-banner-container:hover .strip-scrolling-wrapper {
    animation-play-state: paused;
}

@media (max-width: 992px) {
    .strip-promotional-content {
        font-size: 12px;
    }

    .strip-bullet-separator {
        margin: 0 15px;
    }

    .strip-scrolling-wrapper {
        animation-duration: 30s;
    }
}

@media (max-width: 768px) {
    .strip-promotional-content {
        font-size: 11px;
        letter-spacing: 0.6px;
    }

    .strip-bullet-separator {
        margin: 0 12px;
    }

    .strip-banner-container {
        padding: 8px 0;
    }

    .strip-scrolling-wrapper {
        animation-duration: 25s;
    }
}

@media (max-width: 576px) {
    .strip-promotional-content {
        font-size: 10px;
        letter-spacing: 0.4px;
    }

    .strip-bullet-separator {
        margin: 0 10px;
    }

    .strip-banner-container {
        padding: 6px 0;
    }

    .strip-scrolling-wrapper {
        animation-duration: 20s;
    }
}

@media (max-width: 480px) {
    .strip-promotional-content {
        font-size: 9px;
    }

    .strip-bullet-separator {
        margin: 0 8px;
    }
}

.section3-container {
    display: flex;
    height: 100vh;
    min-height: 600px;
}

.section3-card {
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s ease;
}

.section3-card-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://readdy.ai/api/search-image?query=elegant%20man%20in%20beige%20premium%20suit%20standing%20confidently%20in%20modern%20minimalist%20architectural%20space%20with%20clean%20lines%20and%20neutral%20tones%20luxury%20fashion%20photography&width=800&height=1200&seq=suit001&orientation=portrait') center/cover;
}

.section3-card-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://readdy.ai/api/search-image?query=stylish%20young%20man%20wearing%20trendy%20sunglasses%20and%20black%20shirt%20against%20warm%20terracotta%20wall%20modern%20fashion%20portrait%20with%20natural%20lighting&width=800&height=1200&seq=sunglasses002&orientation=portrait') center/cover;
}

.section3-card-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://readdy.ai/api/search-image?query=beautiful%20woman%20in%20elegant%20summer%20outfit%20with%20tropical%20palm%20leaves%20background%20luxury%20resort%20fashion%20photography%20natural%20lighting&width=800&height=1200&seq=summer003&orientation=portrait') center/cover;
}

.section3-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    transition: all 0.4s ease;
}

.section3-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.section3-title {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: 2px;
}

.section3-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

    .section3-btn:hover {
        background: white;
        color: #333;
        transform: translateY(-2px);
    }

.section3-card:hover {
    flex: 1.2;
}

    .section3-card:hover .section3-overlay {
        background: rgba(0, 0, 0, 0.6);
    }

    .section3-card:hover .section3-title {
        transform: translateY(-10px);
    }

    .section3-card:hover .section3-btn {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
    }

@media (max-width: 768px) {
    .section3-container {
        flex-direction: column;
        height: auto;
    }

    .section3-card {
        height: 50vh;
        min-height: 400px;
    }

    .section3-title {
        font-size: 2rem;
    }

    .section3-badge {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }

    .section3-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.8rem;
    }

    .section3-card:hover {
        flex: 1;
    }
}

@media (max-width: 576px) {
    .section3-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .section3-badge {
        margin-bottom: 1.5rem;
    }

    .section3-card {
        min-height: 350px;
    }
}

@media (min-width: 1200px) {
    .section3-title {
        font-size: 3.5rem;
    }
}

.section2-container {
    min-height: 100vh;
    background-color: #ffffff;
    padding: 0;
}

.section2-left-column {
    background: linear-gradient(135deg, #f9f7f4 0%, #f5f2ef 100%);
    position: relative;
    min-height: 100vh;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2-product-showcase {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 400px;
}

.section2-bg-circle {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at center, rgba(240, 235, 230, 0.8) 0%, rgba(240, 235, 230, 0.3) 70%, transparent 100%);
    border-radius: 50%;
    top: 10px;
    right: -80px;
    z-index: 1;
}

.section2-chair {
    position: absolute;
    width: 200px;
    height: 280px;
    top: 60px;
    left: 120px;
    z-index: 3;
}

    .section2-chair::before {
        content: '';
        position: absolute;
        width: 140px;
        height: 140px;
        background: linear-gradient(135deg, #d4b896 0%, #c8a882 50%, #b59968 100%);
        border-radius: 70px 70px 0 0;
        top: 0;
        left: 30px;
        z-index: 1;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

    .section2-chair::after {
        content: '';
        position: absolute;
        width: 120px;
        height: 12px;
        background: linear-gradient(135deg, #d4b896 0%, #c8a882 50%, #b59968 100%);
        border-radius: 6px;
        top: 130px;
        left: 40px;
        z-index: 2;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

.section2-chair-legs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
}

.section2-chair-leg {
    position: absolute;
    width: 4px;
    height: 120px;
    background: linear-gradient(180deg, #555555 0%, #333333 100%);
    bottom: 0;
    border-radius: 2px;
    box-shadow: 2px 0 8px rgba(0,0,0,0.3);
}

    .section2-chair-leg:nth-child(1) {
        left: 45px;
    }

    .section2-chair-leg:nth-child(2) {
        right: 45px;
    }

    .section2-chair-leg:nth-child(3) {
        left: 45px;
        top: 20px;
        height: 100px;
    }

    .section2-chair-leg:nth-child(4) {
        right: 45px;
        top: 20px;
        height: 100px;
    }

.section2-marble-block {
    position: absolute;
    width: 90px;
    height: 140px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 20%, #f0f0f0 40%, #e8e8e8 70%, #dcdcdc 100%);
    bottom: 60px;
    left: 20px;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), inset 0 1px 3px rgba(255,255,255,0.8);
    border-radius: 3px;
}

    .section2-marble-block::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.9) 50%, transparent 100%);
        border-radius: 3px 3px 0 0;
    }

.section2-lamp {
    position: absolute;
    width: 25px;
    height: 80px;
    top: 40px;
    left: 45px;
    z-index: 3;
}

    .section2-lamp::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 50px;
        background: linear-gradient(180deg, #d4b896 0%, #c8a882 100%);
        left: 10px;
        top: 0;
        border-radius: 2px;
        box-shadow: 1px 0 3px rgba(0,0,0,0.2);
    }

    .section2-lamp::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        background: radial-gradient(circle at 30% 30%, #e6c7a0 0%, #c8a882 70%);
        border-radius: 50%;
        bottom: 5px;
        left: 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }

.section2-right-column {
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.section2-profile-section {
    margin-bottom: 50px;
}

.section2-profile-image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 50%, #d5d5d5 100%);
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    border: 2px solid rgba(255,255,255,0.8);
}

    .section2-profile-image::before {
        content: '';
        position: absolute;
        width: 26px;
        height: 26px;
        background: linear-gradient(135deg, #777777 0%, #555555 100%);
        border-radius: 50%;
        top: 18px;
        left: 27px;
    }

    .section2-profile-image::after {
        content: '';
        position: absolute;
        width: 38px;
        height: 26px;
        background: linear-gradient(135deg, #777777 0%, #555555 100%);
        border-radius: 19px 19px 0 0;
        bottom: 6px;
        left: 21px;
    }

.section2-name {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #333333;
    margin-bottom: 8px;
}

.section2-title {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #999999;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.section2-testimonial-text {
    font-family: 'Georgia', serif;
    font-size: 34px;
    line-height: 1.45;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 55px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.section2-signature {
    font-family: 'Brush Script MT', cursive;
    font-size: 60px;
    color: #555555;
    margin: 0;
    font-style: italic;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    transform: rotate(-2deg);
}

@media (max-width: 768px) {
    .section2-container {
        flex-direction: column;
    }

    .section2-left-column {
        min-height: 55vh;
        padding: 50px 25px;
    }

    .section2-right-column {
        padding: 55px 35px;
        min-height: auto;
    }

    .section2-testimonial-text {
        font-size: 26px;
        line-height: 1.5;
    }

    .section2-signature {
        font-size: 48px;
    }

    .section2-product-showcase {
        height: 320px;
        max-width: 420px;
    }

    .section2-chair {
        width: 170px;
        height: 240px;
        left: 85px;
        top: 45px;
    }

    .section2-bg-circle {
        width: 270px;
        height: 270px;
        right: -70px;
    }

    .section2-profile-image {
        width: 75px;
        height: 75px;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .section2-right-column {
        padding: 45px 30px;
    }

    .section2-testimonial-text {
        font-size: 22px;
        line-height: 1.55;
        margin-bottom: 45px;
    }

    .section2-signature {
        font-size: 44px;
    }

    .section2-product-showcase {
        height: 280px;
        max-width: 340px;
    }

    .section2-chair {
        width: 140px;
        height: 200px;
        left: 70px;
        top: 40px;
    }

    .section2-marble-block {
        width: 75px;
        height: 120px;
        left: 18px;
        bottom: 55px;
    }

    .section2-bg-circle {
        width: 220px;
        height: 220px;
        right: -50px;
    }

    .section2-profile-image {
        width: 70px;
        height: 70px;
        margin-bottom: 22px;
    }

    .section2-name {
        font-size: 13px;
        letter-spacing: 3px;
    }
}

.section4-header {
    text-align: center;
    padding: 3rem 0 2rem;
    background-color: #ffffff;
}

.section4-title {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.8rem;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    animation: section4-fadeInDown 1s ease-out;
}

.section4-product-grid {
    padding: 2rem 0 4rem;
    background-color: #ffffff;
}

.section4-product-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    animation: section4-fadeInUp 0.8s ease-out;
}

    .section4-product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

.section4-image-container {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    background-color: #f8f9fa;
}

.section4-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.section4-product-card:hover .section4-product-image {
    transform: scale(1.05);
}

.section4-favorite-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

    .section4-favorite-btn:hover {
        background: #ff4757;
        color: white;
        transform: scale(1.1);
    }

.section4-action-buttons {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.section4-product-card:hover .section4-action-buttons {
    opacity: 1;
    transform: translateY(0);
}

.section4-action-btn {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.section4-quick-view {
    background: rgba(255,255,255,0.95);
    color: #333;
}

    .section4-quick-view:hover {
        background: #333;
        color: white;
    }

.section4-add-cart {
    background: #333;
    color: white;
}

    .section4-add-cart:hover {
        background: #555;
    }

.section4-product-info {
    padding: 1.5rem;
}

.section4-brand {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.section4-product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.section4-product-description {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.section4-price {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

@keyframes section4-fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes section4-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section4-product-card:nth-child(1) {
    animation-delay: 0.1s;
}

.section4-product-card:nth-child(2) {
    animation-delay: 0.2s;
}

.section4-product-card:nth-child(3) {
    animation-delay: 0.3s;
}

.section4-product-card:nth-child(4) {
    animation-delay: 0.4s;
}

.section4-product-card:nth-child(5) {
    animation-delay: 0.5s;
}

@media (max-width: 1200px) {
    .section4-title {
        font-size: 1.8rem;
        letter-spacing: 0.6rem;
    }
}

@media (max-width: 992px) {
    .section4-title {
        font-size: 1.6rem;
        letter-spacing: 0.4rem;
    }

    .section4-product-info {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .section4-title {
        font-size: 1.4rem;
        letter-spacing: 0.3rem;
    }

    .section4-header {
        padding: 2rem 0 1.5rem;
    }

    .section4-product-grid {
        padding: 1.5rem 0 3rem;
    }
}

@media (max-width: 576px) {
    .section4-title {
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
    }

    .section4-action-buttons {
        position: static;
        opacity: 1;
        transform: none;
        margin-top: 1rem;
    }
}

.section5-lighting-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #fff;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .section5-lighting-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 30% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
        pointer-events: none;
        z-index: 1;
    }

.section5-main-heading {
    font-family: 'Playfair Display', serif;
    font-size: 7.5rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 0.85;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 2;
}

.section5-collection-label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #d4af37;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

    .section5-collection-label::after {
        content: '';
        display: block;
        width: 40px;
        height: 1px;
        background: #d4af37;
        margin-top: 8px;
    }

.section5-product-name {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.section5-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 2;
}

    .section5-features-list li {
        font-size: 0.85rem;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 2.2;
        margin-bottom: 12px;
        text-transform: uppercase;
        position: relative;
        padding-left: 25px;
        color: #e0e0e0;
        transition: all 0.3s ease;
    }

        .section5-features-list li:hover {
            color: #d4af37;
            transform: translateX(5px);
        }

        .section5-features-list li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
        }

.section5-shop-btn {
    background: transparent;
    border: 2px solid #d4af37;
    color: #d4af37;
    padding: 15px 40px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 3px;
}

    .section5-shop-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
        transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: -1;
    }

    .section5-shop-btn:hover {
        color: #000;
        text-decoration: none;
        box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
        transform: translateY(-2px);
    }

        .section5-shop-btn:hover::before {
            left: 0;
        }

.section5-content-area {
    padding: 100px 60px;
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

.section5-text-content {
    max-width: 500px;
}

.section5-image-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
}

.section5-image-top, .section5-image-bottom {
    flex: 1;
    position: relative;
    overflow: hidden;
}

    .section5-image-top::after, .section5-image-bottom::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(0,0,0,0.1) 0%, rgba(212,175,55,0.1) 100%);
        pointer-events: none;
    }

.section5-image-top {
    background-image: url('https://readdy.ai/api/search-image?query=Luxurious%20modern%20living%20room%20interior%20with%20sophisticated%20black%20floor%20lamp%20casting%20warm%20ambient%20lighting%2C%20featuring%20contemporary%20art%20gallery%20wall%2C%20lush%20green%20plants%2C%20premium%20leather%20furniture%2C%20marble%20coffee%20table%2C%20high-end%20residential%20design%2C%20professional%20architectural%20photography%2C%20elegant%20minimalist%20aesthetic&width=800&height=500&seq=luxury-lighting-room-1&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section5-image-bottom {
    background-image: url('https://readdy.ai/api/search-image?query=Premium%20bedroom%20sanctuary%20with%20elegant%20white%20tripod%20desk%20lamp%20on%20polished%20wooden%20nightstand%2C%20luxury%20hotel%20style%20interior%2C%20soft%20ambient%20lighting%2C%20designer%20bedding%2C%20botanical%20elements%2C%20modern%20Scandinavian%20furniture%2C%20high-end%20residential%20photography%2C%20serene%20atmosphere&width=800&height=500&seq=luxury-bedroom-2&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section5-decorative-element {
    position: absolute;
    top: 20%;
    right: -100px;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 50%;
    z-index: 1;
}

    .section5-decorative-element::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        border: 1px solid rgba(212, 175, 55, 0.1);
        border-radius: 50%;
    }
/* Responsive Design */
@media (max-width: 1400px) {
    .section5-main-heading {
        font-size: 6.5rem;
    }

    .section5-product-name {
        font-size: 3rem;
    }

    .section5-content-area {
        padding: 80px 40px;
    }
}

@media (max-width: 1200px) {
    .section5-main-heading {
        font-size: 5.5rem;
    }

    .section5-product-name {
        font-size: 2.8rem;
    }

    .section5-content-area {
        padding: 70px 30px;
    }
}

@media (max-width: 992px) {
    .section5-main-heading {
        font-size: 4.5rem;
        margin-bottom: 25px;
    }

    .section5-product-name {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }

    .section5-content-area {
        padding: 60px 25px;
    }

    .section5-features-list {
        margin-bottom: 40px;
    }

    .section5-decorative-element {
        display: none;
    }
}

@media (max-width: 768px) {
    .section5-lighting-hero {
        min-height: auto;
    }

    .section5-main-heading {
        font-size: 3.5rem;
        margin-bottom: 20px;
        line-height: 0.9;
    }

    .section5-product-name {
        font-size: 2rem;
        margin-bottom: 35px;
    }

    .section5-content-area {
        padding: 50px 20px;
        min-height: auto;
    }

    .section5-image-container {
        height: 70vh;
        margin-top: 40px;
    }

    .section5-features-list {
        margin-bottom: 35px;
    }

        .section5-features-list li {
            font-size: 0.8rem;
            line-height: 2;
            margin-bottom: 10px;
        }

    .section5-shop-btn {
        padding: 12px 35px;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .section5-main-heading {
        font-size: 2.8rem;
        margin-bottom: 15px;
    }

    .section5-product-name {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .section5-content-area {
        padding: 40px 15px;
    }

    .section5-image-container {
        height: 60vh;
        margin-top: 30px;
    }

    .section5-features-list {
        margin-bottom: 30px;
    }

        .section5-features-list li {
            font-size: 0.75rem;
            padding-left: 20px;
        }

            .section5-features-list li:before {
                width: 6px;
                height: 6px;
            }

    .section5-shop-btn {
        padding: 10px 30px;
        font-size: 0.75rem;
        letter-spacing: 0.1em;
    }

    .section5-collection-label {
        font-size: 0.7rem;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .section5-main-heading {
        font-size: 2.4rem;
    }

    .section5-product-name {
        font-size: 1.4rem;
    }

    .section5-image-container {
        height: 55vh;
    }
}

.footer-main {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 40px;
}

.footer-signup-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-form {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

    .footer-form input {
        background: transparent;
        border: 1px solid #444;
        color: #fff;
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 4px;
        flex: 1;
    }

        .footer-form input::placeholder {
            color: #888;
        }

        .footer-form input:focus {
            outline: none;
            border-color: #666;
        }

.footer-subscribe-btn {
    background: transparent;
    border: 1px solid #444;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

    .footer-subscribe-btn:hover {
        border-color: #666;
        background-color: #333;
    }

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

        .footer-links a:hover {
            color: #ccc;
        }

.footer-contact-info {
    font-size: 13px;
    line-height: 1.8;
    color: #ccc;
}

    .footer-contact-info .contact-label {
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

    .footer-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #333;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        font-size: 18px;
    }

        .footer-social a:hover {
            background-color: #444;
            color: #fff;
        }

.footer-payment {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.footer-payment-item {
    background-color: #333;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-payment-amex {
    background-color: #006fcf;
}

.footer-payment-visa {
    background-color: #1a1f71;
}

.footer-payment-gp {
    background-color: #4285f4;
}

.footer-payment-ae {
    background-color: #00a8e6;
}

.footer-payment-mc {
    background-color: #eb001b;
}

.footer-payment-pp {
    background-color: #0070ba;
}

.footer-payment-sp {
    background-color: #5469d4;
}

.footer-payment-vs {
    background-color: #1a1f71;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 12px;
    color: #888;
}

@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0 30px;
    }

    .footer-form {
        flex-direction: column;
        align-items: stretch;
    }

        .footer-form input {
            margin-bottom: 10px;
        }

    .footer-subscribe-btn {
        align-self: flex-start;
    }

    .footer-social {
        justify-content: center;
        margin-top: 30px;
    }

    .footer-payment {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-signup-text {
        font-size: 13px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .footer-contact-info {
        font-size: 12px;
    }
}

.about-section-wrapper {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f8f9fa;
    min-height: 100vh;
    padding: 80px 0;
}

.about-section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 5rem;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.about-section-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.about-section-mission-title {
    font-size: 1.8rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 3rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.about-section-text {
    font-size: 1.1rem;
    line-height: 2;
    color: #333;
    margin-bottom: 2rem;
    text-align: left;
    font-weight: 300;
}

.about-section-image-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: none;
    background-color: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.about-section-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about-section-name-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
    border-radius: 0;
}

.about-section-name {
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-section-title-role {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .about-section-content {
        padding: 0 20px;
    }

    .about-section-image-container {
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .about-section-title {
        font-size: 2.2rem;
        margin-bottom: 4rem;
        letter-spacing: 4px;
    }

    .about-section-mission-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        letter-spacing: 2px;
    }

    .about-section-text {
        font-size: 1rem;
        line-height: 1.8;
    }

    .about-section-image-container {
        height: 400px;
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .about-section-wrapper {
        padding: 60px 0;
    }

    .about-section-content {
        padding: 0 15px;
    }

    .about-section-title {
        font-size: 1.8rem;
        margin-bottom: 3rem;
        letter-spacing: 3px;
    }

    .about-section-mission-title {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }

    .about-section-image-container {
        height: 350px;
    }

    .about-section-name-overlay {
        bottom: 20px;
        right: 20px;
        padding: 12px 16px;
    }

    .about-section-name {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .about-section-title-role {
        font-size: 0.8rem;
    }
}

.about-section1-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-section1-features {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.about-section1-feature-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .about-section1-feature-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(87, 181, 231, 0.1), transparent);
        transition: left 0.6s ease;
    }

    .about-section1-feature-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.95);
    }

        .about-section1-feature-item:hover::before {
            left: 100%;
        }

.about-section1-feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #FC5F49 0%, #FF8A75 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    transition: all 0.4s ease;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.about-section1-feature-item:hover .about-section1-feature-icon {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, #E74C3C 0%, #FC5F49 100%);
}

.about-section1-feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.about-section1-feature-item:hover .about-section1-feature-title {
    color: #FC5F49;
}

.about-section1-news {
    padding: 80px 0;
    background: #ffffff;
}

.about-section1-news-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 60px;
    letter-spacing: 1px;
    position: relative;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-section1-news-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #FC5F49, #FF8A75);
    border-radius: 2px;
}

.about-section1-slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.about-section1-slider-wrapper {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-section1-slide {
    min-width: 100%;
    display: flex;
    gap: 30px;
    padding: 0 15px;
}

.about-section1-news-card {
    flex: 1;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    animation: slideInUp 0.8s ease-out;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-section1-news-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.about-section1-card-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

    .about-section1-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.6s ease;
    }

.about-section1-news-card:hover .about-section1-card-image img {
    transform: scale(1.1);
}

.about-section1-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-section1-news-card:hover .about-section1-card-image::after {
    opacity: 1;
}

.about-section1-card-content {
    padding: 30px 25px;
}

.about-section1-card-date {
    font-size: 12px;
    color: #95a5a6;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-section1-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.about-section1-news-card:hover .about-section1-card-title {
    color: #FC5F49;
}

.about-section1-card-description {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-section1-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.about-section1-card-category {
    font-size: 11px;
    font-weight: 600;
    color: #FC5F49;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 6px 12px;
    background: rgba(252, 95, 73, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(252, 95, 73, 0.2);
}

.about-section1-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

    .about-section1-read-more::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: #FC5F49;
        transition: width 0.3s ease;
    }

    .about-section1-read-more:hover {
        color: #FC5F49;
        transform: translateX(5px);
    }

        .about-section1-read-more:hover::after {
            width: 100%;
        }

.about-section1-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2c3e50;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

    .about-section1-nav-btn:hover {
        background: #FC5F49;
        color: white;
        transform: translateY(-50%) scale(1.1);
    }

.about-section1-nav-prev {
    left: -25px;
}

.about-section1-nav-next {
    right: -25px;
}

.about-section1-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.about-section1-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdc3c7;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .about-section1-dot.active {
        background: #FC5F49;
        transform: scale(1.2);
    }

@media (max-width: 768px) {
    .about-section1-slide {
        flex-direction: column;
    }

    .about-section1-news-card {
        margin-bottom: 30px;
    }

    .about-section1-news-title {
        font-size: 28px;
    }

    .about-section1-card-title {
        font-size: 20px;
    }

    .about-section1-nav-btn {
        display: none;
    }
}

@media (max-width: 576px) {
    .about-section1-feature-item {
        margin-bottom: 20px;
    }

    .about-section1-card-content {
        padding: 20px;
    }
}

.contact-page {
    font-family: 'Arial', sans-serif;
    background-color: #ffffff;
    min-height: 100vh;
    padding: 80px 0;
}

.contact-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 80px;
    letter-spacing: 3px;
    text-transform: uppercase;
    animation: contactFadeInDown 1s ease-out;
    position: relative;
}

    .contact-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 2px;
        background-color: #e74c3c;
    }

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-row {
    display: flex;
    gap: 80px;
    animation: contactFadeInUp 1s ease-out 0.3s both;
}

.contact-left {
    flex: 1;
}

.contact-right {
    flex: 1;
}

.contact-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.contact-form-placeholder {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0;
    padding: 40px 30px;
    color: #666666;
    font-style: italic;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact-form-placeholder:hover {
        background-color: #f1f3f4;
        transform: translateY(-2px);
    }

.contact-info-section {
    margin-bottom: 45px;
    animation: contactSlideInRight 0.8s ease-out;
}

    .contact-info-section:nth-child(2) {
        animation-delay: 0.1s;
    }

    .contact-info-section:nth-child(3) {
        animation-delay: 0.2s;
    }

    .contact-info-section:nth-child(4) {
        animation-delay: 0.3s;
    }

    .contact-info-section:nth-child(5) {
        animation-delay: 0.4s;
    }

    .contact-info-section:nth-child(6) {
        animation-delay: 0.5s;
    }

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #666666;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 5px 0;
}

    .contact-info-item:hover {
        color: #e74c3c;
        transform: translateX(3px);
    }

.contact-icon {
    color: #e74c3c;
    margin-right: 15px;
    font-size: 1rem;
    width: 18px;
    text-align: center;
}

.contact-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.contact-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: contactBounceIn 0.6s ease-out;
    font-size: 0.9rem;
}

    .contact-social-icon:nth-child(1) {
        animation-delay: 0.1s;
    }

    .contact-social-icon:nth-child(2) {
        animation-delay: 0.2s;
    }

    .contact-social-icon:nth-child(3) {
        animation-delay: 0.3s;
    }

    .contact-social-icon:nth-child(4) {
        animation-delay: 0.4s;
    }

    .contact-social-icon:hover {
        background-color: #e74c3c;
        color: #ffffff;
        transform: translateY(-2px);
    }

/* Animations */
@keyframes contactFadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes contactFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes contactSlideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes contactBounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }

    .contact-row {
        flex-direction: column;
        gap: 50px;
    }

    .contact-page {
        padding: 50px 0;
    }

    .contact-social-icons {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .contact-title {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

    .contact-section-title {
        font-size: 1rem;
    }

    .contact-form-placeholder {
        padding: 25px 20px;
        min-height: 100px;
    }

    .contact-page {
        padding: 40px 0;
    }
}

.contact-section1-map {
    background-color: #fff;
}

.contact-section1-map-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact-section1-map-frame {
    width: 100%;
    height: 480px;
    border: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-section1-map-frame {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .contact-section1-map-frame {
        height: 280px;
    }
}
