    .card-custom {
            background: radial-gradient(circle, #0007B3, #1E58F9);
            color: white;
            padding: 30px;
            text-align: center;
            position: relative;
            margin-bottom: 60px;
        }

        .card-custom img {
            max-width: 100%;
            height: 350px;
        }

      
        .card-custom .btn-read-more {
            background-color: #17a2b8;
            color: white;
            padding: 10px 20px;
            border-radius: 20px;
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            text-decoration: none;
        }

        #btn-read-more{
            background-color: #0B14EB;
            color: white;
            padding: 12px 25px;
            text-decoration: none;
        }

 .carousel-indicators li {
            display: none;
        }

.carousel-control-next {
    right: -15px;
}

.carousel-control-prev {
    left: -15px;
}


          .hero-section_services {
            background: url('../../assets/images/slide_1.jpg') no-repeat center center;
            background-size: cover;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            position: relative;
        }
        .overlay_services {
            background-color: rgba(0, 0, 0, 0.5) !important;
            
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        .content_services {
            z-index: 2;
        }
        .btn-custom {
            background-color: #17DDDD;
            color: #042FBB;
            padding: 5px 30px 5px 30px;
            border-radius: 50px;
            font-size: 20px;
        }

        .btn-custom:hover{
                        color: #042FBB;

        }

        .btn-custom img {
         margin-bottom: 10px;
            margin-left: 10px;
            width: 20px;
            height: 20px;
        }


