/* style.css */



* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body {

    font-family: 'Inter', sans-serif;

    overflow-x: hidden;

    background: #fff;

    color: #111;

}



img {

    max-width: 100%;

    display: block;

}



a {

    text-decoration: none;

}





ul {

    list-style: none;

}



.container {

    width: 90%;

    max-width: 1280px;

    margin: auto 5% auto 5%;

}



.menu-toggle {

    display: none;

    font-size: 32px;

    color: #7e170e;

    cursor: pointer;

    z-index: 1001;

}



/* =========================

    HEADER

========================= */



.header {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999;

    padding: 5px 0;

}



.nav-wrapper {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.logo img {

    width: 180px;

}



.nav ul {

    display: flex;

    gap: 30px;

}


.main_header_home .nav ul li a{
    color: #fff;
}
.nav ul li a {

    color: #7e170e;

    font-size: 14px;

    transition: 0.3s;
    font-weight: 500;

}

.main_header_home .nav ul li a:hover{
    color: #ececec !important;
}

.nav ul li a:hover {
    color: #333;
}

.nav ul .dropdown {

    gap: 0px;

    margin-top: 10px;

}



/* =========================

    HERO

========================= */



.hero {

    position: relative;

    background: url('images/full-shot-woman-living-healthy-lifestyle 1.png') center center/cover no-repeat;

    min-height: 900px;

    display: flex;

    align-items: center;

}



.hero-overlay {

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.45);

}



.hero-content {

    position: relative;

    z-index: 2;

    max-width: 700px;

    color: #fff;

}



.trusted-box {

    display: inline-block;

    background: #fff;

    color: #222;

    padding: 10px 18px;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 25px;

}



.hero-content h1 {

    font-size: 78px;

    line-height: 1.05;

    font-weight: 700;

    margin-bottom: 25px;

}



.hero-content h1 span {

    color: #e7ac3c;

}



.hero-content p {

    font-size: 20px;

    line-height: 1.8;

    max-width: 650px;

    margin-bottom: 40px;

}



.hero-buttons {

    display: flex;

    gap: 20px;

}



.btn {

    padding: 16px 28px;

    border-radius: 50px;

    font-weight: 600;

    transition: 0.3s;

}



.primary-btn {

   background: #470904;
    color: #fff;
    border: 1px solid #FAEDE1;

}



.primary-btn:hover {

     background: #FAEDE1;
    color: #470904;
    border: 1px solid #FAEDE1;

}



.secondary-btn {

    background: #fff;

    color: #111;

}



.secondary-btn:hover {

    background: #e4aa43;

}



/* =========================

    STATS

========================= */



.stats-section {

    background: #7e170e;

    padding: 60px 0;

}



.stats-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

    text-align: center;

}



.stat-box h2 {

    color: #fff;

    font-size: 52px;

    margin-bottom: 10px;

}



.stat-box p {

    color: #fff;

    font-size: 18px;

}



/* =========================

    SERVICES

========================= */



.services-section {

    background: #FAEDE1;

    padding: 120px 0;

}



.section-title {

    margin-bottom: 60px;

}



.section-title h2 {

    font-size: 58px;

    margin-bottom: 15px;

}



.section-title p {

    font-size: 22px;

    max-width: 700px;

}



.services-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

}



.service-card {

    background: #fff;

    padding: 18px;

    transition: 0.3s;

}



.service-card:hover {

    transform: translateY(-8px);

}



.service-card img {

    width: 100%;

    height: 220px;

    object-fit: cover;

}



.service-content {

    padding-top: 20px;

}



.service-content h3 {

    font-size: 24px;

    margin-bottom: 15px;
    color: #111;

}



.service-content p {

    color: #777;

    line-height: 1.7;

}



/* =========================

    GLOW UP

========================= */



.glowup-section {

    background: linear-gradient(to bottom, #dfb58d 0%, #FAEDE1 20%, #e5e5e5 42%, #e5e5e5 100%);

    padding: 80px;

}



.glowup-wrapper {

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 80px;

}



.glowup-image img {

    width: 100%;

}



.glowup-content h2 {

    font-size: 56px;

    line-height: 1;

    margin-bottom: 40px;

}



.glowup-content h2 span {

    font-size: 100px;

    font-weight: 800;

}



.glowup-content ul {

    margin-bottom: 40px;

}



.glowup-content ul li {

    font-size: 32px;

    font-weight: 600;

    margin-bottom: 28px;

    position: relative;

    padding-left: 45px;

}



.glowup-content ul li::before {

    content: '★';

    position: absolute;

    left: 0;

    top: 0;

    color: #FAEDE1;

}



.glow-btn {

    display: inline-block;

    background: #FAEDE1;

    color: #111;

    padding: 18px 40px;

    font-weight: 700;

}



/* =========================

    INGREDIENTS

========================= */



.ingredients-section {

    background: #7e170e;

    padding: 120px 0;

}



.ingredients-title {

    text-align: center;

    margin-bottom: 60px;

}



.ingredients-title h2 {

    color: #fff;

    font-size: 58px;

    margin-bottom: 20px;

}



.ingredients-title p {

    color: #fff;

    max-width: 850px;

    margin: auto;

    line-height: 1.8;

}



.ingredients-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

}



.ingredient-card {

    text-align: center;

}



.ingredient-card img {

    width: 100%;

    height: 280px;

    object-fit: cover;

}



.ingredient-card h4 {

    background: #fff;

    padding: 15px;

    font-size: 22px;

}



.ingredient-btn-wrap {

    text-align: center;

    margin-top: 70px;

}



.ingredient-btn {

    display: inline-block;

    background: #470904;
    color: #fff;

    padding: 18px 50px;

    border-radius: 50px;

    font-weight: 700;

}

