@media (max-width: 576px) {
    .notification-text {
        width: 80%;
        text-align: center;
    }
}

@media (min-width: 576px) {

    /* ===================== Variables ===================== */
    :root {
        --bg1-color: #013365;
        /* Dark Blue (main text / nav) */
        --bg3-color: #ffffff;
        /* Section background */
        --button-color: #e9292f;
        /* Bright Red (highlights / buttons) */
        --text-color: #6B7280;
        /* Primary text for sections */
        --sub-text: #000000;
    }



    .main-banner {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 100px;
    }

    .swiper {
        width: 100%;
        height: 650px;
        overflow: visible;
    }

    .swiper-slide {
        width: 80%;
        height: 80%;
        display: flex;
        transition: width 0.5s ease, height 0.5s ease;
        justify-content: center;
        align-items: center;
    }

    .swiper-wrapper {
        align-items: center;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        object-fit: cover;
        aspect-ratio: 22 / 15;
    }

    .swiper-slide-active {
        opacity: 1;
        height: 100% !important;
    }

    /* Arrows */
    .swiper-button-next,
    .swiper-button-prev {
        color: var(--sub-text);
        background-color: var(--bg3-color);
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-weight: 700;
        font-size: 18px;
    }

    /* Pagination */
    .swiper-pagination-bullet {
        background: radial-gradient(closest-side, rgba(213, 213, 213, 0.5) 0%, rgba(225, 225, 225, 0.5) 100%);
        width: 12px;
        height: 12px;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background: var(--button-color);
        width: 50px;
        border-radius: 10px;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        opacity: 0;
    }

}

@media (min-width: 680px) and (max-width: 769px) {
    .swiper {
        height: 400px !important;
    }
}

@media (min-width: 576px) and (max-width: 680px) {
    .swiper {
        height: 350px !important;
    }
}

