*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	font-family: 'Gilroy', Arial, sans-serif;
	margin: 0;
}

.main-header{
    background:#1a4057;
    color:#fff;
    padding: 8px 0 25px 0;
    position:relative;
    z-index:1;
}

.nav-surface{
    background:#fff;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    margin-top:-18px;      
    position:relative;
    z-index:2;
}

.main-nav a{
  color:#1a4057;
  text-decoration:none;
  font-weight:500;
  font-size:18px;
}

.header-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding: 8px;
}
.header-info {
	display: flex;
	gap: 2rem;
    width: 100%;
    justify-content: space-between;
	align-items: center;
}
.header-info div {
	display: flex;
	align-items: center;
	gap: 0.5rem;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.header-info img{
    width: 24px;
    height: 24px;
}
.main-nav {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 0 0.5rem 0;
    background: #fff;
    position: relative;
    z-index: 0;
}

.logo-container{
    max-width: 200px;
    height: auto;
}

.logo-container img{
    width: 100%;
    height: auto;
}

.navbar-container{
    width: 544px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-nav a {
	color: #1a4057;
	text-decoration: none;
	font-weight: 500;
    font-size: 18px;
}
.main-nav .cta-btn {
	background: #ffb43a;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 24px;
	padding: 0.5rem 1.5rem;
	margin-left: 1rem;
}
.main-content {
	max-width: 1200px;
	margin: 0 auto 80px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 0;

}
.main-section {
	max-width: 540px;
}
.main-section-title {
	color: #1a4057;
	font-weight: 900;
	font-size: 48px;
	line-height: 1.1;
	margin: 0 0 1rem 0;
}
.main-section-subtitle {
	color: #1a4057;
	font-weight: 500;
	font-size: 1rem;
    font-weight: 500;
	margin-bottom: 0.5rem;
    width: 508px;
}
.main-section-description {
	color: #1a4057;
	font-size: 22px;
	margin-bottom: 1.5rem;
}
.main-section-reviews {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}
.main-section-reviews img {
	width: 50px;
	height: 50px;
}

.margin-left-15{
    margin-left: -15px;
}
.main-section-reviews .stars {
	color: #ffb43a;
	font-size: 1.2rem;
	margin-left: 0.5rem;
}
.main-section-reviews .reviews-count {
	color: #1a4057;
	font-size: 1rem;
    font-weight: 500;
}

.main-section-rating{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-section-rating img{
    width: 100px;
    height: auto;
}

.main-aside{
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-aside img {
	width: 340px;
	max-width: 100%;
}
.features-section {
	max-width: 1060px;
	margin: 0 auto 2rem auto;
	background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(30, 61, 82, 0.2);
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2rem;
	gap: 1rem;
    position: relative;
    top: -60px; 
    z-index: 2;
    flex-wrap: wrap;
}
.feature {
    display: flex;
    flex-direction: column;
	text-align: center;
    justify-content: space-around;
    align-items: center;
    width: 130px;
    height: 72px;
}
.feature img {
	height: 32px;
	margin-bottom: 0.5rem;
}
.feature-title {
	color: #1a4057;
	font-weight: 500;
    font-size: 16px;
}

/* Second Section */

.second-section{
    background-color: rgba(255, 251, 245, 1);
}

.section-benefits {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	margin: 50px auto 0 auto;
    height: 475px;
}
.benefits-left {
	display: flex;
	justify-content: center;
    height: 100%;
}

.benefits-info {
    display: flex;
    flex-direction: column;
    max-width: 404px;
}
.benefits-title {
	color: #1a4057;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.15;
	margin-bottom: 15px;
}
.benefits-description {
	color: #1a4057;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 500;
	max-width: 374px;
    font-weight: 500;
}
.benefits-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.benefits-bottle {
	width: 170px;
	max-width: 100%;
	margin: 0 2rem;
}
.benefits-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
    gap: 25px;
    max-width: 525px;
}
.benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 1.2rem;
}
.benefit-icon {
	width: 70px;
	height: 70px;
	object-fit: contain;
}
.benefit-title {
	color: #1a4057;
	font-weight: 900;
	font-size: 1.15rem;
}
.benefit-text {
	color: #1a4057;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.benefits-btn {
	background: #ffb43a;
    text-decoration: none;
	font-weight: 600;
	border-radius: 24px;
	padding: 0.5rem 1.5rem;
    width: fit-content;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: center;
}

/* THIRD SECTION */

.third-section {
    background: linear-gradient(154deg, rgba(26, 60, 80, 1) 0%, rgba(11, 28, 39, 1) 100%);
    padding: 146px 0 126px 0;
}

.third-section-container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.third-section-header{
    max-width: 710px;
    width: 100%;
}

.third-section-header h2{
    font-size: 48px;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
}


.third-section-content{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.third-section-image{
    max-width: 340px;
    height: auto;
}

.third-section-image img{
    max-width: 100%;
    height: auto;
    box-shadow: 0px 10px 40px -10px rgb(216 216 216 / 83%);
    border-radius: 20px;
}

.third-section-text{
    display: flex;
    flex-direction: column;
    gap: 37px;
    max-width: 572px;
    width: 100%;
}

.third-section-items{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.third-section-items h3{
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    font-weight: 700;
}

.third-item{
    display: flex;
    gap: 10px;
    align-items: center;
}

.third-item img{
    width: 28px;
    height: 28px;
}

.third-section-items p{
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 600;
}

.signs-btn{
    background: #ffb43a;
    text-decoration: none;
	font-weight: 600;
	border-radius: 24px;
	padding: 0.5rem 1.5rem;
    width: fit-content;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: center;
    font-family: "Gilroy";
    cursor: pointer;
}

/* FOURTH SECTION */

.fourth-section{
    background-color: rgba(255, 251, 245, 1);
    padding-top: 100px;
}

.fourth-container{
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: auto;
}

.fourth-header{
    width: 551px;
}

.fourth-header h2{
    font-size: 48px;
    font-weight: 900;
    color: rgba(30, 61, 82, 1);
    text-align: center;
    margin-bottom: 30px;
}

.fourth-content{
    display: flex;
    width: 100%;
    position: relative;  
}

.fourth-item{
    margin-bottom: 46px;
}

.left-side{
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative; 
    z-index: 1;
}

.left-side h3{
    font-size: 20px;
    font-weight: 700;
    color: #1a4057;
    margin-bottom: 10px;
}

.left-side p{
    font-size: 16px;
    font-weight: 500;
    color: #1a4057;
}

.center-side{
    position:relative;
    width: 770.92px; 
    height: auto;
    z-index:0;
}

.center-side img{
    position: absolute;
    left: 9%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: auto;
    z-index: 0;        
}

/* COMPETITORS COMPARISION */

.compare{ 
    padding: 70px 0; 
    width: 100%;
}
.compare-card{
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 28px 32px;
    border-radius: 18px;
    color:rgba(255, 255, 255, 1);
    background: linear-gradient(158deg, #41718A 0%, #1E3D52 100%);
    box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

.compare-header{
    display:flex;
    justify-content:space-between;
    gap: 24px;
    margin-bottom: 18px;
    width: 71%;
}
.compare-header h3{
    font-size: 26px; 
    font-weight: 700; 
    line-height: 1.3; 
    max-width: 520px;
}
.compare-headings{
    display:flex; 
    gap: 24px;
    margin-top: 60px;
    font-size: 18px;
}
.compare-headings .col{
    width: 140px;
    text-align: center;
    font-weight: 600;
}

/* Rows */
.compare-rows{ 
    display:flex; 
    flex-direction:column; 
    gap:14px; 
    width: 71%;
}
.row{
    display:flex; 
    align-items:center;
    gap: 24px;
}
.row .feat{
    flex: 1 1 auto;
    max-width: calc(100% - (140px * 2) - 48px);
    line-height: 1.45;
    font-size: 18px;
    font-weight: 500;
}
.row .col{
    width: 140px;
    display:flex; 
    justify-content:center;
}

/* Icons */
.dot{
    width: 28px; 
    height: 28px;
}

/* Pills img */
.caps-decor{
    position: absolute;
    right: -4px;
    bottom: -122px;
    width: 300px;
}

/* FIFTH SECTION */

.fifth-section{
    background-color: rgba(255, 251, 245, 1);
    padding-top: 70px;
    padding-bottom: 100px;
}

.fifth-container{
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: auto;
}

.fifth-header{
    width: 551px;
}

.fifth-header h2{
    font-size: 48px;
    font-weight: 900;
    color: rgba(30, 61, 82, 1);
    text-align: center;
    margin-bottom: 30px;
}

.fifth-content{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.fifth-items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 463px;
    width: 100%;
    gap: 10px;
}

.fifth-item{
    display: flex;
    gap: 20px;
    align-items: center;
}

.fifth-item img{
    width: 80px;
    height: 80px;
}

.fifth-item h4{
    font-size: 18px;
    font-weight: 700;
    color: #1a4057;
}

.fifth-item p{
    font-size: 16px;
    font-weight: 500;
    color: #1a4057;
}

.ingredients-image-container{
    max-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 55px;
}

.ingredients-image{
    max-width: 152px;
    width: 100%;
}

.ingredients-image img{
    width: 100%;
    height: auto;
}

.ingredients-btn{
    background: #ffb43a;
    text-decoration: none;
	font-weight: 600;
	border-radius: 24px;
	padding: 0.5rem 1.5rem;
    width: fit-content;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: center;
    font-family: "Gilroy";
    border: none;
    cursor: pointer;
}

/* SIXTH SECTION */

.sixth-section {
    position: relative;
    background: linear-gradient(154deg, rgba(26, 60, 80, 1) 0%, rgba(11, 28, 39, 1) 100%);
    padding-top: 70px;
    margin-bottom: 60px;
}

.sixth-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 825px;  
    height: 769px;
    background-image: url('https://img.avenaglp.com/picture_people.webp');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 0; 
}


.sixth-container{
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin: auto;
    height: 680px;
}

.sixth-header{
    width: 551px;
    text-align: left;
}

.sixth-header h2{
    font-size: 48px;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
}

.sixth-header h3{
    font-size: 26px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.sixth-content{
    display: flex;
    gap: 25px;
    max-width: 805px;
    width: 100%;
    align-items: flex-start;
}

.reviews-first-column, .reviews-second-column{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.review-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
    max-width: 390px;
    width: 100%;
    background-color: #2F3E47;
    border-radius: 15px;
}

.reviews-btn{
    background: #ffb43a;
    text-decoration: none;
	font-weight: 600;
	border-radius: 24px;
	padding: 0.5rem 1.5rem;
    width: fit-content;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: center;
    font-family: "Gilroy";
    border: none;
    cursor: pointer;
}

.reviewer-info{
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviewer-info img{
    width: 49px;
    height: 49px;
}

.review-item p{
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
}

.reviewer-info p{
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
}

/* FOOTER */

footer{
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}

.footer-logo{
    max-width: 212px;
    height: auto;
    margin-bottom: 25px;
}

.footer-logo img{
    width: 100%;
    height: auto;
}

.footer-links{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-links div{
    max-width: 390px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-links div h5{
    font-size: 14px;
    font-weight: 700;
    color: rgba(62, 87, 104, 1);
}

.footer-links div p{
    font-weight: 400;
    font-size: 12px;
    color: rgba(62, 87, 104, 1);
}

/* MOBILE */

.header-mobile, .third-section-image-mobile, .compare-mobile, .fifth-content-mobile, .sixth-section-mobile{
    display: none;
}

.benefits-btn-mobile{
    display: none;
    background: #ffb43a;
    text-decoration: none;
	font-weight: 600;
	border-radius: 24px;
	padding: 0.5rem 1.5rem;
    width: 95%;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
}



@media (max-width: 768px) {
    html, body { overflow-x: hidden; }
    .main-header{
        display: none;
    }
    .header-mobile{
        display: block;
    }
    .main-header-mobile{
        background:#1a4057;
        color:#fff;
        padding: 8px 0;
        position:relative;
        z-index:1;
    }

    .header-info-mobile{
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
    }

    .header-info-mobile img{
        width: 20px;
        height: auto;
    }

    .header-info-mobile span{
        display: flex;
        align-items: center;
    }
    .main-nav {
    padding: 1rem;
    }
    .logo-container{
        max-width: 150px;
    }
    .nav-surface{
        display: none;
    }
    .navbar-container {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background: white;
        width: 200px;
        padding: 1rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .navbar-container.active {
        display: flex; 
        align-items: flex-end;
        width: fit-content;
        gap: 10px;
    }

    .menu-toggle {
        font-size: 24px;
        background: none;
        border: none;
        cursor: pointer;
        color: #1a4057;
    }

    .main-nav-mobile {
        justify-content: space-between;
    }

    /* MAIN CONTENT */
    .main-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .main-aside img{
        max-width: 300px;
        height: auto;
        width: 100%;
    }
    .main-section{
        width: 90%;
    }
    .main-section-subtitle{
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin-bottom: 9px;
    }
    .main-section-title{
        font-size: 35px;
        text-align: center;
        margin-bottom: 18px;
    }
    .main-section-description{
        font-size: 18px;
        text-align: center;
        line-height: 30px;
        margin-bottom: 2.5rem;
    }
    /*FEATURES */
    .features-section{
        position: relative;
        width: 78%;
        margin-bottom: 0;
        overflow-x: hidden;
        overflow-y: visible;  
    }
    .section-benefits{
        flex-direction: column;
        height: auto;
        margin-top: 0;
        position: relative;
        width: 90%;
        overflow: visible;                  
        padding-top: 60px; 
        padding-bottom: 40px;
    }
    .benefits-center{
        position: absolute;
        top: 0;                             
        right: 0;                           
        transform: translate(50px, -9px) rotate(335deg);
    }
    .benefits-bottle {
        width: 220px;
        max-width: 100%;
        transform: scaleX(-1);
        object-fit: cover;
    }
    .benefits-title{
        font-size: 32px;
        width: 300px;
        margin-bottom: 30px;
    }
    .benefits-btn{
        display: none;
    }
    .benefits-btn-mobile{
        display: block;
    }
    /* THIRD SECTION */
    .third-section-container{
        width: 90%;
        gap: 40px;
    }
    .third-section{
        padding-top: 20px;
        padding-bottom: 65px;
    }
    .third-section-image-mobile{
        display: block;
        max-width: 390px;
        width: 100%;
        margin: 0 auto;
    }
    .third-section-image-mobile img{
        width: 100%;
        height: auto;
        box-shadow: 0px 10px 40px -10px rgb(216 216 216 / 83%);
        border-radius: 20px;
    }
    .third-section-header h2{
        font-size: 32px;
    }
    .third-section-image{
        display: none;
    }
    .third-section-items h3{
        font-size: 21px;
        width: 345px;
    }
    .third-section-items{
        gap: 20px;
    }
    .third-section-items p{
        font-size: 16px;
    }
    .third-item img{
        width: 22px;
        height: 22px;
    }
    .signs-btn{
        width: 90%;
        margin: auto;
    }
    /* FOURTH SECTION */
    .fourth-section{
        padding-top: 60px;
    }
    .center-side img {
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(84%, -203%);
        width: 332px;
        height: auto;
        z-index: 0;
    }
    .fourth-header{
        width: 90%;
    }
    .fourth-header h2{
        font-size: 32px;
        width: 60%;
        text-align: left;
    }
    .fourth-content {
        display: flex;
        width: 90%;
        position: relative;
        flex-direction: column;
    }
    .left-side, .right-side{
        max-width: 100%;
        width: 100%;
    }
    .compare{
        display: none;
    }
    .compare-mobile{
        width: 90%;
        display: block;
    }
    .compare-card-mobile{
        position: relative;
        margin: 0 auto;
        width: 100%;
        padding: 28px 32px;
        border-radius: 18px;
        color: rgba(255, 255, 255, 1);
        background: linear-gradient(158deg, #41718A 0%, #1E3D52 100%);
        box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
    }
    .compare-header-mobile{
        position: relative;
        z-index: 1;  
        margin-bottom: 40px;
    }
    .compare-header-mobile h3{
        font-size: 32px; 
        font-weight: 700; 
        width: 400px;
    }
    .compare-header-mobile img{
        position: absolute;
        width: 196px;
        height: auto;
        left: 0;
        top: 0;
        transform: translate(220%, -22%);
    }
    .compare-item-mobile{
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    .compare-items-mobile{
        display: flex;
        flex-direction: column;
    }
    .compare-items-mobile h3{
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .compare-item-mobile img{
        width: 28px;
        height: 28px;
    }
    .compare-item-mobile p{
        font-size: 16px;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
    }
    .fifth-container{
        width: 100%;
    }
    .fifth-header{
        width: 100%;
    }
    .fifth-content{
        display: none;
    }
    .fifth-header h2{
        font-size: 32px;
    }
    .fifth-content-mobile{
        display: block;
        width: 90%;
    }
    .ingredients-pill{
        width: 150px;
        height: auto;
        position: absolute;
        z-index: 1;
    }
    .fifth-items-mobile{
        position: relative;
        display: flex;
        flex-direction: column;
        z-index: 2;
        width: 625px;
        margin-bottom: 40px;
    }
    .fifth-item-mobile{
        display: flex;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .fifth-item-mobile img{
        width: 60px;
        height: 60px;
    }
    .fifth-item-mobile h4{
        font-size: 18px;
        font-weight: 700;
        color: #1a4057;
    }
    .fifth-item-mobile p{
        font-size: 16px;
        font-weight: 500;
        color: rgba(62, 87, 104, 1);
    }
    .margin-left-auto{
        margin-left: auto;
    }
    .margin-right-auto{
        margin-right: auto;
    }
    .pill-left{
        left: 0;
        top: 0;
        transform: translate(-105%, -5%) rotate(4deg);
    }
    .pill-right{
        right: 0;
        top: 0;
        transform: translate(113%, -10%) rotate(-4deg);
    }
    .sixth-section{
        display: none;
    }
    .sixth-section-mobile{
        display: block;
        background: linear-gradient(154deg,rgba(26, 60, 80, 1) 0%,rgba(11, 28, 39, 1) 100%);
        padding: 50px 0 30px 0;
    }
    .sixth-container-mobile{
        width: 90%;
        margin: auto;
    }
    .sixth-header-mobile{
        position: relative;
        margin-bottom: 50px;
    }
    .sixth-header-text-mobile{
        color: rgba(255, 255, 255, 1);
        width: 250px;
    }
    .sixth-header-mobile h2{
        font-size: 38px;
        font-weight: 900;
    }
    .sixth-header-mobile h3{
        font-size: 21px;
        font-weight: 700;
    }
    .sixth-header-mobile img{
        width: 150px;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(158%, -43%);
        filter: drop-shadow(4px 7px 18px #cacaca);
    }
    /* ===== Reviews (mobile, 1 card at the time) ===== */
    .reviews-wrapper{
        position: relative;
        overflow: hidden;      
        width: 100%;
        margin-inline: auto;
    }
    #reviews-track{
        display: flex;
        will-change: transform;
        transition: transform .5s ease;
        margin-bottom: 25px;
    }
    .review-item-mobile{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        padding: 28px;
        width: 100%;          
        max-width: 100%;      
        height: 320px;
        background-color: #2F3E47;
        border-radius: 15px;
        box-sizing: border-box;
        flex: 0 0 100%;        
    }
    .review-item-mobile p{
        font-size: 18px;
        font-weight: 400;
        color: #FFF;
        line-height: 1.4;
    }
    .reviewer-info-mobile p{
        font-size: 16px;
        font-weight: 500;
        color: #FFF;
    }
    /* Dots */
    .review-dots{
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 12px;
        margin-bottom: 30px;
    }
    .review-dot{
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #cfd4dc;
        opacity: .6;
        border: 0;
        cursor: pointer;
        padding: 0;
    }
    .review-dot.active{
        opacity: 1;
        background: #1e3d52;
    }
    @media (prefers-reduced-motion: reduce){
        #reviews-track{ transition: none; }
    }
    .reviews-btn{
        width: 100%;
        margin: auto;
    }
    /* FOOTER*/
    footer{
        width: 90%;
        margin: auto;
    }
    .footer-links{
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 450px) {
    .fifth-items-mobile{
        width: 300px;
    }
    .fourth-header h2{
        font-size: 32px;
        width: 180px;
        text-align: left;
    }
    .center-side img {
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(13%, -225%);
        width: 332px;
        height: auto;
        z-index: 0;
    }
    .compare-header-mobile h3{
        font-size: 32px; 
        font-weight: 700; 
        width: 259px;
    }
    .benefits-bottle {
        width: 140px;
        max-width: 100%;
        transform: scaleX(-1);
        object-fit: cover;
    }
    .features-section{
        position: relative;
        width: 90%;
        margin-bottom: 0;
        overflow-x: hidden;
        overflow-y: visible;  
    }
}
