﻿@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);

.border-yellow,
.yellow-btn {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.nav-item,
.yellow-btn {
    font-weight: 600
}

.footer-links li a,
.product-list h4,
.product-list select,
.yellow-btn {
    font-family: Inter, sans-serif
}

.contct-rowcard p a,
.qty-changer a,
.yellow-btn {
    text-decoration: none
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif
}

:root {
    --blue-color: #0A2342;
    --yellow-color: #F6BB05;
    --bg-color-peach: #FFF8EF
}

.section-gapping {
    padding: 80px 0
}

html {
    scroll-behavior: smooth
}

.yellow-btn {
    background-color: var(--yellow-color);
    color: #1c1e20;
    border-radius: 5px;
    padding: 12px 40px;
    display: inline-flex;
    font-size: 18px
}

.vitalpromise-h2 {
    font-size: 52px;
    color: var(--blue-color);
    text-transform: capitalize
}

.vitalpromise-h4 {
    font-size: 18px
}

.navbar {
    padding: 10px 0;
    background-color: var(--blue-color)
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.navbar-brand {
    width: 179px
}

.navbar-nav {
    column-gap: 20px
}

.nav-link {
    color: #fff;
    font-size: 20px
}

    .nav-link:hover,
    .navbar-nav .nav-link.active,
    .price h4:last-child {
        color: var(--yellow-color)
    }

.navbar-collapse {
    justify-content: flex-end
}

.border-yellow {
    border: 1px solid var(--yellow-color);
    border-radius: 5px;
    position: relative
}

    .border-yellow #count {
        position: absolute;
        top: -6px;
        right: -7px;
        background: red;
        width: 20px;
        height: 20px;
        text-align: center;
        font-weight: 300;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%
    }

.hero-bnr {
    width: 100%;
    height: 731px;
    position: relative
}

    .hero-bnr::before {
        position: absolute;
        content: '';
        background-image: url('../images/vitalpromise-banner-shade.png');
        width: 55%;
        height: 100%;
        background-size: 100% 100%;
        z-index: 2
    }

    .hero-bnr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    color: #fff
}

.contct-rowcard,
.qty-changer {
    position: relative
}

.hero-content h1 {
    font-size: 67px;
    width: 50%
}

.hero-content h3 {
    font-size: 26px;
    width: 50%
}

.accordion-button.active::after,
.hero-content .yellow-btn {
    color: #fff
}

.featured-product {
    background: var(--bg-color-peach)
}

    .featured-product h2 {
        margin-bottom: 80px
    }

    .featured-product h5 {
        font-size: 22px;
        color: #000;
        margin-bottom: 0
    }

    .featured-product h3 {
        color: #1c1e20;
        font-size: 35px
    }

.product-content h5 {
    font-size: 25px
}

.price h4 {
    color: #a6a6a6
}

    .price h4.cross-price {
        text-decoration: line-through
    }

.product-inner {
    right: 8%;
    bottom: 33%
}

.products .row {
    width: 90%;
    margin: auto
}

.product-list {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
    padding: 30px 5px;
    transition: .3s
}

    .product-list:hover {
        background: rgba(0, 88, 223, .1)
    }

    .product-list h4 {
        color: #282828
    }

    .product-list picture {
        height: 300px;
        display: block;
        padding: 0 30px
    }

    .product-list img {
        width: 100%;
        margin: 0 auto;
        display: block;
        height: 100%;
        object-fit: contain
    }

    .product-list .color-blue {
        color: #0058df;
        margin-bottom: 0
    }

    .product-list select {
        width: 100px;
        font-size: 18px;
        color: var(--blue-color);
        font-weight: 600;
        border-radius: 5px;
        border: 1px solid var(--blue-color);
        padding: 7px 16px;
        appearance: none;
        background-image: url('../images/down-arrow.svg');
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: 74px center;
        cursor: pointer;
        background-color: transparent
    }

.btn-white {
    background-color: #fff;
    border: 1px solid var(--blue-color);
    box-shadow: none;
    transition: .3s
}

.product-list:hover .btn-white {
    background-color: var(--yellow-color);
    border: none
}

.product-list select:focus {
    outline: 0
}

.footer {
    background-color: var(--blue-color);
    padding: 50px 0;
    color: #fff
}

.contact-info {
    width: 60%
}

    .contact-info a,
    .footer-links a {
        font-size: 16px;
        color: #fff;
        text-decoration: none
    }

    .contact-info > div {
        column-gap: 10px
    }

.footer picture {
    height: 100%
}

