/* Product Hero */
section.project-hero {
    position: relative;
    background-size: cover;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
section.project-hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 30%);
    z-index: -1;
}
section.project-hero .container.h-100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.project-hero h5 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
section.project-hero h2 {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 119.048% */
    margin-bottom: 0;
}

/* Product Navigation */
.product-nav-wrapper {
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    background: #FFF;
    height: 60px;
    display: flex;
    align-items: center;
}
.product-nav-wrapper .product-nav {
    border: 0;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-nav-wrapper .product-nav li {
    padding: 18px 0;
}
.product-nav-wrapper .product-nav .nav-link {
    border: 0;
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-nav-wrapper .product-nav .nav-link.active {
    font-weight: 700;
    position: relative;
}
.product-nav-wrapper .product-nav .nav-link.active:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #05b6a7;
    left: 0;
    right: 0;
    bottom: -20px;
}



/* Product Slider */
.product-details-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
.swiper.productSwiper {
    background-color: #F5F9F8;
    border-radius: 16px;
}
.product-gallery {
    flex: 1;
    min-width: 550px;
    position: relative;
}
.product-gallery img.made-in-india {
    position: absolute;
    z-index: 99;
    width: 70px;
    left: 20px;
    top: 20px;
}
.product-gallery img {
    width: 385px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}
.thumbsSwiper .swiper-slide {
    width: 80px;
    height: auto;
    opacity: 1;
    cursor: pointer;
    border-radius: 16px;
    background: #F5F9F8;
    height: 90px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thumbsSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #003366;
}
.thumbsSwiper .swiper-slide img {
    width: 60px;
    height: auto;
}

.swiper.productSwiper .swiper-button-next:after, 
.swiper.productSwiper .swiper-button-prev:after { opacity: 0; display: none; }

.swiper.productSwiper .swiper-button-next img, 
.swiper.productSwiper .swiper-button-prev img {
  width: auto;
}

.swiper.productSwiper .swiper-button-prev,
.swiper.productSwiper .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,20px);
}
.swiper.productSwiper .swiper-button-next, 
.swiper.productSwiper .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,20px);
}


/* Product Information */
.product-info {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex: 1 0 0;
    border-radius: 16px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}
.product-category {
  color: #666;
  font-size: 14px;
}
.product-title {
    margin: 0 0 15px;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.rating {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.rating span i {
    color: #FF8F44;
}

.product-info h5 {
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 10px 0 31px;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
}
.product-features li {
    margin-bottom: 15px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-features li span {
    display: inline-block;
    width: 70%;
}
.product-features li i {
    color: #05b6a7;
}

.btn-quote {
    display: flex;
    height: 46px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 5px;
    background: #14467A;
    color: #fff;
    border: 1px solid #14467A;
    transition: 0.8s;
}
.btn-quote:hover {
    background-color: transparent;
    color: #000;
}


/* Features Highlight  */
ul#features-highlight-list,
ul#water-types-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    gap: 30px;
}
ul#features-highlight-list li,
ul#water-types-list li {
    width: 31%;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #E7E7E7;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



/* Core Benefits */
section.core-benefits {
    background-color: #fff;
}
section.core-benefits .section-title {
    padding-bottom: 80px !IMPORTANT;
}
section.core-benefits .card-wrapepr ul li {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
section.core-benefits .card-wrapepr.left img {
    margin-left: 25px;
}
section.core-benefits .card.card-body {
    display: flex;
    flex-direction: row;
    padding: 40px;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}
section.core-benefits .card.card-body figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}
section.core-benefits .card-wrapepr.left:nth-child(2) {
    position: relative;
    bottom: 35px;
}
section.core-benefits .card.card-body .content-wrapper {
    width: 60%;
    padding-right: 4em;
}

section.core-benefits .card.card-body .content-wrapper h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}
section.core-benefits .card.card-body .content-wrapper p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}


/* Download Brochure */
section#download-brochure figure img.img-fluid {
    width: 85%;
}
section#download-brochure .card.card-body {
    border-radius: 16px;
    border: 1px solid #E7E7E7;
    background: #FBF9E8;
    padding: 40px;
}
section#download-brochure .card.card-body h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 30px;
}
section#download-brochure .card.card-body ul li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    display: flex;
}
section#download-brochure .card.card-body ul li i {
    color: #05b6a7;
    margin-right: 5px;
}


