body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #022425;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif", serif;
}

section {
    padding: 50px 0px;
}

.spacer {
    height: 40px;
    display: block;
}

.color {
    color: #5BA228;
}

.color-2 {
    color: #CAF948;
}

.color-dark {
    color: #022425;
}

.font-primary {
    font-family: "Noto Serif", serif;
}

.font-secondary {
    font-family: "Open Sans", sans-serif;
}

.b-radius-15 {
    border-radius: 15px;
}

/*Button*/
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

button.button {
    color: #022425;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding: 15px 25px;
    border: 0px;
    border-radius: 27px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    transition: .3s all ease-in;
}

#header {
    padding-top: 16px;
    background-color: transparent;
    z-index: 9999;
}

#header button.button {
    font-size: 10px;
    line-height: 13px;
    padding: 0px 0px !important;
    font-weight: 600;
    max-width: 115px;
    width: 100%;
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
}

#mainNav {
    background: transparent;
    transition: all 0.3s ease;
}

#mainNav.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/*Header Css*/
.navbar {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.hide {
    transform: translateY(-100%);
}

.show {
    transform: translateY(0);
}

#header .navbar {
    color: #010101;
    transition: all 0.4s;
}

#header .navbar-brand img {
    width: 70px;
}

#header .navbar-brand h2 {
    color: #ffffff;
}

#header .navbar-nav .nav-link {
    padding: 15px 25px;
    font-family: "Open Sans", sans-serif;
    background: transparent;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    transition: all 0.5s;
    color: #022425;
    text-transform: capitalize;
    display: flex;
    justify-content: start;
    align-items: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #eeeeee;
}

#header .navbar-toggler {
    border: 0;
}

#header .button {
    padding: 15px 40px;
    width: 215px;
}

/* Offcanvas Menu */
#mobileMenu {
    width: 320px;
}

@media (min-width: 768px) {

    #header .navbar-brand img {
        width: 145px;
    }

    #header .navbar-nav .nav-link {
        border: 0px;
        padding: 15px 5px;
        margin: 0 32px;
        justify-content: center;
        align-items: center;
    }

}

/* Button on scroll */
#mainNav.scrolled button.button {
    background-color: #CAF948;
    border-color: #CAF948;
    color: #000;
}

.bg-gradient-3 {
    background: linear-gradient(180deg, #CAF948 -21.08%, #FFFFFF 81.17%);
}

/* Product Hero Section Start */
#product-hero-section {
    margin-top: calc(-16px - var(--navbar-height));
    min-height: 616px;
    background-color: #fff;
}

#product-hero-section .product-content {
    width: 100%;
    padding-top: 87px;
}

#product-hero-section .product-content .product-content-inner img {
    max-width: 194px;
    width: 100%;
}

#product-hero-section .product-content .product-content-inner .product-details {
    margin-top: 20px;
}

#product-hero-section .product-content .product-content-inner .product-details h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

#product-hero-section .product-content .product-content-inner .product-details p {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

#product-hero-section .product-content .product-content-inner .product-details button.button {
    max-width: 205px;
    width: 100%;
    height: 35px;
    border-radius: 27px;
    font-size: 12px;
    line-height: 15px;
    margin-top: 45px;
    background-color: #CAF948;
    margin-left: auto;
    margin-right: auto;
}

/* Product Feature Section */
#product-feature-section {
    width: 100%;
}

#product-feature-section .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    white-space: nowrap;
}

#product-feature-section .feature-item img {
    max-width: 30px;
    width: 100%;
}

#product-feature-section .feature-item span {
    font-size: 12px;
    line-height: 15px;
}

@media (max-width: 767px) {
    #product-feature-section .feature-item {
        justify-content: center;
    }
}

/* Swiper Slider */
.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Reset Swiper default buttons */
.swiper.reviewSwiper {
    overflow-x: hidden;
}

.swiper-navigation-icon {
    display: none;
}

/* Digestion Section */
#digestion-section {
    width: 100%;
    margin-top: 80px;
}

#digestion-section .digestion-inner {
    width: 100%;
    margin: auto;
}

