.product-micro-row {
    box-shadow: rgba(144, 145, 146, 0.2) 0px 8px 24px;
    background: #fff;
    margin: 5px !important;
    border-radius: 5px;
}

.product-micro-row:hover {
    box-shadow: rgba(57, 57, 57, 0.2) 0px 8px 24px;
}

.badge-custom {
    display: inline-block;
    padding: 4px 14px;
    font-size: 14px;
    border-radius: 0 50em 50em 0;
    color: #000142;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 20px;
    left: 5px;
    box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.1), 0 4px 4px 0px rgba(0, 0, 0, 0.06) !important;
}

.recent-project-row {
    box-shadow: rgba(144, 145, 146, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

.recent-project-img {
    margin: -4px !important;
    height: 300px !important;
    object-fit: contain !important;
    /* border-radius: 10px !important; */

}

.recent-project-img:hover {
    filter: blur(1px) !important;
}

.recentproject-hover-card {
    position: relative;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(119, 119, 119, 0.123);
}

.recentproject-hover-card .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.331);
    /* background: rgba(37, 37, 37, 0.112); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
    transition: bottom 0.4s ease;
}

.recentproject-hover-card:hover .overlay {
    bottom: 0;
}

.recentproject-hover-card .overlay a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.overlay h4{
    margin: 0;
}

.details_view_btn {
    background: #000142;
    color: #fff;
}

.details_view_btn:hover {
    background: #000142;
    color: #fff;
    border: 1px solid #000142;
    /* color: #000142 !important;*/
}

.testimonial-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    max-width: 500px;
    /* height: 360px; */
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.testimonial-text {
    line-height: 1.5;
    margin-bottom: 10px;
    white-space: pre-line;
}

.testimonial-author {
    font-weight: bold;
    color: #333;
}

.blog-testimonial-header h3 {
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
}

.whyUs-heading h3 {
    margin: 0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.youtube_embed_link {
    height: 350px;
    width: 100%;
    border-radius: 10px;
}

.banner_iMg {
    border-radius: 10px;
}

.aboutUs-header h2 {
    margin: 0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.img-wrapper {
    text-align: center;
}

.basicinfo_pageImg {
    height: 350px;
    object-fit: contain;
    display: inline-block;
}

.neWline {
    display: flex;
    margin: auto;
    width: 190px;
    height: 2px;
    text-align: center;
    align-items: center;
    background: #000142;
    border: 2px solid #000142;
}

.neW-line {
    display: flex;
    margin: auto;
    width: 170px;
    height: 2px;
    text-align: center;
    align-items: center;
    background: #000142;
    border: 2px solid #000142;
    margin-top: -20px;
}

.aboutUs-details {
    margin-top: 20px;
}

.whyUs-details {
    margin-top: 20px;
}

.content-box {
    background: #F2FFF2;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 100%;
}

.content-box-two {
    background: #F3F5FF;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 100%;
}

.text-content {
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-content {
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.section {
    margin-bottom: 40px;
}

.blog-view-more-btn {
    background: #000142;
    color: #fff;
    padding: 10px;
    width: 130px;
    border: none;
}

.blog-view-more-btn:hover {
    border: 1px solid #000142;
    color: #000142;
    transition: 0.3s;
}

/* ========== service =========== */
.service-col {
    z-index: 1;
}

.service-card {
    margin-top: -70px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
}

.service-card img {
    width: 60px;
    margin-bottom: 10px;
}

.service-card h5 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    font-family: "Nunito", sans-serif;
}

.service-card p {
    color: #555;
    font-size: 16px;
}

.Service-Button {
    padding: 10px 20px;
    color: #fff;
    background-color: #000142;
    border: none;
}

.Service-Button:hover {
    color: #000142;
    border: 1px solid #000142;
}

/*  */

@media only screen and (max-width: 600px) {
    .service-card {
        margin-top: 0px;
    }

    .product-micro-row {
        margin: 0px !important;
    }

    .blog-testimonial-header h3 {
        font-size: 22px !important;
    }

    .youtube_embed_link {
        height: 200px;
    }

    .banner_iMg {
        margin: 10px 0;
    }

    .basicinfo_pageImg {
        height: 280px;
    }

    .neWline {
        width: 150px;
    }

    .neW-line {
        width: 120px;
    }

    .aboutUs-header h2 {
        font-size: 22px;
    }

    .whyUs-heading h3 {
        font-size: 22px;
    }
}
