

.partners_leftImg {
    width: 100%;
    height: 100%;
}

.Partners .content h1 {
    font-size: 1.75rem;
    font-weight: 700;
}

.Partners .content .fst-italic {
    color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.Partners .content p {
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    margin-top: 20px;
}

.Partners .content p:last-child {
    margin-bottom: 0;
}


/* aply section */

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.apply .apply-item {
    text-align: center;
    padding: 24px 20px;
    border: 1px solid #e2e2e2;
    height: 100%;
    transition: all ease-in-out 0.3s;
}

.stretched-link {
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-size: 20px;
    font-weight: 700;
}

.stretched-link:hover {
    color: rgb(59, 59, 59);
}

.apply .apply-item .icon {
    background: rgb(19, 168, 254);
    color: white;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.apply .apply-item .icon i {
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.apply .apply-item h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: 0.3s;
}

.apply .apply-item p {
    line-height: 44px;
    font-size: 18px;
    margin-bottom: 0;
}

.apply .apply-item p span {
    font-size: 21px;
    padding: 0px 11px 0px 0px;

}

.apply .apply-item:hover {
    box-shadow: 0px 0 15px 1px #dfebfd;
    transform: translateY(-10px);
    border-color: #bbd1f3;
}

/* distibution */

.distribution {
    color: #364d59;
    background-color: #f4f7f6;
}

.distribution .distribution-item {
    background-image: url(../images/vidyasagar-setu-second-howrah-bridge-.jpg);
    padding: 55px 50px 55px 50px;
    background-size: 100% 100%;
    height: 100%;
}

.distribution .distribution-item1 {
    background-image: url(../images/water_filter.jpeg);
    padding: 55px 50px 55px 50px;
    background-size: 100% 100%;
    height: 100%;
}

.distribution .distribution-item2 {
    background-image: url(../images/product-jpeg.jpg);
    padding: 55px 50px 55px 50px;
    background-size: 100% 100%;
    height: 100%;
}

.distribution .distribution-item3 {
    background-image: url(../images/truck.webp);
    padding: 55px 50px 55px 50px;
    background-size: 100% 100%;
    height: 100%;
}

.distribution span {
    font-size: 36px;
    display: block;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.distribution p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.distribution .distribution-button {
    border: none;
    width: 100%;
    background-color: #fff;
    color: #0047BB;
    padding: 8px 40px;
    transition: all ease-out 0.3s;
    text-decoration: none;
    border-radius: 20px 0px 20px 0px;
    font-size: 18px;
}

.distribution-button:hover {
    border: none;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 0px 20px 0px 20px;
    background-color: #67D9FF;
    color: #fff;
}

/* testimonials section */

.testimoni {
    color: #364d59;
    background-color: #f4f7f6;
    padding: 60px 0;
    margin-bottom: 60px;
}

.testimoni-item {
    padding-bottom: 20px;
}

.dist-swiper {
    position: relative;
    overflow: hidden;
    background-color: white;
    padding: 40px 30px;
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/* delivery section */

.delivery-item {
    background-color: #1e72d6;
    text-align: center;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    padding: 24px 20px;
    height: 100%;
    transition: all ease-in-out 0.3s;
    text-align: start;
}

.delivery-item .icon i {
    font-size: 50px;
    color: #fff;
}

.delivery-item h4 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-top: 25px;
}

.delivery-item .h4 {
    margin-top: 4px;
}

.delivery-item p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5rem;
    margin-top: 20px;
}

.delivery-item .number {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.delivery-item .Analysis-button {
    border: none;
    width: auto;

}

.delivery-item .Analysis-button>a {
    display: inline-block;
    background-color: #fff;
    color: #1e72d6;
    padding: 8px 40px;
    transition: all 0.3s;
    text-decoration: none;
    border-radius: 20px 0px 20px 0px;
    font-size: 18px;
    border: none;
}

.delivery-item .Analysis-button>a:hover {
    border: none;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 0px 20px 0px 20px;
    background-color: #1e72d6;
    color: #fff;
}

.delivery-item .number span i {
    color: #fff;
    margin-right: 5px;
}

.delivery-bg {
    background-color: #0C2139;
}

.morning {
    padding-bottom: 15px;
    border-bottom: 1px solid white;
}

.delivery-item > .morning+.morning {
    margin-top: 20px;
}

.dis-form-input {
    box-shadow: 2px 5px 5px 1px rgba(15, 4, 165, 0);
    padding: 10px 10px;
    padding-left: 15px;
    border-radius: 10px;
    font-size: 15px;
    transition: all ease .3s;
    border: none;
    outline: none;
    display: block !important;
}

.dis-form-input:focus {
    box-shadow: 1px 5px 5px 1px rgba(5, 25, 204, 0.719);
    border-radius: 25px;
    margin-top: -5px;
}

.form-bg {
    background-color: #0d6efd;
}

.dist-form-col {
    display: flex;
    align-items: center;
    height: 60px;
}

.dist-form-col2 {
    margin-top: 10px;
    height: 110px;
}

.dis_form_img > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.dis_form_text {
    font-size: 40px;
    padding-right: 20px;
}

.dis_form_dicount {
    text-align: center;
    font-size: 80px;
    margin-top: -20px;
    line-height: 75px;
    margin-bottom: 30px;
}

#Partners,#apply,#distribution,#delivery,#distribution-form,#why_AquaDiamond {
    overflow: hidden;
}

/* why Aqua Diamond */

.why_aqua_img > img {
    display: block;
    width: 100%;
    height: auto;
}

.why_aqua_text {
    font-size: 14px;
    font-weight: 600;
    color: #0d6efd;
}

.why_aqua_heading {
    font-size: clamp(22px,4vw,45px);
    font-weight: 600;
    margin-top: 10px;
}

.why_aqua_heading > span {
    display: block;
    line-height: 40px;
}

.why_right {
    margin-top: 10px;
}

.WRC_item {
    display: grid;
    grid-template-columns: 50px auto;
    column-gap: 20px;
    padding: 10px 0;
    margin-top: 20px;
}

.WRC_item_img {
    position: relative;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.WRC_item_img > img {
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.WRC_item_img > i {
    color: white;
    font-size: 22px;
}

/* .WRC_content {
    border: 1px solid;
} */

.wrcc_ht {
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.wrcc_ht:hover {
    color: black;
}

.wrcc_t {
    font-size: 14px;
    margin-top: 5px;
    text-align: justify;
}

@media screen and (min-width: 320px) {
    .Partners .content h1 {
        font-size: clamp(22px,4vw,35px);
    }
    .Partners .content p {
        font-size: 12px;
        line-height: normal;
        margin-top: 10px;
    }
    .why_right {
        margin-top: 10px;
    }
    .WRC_item {
        padding: 0 10px;
        margin-top: 20px;
        grid-template-columns: 40px auto;
    }
    .WRC_item_img {
        width: 40px;
        height: 40px;
    }
    .WRC_item_img > img {
        width: 40px;
    }
    .WRC_item_img > i {
        font-size: 18px;
    }
    .wrcc_ht {
        font-size: 20px;
    }
    .wrcc_t {
        font-size: 12px;
    }
    .apply .apply-item p {
        font-size: 16px;
        line-height: normal;
        margin-top: 20px;
    }
    .delivery-item .icon i {
        font-size: 40px;
    }
    .delivery-item h4 {
        font-size: 22px;
    }
    .delivery-item p{
        line-height: normal;
        font-size: 14px;
    }
    .delivery-item .number {
        font-size: 18px;
    }
    .delivery-item .Analysis-button>a  {
        font-size: 14px;
        padding: 6px 30px;
    }
    .morning {
        font-size: 14px;
    }
    .dis_form_text {
        font-size: 25px;
        padding-left: 15px;
    }
    .dis_form_dicount {
        font-size: 40px;
        text-align: end;
        padding-right: 25px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    /* .img-fluid */
    .Partners .content p {
        font-size: 15px;
    }
    .why_aqua_img > img {
        width: 50%;
        margin-bottom: 20px;
    }
    .wrcc_t {
        font-size: 13px;
    }
    .dis_form_dicount {
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (min-width: 992px) {
    .wrcc_t {
        font-size: 14px;
    }
    .WRC_item_img {
        width: 50px;
        height: 50px;
    }
    .WRC_item_img > img {
        width: 50px;
    }
    .WRC_item_img > i {
        font-size: 22px;
    }
}

#Partners {
    padding: 60px !important;
}
#why_AquaDiamond {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
}
#apply {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
}
#delivery {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
}
#distribution-form {
    padding: 60px 0 !important;
}

.Partners {
    padding-bottom: 60px !important;
}