#digestion-section .digestion-inner .digestion-content {
    width: 100%;
    margin-bottom: 30px;
}

#digestion-section .digestion-inner .digestion-content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

#digestion-section .digestion-inner .digestion-content p,
#digestion-section .digestion-inner .digestion-img p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
}

#digestion-section .digestion-inner .digestion-img img.other {
    max-width: 180px;
    width: 100%;
    margin-top: 0px;
}

#digestion-section .digestion-inner .digestion-img img.agni {
    max-width: 160px;
    width: 100%;
}

/* Consistent Digestion Section */
#consistent-digestion-section {
    width: 100%;
    margin-top: 60px;
}

#consistent-digestion-section .consistent-digestion-inner {
    width: 100%;
    margin: auto;
}

#consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content {
    width: 100%;
    max-width: 250px;
    margin-bottom: 0px;
    margin-top: 30px;
}

#consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

#consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content ul {
    padding-left: 20px;
}

#consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content ul li {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5px;
}

#consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content h6 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
}

#consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content button.button {
    max-width: 160px;
    width: 100%;
    height: 35px;
    border-radius: 27px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    background-color: #CAF948;
}

#consistent-digestion-section .consistent-digestion-inner img {
    width: 100%;
}

/* Working Together Section Section */
#working-together-section {
    width: 100%;
    margin-top: 100px;
}

#working-together-section .working-together-inner {
    width: 100%;
    margin: auto;
}

#working-together-section .working-together-inner h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
}

#working-together-section .working-together-inner .ingredient-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

#working-together-section .working-together-inner .ingredient-card img {
    max-width: 300px;
    width: 100%;
    min-height: 487px;
}

/* Bottom fade overlay */
#working-together-section .working-together-inner .ingredient-card .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.80);
}

/* Content */
#working-together-section .working-together-inner .ingredient-card .content {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    z-index: 2;
    color: #000;
}

#working-together-section .working-together-inner .ingredient-card h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

#working-together-section .working-together-inner .ingredient-card ul {
    padding-left: 0px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    list-style: none;
}

#working-together-section .working-together-inner .ingredient-card p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    margin: 0;
}

/* Swiper spacing */
#working-together-section .working-together-inner .ingredientSwiper .swiper-slide {
    width: 300px;
}

/* Desktop */
@media (min-width: 992px) {
    .ingredientSwiper .swiper-slide {
        width: 33.33%;
    }
}

/*  Agni Different Section Section */
#agn1-different-section {
    width: 100%;
    margin-top: 60px;
}

#agn1-different-section .agn1-different-inner {
    width: 100%;
    margin: auto;
}

#agn1-different-section .agn1-different-inner h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px;
}

#agn1-different-section .agn1-different-inner .custom-table {
    border-collapse: collapse;
    overflow-x: scroll;
    width: 100%;
}

#agn1-different-section .agn1-different-inner .custom-table td {
    padding: 20px 15px 15px;
    border-bottom: 1px solid #000000;
    position: relative;
    height: 75px;
}

#agn1-different-section .agn1-different-inner .custom-table .agn1-heading,
#agn1-different-section .agn1-different-inner .custom-table .agn1-row {
    padding: 0px 15px;
    border-bottom: 1px solid #000000;
    position: relative;
    height: 75px;
}

#agn1-different-section .agn1-different-inner .custom-table td.heading {
    font-size: 12px;
    line-height: 16px;
}

#agn1-different-section .agn1-different-inner .custom-table td {
    font-size: 10px;
    line-height: 13px;
}

/* Reset background first */
#agn1-different-section .agn1-different-inner .custom-table .center-col {
    background: linear-gradient(180deg, #D8FB79 0%, #FFFFFF 105.14%);
}

#agn1-different-section .agn1-different-inner .custom-table td.text-muted {
    color: #8D8D8D;
}

#agn1-different-section .agn1-different-inner .custom-table thead th {
    border-bottom: 1px solid #000000;
    font-weight: 600;
}

