@media (max-width: 576px) {
  .notification-bar {
    background: #013365;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .notification-text {
    color: #ffffff;
    text-align: left;
    font-family: "Satoshi-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: 70%;
  }

  .frame {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 90%;
    top: 50%;
    translate: 0 -50%;
    overflow: visible;
  }
}

.notification-bar.hidden {
  display: none;
  /* click ke baad hide */
}

@media (min-width: 576px) {
  .notification-text br {
    display: none;
  }

  .homepage,
  .homepage * {
    box-sizing: border-box;
  }

  .homepage {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
  }

  .header {
    align-self: stretch;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .section7-up {
    padding: 12px 15px;
  }

  .notification-bar {
    background: #013365;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .notification-text {
    color: #ffffff;
    text-align: left;
    font-family: "Satoshi-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }

  .frame {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 90%;
    top: 50%;
    translate: 0 -50%;
    overflow: visible;
  }

  .frame {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 95%;
    top: 50%;
    translate: 0 -50%;
    overflow: visible;
  }

  .navbar {
    background: var(--white, #ffffff);
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    width: 1440px;
    position: absolute;
    left: 0px;
    top: 38px;
    box-shadow: 0px 2px 4px 0px rgba(17, 42, 75, 0.1);
    overflow: hidden;
    backdrop-filter: blur(15px);
  }



  .container {
    padding: 16px 0px 16px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 1240px;
    position: relative;
  }

  .image-2 {
    flex-shrink: 0;
    width: 94.99px;
    height: 60px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 94.99/60;
  }

  .frame-7 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .frame-5 {
    padding: 8px 12px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .text {
    color: var(--dark-dark-1, #111928);
    text-align: left;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
  }

  .frame-10 {
    padding: 8px 12px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .text2 {
    color: var(--dark-dark-5, #6b7280);
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
  }

  .frame-6 {
    padding: 8px 12px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .arrow-chevron-down {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
  }

  .frame-72 {
    padding: 8px 12px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .frame-11 {
    padding: 8px 12px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .frame-12 {
    padding: 8px 12px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .frame-13 {
    padding: 8px 12px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .component-7 {
    background: var(--text-colors-25, #fcfcfc);
    border-radius: 100px;
    border-style: solid;
    border-color: var(--text-colors-200, #d6d6d6);
    border-width: 1px;
    padding: 10px 12px 10px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 216px;
    position: relative;
  }


  .interface-search-magnifying-glass {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
  }

  .frame-1272638191 {
    flex-shrink: 0;
    width: 163px;
    height: 20px;
    position: relative;
    overflow: hidden;
  }

  .search {
    color: var(--text-colors-600, #616161);
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .cleaning-essentials {
    color: var(--text-colors-600, #616161);
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    left: 180px;
    top: 0px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .home-care {
    color: var(--text-colors-600, #616161);
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    left: 360px;
    top: 0px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .puja-essentials {
    color: var(--text-colors-600, #616161);
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    left: 540px;
    top: 0px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .personal-care {
    color: var(--text-colors-600, #616161);
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: absolute;
    left: 720px;
    top: 0px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .line-13 {
    margin-top: -1px;
    border-style: solid;
    border-color: #000000;
    border-width: 1px 0 0 0;
    flex-shrink: 0;
    width: 41px;
    height: 0px;
    position: absolute;
    left: 232px;
    top: 64px;
  }

  .frame-1272638302 {
    padding: 40px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }

  .main-banner {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }

  .frame-1272638297 {
    width: 100%;
    top: 0px;
  }

  .swiper-slide-content-hlp .main-banner-content p {
    text-align: center;
    font-family: var(--body-large-text-body-large-regular-font-family, "Poppins-Regular", sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
    align-self: stretch;
    color: #444546;
  }

  .swiper-slide-content-hlp .main-banner-content h2 {
    color: var(--bg1-color);
    text-align: center;
    font-family: "SourceSerifPro-Bold";
    font-size: var(--poppins-h2-bold-font-size, 48px);
    line-height: var(--poppins-h2-bold-line-height, 58px);
    font-weight: var(--poppins-h2-bold-font-weight, 700);
    position: relative;
    align-self: stretch;
  }

  .swiper-slide-content-hlp .main-banner-content {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 50%;
    margin: auto;
    padding: 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  }

  .swiper-slide-content-hlp .main-banner-content {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 50%;
    margin: auto;
    padding: 50px;
  }

  .swiper-slide-content-hlp {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111111111111;
  }

  .banner-content {
    border-radius: 21px;
    width: 100%;
    height: 100%;
    top: -1px;
    overflow: hidden;
  }

  .placeholder {
    background: #efefef;
    border-radius: 35px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }

  .image-placeholder {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    border-radius: 7px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-content2 {
    border-radius: 21px;
    width: 896px;
    height: 420px;
    position: absolute;
    left: 2888px;
    top: 30px;
    overflow: hidden;
  }

  .image-placeholder2 {
    border-radius: 7px;
    width: 896px;
    height: 420px;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
    top: 50%;
    object-fit: cover;
  }

  .banner-text-container {
    padding: 9.33px;
    display: flex;
    flex-direction: column;
    gap: 9.33px;
    align-items: center;
    justify-content: center;
    width: 528.27px;
    height: 246.4px;
    position: absolute;
    left: 183.87px;
    top: 86.8px;
  }

  .banner-image {
    border-radius: 21px;
    width: 896px;
    height: 420px;
    position: absolute;
    left: 4860px;
    top: 29px;
    overflow: hidden;
  }

  .image-placeholder3 {
    border-radius: 7.47px;
    width: 896px;
    height: 420px;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
    top: 50%;
    object-fit: cover;
  }

  .banner-content3 {
    border-radius: 24px;
    width: 1024px;
    height: 480px;
    position: absolute;
    left: 920px;
    top: 0px;
    overflow: hidden;
  }

  .placeholder2 {
    background: #efefef;
    border-radius: 40px;
    width: 1620px;
    height: 634px;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .image-placeholder4 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    width: 1024px;
    height: 480px;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
    top: 50%;
    object-fit: cover;
  }

  .banner-content4 {
    border-radius: 21px;
    width: 896px;
    height: 420px;
    position: absolute;
    left: 0px;
    top: 30px;
    overflow: hidden;
  }

  .arrow-left {
    position: absolute;
    inset: 0;
  }

  .container2 {
    background: var(--light-system-background-primary, #ffffff);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 812px;
    top: 200px;
    box-shadow: 0px 20px 40px 0px rgba(175, 161, 161, 0.25);
  }

  .right-arrow-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 836px;
    top: 224px;
    overflow: visible;
  }

  .banner-image2 {
    border-radius: 21px;
    width: 896px;
    height: 420px;
    position: absolute;
    left: 1968px;
    top: 30px;
    overflow: hidden;
  }

  .pagination-dots {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 520px;
  }

  .ellipse {
    background: var(--light-separators-colors-secondary, #e1e1e1);
    border-radius: 50%;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
  }

  .active-dot {
    background: #e9292f;
    border-radius: 90px;
    flex-shrink: 0;
    width: 67px;
    height: 16px;
    position: relative;
  }

  .container3 {
    background: var(--light-system-background-primary, #ffffff);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 2052px;
    top: 200px;
    box-shadow: 0px 20px 40px 0px rgba(175, 161, 161, 0.25);
    transform-origin: 0 0;
    transform: rotate(0deg) scale(-1, 1);
  }

  .left-arrow-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 2028px;
    top: 224px;
    overflow: visible;
  }

  .what-guides-us {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }

  .section-container {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  .image-container {
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    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;
    align-self: stretch;
    position: relative;
    width: 50%;
  }

  .section-title-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .section-title-icon {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-shrink: 0;
    width: 31px;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .section-title {
    color: var(--secondary-red, #e9292f);
    text-align: center;
    font-family: var(--poppins-h6-bold-font-family,
        "Poppins-SemiBold",
        sans-serif);
    font-size: var(--poppins-h6-bold-font-size, 24px);
    line-height: var(--poppins-h6-bold-line-height, 30px);
    font-weight: var(--poppins-h6-bold-font-weight, 600);
    position: relative;
  }

  .section-text-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }

  .section-subtitle {
    color: var(--primary-blue, #1a4174);
    text-align: left;
    font-family: "SourceSerifPro-Bold";
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    position: relative;
  }

  .section-description {
    color: var(--dark-dark-5, #6b7280);
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    position: relative;
    align-self: stretch;
  }

  .analytics {
    align-self: stretch;
    flex-shrink: 0;
    height: 450px;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .map-base-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 49.65px;
    overflow: visible;
  }

  .stats-title {
    color: var(--primary-blue, #1a4174);
    text-align: left;
    font-family: "SourceSerifPro-Bold";
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
    position: relative;
    z-index: 11111;
  }

  .stats-container {
    display: flex;
    width: 100%;
    margin: auto;
    gap: 32px;
    align-items: center;
    justify-content: space-between
  }

  .frame-1272638026 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 25%;
    align-items: center;
    justify-content: flex-start;
    /* flex-shrink: 0; */
    position: relative;
  }

  .frame-1272638031 {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 100px;
    flex-shrink: 0;
    position: absolute;
    left: 14.5px;
    top: -31px;
    overflow: hidden;
    filter: blur(50px);
  }

  .frame-1272638025 {
    /* padding: 0px 82px 0px 82px; */
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    position: relative;
  }

  ._5 {
    color: var(--dark-dark-1, #111928);
    text-align: left;
    font-family: var(--poppins-h1-bold-font-family, "Poppins-Bold", sans-serif);
    font-size: var(--poppins-h1-bold-font-size, 60px);
    line-height: var(--poppins-h1-bold-line-height, 72px);
    font-weight: var(--poppins-h1-bold-font-weight, 700);
    position: relative;
  }

  .line-1 {
    margin-top: -2px;
    border-style: solid;
    border-color: var(--secondary-red, #e9292f);
    width: 40%;
    margin: auto;
    border-width: 2px 0 0 0;
    align-self: stretch;
    height: 0px;
    position: relative;
  }

  .state-of-the-art-manufacturing-plants {
    color: #000000;
    text-align: center;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: relative;
  }

  .frame-1272638027 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }

  .frame-1272638028 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 256px;
    height: 140px;
    position: relative;
  }

  .frame-1272638029 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }

  .product-section {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    /* width: 1440px; */
    position: relative;
  }

  .product-container {
    background: radial-gradient(142.2% 142.2% at 50% 68.23%, rgba(0, 95, 191, 0.9) 0%, rgba(7, 35, 88, 0.9) 100%);
    align-self: stretch;
    position: relative;
    display: flex;
    /* flex-direction: row-reverse; */
    padding: 100px 10%;
    gap: 50px;
  }

  .product-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .product-title {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 54px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
  }

  .product-description-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }

  .product-description {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .product-container2 .product-description {
    text-align: left;
    color: #1a4174;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .arrow {
    background: var(--secondary-red, #e9292f);
    border-radius: 360px;
    padding: 8px 32px 8px 32px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1111111111111111;
  }

  .arrow a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .view-all-text {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    position: relative;
  }

  .view-all-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
  }

  .product-background {
    position: absolute;
    overflow: visible;
  }

  .swiper-slide-imglp {
    display: none;
  }

  .marine-extract-body-wash {
    object-fit: contain;
    width: 50%;
    scale: 1.2;
  }

  .product-container2 {
    background: radial-gradient(closest-side,
        rgba(213, 213, 213, 0.5) 0%,
        rgba(225, 225, 225, 0.5) 100%);
    align-self: stretch;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    padding: 100px 10%;
    gap: 50px;
  }

  .product-image {
    object-fit: contain;
    width: 50%;
    scale: 1.2;
  }

  .product-info2 {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .product-description-container2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }

  .product-title2 {
    color: #1a4174;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 46px;
    font-weight: 600;
    position: relative;
  }

  .product-description2 {
    color: #1a4174;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .view-all-icon2 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
  }

  .product-image2 {
    object-fit: contain;
    width: 50%;
  }

  .product-info3 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .product-description3 {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    height: 252px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .view-all-icon3 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
  }

  .product-background2 {
    width: 116.53%;
    height: auto;
    position: absolute;
    right: 37.5%;
    left: -54.03%;
    top: -150px;
    overflow: visible;
  }


  .product-image4 {
    object-fit: contain;
    width: 50%;
  }

  .view-all-icon4 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
  }

  .marine-extract-body-wash,
  .product-image2,
  .product-image5,
  .product-image,
  .product-image3,
  .product-image6,
  .product-image4 {
    object-fit: contain;
    width: 55%;

  }

  .product-image5 {
    scale: 1.2;
  }

  .product-title3 {
    color: #ffffff;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 54px;
    font-weight: 600;
    position: relative;
  }

  .view-all-icon5 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
  }

  .product-background3 {
    width: 116.53%;
    height: auto;
    position: absolute;
    right: 37.5%;
    left: -54.03%;
    top: -150px;
    overflow: visible;
  }

  .product-image6 {
    object-fit: contain;
    width: 50%;
  }

  .product-title4 {
    color: #1a4174;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 54px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
  }

  .view-all-icon6 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
  }

  .media-and-news {
    background: linear-gradient(90deg,
        rgba(26, 65, 116, 0) 0%,
        rgba(26, 65, 116, 0.5) 100%);
    padding: 80px 100px 80px 0px;
    align-self: stretch;
    height: 558px;
    position: relative;
    transform-origin: 0 0;
    overflow: hidden;
    display: flex;
    justify-content: end;
  }

  .testimonial-container {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 56px 0px 56px 0px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    width: 707px;
    height: 430px;
    position: absolute;
    transform-origin: 0 0;
    /* transform: rotate(360deg) scale(1, 1); */
    overflow: hidden;
    backdrop-filter: blur(25px);
  }

  .testimonial-title-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  .testimonial-title {
    color: var(--primary-blue, #1a4174);
    text-align: left;
    font-family: "SourceSerifPro-Bold";
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    position: relative;
  }

  .testimonial-quote {
    color: #000000;
    text-align: center;
    font-family: "SourceSerifPro-SemiBoldItalic";
    font-size: 28px;
    width: 80%;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-style: italic;
    position: relative;
    /* width: 641px; */
  }

  .testimonial-author-container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .author-image {
    border-radius: 100px;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    aspect-ratio: 1;
  }

  .author-name {
    text-align: center;
    font-family: "-", sans-serif;
    font-size: 18px;
    line-height: 0undefined;
    font-weight: 400;
    position: relative;
  }

  .author-name-span {
    color: #000000;
    font-family: var(--body-large-text-body-large-semibold-font-family,
        "Poppins-SemiBold",
        sans-serif);
    font-size: var(--body-large-text-body-large-semibold-font-size, 18px);
    line-height: var(--body-large-text-body-large-semibold-line-height, 26px);
    font-weight: var(--body-large-text-body-large-semibold-font-weight, 600);
  }

  .author-name-span2 {
    color: #5c5c5c;
    font-family: var(--body-large-text-body-large-medium-font-family,
        "Poppins-Medium",
        sans-serif);
    font-size: var(--body-large-text-body-large-medium-font-size, 18px);
    line-height: var(--body-large-text-body-large-medium-line-height, 38px);
    font-weight: var(--body-large-text-body-large-medium-font-weight, 500);
  }

  .media-and-news2 {
    background: var(--white, #ffffff);
    padding: 80px 0px 80px 0px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .frame-1272638057 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: auto;
    width: 90%;
  }

  .frame-1272638058 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .frame-1272638054 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-shrink: 0;
    width: 31px;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .media-and-news3 {
    color: #e9292f;
    text-align: center;
    font-family: var(--poppins-h6-bold-font-family,
        "Poppins-SemiBold",
        sans-serif);
    font-size: var(--poppins-h6-bold-font-size, 24px);
    line-height: var(--poppins-h6-bold-line-height, 30px);
    font-weight: var(--poppins-h6-bold-font-weight, 600);
    position: relative;
  }

  .empowering-stories-real-impact {
    color: var(--primary-blue, #1a4174);
    text-align: left;
    font-family: "SourceSerifPro-Bold";
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    position: relative;
    width: 45%;
  }

  .mediaa {
    overflow: hidden;
  }

  .media {
    width: 100%;
    display: flex;
    gap: 20px;
  }

  .blog-container,
  .blog-container2,
  .blog-container3,
  .blog-container4,
  .blog-container5,
  .blog-container5,
  .blog-container6 {
    background: #ffffff;
    border-radius: 15px;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 1px;
    padding: 20px;
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 calc(17.333% - 20px);
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .content-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  .header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
  }

  .image-3 {
    flex-shrink: 0;
    width: 74px;
    height: 20px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 74/20;
  }

  .date {
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
  }

  .text-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  .title {
    color: #000000;
    text-align: left;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .description {
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-family: "Poppins-Medium", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .arrow2 {
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }

  .read-more {
    color: var(--secondary-red, #e9292f);
    text-align: center;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    text-decoration: underline;
    position: relative;
  }

  .arrow-icon {
    flex-shrink: 0;
    width: 17.54px;
    height: 17.54px;
    position: relative;
    overflow: visible;
  }

  /* .blog-container2 {
      background: #ffffff;
      border-radius: 15px;
      border-style: solid;
      border-color: #e6e6e6;
      border-width: 1px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: flex-start;
      justify-content: flex-start;
      position: absolute;
      left: 412px;
      top: 0px;
      box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    } */

  .image-4 {
    flex-shrink: 0;
    width: 102px;
    height: 20px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 102/20;
  }

  .arrow-icon2 {
    flex-shrink: 0;
    width: 17.54px;
    height: 17.54px;
    position: relative;
    overflow: visible;
  }

  /* .blog-container3 {
      background: #ffffff;
      border-radius: 15px;
      border-style: solid;
      border-color: #e6e6e6;
      border-width: 1px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: flex-start;
      justify-content: flex-start;
      position: absolute;
      left: 824px;
      top: 0px;
      box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    } */

  .image-5 {
    flex-shrink: 0;
    width: 46px;
    height: 20px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 46/20;
  }

  .arrow-icon3 {
    flex-shrink: 0;
    width: 17.54px;
    height: 17.54px;
    position: relative;
    overflow: visible;
  }

  /* .blog-container4 {
    background: #ffffff;
    border-radius: 15px;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 1px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 1236px;
    top: 0px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  } */

  .image-6 {
    background: linear-gradient(to left,
        rgba(0, 0, 0, 0.56),
        rgba(0, 0, 0, 0.56));
    flex-shrink: 0;
    width: 100px;
    height: 20px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 100/20;
  }

  .arrow-icon4 {
    flex-shrink: 0;
    width: 17.54px;
    height: 17.54px;
    position: relative;
    overflow: visible;
  }

  /* .blog-container5 {
    background: #ffffff;
    border-radius: 15px;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 1px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 1648px;
    top: 0px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  } */

  .image-7 {
    flex-shrink: 0;
    width: 211px;
    height: 20px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 211/20;
  }

  .description-span2 {
    text-decoration: underline;
  }

  .arrow-icon5 {
    flex-shrink: 0;
    width: 17.54px;
    height: 17.54px;
    position: relative;
    overflow: visible;
  }

  /* .blog-container6 {
    background: #ffffff;
    border-radius: 15px;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 1px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 2060px;
    top: 0px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  } */

  .image-8 {
    flex-shrink: 0;
    width: 105px;
    height: 20px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 105/20;
  }

  .arrow-icon6 {
    flex-shrink: 0;
    width: 17.54px;
    height: 17.54px;
    position: relative;
    overflow: visible;
  }

  .keyboard-arrow-down {
    border-radius: 241.67px;
    display: flex;
    flex-direction: column;
    gap: 24.17px;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    /* position: absolute; */
    overflow: visible;
    top: 100%;
  }

  .media-icon {
    display: flex;
    gap: 50px;
    margin-top: 40px;
    width: 90%;
    margin-left: auto;
  }

  .media-icon-left {
    transform: rotate(180deg);
  }

  .arrow2 a {
    display: flex;
    gap: 10px;
  }

  .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;
  }

  .frame-1272638045 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    position: relative;
  }

  .frame-1272638041 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 22%;
    position: relative;
  }

  .pittie-consumer-logo-white-1 {
    flex-shrink: 0;
    width: 194.11px;
    height: 155.5px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 194.11/155.5;
  }

  .enhancing-lives-through-innovative {
    color: #111928;
    text-align: left;
    font-family: var(--body-medium-text-body-medium-medium-font-family,
        "Poppins-Medium",
        sans-serif);
    font-size: var(--body-medium-text-body-medium-medium-font-size, 14px);
    line-height: var(--body-medium-text-body-medium-medium-line-height, 24px);
    font-weight: var(--body-medium-text-body-medium-medium-font-weight, 500);
    position: relative;
    align-self: stretch;
    padding-left: 12px;
  }

  .frame-1272638042 {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 70%;
    position: relative;
  }

  .frame-1272638038 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .quick-links {
    color: var(--dark-dark-1, #111928);
    text-align: left;
    font-family: "Poppins-ExtraBold", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 800;
    position: relative;
  }

  .frame-1272638035 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .home {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .about-us {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .innovations {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .careers {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .contact {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
    padding: 0;
  }

  .sustainability {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .frame-1272638039 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .product-categories {
    color: var(--dark-dark-1, #111928);
    text-align: left;
    font-family: "Poppins-ExtraBold", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 800;
    position: relative;
  }

  .frame-1272638036 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .puja-essentials2 {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .cleaning-essentials2 {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .home-care2 {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .personal-care2 {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .frame-1272638040 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .contact-us {
    color: var(--dark-dark-1, #111928);
    text-align: left;
    font-family: "Poppins-ExtraBold", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 800;
    position: relative;
  }

  .frame-1272638037 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
  }

  .frame-1272638043 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  .mail {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
  }

  .contact-pittiegroup-com {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }

  .frame-1272638044 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  .phone {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
  }

  ._91-22-4260-4260 {
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    font-family: var(--body-large-text-body-large-regular-font-family,
        "Poppins-Regular",
        sans-serif);
    font-size: var(--body-large-text-body-large-regular-font-size, 18px);
    line-height: var(--body-large-text-body-large-regular-line-height, 26px);
    font-weight: var(--body-large-text-body-large-regular-font-weight, 400);
    position: relative;
  }
}

.swiper-pagination {
  width: 100% !important;
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  height: 100px;
  z-index: 11111;
}

.swiper-pagination-hlp.active {
  width: 50px;
  background-color: var(--button-color);
}

.swiper-pagination-hlp {
  display: flex;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  transition: width 0.5s ease, height 0.5s ease;
  background: radial-gradient(closest-side, rgba(213, 213, 213, 0.5) 0%, rgba(225, 225, 225, 0.5) 100%);
}

.logo nav {
  width: 100%;
}

#header .container {
  width: 100% !important;
  max-width: 100% !important;
}

.nav-ul {
  justify-content: space-between;
}