

.site-content .ast-container {
    display: block !important;
}

/* Container classes */
.fitco__container {

    margin: 120px 0px 120px 0px;
    padding: 0px;
    padding: 0px;
}


.hero-container.middle-one {
    margin-top: 0px;
    margin-bottom: 120px;
    max-height: 720px;
}

.hero-container.middle-one.hero-content {
    padding-left: 0px !important;
}

.ingredients-container.signup .ingredients-heading {
    flex-basis: 50%;
}

/* Hero section */
.hero-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 10px;
    border-radius: 18px;

}


.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-container .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    padding-left: calc(16vw + 18px);
    z-index: 10;
    margin-bottom: 120px !important;
}


.hero-container .hero-content.part-2 {
    padding-right: calc(16vw + 18px);
    justify-content: center;
    align-items: center;
}

.hero-content .cta-button {
    max-width: 335px;
}

/* Text styles */
.hero-title {
    color: #fff;
    text-transform: none;
    transform: translateX(-5px);
    animation: fadeSlideUp 1.2sease forwards;
    max-width: 600px;
}

.hero-subtitle {
    color: var(--white) !important;
    max-width: 392px;
    animation: fadeSlideUp 1.2s 0.3sease forwards;
}

.arrow-icon {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

h2.fitco__title.h3-heading {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 32px;
}

/* Testimonial content */
.ingredients-container.testimonial.happy .slick-track {
    display: flex;
    column-gap: 24px;

}

.happy-testimonial-card {
    padding: 20px 20px 20px 12px !important;
}

/* Right side with image */
.image-container {
    flex: 1;
    overflow: hidden;
}

.happy {
    margin-top: 120px;
}


/* Heading styles */
.fitco__header {
    text-align: center;
}

h1.fitco__title {
    color: #151515;
    margin-bottom: 32px;
}

/* Instructions layout */
.fitco__steps {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

/* Individual step container */
.fitco__step {
    flex: 1;
    min-width: 250px;
    max-width: calc(25% - 0.75rem);
    display: flex;
    flex-direction: column;
}

/* Image container - maintains square aspect */
.fitco__image-wrapper {
    background-color: #f0efe9;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding-bottom: 400px; /* Square aspect ratio */
    height: 472px;
}

.fitco__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Step info container */
.fitco__info {
    display: flex;
    padding-top: 1rem;
    gap: 23px;
    align-items: flex-start;
}

/* Step label pill */
.fitco__label {
    background-color: #8ca86a;
    color: white;
    padding: 8px 8px;
    border-radius: 50px;
    font-weight: 600;
    white-space: nowrap;
    max-width: 95px;
    max-height: 22px;
    display: flex;
    align-items: center;
}

.fitco__steps .fitco__label.small-title {
    color: #fff !important;
    font-size: 14px !important;
}

/* Step description */
.fitco__description {
    max-width: 192px;
}

/* Responsive adjustments */
.fitco-container {
    max-width: calc(100vw - 34vw);
    justify-content: center;
}

.fitco-product-card {
    display: flex;
    background-color: #f4f5f0;
    border-radius: 12px;
    overflow: hidden;
}


/* Product Image Section */

.fitco-product-card {
    width: 100%;
}

.fitco-product-image {
    min-height: 400px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
    min-width: calc(50% - 24px) !important;
}

.fitco-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fitco-product-heading, .fitco-total-section {
    margin-bottom: 20px;
}

.fitco-product-details {
    padding: 40px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: calc(50% + 24px) !important;
}

.fitco-product-item {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.fitco-item-desc-gap {
    padding-bottom: 12px;
}

.fitco-item-name {
    display: flex;
    align-items: center;
    font-weight: 600 !important;
}

.fitco-item-name,
.fitco-bullet {
    color: #151515;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 16px !important;
}

.fitco-item-name .fitco-bullet {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}


.fitco-item-price {
    font-weight: 600;
}

.fitco-item-price,
.fitco-free-label,
.fitco-total-info {

    font-weight: 600 !important;
    color: #151515;
    font-size: 16px;
    line-height: 22px !important;
}

.fitco-item-desc {
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.fitco-free-label {
    color: #1a1a1a;
    font-weight: 600;
}

.fitco-strikethrough {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
}

.fitco-item-desc-gap {
    padding-bottom: 12px;
}

/* Total Section */
.fitco-total-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 16px;
}


.fitco-arrow {
    font-size: 22px;
}

.fitco-cta-btn {
    margin-bottom: 16px !important;
}

/* Benefits Section */
/* .fitco-benefits {
    margin-top: -20px;
} */

.fitco-benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #1515157f !important;
    font-size: 12px;
}

.fitco-check-icon {
    color: #1515157f !important;
    margin-right: 4px;
    line-height: 0;
    margin-bottom: 0px;
}

.custom-fitco-benefit-item p {
    margin-bottom: 0px;
    color: #1515157f !important;
}

/* Base styles */
.custom-ingredients-container {
    display: flex;
    flex-direction: column;
    row-gap: 44px;
    margin-top: 120px !important;
}


.ingredients-container {

    margin: 0 auto;

    box-sizing: border-box;

}

.ingredients-container.testimonial.happy {
    margin-top: 120px;
}

.ingredients-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
}


.ingredients-label {
    flex-basis: 15%;
    min-width: 14.9vw;
    padding-top: 15px;
}

.ingredients-heading {
    color: #000;
    margin: 0;
    flex-basis: 37%;
}

.custom-ing-heading h2 {
    color: #000;
    margin: 0;
    max-width: 370px;
}

.ingredients-description {
    font-size: 14px;
    /*line-height: 21px;*/
    color: #151515;
    flex-basis: 75%;
}

.hm-ingredients-description {
    flex-basis: 34%;
}


.ingredients-description-slider {
    line-height: 1.6;
    color: #444;
    flex-basis: 90%;
    overflow: hidden;
}

.ingredients-description-slider-full {
    line-height: 1.6;
    color: #444;
    flex-basis: 90%;
    overflow: hidden;
    display: block;
    width: 100%;
}

.ingredients-section.ingredients-section-tab {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    margin: 0px 0px;
}

.ingredients-visual {
    flex-basis: 20%;
    display: flex;
    justify-content: start;
    font-family: 'roobert';
    padding-left: 40px;
}

.ingredients-visual a {
    background-color: #EFF2EB;
    color: #000000 !important;
    padding: 5px 20px;
    border-radius: 50px;
    filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
}

.ingredients-star {
    font-size: 0.9rem;
    color: #666;
    margin-top: 8px;
}

ul.category-list {
    display: block;
    list-style: none;
    margin: 0px;
    padding-right: 15px;
    min-width: 215px;
}

li.category-item {
    padding: 0;
    border-top: 1px solid #e5e4dd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 38px;
    opacity:0.5;
}

ul.category-list .active{
    opacity: 1;
}


.ingredients-description-slider {
    opacity: 0;
    position: absolute;
}

.ingredients-description-slider.active {

    opacity: 1;
    position: relative;
}

/*  Tab category     */

.category-item span {
    color: #15151550;
}

.category-item.active span {
    color: #151515;
}

.category-item span {
    font-weight: 500;
}

.category-item span.arrow-icon svg {
    opacity: 0;
}

.category-item.active .arrow-icon svg {
    opacity: 1 !important;
}

.ingredients-heading .max-width_300 {
    max-width: 300px;
}

.ingredients-container.testimonial .ingredients-heading {
    flex-basis: 95%;
    overflow: hidden;
}

.ingredients-container {
    padding: 0px !important;
}

h2.signup-title-testimonial {
    color: #151515 !important;

}

.testimonial-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-image {
    width: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-content {
    padding: 1.5rem;
    background-color: #fff0;
}

.customer-name {
    margin-bottom: 8px;
}

.testimonial-text {
    color: #15151580 !important;
}

.ingredients-heading .signup-content {
    gap: 40px !important;
}


.cta-btn-p p {
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 600;
    margin-bottom: 0px;

}


/* label */
.ingredients-label-mobile {
    display: none;
}


div#tab-3 .custom-controls,
div#tab-2 .custom-controls,
div#tab-4 .custom-controls,
div#tab-5 .custom-controls {
    margin-top: 20px;
}

.container {
    display: flex;
    margin: 0 auto;
}

.custom-left-section {
    padding: 60px 48px;;
}

.left-section {
    width: 50%;
    flex: 1;
    background-color: #EFF2EB;
    padding: 60px 48px;
    display: flex;
    border-radius: 18px;
    flex-direction: column;
    justify-content: center;
    flex-basis: 50%;
}

.left-section-inner-text {
    max-width: 434px;
    padding-right: 32px;
}

.left-section-inner .cta-button {
    width: 385px;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.right-section {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-basis: 50%;
}

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

.hm-benefits {
    max-width: 599px;
    min-height: 87px;
    padding: 8px 16px 8px 24px !important;
}

.pricing {
    color: #666;
}

.pricing.hm-pricing {
    color: #1515157F;
}

.benefits {
    display: flex;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    /* margin-top: 2rem; */
    align-items: center;
}

.hm-benefits {
    margin-top: 48px;
}

.benefit {
    flex: 1;
    padding: 0 1rem;
}


.custom-benefits-h1 {
    max-width: 402px;
    margin-bottom: 32px;
}

.benefit h3,
.benefit p {
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 600;
}

.benefit h3 {
    margin-bottom: 0.5rem;
    color: #151515;
}

.benefit p {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #666;
}

.supplements-text p {
    margin-bottom: 32px;
}

.supplements-text p:last-child {
    margin-bottom: 0px;
}

.supplements-text .bold-text {
    font-weight: 600;
}

.product-image {
    max-width: 100%;
}

.custom-ingredients-container span.arrow-icon svg {
    width: 13px;
    height: 12px;
}

.sup-container {
    gap: 24px;
    margin-bottom: 0px;
    margin-top: 126px;
    max-height: 820px;
}

.sup-container .right-section img {
    border-radius: 18px !important;
}

.supplements-text p {
    color: #151515;
}

.cta-btn-width {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.custom-controls {
    margin-bottom: 50px
}

.carousel-testimonial .item.slick-slide {
    /*     min-width:31.55vw!important; */
}

@media (max-width: 1445px) {
    .ingredients-visual {
        padding-left: 30px;
    }

    .carousel-testimonial .item.slick-slide {
        /*     min-width:31vw!important; */
    }
}


/*============================================== Responsive 1227 ================================*/
@media (max-width: 1227px) {
    /*  ingredients section top right button */
    .ingredients-visual {
        flex-basis: 20%;
    }

    .ingredients-visual a {
        padding: 5px 8px;
    }
}


@media (max-width: 1090px) {
    .fitco__steps {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 48px 20px !important;
        max-width: 100% !important;

    }

    .fitco__step {
        max-width: 100% !important;

    }
}

/*============================================== Responsive 992 ================================*/
@media (max-width: 992px) {
    .ingredients-visual {
        padding-left: 0px;
    }


    .fitco__steps {
        gap: 48px 20px;
    }

    h1.fitco__title {
        margin-bottom: 16px;
    }

    .fitco__step {
        max-width: calc(50% - 1rem);
    }

    .fitco__info {
        gap: 12px;
    }

    .ingredients-container.testimonial.happy {
        padding: 0px;
    }

    .fitco-product-details {
        display: flex;
        gap: 12px;
    }

    .happy {
        margin-top: 80px !important;
    }

    .fitco__image-wrapper {
        height: 180px !important;
    }

    .fitco__container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sup-container {
        margin-bottom: 80px;
        margin-top: 72px;
        max-height: 100%;
    }

    .custom-left-section {
        padding: 48px 16px !important;
    }

    .cta-btn-width {
        margin-top: 16px !important;
        margin-bottom: 16px !important;

    }

    .ingredients-top-section {
        display: flex;
        flex-direction: column;
    }

    .custom-ingredients-container {
        margin-top: 50px !important;
    }

    .ingredients-description {
        flex-basis: 100%;
        color: #1515157F !important;
    }


    .carousel-wrapper.testimonial-new .custom-controls {
        display: none !Important;
    }


    .ingredients-label-hidden {
        display: none;
    }


    .accordion-h2 {
        margin-top: 0px !important;
    }


    .fitco-product-card {
        flex-direction: column;
        margin-top: 0px;
    }

    .fitco-product-image {
        min-height: 300px;
    }

    .fitco-product-details {
        padding: 40px 16px;
    }

    .fitco__container {
        margin: 80px 0px 80px 0px !important;
        padding: 0px;
    }


    .newsletter-container {

        margin-bottom: 80px;
    }

}


/*============================================== Responsive 767 ================================*/

@media (max-width: 768px) {
    /* Banner Button */
    .cta-button {
        width: 264px;
        min-width: 100px;
    }

    /* 	 */
    .custom-ingredients-container {
        display: flex;
        flex-direction: column;
        row-gap: 32px;
        margin-top: 52px;
    }

    .ingredients-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .ingredients-container .ingredients-top-section {
        padding: 0px 16px;
    }

    .ingredients-label {
        flex-basis: 100%;
        margin-bottom: 0.5rem;
        padding-left: 12px;
    }

    .ingredients-tabs-name {
        display: flex !important;
        flex-direction: column !important;
    }

    .ingredients-tabs-name-inner {
        display: none !important;
    }

    .ingredients-heading {
        flex-basis: 100%;

    }

    .ingredients-description,
    .ingredients-description-slider {
        flex-basis: 100%;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .ingredients-visual {
        flex-basis: 100%;
        margin-top: 0;

    }

    .ingredients-visual a {
        font-size: 16px;
        font-weight: 500;
        height: 32px !important;
        padding: 0px 20px;
        background-color: #EFF2EB !Important;
    }

    .ingredients-label-hide {
        display: none;
    }

    .container {
        flex-direction: column;
    }

    .sup-container {
        gap: 8px;
        flex-direction: column-reverse !important;
    }

    .left-section,
    .right-section {
        width: 100%;
        /*                 padding: 2rem; */
    }

    .custom-benefits-h1 {
        max-width: 608px;
        margin-bottom: 24px;
        font-size: 28px !important;
        line-height: 34px !important;

    }

    .right-section {
        border-radius: 18px;
        margin-bottom: 0px;
        min-height: 400px;
    }

    .right-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 400px;
        max-height: 476px;
    }

    .benefits {
        flex-direction: column;
        align-items: flex-start;
    }

    .hm-benefits {
        display: none;
        /*              padding: 16px !important; */
    }

    .benefit {
        padding: 0px 0px 16px 0px;
    }

    .benefit:not(:last-child) {
        border-right: none;

    }

    .benefit h3 {
        margin-bottom: 0px;
    }

    .benefit p {
        font-size: 12px !important;
        line-height: 18px !important;
        color: #666;
        font-weight: 600;
    }

    /* Home: supplements. You need less noise. */
    .left-section {
        border-radius: 18px;
    }


    .fitco__label.small-title {
        font-size: 12px !important;
        line-height: 12px;
    }

    .fitco__label {
        max-height: 20px;
    }

    .fitco-item-desc {
        font-size: 12px
    }

    .fitco__description {
        font-size: 16px;
        line-height: 20px
    }


    .fitco__step {
        min-width: 100%;
    }

    .mobile_fitco__image-wrapper {
        padding-bottom: 302px;
    }

    .fitco-product-image img {
        max-height: 268px;
    }

    .fitco-container {
        max-width: 100%;
        justify-content: center;

    }

    h2.fitco__title.h3-heading {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .hero-container .hero-content {
        margin-bottom: 0px !important;
    }


    .fitco-container {
        max-width: 100%;
        justify-content: center;

    }

    .hero-container .hero-content {
        margin-bottom: 0px !important;
    }

    .slide-content {
        transform: rotateY(0deg) !important;
    }

    .left-section-inner .cta-button {
        width: 100% !important;
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }

    .slide {
        max-height: 250px !important;
    }

    .item {
        margin-bottom: 8px !important;
    }

    h2.signup-title-testimonial {
        color: #151515 !important;
        padding-left: 12px;
        padding-bottom: 36px;
    }


    .ingredients-description-slider {
        display: block !important;
        opacity: 1 !important;
        position: relative !important;

    }

    .custom-controls {
        display: none !important;
    }

    p.bold-text {
        max-width: 230px;
    }

    .hm-pricing {
        width: 250px;
    }

    .ingredients-section.ingredients-section_tab {
        flex-direction: column;
        gap: 10px;
    }

    .ingredients-label.ingredients-tab {
        display: none !important;
    }

    .ingredients-heading h2.h4-bold {
        padding-left: 0px !important;
    }


}


@media screen and (max-width: 768px) {
    .mobile-hero-container {
        min-height: 552px;
        max-height: 600px;
        margin-top: 8px;
    }

    .hero-content {
        padding: 16px !important;
        margin: 0px !important;
        max-width: 305px !important;
    }

    .hero-subtitle {
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 400!important;
    }
}


/*============================================== Responsive 640 and lower ================================*/

@media (max-width: 640px) {


    .fitco__step {
        max-width: 100%;
    }

    .fitco__info {
        padding-top: 0.75rem;
    }

    .fitco-product-details .fitco-cta-btn {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 600px) {
    .mobile_fitco__image-wrapper {
        padding-bottom: 288px;
    }

    .fitco-product-heading {
        font-size: 24px;
    }

    .fitco-item-price,
    .fitco-total-section {
        font-size: 16px !important;

    }

    .fitco-product-image {
        min-height: 250px;
    }

    .hero-container.middle-one {
        display: none !important;
    }

    .fitco-cta-btn {
        max-width: 100%;
    }
}


@media (max-width: 500px) {
    .mobile_fitco__image-wrapper {
        padding-bottom: 246px;
    }
}

@media (max-width: 480px) {
    .mobile_fitco__image-wrapper {
        padding-bottom: 180px;
    }
}


/* Home Page */
a.cta-button.fitco-cta-btn {
    margin-top: 10px;
}

.ingredients-heading h2.h4-bold {
    padding-left: 8px;
}

.fitco__steps .fitco__label.small-title {
    padding-left: 25px;
    padding-right: 25px;
    max-width: fit-content !important;
}

.fitco-item-price p {
    display: flex;
}

.carousel-wrapper.testimonial-new .custom-controls {
    margin-bottom: 20px;
    margin-top: 20px;
}

.testimonial-content.happy-testimonial-card {
    transform: rotateY(180deg);
}

.ingredients-container.testimonial.happy .slick-list.draggable {
    transform: rotateY(180deg);
    padding: 0px !important;
}

















/*van de page*/

.carousel-wrapper {
    position: relative;
    width: 100%;
    margin-top: 0;
}

.carousel {
    width: 100%;
    min-width: 0;
}

.carousel .item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 360px;
    margin: 0 12px;
    display: flex;
    align-items: flex-end;
    background: #ddd;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.3s;
}

.carousel .item .card-overlay {
    position: relative;
    z-index: 2;
    background: rgba(21, 21, 21, 0.55);
    color: #fff;
    border-radius: 16px;
    margin: 18px;
    padding: 20px 24px 20px 20px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.carousel .item .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}

.carousel .item .card-desc {
    font-size: 1rem;
    color: #fff;
    opacity: 0.92;
    line-height: 1.4;
    margin-bottom: 0;
}

.carousel .item .card-arrow {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
    transition: background 0.2s;
}

.carousel .item .card-arrow:hover {
    background: rgba(255, 255, 255, 0.7);
}

/* Carousel navigation */
.carousel-nav {
    position: absolute;
    bottom: 18px;
    right: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.carousel-nav-btn {
    background: #f5f7ef;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.carousel-nav-btn:hover {
    background: #e0e3d6;
}

.carousel-pagination {
    font-size: 1rem;
    color: #444;
    min-width: 48px;
    text-align: center;
}

/* Responsive */

@media (min-width: 1440px) {
    .carousel .item {
        height: 400px;
    }
}

@media (max-width: 1200px) {
    .main-wrapper {
        flex-direction: column;
        padding: 24px 8px 0 8px;
    }

    .sidebar {
        width: 100%;
        min-width: 0;
        padding-right: 0;
        margin-bottom: 24px;
    }

    .content-area {
        width: 100%;
    }

    .carousel .item {
        height: 360px;
    }
}

@media (max-width: 900px) {
    .carousel .item {
        height: 280px;
    }

    .section-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    .main-wrapper {
        padding: 0;
    }

    .carousel .item {
        height: 260px;
        margin: 0px;
    }

    .carousel .item .card-overlay {
        margin: 8px;
        padding: 10px 12px 10px 10px;
    }

    .carousel-nav {
        right: 8px;
        bottom: 8px;
    }
}

.custom-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-controls button {
    padding: 0px;
    font-size: 16px;
    line-height: 10px;
    background: #EFF2EB;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.custom-controls button#prev svg {
    height: 24px;
    width: 24px;
    transform: rotate(180deg);
}

.custom-controls button#next svg {
    height: 24px;
    width: 24px;
}

.slider-counter {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: rotateY(0deg);
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 8px;
    z-index: 2;
    transform: rotateY(0deg);
    margin: 0px 10px 10px 10px;
    border-radius: 14px;
    /* From https://css.glass */
    background: rgba(21, 21, 21, 0.2);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    min-height: 120px;
    transition: 0.3s ease;


}

.item:hover .slide-content {
    margin: 0px;
    padding: 8px 18px 22px 18px;
    border-radius: 0px;
}

.card-link svg {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.item:hover .card-link svg {
    transform: rotate(45deg);
}

.custom-ingredients-container .slide-description {
    padding-right: 42px;
    color: #FFFFFFBF;
}

.slide-title {
    font-size: 16px;
    margin-bottom: 0.5rem;
    margin-top: 14px;
    font-weight: 500;
    color: #fff;
}

/*               .ingredients-container.testimonial.happy .slick-list.draggable {
                    transform: rotateY(0deg);
                }
                              .ingredients-container.testimonial.happy .slick-list.draggable {
                    transform: rotateY(0deg);
                    padding: 0px !important;
                } */

.ingredients-container.testimonial.happy .slick-track {
    margin-left: 0px;
}

.slide-description {
    line-height: 1.4;
}

.card-link {
    position: absolute;
    top: 0;
    right: 0;

    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    z-index: 3;
    cursor: pointer;
}

.custom-controls {
    margin-bottom: 0px;
    margin-top: 20px;
}