#agn1-different-section .agn1-different-inner .custom-table td,
#agn1-different-section .agn1-different-inner .custom-table th {
    border-left: none;
    border-right: none;
}

#agn1-different-section .agn1-different-inner .custom-table td.agn1-col {
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 0;
}

#agn1-different-section .agn1-different-inner .agn1-col-inner {
    margin-top: 2px;
}

/* Agni Different Section Section */
#agn1-work-section {
    width: 100%;
    margin-top: 75px;
}

#agn1-work-section .agn1-work-inner {
    width: 100%;
    margin: auto;
}

#agn1-work-section .agn1-work-inner h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 17px;
}

#agn1-work-section .agn1-work-inner h6 {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 17px;
}

#agn1-work-section .agn1-work-inner .work-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 18px;
}

#agn1-work-section .agn1-work-inner .work-card img {
    width: 100%;
    min-height: 370px;
    object-fit: cover;
}

#agn1-work-section .agn1-work-inner .work-card .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.80);
}

#agn1-work-section .agn1-work-inner .work-card .content {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    z-index: 2;
    color: #000;
}

#agn1-work-section .agn1-work-inner .work-card h4 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}

#agn1-work-section .agn1-work-inner .work-card p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    margin: 0;
}

#agn1-work-section .agn1-work-inner .workSwiper .swiper-slide {
    width: 300px;
}

@media (min-width: 992px) {
    #agn1-work-section .agn1-work-inner .workSwiper .swiper-slide {
        width: 33.33%;
    }
}

/* Daily Restoration Section Section */
#daily-restoration-section {
    width: 100%;
    margin-top: 90px;
}

#daily-restoration-section .daily-restoration-inner {
    width: 100%;
    margin: auto;
}

#daily-restoration-section .daily-restoration-inner h2 {
    font-size: 28px;
    line-height: 30px;
}

#daily-restoration-section .daily-restoration-inner h2 span {
    color: #1E5722;
}

#daily-restoration-section .daily-restoration-inner h5 {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 20px;
}

/* Real Experiences Section Section */
#real-experiences-section {
    width: 100%;
    margin-top: 90px;
}

#real-experiences-section .real-experiences-inner {
    width: 100%;
    margin: auto;
}

#real-experiences-section .real-experiences-inner h2 {
    font-size: 22px;
    line-height: 27px;
    margin-left: 20px;
    margin-bottom: 57px;
}

#real-experiences-section .real-experiences-inner .experiences-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 18px;
}

#real-experiences-section .real-experiences-inner .experiences-card img {
    max-width: 280px;
    width: 100%;
    min-height: 425px;
    object-fit: cover;
}

#real-experiences-section .real-experiences-inner .experienceSwiper .swiper-slide:first-child .experiences-card img {
    border-radius: 50%;
}

/* Product Section */
#product-3-section {
    width: 100%;
    margin-top: 90px;
}

#product-3-section .product-3-inner {
    width: 100%;
    margin: auto;
}

#product-3-section .product-3-inner h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
}

#product-3-section .product-3-inner p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
}

#product-3-section .product-3-inner button.button {
    width: 191px;
    height: 35px;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    background: #CAF948;
}

#product-3-section .product-3-inner .product-box button.button {
    width: 303px !important;
    height: 44px;
    font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
    background: #CAF948;
}

#product-3-section .product-3-inner .product-box .card {
    background-color: #eee;
    border-radius: 20px;
}

#product-3-section .product-3-inner .product-image-slider {
    position: relative;
    overflow: hidden;
    background: #2f4842;
    border-radius: 20px;
}

#product-3-section .product-3-inner .slider-track {
    display: flex;
    transition: transform 0.4s ease;
    width: 100%;
    border-radius: 20px;
}

#product-3-section .product-3-inner .slider-track img.product-img {
    width: 100%;
    padding: 0px 30px;
    border-radius: 20px;
    height: 312px;
    object-fit: cover;
}

#product-3-section .product-3-inner .product-box img.product-img-2 {
    max-width: 208px;
    width: 100%;
    margin: auto;
    height: 312px;
    object-fit: cover;
    border-radius: 20px;
}

