.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;
}

.box-inner-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.box-1::before {
    content: '';
    position: absolute;
    opacity: 0.1;
    bottom: -28%;
    left: 0%;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-image: url(../../images/Animated_img/nutrient-bg-1.svg);
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box-2::before {
    content: '';
    position: absolute;
    bottom: -28%;
    opacity: 0.1;
    left: 19%;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-image: url(../../images/Animated_img/nutrient-bg-2.svg);
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box-3::before {
    content: '';
    position: absolute;
    bottom: -28%;
    opacity: 0.1;
    left: 67%;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-image: url(../../images/Animated_img/nutrient-bg-3.svg);
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box-1: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;
}

.box-2: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);
    transition: all 0.3s ease;
    z-index: 100;
    position: relative;
}

.box-3: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;
}

.box-1:hover:before {
    opacity: 1;
    transition: all 0.3s ease;
}

.box-2:hover:before {
    opacity: 1;
    transition: all 0.3s ease;
}

.box-3:hover:before {
    opacity: 1;
    transition: all 0.3s ease;
}

.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;
}

/* 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) {
    .product-list-seg-new .row > * {
        padding: 0 8px;
        margin-bottom: 16px;
    }
}



/* 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;
    }
