.card_trendings {
    background-image: url('../images/trending_rect.webp');
    background-repeat: round;
    background-size:cover;
    background-color: #F6F8FA;
}

.card-img-top1 {
    height: 250px;
}
.card-text{
    font-size:18px !important;
}
.innovative_sec_title {
    font-size: 24px;
    font-weight: 400;
}
@media (min-width: 765px) {
    .innovative_sec_title {
        font-size: 34px;
        font-weight: 400;
    }
}
@media (min-width: 966px) {
    .innovative_sec_title {
        font-size: 42px;
        font-weight: 400;
    }
}
.trending-title-legacy {
    font-size: 16px ! important;
    font-weight: 400;
}
@media (min-width: 765px) {
    .trending-title-legacy {
        font-size: 19px ! important;
        font-weight: 400;
    }
}
@media (min-width: 966px) {
    .trending-title-legacy {
        font-size: 22px ! important;
        font-weight: 400;
    }
}
.trending-subtitle-legacy {
    font-size: 14px ! important;
}

.service-card {
    transition: all 0.3s ease;
    background: #ffffff;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.leader-card {
    transition: all 0.3s ease;
    background: #ffffff;
}

.leader-card img {
    height: 370px;
    object-fit: contain;
}

.leader-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.social-icons a {
    font-size: 18px;
    color: #0f0044;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #213341;
}
.leader-card img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .leader-card img {
        height: 200px;
    }
}