#product-3-section .product-3-inner .prodSwiper .swiper-slide:nth-child(2) .product-box {
    border-radius: 20px;
}

#product-3-section .product-3-inner .img-nav {
    position: absolute;
    top: 0;
    bottom: 0px;
    background: #2f4842;
    width: 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all .3s;
}

#product-3-section .product-3-inner .img-nav img {
    opacity: .38;
    width: 18px;
    height: auto;
}

#product-3-section .product-3-inner .img-nav:hover img {
    opacity: 1;
}

#product-3-section .product-3-inner .img-nav.active img {
    opacity: 1;
}

#product-3-section .product-3-inner .img-nav.prev {
    left: 0px;
    padding-left: 10px;
}

#product-3-section .product-3-inner .img-nav.next {
    right: 0px;
    padding-right: 10px;
}

.swiper.prodSwiper,
.swiper.togetherSwiper,
.swiper.systematicSwiper {
    overflow-x: hidden;
}

.swiper-navigation-icon {
    display: none;
}

.prodSwiper {
    overflow: visible;
}

.prodSwiper .swiper-button-prev,
.prodSwiper .swiper-button-next {
    width: auto;
    height: auto;
    opacity: 1;
    color: inherit;
}

/* Common button style (reuse your existing styles) */
.prodSwiper .custom-nav {
    background: #BED9F3;
    border-radius: 2px;
    width: 36px;
    height: 34px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}

/* Remove Swiper default arrow */
.prodSwiper .swiper-button-prev::after,
.prodSwiper .swiper-button-next::after {
    display: none;
}

.prodSwiper .custom-nav img,
.togetherSwiper .custom-nav img,
.systematicSwiper .custom-nav img {
    width: 8px;
}

/* Hover & active */
.prodSwiper .custom-nav:hover,
.prodSwiper .custom-nav:active,
.prodSwiper .custom-nav.active {
    background-color: #022425;
}

/* MOBILE: bottom center */
@media (max-width: 767px) {

    .prodSwiper .swiper-button-prev.custom-nav,
    .prodSwiper .swiper-button-next.custom-nav {
        bottom: -0px;
        top: auto;
        left: 58%;
        transform: translateX(-50%);
    }

    .prodSwiper .swiper-button-prev.custom-nav {
        margin-left: -45px;
    }

    .prodSwiper .swiper-button-next.custom-nav {
        margin-left: 0px;
    }
}

/* Every Batch Section */
#every-batch-section {
    width: 100%;
    margin-top: 60px;
}

#every-batch-section .every-batch-inner {
    width: 100%;
    margin: auto;
}

/* Every Batch Section Section */
#every-batch-section {
    width: 100%;
    margin-top: 60px;
}

#every-batch-section .every-batch-inner {
    width: 100%;
    margin: auto;
}

#every-batch-section .every-batch-inner .purple-box,
#every-batch-section .every-batch-inner .orange-box {
    width: 100%;
    max-width: 321px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    border-radius: 7px;
    margin-bottom: 10px;
}

#every-batch-section .every-batch-inner .purple-box {
    background-color: #BDC2F7;
}

#every-batch-section .every-batch-inner .orange-box {
    background-color: #FFA716;
}

#every-batch-section .every-batch-inner h4 {
    font-size: 16px;
    line-height: 23px;
}

#every-batch-section .every-batch-inner .pink-box {
    background-color: #E5ABD1;
    max-width: 321px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 30px 18px;
    border-radius: 7px;
    margin-bottom: 10px;
}

#every-batch-section .every-batch-inner .pink-box h6 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
}

#every-batch-section .every-batch-inner .pink-box h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

#every-batch-section .every-batch-inner .image-box {
    width: 100%;
    max-width: 660px;
    margin-bottom: 10px;
}

#every-batch-section .every-batch-inner .image-box img {
    max-width: 321px;
    width: 100%;
    height: 341px;
    object-fit: cover;
    border-radius: 7px;
}

