﻿
@media (min-width: 768px) and (max-width: 1199px) {
    .contact-widget.bg-f

{
    background-position: center 10%;
    background-size: cover;
}

}

.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    border: 2px solid #B5825B !important;
    border-radius: 50% !important;
    background: #FFF5F1 !important;
}

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 16px !important;
        color: #B5825B !important;
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background: #B5825B !important;
    }

        .swiper-button-prev:hover:after,
        .swiper-button-next:hover:after {
            color: white !important;
        }

/* Desktop - 3 kart yan yana */
@media (min-width: 1200px) {
    .service-slider-wrap .swiper-slide {
        width: calc(33.333% - 20px);
        margin-right: 30px;
    }
}

/* Swiper Navigasyon Butonları */
.service-slider-wrap .swiper-button-prev,
.service-slider-wrap .swiper-button-next {
    width: 40px;
    height: 40px;
    border: 2px solid #B5825B;
    border-radius: 50%;
    color: #B5825B;
    background: #FFF5F1;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
}

.service-slider-wrap .swiper-button-prev {
    left: -50px;
}

.service-slider-wrap .swiper-button-next {
    right: -50px;
}

    .service-slider-wrap .swiper-button-prev:after,
    .service-slider-wrap .swiper-button-next:after {
        font-size: 20px;
        font-weight: bold;
    }

/* Tablet - 2 kart yan yana */
@media (min-width: 768px) and (max-width: 1199px) {
    .service-slider-wrap .swiper-slide {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
}

/* Mobil - 1 kart */
@media (max-width: 767px) {
    .service-slider-wrap .swiper-slide {
        width: 100%;
        margin-right: 0;
    }

    .service-slider-wrap .swiper-button-prev,
    .service-slider-wrap .swiper-button-next {
        display: flex !important;
        width: 30px;
        height: 30px;
        background-color: #FFF5F1;
        border: 0.5px solid #B5825B;
        border-radius: 50%;
        color: #B5825B;
        top: auto;
        bottom: 5px;
        transform: translateY(0);
    }

    .service-slider-wrap .swiper-button-prev {
        left: calc(50% - 50px);
    }

    .service-slider-wrap .swiper-button-next {
        right: calc(50% - 50px);
    }

        .service-slider-wrap .swiper-button-prev:after,
        .service-slider-wrap .swiper-button-next:after {
            font-size: 12px;
        }
}

/* Navigasyon butonları hover efekti */
.service-slider-wrap .swiper-button-prev:hover,
.service-slider-wrap .swiper-button-next:hover {
    background-color: #B5825B;
    color: white;
    border-color: #B5825B;
}


/* Pagination Styles */
@media (min-width: 1200px) {
    .pagination-wrapper

{
    display: none !important;
}

}
/* Tab Menü Stilleri */
.therapy-tabs {
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-bottom: 50px;
    position: relative;
}

    .therapy-tabs .nav-tabs {
        border: none;
        display: flex;
        width: 100%;
        padding: 0;
    }

    .therapy-tabs .nav-item {
        flex: 1;
        text-align: center;
    }

    .therapy-tabs .nav-link {
        border: none;
        color: #666;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 0;
        position: relative;
        text-align: center;
        transition: all 0.3s ease;
    }

        .therapy-tabs .nav-link.active {
            color: #4a0de0;
            background: none;
        }



.therapy-tabs {
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-bottom: 50px;
}

.nav-link {
    position: relative;
}

    .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #4a0de0;
    }

/* Terapi Kutu Stilleri */
.therapy-box {
    background-color: #f8f8f8;
    padding: 40px;
    margin-bottom: 30px;
}

/* İçerik Stilleri */
.therapy-content {
    position: relative;
    padding-left: 25px;
}

    .therapy-content::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #4a0de0;
    }

    .therapy-content p {
        margin-bottom: 25px;
        line-height: 1.8;
        color: #666;
    }

.therapy-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    text-align: center;
}

    .therapy-title i {
        color: #4a0de0;
        font-size: 28px;
    }

    .therapy-title h2 {
        margin: 0;
        font-size: 32px;
        color: #333;
    }

.therapy-team {
    color: #4a0de0;
    font-style: italic;
    display: block;
    margin-top: 20px;
}

.therapy-box {
    padding: 40px;
}

    .therapy-box .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .therapy-box .row > div {
            padding: 0 24px;
        }

.therapy-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

    .therapy-image img {
        width: 350px;
        height: 350px;
        border-radius: 50%;
        object-fit: cover;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.therapy-content {
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    /* Desktop - 6 tab */
    .therapy-box .row {
        justify-content: flex-start;
    }

    /* Desktop'ta pagination'ı gizle */
    .pagination-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    @media (min-width: 1200px) {
        .pagination-wrapper {
            display: none;
        }
    }

    .therapy-image {
        display: flex;
        align-items: center;
        height: 100%;
    }

        .therapy-image img {
            width: 350px;
            height: 350px;
        }
}

/* Responsive Styles */
@media (max-width: 1199px) {
    /* Tablet - 4 tab */
    .therapy-box .row {
        justify-content: center;
    }

    .col-xl-4.col-lg-12.order-xl-2 {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .therapy-image {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 40px;
    }

        .therapy-image img {
            width: 300px;
            height: 300px;
        }
}

@media (max-width: 992px) {
    .therapy-tabs .nav-tabs {
        gap: 15px;
    }

    .therapy-image img {
        width: 280px;
        height: 280px;
    }

    .therapy-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .therapy-content {
        padding-right: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    /* Mobile - 1 tab */
    .therapy-tabs {
        padding: 15px 0;
    }

        .therapy-tabs .nav-tabs {
            justify-content: center;
            padding-left: 0;
        }

    .therapy-title {
        gap: 10px; /* İkon ile başlık arası mesafeyi de azaltalım */
    }

        .therapy-title h2 {
            font-size: 20px;
        }

        .therapy-title i {
            font-size: 20px; /* İkonu da başlıkla orantılı küçültelim */
        }

    .therapy-image img {
        width: 250px;
        height: 250px;
    }

    .therapy-content p {
        font-size: 15px;
    }
}


