
.serviceslist-blade .banner-title{
    color: #ffffff;
    font-size: 38px;
}

.serviceslist-blade .banner-subtitle{
    color: #ffffff;
    font-size: 20px;
}

.last-word {
    color: #28AADC;
}
.highlight-title{
    font-weight: bold;
    font-size: 34px;
    color: #000000;
}
.service-description p a{
    color: #04C687;
    font-weight: 700;
}
.service-description p a:hover{
    text-decoration: underline;
    color: #04C687;
}

.service-description p{
    font-size: 15px;
    font-weight: 500;
    color: #303030;
    line-height: 26px;
}

.font-15-700{
    font-size: 15px;
    font-weight: 700;
    color: #303030;
}


.font-15-500 > span, .service-description ul li p span, .service-description ol li p span{
    color: #28AADC;
    font-weight: 700;
}

.service-description ul >li::marker, .service-description ol >li::marker{
    color: #28AADC;
    font-size: 20px;
}

.service-description ul , .service-description ol{
  list-style: disc;
  padding-inline-start: 20px;
}

.service-description ul li p , .service-description ol li p{
    margin-bottom: 4px;
}

.custom-card-service {
    padding: 32px 20px 15px;
    width: 23%;
    background-color: #ffffff;
    border: 1px solid #0000001A;
    box-shadow: 0px 8px 24px 0px #00000026;
    transition: transform 0.3s ease; /* smooth animation */
    display: inline-block; /* helps avoid layout shift */
    height: 100%;
    border-radius: 10px;
}

.custom-card-service:hover{
    transform: scale(1.05);
}

.font-18-700{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.font-28-700{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.font-16-600{
    font-size: 16px;
    font-weight: 600;
}

.bg-gradient-services{
    background: linear-gradient(90deg, #05AB74 0%, #28AADC 100%);
    padding: 2.6% 4% 2%;
}

.book-appt{
    background-color: #ffffff;
    padding: 12px 25px;
    border-radius: 10px;
    margin-top: 12px;
    color: #000000;
}

.book-appt:hover{
    color: #000000;
}


@media screen and (max-width:575.99px) {
    .custom-card-service {
        width: 100%;
        height: auto;
    }
    .serviceslist-blade .banner-title {
        font-size: 30px;
    }
    .highlight-title{
        font-size: 28px;
    }
}

@media (min-width:576px) and (max-width: 767.99px) {
    .custom-card-service {
        width: 48%;
        height: 290px;
    }
    .serviceslist-blade .banner-title {
        font-size: 32px;
    }
    .highlight-title{
        font-size: 30px;
    }
    
}

@media (min-width:768px) and (max-width: 991.99px) {
    .custom-card-service {
        width: 48%;
        height: 240px;
    }
}