 .service-box{
    background:#fff;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    transition:0.3s;
}

.service-box:hover{
    transform:translateY(-8px);
}

.service-icon{
    font-size:40px;
    color:#0a7093;
    margin-bottom:15px;
}


    /* .bgnewad {

        background: url(../img/solarbgimag.jpg);

        background-position: center;
        background-repeat: no-repeat;
    } */

    .service-card {
        background: #f8f9fae6;
        border-radius: 12px;
        padding: 40px 25px;
        text-align: center;
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
        transition: 0.3s;
        height: 100%;
    }

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }

    .icon-box {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin: auto;
        border-radius: 50%;
        font-size: 30px;
        color: #fff;
        margin-bottom: 20px;
    }

    .icon-blue {
        background: #0a7093;
    }

    .icon-orange {
        background: #0a7093;
    }

    .icon-teal {
        background: #0a7093;
    }

    .btn-custom {
        background: #fd7e14;
        color: #fff;
        padding: 10px 22px;
        border-radius: 6px;
        font-weight: 500;
    }

    .btn-custom:hover {
        background: #e66a00;
        color: #fff;
    }







    .choose-box{
    background:#fff;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    transition:0.3s;
    height: 100%;
}

.choose-box:hover{
    transform:translateY(-8px);
}

.choose-icon{
    font-size:40px;
    color:#0a7093;
    
    margin-bottom:15px;
}

    .vm-box{
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.vm-box:hover{
    transform:translateY(-8px);
}

.vm-icon{
    font-size:40px;
    color:#0a7093;
    margin-bottom:15px;
}
