/* ===================== Variables ===================== */
:root {
    --bg1-color: #1A4174;

    --bg2-color: #000000;
    /* Dark Blue (main text / nav) */
    --bg3-color: #ffffff;
    /* Section background */
    --button-color: #e9292f;
    /* Bright Red (highlights / buttons) */
    --text-color: #111928;
    /* Primary text for sections */
    --sub-text: #111928;

    --gold-color: #dda83d;
}

/* ===================== Base & Reset ===================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: var(--bg3-color);
}

p,
li,
span {
    color: var(--sub-text);
}

a,
button {
    font-family: "Poppins", sans-serif;
    transition: all 0.3s;
}

a {
    text-decoration: none;
    color: var(--bg1-color);
}

a:hover {
    color: var(--bg1-color);
}

img {
    max-width: 100%;
    display: block;
}

.purpose-section h2,
.hero-section h2,
.section3 h2,
.section6 h1,
.contact h2,
.timeline-card h1,
.journey-section h2,
.about-section h2,
.section-brands-showcase h2,
.section.products-showcase h2,
#careers-page h2,
.csr-section h2,
.csr-section h3,
.contact-section h2,
.about-section .section-title,
.section5 .row h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: "Poppins", serif;
    font-feature-settings: normal;
}

.purpose-section p,
.hero-section p,
.section3 p,
.journey-section p,
.about-section p,
.section-brands-showcase p,
.section.products-showcase p,
#careers-page p,
.csr-section p,
.contact-hero p,
.contact-section p {
    margin: 0 auto 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.about,
.partners,
.services {
    padding: 100px 0;
    text-align: center;
    background: var(--bg3-color);
    color: var(--text-color);
}

@media (max-width: 576px) {

    .homepagepc,
    .aboutuspc,
    .contactpc,
    .sustainabilitypc,
    .careerspc,
    .contactpc,
    .sustainiabilitypc {
        display: none !important;
    }

    .homepagemobile,
    .aboutusmobile,
    .contactmobile,
    .sustainabilitymobile,
    .careersmobile,
    .contactmobile,
    .sustainabilitymobile {
        display: block !important;
    }

    .notification-text br {
        display: none;
    }
}


@media (max-width: 768px) {

    .innovationpc {

        display: none !important;
    }

    .innovationmobile {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .nav-ul {
        overflow: hidden;
    }

    .nav-ul.active {
        overflow: visible !important;
    }
}

@media (min-width: 576px) {

    .homepagemobile,
    .aboutusmobile,
    .contactmobile,
    .innovationmobile,
    .sustainabilitymobile,
    .careersmobile,
    .contactmobile,
    .sustainabilitymobile {
        display: none;
    }
}


.availability-container .retailers-container {
    width: 60%;
    flex-wrap: wrap;
}

/* ====== Header Base ====== */
.shubhkart {
    z-index: 11;
}

.shubhkart-hlp .dropdown {
    position: relative !important;
}


.dropdown-menu-hlp-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dropdown-menu-box-hlp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shubhkart-main .dropdown-menu-box-hlp-h2-hlp:hover {

    background-color: #ffd56d;
}


.dropdown-menu-box-hlp-h2-hlp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 5px 10px;
    align-items: center;
}

.dropdown-menu-box-hlp-h2-hlp .fa-solid.fa-plus .shubhkart-hlp .dropdown-menu-hlp-box-brandh2 a {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.shubhkart-hlp .dropdown-menu-box-h2,
.shubhkart #nav ul li a {
    font-weight: 500;
    font-size: 18px;
}

.shubhkart-hlp.shubhkart-main .dropdown-menu-box-h2 {
    color: #1e140c !important;
}

.dropdown-menu-box-hlp-bodify .dropdown-menu-box-hlp li {
    width: 100%;
}

.dropdown-menu-box-hlp-bodify .dropdown-menu-box-hlp .dropdown-menu-box-hlp-h2-hlp li a::after {
    margin-top: 10px;
}

.dropdown-menu-box-h2 {
    width: 80%;
}

.dropdown-menu-box-hlp-h2-hlp:hover::after,
.dropdown-menu-box-hlp-h2-hlp.active::after {
    width: 100% !important;
}

.dropdown-menu-box-hlp-bodify .dropdown-menu-box-hlp .dropdown-menu-box-hlp-h2-hlp li a::after {
    display: none;
}



.shubhkart .dropdown-menu-box-hlp-h2-hlp::after {
    content: "";
    display: block;
    height: 2px;
    bottom: 0;
    left: 0;
    margin-top: 10px;
    margin-right: auto;
    width: 0;
    position: absolute;
    background: var(--button-color);
    transition: width 0.3s;
}