.footer-title {
    color: var(--yellow-color);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.footer-links {
    list-style: none;
    padding-left: 0
}

    .footer-links li {
        margin-top: 30px
    }

.copyright {
    background-color: var(--yellow-color);
    color: var(--blue-color);
    padding: 10px 0
}

    .copyright p {
        margin-bottom: 0
    }

.product-list select {
    height: 40px
}

.qty-changer input {
    width: 50px;
    text-align: center
}

    .qty-changer input::-webkit-inner-spin-button,
    .qty-changer input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
        pointer-events: none
    }

.qty-changer span {
    color: #000;
    font-size: 18px;
    background: linear-gradient(0deg, #ffdd9c, #e2b251);
    width: 35px;
    display: inline-block;
    padding: 2px;
    height: 33px;
    font-weight: 500;
    cursor: pointer;
}

.contact-wrp {
    padding: 50px 0;
    text-align: center
}

    .contact-wrp h2 {
        font-size: 37px;
        font-weight: 700;
        margin: 0 0 45px;
        font-style: italic;
        color: #8d40e6
    }

.contct-rowcard {
    width: 45%;
    margin: 0 auto 25px;
    background: #f4f4f4;
    padding: 25px 85px;
    border-radius: 15px;
    text-align: center;
    overflow: hidden
}

    .contct-rowcard h3 {
        font-size: 26px;
        font-weight: 600;
        margin: 0 0 10px
    }

    .contct-rowcard p {
        margin: 0;
        font-size: 16px
    }

    .contct-rowcard .icon {
        position: absolute;
        width: 104px;
        left: -11px;
        top: -11px;
        background: #e8e8e8;
        padding: 17px;
        border-radius: 50%
    }

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    content: " ";
    display: flex;
    position: absolute;
    height: 23px;
    width: 28px;
    background-size: 20px;
    background-position: 100%;
    right: 23px
}

.contct-rowcard .icon img {
    filter: grayscale(1)
}

.accordion {
    padding: 5%;
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-width: 0
}

    .accordion .accordion-item {
        border-color: #0a2342
    }

.accordion-button {
    align-items: center;
    background-color: #dddddd7d;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px
}

    .accordion-button:focus,
    .accordion-button:not(.collapsed) {
        box-shadow: 0 0;
        background-color: #e0e8c7;
        color: #000
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("../images/icon-up.svg");
            align-items: center;
            justify-content: center
        }

    .accordion-button::after {
        background-image: url("../images/icon-down.svg");
        align-items: center;
        justify-content: center
    }

    .accordion-button.active {
        color: orange
    }

.accordion-body {
    margin-top: -15px;
    font-size: 15px;
    background: #fff8ef;
    margin-bottom: 15px
}

.faq-accordion .collapse.show {
    padding: 0;
    position: static;
    width: 100%
}

.faq-accordion .accordion-button:hover {
    background-color: #cadf81
}

.contact-info > div,
.product-inner .d-flex {
    justify-content: flex-start
}

.contact-info.mx-auto div:first-child a {
    cursor: default
}

input.no-error,
select.no-error {
    padding-right: 22px !important
}

.disclaimer-txt {
    font-size: 12px;
}

.disclaimer-txt1 {
    font-size: 13px;
    margin: 0;
}

.Ingredients-spl {
    font-size: 14px;
    margin-bottom: 12px;
}

#app_common_modal, #error_handler_overlay {
    overflow: hidden;
}

    #app_common_modal a {
        display: inline-block;
    }

@media (max-width:1400px) {
    .navbar-brand {
        width: 160px
    }

    .hero-content h3 {
        font-size: 23px
    }

    .hero-content h1 {
        font-size: 65px
    }

    .product-list select,
    .yellow-btn {
        font-size: 16px
    }

    .vitalpromise-h2 {
        font-size: 48px
    }

    .contact-info a,
    .featured-product h5,
    .footer-links a,
    .nav-link {
        font-size: 18px
    }

    .featured-product h3 {
        font-size: 32px
    }

    .vitalpromise-h4 {
        font-size: 20px
    }

    .product-list select {
        background-size: 12px 12px
    }

    .footer .footer-logo {
        width: 70%
    }

    .copyright p {
        font-size: 14px
    }

    .footer-links li {
        margin-top: 20px
    }

    .contact-info img {
        width: 24px
    }

    .contact-info > div {
        margin-top: 2rem !important
    }

        .contact-info > div:first-child {
            margin-top: 0 !important
        }
}

