/* Hizmetlerimiz sayfası için stil düzenlemeleri */
.hakkimizda-learn-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    gap: 20px;
    margin: 0px !important;
    padding: 50px 5%;
    background: #f9f9f9;
    flex-wrap: wrap;
}

.text-content {
    max-width: 40%;
    min-width: 300px;
}

.text-content h2 {
    font-size: 2rem;
    color: #222;
    margin-bottom: 10px;
}

.text-content p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 15px;
}

.learn-more-btn {
    display: inline-block;
    padding: 12px 20px;
    background: #ffcc00;
    color: black;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.3s;
}

.learn-more-btn:hover {
    background: #e6b800;
}

.servicelide {
    width: 55%;
}

.service-card {
    width: 780px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
}

.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.service-info {
    background: #ffcc00;
    padding: 15px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.service-info h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: black;
    text-align: center;
}

.service-info p {
    font-size: 1rem;
    color: black;
    margin: 0;
    text-align: center;
}

@media (max-width: 1100px) {
    .hakkimizda-learn-more {
        flex-direction: column;
        text-align: center;
        height: auto;
    }
    .text-content {
        max-width: 100%;
        order: 2;
    }
    .servicelide {
        order: 1;
        width: 100%;
        padding: 0px !important;
    }
    .service-card {
        width: 100%;
        margin: 0px;
        padding: 0px !important;
    }
}

.swiper {
    height: 75vh;
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    height: auto;
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 1 !important;
    transition: 0.2s all;
    color: rgb(0, 0, 0) !important;
}