.dropdown-menu-box-hlp-bodify .dropdown-menu-box-hlp .dropdown-menu-box-hlp-h2-hlp li a {
    padding: 0 !important;
    color: var(--sub-text);
    width: 100%;
    text-align: start;
    height: 100%;
    font-size: 18px;
}

.shubhkart-main .dropdown-menu-hlp-box-brandh2.active a {
    background-color: #ffd56d;
}

.dropdown-menu-hlp-box-brandh2.active a::after {
    width: 100%;
}

.dropdown-menu-hlp-box-brandh2 a::after {
    margin-top: 10px;
}

.dropdown-menu-hlp-box-brandh2 a {
    font-size: 24px !important;
    font-family: "Source Serif Pro", serif;
    padding: 0 !important;
}

.shubhkart-hlp .dropdown-menu-box-h2-hlp a {
    font-size: 16px;
    font-weight: 200 !important;
}

.shubhkart-hlp .dropdown-menu-box-h2-hlp {
    display: flex;
    width: 100%;
}

.shubhkart-hlp .dropdown-menu-box-h2-hlp a {
    width: 100%;
}

.shubhkart-hlp .dropdown-menu-box-h2,
.shubhkart-hlp .dropdown-menu-box-h2-hlp {
    margin: 0 !important;
}

.dropdown-menu-box {
    display: none;
}

