/* Header Section - Slider */
.header-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.home-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.home-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: all  0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-slide.active {
    opacity: 1;
    visibility: visible;
}

/* Video styles for slide 5 */
.home-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    background: #000; /* Fallback background while video loads */
}

.home-slide:nth-child(1) {
    background-image: url('../jpg/slider-home_1536x703.jpg');
}

.home-slide:nth-child(2) {
    background-image: url('../jpg/family_slider_1536x703.jpg');
}

.home-slide:nth-child(3) {
    background-image: url('../jpg/largest_ganoderma_company_1536x703.jpg');
}

.home-slide:nth-child(4) {
    background-image: url('../jpg/new_dxn_website_270125_1536x703.jpg');
}

.home-slide:nth-child(5) video {
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.home-slide:nth-child(6) {
    background-image: url('../jpg/home-page-slider-fortune-southeast-asia-500-3-size-1536x703.jpg');
}

.home-slide:nth-child(7) {
    background-image: url('../jpg/1536x703slider-20million.jpg');
}

.home-slide:nth-child(8) {
    background-image: url('../jpg/dxn2u_desktop_banner_1536px_703px.jpg');
}

@media (max-width: 768px) {
    .home-slide:nth-child(1) {
        background-image: url('../jpg/slider-home_767x703.jpg');
    }
    
    .home-slide:nth-child(2) {
        background-image: url('../jpg/family_slider_767x703.jpg');
    }
    
    .home-slide:nth-child(3) {
        background-image: url('../largest_ganoderma_company_767x703.html');
    }
    
    .home-slide:nth-child(4) {
        background-image: url('../jpg/new_dxn_website_270125_767x703.jpg');
    }

    .home-slide:nth-child(5) video {
        display: none;
    }
    
    .home-slide:nth-child(5) {
        background-image: url('../jpg/home-page-slider-767x703.jpg');
    }

    .home-slide:nth-child(6) {
        background-image: url('../jpg/home-page-slider-fortune-southeast-asia-500-3-size-767x703.jpg');
    }

    .home-slide:nth-child(7) {
        background-image: url('../jpg/767x703slider-20million.jpg');
    }
}

@media (max-width: 576px) {
    .home-slide:nth-child(1) {
        background-image: url('../jpg/slider-home_430x703.jpg');
    }
    
    .home-slide:nth-child(2) {
        background-image: url('../jpg/family_slider_430x703.jpg');
    }
    
    .home-slide:nth-child(3) {
        background-image: url('../jpg/largest_ganoderma_company_430x703.jpg');
    }
    
    .home-slide:nth-child(4) {
        background-image: url('../jpg/new_dxn_website_270125_430x703.jpg');
    }  

    .home-slide:nth-child(5) {
        background-image: url('../jpg/home-page-slider-430x703.jpg');
    }

    .home-slide:nth-child(6) {
        background-image: url('../jpg/home-page-slider-fortune-southeast-asia-500-3-size-430x703.jpg');
    }

    .home-slide:nth-child(7) {
        background-image: url('../jpg/430x703slider-20million.jpg');
    }
}

.home-slide-content {
    color: #333;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
}

.home-slide-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.home-slide-title {
    margin-bottom: 1rem;
}

.home-slide-title h1 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.home-slide-title .highlight {
    color: #e94724;
}

.home-slide-content .join-btn {
    display: inline-block;
    background: #e94724;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    margin-top: 2rem;
    border-radius: 4px;
    font-weight: bold;
}

.home-slide-content .shop-btn {
    display: inline-block;
    background: #e94724;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    margin-top: 2rem;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

.home-slide-content a img {
    max-width: 100%;
}

/* Slider Dots */
.home-slider-dots {
    position: absolute;
    bottom: 15%;
    left: 0.25rem;
    right: 0;
    display: flex;
    gap: 1rem;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
}

.home-slider-dots .dot {
    width: 16px;
    height: 16px;
    background: #D9D9D9;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.home-slider-dots .dot.active {
    background: #333333;
}

/* Ticker */
.ticker {
    width: 100%;
    background: #e94724;
    color: white;
    padding: 0.5rem 0;
    overflow: hidden;
}

.ticker-content {
    display: flex;
    animation: ticker 30s linear infinite;
    white-space: nowrap;
}

.ticker-content span {
    margin: 0 2rem;
}

.ticker-content span::before {
    content: '•';
    padding-right: 0.5rem;
}

@keyframes ticker {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* About DXN Section */
.about-dxn {
    width: 100%;
    padding: 5rem 0;
    background-color: #fff;
    background-image: url('../jpg/bg-who-we-are.jpg');
    background-size: cover;
    background-position: center;
}

.about-header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 50px;
    padding: 0 5rem;
}

.about-label {
    color: #e94724;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-header h2 {
    font-size: 2.5rem;
    margin: 10px 0;
    color: #000;
}

.about-header h3 {
    font-size: 1.8rem;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}

.about-grid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.about-grid a{
    text-decoration: none;
}

.about-card, .about-grid a {
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e94724;
    transition: background-color 0.3s ease;
}

.about-card:hover::before {
    background-color: #000;
}

.card-header {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-header .icon {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.about-card:hover .card-header .icon {
    background: #e94724;
}

.card-header .icon i {
    color: #fff;
    font-size: 1.5rem;
}

.card-header h4 {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.card-image {
    width: 100%;
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.card-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 35px;
    width: 35px;
    height: 35px;
    background: #e94724;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.about-card:hover .card-image::after {
    background: #000;
}

.card-image::before {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: white;
    font-size: 20px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.about-card:hover .card-image::before {
    transform: rotate(-45deg);
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: none;
}

/* Business Section */
.business {
    width: 100%;;
    padding: 5rem 0;
}

.business-header {
    width: 50%;
    max-width: 700px;
    margin: 0 auto 40px 50%;
    padding-right: 5rem;
}

.business-label {
    color: #e94724;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.business-label a {
    text-decoration: none;
    color: #e94724;
    transition: all 0.3s ease;
    display: inline-block;
}

.business-label a:hover {
    transform: scale(1.1) translateX(3px);
}

.business h2 {
    font-size: 2.5rem;
    margin: 10px 0;
    color: #000;
}

.business-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.business-tabs {
    width: 50%;
    max-width: 700px;
    margin: 0 auto 20px 50%;
    padding-bottom: 10px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.tab-btn {
    font-size: 1.25rem;
    color: #666;
    text-decoration: none;
    padding-bottom: 10px;
    position: relative;
    transition: color 0.3s ease;
    text-align: center;
}

.tab-btn.active {
    color: #e94724;
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e94724;
}


.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-content.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    opacity: 1;
}

.business-gallery {
    grid-column: 1;
    width: 100%;
    min-height: 300px;
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: -20%;
}

.main-card {
    margin: 0 8rem 0 5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
}

.main-card::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -40px;
    width: 50%;
    height: 50%;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
    z-index: -1;
}

.sub-card {
    position: absolute;
    bottom: 10%;
    right: 2rem;
    z-index: 2;
    width: 200px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.sub-card::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: white;
    border-radius: 15px;
    z-index: -1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.gallery-item .overlay span:first-child {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

.gallery-item .overlay span:last-child {
    font-size: 1.5rem;
    font-weight: bold;
}

.business-text {
    grid-column: 2;
    color: #333;
}

.business-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Product Section */
.product {
    width: 100%;
    padding: 5rem 0 0;
    background-color: #f4f4f4;
}

.product-header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 50px;
    padding: 0 5rem;
}

.product-label {
    color: #e94724;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-header h2 {
    font-size: 2.5rem;
    margin: 10px 0;
    color: #000;
    text-transform: uppercase;
}

.product-header h3 {
    font-size: 1.8rem;
    color: #333;
    font-weight: 500;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 5rem;
    background-color: #fff;;
}

.product-card {
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.product-image {
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.product-image::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(233, 71, 36, 0) 0%,
        rgba(233, 71, 36, 0) 50%,
        rgba(233, 71, 36, 0.25) 75%,
        rgba(233, 71, 36, 0.75) 100%
    );
    transition: 0.3s ease;
    z-index: 0;
}

.product-card:hover .product-image::before {
    top: 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card h4 {
    color: #333;
    font-size: 1.1rem;
    margin-top: 10px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.product-card:hover h4 {
    color: #e94724;
}

/* Lifestyle Section Styles */
.lifestyle-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(to right, #1a1a1a 50%, #fff 50%);
}

.lifestyle-content {
    color: #fff;
    padding: 80px;
    position: relative;
    z-index: 1;
    background-image: url('../jpg/skin-and-body-care-black.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease-in-out;
}

.lifestyle-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

.lifestyle-info {
    max-width: 700px;
    margin: 0 auto;
}

.lifestyle-label {
    color: #e94724;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.lifestyle-content h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin: 10px 0;
}

.lifestyle-content .highlight {
    color: #e94724;
}

.lifestyle-category {
    margin-top: 40px;
}

.lifestyle-category h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lifestyle-category p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #ccc;
}

.category-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.button-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.category-btn {
    width: 40px;
    height: 40px;
    background: #e94724;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.category-btn i {
    font-size: 1rem;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    color: #FFFFFF;
}

.category-text {
    color: #FFFFFF;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.category-btn:hover {
    background: #FFFFFF;
    transform: scale(1.05);
}

.category-btn:hover i {
    transform: rotate(-45deg);
    color: #000000;
}

.lifestyle-image {
    width: 100%;
    height: 100%;
    min-height: 600px;
    position: relative;
    background-image: url('../jpg/skin-and-body-care.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease-in-out;
}

/* Success Story Section */
.success-story {
    padding: 5rem 0;
    background: url('../jpg/bg-succes-stories.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.success-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 2rem;
    align-items: start;
}

.success-header {
    padding-top: 5rem;
}

.success-label {
    color: #e94724;
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.success-header h2 {
    font-size: 2.5rem;
    margin: 10px 0;
    color: #000;
}

.success-subtitle {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.story-slider {
    padding: 0;
    position: relative;
    z-index: 1;
    padding-top: 5rem;
}

.story-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.3s ease;
}

.story-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.story-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    min-height: 500px;
}

.profile-image {
    width: 100%;
    text-align: center;
}

.profile-image-container {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto 1rem;
    position: relative;
}

.profile-image-container > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.profile-country-flag {
    position: absolute;
    right: 1rem;
    bottom: -0.5rem;
    width: 100%;
    height: 100%;
    max-width: 45px;
    max-height: 45px;
}

.profile-country-flag > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-image h3 a {
    color: #000;
    text-decoration: none;
}

.experience {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.story-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.story-author h3 {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
}

.story-author p {
    font-size: 1rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.story-author p:first-of-type {
    color: #e94724;
    font-weight: 500;
}

.slider-controls {
    position: absolute;
    top: 320px;
    left: calc(-350px - 2rem);
    display: flex;
    gap: 15px;
}

.slider-controls button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #e94724;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-controls button:hover {
    background: #333;
}

/* Distributors Section */
.distributors {
    padding: 5rem 0;
    text-align: center;
    background: #fff;
}

.distributors-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
}

.distributors h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 40px;
}

.counter-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.counter-digit {
    width: 80px;
    height: 100px;
    position: relative;
    background: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    perspective: 400px;
}

.counter-digit span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: #e94724;
    z-index: 1;
}

/* Add horizontal lines */
.counter-digit::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.25);
    left: 0;
    z-index: 2;
    bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Add side shadows for 3D effect */
.counter-digit {
    position: relative;
}

.counter-digit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 1;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.distributors h3 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.distributors p {
    font-size: 1.1rem;
    color: #666;
    margin: 0 auto;
    line-height: 1.6;
}

/* FAQ Section */
.faq {
    padding: 5rem 0;
    background: #fff;
}

.faq h2 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 0 5rem;
    font-size: 3rem;
    color: #e94724;
}

.faq-container {
    max-width: 1400px;
    margin: 0 auto;
    background: #F5F5F5;
    padding: 2rem 5rem;
    border-radius: 15px;
}

.faq-holder {
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 20px;
}

.faq-holder:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 1.5rem;
    color: #e94724;
    margin: 0;
    font-weight: 500;
}

.faq-question i {
    font-size: 1.2rem;
    color: #e94724;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 0 0 20px;
    color: #666;
    line-height: 1.6;
}

.faq-holder.active .faq-question i {
    transform: rotate(180deg);
}

.faq-holder.active .faq-answer {
    max-height: 500px;
}

/* Join Us Section */
.become-distributor {
    background: url('../jpg/distributor-slider.jpg');
    background-size: cover;
    background-position: center;
    padding: 0;
    position: relative;
}

.distributor-content {
    position: relative;
    z-index: 1;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.distributor-text {
    width: 50%;
    max-width: 700px;
    margin: 0 auto 0 50%;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.distributor-text h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.distributor-text p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.join-now-btn {
    display: inline-block;
    background: #e94724;
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgba(231, 76, 60, 0.3);
    position: relative;
    overflow: hidden;
}

.join-now-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0.1),
        transparent 50%,
        rgba(0, 0, 0, 0.1)
    );
}

.join-now-btn:hover {
    background: #e94724;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(231, 76, 60, 0.4);
}

/* Responsive Breakpoints */
@media screen and (max-width: 1200px) {
    .home-slide-content, .home-slider-dots {
        padding: 0 3rem;
    }
    
    .home-slide-title h1 {
        font-size: 3rem;
    }

    .success-container {
        gap: 3rem;
    }

    .story-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .about-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .business-header {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto 50px;
        padding: 0 5rem;
    }

    .business-tabs {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .tab-content.active {
        gap: 2rem;
    }

    .business-gallery {
        margin-top: 0;
    }

    .business-gallery .main-card {
        margin: 0;
    }

    .business-gallery .main-card::before {
        display: none;
    }

    .business-gallery .sub-card {
        display: none;
    }

    .business-text {
        margin-top: 1rem;
    }

    .lifestyle-container {
        grid-template-columns: 1fr;
    }

    .lifestyle-image {
        display: none;
    }

    .success-header, .story-slider {
        padding-top: 0;
    }

    .success-container {
        grid-template-columns: 1fr;
    }

    .story-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .slider-controls {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }

    .distributor-text {
        width: 100%;
        max-width: 1400px;
        padding: 0 2rem;
        margin-left: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .header-section {
        height: calc(100vh - 60px);
    }

    .home-slide-content h2 {
        font-size: 1.5rem;
    }

    .home-slide-title h1 {
        font-size: 2.5rem;
    }

    .about-header,
    .about-grid,
    .business-header,
    .business-content,
    .product-header,
    .success-container,
    .distributors-content,
    .faq h2 {
        padding: 0 2rem;
    }

    .lifestyle-content,
    .faq-container {
        padding: 5rem 2rem;
    }

    .tab-content.active {
        gap: 1rem;
        grid-template-columns: 2fr 3fr;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .category-buttons {
        grid-template-columns: 1fr;
    }

    .story-content {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Touch targets optimization */
    .category-btn,
    .join-now-btn,
    .tab-btn {
        min-height: 44px;
    }

    .home-slider-dots .dot {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 576px) {
    .home-slide-content {
        padding: 0 1.5rem;
    }

    .home-slide-content h2 {
        font-size: 1.2rem;
    }

    .home-slide-title h1 {
        font-size: 2rem;
    }

    .home-slide-content .join-btn, .home-slide-content .shop-btn {
        padding: 0.8rem 1.5rem;
    }

    .home-slider-dots {
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .card-header {
        flex-direction: column;
        text-align: center;
    }

    .card-image {
        display: none;
    }

    .business-tabs {
        gap: 20px;
        flex-wrap: wrap;
    }

    .tab-btn {
        font-size: 1rem;
        padding: 0.5rem;
        min-height: auto;
        border: 2px solid #e94724;
        border-radius: 8px;
        overflow: hidden;
    }

    .tab-btn.active::after {
        bottom: 0;
    }

    .tab-content.active {
        gap: 0;
        grid-template-columns: 1fr;
        border-radius: 8px;
        padding: 0.5rem 1.5rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }

    .business-gallery, .main-card {
        display: none;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card h4 {
        margin-bottom: 1rem;
    }

    .profile-image-container {
        max-width: 150px;
        max-height: 150px;
    }

    .counter-digit {
        width: 60px;
        height: 80px;
    }

    .counter-digit span {
        font-size: 2.5rem;
    }

    .faq-container {
        padding: 2rem 1rem;
    }

    .faq-question h3 {
        font-size: 1.2rem;
    }

    #heygen-streaming-embed, #heygen-streaming-embed.show {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
}

.scroll-down-btn {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    background: rgba(233, 71, 36, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    animation: floatButton 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.scroll-down-btn i {
    color: white;
    font-size: 24px;
}

.scroll-down-btn:hover {
    background: rgba(233, 71, 36, 1);
    transform: translateX(-50%) scale(1.1);
}

@keyframes floatButton {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

@media screen and (max-width: 768px) {
    .scroll-down-btn {
        bottom: 20px;
        width: 40px;
        height: 40px;
    }
    
    .scroll-down-btn i {
        font-size: 20px;
    }
}