﻿.btnscrolll
{
    border-radius:20px!important;
}

    .btnscrolll:hover {
        background: white !important;
        color: #223d44 !important;
        border-color: white!important
    }
    .btnscrolll:focus {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }
    .btnscrolll:active {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }
@media only screen and (max-width: 500px)  {
    .overview2 {
        padding-top: 50px!important;
    }
    .overview3{
        padding:0 0!important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .overview2 {
        padding: 100px 0!important;
    }

    .overview3 {
        padding: 100px 0 !important;
    }
        .overview3 .image-box img {
            text-align:center;
            width:100%!important;
        }
}
.overview2 {
    position: relative;
   
    background: #f4f4f4;
    overflow: hidden;
}

    /* DIAGONAL RIGHT SIDE */
    .overview2::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 55%;
        height: 100%;
        background: #8bbfa8;
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    }

/* SECTION */
.overview3 {
    position: relative;
    background: #223d44;
    padding: 120px 40px;
    overflow: hidden;
}

    /* SOFT GLOW BACKGROUND */
    .overview3::before {
        content: "";
        position: absolute;
        top: -150px;
        right: -150px;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(139,191,168,1), transparent 70%);
        z-index: 1;
    }

    /* SECOND GLOW */
    .overview3::after {
        content: "";
        position: absolute;
        bottom: -150px;
        left: -150px;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(139,191,168,1), transparent 70%);
        z-index: 1;
    }

    /* CONTENT ABOVE BACKGROUND */
    .overview3 .container {
        position: relative;
        z-index: 2;
    }

    /* IMAGE BOX */
    .overview3 .image-box {
        position: relative;
        text-align: center;
    }

        /* FLOATING IMAGE */
        .overview3 .image-box img {
            max-width: 100%;
            transform: translateY(20px);
            filter: drop-shadow(0 30px 60px rgba(0,0,0,0.6));
            transition: all 0.4s ease;
        }

            /* HOVER FLOAT */
            .overview3 .image-box img:hover {
                transform: translateY(0px) scale(1.03);
            }

    /* TITLE */
    .overview3 .content h2 {
        font-size: 42px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 20px;
    }

    /* PARAGRAPH */
    .overview3 .content p {
        color: rgba(255,255,255,0.7);
        line-height: 1.7;
    }

    /* LIST */
    .overview3 .content ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

        .overview3 .content ul li {
            margin-bottom: 12px;
            color: rgba(255,255,255,0.85);
            position: relative;
            padding-left: 20px;
        }

            /* CHECK ICON */
            .overview3 .content ul li::before {
                content: "✓";
                position: absolute;
                left: 0;
                color: #8bbfa8;
            }

/* CONTENT */
.content {
    position: relative;
    z-index: 2;
    color: #fff;
}

    .content h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .content ul {
        list-style: none;
        padding: 0;
    }

        .content ul li {
            margin-bottom: 10px;
        }

/* IMAGE */
.image-box {
    position: relative;
    z-index: 2;
}

    .image-box img {
        max-width: 100%;
        transform: translateY(20px);
    }

/* BUTTON */
.btn-buy {
    background: #fff;
    color: #000;
    padding: 10px 25px;
    text-decoration: none;
    margin-left: 20px;
}

/* PRICE */
.price {
    font-size: 22px;
    font-weight: bold;
}

.bggreenlighyImage2 {
    background: url(/Images/MyImages/HomeAbout/Convertec-BGImages-35.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:991px) {

    .testimonial-item {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-img img {
        height: 380px !important;
        width: 100% !important;
    }

    .testimonial-img {
        width: 100% !important;
    }

    .testimonial-content {
        text-align: left;
    }
}

@media only screen and (max-width: 500px) {
    .testimonial-img img {
        height: 380px !important;
        width: 100% !important;
    }

    .testimonial-img {
        width: 100% !important;
    }

    .testimonial-content {
        text-align: left;
    }

    .about-img-front {
        height: 280px !important;
        object-fit: cover;
    }
    .owl-prev{
        display:none!important;
    }
    .owl-next {
        display: none !important;
    }
    .owl-dots{
        display:none!important;
    }
}

.swiper-pagination-bullet-active {
    background: #164548 !important;
}

.about-img-front {
    height: 350px;
    object-fit: cover;
}

.about-img-back {
    height: 320px;
    object-fit: cover;
    width: 100%;
    max-width: 300px;
}

.entyyyy {
    background: #95cebb !important;
    border: 1px solid #95cfbc;
    border-radius: 20px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.entryImage {
    height: 200px !important;
    object-fit: contain;
}

.iconProduct {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.iconproductdiv {
    border-radius: 50px;
    padding: 10px;
    background: #a7cebb;
}

.iconproductdiv2 {
    border-radius: 50px;
    padding: 5px;
    background: #f4f4f4;
    min-width: auto !important;
    margin-right: 10px;
}

.testimonial p {
    color: white !important;
}

.conaboutus ul {
    font-size: 14px;
}