.ingredient-btn:hover {

    background:#FAEDE1;
    color:#111;

}



.ingredient-btn span {

    font-size: 24px;

}



/* =========================

    FOOTER

========================= */



.footer {

    background: #470904;

    padding: 100px 0 30px;

}



.footer-grid {

    display: grid;

    grid-template-columns: 2fr 1fr 1fr 1fr;

    gap: 50px;

}



.footer-about h3 {

    color: #fff;

    font-size: 42px;

    margin-bottom: 20px;

}



.footer-about p {

    color: #ccc;

    line-height: 1.8;

    margin-bottom: 20px;

}



.footer-contact p {

    margin-bottom: 14px;

    display: flex;

    gap: 20px;

    line-height: 1.2;

}

.footer-contact p img {

    width: 24px;

    height: auto;

    max-height: 24px;

}



.footer-links h4 {

    color: #fff;

    margin-bottom: 20px;

    font-size: 26px;

}



.footer-links ul li {

    margin-bottom: 15px;

}



.footer-links ul li a {

    color: #ccc;

    transition: 0.3s;

}



.footer-links ul li a:hover {

    color: #fff;

}



.footer-bottom {

    margin-top: 60px;

    padding-top: 30px;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    display: flex;

    justify-content: space-between;

    color: #aaa;

}

.footer-bottom p a {

    color: #aaa;

}

.footer-bottom p a:hover {

    color: #e4aa43;

}

/*  dropdown menu  */

/* =========================

    DROPDOWN MENU

========================= */



.has-dropdown {

    position: relative;

}



.has-dropdown>a {

    display: flex;

    align-items: center;

    gap: 6px;

}



.has-dropdown>a::after {

    content: '▾';

    font-size: 12px;

    transition: 0.3s;

}



.has-dropdown:hover>a::after {

    transform: rotate(180deg);

}

.has-dropdown:last-child .dropdown {

    right: 0;

    left: auto;

}

/* Desktop Dropdown */



.dropdown {

    position: absolute;

    top: 110%;

    left: 0;

    min-width: 240px;

    background: #ffffffa8;

    border-radius: 10px;

    overflow: hidden;

    opacity: 0;

    visibility: hidden;

    transition: 0.3s ease;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

    z-index: 999;



    display: flex;

    flex-direction: column;
    /* FIXED */

}



.dropdown li {

    width: 100%;

    display: block;

}



.dropdown li a {

    display: block;

    width: 100%;

    padding: 14px 20px;

    color: #111 !important;

    font-size: 14px;

    transition: 0.3s;

    white-space: nowrap;

}



.dropdown li a:hover {

    background: #7e170e;

    color: #FAEDE1 !important;

}



.has-dropdown:hover .dropdown {

    opacity: 1;

    visibility: visible;

    top: 100%;

}



.trusted-box {

    display: flex;

    align-items: center;

    gap: 12px;



    background: #fff;

    color: #222;

    padding: 12px 20px;

    border-radius: 50px;

    width: fit-content;



    font-size: 14px;

    font-weight: 600;

    margin-bottom: 25px;

}



.stars {

    display: flex;

    gap: 3px;

}



.stars span {

    color: #d9d9d9;

    font-size: 16px;



    animation: starGlow 2.5s infinite;

}



/* Delay each star */



.stars span:nth-child(1) {

    animation-delay: 0s;

}



.stars span:nth-child(2) {

    animation-delay: 0.2s;

}



.stars span:nth-child(3) {

    animation-delay: 0.4s;

}



.stars span:nth-child(4) {

    animation-delay: 0.6s;

}



.stars span:nth-child(5) {

    animation-delay: 0.8s;

}

.product-single-price {

    font-size: 36px;
    line-height: 10px;
    font-weight: 700;
    color: #161616;
    margin: 20px 0;

}

.screen-reader-text {
    clip: unset;
    /* height: 20px;
    overflow: visible; 
    position: relative !important;*/
    width: auto;
    word-wrap: normal !important;
    /* line-height: 30px;
    padding-bottom: 10px; */
    clip-path: unset;
}

.single_add_to_cart_button {
    margin-top: 30px;
}

.woocommerce .quantity .qty {
    width: 50px;
    height: 25px;
    margin-left: 10px;
    text-align: center;
}

.hh_take_challenge_button {
    margin-top: 40px;
}

.hh-challenge-note {
    margin-top: 25px;
    font-size: 14px;
    color: #555;
}

.glowup-content h2 span {
    font-size: 75px;
    font-weight: 800;
}

.woocommerce-page .page-title {
    display: block !important;
    padding-top: 40px;
    margin: 0 auto;
    text-align: center;
}

.page-body .woocommerce h2 {
    margin: 20px auto;
    width: fit-content;
}

.woocommerce-form-login {
    width: 90%;
    margin: 20px auto !important;
    padding: 30px !important;
}

.woocommerce form .form-row .input-text {
    padding: 1em !important;
}

/* Animation */
.woocommerce-account .page-title {
    text-align: left;
    padding-bottom: 20px;
}

.woocommerce-account .inner_page_main {
    padding-bottom: 40px;
}

.woocommerce-account fieldset {
    padding: 40px;
    margin: 10px 0px;
}

@keyframes starGlow {



    0% {

        color: #d9d9d9;

        transform: scale(1);

    }



    20% {

        color: #e4aa43;

        transform: scale(1.15);

    }



    40% {

        color: #e4aa43;

        transform: scale(1.15);

    }



    60% {

        color: #d9d9d9;

        transform: scale(1);

    }



    100% {

        color: #d9d9d9;

        transform: scale(1);

    }



}