/* DEFAULT FONT (CONTENT) */
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

a {
    color: #D61010;
}

/* Bootstrap container override */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue', sans-serif;
    color: #422121;
}

.text-dark-new {
    color: #422121 !important;
}

/* TOP BAR */
.topbar {
    background: #FFE3AB;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 400;
}

.topbar span {
    margin: 0 10px;

}

/* NAVBAR */
.main-navbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.main-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.main-navbar.scrolled {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.topbar-content {
    color: #000;
    font-size: 14px;
}

/* LOGO */
.logo {
    height: 54px;
}

/* NAV LINKS */
.nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #422121 !important;
    margin: 0 10px;
}

.nav-link:hover {
    color: #D61010 !important;
}

/* NAV RIGHT ICONS */
.nav-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    transition: 0.3s;
}

.nav-icon:hover img {
    transform: scale(1.1);
}

/* PHONE ICON */
.phone-icon {
    width: 16px;
}

/* CALL BUTTON FIX */
.btn-call {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #D61010;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

/* CALL BUTTON */
.btn-call {
    background: #D61010;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.btn-call:hover,
.btn:hover {
    background: #b91414;
    color: #fff;
    transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 991px) {

    .nav-right {
        margin-top: 15px;
    }

    .nav-link {
        margin: 5px 0;
    }

}

/* HERO */
.hero {
    background: #F9F5EA;

}

/* LEFT */

.hero-left h1 {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #422121;
}

/* POINTS */
.hero-points {
    margin-top: 20px;
}

.hero-points span {
    margin-right: 20px;
    font-size: 16px;
}

.hero-points img {
    width: 18px;
    margin-right: 5px;
}

/* BUTTON */
.hero-btn {
    margin-top: 25px;
    background: #D61010;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
}

/* RIGHT GRID */
.hero-right {
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 30px;
}



/* CUSTOM SHAPES */
.tall {
    grid-row: span 2;
}

.wide {
    grid-column: span 2;
}

/* PRICE BADGE */
.price-badge {
    position: absolute;
    top: 51%;
    left: 7%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    width: 140px;
}

.price-badge p {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

/* PROTEIN BADGE */
.protein-badge {
    position: absolute;
    bottom: 120px;
    right: 45px;
    background: rgba(214, 16, 16, 0.5);
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    width: 140px;
}

.protein-badge p {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

/* HERO RIGHT */
.hero-right {
    position: relative;
}

/* IMAGE WRAPPER */
.hero-image-wrapper {
    position: relative;

}

/* MAIN IMAGE */
.hero-img {
    width: 100%;
    border-radius: 12px;
}



.price-badge small {
    font-size: 12px;
    opacity: 0.8;
}

.price-badge h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}



.protein-badge small {
    font-size: 12px;
}

.protein-badge h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 900;
}

@media(max-width:768px) {

    .hero-image-wrapper {
        padding: 10px;
    }

    .price-badge {
        top: 40%;
        left: 50%;
    }

    .protein-badge {
        bottom: 10px;
        right: 10px;
    }

}

/* HOW SECTION */
.how-section {
    background: #fff;
    padding: 80px 0 0 0;
}

/* TITLE */
.section-title {
    font-size: 35px;
    margin-bottom: 50px;
    color: #422121;
}

/* ROW */
.how-row {
    position: relative;
}



/* ITEM */
.how-item {
    position: relative;
    z-index: 1;

}

/* ICON */
.icon-wrap {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.icon-wrap img {
    width: auto;
}

/* HEADINGS */
.how-item h5 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    color: #422121;
}

/* TEXT */
.how-item p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.7;
}

@media(max-width:768px) {

    .how-line {
        display: none;
    }

    .how-item {
        text-align: center;
        margin-bottom: 40px;
    }

}

/* SECTION */
.featured-section {
    background: #fff;
    padding: 80px 0 120px 0;
}

/* VIEW LINK */
.view-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
    text-decoration: none;
}

