.text-title{
    color: rgb(4, 46, 95);
}
.nav-link.a-link.active{
    color: rgb(4, 46, 95);
    font-weight: bold;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgb(4, 46, 95);
}

.w-10{
    height: 40px;
}

.a-link{
    text-decoration: none;
    color: black;
}

.a-link:hover{
    text-decoration: none;
    color: rgb(53, 8, 138);
}

.bg-background{
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.452);
}
.bg-background2{
    background-image: url('../images/bg-2.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.452);
}
.bg-background3{
    background-image: url('../images/bg-3.jpg');
    background-size: cover;
    background-position: center;
    /* background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.452); */
}

.logo{
    height: 40px;
}

@media screen and (max-width: 768px) {
    .logo{
        height: 30px;
    }
}

.text-small{
    font-size: 12px;
}

    .swiper-slide .card-hover-primary .h4{
        font-size: 18px;
        color: rgb(4, 46, 95);
    }
       .swiper-slide .card-hover-primary:hover .h4, .swiper-slide .card-hover-primary:hover .fa-solid{
        color: rgb(255, 255, 255) !important;
    }

@media screen and (max-width: 768px) {
    .swiper-slide .a-link{
        font-size: 12px;
    }

    .swiper-slide .card-hover-primary .h4{
        font-size: 14px;
    }

       .swiper-slide .card-hover-primary p{
        font-size: 12px;
    }
}


.bg-light2{
    background-color: rgb(235, 248, 255);
}

.text-justify{
    text-align: justify;
}



.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:all .4s ease;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.card-header-custom{
    padding:25px;
    color:#fff;
    text-align:center;
}

.card-header-custom i{
    font-size:32px;
    margin-bottom:10px;
    display:block;
}

.card-header-custom h4{
    margin:0;
    font-weight:700;
}

.feature-list{
    list-style:none;
    padding:25px;
    margin:0;
}

.feature-list li{
    padding:14px 0;
    border-bottom:1px solid #eee;
    font-size:16px;
    display:flex;
    align-items:center;
    gap:10px;
}

.feature-list li:last-child{
    border-bottom:none;
}

.feature-card:hover{
    border-top:5px solid #0d6efd;
}

.our-card:hover{
    border-top:5px solid #198754;
}

.other-card:hover{
    border-top:5px solid #dc3545;
}