@media (max-width:1199.5px) {
    .hero-bnr::before {
        width: 68%
    }

    .product-list picture {
        padding: 0
    }

    .contact-info,
    .footer .footer-logo {
        width: 80%
    }

    .vitalpromise-h4 {
        font-size: 16px
    }
}

@media (max-width:992px) {
    .navbar-brand {
        width: 130px
    }

    .hero-content h1,
    .hero-content h3 {
        width: 75%
    }

    .hero-content h1 {
        font-size: 60px
    }

    .hero-content h3 {
        font-size: 19px
    }

    .hero-bnr {
        height: auto
    }

    .navbar-toggler {
        border: none;
        width: 24px;
        height: auto
    }

        .navbar-toggler:hover {
            background-color: transparent
        }

        .navbar-toggler:focus {
            box-shadow: none
        }

    .navbar-toggler-icon {
        background-image: none;
        height: auto
    }

        .navbar-toggler-icon span {
            width: 100%;
            display: block;
            height: 1px;
            background-color: #fff;
            margin-bottom: 7px;
            transition: .3s
        }

            .navbar-toggler-icon span:last-child {
                margin-bottom: 0
            }

    .navbar-toggler.active .navbar-toggler-icon {
        transform: rotate(90deg);
        transition: .3s
    }

        .navbar-toggler.active .navbar-toggler-icon span {
            transform: rotate(45deg);
            transition: .3s;
            margin-top: -7px;
            background-color: var(--yellow-color)
        }

            .navbar-toggler.active .navbar-toggler-icon span:last-child {
                transform: rotate(-45deg)
            }

            .navbar-toggler.active .navbar-toggler-icon span:nth-child(2) {
                display: none
            }

    .collapse.show {
        position: absolute;
        background-color: var(--blue-color);
        padding: 3rem;
        top: 100%;
        z-index: 9;
        width: 40%;
        right: 20px;
        transition: .3s
    }


    .product-list .collapse.show {
        position: inherit;
        padding: 0;
        background: transparent;
    }

    .nav-item:last-child {
        margin-top: 20px
    }

    .nav-item .border-yellow {
        width: 50px;
        text-align: center
    }

    .product-list {
        width: 70%;
        margin: auto
    }

    .contact-info a,
    .footer-links a {
        font-size: 16px
    }

    .contact-info,
    .footer .footer-logo {
        width: 90%
    }

    .contct-rowcard {
        width: 100%
    }

    .contact-wrp h2 {
        font-size: 28px
    }

    .vitalpromise-h4 {
        font-size: 24px
    }
}

@media(max-width:850px) {
    #app_common_modal_close,
    #error_handler_overlay_close {
        line-height: 27px
    }

    #app_common_modal .app_modal_body {
        margin-top: 25px;
        min-height: 80%
    }

        #app_common_modal .app_modal_body iframe {
            min-height: 84vh;
            /* min-height: 300px; */
        }

    .navbar-toggler {
        width: 40px
    }

    .collapse.show {
        width: 100%;
        right: 0
    }
}

@media (max-width:768px) {
    .table-sec {
        width: 100%!important;
    }
    .hero-content h3 {
        width: 60%
    }

    .hero-bnr::before {
        width: 69%
    }

    .hero-content h1 {
        font-size: 48px
    }

    .featured-product h5,
    .hero-content h3 {
        font-size: 16px
    }

    .product-list select,
    .yellow-btn {
        font-size: 13px
    }

    .product-inner {
        position: relative !important;
        right: 0;
        text-align: center
    }

        .product-content,
        .product-inner .d-flex {
            justify-content: center
        }

    .featured-product h2 {
        margin-bottom: 50px
    }

    .vitalpromise-h2 {
        font-size: 40px
    }

    .footer .footer-logo {
        width: 35%
    }

    .collapse.show,
    .contact-info {
        width: 100%
    }

    .footer {
        padding-top: 100px
    }
}

@media (max-width:576px) {
    .hero-content h1 {
        font-size: 40px
    }

    .hero-content h3 {
        width: 58%
    }

    .navbar-brand {
        width: 100px
    }

    .collapse.show {
        width: 100%;
        left: 0
    }

    .product-list {
        width: 90%
    }

        .product-list picture {
            height: 250px
        }

    .contact-wrp h2 {
        font-size: 22px
    }

    .contct-rowcard {
        padding: 25px 66px
    }

        .contct-rowcard .icon {
            width: 78px
        }

        .contct-rowcard h3 {
            font-size: 20px
        }

    .navbar-toggler {
        position: absolute;
        right: 30px
    }

    #app_common_modal_close,
    #error_handler_overlay_close {
        line-height: 27px
    }
}

