/* Mobile Shop Now Button - Hidden by default on desktop */
.mobile-shopnow-btn {
    display: none;
}

/* Mobile Shop Now Button - Visible on tablet and mobile */
@media (max-width: 1024px) {
    .mobile-shopnow-btn {
        display: block;
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99999;
        width: 190px;
    }

        .mobile-shopnow-btn .book-now {
            color: #fff !important;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 45px;
            line-height: 50px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            border-radius: 50px;
            background: linear-gradient(180deg, #1A9C55 0%, #00682F 100%);
            border-top: 2px solid #FFF;
            border-right: 2px solid #FFF;
            border-left: 2px solid #FFF;
            padding: 0 25px;
            box-shadow: -3px -2px 4px 0px rgba(0, 0, 0, 0.25);
            transition: 0.3s ease;
        }

            .mobile-shopnow-btn .book-now:hover {
                box-shadow: -2px -3px 9px 0px rgb(0 0 0 / 30%);
                transition: 0.3s ease;
            }

            .mobile-shopnow-btn .book-now img {
                margin-left: 8px;
                width: 20px;
                height: 20px;
            }
}

.bottal-info h5 {
    color: #5B2E99;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    padding: 0px 20px;
}

.img-box img {
    width: 100px;
}

.img-box {
    text-align: center;
}

.custom-table {
    width: 100%;
    background-color: #5f2b90;
    /* Purple background */
    color: white;
    text-align: center;
    border: 3px solid white;
    border-radius: 24px;
    overflow: hidden;
    font-size: 14px;
}

    .custom-table th,
    .custom-table td {
        padding: 20px;
        border: 1px solid white;
    }

    .custom-table th, .custom-table td {
        text-align: center;
        vertical-align: middle;
    }

.table-header {
    background-color: #5B2E99 !important;
    font-weight: normal;
}

.highlight {
    background-color: #884EAB !important;
    /* Highlighted sections */
    font-weight: normal;
}

.brown-highlight {
    background-color: #9E2C80 !important;
    /* Highlighted sections */
    font-weight: normal;
}

.row-span {
    vertical-align: middle;
}

.prouct-bottal {
    margin-bottom: 32px;
}

.float-glowing-light {
    position: absolute;
    left: -80px;
}

.heading {
    color: #5B2E99;
    text-align: center;
    font-family: "Work Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    /* 116.667% */
    text-transform: capitalize;
    margin-bottom: 46px;
}

.img-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.light-purple-bg .img-container img {
    margin: 12px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

.custom-table th, .custom-table td {
    padding: 20px;
    border: 1px solid white;
    color: white;
}

.td-min-200 td {
    min-width: 200px;
}

.product-section {
    overflow-x: scroll;
}

/*css to add on temp-fix*/

.allign-box-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .allign-box-row .nutrients-box:last-child {
        margin-bottom: 32px !important;
    }

    .allign-box-row .nutrients-box {
        flex: 0 0 calc(25% - 15px); /* 4 items per row (25% width minus gap) */
        box-sizing: border-box;
    }

@media (max-width: 768px) {
    .allign-box-row .nutrients-box {
        flex: 0 0 calc(100% - 10px); /* 2 items per row on smaller screens */
    }
}
/* .pptSection .presentation .pptTitle {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: .01em;
    text-align: left;
    color: #333;
    margin-bottom: 40px;
    display: block !important;
} */
.popup-modal .modal-content {
    padding: 20px !important;
    margin: 0px !important;
    width: auto;
    background: transparent;
    border: none;
}

.popy-img img {
    width: 100%;
    height: 80vh;
}

.popup-modal {
    align-items: center;
    justify-content: center;
    z-index: 1003;
    background: transparent;
    border: none;
}

.popup-overlay:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000b3;
    z-index: 1002;
}

.popup-overlay {
    overflow-y: hidden;
    position: fixed;
}

span.close-button {
    float: right;
    position: absolute;
    right: 0px;
    font-size: 27px;
    background: #d9c659;
    padding: 0px 12px;
    border-radius: 30px;
    color: white;
    top: 0px;
    cursor: pointer;
}

.bg-half-white {
    background-color: #F8F7F5 !important;
}

section.product-list-section-new {
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    align-self: stretch;
}

.product-list-section-new .droplet {
    margin-bottom: 40px;
}

section.product-list-section-new .droplet h3 {
    text-align: center;
    font-family: "Noto Sans Thai";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
}

section.product-list-section-new .droplet p {
    color: #000;
    text-align: center;
    font-family: "Noto Sans Thai";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.4px;
}

.product-list-section-new .img-badge li {
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--Gold-Logo-Color-10, #FFFDF1);
    border-radius: 16px;
    padding: 0 8px;
}

.product-list-section-new .img-badge ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0px;
    margin: 0px;
}

    .product-list-section-new .img-badge ul li p {
        margin: 0;
        font-family: "Noto Sans Thai";
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }

    .product-list-section-new .img-badge ul li .circle {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: block;
        margin-right: 0;
    }

