
.service-text p{
    color: #303030;
    font-size: 15px;
    font-weight: 500;
}
.service-text li p {
    margin-bottom: 0px;
}

.custom-bullet {
    list-style-type: disc; /* normal bullet */
    padding-left: 20px; /* space for bullet */
}

.custom-bullet li::marker {
    color: #28AADC; /* your blue */
    font-size: 1.5em; /* slightly bigger */
}

.service-content {
    padding: 0px 1em;
}

.firstchild {
    color: #000000;
}

.nextchild {
    color: #28AADC; 
}

.border-bottom-blue-rounded {
    display: inline-block;
    position: relative;
    padding-bottom: 4px; /* space between text & underline */
}

.border-bottom-blue-rounded::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px; /* underline thickness */
    width: 55%; /* length relative to text */
    background-color: #00a7e1; /* blue color */
    border-radius: 5px; /* rounded edges */
}


.service-img {
    max-width: 230px; /* fixed width */
    height: auto;     /* keep aspect ratio */
    margin: 0 auto;   /* center */
}

.dropdown-menu {
    min-width: 650px; /* adjust as needed */
}
.mainservice-item {
    cursor: pointer;
    padding: 5px 0;
}
.mainservice-item:hover {
    color: #28AADC; /* highlight color */
}
.dropdown-item:hover {
    color:  #28AADC;
}
.subtitle-text{
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}
.color-text-service{
    color: #28AADC;
}
.service-text .font-18-700{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

@media (max-width: 991.98px) {
    .responsive-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; /* optional, helps maintain aspect ratio */
    }
}

@media (min-width: 992px) {
    .col-lg-5th {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.span-title, .service-text .span-title{
    font-size: 15px;
    color: #000000;
    font-weight: 700;
}

.cont-btn {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    color: #000;
    background-color: #FFF;
    border: none;
    border-radius: 10px;
    width: fit-content;
    padding-left: 35px;
    padding-right: 35px;
}

.countbox{
    background-color: #28AADC;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 17px;
}

.count-box-text{
    background-color: #E2F7FF;
    color: #000000;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    width: 31%;
}

.font-16-700{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.slash-hypen{
    color: #28AADC;
}

.span-italic{
    color: #05AB74; 
    font-style: italic;
}

.font-22-700{
    font-size: 22px;
    font-weight: 700;
    color: #28AADC;
}

.custom-card{
    border: 1px solid #0000001A;
    height: 100%;
    border-radius: 10px;
}

.font-15-600{
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.font-20-600{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.font-28-700{
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}

.col-lg-5th .card .card-title:hover{
    text-decoration:underline;
}

@media screen and (max-width:575.98px) {
    .count-box-text{
        width: 100%;
    }
    .section {
    padding: 6em 2em 6em 1em;
    }
    .subtitle-text{
        font-size: 26px;
    }
}

@media (min-width:576px) and (max-width:767.98px){
    .count-box-text{
        width: 80%;
    }
}

@media (min-width:768px) and (max-width:991.98px){
    .count-box-text{
        width: 60%;
    }
}

@media (min-width:992px) and (max-width:1199.98px){
    .count-box-text{
        width: 41%;
    }
}