@media (max-width:480px) {
    .yellow-btn {
        padding: 10px 36px
    }

    .hero-content h1 {
        font-size: 35px
    }

    .hero-content h3 {
        font-size: 15px
    }

    .faq-accordion .accordion-button {
        font-size: 16px;
        padding-right: 34px
    }

    .accordion-button::after {
        right: 12px
    }

    .accordion-button:not(.collapsed)::after {
        right: 4px
    }

    #app_common_modal .app_modal_body iframe {
        min-height: 75vh
    }
}

@media (max-width:414px) {
    .hero-content h1 {
        font-size: 30px
    }

    .vitalpromise-h4 {
        font-size: 23px
    }
}

@media (max-width:360px) {
    .hero-content h1 {
        font-size: 26px
    }

    .yellow-btn {
        padding: 8px 30px
    }

    .product-list picture {
        height: 250px
    }

    .product-list select {
        background-position: 50px center
    }

    .contct-rowcard p {
        font-size: 14px
    }

    .contct-rowcard h3 {
        font-size: 18px;
        margin: 0 0 6px
    }
}

@media (max-width:1399.5px) {
    .vitalpromise-h4 {
        font-size: 16px
    }

    .product-list select,
    .yellow-btn {
        font-size: 12px
    }

    .product-list select {
        background-position-x: 55px
    }

    .product-list picture {
        padding: 0
    }
}

@media (max-width:1199.5px) {
    .product-list select,
    .yellow-btn {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .featured-product .container {
        max-width: 100%;
    }

    .featured-product .product-inner {
        bottom: auto;
    }

    .mobile-margin {
        margin-top: 3rem !important;
    }
}

@media (max-width:992.5px) {
    .product-list select,
    .yellow-btn {
        font-size: 16px
    }

    .product-list {
        width: 100%;
    }
}

@media (max-width:575px) {
    .mobile-margin {
        margin-top: 3rem !important;
    }
}

.dropbtn:active,
.dropbtn:hover {
    background: #e0e8c7 !important
}

.dropbody {
    padding: 5px 0;
    font-size: 14px;
    margin-top: 1px;
    text-align: left;
    background: 0 0
}

.dropbtn {
    border: 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    background: #ababab
}

.accordion-item,
.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-radius: 20px 20px !important;
    background-color: #e5e5e540;
    padding: 8px 10px
}

.accordion-header,
.accordion > .accordion-item {
    color: var(--bs-accordion-color);
    background-color: none !important;
    border: 0 !important
}

.accordion-button:not(.collapsed)::after {
    background: url(../images/icon-up.svg);
    background: silver url(../images/icon-up.svg);
    align-items: center;
    justify-content: flex-end;
    text-align: end;
    float: inline-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    right: -5px;
    height: 35px;
    top: 0;
    background-size: 19px;
    background-position: center;
    background-repeat: no-repeat
}

.accordion-item {
    background: 0 0
}

.accordion-header {
    height: 35px;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 4px;
    width: 140px;
    margin: 0 auto;
    background: #f3f3f3
}

.accordion-button::after {
    background: silver url(../images/icon-down.svg);
    align-items: center;
    justify-content: flex-end;
    text-align: end;
    float: inline-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    right: -5px;
    height: 35px;
    top: 0;
    background-size: 19px;
    background-position: center;
    background-repeat: no-repeat
}

.accordion-button.dropbtn.collapsed:hover,
.dropbtn:active,
.dropbtn:hover {
    background-color: transparent !important
}

.accordion-item {
    padding: 0
}

.accordion {
    padding: 5px 10px 12px
}

[disabled="disabled"] {
    cursor: not-allowed;
    pointer-events: none; /* Prevents interactions */
    opacity: 0.5; /* Optional: Makes the element visually disabled */
}

.inner-hero-banner {
    background-color: #eff6ff;
    height: 195px;
    padding: 50px;
}
.inner-hero-banner h1 {
    font-size: 50px;
}
.inner-banner-title p {
    font-size: 18px;
}
.cart-head .table-head {
    color: #545454;
    font-size: 12px;
    font-weight:  500;
}
.thank-you-table, .thank-you-text {
    width: 63%;
    margin: auto;
}

.billinginfo {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
    padding: 27px 36px;
    font-size: 14px;
}

.table-sec {
    width: 63%;
}
.nav-item {
    position: relative;
}
 .cartCount {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color:#fff;
}