#every-batch-section .every-batch-inner .image-box h3 {
    position: absolute;
    bottom: 100px;
    left: 40px;
    font-size: 22px;
    line-height: 29px;
    color: #fff;
}

#every-batch-section .every-batch-inner .blue-box {
    background: #6C75DF;
    width: 100%;
    max-width: 321px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    border-radius: 7px;
    margin-top: 10px;
}

#every-batch-section .every-batch-inner .blue-box button.button {
    width: 171px;
    height: 35px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    background: #CAF948;
}


/* FAQs Sections */
#faq-section {
    margin-top: 100px;
}

#faq-section .faq-inner {
    max-width: 1340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#faq-section .faq-inner .accordion {
    border-radius: 0px;
}

#faq-section .faq-inner .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(2, 36, 37, .26);
}

#faq-section .faq-inner .accordion .accordion-item button[aria-expanded='true'] {
    border: 0;
    border-bottom: 1px solid #022425;
}

#faq-section .faq-inner .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 20px 10px 25px;
    color: #022425;
    font-size: 1rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    border-radius: 0px;
}

.accordion-item:last-of-type {
    border-radius: 0px !important;
}

#faq-section .faq-inner .accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #022425;
}

#faq-section .faq-inner .accordion button:hover::after,
#faq-section .faq-inner .accordion button:focus::after {
    cursor: pointer;
    color: #022425;
    border: 1px solid #022425;
}

#faq-section .faq-inner .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: 12px;
    line-height: 17px;
}

#faq-section .faq-inner .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 0;
    width: 22px;
    height: 22px;
    font-weight: 300;
}


#faq-section .faq-inner .accordion button {
    height: 80px;
}

#faq-section .faq-inner .accordion button .icon {
    padding-right: 40px;
}

#faq-section .faq-inner .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 13px;
    left: 7px;
    width: 14px;
    height: 1px;
    background: currentColor;
}

#faq-section .faq-inner .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 7px;
    left: 13px;
    width: 1px;
    height: 14px;
    background: currentColor;
}

#faq-section .faq-inner .accordion button[aria-expanded='true'] {
    color: #022425;
}

#faq-section .faq-inner .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

#faq-section .faq-inner .accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 15em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

#faq-section .faq-inner .accordion .accordion-content {
    opacity: 0;
    padding: 0px 20px 0px 25px;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

#faq-section .faq-inner .accordion .accordion-content p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    margin: 2rem 0;
}

#faq-section .faq-inner h5.heading-5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 26px;
}

