﻿    <!--



@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;
}


/* 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: #343a46;
    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!important;
    }

    .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;
    }

    .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;
    }
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        left: 15px;
    }

    .whatsapp-icon {
        width: 50px;
        height: 50px;
    }
}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

    .contact-info:hover {
        transform: translateX(5px);
    }

.contact-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

    .contact-icon i {
        font-size: 16px;
        color: #fff;
    }

.contact-info a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .contact-info a:hover {
        color: var(--primary-color);
    }

.sidebar .sidebar-widget.contact-widget {
    padding: 30px 25px 45px; /* Increased bottom padding to 45px */
}

.contact-widget p {
    margin-bottom: 15px;
}

.contact-widget .contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.contact-widget h3 {
    margin-bottom: 10px;
}

.contact-widget .contact-info:hover {
    transform: translateX(5px);
}

.contact-widget .contact-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

    .contact-widget .contact-icon i {
        font-size: 16px;
        color: #fff;
    }

.contact-widget .contact-info a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .contact-widget .contact-info a:hover {
        opacity: 0.8;
    }

.contact-widget .btn.style1 {
    margin-top: 2.5rem; /* Increased from 2rem to 2.5rem */
    margin-bottom: 1rem; /* Increased bottom margin to 1rem */
}

@media (max-width: 768px) {
    .contact-widget .contact-icon {
        width: 30px;
        height: 30px;
    }

        .contact-widget .contact-icon i {
            font-size: 14px;
        }

    .contact-widget .contact-info a {
        font-size: 14px;
    }
}

.service-desc h1 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .service-desc h1 span {
        font-size: 0.9em;
        color: #666;
    }


