﻿
.bg-primary-soft {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
}

/* Counselor Layout Styles */
.about-image img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

/* Override about-bg-3 for Merve ÇAPAR's photo */
.about-bg-3 {
    background-image: url(assets/img/therapists/merve_capar.jpg) !important;
}

.wrap-about {
    position: relative;
}

.heading-section .subheading {
    font-size: 18px;
    display: inline-block;
    position: relative;
    color: #a47355;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.heading-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.play-video {
    text-decoration: none;
    color: #333;
}

    .play-video .icon {
        width: 40px;
        height: 40px;
        background: #a47355;
        border-radius: 50%;
        margin-right: 15px;
        animation: pulse 2s infinite;
    }

        .play-video .icon span {
            color: white;
            font-size: 14px;
        }

    .play-video .watch {
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(164, 115, 85, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(164, 115, 85, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(164, 115, 85, 0);
    }
}

/* Responsive */
@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }

    .ftco-section .img.img-3 {
        min-height: 350px;
    }
}

.sub-title {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: block;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}

.about-content p {
    font-size: 1rem;
    line-height: 1.7;
}

.btn-lg {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-item {
    transition: transform 0.3s ease;
}

    .stat-item:hover {
        transform: translateY(-5px);
    }

/* Stats Section Specific Styles */
.stats-wrap .stat-item:hover {
    transform: translateY(-5px) !important;
}

/* Counter Section Styles */
.counter-wrap {
    text-align: center;
}

    .counter-wrap .block-18 {
        background: #a47355;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 20px;
    }

        .counter-wrap .block-18:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
            background: #b8845f;
        }

    .counter-wrap .number {
        display: block;
        margin-bottom: 15px;
        line-height: 1;
        color: #ffffff;
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }

    .counter-wrap span {
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 1px;
        color: #f8f9fa;
        font-size: 18px;
    }

/* Section padding override - MODERN SPACING */
.ftco-counter.ftco-section.ftco-no-pt.ftco-no-pb {
    padding: 60px 0; /* 30px → 60px (daha ferah) */
}

/* Modern About Section Spacing */
.about-wrap.style2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Container max-width optimization */
.container {
    max-width: 1200px; /* Bootstrap default'tan biraz dar - daha elegant */
}

/* Grid improvements */
.about-content {
    padding-left: 2rem;
}

@media (max-width: 991.98px) {
    .about-content {
        padding-left: 0;
        margin-top: 3rem;
    }

    .about-wrap.style2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .ftco-counter.ftco-section.ftco-no-pt.ftco-no-pb {
        padding: 40px 0;
    }
}

/* AOS Animation SMOOTH FLOAT Effect */
.ftco-animate {
    transition: all 0.8s ease-out; /* Smooth & visible */
    opacity: 0;
    transform: translateY(50px); /* Daha dramatik hareket */
}

    .ftco-animate.ftco-animated {
        opacity: 1;
        transform: translateY(0);
    }

/* Counter elements smooth float */
.counter-wrap {
    opacity: 0;
    transform: translateY(50px); /* Daha dramatik hareket */
    transition: all 0.8s ease-out; /* Smooth & visible */
}

    .counter-wrap.animate-in {
        opacity: 1;
        transform: translateY(0);
    }

    /* Smooth visible delays - AYNI ANDA */
    .counter-wrap:nth-child(1).animate-in {
        transition-delay: 0s;
    }

    .counter-wrap:nth-child(2).animate-in {
        transition-delay: 0s;
    }

    .counter-wrap:nth-child(3).animate-in {
        transition-delay: 0s;
    }

    .counter-wrap:nth-child(4).animate-in {
        transition-delay: 0s;
    }

.nav-tabs .nav-link {
    border: 2px solid transparent;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .nav-tabs .nav-link.active {
        color: #cc2379;
        border-color: #cc2379;
        background-color: transparent;
    }

    .nav-tabs .nav-link:hover {
        border-color: #cc2379;
        background-color: #cc2379;
        color: white;
    }

    .nav-tabs .nav-link i,
    .nav-tabs .nav-link [class^="flaticon-"] {
        color: #6c757d;
        transition: all 0.3s ease;
    }

    .nav-tabs .nav-link.active i,
    .nav-tabs .nav-link.active [class^="flaticon-"] {
        color: #a47355;
    }

    .nav-tabs .nav-link:hover i,
    .nav-tabs .nav-link:hover [class^="flaticon-"] {
        color: white;
    }

.expertise-category {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid var(--bs-primary);
}

.timeline-item {
    position: relative;
    padding-left: 30px;
}

    .timeline-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #4a0de0;
    }

    .timeline-item::after {
        content: '';
        position: absolute;
        left: 5px;
        top: 20px;
        width: 2px;
        height: calc(100% + 20px);
        background-color: #4a0de0;
    }