.view-link span {
    margin-right: 10px;
    text-decoration: underline;
}

/* CARD */
.meal-card {
    background: #F9F5EA;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
}

/* IMAGE */
.meal-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* CONTENT */
.meal-content {
    padding: 20px 35px;
}

.meal-content p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #422121;
    margin-bottom: 10px;
    font-weight: 700;
}

/* MACROS */
.meal-macros {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.meal-macros div {
    text-align: left;
}

.meal-macros strong {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.meal-macros span {
    font-size: 14px;
    color: #666;
}

/* BUTTON */
.order-btn {
    background: #D61010;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
}

.order-btn:hover {
    background: #b91414;
}

@media(max-width:768px) {

    .meal-img img {
        height: 160px;
    }

    .meal-content {
        padding: 15px;
    }

}

/* GLORY SECTION */
.glory-section {
    background: #FFE3AB;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

/* BACKGROUND ICON (DUMBBELL) */
.glory-section::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 38%;
    transform: translate(-50%, -50%);
    width: 526px;
    height: 214px;
    background: url('../images/bg/dumbbell.png') no-repeat center;
    background-size: contain;
    opacity: 1;
}

/* TITLE */
.glory-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    line-height: 1.1;
    color: #422121;
}

/* TEXT */
.glory-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #422121;
    line-height: 1.8;
    margin-bottom: 15px;
    width: 80%;
    font-weight: 600;
}

.glory-link span {
    margin-right: 10px;
    text-decoration: underline;
}

/* LINK */
.glory-link {
    font-weight: 600;
    text-decoration: none;
    color: #422121;
}

.glory-link:hover {
    text-decoration: underline;
}

@media(max-width:768px) {

    .glory-title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 20px;
    }

    .glory-text {
        text-align: center;
    }

    .glory-link {
        display: block;
        text-align: center;
    }

    .glory-section::before {
        left: 50%;
        width: 250px;
    }

}

/* SECTION */
.athlete-section {
    background: #fff;
    padding: 120px 0 80px 0;
}

/* CARD */
.ath-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}

/* IMAGE */
.ath-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.4s;
}

/* GRADIENT OVERLAY */
.ath-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* controls gradient height */
    padding: 20px;
    color: #fff;
    background: url('../images/athletes/overlay.png') no-repeat bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

/* TEXT */
.ath-overlay p {
    font-size: 16px;
    margin: 0;
}

.ath-overlay span {
    font-size: 14px;
    opacity: 0.9;
}

/* HOVER EFFECT */
.ath-card:hover img {
    transform: scale(1.05);
}

@media(max-width:768px) {

    .ath-card img {
        height: 250px;
    }

    .ath-overlay {
        padding: 15px;
    }

}

/* REVIEW SECTION */
.review-section {
    background: #fff;
    padding: 80px 0;
}

.review-section .container {
    padding: 0 120px;
}

/* TITLE */
.review-title {
    font-size: 35px;
    color: #422121;
}

.review-title span {
    color: #D61010;
    font-weight: bold;
}

/* STARS */
.stars {
    color: #FFC107;
    font-size: 18px;
}

.stars.small {
    font-size: 18px;
}

/* SUBTEXT */
.review-sub {
    font-size: 16px;
    color: #4A4A4A;
}

/* CARD */
.review-card {
    background: #FFFCF7;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    border: 1px solid #E1E1E1;
}

.review-card p {
    font-size: 16px;
    color: #000000;
    margin: 10px 0;
}

.review-card .author {
    font-size: 13px;
    color: #000000;
}

/* ICON ROW */
.review-icons {
    display: flex;
    justify-content: center;
    gap: 50px;
}

/* ICON ITEM */
.icon-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #422121;
}

.icon-item img {
    width: 24px;
}

@media(max-width:768px) {

    .review-icons {
        flex-direction: column;
        gap: 20px;
    }

    .review-card {
        text-align: center;
    }

}

