.service-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0,0,0,0.07);
    transition: 0.3s ease-in-out;
}

.service-card:hover {
    transform: translateY(-6px);
}

.image-wrapper {
    padding: 18px;
}

.service-img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}

.service-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.service-desc {
    /* font-size: 0.95rem; */
    font-size: 20px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.btn-green {
    background: #03c98a;
    color: #fff;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 50px;
    font-size: 14px;
    transition: 0.3s ease;
}

.btn-green:hover {
    background: #02b179;
    color: #fff;
}

.btn-more {
    color: #03c98a;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding: 10px 16px;
}

.btn-more:hover {
    color: #02b179;
}

.arrow-icon {
    font-size: 13px;
    margin-right: 4px;
}
.custom-card{
        text-decoration: none;
    color: #03c98a;
    font-weight: 700;
    font-size: 16px;
}