.certificate-item span:not(.text-muted) {
    background-color: #4a0de0 !important;
}

strong.number {
    color: #4a0de0!important;
}

    strong.number:hover {
        color: #cc2379 !important;
    }
.timeline-item:last-child::after {
    display: none;
}

.contact-item {
    display: flex;
    align-items: flex-start;
}

    .contact-item i {
        font-size: 1.5rem;
        width: 40px;
        flex-shrink: 0;
    }

/* Responsive improvements */
@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }

    .nav-tabs .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .appointment-buttons .btn {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 576px) {
    .stat-item {
        padding: 1rem 0.5rem;
    }

    .expertise-category {
        padding: 1rem;
    }
}

/* About content styling - REFINED TYPOGRAPHY */
.about-content .content-title span {
    color: #4a0de0!important; /* Mevcut renk korundu */
    display: block;
    margin: 0 0 16px; /* 12px → 16px (subtle spacing) */
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px; /* 1px → 1.5px (subtle premium touch) */
    line-height: 1.4; /* Line-height eklendi */
}

.about-content .content-title h2 {
    font-size: 42px; /* 40px → 42px (subtle increase) */
    font-weight: 700; /* 600 → 700 (biraz daha bold) */
    color: #333; /* Mevcut renk korundu */
    line-height: 1.3; /* 1.2 → 1.3 (daha readable) */
    margin-bottom: 24px; /* 20px → 24px (better spacing) */
    letter-spacing: -0.5px; /* Subtle tight spacing for headlines */
}

.about-quote p {
    font-size: 16px; /* Mevcut size korundu */
    line-height: 1.7; /* 1.6 → 1.7 (daha readable) */
    color: #666; /* Mevcut renk korundu */
    margin-bottom: 20px; /* 15px → 20px (better spacing) */
    letter-spacing: 0.2px; /* Subtle letter spacing */
}

.about-quote span {
    font-weight: 600; /* Mevcut weight korundu */
    color: #a47355; /* Mevcut renk korundu */
    font-size: 16px; /* Size belirtildi */
    letter-spacing: 0.5px; /* Subtle spacing */
    font-style: italic; /* Elegant italic touch */
}

/* Counter Typography Refinement */
.counter-wrap .number {
    font-weight: 700; /* Bold emphasis */
    letter-spacing: -1px; /* Tight spacing for large numbers */
    line-height: 1.1; /* Compact line height */
}

.counter-wrap span {
    letter-spacing: 0.3px; /* Subtle spacing */
    line-height: 1.4; /* Better readability */
}

/* Color Scheme Enhancement - PERHU CONSERVATIVE */

/* Subtle gradient for counter section */
.ftco-counter.ftco-section.ftco-no-pt.ftco-no-pb.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); /* Mevcut bg-light'ın subtle gradient'ı */
}

/* Enhanced about section - NO GRADIENT BACKGROUND */
.about-wrap.style2 {
    position: relative;
    /* Background gradient kaldırıldı */
}