section#download-brochure .btn-wrapper {
    margin-top: 30px;
}
a.btn.btn-download {
    display: inline-flex;
    height: 46px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Brand, #14467A);
    flex-shrink: 0;
    color: #fff;
    border: 1px solid #14467a;
    transition: 0.8s;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
a.btn.btn-download:hover {
    background-color: transparent;
    color: #14467a;
}
a.btn.btn-free-demo {
    display: flex;
    height: 47px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--Brand, #14467A);
    margin-left: 30px;
    transition: 0.8s;
}
a.btn.btn-free-demo:hover {
    background-color: #14467a;
    color: #fff;
}


section#download-brochure img.made-in-india {
    position: absolute;
    right: 15px;
    width: 100px;
    top: 20px;
}


form#blue-water-frm .form-control,form#blue-water-frm .form-select {
    height: 55px;
}
form#blue-water-frm label {
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
button.btn.btn-get-a-guote {
    display: flex;
    height: 46px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Brand, #14467A);
    color: #fff;
    border: 1px solid #14467A;
    margin-left: auto;
    transition: 0.8s;
}
button.btn.btn-get-a-guote:hover {
    background-color: transparent;
    color: #000;
}

.input-error {
  outline: 2px solid red;
  outline-offset: 2px;
}


@media(max-width: 1366px) {

    section.project-hero {
        height: 500px;
    }

    form#blue-water-frm label {
        font-size: 15px;
    }

    section.blue-water figure img {
        height: 540px;
        object-fit: cover;
        object-position: center 0px;
    }


    .product-gallery {
        min-width: 420px;
    }

    .product-features li {
        font-size: 15px;
    }
    section.core-benefits .card-wrapepr ul li,
    .water-advantage .card-wrapepr p { font-size: 15px; }


    section.core-benefits .card.card-body .content-wrapper p {
        font-size: 16px;
        line-height: 28px;
    }

    ul#features-highlight-list li,
    ul#water-types-list li { font-size: 20px; }

    section#download-brochure figure img.img-fluid {
        width: 100%;
    }

    section#download-brochure .card.card-body h4 {
        font-size: 20px;
        line-height: 28px;
    }
    section#download-brochure .card.card-body { padding: 30px; }
    section#download-brochure .btn-wrapper {
        margin-top: 15px;
    }
    section#download-brochure img.made-in-india { width: 70px; }
}

@media(max-width: 1199px) {
    .product-nav-wrapper .product-nav {
        justify-content: space-between;
    }
}

@media(max-width: 992px) {
    ul#productTabs li.nav-item {
        width: 33%;
    }

    .product-gallery,
    .product-info {
        width: 100%;
    }

    .product-details-grid {
        flex-direction: column;
    }

    ul#features-highlight-list li,
    ul#water-types-list li {
        font-size: 20px;
        width: 47%;
    }

    img.img-fluid.water-drop {
        max-height: unset;
        width: 150px;
    }

    .water-advantage .card-wrapepr {
        margin-bottom: 4em !IMPORTANT;
        flex-direction: column;
    }
    .water-advantage .text-md-end .card-wrapepr {
        flex-direction: column;
    }

    section.core-benefits .card.card-body .content-wrapper {
        width: 55%;
        padding-right: initial;
    }

    section#download-brochure figure img.img-fluid {
        width: 65%;
        margin: 0 auto;
        display: block;
    }
}

@media(max-width: 767px) {
    ul#productTabs {
        flex-direction: column;
    }
    ul#productTabs li.nav-item {
        width: 85%;
        margin-bottom: 25px;
        margin: 0 auto 25px;
    }

    .product-title {
        font-size: 24px;
        line-height: 28px;
    }
    .product-info { padding: 20px; }
    .product-features li span {
        width: 55%;
    }
    ul#features-highlight-list,
    ul#water-types-list {
        gap: 15px;
    }
    ul#features-highlight-list li,
    ul#water-types-list li {
        font-size: 16px;
    }

    section.core-benefits .card-wrapepr.left:nth-child(2) {
        bottom: 0;
        margin-bottom: 30px !IMPORTANT;
    }
    section.core-benefits .card.card-body {
        flex-direction: column;
    }
    section.core-benefits .card.card-body figure { margin-bottom: 25px; }
    section.core-benefits .card.card-body figure,
    section.core-benefits .card.card-body .content-wrapper { width: 100%; }
    section.core-benefits .card.card-body figure img { width: 100%; }

    section#download-brochure .card.card-body {
        padding: 20px;
    }

    .btn-wrapper.d-flex {
        flex-direction: column;
    }
    a.btn.btn-free-demo {
        margin-left: 0;
        margin-top: 18px;
    }
    button.btn.btn-get-a-guote {
        margin-left: unset;
    }
}