/* Container/body Start */
.container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;

}

/* Header */
.header_bar {
    background-color: #000;
    padding: 18px 0;
}

.header_bar p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: "nexa", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.pg-navbar {
    padding: 15px 0;
}

.pg-logo img {
    height: 52px;
}

.pg-menu a {
    font-size: 16px;
    color: #000;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    padding: 0 25px !important;
}

.pg-menu a:hover {
    color: #8A6E4B;
}

.pg-right-icons i {
    font-size: 18px;
    margin-left: 18px;
    cursor: pointer;
}

.navbar-brand.pg-logo {
    padding: 0;
    margin: 0;
}
.person{
    width: 24px;
}
.person img,
.bag img{
    transition: all 0.3s ease-in-out;
}
.person:hover img,
.bag:hover img{
    transform: scale(1.2);
}
.bag {
    width: 30px;
}

.pg-right-icons {
    gap: 20px;
}

.pg-menu .dropdown-menu a {
    padding: 12px 20px !important;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.pg-menu .dropdown-menu {
    padding: 0;
    margin: 0;

}

.pg-menu .dropdown-menu {
    overflow: hidden;
    top: 30px;
}

.pg-menu .dropdown-menu li:last-child a {
    border-bottom: 0 !important;
}


/* LogoSlider */
.pg-logo-slider {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    background: #fff;
}

.pg-slider-track ul {
    display: flex;
    align-items: center;
    width: max-content;
    animation: slide 15s linear infinite;
    gap: 70px;
}

.pg-slider-track li {
    list-style: none;
}

.pg-slider-track img {
    height: 45px;
    opacity: 0.69;
    transition: 0.3s;
}

.pg-slider-track img:hover {
    opacity: 1;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



/* Banner Start */
.pg-hero-wrapper {
    max-width: 846px;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    padding: 0;
}

/* Rating Row */
.pg-rating-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.pg-stars {
    color: #7A5A30;
    letter-spacing: 2px;
    font-size: 18px;
}

.pg-rating-text {
    font-size: 16px;
    color: #303030;
    line-height: 1;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.pg-hero-title {
    font-size: 59px;
    line-height: 1.05;
    margin: 0;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
}

.pg-hero-subtitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    font-family: "nexa", sans-serif;
    font-weight: 600;
    font-style: italic;
}

/* Buttons */
.pg-button-row {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.pg-btn-black {
    padding: 15px 60px;
    background: #000;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-size: 20px;
    font-family: "nexa", sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: all 0.3s ease-in-out;
}

.pg-btn-white {
    padding: 15px 40px;
    background: #fff;
    color: #000;
    border-radius: 40px;
    text-decoration: none;
    font-family: "nexa", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.pg-btn-black:hover,
.pg-btn-white:hover {
    color: #fff;
    background-color: #8A6E4B;
}

.banneR_img img {
    min-height: 800px;
    width: 100%;
    object-fit: cover;
}

.banner_content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.banner_ouurt {
    position: relative;
}




/*--- 20th nov 2025 ---*/

.best_seller_inner_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.best_seller_head p {
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4rem;
    margin: 0 0;
    color: black;
}

.see_more a {
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    color: black;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.see_more a:hover {
    color: #8A6E4B;
}



.product-section-inner {
    margin: auto;
    position: relative;
}

/* SECTION */
.product-section {
    padding: 50px 0;
}

/* SLIDER */
/* .product-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    justify-content: space-between;
}

.product-slider::-webkit-scrollbar {
    height: 0;
} */

/* CARD */
.product-slider .slick-slide{
    height: auto;
}
.product-slider .slick-list{
    overflow-y: unset;
}
.bundle .product-cards {
    background-color: #FBF8F5;
}

.product-cards {
    max-width: 310px;
    width: 100%;
    background-color: #f6ebdf;
    border-radius: 20px;
    padding: 25px;
    flex-shrink: 0;
    margin: 0 16px;
}

.product-cards img {
    height: 250px;
    display: block;
    margin: 0 auto;
}

.cat {
    color: #303030;
    font-size: 1.8rem;
    margin-bottom: 5px;
    font-family: "nexa", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.product-cards h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    min-height: 60px;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.price {
    margin-bottom: 20px;
}

.old {
    text-decoration: line-through;
    color: #656565;
    margin-right: 8px;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
}

.new {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
}

.product-cards .btn {
    width: 100%;
    padding: 12px 0;
    border-radius: 30px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: "nexa", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    transition: all 0.3s ease-in-out;
}

.product-cards .btn:hover {
    background: #8A6E4B;
    color: #fff;
}








/*--- Premium box start ---*/

.premium-box {
    position: relative;
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.premium-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.5s ease;
}

.premium-box .content p {
    display: none;
}

.premium-box.active .content p {
    display: block;
}

/* Default image visible */
.img-default {
    opacity: 1;
}

/* Hover image hidden initially */
.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Hover effect */
.premium-box:hover .img-default {
    opacity: 0;
}

.premium-box:hover .img-hover {
    opacity: 1;
}

/* Text overlay */
.content {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.content h2 {
    font-size: 2.4rem;
    margin: 0;
    color: black;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.premium-box.active .content h2 {
    color: #fff;
}

.content p {
    margin-top: 8px;
    font-size: 1.6rem;
    color: #fff;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.pro_cat_section {
    background: #FBF8F5;
    padding: 50px 0;
}

.pro_cat_section_inner {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.pro_cat_section_header {
    margin-bottom: 30px;
}

.pro_cat_section_header p {
    font-size: 3rem;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: black;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0;
}




/*--- Why section start ---*/

.why-section {
    width: 100%;
    background: #e4cfb8;
    padding: 60px 20px;
    box-sizing: border-box;
}

.why-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.why-left {
    flex: 1;
    min-width: 300px;
}

.why-left h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.why-left p {
    font-size: 1.6rem;
    line-height: 26px;
    color: #333;
    margin-bottom: 15px;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.learn-btn {
    margin-top: 15px;
    background: #6e5537;
    color: white;
    padding: 12px 28px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: "nexa", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.learn-btn:hover {
    background: #8A6E4B;
}

.why-right {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.why-right img {
    width: 100%;
    max-width: 550px;
    border-radius: 22px;
    display: block;
}

/* ICON SECTION */
.why-icons {
    max-width: 1300px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px;
    padding: 0 20px;
}

.icon-box {
    text-align: center;
    flex: 1 1 150px;
}

.icon-box img {
    width: 55px;
    margin-bottom: 10px;
}

.icon-box .title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #8A6E4B;
    line-height: 18px;
    font-family: "nexa", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.wellness-section {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 60px 20px;
    box-sizing: border-box;
}

.wellness-container {
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

/* LEFT SIDE */

.wellness-left {
    flex: 1;
    min-width: 300px;
}

.doc-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.doc-info img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.doc-info span {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    opacity: 0.8;
    font-family: "nexa", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.wellness-left h2 {
    font-size: 3.4rem;
    margin-bottom: 25px;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.wellness-left p {
    font-size: 1.6rem;
    line-height: 26px;
    opacity: 0.9;
    margin-bottom: 15px;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.contact-btn {
    margin-top: 20px;
    padding: 12px 32px;
    background: #8A6E4B;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 28px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "nexa", sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: all 0.3 ease-in-out;
}

.contact-btn:hover {
    background: #6e5537;
}

/* RIGHT SIDE */

.wellness-right {
    flex: 1;
    min-width: 300px;
}

.wellness-right h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 35px;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.goal-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    justify-content: center;
}

/*.goal-item {
    background: #fff;
    color: #000;
    padding: 15px 30px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    flex: 1 1 300px;
    max-width: 380px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}*/

.goal-item {
    background: #fff;
    color: #000;
    padding: 15px 20px;
    border-radius: 40px;
    font-size: 1.5rem;
    flex: 1 1 300px;
    max-width: 285px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-family: "nexa", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.goal-item:hover {
    background: #e6e6e6;
}

.reviews-section {
    padding: 40px 20px;
    background: #f7f5ef;
}

/* TABS */
.review-tabs {
    text-align: center;
    margin-bottom: 25px;
}

.review-tabs .tab {
    background: #e5d8c6;
    border: none;
    padding: 10px 22px;
    border-radius: 25px;
    margin: 5px;
    cursor: pointer;
    font-size: 14px;
}

.review-tabs .active {
    background: #c8b9a4;
}

/* REVIEW GRID */
.reviews-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}

.review-card {
    /*background: #fff;
    border-radius: 18px;
    padding: 20px;*/
    flex: 1;
    min-width: 280px;
    max-width: 420px;
}

/* BEFORE / AFTER IMAGES */
.before-after {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
}

.img-box {
    position: relative;
    width: 100%;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tag {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

.tag.right {
    right: 8px;
    left: auto;
}

/* TEXT */
.review-text {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.reviewer {
    font-size: 14px;
    margin-bottom: 8px;
}

/* RATING */
.rating {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rev_otter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rev_otter .reviewer {
    margin: 0;
}

.rating i {
    color: #FFC300;
}

.verified {
    font-size: 13px;
    margin-left: 5px;
}

.verified img {
    max-width: 13px;
}

.best_seller_section.bundle .best_seller_inner_one {
    padding-top: 40px;
}

.bundle_n_save_marquee .pg-logo-slider {
    margin: 0 0;
    padding: 10px 0;
    background: black;
}

.bundle_n_save_marquee .pg-logo-slider .pg-slider-track ul,
.bundle_n_save_marquee .pg-logo-slider .pg-slider-track ul li p {
    margin: 0 0;
}

.bundle_n_save_marquee .pg-logo-slider .pg-slider-track ul li p {
    color: white;
    font-family: "nexa", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
}



/* Insta */
.insta_Sec {
    padding: 40px 0;
    background-color: #8A6E4B;

}

.insta_Sec>div {
    display: flex;
    gap: 30px;
    animation: slide 15s linear infinite;
}

/* Footer */
.pg-footer {
    background: #000;
    padding: 60px 0 40px;
    color: #fff;
    font-family: "Raleway", sans-serif;
}

.footer-logo {
    width: 170px;
    margin-bottom: 12px;
}

.footer-head {
    font-size: 16px;
    color: #fff;
    letter-spacing: 6%;
    font-family: "nexa", sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-list a,
.footer-list li {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: "nexa", sans-serif;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.footer-list a:hover {
    color: #8A6E4B;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8A6E4B;
    text-decoration: none;
    background-color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
    background-color: #8A6E4B;
    color: #fff;
}

.footer-bottom-text {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom-text p {
    font-size: 12px;
    color: #c9c9c9;
    margin-bottom: 6px;
    line-height: 18px;
}

.footer-list.list_ftr li {
    position: relative;
    padding-left: 34px;
}

.footer-list.list_ftr li::before {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    content: "";
    top: 1px;
}

.footer-list.list_ftr li:first-child::before {
    background: url(../images/location.png);
    background-size: 100% 100%;
}

.footer-list.list_ftr li:nth-child(2n)::before {
    background: url(../images/phonee.png);
    background-size: 100% 100%;
}

.footer-list.list_ftr li:nth-child(3n)::before {
    background: url(../images/time.png);
    background-size: 100% 100%;
}

.footer-list.list_ftr li {
    margin-bottom: 16px !important;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.pg-footer .row>div {
    max-width: max-content;
}

.pg-footer .row {
    justify-content: space-between;
}

.footer-list.list_ftr li {
    margin-bottom: 22px !important;
}

.footer-bottom-text {
    border-top: none;
    margin-top: 0;
    padding-top: 40px;
    text-align: center;
}

.footer-bottom-text>p:first-child,
.footer-bottom-text>p {
    color: #fff;
    font-family: "nexa", sans-serif;
    font-weight: 400;
    line-height: 1.6;

}

.footer-bottom-text>p:first-child {
    padding: 10px 20px;
    border: 1px solid #FFFFFF;
    margin-bottom: 15px;
    max-width: max-content;
    margin: auto;
    margin-bottom: 20px;
}

/* RESPONSIVE MOBILE */
@media screen and (min-width: 1800px) {
    .container {
        max-width: 1750px;
        padding-left: 15px;
        padding-right: 15px;

    }
}

@media screen and (max-width: 1024px) {
    .pg-menu a {
        padding: 0 15px !important;
    }
    .banneR_img img{
        min-height: 600px;
    }
    .pg-hero-title{
        font-size: 45px;
    }
    .product-cards{
        max-width: 400px;
        margin: 0;
    }
    .product-section {
        padding: 50px 0 20px;
    }
    .product-slider .col-md-3 {
        width: 50%;
    }
    .icon-box{
        flex: unset;
        margin: 0 16px;
    }
    .why-icons{
        justify-content: center;
        gap: 16px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-collapse {
        background: #e8d3c0;
        padding: 16px;
        margin-top: 16px;
        border-radius: 16px;
    }
    .navbar-toggler{
        border: 0;
        background-color: #e8d3c0;
    }
    .navbar-toggler-icon{
        width: 24px;
        height: 24px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .pg-menu a{
        padding: 0 0 16px !important;
    }
    .dropdown-menu{
        border-radius: 16px;
        margin-bottom: 16px !important;
        border: 0;
    }
    .wellness-container {
        text-align: center;
    }
    .review-card {
        flex: unset;
        min-width: unset;
        max-width: 30%;
    }
    .rev_otter{
        flex-direction: column;
        align-items: flex-start;
    }
    .pg-footer .col-md-2{
        width: 50%;
    }
	
	.product-slider .slick-slide {
		padding: 0 10px;
	}
}

@media screen and (max-width: 768px) {
    .container {
        max-width: calc(100% - 60px);
        width: 100%;
    }

    .doc-info{
        text-align: left;
        justify-content: center !important;
    }
    .doc-info span{
        font-size: 14px;
    }
    .reviews-container {
        justify-content: center !important;
    }

    .pg-btn-black,
    .pg-btn-white,
    .product-cards .btn,
    .learn-btn,
    .contact-btn {
        font-size: 15px !important;
    }

    .footer-list a,
    .footer-list li {
        font-size: 14px !important;
    }

    .why-container {
        text-align: center;
    }

    .why-left {
        text-align: left;
    }

    .why-right img {
        max-width: 100%;
    }
    .review-card {
        width: 100%;
        max-width: 400px;
    }
    .pro_cat_section_inner {
        flex-direction: column;
    }

    .pg-hero-wrapper {
        padding: 0 10px;
    }

    .banner_content {
        position: relative;
        top: 0;
        transform: none;
        margin-top: 20px;
    }

    .banneR_img img {
        min-height: inherit;
    }

    .pg-hero-title {
        font-size: 28px;
    }

    .pg-hero-subtitle {
        font-size: 16px;
    }

    .pg-btn-white {
        padding: 13px 38px;
        border: 1px solid black;
    }

    .best_seller_head p {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 600px) {

    .wellness-left h2 {
        font-size: 26px;
    }

    .goal-item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .goal-grid {
        gap: 15px;
    }

    .product-slider .col-md-3 {
        width: 100%;
    }
    .product-cards{
        max-width: 320px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.why-icons .for_mob{
		display:none;
	}
@media screen and (max-width: 480px) {
    .icon-box {
        flex: 1 1 40%;
    }

    .pg-button-row {
        flex-direction: column;
        gap: 10px;
    }
	
	.why-icons .icon-box{
		display:none;
	}
	.why-icons .for_mob{
		display:block;
	}
}

/* Default arrows hide */
.slick-dots {
    display: none;
}

.banner_mob{
	display:none;
}

@media screen and (max-width: 768px) {
	.slick-dots {
		display: block;
	}
	.banner_ouurt .banneR_img, .banner_ouurt .banner_content{
		display:none;
	}
	.banner_mob{
		display:block;
	}
	.button_area {
		margin-top: 20px;
		padding: 0 20px;
	}
	.insta_Sec .in_inn {
		width:max-content;
	}
	.insta_Sec {
		overflow-x: hidden;
	}
	.insta_img img{
		max-width:200px;
	}
}

@media screen and (max-width: 480px) {
    .pg-button-row {
        text-align: center;
    }
}

@media screen and (max-width: 420px) {
	.for_mobile{
		width: 100% !important;
		max-width: inherit !important;
		text-align: center;
	}
	.footer-social {
		justify-content: center;
	}
	ul.footer-list.list_ftr{
		display: flex;
        flex-direction: column;
        align-items: center;
	}
}