/* Enhanced buttons with Perhu colors */
.btn.style1 {
    /*background: linear-gradient(135deg, #a47355 0%, #b8845f 100%);*/ /* Perhu brown gradient */
    /*border: none;
    box-shadow: 0 4px 15px rgba(164, 115, 85, 0.2);*/ /* Soft shadow */
    /*transition: all 0.3s ease;
}

    .btn.style1:hover {
        background: linear-gradient(135deg, #8f6149 0%, #a47355 100%);*/ /* Darker on hover */
        /*box-shadow: 0 6px 20px rgba(164, 115, 85, 0.3);
    }*/

.btn.style2 {
    border: 2px solid #a47355; /* Perhu brown border */
    color: #a47355;
    background: transparent;
    box-shadow: 0 4px 15px rgba(164, 115, 85, 0.1);
    transition: all 0.3s ease;
}

    .btn.style2:hover {
        background: linear-gradient(135deg, #a47355 0%, #b8845f 100%);
        color: white;
        box-shadow: 0 6px 20px rgba(164, 115, 85, 0.2);
    }

/* Enhanced counter cards - DARK THEME */
.counter-wrap .block-18 {
    background: rgba(255, 255, 255, 0.05); /* Siyah background için hafif beyaz */
    border-radius: 12px; /* Subtle rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); /* Daha güçlü shadow siyah için */
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Beyaz border siyah background için */
}

    .counter-wrap .block-18:hover {
        transform: translateY(-5px); /* Lift effect */
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.08);
    }

/* Enhanced number colors - WHITE FOR DARK THEME */
.counter-wrap .number {
    /* Gradient kaldırıldı - siyah background'da görünmüyor */
    color: white; /* Direct white color */
    font-weight: 700; /* Bold emphasis */
    letter-spacing: -1px; /* Tight spacing for large numbers */
    line-height: 1.1; /* Compact line height */
}

/* Fallback artık gerekli değil */

/* Enhanced Typography Visual Elements - NO LEFT BORDER */
.about-quote {
    background: rgba(164, 115, 85, 0.03);
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    position: relative;
    padding-left: 25px; /* 20px → 25px normal padding */
}

    /* Quote sol tarafındaki gradient çizgi kaldırıldı */

    .about-quote::after {
        content: '"';
        position: absolute;
        top: -10px;
        right: 20px;
        font-size: 60px;
        color: rgba(164, 115, 85, 0.2);
        font-family: serif;
        line-height: 1;
    }

/* Enhanced Responsive Improvements - SUBTLE ROUNDED */
@media (max-width: 991.98px) {
    .about-img.about-bg-3 {
        border-radius: 6px; /* 15px → 6px (subtle) */
        margin-bottom: 2rem;
    }

    .btn {
        padding: 12px 28px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .about-img.about-bg-3 {
        border-radius: 4px; /* 12px → 4px (minimal) */
    }

    .about-quote {
        padding: 20px;
        margin: 15px 0;
    }

    .btn {
        padding: 10px 24px;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* RESPONSIVE ENHANCEMENTS */

/* Mobile Tabs Style */
@media (max-width: 767px) {
    .nav-pills .nav-link {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
        margin: 0.125rem;
        border-radius: 1.5rem;
    }

    .section-title h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .section-title p {
        font-size: 0.95rem;
    }

    /* Mobile card spacing */
    .card-body {
        padding: 1rem;
    }

    /* Mobile list items */
    .list-group-item {
        padding: 0.75rem 1rem;
    }

    /* Counter section mobile */
    .counter-wrap .number {
        font-size: 2rem !important;
        margin-bottom: 8px;
    }

    .counter-wrap span {
        font-size: 0.875rem;
    }

    /* Mobile testimonial */
    .testimonial-slider-wrap {
        padding: 0 1rem;
    }
}

/* Tablet specific styles */
@media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs .nav-link {
        font-size: 0.9rem;
        padding: 0.7rem 1rem;
    }

    .expertise-category h6 {
        font-size: 1.1rem;
    }
}

/* Desktop enhancements */
@media (min-width: 992px) {
    .tab-content {
        min-height: 400px;
    }

    .card-body {
        padding: 1.5rem;
    }
}

/* General responsive fixes */
.nav-pills .nav-link.btn-sm {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    white-space: nowrap;
}

.expertise-category {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid #a47355;
    transition: all 0.3s ease;
}

    .expertise-category:hover {
        background: #fff;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

/* Custom responsive font sizes */
@media (max-width: 575px) {
    .heading-section h2 {
        font-size: 1.5rem !important;
    }

    .main-title {
        font-size: 1.75rem !important;
    }

    .btn-lg {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Testimonial Section Styles - SPESİFİK SELECTOR'LAR */
/* CSS kodları kaldırıldı - testimonial section HTML'i ile birlikte silindi */

/* Mobile tab styles */
@media (max-width: 767px) {
    .nav-pills {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin: 0 -10px;
        padding: 0 10px;
        flex-wrap: nowrap;
        gap: 5px;
    }

        .nav-pills::-webkit-scrollbar {
            display: none;
        }

        .nav-pills .nav-item {
            flex: 1 1 auto;
            min-width: auto;
        }

        .nav-pills .nav-link {
            white-space: nowrap;
            padding: 6px 10px;
            border: 1px solid #a47355;
            border-radius: 5px;
            color: #a47355;
            font-size: 13px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            text-align: center;
            min-width: fit-content;
        }

            .nav-pills .nav-link.active {
                background: #a47355;
                color: #fff;
            }

            .nav-pills .nav-link i {
                font-size: 14px;
                margin: 0;
                line-height: 1;
            }

                .nav-pills .nav-link i + * {
                    margin-left: 1px;
                }
}