/* Footer  */
.footer {
    background-image: url('../images/product3/footer-bg-mobile.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    padding: 81px 0px;
    margin-top: 0px;
}

footer.footer .footer-inner {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

footer.footer .f-link {
    font-size: 12px;
}

footer.footer .f-link li {
    margin-bottom: 8px;
}

footer.footer .f-link-2 li {
    font-size: 12px;
    margin-bottom: 8px;
}

footer.footer .footer-logo {
    margin-top: 28px;
    margin-bottom: 32px;
}

footer.footer .footer-logo img {
    max-width: 233px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer.footer .copy-right {
    font-size: 12px;
    margin-top: 60px;
}

/* Desktop */
@media (min-width: 768px) {

    .w-xl-70 {
        width: 70% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-85 {
        width: 85% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-85 {
        width: 85% !important;
    }

    #header button.button {
        font-size: 10px;
        line-height: 13px;
        padding: 0px 0px !important;
        font-weight: 600;
        max-width: 115px;
        width: 100%;
        height: 30px;
        border-radius: 15px;
    }

    #header button.button {
        font-size: 18px;
        line-height: 23px;
        font-weight: 600;
        max-width: 215px;
        width: 100%;
        height: 54px;
        border-radius: 50px;
    }

    #product-hero-section {
        min-height: 850px;
    }

    #product-hero-section .product-content {
        width: 100%;
        padding-top: 156px;
        max-width: 1320px;
        margin: auto;
    }

    #product-hero-section .product-content .product-content-inner img {
        max-width: 372px;
        margin-right: auto;
        margin-left: -30px;
    }

    #product-hero-section .product-content .product-content-inner .product-details {
        margin-top: 285px;
        max-width: 552px;
        width: 100%;
    }

    #product-hero-section .product-content .product-content-inner .product-details h1 {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

    #product-hero-section .product-content .product-content-inner .product-details p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        margin-bottom: 30px;
    }

    #product-hero-section .product-content .product-content-inner .product-details button.button {
        max-width: 276px;
        width: 100%;
        height: 54px;
        border-radius: 27px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 65px;
        background-color: #CAF948;
        padding: 0px;
        margin-left: 0px;
    }

    /* Product Feature Section */
    #product-feature-section {
        padding-top: 40px;
    }

    #product-feature-section .featureSwiper .swiper-wrapper {
        display: flex;
        justify-content: space-between;
    }

    #product-feature-section .feature-content {
        max-width: 1340px;
        width: 100%;
        margin: auto;
    }

    #product-feature-section .featureSwiper .swiper-slide {
        width: auto !important;
    }

    #product-feature-section .feature-item img {
        max-width: 37px;
        width: 100%;
    }

    #product-feature-section .feature-item span {
        font-size: 16px;
        line-height: 23px;
    }

    /* Digestion Section */
    #digestion-section {
        margin-top: 120px;
    }

    #digestion-section .digestion-inner {
        width: 100%;
        max-width: 1340px;
    }

    #digestion-section .digestion-inner .digestion-content {
        max-width: 475px;
        margin-bottom: 0px;
    }

    #digestion-section .digestion-inner .digestion-content h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 40px;
    }

    #digestion-section .digestion-inner .digestion-content p,
    #digestion-section .digestion-inner .digestion-img p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    #digestion-section .digestion-inner .digestion-content p {
        max-width: 420px;
        width: 100%;
    }

    #digestion-section .digestion-inner .digestion-img img.other {
        max-width: 455px;
        width: 100%;
        margin-top: 80px;
    }

    #digestion-section .digestion-inner .digestion-img img.agni {
        max-width: 353px;
        width: 100%;
    }

    /* Consistent Digestion Section */
    #consistent-digestion-section {
        margin-top: 160px;
    }

    #consistent-digestion-section .consistent-digestion-inner {
        max-width: 1340px;
    }

    #consistent-digestion-section .consistent-digestion-inner img {
        max-width: 718px;
        width: 100%;
    }

    #consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content {
        margin-bottom: 0px;
        max-width: 482px;
        width: 100%;
        margin-top: 10px;
    }

    #consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 25px;
    }

    #consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content ul li {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    #consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 30px;
    }

    #consistent-digestion-section .consistent-digestion-inner .consistent-digestion-content button.button {
        max-width: 215px;
        height: 54px;
        border-radius: 27px;
        font-size: 18px;
        line-height: 23px;
        margin-top: 70px;
    }

    /*  Working Together Section Section */
    #working-together-section {
        margin-top: 230px;
    }

    #working-together-section .working-together-inner {
        max-width: 1340px;
    }

    #working-together-section .working-together-inner h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 35px;
    }

    #working-together-section .working-together-inner .ingredient-card img {
        max-width: 400px;
        width: 100%;
        min-height: 675px;
    }

    /* Bottom fade overlay */
    #working-together-section .working-together-inner .ingredient-card .overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 230px;
        z-index: 1;
        background: rgba(255, 255, 255, 0.80);
    }

    #working-together-section .working-together-inner .ingredient-card .content {
        position: absolute;
        top: 0;
        padding: 10px 20px 20px;
        z-index: 2;
        color: #000;
    }

    #working-together-section .working-together-inner .ingredient-card h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    #working-together-section .working-together-inner .ingredient-card ul {
        padding-left: 0px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 25px;
        list-style: none;
    }

    #working-together-section .working-together-inner .ingredient-card p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        margin: 0;
    }

    /* Agni Different Section Section */
    #agn1-different-section {
        margin-top: 100px;
    }

    #agn1-different-section .agn1-different-inner {
        max-width: 1340px;
    }

    #agn1-different-section .agn1-different-inner h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 60px;
    }

    #agn1-different-section .agn1-different-inner .custom-table {
        border-collapse: collapse;
        overflow-x: hidden;
        width: 100%;
    }

    #agn1-different-section .agn1-different-inner .custom-table td {
        padding: 30px 40px 20px;
        border-bottom: 1px solid #000000;
        position: relative;
        height: 79px;
    }

    #agn1-different-section .agn1-different-inner .custom-table .agn1-heading,
    #agn1-different-section .agn1-different-inner .custom-table .agn1-row {
        border-bottom: 1px solid #000000;
        position: relative;
        height: 80px;
    }

    #agn1-different-section .agn1-different-inner .custom-table td.heading {
        font-size: 22px;
        line-height: 30px;
    }

    #agn1-different-section .agn1-different-inner .custom-table td {
        font-size: 20px;
        line-height: 27px;
    }

    /* Agni Works Section Section */
    #agn1-work-section {
        margin-top: 200px;
    }

    #agn1-work-section .agn1-work-inner {
        max-width: 1340px;
    }

    #agn1-work-section .agn1-work-inner h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 55px;
    }

    #agn1-work-section .agn1-work-inner .work-card img {
        max-width: 433px;
        width: 100%;
        min-height: 392px;
        object-fit: cover;
    }

    /* Bottom fade overlay */
    #agn1-work-section .agn1-work-inner .work-card .overlay {
        position: relative;
        width: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.80);
    }

    #agn1-work-section .agn1-work-inner .work-card .content {
        position: absolute;
        top: 0;
        padding: 10px 20px 20px;
        z-index: 2;
        color: #000;
    }

    #agn1-work-section .agn1-work-inner .work-card h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    #agn1-work-section .agn1-work-inner .work-card p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        margin: 0;
    }

    #agn1-work-section .agn1-work-inner h6 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 55px;
    }

    /* Daily Restoration Section Section */
    #daily-restoration-section {
        width: 100%;
        margin-top: 190px;
    }

    #daily-restoration-section .daily-restoration-inner {
        width: 100%;
        margin: auto;
        max-width: 1340px;
    }

    #daily-restoration-section .daily-restoration-inner h2 {
        font-size: 46px;
        line-height: 56px;
    }

    #daily-restoration-section .daily-restoration-inner h5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    /* Real Experiences Section Section */
    #real-experiences-section {
        width: 100%;
        margin-top: 190px;
    }

    #real-experiences-section .real-experiences-inner {
        width: 100%;
        margin: auto;
        max-width: 1340px;
    }

    #real-experiences-section .real-experiences-inner h2 {
        font-size: 46px;
        line-height: 56px;
        margin-left: 50px;
        margin-bottom: 125px;
    }

    #real-experiences-section .real-experiences-inner .experiences-card {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        margin-top: 18px;
    }

    #real-experiences-section .real-experiences-inner .experiences-card img {
        max-width: 280px;
        width: 100%;
        min-height: 425px;
        object-fit: cover;
    }

    /* Product Section */
    #product-3-section {
        width: 100%;
        margin-top: 220px;
    }

    #product-3-section .product-3-inner {
        width: 100%;
        margin: auto;
        max-width: 1340px;
    }

    #product-3-section .product-3-inner h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 30px;
    }

    #product-3-section .product-3-inner p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    #product-3-section .product-3-inner button.button {
        width: 205px !important;
        height: 40px;
        font-size: 16px;
        margin-top: 40px;
        text-transform: uppercase;
    }

    #product-3-section .product-3-inner .product-box button.button {
        width: 319px !important;
        height: 40px;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    #product-3-section .product-3-inner .slider-track {
        display: flex;
        transition: transform 0.4s ease;
        max-width: 375px;
        width: 100%;
    }

    #product-3-section .product-3-inner .slider-track img.product-img {
        width: 100%;
        max-width: 375px;
        height: 481px;
        object-fit: cover;
    }

    #product-3-section .product-3-inner .product-box img.product-img-2 {
        max-width: 375px;
        height: 481px;
        object-fit: cover;
        width: 100%;
        margin: auto;
    }

    #product-3-section .product-3-inner .img-nav {
        width: 24px;
    }

    .swiper.prodSwiper {
        padding-top: 150px;
        padding-bottom: 150px;
        position: relative;
        margin-top: -150px;
    }


    .prodSwiper .custom-nav {
        position: absolute;
        width: 50px;
        height: 48px;
        z-index: 99999;
    }

    .prodSwiper .custom-nav img {
        width: 12px;
    }

    /* Position arrows */
    .prodSwiper .swiper-button-prev.custom-nav {
        top: 80px;
        right: 120px;
        left: auto;
    }

    .prodSwiper .swiper-button-next.custom-nav {
        top: 80px;
        right: 60px;
    }

    /* Every Batch Section */
    #every-batch-section {
        width: 100%;
        margin-top: 130px;
    }

    #every-batch-section .every-batch-inner {
        width: 100%;
        margin: auto;
        max-width: 1340px;
    }

    #every-batch-section .every-batch-inner .purple-box,
    #every-batch-section .every-batch-inner .orange-box {
        max-width: 660px;
        height: 164px;
        border-radius: 14px;
        margin-bottom: 30px;
    }

    #every-batch-section .every-batch-inner h4 {
        font-size: 29px;
        line-height: 36px;
    }

    #every-batch-section .every-batch-inner .pink-box {
        max-width: 660px;
        height: 747px;
        padding: 45px 30px;
        border-radius: 14px;
        margin-bottom: 30px;
    }

    #every-batch-section .every-batch-inner .pink-box h6 {
        margin-bottom: 35px;
    }

    #every-batch-section .every-batch-inner .pink-box h3 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 60px;
    }

    #every-batch-section .every-batch-inner .image-box {
        width: 100%;
        max-width: 660px;
        margin-bottom: 30px;
    }

    #every-batch-section .every-batch-inner .image-box img {
        max-width: 660px;
        width: 100%;
        height: 550px;
        object-fit: cover;
        border-radius: 14px;
    }

    #every-batch-section .every-batch-inner .image-box h3 {
        position: absolute;
        bottom: 20px;
        left: 30px;
        font-size: 55px;
        line-height: 70px;
    }

    #every-batch-section .every-batch-inner .blue-box {
        background: #6C75DF;
        max-width: 660px;
        height: 164px;
        border-radius: 14px;
        margin-top: 30px;
    }

    #every-batch-section .every-batch-inner .blue-box button.button {
        width: 215px;
        height: 54px;
        font-size: 18px;
        line-height: 23px;
    }


    /* FAQs */
    #faq-section {
        margin-top: 110px;
    }

    #faq-section .faq-inner h5.heading-5 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    #faq-section .faq-inner .accordion button .accordion-title {
        font-size: 16px;
        line-height: 22px;
    }

    #faq-section .faq-inner .accordion button {
        padding: 50px 30px 50px 45px;
    }

    #faq-section .faq-inner .accordion button .icon {
        top: 50px;
    }

    #faq-section .faq-inner .accordion button {
        height: 127px;
    }

    #faq-section .faq-inner .accordion button .icon {
        padding-right: 55px;
    }

    #faq-section .faq-inner .accordion .accordion-content p {
        font-size: 16px;
        line-height: 24px;
    }

    /* Footer  */
    .footer {
        background-image: url('../images/product3/footer-bg.webp');
        padding: 151px 0px;
        margin-top: 0px;
    }

    footer.footer .f-link {
        font-size: 18px;
    }


    footer.footer .f-link li {
        margin-bottom: 20px;
    }

    footer.footer .f-link-2 li {
        font-size: 15px;
        margin-bottom: 30px;
    }

    footer.footer .footer-logo {
        margin-top: 48px;
        margin-bottom: 80px;
    }

    footer.footer .footer-logo img {
        max-width: 516px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    footer.footer .copy-right {
        font-size: 15px;
        margin-bottom: 10px;
    }

}