/* ===== FULLWIDTH BLACK CONTAINER ===== */
/* Reset old styles and rebuild clean, symmetrical 3-column layout */
.fourseasons-fullwidth-black { width: 100vw; margin-left: calc(-50vw + 50%); background: #000; color: #fff; padding: 24px 0; }
.fourseasons-fullwidth-black .container { width: 100%; max-width: 1137px; margin: 0 auto; padding: 0; }
.fourseasons-fullwidth-black .fullwidth-black-content { width: 100%; background: #76d0fa; border-radius: 16px; padding: 20px 20px 20px 0 !important; box-shadow: 0 12px 30px rgba(0,0,0,0.35); }

/* Grid: (thumbs|image) | details */
.fwb-layout { display: grid; grid-template-rows: auto auto; gap: 16px; }
.fwb-product { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }

/* Left column = 140px thumbs + flexible image */
.fwb-gallery-rail { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 16px; align-items: start; margin-left: -8px; }
.fwb-thumbs-vertical { display: grid; grid-auto-rows: 110px; gap: 12px; width: 160px; }
.fwb-thumb { background: #272727; border-radius: 12px; height: 110px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.fwb-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fwb-thumb:hover, .fwb-thumb.active { outline: 2px solid #8D8B88; }

.fwb-main-image { background: #1E1E1E; border-radius: 12px; display: flex; align-items: center; justify-content: center; min-height: 480px; }
.fwb-main-image img { max-width: 100%; max-height: 560px; object-fit: contain; border-radius: 8px; }

/* Right column (details) fixed width, right-aligned */
.fwb-details { color: #EDEDED; width: 360px; justify-self: end; align-self: start; }
.fwb-title { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: #fff; }
.fwb-text { color: #D6D6D6; line-height: 1.6; font-size: 14px; }

.fwb-categories-row { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 12px; margin-top: 10px; }
.fwb-cat { background: #E9E4DC; color: #2B2B2B; border-radius: 12px; padding: 12px 10px; text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }

@media (max-width: 1024px) {
  .fwb-product { grid-template-columns: 1fr; gap: 16px; }
  .fwb-gallery-rail { grid-template-columns: 90px 1fr; }
  .fwb-details { width: auto; justify-self: start; }
  .fwb-categories-row { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 640px) {
  .fwb-thumbs-vertical { grid-auto-rows: 64px; }
  .fwb-main-image { min-height: 240px; }
  .fwb-categories-row { grid-template-columns: repeat(2, 1fr); }
}

.fourseasons-fullwidth-black .container {
    width: 100%;
    max-width: 1137px;
    margin: 0 auto;
    padding: 0;
}

.fourseasons-fullwidth-black .fullwidth-black-content {
    width: 100%;
    background: #76d0fa;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/* Layout 2: vertical thumbs | large image | details, with categories row below */
.fwb-layout { display: grid; grid-template-rows: auto auto; gap: 16px; }
.fwb-product { display: grid; grid-template-columns: 140px 1.6fr 1fr; gap: 24px; align-items: start; }
.fwb-gallery-rail { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: start; grid-column: 2; }
.fwb-thumbs-vertical { display: grid; grid-auto-rows: 96px; gap: 12px; padding: 0; background: transparent; justify-self: start; width: 120px; }
/* remove related list styles - no longer used */
.fwb-thumb { border: 1px solid rgba(255,255,255,0.08); padding: 0; background: #272727; border-radius: 12px; overflow: hidden; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0.9; width: 100%; height: 96px; }
.fwb-thumb.active, .fwb-thumb:hover { opacity: 1; outline: 2px solid #8D8B88; }
.fwb-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fwb-main-image { background: #1E1E1E; border-radius: 12px; display: flex; align-items: center; justify-content: center; min-height: 500px; align-self: start; }
.fwb-main-image img { max-width: 100%; max-height: 560px; object-fit: contain; border-radius: 8px; }

/* Pull thumbs to the extreme left inside the content box */
.fourseasons-fullwidth-black .fullwidth-black-content { padding: 16px 20px 20px 8px; }
.fwb-details { color: #EDEDED; padding-top: 6px; align-self: start; }
.fwb-title { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: #FFFFFF; }
.fwb-text { color: #D6D6D6; line-height: 1.6; font-size: 14px; }
.fwb-categories-row { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 12px; margin-top: 10px; }
.fwb-cat { background: #E9E4DC; color: #2B2B2B; border-radius: 12px; padding: 12px 10px; text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }



@media (max-width: 1024px) {
  .fwb-product { grid-template-columns: 1fr; gap: 16px; }
  .fwb-related { order: 1; }
  .fwb-gallery-rail { grid-column: auto; order: 2; grid-template-columns: 90px 1fr; }
  .fwb-details { grid-column: 1 / -1; }
  .fwb-categories-row { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 640px) {
  .fwb-thumbs-vertical { grid-auto-rows: 64px; }
  .fwb-main-image { min-height: 240px; }
  .fwb-categories-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
    .fourseasons-fullwidth-black .container { max-width: 100%; padding: 0 1rem; }
    .fourseasons-fullwidth-black .fullwidth-black-content { border-radius: 12px; padding: 16px; }
}

@media (max-width: 640px) {
    .fourseasons-fullwidth-black { padding: 16px 0; }
    .fourseasons-fullwidth-black .container { padding: 0 12px; }
    .fourseasons-fullwidth-black .fullwidth-black-content { padding: 12px; border-radius: 10px; }
}
/* ===== FOOTER ===== */
.fourseasons-footer {
    background: #111;
    color: #fff;
    padding: 2.5rem 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.fourseasons-footer .footer-inner{
    max-width: 1137px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

.fourseasons-footer .footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

.fourseasons-footer .footer-company .company-logo img{
    max-width: 110px;
    height: auto;
    margin-bottom: .8rem;
}

.fourseasons-footer .footer-company { font-size: .95rem; }
.fourseasons-footer .footer-company .company-title { font-size: 1.1rem; }
.fourseasons-footer .footer-company .company-content { font-size: .95rem; line-height: 1.6; }
.fourseasons-footer .footer-company .company-title {
    font-weight: 700;
    margin-bottom: .6rem;
}

.fourseasons-footer .footer-company .company-content {
    color: #bbb;
    line-height: 1.7;
    white-space: pre-line;
}

.fourseasons-footer .footer-logo img {
    max-width: 200px;
    height: auto;
    display: block;
}

.fourseasons-footer .footer-menus {
    display: contents;
}

.fourseasons-footer .menu-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.fourseasons-footer .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fourseasons-footer .footer-menu { margin-left: 1.2rem; }

.fourseasons-footer .footer-menu a {
    color: #bbb;
    text-decoration: none;
    display: inline-block;
    padding: 0.3rem 0;
    transition: color .2s ease;
}

.fourseasons-footer .footer-menu a:hover { color: #fff; }

.fourseasons-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 1.2rem;
}

.fourseasons-footer .footer-legal a {
    color: #bbb;
    text-decoration: none;
    margin-left: 1rem;
}

@media (max-width: 1200px) {
    .fourseasons-footer .footer-top {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .fourseasons-footer .footer-menu { margin-left: .6rem; }
}

@media (max-width: 600px) {
    .fourseasons-footer .footer-top { grid-template-columns: 1fr; }
    .fourseasons-footer .footer-menu { margin-left: 0; }
    .fourseasons-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* Four Seasons Elementor Widgets Styles */

/* ===== HEADER STYLES ===== */
.fourseasons-header {
    width: 100vw;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.fourseasons-header .header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
}

.fourseasons-header .header-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 8px;
}

.fourseasons-header .header-logo:hover {
    transform: scale(1.05);
    background: rgba(0, 0, 0, 0.05);
}

.fourseasons-header .header-logo img {
    height: 40px;
    width: auto;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.fourseasons-header .header-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.fourseasons-header .header-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

@keyframes headerSlideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fourseasons-header.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.fourseasons-header .nav-item {
    position: relative;
}

.fourseasons-header .nav-link {
    position: relative;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.025em;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.fourseasons-header .nav-link:hover {
    color: #1f2937;
    background: #f3f4f6;
}

/* Dropdown Styles */
.fourseasons-header .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.5rem;
    min-width: 200px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.3s ease;
    z-index: 100;
    border: 1px solid #e5e7eb;
}

.fourseasons-header .dropdown::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 1.5rem;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}

.fourseasons-header .dropdown-link {
    display: block;
    color: #374151;
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.fourseasons-header .dropdown-link:hover {
    color: #1f2937;
    background: #f3f4f6;
}

.fourseasons-header .nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* CTA Button */
.fourseasons-header .header-cta {
    background: #1f2937;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid #1f2937;
}

.fourseasons-header .header-cta:hover {
    background: #111827;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* Mobile Menu Toggle */
.fourseasons-header .mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 1001;
}

.fourseasons-header .mobile-menu-toggle:hover {
    opacity: 0.7;
}

.fourseasons-header .mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #8D8B88;
    margin: 4px 0;
    transition: all 0.3s ease;
    border-radius: 1px;
}

.fourseasons-header .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: #555452;
}

.fourseasons-header .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.fourseasons-header .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
    background: #555452;
}

/* Mobile Menu Styles */
@media (max-width: 768px) {
    .fourseasons-header .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
        transition: all 0.3s ease;
        z-index: 1000;
    }
    
    .fourseasons-header .header-nav.mobile-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .fourseasons-header .nav-link {
        font-size: 1.1rem;
        padding: 0.75rem 1.5rem;
        text-align: center;
        width: 100%;
        max-width: 250px;
        border-radius: 6px;
        background: #f3f4f6;
        color: #374151;
    }
    
    .fourseasons-header .nav-link:hover {
        background: #e5e7eb;
        color: #1f2937;
    }
    
    .fourseasons-header .dropdown {
        position: static;
        background: rgb(153, 226, 255);
        box-shadow: none;
        border: none;
        padding: 0;
        margin-top: 0.5rem;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: auto;
        width: 100%;
        max-width: 200px;
    }
    
    .fourseasons-header .dropdown::before {
        display: none;
    }
    
    .fourseasons-header .dropdown::after {
        display: none;
    }
    
    .fourseasons-header .dropdown-link {
        padding: 0.5rem 1rem;
        margin: 0.25rem 0;
        text-align: center;
        border-radius: 4px;
        background: #f3f4f6;
        color: #374151;
        font-size: 0.9rem;
    }
    
    .fourseasons-header .dropdown-link:hover {
        background: #e5e7eb;
        color: #1f2937;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .fourseasons-header .header-inner {
        padding: 0.875rem 1.5rem;
    }
    
    .fourseasons-header .header-nav {
        gap: 2rem;
    }
    
    .fourseasons-header .nav-link {
        padding: 0.5rem 0;
        font-size: 0.9rem;
    }
    
    .fourseasons-header .header-cta {
        padding: 0.625rem 1.25rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .fourseasons-header .header-inner {
        padding: 0.75rem 1rem;
        gap: 1rem;
    }
    
    .fourseasons-header .header-nav {
        display: none;
    }
    
    .fourseasons-header .mobile-menu-toggle {
        display: block;
    }
    
    .fourseasons-header .header-cta {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .fourseasons-header .header-inner {
        padding: 0.625rem 0.75rem;
    }
    
    .fourseasons-header .header-logo img {
        height: 32px;
    }
    
    .fourseasons-header .header-cta {
        padding: 0.5rem 0.875rem;
        font-size: 0.75rem;
    }
}
.fourseasons-hero-section,
.fourseasons-products-section,
.fourseasons-why-choose-section,
.fourseasons-impact-section,
.fourseasons-trusted-section,
.fourseasons-suppliers-section,
.fourseasons-black-container {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    /* WordPress compatibility */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* WordPress theme compatibility */
.elementor-widget-fourseasons-products .fourseasons-products-section,
.elementor-widget-fourseasons-products .fourseasons-products-section * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Override theme styles that might interfere */
.fourseasons-products-section h1,
.fourseasons-products-section h2,
.fourseasons-products-section h3,
.fourseasons-products-section h4,
.fourseasons-products-section h5,
.fourseasons-products-section h6 {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    line-height: inherit;
}

.fourseasons-products-section a {
    text-decoration: none;
    color: inherit;
}

.fourseasons-products-section img {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

/* ===== HERO SECTION ===== */
.fourseasons-hero-section {
    position: relative;
    height: var(--hero-height, 75vh);
    min-height: 520px;
    display: flex;
    align-items: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    background: #f5f5f5;
}

.hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    background-image: var(--hero-bg-image, url('https://via.placeholder.com/1600x900/f5f5f5/333333?text=Four+Seasons+Buttons'));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.bg-layer.show { opacity: 1; }

.hero-background::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-overlay, rgba(0,0,0,0.45));
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: var(--hero-vpad, 40px) 3rem;
}

.hero-text-container {
    max-width: 100%;
}

.hero-animate { opacity: 0; transform: translateY(15px); transition: all var(--anim-dur, 800ms) ease; }
.hero-animate.is-animated { opacity: 1; transform: none; }
.hero-animate.fade-up { --anim-dur: 800ms; }
.hero-animate.slide-left { transform: translateX(20px); }
.hero-animate.slide-left.is-animated { transform: none; }
.hero-animate.zoom-in { transform: scale(0.95); }
.hero-animate.zoom-in.is-animated { transform: scale(1); }

.hero-title {
    font-size: var(--hero-title-size, 40px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-align: left;
    text-shadow: 0 8px 35px rgba(0,0,0,0.55);
    animation: titleSlideIn 1.5s ease-out;
}

.hero-subtitle {
    font-size: var(--hero-subtitle-size, 16px);
    color: #f0f0f0;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    text-align: left;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.5s forwards;
}

.hero-cta-btn {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
    transition: all 0.3s ease;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1s forwards;
}

.hero-cta-btn:hover {
    background: #555;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* ===== PRODUCTS SECTION ===== */
.fourseasons-products-section {
    height: 100vh;
    min-height: 600px;
    background: #303030;
    position: relative;
    overflow: hidden;
    --product-image-size: 80px;
    --main-product-image-size: 120px;
    display: flex;
    align-items: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    /* Performance optimizations */
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    /* Spacing variables for easy tuning */
    --products-title-mt: -0.25rem; /* đẩy tiêu đề lên chút mặc định */
    --products-title-mb: 1.5rem;   /* khoảng cách dưới tiêu đề */
}

.fourseasons-products-section .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}


.fourseasons-products-section .products-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    /* Cho phép canh chỉnh khoảng cách dễ dàng */
    margin-top: var(--products-title-mt, 0);
    margin-bottom: var(--products-title-mb, 2rem);
    position: relative;
    animation: titleSlideIn 1s ease-out;
}

.fourseasons-products-section .products-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ffffff00 !important;
    border-radius: 2px;
}

@keyframes titleLineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}

@keyframes titleUnderlineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

.products-grid {
    display: grid;
    grid-template-columns: 265px repeat(6, 1fr);
    gap: 24px;
    width: 1198px;
    margin: 0 auto;
    min-height: 108px;
    padding: 0;
}

.main-product {
    grid-column: 1;
    grid-row: 1 / -1;
    height: 366px;
}

.product-card {
    height: 108px;
}

.product-card {
    background: #E9E4DC;
    color: #8D8B88;
    padding: 1.5rem;
    border-radius: 12px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    text-decoration: none;
    cursor: pointer;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.product-card {
    border: 1px solid rgba(141, 139, 136, 0.2);
    /* Performance optimizations */
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    border-color: #8D8B88;
    background: #f0ebe5;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover::before {
    left: 100%;
}

.main-product {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background: #E9E4DC;
    color: #8D8B88;
    padding: 2rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-product:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    border-color: #555452;
    background: #f5f0e8;
}

.main-product::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    transition: left 0.8s ease;
    z-index: 1;
}

.main-product:hover::before {
    left: 100%;
}


.product-icon {
    margin-bottom: 1rem;
}

.product-image {
    width: var(--product-image-size, 60px);
    height: var(--product-image-size, 60px);
    object-fit: cover;
    border-radius: 8px;
    transition: none;
    display: block;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-card:hover .product-image {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.main-product .product-image {
    width: var(--main-product-image-size, 100px);
    height: var(--main-product-image-size, 100px);
    border-radius: 12px;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.main-product:hover .product-image {
    transform: scale(1.15);
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.25));
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.product-name {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    margin-top: 0.8rem !important;
    transition: color 0.3s ease !important;
    color: #2B2B2B !important;
}

.product-card:hover .product-name {
    color: #2B2B2B;
    transform: translateY(-2px);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.main-product .product-name {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
}

.main-product:hover .product-name {
    color: #333;
}

.products-footer {
    text-align: center;
    margin-top: 2rem;
    position: relative;
    z-index: 2;
}

.products-description {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fffdfd;
    letter-spacing: 1px;
    margin: 0;
    font-style: normal;
    margin-top: var(--description-mt, 20px);
    margin-bottom: var(--description-mb, 0);
}

/* Đảm bảo typography controls hoạt động cho description */
.elementor-widget-fourseasons-products .products-description {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

/* Edit Name Button Styles */
.edit-button-container {
    text-align: center;
    margin: 2rem 0;
}

.edit-name-button {
    background: #E9E4DC;
    color: #8D8B88;
    border: 2px solid #8D8B88;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.edit-name-button:hover {
    background: #8D8B88;
    color: #E9E4DC;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ===== WHY CHOOSE US SECTION ===== */
.fourseasons-why-choose-section {
    padding: 5rem 0;
    background: var(--why-section-bg, #fff) !important;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 60vh !important;    
    display: flex;
    align-items: center;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.fourseasons-why-choose-section .section-title {
    font-size: var(--why-title-size, 2.5rem) !important;
    font-weight: 700 !important;
    color: var(--why-title-color, #333) !important;
    text-align: center;
    margin-bottom: 1.5rem !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.fourseasons-why-choose-section .section-description {
    font-size: var(--why-desc-size, 1.2rem) !important;
    color: var(--why-desc-color, #666) !important;
    text-align: center;
    margin-bottom: 4rem !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 1137px;
    max-width: 1137px;
    margin: 0 auto;
    align-items: stretch;
}

.feature-card {
    background: var(--why-card-bg, #E9E4DC) !important;
    color: #8D8B88;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-title {
    font-size: var(--why-feature-title-size, 1.4rem) !important;
    font-weight: 700 !important;
    color: var(--why-feature-title-color, #8D8B88) !important;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.feature-description {
    color: var(--why-feature-desc-color, #8D8B88) !important;
    line-height: 1.7;
    margin-bottom: 1.5rem !important;
    flex-grow: 1;
    font-size: var(--why-feature-desc-size, 1rem) !important;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.fourseasons-why-choose-section .learn-more-btn {
    background: var(--why-button-bg, #555452) !important;
    color: var(--why-button-text, #FFFFFF) !important;
    padding: 0.8rem 1.8rem;
    border-radius: 50px !important;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    align-self: flex-start;
    margin-top: auto;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.fourseasons-why-choose-section .learn-more-btn:hover {
    background: var(--why-button-hover-bg, #8D8B88) !important;
    color: var(--why-button-hover-text, #FFFFFF) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* ===== IMPACT NUMBERS SECTION ===== */
.fourseasons-impact-section {
    padding: 5rem 0;
    background: #D3D3D3;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
}

.fourseasons-impact-section .container {
    width: 1137px;
    max-width: 1137px;
    margin: 0 auto;
    padding: 0;
}

.fourseasons-impact-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #8D8B88;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.impact-container {
    background: #E9E4DC;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: 1137px;
    max-width: 1137px;
    margin: 0 auto;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}

.number-item {
    text-align: center;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

.number-item:hover {
    transform: none;
    box-shadow: none;
}

.number {
    font-size: var(--impact-number-size, 3.5rem);
    font-weight: 800;
    color: var(--impact-number-color, #8D8B88);
    margin-bottom: 0.8rem;
    display: block;
    line-height: 1;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    letter-spacing: -1px;
}

.number-description {
    color: var(--impact-desc-color, #8D8B88);
    font-size: var(--impact-desc-size, 0.95rem);
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    max-width: 180px;
    margin: 0 auto;
}

/* Impact Numbers Responsive */
@media (max-width: 1200px) {
    .fourseasons-impact-section .container {
        width: 100%;
        max-width: 960px;
        padding: 0 1rem;
    }

    .impact-container {
        width: 100%;
        max-width: 960px;
        padding: 2rem;
    }

    .numbers-grid {
        gap: 1.5rem;
    }

    .number {
        font-size: 3rem;
    }

    .number-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 1024px) {
    .fourseasons-impact-section .container {
        max-width: 100%;
        width: 100%;
        padding: 0 1rem;
    }

    .impact-container {
        width: 100%;
        max-width: 768px;
        padding: 2rem;
    }

    .numbers-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .number {
        font-size: 2.8rem;
    }

    .number-description {
        font-size: 0.85rem;
        max-width: 160px;
    }
}

@media (max-width: 768px) {
    .fourseasons-impact-section {
        padding: 2.5rem 0;
    }

    .fourseasons-impact-section .container {
        max-width: 100%;
        width: 100%;
        padding: 0 1rem;
    }

    .impact-container {
        width: 100%;
        max-width: 540px;
        padding: 2rem 1.5rem;
    }

    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.5rem;
    }

    .number {
        font-size: 2.5rem;
    }

    .number-description {
        font-size: 0.8rem;
        max-width: 140px;
    }
}

@media (max-width: 480px) {
    .fourseasons-impact-section {
        padding: 2rem 0;
    }

    .fourseasons-impact-section .container {
        max-width: 100%;
        width: 100%;
        padding: 0 1rem;
    }

    .impact-container {
        width: 100%;
        max-width: 100%;
        padding: 1.5rem 1rem;
    }

    .numbers-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .number {
        font-size: 2.2rem;
    }

    .number-description {
        font-size: 0.75rem;
        max-width: 200px;
    }
}

/* ===== COMBINED TRUSTED & SUPPLIERS SECTION ===== */
.fourseasons-combined-section {
    background: #333;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: var(--cts-vertical-pad, 1.25rem) 0;
    position: relative;
    overflow: hidden;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.trusted-section {
    margin-bottom: 1rem;
}

.trusted-section .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.suppliers-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.fourseasons-combined-section .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.fourseasons-combined-section .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #ffffff00 !important;
    margin: 1rem auto 0;
    border-radius: 2px;
}

.suppliers-title {
    font-size: 1.8rem !important;
    margin-bottom: 2rem !important;
}

.brands-carousel {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 0 2rem;
}

.brands-track {
    display: inline-flex;
    gap: 1.5rem;
    width: auto;
    white-space: nowrap;
    will-change: transform;
}

.track-1 {
    animation: scrollLeft 30s linear infinite;
}

.track-2 {
    animation: scrollRight 35s linear infinite;
}

.track-3 {
    animation: scrollLeft 40s linear infinite;
}

.brand-logo {
    background: #ffffff;
    color: #333333;
    padding: 1.5rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    min-width: 180px;
    height: 80px;
    flex-shrink: 0;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.05);
}

.brand-logo:hover {
    background: #f8f9fa;
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    
}


.brand-image {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: none !important;
}

.brand-logo:hover .brand-image {
    transform: scale(1.05);
}

.brand-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== SUPPLIERS SECTION ===== */
.suppliers-section {
    margin-top: 1rem;
}

.suppliers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.supplier-card {
    background: transparent !important;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    box-shadow: none !important;
    aspect-ratio: auto;
}

.supplier-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.supplier-logo {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.supplier-image {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.supplier-placeholder {
    font-size: 0.6rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2;
}

.supplier-info {
    text-align: center;
    margin-top: 0;
}

.supplier-year {
    font-size: 0.9rem;
    font-weight: 700;
    color: #8D8B88;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.supplier-description {
    color: #8D8B88;
    font-size: 0.7rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
}

/* ===== ANIMATIONS ===== */
@keyframes buttonFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-20px) rotate(1deg); }
    75% { transform: translateY(-10px) rotate(-1deg); }
}

@keyframes titleSlideIn {
    0% { transform: translateY(50px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes fadeInUp {
    0% { transform: translateY(30px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

@keyframes scrollRight {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

@keyframes slideInFromLeft {
    0% { transform: translateX(-50px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes scaleInUp {
    0% { transform: scale(0.8) translateY(30px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}

@keyframes productCardSlideIn {
    0% { 
        transform: translateY(50px) scale(0.9); 
        opacity: 0; 
    }
    50% {
        transform: translateY(-10px) scale(1.05);
        opacity: 0.8;
    }
    100% { 
        transform: translateY(0) scale(1); 
        opacity: 1; 
    }
}

@keyframes productImageFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-5px) rotate(2deg); }
}

@keyframes productNameGlow {
    0%, 100% { text-shadow: 0 0 0 rgba(44, 62, 80, 0); }
    50% { text-shadow: 0 0 10px rgba(44, 62, 80, 0.3); }
}

/* Animation classes */
.fade-in {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

.slide-in-left {
    opacity: 0;
    animation: slideInFromLeft 0.8s ease-out forwards;
}

.scale-in {
    opacity: 0;
    animation: productCardSlideIn 1s ease-out forwards;
}

/* Staggered animation delays for product cards */
.product-card:nth-child(1) { animation-delay: 0.1s; }
.product-card:nth-child(2) { animation-delay: 0.2s; }
.product-card:nth-child(3) { animation-delay: 0.3s; }
.product-card:nth-child(4) { animation-delay: 0.4s; }
.product-card:nth-child(5) { animation-delay: 0.5s; }
.product-card:nth-child(6) { animation-delay: 0.6s; }
.product-card:nth-child(7) { animation-delay: 0.7s; }
.product-card:nth-child(8) { animation-delay: 0.8s; }

/* Simple hover effects - no complex animations */

/* Simple micro-interactions */
.product-card:active {
    transform: translateY(-3px);
    transition: all 0.1s ease;
}

.product-card:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(141, 139, 136, 0.3);
}

/* Simple entrance animations */
.product-card {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 1200px) {
    .products-grid {
        width: 100%;
        max-width: 960px;
        grid-template-columns: 220px repeat(4, 1fr);
        gap: 20px;
        padding: 0 1rem;
    }

    .main-product {
        height: 300px;
    }

    .product-card {
        height: 100px;
    }

    .features-grid {
        width: 100%;
        max-width: 960px;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 0 1rem;
    }

    .impact-container {
        width: 100%;
        max-width: 960px;
        padding: 2rem 1rem;
    }

    .fourseasons-products-section .container {
        max-width: 960px;
        padding: 0 1rem;
    }

    .fourseasons-why-choose-section .container {
        max-width: 960px;
        padding: 0 1rem;
    }
}

@media (max-width: 1024px) {
    .fourseasons-hero-section {
        flex-direction: column;
        height: auto;
        min-height: 80vh;
    }
    
    .hero-background {
        position: relative;
        width: 100%;
        height: 50vh;
    }
    
    .hero-content {
        width: 100%;
        height: auto;
        padding: 3rem 2rem;
        text-align: center;
    }
    
    .hero-text-container {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .hero-title { 
        font-size: 3rem; 
        text-align: center;
    }
    
    .hero-subtitle {
        text-align: center;
    }
    
    .fourseasons-products-section {
        height: auto;
        min-height: 80vh;
        padding: 3rem 0;
    }
    
    .fourseasons-products-section .products-title {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        margin-top: calc(var(--products-title-mt, 0) - 0.25rem);
        margin-bottom: 1.5rem;
    }
    
    .products-grid {
        max-width: 768px;
        grid-template-columns: 200px repeat(3, 1fr);
        gap: 16px;
        min-height: 90px;
    }
    
    .main-product {
        grid-column: 1;
        grid-row: 1 / -1;
        height: 280px;
        padding: 1.5rem;
    }

    .product-card {
        height: 90px;
        padding: 1rem;
    }
    
    .main-product .product-image {
        width: 80px;
        height: 80px;
    }
    
    .main-product .product-name {
        font-size: 1.5rem;
    }
    
    .product-card {
        padding: 1.5rem;
        height: 180px;
    }
    
    .product-image {
        width: 60px;
        height: 60px;
    }
    
    .product-name {
        font-size: 1rem;
    }
    
    .features-grid {
        max-width: 768px;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .fourseasons-impact-section .container {
        max-width: 100%;
        width: 100%;
        padding: 0 1rem;
    }

    .impact-container {
        width: 100%;
        max-width: 768px;
        padding: 2rem;
    }

    .numbers-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .number {
        font-size: 2.8rem;
    }

    .number-description {
        font-size: 0.85rem;
        max-width: 160px;
    }
    
    .fourseasons-combined-section {
        padding: 1.5rem 0;
        min-height: 60vh;
    }
    
    .fourseasons-combined-section .section-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .suppliers-title {
        font-size: 1.3rem !important;
        margin-bottom: 1rem !important;
    }
    
    .brands-carousel {
        padding: 0 1.5rem;
    }
    
    .brand-logo {
        min-width: 120px;
        padding: 1rem 1.5rem;
        font-size: 0.8rem;
    }
    
    .suppliers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .supplier-card {
        padding: 0;
    }
    
    .supplier-logo {
        width: 100px;
        height: 100px;
        margin-bottom: 0.6rem;
    }
    
    .supplier-image {
        width: 70%;
        height: 70%;
    }
    
    .supplier-year {
        font-size: 0.8rem;
    }
    
    .supplier-description {
        font-size: 0.65rem;
    }
}

@media (max-width: 768px) {
    .fourseasons-hero-section {
        margin-left: calc(-50vw + 50%);
        width: 100vw;
    }
    
    .hero-content {
        padding: 2rem 1rem;
    }
    
    .hero-title { 
        font-size: 2.5rem; 
        text-align: center;
    }
    
    .hero-subtitle { 
        font-size: 1.1rem; 
        text-align: center;
    }
    
    .fourseasons-products-section {
        height: auto;
        min-height: 70vh;
        padding: 2rem 0;
    }
    
    .fourseasons-products-section .products-title {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 1.5rem;
    }
    
    .products-grid {
        max-width: 540px;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        height: auto;
        min-height: 250px;
        padding: 0 1rem;
    }
    
    .main-product {
        grid-column: span 2;
        grid-row: 1;
        padding: 1.5rem;
        height: 200px;
    }
    
    .main-product .product-image {
        width: 70px;
        height: 70px;
    }
    
    .main-product .product-name {
        font-size: 1.4rem;
    }
    
    .product-card {
        padding: 1rem;
        height: 150px;
    }
    
    .product-image {
        width: 50px;
        height: 50px;
    }
    
    .product-name {
        font-size: 0.9rem;
    }
    
    .products-description {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #fffdfd;
    }
    
    .features-grid {
        max-width: 540px;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .fourseasons-impact-section {
        margin-left: calc(-50vw + 50%);
        width: 100vw;
    }
    
    .fourseasons-impact-section .container {
        padding: 0 1rem;
    }
    
    .impact-container {
        max-width: 540px;
        padding: 1.5rem;
    }
    
    .number-item {
        padding: 0;
    }
    
    .fourseasons-combined-section {
        padding: 1rem 0;
        min-height: 50vh;
    }
    
    .fourseasons-combined-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }
    
    .suppliers-title {
        font-size: 1.1rem !important;
        margin-bottom: 0.8rem !important;
    }
    
    .brands-carousel {
        padding: 0 1rem;
    }
    
    .brand-logo {
        min-width: 100px;
        padding: 0.8rem 1.2rem;
        font-size: 0.75rem;
    }
    
    .suppliers-grid {
        max-width: 540px;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .supplier-card {
        padding: 0;
    }
    
    .supplier-logo {
        width: 90px;
        height: 90px;
        margin-bottom: 0.6rem;
    }
    
    .supplier-image {
        width: 70%;
        height: 70%;
    }
    
    .supplier-year {
        font-size: 0.7rem;
    }
    
    .supplier-description {
        font-size: 0.6rem;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }

    .fourseasons-products-section .container,
    .fourseasons-why-choose-section .container {
        max-width: 540px;
    }
}

@media (max-width: 480px) {
    .fourseasons-hero-section {
        margin-left: calc(-50vw + 50%);
        width: 100vw;
    }
    
    .hero-content {
        padding: 1.5rem 1rem;
    }
    
    .hero-title { 
        font-size: 2rem; 
        text-align: center;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        text-align: center;
    }
    
    .numbers-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .fourseasons-impact-section {
        margin-left: calc(-50vw + 50%);
        width: 100vw;
    }
    
    .fourseasons-impact-section .container {
        padding: 0 1rem;
    }
    
    .impact-container {
        max-width: 100%;
        padding: 1rem;
    }
    
    .number-item {
        padding: 0;
    }
    
    .number {
        font-size: 2.5rem;
    }
    
    .fourseasons-products-section {
        height: auto;
        min-height: 60vh;
        padding: 1.5rem 0;
    }
    
    .fourseasons-products-section .products-title {
        margin-bottom: 1rem;
    }
    
    .products-grid {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 1rem;
        height: auto;
        min-height: 200px;
        padding: 0 1rem;
    }
    
    .main-product {
        grid-column: span 1;
        padding: 1rem;
        height: 180px;
    }
    
    .main-product .product-image {
        width: 60px;
        height: 60px;
    }
    
    .main-product .product-name {
        font-size: 1.2rem;
    }
    
    .product-card {
        padding: 1rem;
        height: 140px;
    }
    
    .product-image {
        width: 45px;
        height: 45px;
    }
    
    .product-name {
        font-size: 0.85rem;
        letter-spacing: 0.5px;
    }
    
    .products-description {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #fffdfd;
    }
    
    .features-grid {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .suppliers-grid {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .brand-logo {
        min-width: 120px;
        padding: 1rem 1.5rem;
        font-size: 0.8rem;
    }

    .fourseasons-products-section .container,
    .fourseasons-why-choose-section .container {
        max-width: 100%;
        padding: 0 1rem;
    }
}

/* ===== BLACK CONTAINER SECTION ===== */
.fourseasons-black-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
    background-color: #000000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

/* Force full width with more aggressive CSS */
.fourseasons-black-container,
.fourseasons-black-container * {
    box-sizing: border-box !important;
}

/* Override any parent container constraints */
.fourseasons-black-container {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    transform: translateX(-50%) !important;
    z-index: 1 !important;
}

/* Additional override for theme constraints */
body .fourseasons-black-container,
html .fourseasons-black-container,
#page .fourseasons-black-container,
.site-content .fourseasons-black-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
}

/* Override any body/html constraints that might affect full width */
body:has(.fourseasons-black-container),
html:has(.fourseasons-black-container) {
    overflow-x: hidden !important;
}

/* Ensure no padding/margin from parent elements */
.fourseasons-black-container {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Override Elementor container constraints */
.elementor-section .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}

.elementor-section.elementor-section-boxed .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}

/* Force full width for blac tainer */
.fourseasons-black-container.elementor-widget {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
}

/* Force section containing black container to be full width */
.elementor-section:has(.fourseasons-black-container),
.elementor-section .fourseasons-black-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
}

/* Override any parent section constraints */
body .elementor-section:has(.fourseasons-black-container),
html .elementor-section:has(.fourseasons-black-container),
#page .elementor-section:has(.fourseasons-black-container),
.site-content .elementor-section:has(.fourseasons-black-container) {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
}

/* Alternative selector for older browsers */
.elementor-section .fourseasons-black-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
}

.black-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.black-container-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fourseasons-black-container .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
}

/* Ensure inner container doesn't constrain width */
.fourseasons-black-container .black-container-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fourseasons-black-container .black-container-content .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 2rem !important;
}

.fourseasons-black-container h1,
.fourseasons-black-container h2,
.fourseasons-black-container h3,
.fourseasons-black-container h4,
.fourseasons-black-container h5,
.fourseasons-black-container h6 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.fourseasons-black-container p {
    color: #cccccc;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.fourseasons-black-container a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fourseasons-black-container a:hover {
    color: #cccccc;
}

/* Black Container Responsive */
@media (max-width: 1024px) {
    .fourseasons-black-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        left: 50% !important;
        right: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .elementor-section:has(.fourseasons-black-container) {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        left: 50% !important;
        right: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .fourseasons-black-container .container {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .fourseasons-black-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        left: 50% !important;
        right: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .elementor-section:has(.fourseasons-black-container) {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        left: 50% !important;
        right: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .fourseasons-black-container .container {
        padding: 1rem;
    }
    
    .fourseasons-black-container h1 {
        font-size: 2rem;
    }
    
    .fourseasons-black-container h2 {
        font-size: 1.8rem;
    }
    
    .fourseasons-black-container h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .fourseasons-black-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        left: 50% !important;
        right: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .elementor-section:has(.fourseasons-black-container) {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        left: 50% !important;
        right: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .fourseasons-black-container .container {
        padding: 0.8rem;
    }
    
    .fourseasons-black-container h1 {
        font-size: 1.8rem;
    }
    
    .fourseasons-black-container h2 {
        font-size: 1.6rem;
    }
    
    .fourseasons-black-container h3 {
        font-size: 1.3rem;
    }
}

/* Elementor Editor Specific Styles for Black Container */
.elementor-editor .fourseasons-black-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    position: relative !important;
}

.elementor-editor .elementor-section:has(.fourseasons-black-container) {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    position: relative !important;
}

/* Elementor Preview Mode for Black Container */
.elementor-preview .fourseasons-black-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
}

.elementor-preview .elementor-section:has(.fourseasons-black-container) {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%) !important;
}

/* Hero Carousel Styles */
.fourseasons-hero-carousel {
    position: relative;
    height: var(--hero-height, 80vh);
    min-height: 520px;
    overflow: hidden;
    background: #f0f0f0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.fourseasons-hero-carousel .hero-slides-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.fourseasons-hero-carousel .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.05);
}

.fourseasons-hero-carousel .hero-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.fourseasons-hero-carousel .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.fourseasons-hero-carousel .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color, rgba(0,0,0,0.4));
    opacity: var(--overlay-opacity, 0.4);
    z-index: 2;
}

.fourseasons-hero-carousel .slide-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    padding: var(--hero-pad-top, 40px) var(--hero-side-pad, 6%) var(--hero-pad-bottom, 40px) var(--hero-side-pad, 6%);
    width: 100%;
    overflow: hidden;
}

.fourseasons-hero-carousel .slide-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* Ensure smooth transitions */
.fourseasons-hero-carousel .hero-slide,
.fourseasons-hero-carousel .slide-bg,
.fourseasons-hero-carousel .hero-text-container,
.fourseasons-hero-carousel .hero-title,
.fourseasons-hero-carousel .hero-subtitle,
.fourseasons-hero-carousel .hero-cta-btn {
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.fourseasons-hero-carousel .slide-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 6%;
    width: 100%;
}

.fourseasons-hero-carousel .hero-text-container {
    position: relative;
    max-width: 800px;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    transform: none !important;
}

.fourseasons-hero-carousel .hero-slide.active .hero-text-container {
    opacity: 1;
}

/* Text alignment styles */
.fourseasons-hero-carousel .hero-text-container[style*="text-align: left"] {
    text-align: left;
    align-items: flex-start;
}

.fourseasons-hero-carousel .hero-text-container[style*="text-align: right"] {
    text-align: right;
    align-items: flex-end;
}

.fourseasons-hero-carousel .hero-text-container[style*="text-align: center"] {
    text-align: center;
    align-items: center;
}

.fourseasons-hero-carousel .hero-slide.active .hero-text-container {
    opacity: 1;
}

.fourseasons-hero-carousel .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--title-color, #ffffff);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s ease-out 0.5s;
}

.fourseasons-hero-carousel .hero-slide.active .hero-title {
    transform: translateY(0);
    opacity: 1;
}

.fourseasons-hero-carousel .hero-subtitle {
    font-size: 1.25rem;
    color: var(--subtitle-color, #f0f0f0);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s ease-out 0.7s;
}

.fourseasons-hero-carousel .hero-slide.active .hero-subtitle {
    transform: translateY(0);
    opacity: 1;
}

.fourseasons-hero-carousel .hero-cta-btn {
    display: inline-block;
    background: var(--cta-bg-color, #ffffff);
    color: var(--cta-text-color, #333333);
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s ease-out 0.9s, opacity 0.8s ease-out 0.9s, background 0.3s ease, color 0.3s ease;
}

.fourseasons-hero-carousel .hero-slide.active .hero-cta-btn {
    transform: translateY(0);
    opacity: 1;
}

.fourseasons-hero-carousel .hero-cta-btn:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Navigation Controls */
.fourseasons-hero-carousel .hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 4;
}

.fourseasons-hero-carousel .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.fourseasons-hero-carousel .dot:hover {
    border-color: rgba(255,255,255,0.8);
    transform: scale(1.2);
}

.fourseasons-hero-carousel .dot.active {
    background: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.9);
    transform: scale(1.3);
}

.fourseasons-hero-carousel .hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide navigation elements */
.fourseasons-hero-carousel.hide-nav .hero-nav {
    display: none;
}

.fourseasons-hero-carousel.hide-dots .hero-dots {
    display: none;
}

.fourseasons-hero-carousel .hero-nav.prev {
    left: 30px;
}

.fourseasons-hero-carousel .hero-nav.next {
    right: 30px;
}

.fourseasons-hero-carousel .hero-nav:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-50%) scale(1.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .fourseasons-hero-carousel .hero-title {
        font-size: 3rem;
    }
    
    .fourseasons-hero-carousel .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .fourseasons-hero-carousel .hero-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .fourseasons-hero-carousel {
        height: 60vh;
    }
    
    .fourseasons-hero-carousel .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .fourseasons-hero-carousel .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .fourseasons-hero-carousel .hero-cta-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .fourseasons-hero-carousel .hero-dots {
        bottom: 20px;
    }
    
    .fourseasons-hero-carousel .hero-nav {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    
    .fourseasons-hero-carousel .hero-nav.prev {
        left: 15px;
    }
    
    .fourseasons-hero-carousel .hero-nav.next {
        right: 15px;
    }
}

@media (max-width: 480px) {
    .fourseasons-hero-carousel .hero-title {
        font-size: 2rem;
    }
    
    .fourseasons-hero-carousel .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .fourseasons-hero-carousel .hero-cta-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .fourseasons-hero-carousel .hero-nav {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}
.fourseasons-hero-carousel {
    position: relative;
    height: var(--hero-height, 80vh);
    overflow: hidden;
    background: #f0f0f0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.fourseasons-hero-carousel .hero-slides-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.fourseasons-hero-carousel .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.05);
}

.fourseasons-hero-carousel .hero-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.fourseasons-hero-carousel .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.fourseasons-hero-carousel .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color, rgba(0,0,0,0.4));
    opacity: var(--overlay-opacity, 0.4);
    z-index: 2;
}

.fourseasons-hero-carousel .slide-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--hero-pad-top, 40px) var(--hero-side-pad, 6%) var(--hero-pad-bottom, 40px) var(--hero-side-pad, 6%);
}

.fourseasons-hero-carousel .slide-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    animation: slideInUp 0.8s ease-out;
}

/* Alignment modifiers */
.fourseasons-hero-carousel.align-left .slide-content { justify-content: flex-start; }
.fourseasons-hero-carousel.align-right .slide-content { justify-content: flex-end; }
.fourseasons-hero-carousel.align-left .slide-text { text-align: left; margin-left: var(--hero-side-pad, 6%); margin-right: var(--hero-side-pad, 6%); }
.fourseasons-hero-carousel.align-right .slide-text { text-align: right; margin-left: var(--hero-side-pad, 6%); margin-right: var(--hero-side-pad, 6%); }
.fourseasons-hero-carousel.align-center .slide-text { text-align: center; margin-left: var(--hero-side-pad, 6%); margin-right: var(--hero-side-pad, 6%); }

.fourseasons-hero-carousel .slide-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--title-color, #ffffff);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.fourseasons-hero-carousel .slide-subtitle {
    font-size: 1.25rem;
    color: var(--subtitle-color, #f0f0f0);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.fourseasons-hero-carousel .slide-cta {
    display: inline-block;
    background: var(--cta-bg-color, #2B2B2B);
    color: var(--cta-text-color, #ffffff);
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid var(--cta-bg-color, #2B2B2B);
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.fourseasons-hero-carousel .slide-cta:hover {
    background: transparent;
    color: var(--cta-bg-color, #2B2B2B);
    border-color: var(--cta-bg-color, #2B2B2B);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Dots Navigation */
.fourseasons-hero-carousel .hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 4;
}

.fourseasons-hero-carousel .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.fourseasons-hero-carousel .dot:hover {
    border-color: rgba(255,255,255,0.8);
    transform: scale(1.2);
}

.fourseasons-hero-carousel .dot.active {
    background: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.9);
    transform: scale(1.3);
}

/* Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .fourseasons-hero-carousel .slide-title {
        font-size: 3rem;
    }
    
    .fourseasons-hero-carousel .slide-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .fourseasons-hero-carousel {
        height: 60vh;
    }
    
    .fourseasons-hero-carousel .slide-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .fourseasons-hero-carousel .slide-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .fourseasons-hero-carousel .slide-cta {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .fourseasons-hero-carousel .hero-dots {
        bottom: 20px;
    }
}

@media (max-width: 480px) {
    .fourseasons-hero-carousel .slide-title {
        font-size: 2rem;
    }
    
    .fourseasons-hero-carousel .slide-subtitle {
        font-size: 0.9rem;
    }
    
    .fourseasons-hero-carousel .slide-cta {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

.fourseasons-products-demo {
    padding: 4rem 0;
    background-color: #1E1E1E;
    color: #fff;
}

.fourseasons-products-demo .container {
    max-width: 1463px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.products-demo-grid {
    display: grid;
    grid-template-columns: 265px repeat(6, 1fr);
    gap: 1.5rem;
    width: 1198px;
    margin: 0 auto;
}

.product-card {
    background: #E9E4DC;
    color: #8D8B88;
    padding: 1.5rem;
    border-radius: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    height: 108px;
}

.product-icon {
    margin-bottom: 1rem;
}

.product-image {
    width: 45px;
    height: 45px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.main-product .product-image {
    width: 80px;
    height: 80px;
}

.product-name {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    font-size: 20px !important;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    

}

.main-product .product-name {
    font-size: 24px;
}

.product-card:hover {
    background: #8D8B88;
}

.product-card:hover .product-name {
    color: #fff;
}

.product-card:hover .product-image {
    transform: scale(1.1);
}

.products-footer {
    text-align: center;
    margin-top: 2rem;
    font-style: normal;
    color: #fff;
}

@media (max-width: 1500px) {
    .products-demo-grid {
        width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .products-demo-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* ===== PRODUCTS SECTION MAIN ===== */
.fourseasons-products-section {
    height: auto;
    min-height: 700px;
    background: var(--section-background-color, #303030);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
}

.fourseasons-products-section .container {
    max-width: 1137px;
    margin: 0 auto;
    padding: 0;
}

.fourseasons-products-section .products-title {
    text-align: center;
    margin-bottom: 2rem;
}

.products-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 20px 12px;
    width: 1137px;
    max-width: 1137px;
    margin: 0 auto;
    height: 420px;
}

/* Định vị cụ thể cho từng card */
.product-card:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; } /* BUTTON - card lớn */
.product-card:nth-child(2) { grid-column: 2; grid-row: 1; } /* BUCKLE */
.product-card:nth-child(3) { grid-column: 3; grid-row: 1; } /* TOGGLE */
.product-card:nth-child(4) { grid-column: 4; grid-row: 1; } /* D RING/O RING */
.product-card:nth-child(5) { grid-column: 2; grid-row: 2; } /* STOPPER */
.product-card:nth-child(6) { grid-column: 3; grid-row: 2; } /* HOOK & BAR */
.product-card:nth-child(7) { grid-column: 4; grid-row: 2; } /* SNAP */

/* Border rules for Products Section */
.fourseasons-products-section .product-card {
    border: none;
}

.fourseasons-products-section .main-product {
    border: var(--card-border-width, 2px) solid var(--card-border-color, #000000);
}

.fourseasons-products-section .main-product:hover {
    border: var(--card-border-width, 2px) solid var(--card-border-color, #000000);
}

/* Style cho card đầu tiên (BUTTON) - card lớn */
.product-card:nth-child(1) {
    background: #E9E4DC;
    padding: 2rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(141, 139, 136, 0.2);
    height: 100%;
}

.product-card:nth-child(1) .product-image {
    width: 100px;
    height: 150px;
}

.product-card:nth-child(1) .product-name {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.product-card {
    background: #E9E4DC;
    padding: 1.5rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(141, 139, 136, 0.2);
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    border-color: #8D8B88;
    background: #f0ebe5;
}

.product-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.product-image {
    width: var(--product-image-size, 50px);
    height: var(--product-image-size, 50px);
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    opacity: var(--product-image-opacity, 100%);
    transform: scale(var(--product-image-scale, 100%));
}

.product-card:hover .product-image {
    transform: scale(calc(var(--product-image-scale, 100%) * 1.1));
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
    opacity: calc(var(--product-image-opacity, 100%) + 20%);
}

.product-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--product-name-color, #2B2B2B);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-top: 0.5rem;
}

/* Fixed typography for product names */
.elementor-widget-fourseasons-products .product-name {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--product-name-color, #2B2B2B) !important;
    text-transform: none !important;
    line-height: 1.5 !important;
    letter-spacing: 0.4px !important;
    word-spacing: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}

.products-description {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-top: 2rem;
    font-style: normal;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .products-grid {
        width: 100%;
        max-width: 960px;
        padding: 0 1rem;
        grid-template-columns: 1.8fr 1fr 1fr 1fr;
        grid-template-rows: 170px 170px;
        gap: 16px 10px;
        height: 356px;
    }
    
    .product-card:nth-child(1) .product-image {
        width: 80px;
        height: 110px;
    }
    
    .product-card:nth-child(1) .product-name {
        font-size: 1.2rem;
    }
    
    .product-card {
        padding: 1rem;
    }
    
    .product-image {
        width: 40px;
        height: 40px;
    }
    
    .product-name {
        font-size: 0.8rem;
    }
}

@media (max-width: 1024px) {
    .fourseasons-products-section {
        padding: 3rem 0;
    }
    
    .products-grid {
        max-width: 100%;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 180px repeat(3, 140px);
        gap: 15px;
        height: auto;
        padding: 0 1rem;
    }
    
    /* Reset positioning cho tablet - Button card ở trên full width */
    .product-card:nth-child(1) { 
        grid-column: 1 / -1; 
        grid-row: 1; 
        height: 180px;
        padding: 1.5rem;
    }
    .product-card:nth-child(2) { grid-column: 1; grid-row: 2; }
    .product-card:nth-child(3) { grid-column: 2; grid-row: 2; }
    .product-card:nth-child(4) { grid-column: 1; grid-row: 3; }
    .product-card:nth-child(5) { grid-column: 2; grid-row: 3; }
    .product-card:nth-child(6) { grid-column: 1; grid-row: 4; }
    .product-card:nth-child(7) { grid-column: 2; grid-row: 4; }
    
    .product-card:nth-child(1) .product-image {
        width: 70px;
        height: 70px;
    }
    
    .product-card:nth-child(1) .product-name {
        font-size: 1.3rem;
        margin-top: 0.8rem;
    }
    
    .product-card {
        height: 140px;
        padding: 1rem;
    }
    
    .product-image {
        width: 40px;
        height: 40px;
    }
    
    .product-name {
        font-size: 0.85rem;
        margin-top: 0.5rem;
    }
}

@media (max-width: 768px) {
    .fourseasons-products-section {
        padding: 2.5rem 0;
    }
    
    .fourseasons-products-section .products-title {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 1.5rem;
    }
    
    .products-grid {
        max-width: 100%;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 160px repeat(3, 120px);
        gap: 12px;
        height: auto;
        padding: 0 1rem;
    }
    
    /* Mobile layout - Button card ở trên full width */
    .product-card:nth-child(1) { 
        grid-column: 1 / -1; 
        grid-row: 1; 
        height: 160px;
        padding: 1.3rem;
    }
    .product-card:nth-child(2) { grid-column: 1; grid-row: 2; }
    .product-card:nth-child(3) { grid-column: 2; grid-row: 2; }
    .product-card:nth-child(4) { grid-column: 1; grid-row: 3; }
    .product-card:nth-child(5) { grid-column: 2; grid-row: 3; }
    .product-card:nth-child(6) { grid-column: 1; grid-row: 4; }
    .product-card:nth-child(7) { grid-column: 2; grid-row: 4; }
    
    .product-card:nth-child(1) .product-image {
        width: 60px;
        height: 60px;
    }
    
    .product-card:nth-child(1) .product-name {
        font-size: 1.1rem;
        margin-top: 0.7rem;
    }
    
    .product-card {
        height: 120px;
        padding: 0.8rem;
    }
    
    .product-image {
        width: 35px;
        height: 35px;
    }
    
    .product-name {
        font-size: 0.75rem;
        margin-top: 0.4rem;
    }
}

@media (max-width: 480px) {
    .fourseasons-products-section {
        padding: 2rem 0;
        background: #303030;
    }
    
    .fourseasons-products-section .products-title {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .products-grid {
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 1rem;
        height: auto;
        transition: all 0.3s ease;
        grid-template-rows: 160px 120px;
    }
    
    .products-grid.expanded {
        grid-template-rows: 160px 120px 120px 120px;
    }
    
    /* Main product card */
    .product-card:nth-child(1) {
        grid-column: 1 / -1;
        height: 160px;
        background: #E9E4DC;
        border-radius: 16px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .product-card:nth-child(1) .product-image {
        width: 70px;
        height: 70px;
        object-fit: contain;
        margin-bottom: 1rem;
    }
    
    .product-card:nth-child(1) .product-name {
        font-size: 1.2rem;
        color: #2B2B2B;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    /* Regular product cards */
    .product-card:not(:first-child) {
        height: 120px;
        background: #E9E4DC;
        border-radius: 12px;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    /* Initially show only 3 cards: BUTTON + 2 small cards */
    .product-card:nth-child(4),
    .product-card:nth-child(5),
    .product-card:nth-child(6),
    .product-card:nth-child(7) {
        display: none !important;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }
    
    /* When expanded */
    .products-grid.expanded .product-card:nth-child(4),
    .products-grid.expanded .product-card:nth-child(5),
    .products-grid.expanded .product-card:nth-child(6),
    .products-grid.expanded .product-card:nth-child(7) {
        display: flex !important;
        opacity: 1;
        transform: translateY(0);
    }
    
    .product-card:not(:first-child) .product-image {
        width: 45px;
        height: 45px;
        object-fit: contain;
        margin-bottom: 0.8rem;
        transition: all 0.3s ease;
    }
    
    .product-card:not(:first-child) .product-name {
        font-size: 0.85rem;
        color: #2B2B2B;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.5px;
    }
    
    /* Card hover effects */
    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        background: #f0ebe5;
    }
    
    .product-card:hover .product-image {
        transform: scale(1.1);
    }
    
    /* More button styles */
    .products-more-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 2rem);
        margin: 1rem auto 0;
        padding: 1rem;
        background: transparent;
        color: #E9E4DC;
        border: 2px solid #E9E4DC;
        border-radius: 12px;
        font-weight: 600;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .products-more-btn:hover {
        background: #E9E4DC;
        color: #2B2B2B;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    
    .products-more-btn.expanded .more-text {
        display: none;
    }
    
    .products-more-btn.expanded .less-text {
        display: inline;
    }
    
    .products-more-btn .less-text {
        display: none;
    }
    
    /* Footer description */
    .products-footer {
        margin-top: 2rem;
        text-align: center;
    }
    
    .products-description {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        font-style: normal;
        opacity: 0.8;
    }
}

/* Hide More button on larger screens */
@media (min-width: 480px) {
    .products-more-btn {
        display: none !important;
    }
}


/*css them vao danh cho card*/
.fourseasons-why-choose-section .feature-card {
    padding: 38px !important;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* ===== PRODUCTS ONLY SECTION ===== */
.fourseasons-products-only-section {
    height: auto;
    min-height: auto;
    background: #f0f8ff;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.fourseasons-products-only-section .container {
    max-width: 1137px;
    width: 1137px;
    margin: 0 auto;
    padding: 0;
}

.products-only-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 20px 12px;
    width: 1137px;
    max-width: 1137px;
    margin: 0 auto;
    height: 420px;
}

/* Định vị cụ thể cho từng card */
.products-only-grid .product-card:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; } /* BUTTON - card lớn */
.products-only-grid .product-card:nth-child(2) { grid-column: 2; grid-row: 1; } /* BUCKLE */
.products-only-grid .product-card:nth-child(3) { grid-column: 3; grid-row: 1; } /* TOGGLE */
.products-only-grid .product-card:nth-child(4) { grid-column: 4; grid-row: 1; } /* D RING/O RING */
.products-only-grid .product-card:nth-child(5) { grid-column: 2; grid-row: 2; } /* STOPPER */
.products-only-grid .product-card:nth-child(6) { grid-column: 3; grid-row: 2; } /* HOOK & BAR */
.products-only-grid .product-card:nth-child(7) { grid-column: 4; grid-row: 2; } /* SNAP */

/* Style cho card đầu tiên (BUTTON) - card lớn */
.products-only-grid .product-card:nth-child(1) {
    background: #E9E4DC;
    padding: 2rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border: var(--card-border-width, 2px) solid var(--card-border-color, #000000);
    height: 100%;
}

.products-only-grid .product-card:nth-child(1) .product-image {
    width: 100px;
    height: 150px;
}

.products-only-grid .product-card:nth-child(1) .product-name {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.products-only-grid .product-card {
    background: #E9E4DC;
    padding: 1.5rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    height: 100%;
}

.products-only-grid .product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    background: #f0ebe5;
}

/* Hover effect cho card đầu tiên (main product) - giữ border */
.products-only-grid .product-card:nth-child(1):hover {
    border: var(--card-border-width, 2px) solid var(--card-border-color, #000000);
}

.products-only-grid .product-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.products-only-grid .product-image {
    width: var(--product-image-size, 50px);
    height: var(--product-image-size, 50px);
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
    box-shadow: none !important;
}

.products-only-grid .product-card:hover .product-image {
    transform: scale(1.1);
}

.products-only-grid .product-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--product-name-color, #2B2B2B);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-top: 0.5rem;
}

/* Fixed typography for product names */
.elementor-widget-fourseasons-products .product-name {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--product-name-color, #2B2B2B) !important;
    text-transform: none !important;
    line-height: 1.5 !important;
    letter-spacing: 0.4px !important;
    word-spacing: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
}

/* E-CATALOG button (Products Only) */
.products-only-ecatalog-wrap {
    width: 1137px;
    max-width: 1137px;
    margin: 12px auto 0;
}

.products-only-ecatalog-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    background: #E9E4DC;
    color: #2B2B2B;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.08);
}

@media (max-width: 1200px) {
    .products-only-ecatalog-wrap {
        width: 100%;
        max-width: 960px;
        padding: 0 0;
    }
}

@media (max-width: 1024px) {
    .products-only-ecatalog-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0 0 !important;
    }
}

/* Responsive Design cho Products Only */
@media (max-width: 1200px) {
    .fourseasons-products-only-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .products-only-grid {
        width: 100%;
        max-width: 960px;
        padding: 0;
        grid-template-columns: 1.8fr 1fr 1fr 1fr;
        grid-template-rows: 170px 170px;
        gap: 16px 10px;
        height: 356px;
    }
    
    .products-only-grid .product-card:nth-child(1) .product-image {
        width: 80px;
        height: 110px;
    }
    
    .products-only-grid .product-card:nth-child(1) .product-name {
        font-size: 1.2rem;
    }
    
    .products-only-grid .product-card {
        padding: 1rem;
    }
    
    .products-only-grid .product-image {
        width: 40px;
        height: 40px;
    }
    
    .products-only-grid .product-name {
        font-size: 0.8rem;
    }
}

@media (max-width: 1024px) {
    .fourseasons-products-only-section {
        padding: 0;
    }
    
    .fourseasons-products-only-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .products-only-grid {
        max-width: 100%;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 180px repeat(3, 140px);
        gap: 15px;
        height: auto;
        padding: 0;
    }
    
    /* Reset positioning cho tablet - Button card ở trên full width */
    .products-only-grid .product-card:nth-child(1) { 
        grid-column: 1 / -1; 
        grid-row: 1; 
        height: 180px;
        padding: 1.5rem;
    }
    .products-only-grid .product-card:nth-child(2) { grid-column: 1; grid-row: 2; }
    .products-only-grid .product-card:nth-child(3) { grid-column: 2; grid-row: 2; }
    .products-only-grid .product-card:nth-child(4) { grid-column: 1; grid-row: 3; }
    .products-only-grid .product-card:nth-child(5) { grid-column: 2; grid-row: 3; }
    .products-only-grid .product-card:nth-child(6) { grid-column: 1; grid-row: 4; }
    .products-only-grid .product-card:nth-child(7) { grid-column: 2; grid-row: 4; }
    
    .products-only-grid .product-card:nth-child(1) .product-image {
        width: 70px;
        height: 70px;
    }
    
    .products-only-grid .product-card:nth-child(1) .product-name {
        font-size: 1.3rem;
        margin-top: 0.8rem;
    }
    
    .products-only-grid .product-card {
        height: 140px;
        padding: 1rem;
    }
    
    .products-only-grid .product-image {
        width: 40px;
        height: 40px;
    }
    
    .products-only-grid .product-name {
        font-size: 0.85rem;
        margin-top: 0.5rem;
    }
}

@media (max-width: 768px) {
    .fourseasons-products-only-section {
        padding: 0;
    }
    
    .fourseasons-products-only-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .products-only-grid {
        max-width: 100%;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 160px repeat(3, 120px);
        gap: 12px;
        height: auto;
        padding: 0;
    }
    
    /* Mobile layout - Button card ở trên full width */
    .products-only-grid .product-card:nth-child(1) { 
        grid-column: 1 / -1; 
        grid-row: 1; 
        height: 160px;
        padding: 1.3rem;
    }
    .products-only-grid .product-card:nth-child(2) { grid-column: 1; grid-row: 2; }
    .products-only-grid .product-card:nth-child(3) { grid-column: 2; grid-row: 2; }
    .products-only-grid .product-card:nth-child(4) { grid-column: 1; grid-row: 3; }
    .products-only-grid .product-card:nth-child(5) { grid-column: 2; grid-row: 3; }
    .products-only-grid .product-card:nth-child(6) { grid-column: 1; grid-row: 4; }
    .products-only-grid .product-card:nth-child(7) { grid-column: 2; grid-row: 4; }
    
    .products-only-grid .product-card:nth-child(1) .product-image {
        width: 60px;
        height: 60px;
    }
    
    .products-only-grid .product-card:nth-child(1) .product-name {
        font-size: 1.1rem;
        margin-top: 0.7rem;
    }
    
    .products-only-grid .product-card {
        height: 120px;
        padding: 0.8rem;
    }
    
    .products-only-grid .product-image {
        width: 35px;
        height: 35px;
    }
    
    .products-only-grid .product-name {
        font-size: 0.75rem;
        margin-top: 0.4rem;
    }
}

@media (max-width: 480px) {
    .fourseasons-products-only-section {
        padding: 0;
        background: transparent;
    }
    
    .fourseasons-products-only-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .products-only-grid {
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0;
        height: auto;
        transition: all 0.3s ease;
        grid-template-rows: 160px 120px;
    }

    /* Reorder buttons on mobile: E-CATALOG above More Products */
    .fourseasons-products-only-section .container {
        display: flex;
        flex-direction: column;
    }
    .fourseasons-products-only-section .products-only-grid { order: 0; }
    .fourseasons-products-only-section .products-only-ecatalog-wrap { order: 1; margin-top: 12px; }
    .fourseasons-products-only-section .products-only-more-btn { order: 2; margin-top: 10px; }
    
    .products-only-grid.expanded {
        grid-template-rows: 160px 120px 120px 120px;
    }
    
    /* Main product card */
    .products-only-grid .product-card:nth-child(1) {
        grid-column: 1 / -1;
        height: 160px;
        background: #E9E4DC;
        border-radius: 16px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .products-only-grid .product-card:nth-child(1) .product-image {
        width: 70px;
        height: 70px;
        object-fit: contain;
        margin-bottom: 1rem;
    }
    
    .products-only-grid .product-card:nth-child(1) .product-name {
        font-size: 1.2rem;
        color: #2B2B2B;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    /* Regular product cards */
    .products-only-grid .product-card:not(:first-child) {
        height: 120px;
        background: #E9E4DC;
        border-radius: 12px;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    /* Initially show only 3 cards: BUTTON + 2 small cards */
    .products-only-grid .product-card:nth-child(4),
    .products-only-grid .product-card:nth-child(5),
    .products-only-grid .product-card:nth-child(6),
    .products-only-grid .product-card:nth-child(7) {
        display: none !important;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }
    
    /* When expanded */
    .products-only-grid.expanded .product-card:nth-child(4),
    .products-only-grid.expanded .product-card:nth-child(5),
    .products-only-grid.expanded .product-card:nth-child(6),
    .products-only-grid.expanded .product-card:nth-child(7) {
        display: flex !important;
        opacity: 1;
        transform: translateY(0);
    }
    
    .products-only-grid .product-card:not(:first-child) .product-image {
        width: 45px;
        height: 45px;
        object-fit: contain;
        margin-bottom: 0.8rem;
        transition: all 0.3s ease;
    }
    
    .products-only-grid .product-card:not(:first-child) .product-name {
        font-size: 0.85rem;
        color: #2B2B2B;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.5px;
    }
    
    /* Card hover effects */
    .products-only-grid .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        background: #f0ebe5;
    }
    
    .products-only-grid .product-card:hover .product-image {
        transform: scale(1.1);
    }
    
    /* More button styles */
    .products-only-more-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 2rem);
        margin: 1rem auto 0;
        padding: 1rem;
        background: transparent;
        color: #E9E4DC;
        border: 2px solid #E9E4DC;
        border-radius: 12px;
        font-weight: 600;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .products-only-more-btn:hover {
        background: #E9E4DC;
        color: #2B2B2B;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    
    .products-only-more-btn.expanded .more-text {
        display: none;
    }
    
    .products-only-more-btn.expanded .less-text {
        display: inline;
    }
    
    .products-only-more-btn .less-text {
        display: none;
    }
}

/* Hide More button on larger screens */
@media (min-width: 480px) {
    .products-only-more-btn {
        display: none !important;
    }
}



/* ===== TEXT CONTAINER SECTION ===== */
.fourseasons-text-container {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #E9E4DC;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
    animation: textContainerReveal 1.2s ease-out forwards;
}

.fourseasons-text-container:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.text-container-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 0.6s ease;
    transform: scale(1.1);
    opacity: 0;
    animation: backgroundReveal 1.5s ease-out 0.3s forwards;
}

.fourseasons-text-container:hover .text-container-bg {
    transform: scale(1.15);
}

.text-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
    transition: opacity 0.6s ease;
    opacity: 0;
    animation: overlayReveal 1s ease-out 0.6s forwards;
}

.text-container-content {
    position: relative;
    z-index: 3;
    font-size: 48px;
    font-weight: 600;
    color: #2B2B2B;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 2rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    animation: textReveal 1s ease-out 0.9s forwards;
    max-width: 1200px;
    margin: 0 auto;
}

.fourseasons-text-container:hover .text-container-content {
    transform: translateY(0) scale(1.05);
    text-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Animation Effects */
@keyframes textContainerReveal {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes backgroundReveal {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes overlayReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes textReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .text-container-content {
        font-size: 42px;
        letter-spacing: 1.8px;
        padding: 1.8rem;
    }
}

@media (max-width: 1024px) {
    .text-container-content {
        font-size: 36px;
        letter-spacing: 1.5px;
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .text-container-content {
        font-size: 28px;
        letter-spacing: 1px;
        padding: 1.2rem;
    }
}

@media (max-width: 480px) {
    .text-container-content {
        font-size: 24px;
        letter-spacing: 0.5px;
        padding: 1rem;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fourseasons-text-container {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}




/* ===== TIMELINE SECTION ===== */
.fourseasons-timeline {
    padding: 4rem 0;
    /*background: #f8f9fa;*/
    position: relative;
}

.timeline-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

.timeline-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2B2B2B;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.timeline-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
}

.timeline-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #E9E4DC;
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 4rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.timeline-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 2rem;
    width: 20px;
    height: 20px;
    background: #2B2B2B;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border: 4px solid #f8f9fa;
    box-shadow: 0 0 0 4px #E9E4DC;
    transition: all 0.3s ease;
}

.timeline-item.animate-in .timeline-dot {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 4px #E9E4DC;
    }
    50% {
        box-shadow: 0 0 0 8px rgba(233, 228, 220, 0.5);
    }
    100% {
        box-shadow: 0 0 0 4px #E9E4DC;
    }
}

.timeline-card {
    background: #ffffff;
    border: 2px solid #E9E4DC;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.timeline-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #E9E4DC, #2B2B2B);
    transform: scaleX(0);
    transition: transform 0.6s ease;
}

.timeline-item.animate-in .timeline-card::before {
    transform: scaleX(1);
}

.timeline-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.15);
    border-color: #2B2B2B;
}

.timeline-card.right {
    margin-left: 55%;
    margin-right: 0;
}

.timeline-card.left {
    margin-right: 55%;
    margin-left: 0;
}

.timeline-card::after {
    content: '';
    position: absolute;
    top: 2rem;
    width: 0;
    height: 0;
    border: 12px solid transparent;
}

.timeline-card.right::after {
    left: -24px;
    border-right-color: #ffffff;
}

.timeline-card.left::after {
    right: -24px;
    border-left-color: #ffffff;
}

.timeline-content {
    margin-bottom: 1.5rem;
}

.timeline-year {
    display: inline-block;
    background: #2B2B2B;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.timeline-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2B2B2B;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.timeline-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.timeline-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.timeline-image:hover {
    transform: scale(1.02);
}

.timeline-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.timeline-image:hover img {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .timeline-title {
        font-size: 2.5rem;
    }
    
    .timeline-card.right,
    .timeline-card.left {
        margin-left: 0;
        margin-right: 0;
        margin-top: 3rem;
    }
    
    .timeline-card::after {
        display: none;
    }
    
    .timeline-line {
        left: 2rem;
    }
    
    .timeline-dot {
        left: 2rem;
    }
}

@media (max-width: 768px) {
    .fourseasons-timeline {
        padding: 2rem 0;
    }
    
    .timeline-header {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .timeline-title {
        font-size: 2rem;
    }
    
    .timeline-subtitle {
        font-size: 1rem;
    }
    
    .timeline-container {
        padding: 0 1rem;
    }
    
    .timeline-card {
        padding: 1.5rem;
        margin-top: 2rem;
    }
    
    .timeline-card-title {
        font-size: 1.3rem;
    }
    
    .timeline-description {
        font-size: 0.95rem;
    }
    
    .timeline-image img {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .timeline-title {
        font-size: 1.8rem;
    }
    
    .timeline-card {
        padding: 1rem;
    }
    
    .timeline-card-title {
        font-size: 1.2rem;
    }
    
    .timeline-description {
        font-size: 0.9rem;
    }
    
    .timeline-image img {
        height: 120px;
    }
}



.fourseasons-products-section {
    background-color: Black !important;
}


