﻿.partnersSwiper1 {
    width: 100%;
    /* Üst satır tam genişlikte */
    margin-bottom: 32px;
    /* İki Swiper arasına boşluk */
}

.partnersSwiper2 {
    width: 80%;
    /* Alt satır dar genişlikte */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container {
    margin-bottom: 72px;
}

.grid-cols-2 .section-heading {
    font-family: Changa;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    /* 57.6px */
    letter-spacing: 0.96px;
    max-width: 550px;
}





.nav-list {
    justify-content: start;
    gap: 80px;
}

.image-card {
    height: 360px;
}

    .image-card img {
        height: 360px;
    }

    .image-card .title {
        font-size: 48px;
        font-weight: 500;
        line-height: 120%;
        /* 57.6px */
        letter-spacing: 0.96px;
        margin-bottom: 40px;
    }

.section-title-small {
    margin-bottom: 40px;
}

#what-they-said-2 {
    background: var(--Text-Primary, #0A0A0A);
}

    #what-they-said-2 .testimonial-card {
        border: unset;
        background-color: #fff;
    }

        #what-they-said-2 .testimonial-card .content {
            color: var(--Text-Secondary, #333);
        }

    #what-they-said-2 .section-heading {
        color: #fff;
    }

    #what-they-said-2 .section-description {
        color: #fff;
    }

    #what-they-said-2 .testimonialSwiper .swiper-pagination-bullet-active {
        background: white !important;
    }

    #what-they-said-2 .testimonialSwiper .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.20);
    }

.news-grid {
    margin-top: 40px;
    margin-bottom: 72px;
}


.team-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    margin-bottom: 72px;
}

@media (max-width: 768px) {

    .hero-content h1 {
        font-size: 36px;
        font-weight: 200;
        line-height: 120%;
        /* 43.2px */
        letter-spacing: 0.72px;
    }

    .hero-section {
        height: 240px;
        background-image: url('/Content/images/kurumsal-hero-mobile.png');
    }

    #products {
        padding-top: 28px;
    }


    .grid-cols-2 .section-heading {
        font-size: 28px;
    }

    .news-grid {
        margin-bottom: 72px;
    }

    .nav-list {
        gap: 0px;
    }
}

@media (max-width: 768px) {


    .team-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px;
        margin-bottom: 72px;
    }
}