/* FAQ SECTION */
.faq-section {
    position: relative;
    padding: 100px 0;
    background: #f4efe4;
    overflow: hidden;
}

.faq-wrapper.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* BACKGROUND IMAGE */
.faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/bg/faq-bg.png') no-repeat center;
    background-size: contain;
    opacity: 1;
}

/* CONTENT ABOVE BG */
.faq-section .container {
    position: relative;
    z-index: 2;
}

/* WRAPPER */
.faq-wrapper {
    max-width: 800px;
    margin-top: 30px;
}

.accordion-button {
    font-size: 16px;
    font-weight: 500;
}

/* ACCORDION */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* REMOVE DEFAULT ICON */
.accordion-button::after {
    content: "";
    background-image: url('../images/icons/arrow-down.png');
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

/* ACTIVE STATE */
.accordion-button:not(.collapsed) {
    color: #422121;
    background: #fff;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/* BODY */
.accordion-body {
    background: #fff;
    border-radius: 0 0 12px 12px;
    font-size: 16px;
    color: #4A4A4A;
    padding: 15px 20px;
}

@media(max-width:768px) {

    .faq-section {
        padding: 60px 0;
    }

    .faq-wrapper {
        max-width: 100%;
    }

}

/* FOOTER */
.footer-section {
    background: #FFE3AB;
    padding: 70px 0 0px;
}

/* LOGO */
.footer-logo {
    width: 180px;
}

/* SOCIAL */
.social-icons img {
    width: 22px;
    margin-right: 10px;
}

/* HEADINGS */
.footer-section h6 {
    font-family: 'Inter', sans-serif;
    color: #422121;
    margin-bottom: 15px;
    font-weight: 700;
}

/* TEXT */
.footer-section p,
.footer-section li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #422121;
    margin-bottom: 10px;
}

/* LIST */
.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section li {
    margin-bottom: 5px;
}

/* LINE */
.footer-line {
    border-color: #4A4A4A;
    margin: 30px 0;
}

/* LOCATIONS */
.locations h6 {
    margin-bottom: 10px;
}

.locations p {
    margin-bottom: 45px;
    font-size: 14px;
    color: #444444;
}

/* BOTTOM */
.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    color: #422121;
}

.footer-section .container {
    max-width: 1200px;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
    position: fixed;
    bottom: 60px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.whatsapp-btn img {
    width: 60px;
}

/* ── SCROLL TO TOP ── */
.scroll-top {
    position: fixed;
    bottom: 60px;
    right: 28px;
    width: 48px;
    height: 48px;
    background: #D61010;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s, background 0.2s;
    text-decoration: none;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    background: #b91414;
    color: #fff;
}

@media(max-width:768px) {

    .footer-section {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .locations {
        text-align: center;
    }

}

/* BASE ANIMATION */
.animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

/* WHEN ACTIVE */
.animate.show {
    opacity: 1;
    transform: translateY(0);
}

/* VARIANTS */
.fade-up {
    transform: translateY(40px);
}

.zoom-in {
    transform: scale(0.9);
}

.zoom-in.show {
    transform: scale(1);
}

/* DELAYS */
.delay-1 {
    transition-delay: 0.1s;
}

.delay-2 {
    transition-delay: 0.2s;
}

.delay-3 {
    transition-delay: 0.3s;
}

.delay-4 {
    transition-delay: 0.4s;
}

/* CARD HOVER */
.meal-card:hover,
.ath-card:hover,
.review-card:hover {
    transform: translateY(-8px);
    transition: 0.3s;
}

/* BUTTON HOVER */
.btn:hover {
    transform: scale(1.05);
}

.lgt_background {
    background: #f9f5ea;
}

.meal_sel_card .card-body {
    border-top: 4px solid #FFE3AB;
}

.meal_sel_card .card {
    border: 1px solid #dee2e6 !important;
}
.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #D61010 !important;
}