@media (min-width: 576px) and (max-width: 769px) {
    .new-image-1 {
        width: 80% !important;
    }

    .frame-1272638026,
    .frame-1272638027,
    .frame-1272638028,
    .frame-1272638029 {
        flex: 0 0 45%;
    }

    .testimonial-title {
        font-size: 32px !important;
    }

    .testimonial-quote {
        width: 100%;
        font-size: 18px !important;
    }

    .swiper-slide-content-hlp .main-banner-content h2 {
        font-size: 38px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .swiper-slide-content-hlp .main-banner-content {
        padding: 20px;
        width: 60%;
    }
}

@media (min-width: 768px)and (max-width: 870px) {
    .swiper {
        height: 470px !important;
    }
}

@media (min-width: 576px) and (max-width: 992px) {

    .homepagepc .swiper-slide {
        width: 100% !important;
    }

    .homepagepc .swiper-slide img {
        border-radius: 0 !important;
    }

    .section-container {
        flex-direction: column;
    }

    .new-image-1 {
        width: 60%;
        margin: auto;
    }

    .swiper-slide-content-hlp .main-banner-content h2 {
        font-size: 38px;
    }

    .section-title-container {
        margin: auto;
    }

    .what-guides-us-text {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .swiper {
        height: 530px;
    }

    .section-subtitle {
        margin: auto;
        font-size: 2rem;
    }

    .section-description {
        margin: auto;
        text-align: center !important;
        font-size: 16px;
    }

    .what-guides-us {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 80px 30px;
    }

    .section-container {
        display: flex;
        flex-direction: column !important;
        gap: 50px;
        width: 90%;
        margin: auto;
        align-items: center;
        justify-content: flex-start;
    }

    .image-container {
        border: 1px solid transparent;
        align-self: stretch;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .new-image-1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .what-guides-us-text {
        display: flex;
        flex-direction: column;
        gap: 28px;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .section-title-container {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }

    .section-title-icon {
        width: 31px;
        height: auto;
    }

    .section-title {
        color: #e9292f;
        text-align: center;
        font-family: "Poppins-SemiBold", sans-serif;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
    }

    .section-text-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .section-subtitle {
        color: #1a4174;
        font-family: "SourceSerifPro-Bold", sans-serif;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
        text-align: center !important;
    }

    .section-description {
        color: #6b7280;
        font-family: "Poppins-Medium", sans-serif;
        font-size: 20px;
        line-height: 29px;
        font-weight: 500;
    }

    .map-base-1 {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 144px;
        top: 49.65px;
    }

    .stats-title {
        color: #1a4174;
        font-family: "SourceSerifPro-Bold", sans-serif;
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
        position: relative !important;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
    }

    .stats-container {
        display: flex;
        width: 90%;
        margin: auto;
        gap: 32px;
        flex-wrap: wrap;
        align-items: self-start;
        justify-content: center;
        padding-top: 50px;
    }

    .frame-1272638026,
    .frame-1272638027,
    .frame-1272638028,
    .frame-1272638029 {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        width: 25% !important;
        height: 100%;
    }

    ._5 {
        color: #111928;
        font-family: "Poppins-Bold", sans-serif;
        font-size: 60px;
        line-height: 72px;
        font-weight: 700;
    }

    .line-1 {
        border-top: 2px solid #e9292f;
        width: 50%;
        margin: auto;
    }

    .state-of-the-art-manufacturing-plants {
        color: #000000;
        text-align: center;
        font-family: "Poppins-SemiBold", sans-serif;
        font-size: 18px;
        font-weight: 600;
    }

    .testimonial-title {
        font-size: 38px;
        margin: auto;
        text-align: center;
    }

    .testimonial-author-container {
        display: flex;
        flex-direction: column;
    }

    .testimonial-quote {
        width: 100%;
        font-size: 22px;
    }

    .testimonial-container {
        width: 70% !important;
        padding-left: 40px;
        padding-right: 40px;
    }

    .analytics {
        height: 100% !important;
        margin: auto;
        position: relative;
    }

    .product-title,
    .product-title3,
    .product-title2,
    .product-title4 {
        font-size: 38px;
        margin: auto;
        text-align: center;
    }

    .product-info,
    .product-info3,
    .product-info2 {
        width: 80%;
        margin: auto;
    }

    .arrow {
        margin: auto;
    }

    .product-description,
    .product-description2,
    .product-container2 .product-description {
        font-size: 16px;
        text-align: center;
        letter-spacing: 1.5px;
    }

    .product-container,
    .product-container2 {
        padding: 100px 0;
        gap: 25px;
        flex-wrap: wrap;
    }

    .marine-extract-body-wash,
    .product-image2,
    .product-image5,
    .product-image,
    .product-image3,
    .product-image6,
    .product-image4 {
        width: 70%;
        scale: 1;
        margin: auto;
    }

    .homepagepc .swiper-slide {
        width: 80%;
    }

    .swiper-pagination {
        width: 100% !important;
        position: relative;
        top: 0;
        display: flex;
        justify-content: center;
        gap: 15px;
        height: 100px;
        z-index: 11111;
    }

    .homepagepc .swiper-slide img {
        border-radius: 50px;
    }

    .section-container {
        flex-direction: column;
    }

    .swiper-pagination-hlp.active {
        width: 50px;
        background-color: var(--button-color);
    }

    .swiper-pagination-hlp {
        display: flex;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        background: radial-gradient(closest-side, rgba(213, 213, 213, 0.5) 0%, rgba(225, 225, 225, 0.5) 100%);
    }

    .pagination-dotshlp {
        display: flex;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        background: radial-gradient(closest-side, rgba(213, 213, 213, 0.5) 0%, rgba(225, 225, 225, 0.5) 100%);
    }

    .swiper-pagination-bullet-active-main {
        background: var(--button-color);
        width: 50px !important;
        border-radius: 20px;
        opacity: 1 !important;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(0.9) !important;
        opacity: 1 !important;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(0.9) !important;
        opacity: 1 !important;
    }

    .new-image-1 {
        width: 60%;
        margin: auto;
    }

    .what-guides-us-text {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .section-subtitle {
        margin: auto;
        font-size: 2rem;
    }

    .section-description {
        margin: auto;
        text-align: start;
        font-size: 16px;
    }

    .what-guides-us {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 100px 0;
    }

    .section-container {
        display: flex;
        flex-direction: row;
        gap: 50px;
        width: 90%;
        margin: auto;
        align-items: center;
        justify-content: flex-start;
    }

    .image-container {
        border: 1px solid transparent;
        align-self: stretch;
        align-items: center;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .new-image-1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .what-guides-us-text {
        display: flex;
        flex-direction: column;
        gap: 28px;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .section-title-container {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }

    .section-title-icon {
        width: 31px;
        height: auto;
    }

    .section-title {
        color: #e9292f;
        text-align: center;
        font-family: "Poppins-SemiBold", sans-serif;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
    }

    .section-text-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .section-subtitle {
        color: #1a4174;
        font-family: "SourceSerifPro-Bold", sans-serif;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
        text-align: start;
    }

    .swiper-slide-imglp {
        display: flex;
    }

    .swiper-slide-imgdc {
        display: none;
    }

    .section-description {
        color: #6b7280;
        font-family: "Poppins-Medium", sans-serif;
        font-size: 20px;
        line-height: 29px;
        font-weight: 500;
    }

    .map-base-1 {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 49.65px;
    }

    .stats-title {
        color: #1a4174;
        font-family: "SourceSerifPro-Bold";
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
        position: relative !important;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
    }

    .stats-container {
        display: flex;
        width: 100%;
        margin: auto;
        gap: 32px;
        flex-wrap: wrap;
        align-items: self-start;
        justify-content: space-between;
        padding-top: 50px;
    }

    .frame-1272638026,
    .frame-1272638027,
    .frame-1272638028,
    .frame-1272638029 {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        width: 20%;
        height: 100%;
    }

    ._5 {
        color: #111928;
        font-family: "Poppins-Bold", sans-serif;
        font-size: 60px;
        line-height: 72px;
        font-weight: 700;
    }

    .line-1 {
        border-top: 2px solid #e9292f;
        width: 50%;
        margin: auto;
    }

    .state-of-the-art-manufacturing-plants {
        color: #000000;
        text-align: center;
        font-family: "Poppins-SemiBold", sans-serif;
        font-size: 18px;
        font-weight: 600;
    }

    .analytics {
        height: 100% !important;
        margin: auto;
        position: relative;
        width: 70%;
    }
}


@media (min-width: 992px) {
    .stats-container {
        align-items: start;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .swiper {
        height: 530px !important;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {

    .swiper {
        height: 450px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .product-title,
    .product-title2 {
        font-size: 36px;
    }

    .swiper-slide-content-hlp .main-banner-content h2 {
        font-size: 38px;
    }

    .frame-1272638195 {
        gap: 20px !important;
    }

    .swiper-slide img {
        object-fit: cover !important;
    }


    .swiper {
        height: 420px;
    }

    .product-container,
    .product-container2 {
        padding: 100px 5%;
    }

    .blog-container,
    .blog-container2,
    .blog-container3,
    .blog-container4,
    .blog-container5,
    .blog-container6 {
        flex: 0 0 calc(27.5% - 20px);
    }

    .frame-1272638045 {
        flex-direction: column !important;
        gap: 50px;
    }

    .frame-1272638041 {
        width: 100%;
        align-items: center;
    }

    .frame-1272638042 {
        width: 100%;
        justify-content: space-between;
    }

    .enhancing-lives-through-innovative {
        text-align: center;
    }

}


/* -------------------------media---------------- */
.mediaa {
    position: relative;
    width: 100%;
    overflow: visible;
}

.mediahlp {
    display: flex;
    width: 100%;
    gap: 20px;
    transition: transform 0.5s ease;
}

.media {
    margin-left: auto;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.blog-container,
.blog-container2,
.blog-container3,
.blog-container4,
.blog-container5,
.blog-container6 {
    flex: 0 0 calc(33.333% - 20px);
    height: 100%;
    background: #ffffff;
    border-radius: 15px;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    padding: 20px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 992px) {

    .blog-container,
    .blog-container2,
    .blog-container3,
    .blog-container4,
    .blog-container5,
    .blog-container6 {
        flex: 0 0 calc(50% - 20px);
        /* 2 cards visible */
    }

    .empowering-stories-real-impact {
        width: 65%;
    }

    .frame-1272638045 {
        flex-direction: column !important;
        gap: 50px;
    }

    .frame-1272638042 {
        width: 100%;
        justify-content: space-between;
    }

    .frame-1272638041 {
        width: 100%;
        align-items: center;
    }

    .enhancing-lives-through-innovative {
        text-align: center;
    }

    .contact-pittiegroup-com,
    ._91-22-4260-4260,
    .puja-essentials2,
    .cleaning-essentials2,
    .home-care2,
    .personal-care2,
    .home,
    .about-us,
    .innovations,
    .careers,
    .contact,
    .sustainability {
        font-size: 16px;
    }

    .contact-us,
    .product-categories,
    .quick-links {
        font-size: 20px;
    }
}

@media (max-width: 768px) {

    .blog-container,
    .blog-container2,
    .blog-container3,
    .blog-container4,
    .blog-container5,
    .blog-container6 {
        flex: 0 0 100%;
    }

    .empowering-stories-real-impact {
        width: 100%;
    }

    .frame-1272638042 {
        flex-wrap: wrap;
    }

    .frame-1272638040 {
        margin-top: 50px;
    }

    .media {
        margin: auto;
        width: 90%;
    }

    .empowering-stories-real-impact {
        font-size: 32px;
        width: 60%;
    }
}