.essential-nutrient-section {
    background: linear-gradient(180deg, #F8F7F5 28.37%, rgba(255, 246, 198, 0.30) 95.19%), lightgray -361.397px -485.898px / 272.065% 418.401% no-repeat;
}

.box-outer {
    display: flex;
    padding: 30px 128px 64px 128px;
    justify-content: center;
    align-items: center;
}

.box-inner {
    flex-shrink: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.80);
    background-image: url(../../images/Animated_img/nutrient-bg-overall.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 1184px;
    height: auto;
    min-height: 612px;
    flex-shrink: 0;
    padding: 80px 64px 30px;
}

.box-inner-content-left h2 {
    color: var(--Main-Content-Text-Body-Text, #333);
    font-family: "Noto Sans Thai";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}


.box-inner-content-left {
    width: 50%;
}

.nutrients-box {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    transition: all 0.3s ease;
    border-radius: 12px;
    /* position: relative; */
    overflow: hidden;
}



.nutrients-info h5 {
    font-family: "Noto Sans Thai";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.52px;
    margin-bottom: 0;
}

.nutrients-info p {
    color: #333;
    font-family: "Noto Sans Thai";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
    margin-bottom: 0;
}

.nutrients-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 100;
}

span.nutrients-icon.circle {
    border-radius: 50px;
    width: 16px;
    height: 16px;
    aspect-ratio: 1 / 1;
    display: block;
}

.box-inner-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.carnosine-color-box .hover-bg-section svg {
    position: absolute;
    display: none;
    left: -14%;
    top: -20%;
}

.carnosine-color-box:hover > .hover-bg-section svg {
    display: block !important;
    transition: all 0.3s ease;
}

.carnosine-color-box:hover > .nutrients-box {
    border-radius: 16px;
    background: radial-gradient(376.84% 846.38% at 11.19% 31.59%, rgba(255, 255, 255, 0.80) 0%, var(--Color-Badge-Opal-30, #6FD6FB) 99.52%);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
    z-index: 100;
    position: relative;
}

.vitamin-b12-color-box .hover-bg-section svg {
    position: absolute;
    display: none;
    left: -20%;
    top: -20%;
}

.vitamin-b12-color-box:hover > .hover-bg-section svg {
    display: block !important;
    transition: all 0.3s ease;
}

.vitamin-b12-color-box:hover > .nutrients-box {
    border-radius: 16px;
    background: radial-gradient(837.35% 340.88% at 42.83% 50.11%, rgba(255, 255, 255, 0.80) 0%, var(--Color-Badge-Coral-Conqueror-30, #FB6E52) 99.52%);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    z-index: 100;
    position: relative;
}

.ginsenoside-color-box .hover-bg-section svg {
    position: absolute;
    display: none;
    left: -5%;
    top: -20%;
}

.ginsenoside-color-box:hover > .hover-bg-section svg {
    display: block !important;
    transition: all 0.3s ease;
}

.ginsenoside-color-box:hover > .nutrients-box {
    border-radius: 16px;
    background: radial-gradient(177.95% 288.74% at 50% 50.11%, rgba(255, 255, 255, 0.80) 13.79%, var(--Gold-Logo-Color-Main50, #D9C659) 99.52%);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    z-index: 100;
    position: relative;
}


.vitamin-e-color-box .hover-bg-section svg {
    position: absolute;
    display: none;
    left: -14%;
    top: -20%;
}

.vitamin-e-color-box:hover > .hover-bg-section svg {
    display: block !important;
    transition: all 0.3s ease;
}

.vitamin-e-color-box:hover > .nutrients-box {
    border-radius: 16px;
    background: radial-gradient(477.95% 288.74% at 100% 0.11%, rgba(255, 255, 255, 0.80) 13.79%, var(--BEC-70, #33A768) 99.52%);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    z-index: 100;
    position: relative;
}


.zinc-color-box .hover-bg-section svg {
    position: absolute;
    display: none;
    left: -20%;
    top: -20%;
}

.zinc-color-box:hover > .hover-bg-section svg {
    display: block !important;
    transition: all 0.3s ease;
}

.zinc-color-box:hover > .nutrients-box {
    border-radius: 16px;
    background: radial-gradient(837.35% 340.88% at 42.83% 50.11%, rgba(255, 255, 255, 0.80) 0%, var(--BlackandWhite-SmokeGray-60, #969085) 99.52%);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    z-index: 100;
    position: relative;
}


.vitamin-a-color-box .hover-bg-section svg {
    position: absolute;
    display: none;
    left: -5%;
    top: -20%;
}

.vitamin-a-color-box:hover > .hover-bg-section svg {
    display: block !important;
    transition: all 0.3s ease;
}

.vitamin-a-color-box:hover > .nutrients-box {
    border-radius: 16px;
    background: radial-gradient(376.84% 846.38% at 11.19% 31.59%, rgba(255, 255, 255, 0.80) 0%, var(--Quince-Apple-50, #FFA32E) 99.52%);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    z-index: 100;
    position: relative;
}

.vitamin-b6-color-box .hover-bg-section svg {
    position: absolute;
    display: none;
    left: -14%;
    top: -20%;
}

.vitamin-b6-color-box:hover > .hover-bg-section svg {
    display: block !important;
    transition: all 0.3s ease;
}

.vitamin-b6-color-box:hover > .nutrients-box {
    border-radius: 16px;
    background: radial-gradient(376.84% 846.38% at 11.19% 31.59%, rgba(255, 255, 255, 0.80) 0%, var(--Color-Badge-Sunstone-20, #FFE4A1) 99.52%);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    z-index: 100;
    position: relative;
}


.folic-acid-color-box .hover-bg-section svg {
    position: absolute;
    display: none;
    left: -20%;
    top: -20%;
}

.folic-acid-color-box:hover > .hover-bg-section svg {
    display: block !important;
    transition: all 0.3s ease;
}

.folic-acid-color-box:hover > .nutrients-box {
    border-radius: 16px;
    background: radial-gradient(837.35% 340.88% at 42.83% 50.11%, rgba(255, 255, 255, 0.80) 0%, var(--Berry-40, #FF6A97) 99.52%);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2px);
    z-index: 100;
    position: relative;
}

.video-container-banner {
    position: absolute;
    top: 0;
}

.nutrients-box-footer p {
    color: #827C71;
    font-family: "Noto Sans Thai";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* Responsive styles for essential nutrients section */
@media (max-width: 1200px) {
    .box-outer {
        padding: 30px 64px 64px 64px;
    }

    .box-inner {
        min-width: auto;
        padding: 60px 40px 30px;
    }



    .nutrients-info h5 {
        font-size: 24px;
    }

    .nutrients-info p {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .box-outer {
        padding: 20px 32px 40px 32px;
    }

    .box-inner {
        padding: 40px 24px 20px;
        min-height: auto;
    }

    .box-inner-content {
        gap: 40px;
    }

    .box-inner-content-left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }


    .nutrients-info h5 {
        font-size: 22px;
    }

    .nutrients-info p {
        font-size: 15px;
    }

    .nutrients-box {
        padding: 12px;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .box-outer {
        padding: 16px 16px 32px 16px;
    }

    .box-inner {
        padding: 32px 16px 16px;
    }



    .nutrients-info h5 {
        font-size: 20px;
    }

    .nutrients-info p {
        font-size: 14px;
        line-height: 140%;
    }

    .nutrients-box {
        padding: 10px;
        gap: 12px;
    }

    .box-inner-content {
        gap: 24px;
    }

    .box-1::before {
        content: none;
    }

    .box-2::before {
        content: none;
    }

    .box-3::before {
        content: none;
    }
}

@media (max-width: 480px) {
    .box-outer {
        padding: 12px 12px 24px 12px;
    }

    .box-inner {
        padding: 24px 12px 12px;
    }



    .nutrients-info h5 {
        font-size: 18px;
    }

    .nutrients-info p {
        font-size: 13px;
    }

    .nutrients-box {
        padding: 8px;
        gap: 10px;
    }

    .box-inner-content {
        gap: 16px;
    }

    .box-1::before {
        content: none;
    }

    .box-2::before {
        content: none;
    }

    .box-3::before {
        content: none;
    }
}

section.nutrition-section {
    padding: 80px 0px;
}

    section.nutrition-section h4 {
        color: #333;
        text-align: center;
        font-family: "Noto Sans Thai";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.32px;
        margin-bottom: 20px;
    }

.bg-white-smoke {
    background: #F8F7F5;
}

section.nutrition-section p.img-info {
    color: #333;
    text-align: center;
    font-family: "Noto Sans Thai";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.36px;
}


.nutrition-section .img-badge li {
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--Gold-Logo-Color-10, #FFFDF1);
    border-radius: 16px;
    padding: 0 8px;
}

.nutrition-section .img-badge ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0px;
    margin: 0px;
}

    .nutrition-section .img-badge ul li p {
        margin: 0;
        font-family: "Noto Sans Thai";
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }

    .nutrition-section .img-badge ul li .circle {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: block;
        margin-right: 0;
    }

.nutrition-section .img-details img {
    width: 150px;
    margin-bottom: 1rem;
}

.nutrition-section .img-details {
    margin-bottom: 16px;
    border-radius: 8px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.be-ready-section {
    padding: 80px 0px 0;
}

    .be-ready-section .title-item h3 {
        color: #009142;
        font-family: "Noto Sans Thai";
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
    }

        .be-ready-section .title-item h3 span {
            color: #333;
            font-family: "Noto Sans Thai";
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            letter-spacing: 0.32px;
        }

.be-ready-item-wrap {
    margin-left: 3rem !important;
    margin-top: 3rem !important;
}

.be-ready-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

    .be-ready-item-content h4 {
        color: #00682F;
        font-family: "Noto Sans Thai";
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.46px;
    }

.be-ready-item-content-2 {
    position: relative;
    top: -180px;
}

/* Responsive styles for be-ready section */
@media (max-width: 1200px) {


    .be-ready-item-content h4 {
        font-size: 20px;
    }

    .be-ready-item-content-2 {
        top: -120px;
    }
}

@media (max-width: 992px) {
    .be-ready-section {
        padding: 60px 0px 0;
    }



    .be-ready-item-wrap {
        margin-left: 1rem !important;
        margin-top: 2rem !important;
    }

    .be-ready-item-content h4 {
        font-size: 18px;
        text-align: center;
    }

    .be-ready-item-content-2 {
        top: -80px;
    }

    .be-ready-item-content {
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .be-ready-section {
        padding: 40px 0px 0;
    }


    .be-ready-item-wrap {
        margin-left: 0.5rem !important;
        margin-top: 1.5rem !important;
    }

    .be-ready-item-content h4 {
        font-size: 16px;
        line-height: 140%;
    }

    .be-ready-item-content-2 {
        top: -60px;
    }

    .be-ready-item-content {
        gap: 12px;
    }

        .be-ready-item-content img {
           /* max-width: 80px;*/
            height: auto;
        }
}

@media (max-width: 480px) {
    .be-ready-section {
        padding: 30px 0px 0;
    }

        .be-ready-section .title-item h3 {
            text-align: center;
        }

    .be-ready-item-wrap {
        margin-left: 0 !important;
        margin-top: 1rem !important;
    }

    .be-ready-item-content h4 {
        font-size: 16px;
        line-height: 130%;
        padding: 8px 16px;
    }

    .be-ready-item-content-2 {
        top: 0px;
    }

    .be-ready-item-content {
        gap: 8px;
    }

        .be-ready-item-content img {
            height: auto;
            width: 100%;
            min-width: 240px;
        }

    .row.be-ready-item-wrap {
        gap: 16px;
    }
}

.bg-gold-smoke {
    background: #FFFDF1 !important;
}

.bg-white-smoke {
    background: #F8F7F5 !important;
}

section.enhancements-section {
    padding: 80px 0px;
}

h3.enhancements-title {
    color: #000;
    font-family: "Noto Sans Thai";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
}

.enhancementsSlider-2 .item {
    display: flex !important;
    gap: 16px;
    flex-shrink: 0;
    margin: 0 16px;
}

.enhancementsSlider-2 .slick-slide {
    margin: 0 16px;
}

.enhancements-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}

    .enhancements-item h4.enhancements-item-title {
        color: #002E48;
        font-family: "Noto Sans Thai";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.52px;
        padding: 0px 5px;
        text-align: left;
    }

    .enhancements-item .see-more-arrow {
        justify-content: flex-end;
    }

    .enhancements-item .see-more-arrow {
        display: flex;
        width: 30px;
        height: 30px;
        padding: 8px;
        align-items: center;
        justify-content: center;
        gap: 12px;
        border-radius: 20px;
        background: white;
        margin: 0;
        position: absolute;
        right: 0px;
        bottom: 0px;
        top: 0%;
        transform: translateY(-150%);
    }

.enhancementsSlider-2 .item:first-child .see-more-arrow i {
    color: #159FEB !important;
    font-weight: 800;
}

.enhancementsSlider-2 .item:nth-child(2) .see-more-arrow i {
    color: #009142 !important;
    font-weight: 800;
}

.enhancementsSlider-2 .item:nth-child(3) .see-more-arrow i {
    color: #9E2C80 !important;
    font-weight: 800;
}

.enhancementsSlider-2 .item:nth-child(4) .see-more-arrow i {
    color: #FF6B35 !important;
    font-weight: 800;
}

.enhancements-item .body-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 60px;
}

    .enhancements-item .body-content .text-wrapper {
        flex: 1;
        padding-right: 50px;
    }

section.new-section {
    padding: 80px 0px 0px;
    margin-bottom: 80px;
}

.p-40 {
    padding: 40px;
}

.new-segment .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .new-segment .title h3 {
        color: #fff;
        font-family: "Noto Sans Thai";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.36px;
        padding: 4px 16px;
        margin-bottom: 0;
    }

.new-segment .title {
    border-radius: 16px;
}

.new-segment {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
}


.in-con-seg h4 {
    font-family: "Noto Sans Thai";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
    margin-bottom: 1rem;
}

.in-con-seg p {
    color: #333;
    font-family: "Noto Sans Thai";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
}

.icon-box-seg .icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    min-width: 160px;
}

.icon-box-seg .icon-box-inner {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 48px;
    border: 2px solid rgba(239, 238, 238, 0.20);
}

.icon-box-seg .icon-box h3 {
    margin-bottom: 0;
    color: #333;
    font-family: "Noto Sans Thai";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.icon-box-seg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

.new-card-block {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.80);
}

    .new-card-block .small-title h5 {
        color: #333;
        font-family: "Noto Sans Thai";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.36px;
    }

.n-block-list {
    padding: 0 32px;
    gap: 16px 0;
}

.new-card-block .small-title {
    display: flex;
    padding: 0 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.n-c-block {
    display: flex;
    padding: 0 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-right: 1px solid var(--Black-and-White-Smoke-Gray-20, #EFEEEE);
}

    .n-c-block:last-child {
        border-right: none;
    }

    .n-c-block .dot-title h3 {
        font-family: "Noto Sans Thai";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 0;
    }

    .n-c-block span.n-dot {
        display: flex;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        width: 20px;
        height: 20px;
        border-radius: 50px;
    }

    .n-c-block .dot-title {
        display: flex;
        align-items: center;
        gap: 8px;
        align-self: stretch;
    }

    .n-c-block span.n-dot {
        display: flex;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        border: 4px solid #f6f6f6ef;
    }

.product-list-seg-new {
    /* Wrapper for the product grid */
    margin: 0;
    padding: 0;
    margin-top: 32px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

/* Ensure equal sizing for products */
.pro-bt {
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* Responsive adjustments for different screen sizes */
@media (max-width: 1199px) {
    .product-list-seg-new .row > * {
        padding: 0 12px;
    }
}

@media (max-width: 767px) {
    .new-segment {
    padding: 15px
}
    .product-list-seg-new .row > * {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .product-list-seg-new {
        margin: 0;
        padding: 0;
        margin-top: 32px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        max-width: 314px;
    }

        .product-list-seg-new .row {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: visible;
        }

            .product-list-seg-new .row > * {
                flex: 0 0 auto;
                width: 160px;
            }

    .product-details-wrap {
        padding: 0px;
    }
}



/* Ensure consistent spacing between products */
.product-list-seg-new .row {
    margin: 0;
}

    .product-list-seg-new .row > * {
        padding: 0 16px;
        margin-bottom: 24px;
    }

/* Ensure equal heights for all products in a row */
.product-list-seg-new .row {
    align-items: stretch;
}

.product-list-seg-new .pro-bt .img-badge li {
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--Gold-Logo-Color-10, #FFFDF1);
    border-radius: 16px;
    padding: 0 8px;
}

.product-list-seg-new .pro-bt .img-badge ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0px;
    margin: 0px;
}

    .product-list-seg-new .pro-bt .img-badge ul li p {
        margin: 0;
        font-family: "Noto Sans Thai";
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }

    .product-list-seg-new .pro-bt .img-badge ul li .circle {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: block;
        margin-right: 0;
    }

.outer-segments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.segment-green {
    background: linear-gradient(180deg, rgba(242, 249, 246, 0.60) 66.35%, rgba(204, 233, 217, 0.60) 100%);
}

    .segment-green .title {
        background: #009142;
    }

    .segment-green .in-con-seg h4 {
        color: #00682F;
    }

.segment-red {
    background: linear-gradient(180deg, rgba(255, 236, 237, 0.60) 66.35%, rgba(255, 152, 156, 0.60) 100%);
}

    .segment-red .title {
        background: #BF1920;
    }

    .segment-red .in-con-seg h4 {
        color: #BF1920;
    }

.segment-pink {
    background: linear-gradient(180deg, rgba(255, 232, 239, 0.60) 66.35%, rgba(255, 148, 180, 0.60) 100%);
}

    .segment-pink .title {
        background: #CA003D;
    }

    .segment-pink .in-con-seg h4 {
        color: #CA003D;
    }

.segment-orange {
    background: linear-gradient(180deg, rgba(255, 244, 229, 0.60) 66.35%, rgba(255, 203, 138, 0.60) 100%);
}

    .segment-orange .title {
        background: #F08700;
    }

    .segment-orange .in-con-seg h4 {
        color: #F08700;
    }

.segment-violet {
    background: linear-gradient(180deg, rgba(254, 243, 255, 0.60) 66.35%, rgba(251, 217, 255, 0.60) 100%);
}

    .segment-violet .title {
        background: #7A2682;
    }

    .segment-violet .in-con-seg h4 {
        color: #7A2682;
    }

.carnosine-color-section .nutrients-icon.circle {
    background-color: #1cabd4 !important;
}

.carnosine-color-section .nutrients-info h5 {
    color: #1cabd4 !important;
}

.vitamin-b12-color-section .nutrients-icon.circle {
    background-color: #95301C !important;
}

.vitamin-b12-color-section .nutrients-info h5 {
    color: #95301C !important;
}

.ginsenoside-color-section .nutrients-icon.circle {
    background-color: #BCAA46 !important;
}

.ginsenoside-color-section .nutrients-info h5 {
    color: #BCAA46 !important;
}

.vitamin-e-color-section .nutrients-icon.circle {
    background-color: #009142 !important;
}

.vitamin-e-color-section .nutrients-info h5 {
    color: #009142 !important;
}

.zinc-color-section .nutrients-icon.circle {
    background-color: #59544A !important;
}

.zinc-color-section .nutrients-info h5 {
    color: #59544A !important;
}

.vitamin-a-color-section .nutrients-icon.circle {
    background-color: #F08700 !important;
}

.vitamin-a-color-section .nutrients-info h5 {
    color: #F08700 !important;
}

.vitamin-b6-color-section .nutrients-icon.circle {
    background-color: #CCA136 !important;
}

.vitamin-b6-color-section .nutrients-info h5 {
    color: #CCA136 !important;
}

.folic-acid-color-section .nutrients-icon.circle {
    background-color: #CA003D !important;
}

.folic-acid-color-section .nutrients-info h5 {
    color: #CA003D !important;
}

.wellness .card img, .wellness .card video {
    object-position: top;
}

.revamp-wellness .icon-section {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 100;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .revamp-wellness .icon-section img {
        width: 64px !important;
        height: 64px !important;
        flex-shrink: 0 !important;
        aspect-ratio: 1 / 1 !important;
        scale: 1.5;
    }

.revamp-wellness .card:hover .icon-section {
    opacity: 1;
    transform: scale(1);
}

.revamp-wellness .card:hover {
    border-radius: 48px 16px 16px 16px;
}

.revamp-wellness .brain-health-yoga:before {
    background: radial-gradient(128% 128% at 50% -6.41%, rgba(191, 25, 32, 0.00) 40%, rgba(191, 25, 32, 0.60) 100%);
}

.revamp-wellness .brain-health-yoga:hover:before {
    opacity: 1;
}

.revamp-wellness .immunity-wellness:before {
    background: radial-gradient(128.12% 128.12% at 50% -6.41%, rgba(153, 110, 83, 0.00) 40%, #996E53 100%);
}

.revamp-wellness .immunity-wellness:hover:before {
    opacity: 1;
}

.revamp-wellness .eye-health-wellness:before {
    background: radial-gradient(128.12% 128.12% at 50% -6.41%, rgba(255, 65, 122, 0.00) 40%, #FF417A 100%);
}

.revamp-wellness .eye-health-wellness:hover:before {
    opacity: 1;
}

.revamp-wellness .digestive-health-wellness:before {
    background: radial-gradient(128.12% 128.12% at 50% -6.41%, rgba(122, 38, 130, 0.00) 40%, #7A2682 100%);
}

.revamp-wellness .digestive-health-wellness:hover:before {
    opacity: 1;
}

.revamp-wellness .women�s-health-wellness:before {
    background: radial-gradient(128.12% 128.12% at 50% -6.41%, rgba(240, 135, 0, 0.00) 40%, #F08700 100%);
}

.revamp-wellness .women�s-health-wellness:hover:before {
    opacity: 1;
}

.revamp-wellness .card img {
    object-fit: cover;
    object-position: top !important;
}

@media (max-width: 768px) {
    .revamp-wellness .card img {
        object-fit: cover;
        object-position: top !important;
    }

    .revamp-wellness .icon-section img {
        width: 40px !important;
        height: 40px !important;
        flex-shrink: 0 !important;
        aspect-ratio: 1 / 1 !important;
        scale: 1.2;
    }

    .revamp-wellness .icon-section {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .revamp-wellness .card-title {
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.40);
        font-family: "Noto Sans Thai";
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }
}

section.revamp-product-info-for-you {
    padding: 80px 0px;
    background: #F8F7F5;
}

    section.revamp-product-info-for-you .product-info-for-you {
        background: #f8f7f5 !important;
    }

        section.revamp-product-info-for-you .product-info-for-you .card {
            background: #f8f7f5;
        }

.gap-custom-64 {
    gap: 64px;
}

section.revamp-product-info-for-you .droplet {
    margin-bottom: 0px !important;
}

.outline-btn-custom a {
    background: transparent !important;
    border: 1px solid #9F8F36 !important;
    border-radius: 24px;
    color: #9F8F36 !important;
    display: flex;
    height: 48px;
    min-height: 32px;
    max-height: 64px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    transition: background 0.3s ease, color 0.3s ease;
}

    .outline-btn-custom a i {
        transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .outline-btn-custom a:hover {
        background: #9F8F36 !important;
        color: #ffffff !important;
    }

        .outline-btn-custom a:hover i {
            transform: translateX(4px);
        }

.outline-btn-custom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.py-custom-64 {
    padding: 64px 0px;
}

.revamp-sub-persona-header {
    background: linear-gradient(277deg, var(--Gold-Logo-Color-10, rgba(255, 253, 241, 0.20)) 24.04%, var(--Gold-Logo-Color-60, rgba(188, 170, 70, 0.20)) 84.9%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    padding: 80px 0px 0px;
}

/* Revamp Sub Persona Section */
.revamp-sub-persona-section {
    background: #F8F7F5;
    padding: 80px 0;
}

.revamp-sub-persona-header {
    margin-bottom: 48px;
    padding: 0 15px;
}

.revamp-sub-persona-title {
    color: #333;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.revamp-timeline {
    display: flex;
    gap: 24px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-bottom: 20px;
}

.timeline-line {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(45deg, #D3CEC5, transparent);
    z-index: 0;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
    position: relative;
    z-index: 1;
    flex: 1;
}

    .timeline-item.active {
        opacity: 1;
    }

.timeline-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: transparent;
}

.timeline-item.active .timeline-icon {
    background: #FFF6C6;
    transform: scale(1);
}

.timeline-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0);
}

.timeline-item.active .timeline-icon img {
    filter: none;
}

.timeline-label {
    text-align: left;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #AAA599;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 0%);
    top: 13px;
}

.timeline-item.active .timeline-dot {
    background: #FFD700;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 215, 0, 0.2);
    transform: scale(1.1);
}

/* Swiper Slider */
.revamp-sub-persona-slider {
    margin-top: 48px;
}

.personaSwiper {
    padding-bottom: 40px;
    overflow: visible;
}

    .personaSwiper .swiper-wrapper {
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .personaSwiper .swiper-slide {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

.persona-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    width: 100%;
    height: 560px;
    padding: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    border-radius: 8px;
}



.persona-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .persona-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.persona-card:hover .persona-image img {
    transform: scale(1.05);
}

.persona-content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 560px;
    position: relative;
    z-index: 1;
}

.product-listing-header h1 {
    align-items: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: .01em;
    text-align: center;
    color: #d9c659;
}

.persona-content-inner {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.persona-card:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
    background: radial-gradient(93.29% 52.35% at 45.63% 62.41%, rgba(0, 0, 0, 0.00) 5.29%, rgb(0 0 0 / 38%) 83.65%), url(<path-to-image>) #d3d3d300 -220.103px 0px / 210.051% 100% no-repeat;
    top: 0;
    left: 0;
    right: 0;
}

.persona-subtitle {
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.persona-title {
    display: flex;
    padding: 16px 0;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid #EFEEEE;
    color: var(--Black-and-White-White, #FFF);
    font-family: "Noto Sans Thai";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.persona-description {
    color: #FFF;
    font-family: "Noto Sans Thai";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    width: 100%;
    max-width: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

/* Persona Buttons */
.persona-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    padding: 12px 0px;
    border: 1px solid;
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

    .persona-btn a {
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        color: #fff !important;
        font-family: "Noto Sans Thai";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

        .persona-btn a i {
            transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

.timeline-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.persona-btn-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF6C6;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.persona-btn:hover .persona-btn-icon {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.persona-btn-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0);
    opacity: 0.5;
}

.persona-btn:hover .persona-btn-icon img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

/* Button Color Variants */
.persona-btn-yellow {
    border-color: #FFD700;
    color: #FFD700;
}

    .persona-btn-yellow a {
        color: #FFD700;
    }

.persona-btn-pink {
    border-color: #FF417A;
    color: #FF417A;
}

    .persona-btn-pink a {
        color: #FF417A;
    }

.persona-btn-blue {
    border-color: #4A90E2;
    color: #4A90E2;
}

    .persona-btn-blue a {
        color: #4A90E2;
    }

.persona-btn-green {
    border-color: #7CB342;
    color: #7CB342;
}

    .persona-btn-green a {
        color: #7CB342;
    }

.persona-btn-purple {
    border-color: #7A2682;
    color: #7A2682;
}

    .persona-btn-purple a {
        color: #7A2682;
    }

.persona-btn-orange {
    border-color: #F08700;
    color: #F08700;
}

    .persona-btn-orange a {
        color: #F08700;
    }

/* Responsive Styles */
@media (max-width: 992px) {
    .revamp-sub-persona-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .revamp-timeline {
        justify-content: center;
        gap: 16px;
        padding-bottom: 20px;
    }

    .timeline-icon {
        width: 40px;
        height: 40px;
    }

        .timeline-icon img {
            width: 18px;
            height: 18px;
        }

    .timeline-label {
        font-size: 11px;
    }

    .timeline-dot {
        width: 10px;
        height: 10px;
    }

    .persona-image {
        height: 250px;
    }

    .persona-content {
        padding: 24px;
    }

    .persona-title {
        font-size: 24px;
    }

    .persona-description {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .revamp-sub-persona-section {
        padding: 48px 0;
    }

    .revamp-sub-persona-title {
        font-size: 24px;
        text-align: center;
    }

    .revamp-timeline {
        gap: 8px;
        padding-bottom: 18px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .timeline-line {
        bottom: 6px;
    }

    .timeline-item {
        gap: 4px;
        min-width: 60px;
    }

    .timeline-icon {
        width: 36px;
        height: 36px;
    }

        .timeline-icon img {
            width: 16px;
            height: 16px;
        }

    .timeline-label {
        font-size: 10px;
        white-space: normal;
        line-height: 1.2;
    }

    .timeline-dot {
        width: 8px;
        height: 8px;
    }

    .persona-image {
        height: 200px;
    }

    .persona-content {
        padding: 20px;
    }

    .persona-title {
        font-size: 20px;
    }

    .persona-description {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .persona-btn {
        padding: 10px 16px;
    }

        .persona-btn a {
            font-size: 12px;
        }

    .persona-btn-icon {
        width: 28px;
        height: 28px;
    }

        .persona-btn-icon img {
            width: 16px;
            height: 16px;
        }
}

.revamp-sub-persona-slider {
    overflow-x: hidden;
}

/* Responsive Banner Slide Image - Proper Fit for Width and Height */
.hero-banner-section .banner-slide-image {
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

/* Ensure parent container maintains proper dimensions - Only for banner slides */
.hero-banner-section .swiper-slide {
    position: relative;
    overflow: hidden;
}

/* Responsive container heights to maintain proper banner dimensions */
/* Standard Desktop: 1200px - 1599px */
@media (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner-section .swiper-slide {
        height: 750px;
        min-height: 750px;
    }

    .hero-banner-section .swiper-content {
        height: 750px;
    }
}

/* Large Desktop: 1600px - 1919px */
@media (min-width: 1600px) and (max-width: 1919px) {
    .hero-banner-section .swiper-slide {
        height: 850px;
        min-height: 850px;
    }

    .hero-banner-section .swiper-content {
        height: 850px;
    }
}

/* Full HD to 2K: 1920px - 2559px */
@media (min-width: 1920px) and (max-width: 2559px) {
    .hero-banner-section .swiper-slide {
        height: 900px;
        min-height: 900px;
    }

    .hero-banner-section .swiper-content {
        height: 900px;
    }
}

/* 4K and Ultra-wide: 2560px and above */
@media (min-width: 2560px) {
    .hero-banner-section .swiper-slide {
        height: 1000px;
        min-height: 1000px;
    }

    .hero-banner-section .swiper-content {
        height: 1000px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hero-banner-section .swiper-slide {
        height: 750px;
        min-height: 750px;
    }

    .hero-banner-section .swiper-content {
        height: 750px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hero-banner-section .swiper-slide {
        height: 700px;
        min-height: 700px;
    }

    .hero-banner-section .swiper-content {
        height: 700px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .hero-banner-section .swiper-slide {
        height: 650px;
        min-height: 650px;
    }

    .hero-banner-section .swiper-content {
        height: 650px;
    }
}

@media (max-width: 575px) {
    .hero-banner-section .swiper-slide {
        height: 600px;
        min-height: 600px;
    }

    .hero-banner-section .swiper-content {
        height: 600px;
    }
}
