/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
    color: #333;
}
.icon-images-item-div{
    height:100px ;
    display:flex;
    align-items:center;
}
.container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background-color: #fff;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.header-content {
    display: flex;
    align-items: center;
}

.header-content .learn-more {
    width: 50%;
    display:flex;
    justify-content:end;
}

.logo {
    width: 50%;
}

.logo img {
    height: 40px;
    width: auto;
}

.learn-more-btn {
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #FFB503;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: bold;
    background-color: #FFB503;

}

/* Emphasis for header CTA */
.learn-more .learn-more-btn {
    box-shadow: 0 8px 18px #FFB503;
    font-weight: 800;
    letter-spacing: .2px;
    animation: ctaPulse 2s infinite ease-in-out;
}

@keyframes ctaPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

.man-sleep-main {
    display: flex;
}

.man-sleep-main-left {
    width: 50%;
}

.man-sleep-main-left img {
    width: 90%;
}

.man-sleep-main-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.man-sleep-item-a {
    margin-top: 30px;
}

.man-sleep-item h3 {
    margin-bottom: 15px;
}

.learn-more2 {
   margin-top:20px;
}

.learn-more2 a {
    color: #000;
    text-decoration: none;
     background-color: #FFB503;
    color: #000;
    padding: 20px 50px;
    width: max-content;
}

.banner {
    background-image: url('images/banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 630px;
    color: #fff;
}

.banner .container {
    height: 100%;
}

.banner-main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.banner-h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.slideshow__text {
    font-size: 24px;
    margin-bottom: 20px;
}

.p-star {
    font-size: 22px;
    margin-bottom: 20px;
}

.banner-h5 {
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 500;
}

.banner2 {
    background-image: url('images/banner2.webp');
    height: 430px;
}

.banner-main2 {
    color: #000;
    width: 60%;
}

.banner2-h1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 46px;
    margin-bottom: 20px;
}

.promotion-main {
    padding: 36px 0;
    border-top: 1px solid rgb(210, 213, 217);
    overflow: hidden;
    white-space: nowrap;
}

.text-ap {
    font-size: 20px;
}

.promotion {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.promotion svg {
    font-size: 30px;
    width: 30px;
    margin: 0 10px;
}

.promotion-silder {
    display: flex;
    justify-content: space-between;
}

.icon-images {
    padding: 52px 0;
    background-color: #f3f3f3;
}

.icon-images .text-back {
    color: rgb(26, 27, 24);
    text-align: center;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 35px;
}

.icon-images-item img {
    margin-bottom: 20px;
}

.icon-images-item h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.icon-images-div {
    display: flex;
    justify-content: space-between;
}

.hien-mobie {
    display: none;
}

.floating-cta {
    position: fixed;
    right: 16px;
    bottom: 20px;
    z-index: 1100;
}

.floating-cta a {
    display: inline-block;
    background: linear-gradient(135deg, #ff8a00, #ff3d00);
    color: #fff;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: .2px;
    box-shadow: 0 10px 24px rgba(255, 61, 0, 0.35);
    animation: pulse 1.6s infinite ease-in-out;
}

@media only screen and (max-width: 600px) {
    .logo img {
        height: 27px;
    }

    .learn-more .learn-more-btn {
        box-shadow: 0 5px 15px #FFB503;
    }

    .hien-mobie {
        display: block;
        width: 100%;
    }

    .banner {
        background-image: none;
        height: auto;
        color: #000;
    }

    .text-90 {
        font-weight: 500;
        margin-top: 10px;
    }

    .banner2-h1 {
        margin-bottom: 15px;
    }

    .banner-h1 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .slideshow__text {
        font-size: 15px;
    }

    .p-star {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .banner-h5 {
        font-size: 10px;
        margin-bottom: 15px;
    }

    .learn-more2 a {
        background-color: #FFB503;
        color: #000;
        padding: 10px 30px;
        width: max-content;
    }

    .hien-mobiebanner2 {
        margin-top: 40px;
    }

    .banner-main2 {
        width: 100%;
    }

    .banner2-h1 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 30px;
        padding: 0 20px;
    }

    .text-ap {
        font-size: 18px;
        padding: 0 20px;
        text-align: justify;
        margin-bottom: 30px;
    }

    .an-mobie {
        display: none;
    }

    .promotion-silder {
        flex-direction: column;
        align-items: center;
    }

    .icon-images .text-back {
        font-size: 26px;
        margin-bottom: 70px;
    }

    .icon-images-item {
        width: 50%;
        height: 220px;
    }

    .icon-images-item-div {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .icon-images-item img {
        width: 70%;
    }

    .icon-images-item h3 {
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .icon-images-div {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .man-sleep-main-left {
        width: 100%;
    }

    .man-sleep-main-right {
        width: 100%;
    }

    .icon-images {
        padding: 32px 0;
        margin-top: 20px;
    }

    .man-sleep-main {
        flex-direction: column;
    }

    .man-sleep-main-left img {
        width: 100%;
    }


}