﻿
.client-carousel-wrapper1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
}

.client-carousel-track-static {
    display: flex;
    flex-wrap: wrap; /* enables wrapping on mobile */
    justify-content: center;
    gap: 20px; /* spacing between logos */
    max-width: 100%;
}

.client-item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 45%; /* 2 logos per row on small screens */
}

    .client-item img {
        max-height: 80px;
        width: auto;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }
.client-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.client-carousel-track {
    display: flex;
    width: fit-content;
    animation: scrollCarousel 60s linear infinite;
}

.client-item {
    flex: 0 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

    .client-item img {
        max-height: 100px;
        object-fit: contain;
    }

@keyframes scrollCarousel {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* Disable animation for the first carousel */
#clientCarousel .div1 {
    animation: none !important;
    transform: none !important;
}

.div1 {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.blink-red {
    animation: blinkRed 1s infinite;
}

@keyframes blinkRed {
    50% {
        opacity: 0;
    }
}

.client-carousel-wrapper1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
}

.client-carousel-track-static {
    display: flex;
    flex-wrap: wrap; /* enables wrapping on mobile */
    justify-content: center;
    gap: 20px; /* spacing between logos */
    max-width: 100%;
}

.client-item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 45%; /* 2 logos per row on small screens */
}

    .client-item img {
        max-height: 80px;
        width: auto;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }

h3.mt-0 {
    font-size: 15px !important;
    font-weight: bold !important;
}

.intro_desc h3 {
    font-size: 16px !important;
    font-weight: bold;
}
.courses .card h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding: 0px 0 20px;
    display: block;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .why-choose h3 {
        font-size: 20px !important;
    }
}
.why-choose h3 {
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
    font-size: 24px;
}
.ft-data h3 {
    font-size: 1rem !important;
}

.card-title a {
    color: #000;
}