.dropdown-menu-box-hlp-h2-hlp-hlp {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dropdown-menu-box.active {
    display: flex;
    flex-direction: column;
}

/* Hide mobile menu on desktop */
.shubhkart-hlp .dropdown-menu-mobile {
    display: none;
}

.chakaachak-main .dropdown-menu-box-hlp-h2-hlp:hover {
    background: #83adf9;
}

.chakaachak-main .dropdown-menu-box-hlp-h2-hlp.active {
    background: #83adf9;
}

.chakaachak-main .dropdown-menu-box-hlp-h2-hlp.active::after {
    width: 100%;
}

.chakaachak-main .dropdown-menu-box-hlp-h2-hlp .dropdown-menu-box-h2,
.chakaachak-main .dropdown-menu-box-hlp-h2-hlp .fa-solid {
    color: var(--bg3-color);
}

.chakaachak-main .dropdown-menu-hlp-box-brandh2.active {
    background: #83adf9;
}

.chakaachak-main .dropdown-menu-box-hlp-h2-hlp {
    border-color: var(--bg3-color);
}

.chakaachak-main .dropdown-menu-box-h2 a::after {
    display: none;
}



.zap-home-care-main .dropdown-menu-box-hlp-h2-hlp:hover {
    background-color: #9851d9;
}

.zap-home-care-main .dropdown-menu-box-hlp-h2-hlp.active {
    background-color: #9851d9;
}

.zap-home-care-main .dropdown-menu-box-hlp-h2-hlp.active::after {
    width: 100%;
}

.zap-home-care-main .dropdown-menu-box-hlp-h2-hlp .dropdown-menu-box-h2,
.zap-home-care-main .dropdown-menu-box-hlp-h2-hlp .fa-solid {
    color: var(--bg3-color);
}

.zap-home-care-main .dropdown-menu-hlp-box-brandh2.active {
    background-color: #9851d9;
}

.zap-home-care-main .dropdown-menu-box-hlp-h2-hlp {
    border-color: var(--bg3-color);
}

.zap-home-care-main .dropdown-menu-box-h2 a::after {
    display: none;
}

.dropdown-btn-mobile {
    display: none;
}

.header-logo-mobile {
    display: none;
}

/* ====== MOBILE VIEW ====== */
@media (max-width: 576px) {
    .job-opening2-tejas .description-container {
        height: 80px;
    }

    .about-title {
        text-align: center;
    }

    .footer {
        background: var(--bg3-color);
        padding: 50px 0;
        border-radius: 50px 50px 0 0;
        border-style: solid;
        border-color: transparent;
        border-width: 1px;
        margin-top: -50px;
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
        box-shadow: 0px 0px 40px -15px rgba(0, 76, 176, 0.5);
        overflow: hidden;
    }

    .shubhkart-hlp.Bodify-main .dropdown .dropdown-menu {
        flex-direction: column !important;
        width: 112% !important;
        left: -6% !important;
    }

    .about-subtitle {
        font-size: 42px !important;
    }

    .about-images {
        margin: 0 !important;
    }

    .footer {
        padding-bottom: 100px;
        position: relative;
    }

    .frame-1272638041 a {
        margin: auto;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .shubhkart-hlp .dropdown-menu-pc {
        display: none;
    }

    .dropdown-btn-mobile {
        display: block;
    }

    .dropdown-btn-pc {
        display: none;
    }

    .Bodify-main .dropdown-menu-box-hlp-h2-hlp {
        border-color: var(--bg3-color);
    }

    .dropdown-menu-box-hlp-h2-hlp-last-child {
        margin: 0 !important;
    }

    .Bodify-main .dropdown .dropdown-menu .dropdown-menu-box-h2 a {
        font-size: 16px !important;
        font-weight: 600;
        color: var(--bg3-color);
    }

    .Bodify-main .dropdown-menu-box-hlp-h2-hlp.active {
        background: #5bc7f5;
    }

    .Bodify-main .dropdown .dropdown-menu .dropdown-menu-box-h2 a::after {
        display: none;
    }

    .shubhkart-hlp .dropdown.open .dropdown-menu-mobile {
        display: flex;
        flex-direction: column;
        opacity: 1 !important;
    }

    .dropdown-menu-box-hlp-h2-hlp {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .dropdown-menu-box-hlp-h2-hlp::after {
        display: none;
    }

    .dropdown-menu-box-h2-hlp a {
        width: 100%;
        text-align: start;
    }

    .dropdown-menu-hlp-box-brandh2 a {
        font-size: 18px !important;
    }

    .dropdown-menu-hlp-box {
        width: 100%;
    }

    /* 
    .shubhkart-hlp .dropdown .dropdown-menu {
        flex-direction: column !important;
        width: 112% !important;
        left: -6%;
        top: 140px !important;
        max-height: 800px !important;
        padding: 20px;
    } */

    .dropdown-menu-box-hlp {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .dropdown-menu-box-hlp-h2-hlp {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #1E140C;
    }

    .shubhkart-hlp .dropdown .dropdown-menu .dropdown-menu-box-h2 {
        font-size: 16px !important;
        font-weight: 600;
    }

    .shubhkart-hlp .dropdown .dropdown-menu .dropdown-menu-box-h2 a {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .shubhkart-nirmal .dropdown-menu-box-hlp-h2-hlp {
        border-color: var(--bg2-color);
    }

    /* hide dropdown list by default */
    .shubhkart-hlp .dropdown .dropdown-menu .dropdown-menu-box-hlp .dropdown-menu-box {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .header-logo-pc {
        display: none !important;
    }

    .header-logo-mobile {
        display: flex;
    }

    /* active open dropdown list */
    .shubhkart-hlp .dropdown .dropdown-menu .dropdown-menu-box-hlp .dropdown-menu-box.active {
        display: flex;
        justify-content: start;
    }

    .shubhkart-hlp .dropdown .dropdown-menu .dropdown-menu-box-hlp .dropdown-menu-box.active li {
        display: flex;
        justify-content: start;
    }

    /* brand color sets (mobile only) */
    .shubhkart-main .dropdown-menu-box-hlp-h2-hlp {
        border-bottom: 1px solid #1E140C;
    }

    .shubhkart.shubhkart-main .dropdown-menu-box-hlp .fa-solid {
        color: #1E140C;
    }

    .shubhkart.shubhkart-main #nav ul li a,
    .shubhkart.shubhkart-main .nav-ul li span.dropdown-btn,
    .shubhkart.shubhkart-main .dropdown-menu-box-h2,
    .shubhkart.shubhkart-main .dropdown-menu-box-h2 a {
        color: #1E140C !important;
    }
}

/* ====== DESKTOP VIEW ====== */
@media (max-width: 576px) {
    .frame-1272638045 {
        width: 100%;
    }

    .frame-1272638254 {
        flex-direction: column;
        height: 100%;
        margin-bottom: 50px;
    }

    .homepagemobile footer .section7container p,
    .careersmobile footer .section7container p,
    .aboutusmobile footer .section7container p,
    .innovationmobile footer .section7container p,
    .sustainabilitymobile footer .section7container p,
    .contactmobile footer .section7container p {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .shubhkart .dropdown.open .dropdown-menu {
        height: fit-content !important;
        width: 80% !important;
        gap: 0 !important;
        max-height: fit-content !important;
        left: 0% !important;
    }
}

@media (min-width: 1400px) {
    .lifeatslider img {
        width: 100%;
        height: 500px !important;
    }
}

@media (min-width: 768px) {
    .shubhkart-hlp .dropdown.open .dropdown-menu-pc {
        display: flex;
        opacity: 1 !important;
    }
}

@media (max-width: 992px) {
    .shubhkart {
        position: relative !important;
    }

    .shubhkart .nav-ul li span.dropdown-btn {
        font-weight: 500 !important;
        font-size: 18px !important;
    }


    .shubhkart .dropdown .dropdown-menu {
        width: 80% !important;
        top: 180% !important;
        left: 0% !important;
    }

    .shubhkart .dropdown.open .dropdown-menu li {
        margin: 10px 0 !important;
    }

    .shubhkart .dropdown.open .dropdown-menu li a {
        padding: 0 !important;
    }


}

@media (min-width: 576px) and (max-width: 992px) {
    .shubhkart .dropdown.open .dropdown-menu {
        height: fit-content !important;
        width: 80% !important;
        gap: 0 !important;
        max-height: fit-content !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .shubhkart-hlp .dropdown .dropdown-menu {
        width: 112% !important;

    }

    .shubhkart-hlp .dropdown:hover .dropdown-btn .fa-chevron-down {
        rotate: 0deg;
    }

    .dropdown-menu-hlp-box-brandh2 a {
        text-align: start;
    }

    .dropdown-menu-hlp-box li {
        margin: 0 !important;
    }

    .dropdown-menu-box-hlp-h2-hlp .dropdown-menu-box-h2 {
        width: 92% !important;
        text-align: start !important;
    }

    .dropdown-menu-hlp-box {
        width: 40%;
    }


}


.about-container {
    padding: 20px;
}



.dropdown-menu-box-hlp-h2-hlp li {
    width: 100%;
}

.dropdown-menu-box-hlp-h2-hlp li a {
    background-color: transparent;
    padding: 0;
}

.dropdown-menu-box-hlp-h2-hlp li a::after {
    display: none;
}

.shubhkart #header .container {
    padding: 0;
}

.shubhkart.shubhkart-hlp {
    position: sticky;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 111111111111111111 !important;
}


.footer.shubhkart {
    background-color: #1E140C !important;
    border-radius: 0;
    height: 100%;
}

.shubhkart #header .container {
    position: static;
}

.shubhkart #header {
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-section-filter {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-section-filter-btn.active {
    background-color: #553d00;
    color: var(--bg3-color);
}

.hero-section-filter button {
    background-color: var(--bg3-color);
    padding: 10px 50px;
    border: none;
    border-radius: 50px;
}

.zap-home-care-main .hamburger {
    color: var(--bg3-color) !important;
}

@media (min-width:992px) {
    .hero-section-subhkart {
        padding-top: 150px !important;
    }
}




.shubhkart .dropdown .dropdown-menu {
    display: flex;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    height: 0;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
    left: -100%;
    top: 210%;
}

.shubhkart .dropdown.open .dropdown-menu {
    display: flex;
    flex-direction: column !important;
    flex-wrap: nowrap;
    height: fit-content;
    opacity: 1 !important;
}


.hero-section-brand-main .swiper-button-next,
.hero-section-brand-main .swiper-button-prev {
    color: var(--sub-text);
    background-color: var(--bg3-color);
    padding: 50px 50px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 800;
}

.hero-section-brand-main .swiper-button-prev:after,
.hero-section-brand-main .swiper-button-next:after {
    font-size: 28px;
    font-weight: 800;
}

.hero-section-brand-main .swiper-button-next,
.hero-section-brand-main .swiper-button-prev {
    right: 30px;
}


.shubhkart .social-media-logo a {
    margin: auto;
    margin-bottom: 0 !important;
}

.shubhkart .social-media-logo a .fa-brands {
    font-size: 40px;
    background-color: transparent;
    background: transparent;
}

/* New Slider css for brand pages */

.slidersection {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* padding: 30px 0; */
    background: #fff;
    height: 100%;
}

/* Top curve */
.shadecurvetop,
.shadecurvebottom {
    background-color: white;
    height: 50px;
    width: 100%;
    z-index: 11;
    position: absolute;

}

.shadecurvetop {
    top: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.hero-section-subhkart-hlp .shadecurvetop {
    top: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to left, #fffbf8, #fffbf8);
}

.slidersection .lifeatslider .slick-list .slick-slide {
    height: 100%;
}

.slidersection .lifeatslider .slick-list {
    height: 100%;
}

.slidersection .lifeatslider {
    height: 100%;
}

.shadecurvebottom {
    bottom: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3);
}

.slick-dots {
    z-index: 111111;
}

.lifeatslider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 16px;
    transition: transform 0.5s ease;
}

.slick-slide {
    padding: 10px;
}

.slick-dots li button:before {
    color: #555;
}

.slick-dots li.slick-active button:before {
    color: #000;
}

.frame-127263824189 .yamify-cancel,
.frame-1272638254 .yamify-cancel{
    color: white;
}