/* Fix mobile navbar stacking */
@media (max-width: 991px) {
    .navbar-custom {
        border-radius: 15px;
        padding: 10px 15px;
    }

    .brand-text {
        font-size: 1.1rem !important;
        margin-left: 5px !important;
        padding-left: 10px !important;
    }
    .training-details {

        font-size: 20px;

    }
    .nav-link {
        font-size: 16px !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #eee;
    }

   .hero-content{
    padding-top: 20%;
   }







}
@media(max-width: 576px){
    .hero-section{
        height: 650px;
    }
    .hero-content{
        padding-top: 30%;
    }
    .video-title {
        font-size: 1.5rem;
    }
     .video-details {
        font-size: 1.2rem;
    }
    .welcome-text {
            font-size: 13px;
        }

        .company-name {
            font-size: 22px;
        }

        .partner-text {
            font-size: 22px;
        }

        .alibaba-text {
            font-size: 20px;
        }

        .alibaba-text svg {
            width: 40px;
        }

        .slogan {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .subtitle {
            font-size: 11px;
        }

}

/* ================================================================
   3. HERO SECTION - Removing Fixed Heights
   ================================================================ */
.hero-section {

    border-radius: 0 0 100px 0;
    border-right: 1px solid #e04f00;
    border-bottom: 10px solid #e04f00;
    height: 690px;
}

.myHeroSlider {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .hero-section {
        border-radius: 0 0 690px 0;

        border-right: 1px solid #e04f00;
        border-bottom: 10px solid #e04f00;
    }
}

/* ================================================================
   4. CONTENT BLOCKS & IMAGES
   ================================================================ */
.content-img {
    width: 100%;
    /* Make fluid */
    height: auto;
    aspect-ratio: 16 / 10;
    /* Maintain professional shape */
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content-details {
    padding-left: 0;
    /* Reset for mobile */
    margin-top: 2rem;
}

.block-title {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
    line-height: 1.1;
}

.block-subtitle {
    font-size: clamp(1.1rem, 3vw, 2.2rem);
    line-height: 1.3;
}

@media (min-width: 992px) {
    .content-details {
        padding-left: 50px;
        margin-top: 0;
    }
}

/* ================================================================
   5. GRAPHIC ELEMENTS - Strategic Visibility
   ================================================================ */
/* Hide the absolute positioned bars on mobile to prevent horizontal scroll */
.graphic-row,
.bars-container {
    display: none;
}

@media (min-width: 1200px) {
    .bars-container {
        display: block;
        /* Only show on large desktops */
    }

    .graphic-row {
        display: flex;
    }
}

/* ================================================================
   6. FOOTER - Responsive Radius
   ================================================================ */


@media (min-width: 992px) {
    footer {
        border-radius: 690px 0 0 0;

    }

    .footer-text {
        padding-left: 100px;
        position: relative;
        left: 10%;
    }




}

@media (min-width: 1300px) {
    .nav-link {
        font-size: 18px;


    }

}

@media (min-width: 991px) and (max-width:1300px) {
    .nav-link {

        font-size: 13px;

    }

    .partner-logo img {
        width: 90px;
    }

    .brand-text img {
        width: 130px;
    }

    .btn-custom-nav {
        font-size: 13px;
    }

    .welcome-text {
        font-size: 25px;
    }

    .company-name {
        font-size: 40px;
    }

    .partner-text {
        font-size: 40px;
    }

    .alibaba-text {
        font-size: 30px;
    }

    .alibaba-text svg {
        width: 80px;
    }

    .slogan {
        font-size: 25px;
    }

    .subtitle {
        font-size: 15px;
    }

}









.section-padding {
    padding: clamp(40px, 8vw, 80px) 0;
}

.live-chat {
    right: 20px;
    bottom: 20px;
    padding: 5px 15px;
}

.live-chat span {
    display: none;
    /* Hide text on small mobile, show icon only */
}


@media (min-width: 576px) {
    .live-chat span {
        display: inline;
    }






}

