.page_header .logo.logo-with-image {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    line-height: 1.2;
    white-space: normal;
}

.page_header .header-logo-img {
    width: 48px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.page_header .header-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page_header .header-logo-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.15;
    color: #333;
}

.page_header .header-logo-subtitle {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    color: #555;
}

/* Slider yazı alanı - sade ve okunaklı görünüm */
.page_mainslider .slide_description {
    display: inline-block;
    padding: 22px 34px;
    border-radius: 8px;
    text-align: center;
}

/* Ana başlık */
.page_mainslider .slider-main-title,
.slide_description {
    color: #ffffff !important;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.05;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: none;

    -webkit-text-stroke: 0 !important;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

/* Alt satır: Eğitim ve Danışmanlık Merkezi */

.page_mainslider .slider-main-title span {
    display: block;
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 10px;
    letter-spacing: 0.4px;
    text-transform: none;

    -webkit-text-stroke: 0 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

/* Bahçeşehir yazısı */
.page_mainslider .slider-location-text {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;

    -webkit-text-stroke: 0 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
    .page_mainslider .slide_description {
        padding: 16px 20px;
        background: rgba(0, 0, 0, 0.32);
    }

    .page_mainslider .slider-main-title {
        font-size: 34px;
    }

    .page_mainslider .slider-main-title span {
        font-size: 17px;
        margin-top: 8px;
    }

    .page_mainslider .slider-location-text {
        font-size: 11px;
        letter-spacing: 3px;
        margin-top: 10px;
    }
}


.col-sm-pull-4 {
    right: 40% !important;
}

.divided_content>* {
    display: inline-block;
    margin: 0 -14px !important;
}



.page_social_icons {
    position: relative;
    z-index: 20;
}

.page_social_icons span {
    display: inline-block;
}

.page_social_icons a.social-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    z-index: 30;
    pointer-events: auto;
}

.team-testimonial-item {
    text-align: center;
    margin-bottom: 30px;
}

.team-testimonial-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
}

.team-testimonial-item .item-meta h5 {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    text-transform: none;
    color: #fff;
}

.team-equal-images .item-media {
    width: 100%;
    height: 360px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.team-equal-images .item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Galeri grid düzeltmesi: isotope kullanmadan Bootstrap grid + JS sayfalama */
.gallery-equal-images #gallery-items {
    position: static !important;
    height: auto !important;
}

.gallery-equal-images .gallery-page-item {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin-bottom: 30px;
}

.gallery-equal-images .item-media {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.gallery-equal-images .item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gallery-equal-images .item-content h4 {
    font-size: 18px;
    line-height: 1.4;
}

.gallery-pagination-wrapper {
    margin-top: 25px;
}

.gallery-pagination-wrapper .pagination>li>a {
    cursor: pointer;
}

@media (max-width: 767px) {
    .gallery-equal-images .item-media {
        height: 240px;
    }
}

/* Floating Contact Buttons - Right Side */
.floating-contact-buttons {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.floating-call-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #20c65a;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
    transition: all 0.25s ease;
}

.floating-call-button:hover,
.floating-call-button:focus {
    background: #15b94f;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.26);
}

.floating-call-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 6px;
}

.floating-call-icon svg {
    width: 15px;
    height: 15px;
    fill: #ffffff;
}

.floating-whatsapp-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border: 5px solid #e3ffe9;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
    transition: all 0.25s ease;
}

.floating-whatsapp-button:hover,
.floating-whatsapp-button:focus {
    background: #1ebe5d;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.26);
}

.floating-whatsapp-button svg {
    width: 34px;
    height: 34px;
    fill: #ffffff;
}

/* Mobile */
@media (max-width: 575px) {
    .floating-contact-buttons {
        right: 12px;
        bottom: 15px;
        gap: 8px;
    }

    .floating-call-button {
        height: 42px;
        padding: 0 14px;
        font-size: 14px;
    }

    .floating-call-icon {
        width: 22px;
        height: 22px;
    }

    .floating-whatsapp-button {
        width: 52px;
        height: 52px;
        border-width: 4px;
    }

    .floating-whatsapp-button svg {
        width: 30px;
        height: 30px;
    }
}

/* Terapi Ekolleri Sayfası */
.therapy-approach-grid {
    display: flex;
    flex-wrap: wrap;
}

.therapy-approach-grid>[class*="col-"] {
    display: flex;
}

.therapy-approach-card {
    width: 100%;
}

.therapy-approach-card h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .therapy-approach-grid {
        display: block;
    }

    .therapy-approach-grid>[class*="col-"] {
        display: block;
    }
}

@media (max-width: 767px) {

    /* Footer genel düzen */
    .page_footer {
        text-align: center !important;
        padding-top: 35px !important;
        padding-bottom: 95px !important;
        overflow: hidden !important;
    }

    /* Bootstrap push/pull ve table section etkilerini mobilde sıfırla */
    .page_footer.table_section,
    .page_footer.table_section .container,
    .page_footer.table_section .row,
    .page_footer.table_section [class*="col-"] {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
    }

    .page_footer .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page_footer [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Logo */
    .page_footer .logo.big {
        display: block !important;
        margin: 0 auto 25px auto !important;
        font-size: 28px !important;
        line-height: 1.15 !important;
        white-space: normal !important;
        text-align: center !important;
    }

    .page_footer .logo.big .small-text {
        display: block !important;
        margin-top: 6px !important;
        font-size: 11px !important;
        line-height: 1.4 !important;
        letter-spacing: 1px !important;
        text-align: center !important;
    }

    /* Menü widget alanları */
    .page_footer .widget,
    .page_footer .widget_nav_menu {
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    /* Temanın divided_content / wide_divider stilini mobilde tamamen iptal et */
    .page_footer ul.menu,
    .page_footer ul.menu.divided_content,
    .page_footer ul.menu.wide_divider,
    .page_footer .divided_content,
    .page_footer .wide_divider {
        display: block !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center !important;
        list-style: none !important;
    }

    .page_footer ul.menu li,
    .page_footer ul.menu.divided_content li,
    .page_footer ul.menu.wide_divider li,
    .page_footer .divided_content>li,
    .page_footer .wide_divider>li {
        display: block !important;
        width: 100% !important;
        margin: 0 0 8px 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: center !important;
        border: 0 !important;
    }

    .page_footer ul.menu li:before,
    .page_footer ul.menu li:after,
    .page_footer .divided_content>li:before,
    .page_footer .divided_content>li:after,
    .page_footer .wide_divider>li:before,
    .page_footer .wide_divider>li:after {
        display: none !important;
        content: none !important;
    }

    .page_footer ul.menu li a {
        display: inline-block !important;
        padding: 4px 0 !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        text-align: center !important;
        white-space: normal !important;
    }

}


/* Psikolojik Testler - Kartları düzgün 2'li grid yap */
.test-card-grid {
    display: flex;
    flex-wrap: wrap;
}

.test-card-grid>.col-sm-6 {
    display: flex;
    float: none !important;
}

.test-card-grid .with_padding.with_shadow {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Mobilde tek kolon */
@media (max-width: 767px) {
    .test-card-grid {
        display: block;
    }

    .test-card-grid>.col-sm-6 {
        display: block;
        width: 100%;
    }
}

.destek-mini-tabs {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.destek-mini-tabs>li {
    float: none !important;
    flex: 1 1 0;
    text-align: center;
}

.destek-mini-tabs>li>a {
    padding: 8px 6px !important;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-align: center;
}

/* Uzman Kadromuz - 3'lü düzgün kart düzeni */
.team-3-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.team-3-grid>.team-card-item {
    float: none !important;
    display: flex;
    margin-bottom: 30px;
}

.team-3-grid .vertical-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.team-3-grid .item-media {
    width: 100%;
    height: 330px;
    overflow: hidden;
    background: #f5f5f5;
}

.team-3-grid .item-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.team-3-grid .item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.team-3-grid .item-content p:last-child {
    margin-top: auto;
}

.team-photo-placeholder {
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #9a9a9a;
    font-size: 58px;
    font-weight: 300;
    letter-spacing: 2px;
}

@media (min-width: 992px) {
    .team-3-grid>.team-card-item {
        width: 33.333333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-3-grid>.team-card-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .team-3-grid {
        display: block;
    }

    .team-3-grid>.team-card-item {
        display: block;
        width: 100%;
    }

    .team-3-grid .item-media,
    .team-photo-placeholder {
        height: 360px;
    }
}

p.highlight {

    overflow: visible !important;
    padding-top: 2px;
    text-transform: none !important;

}

/* ==================================================
   ABOUT EKİP SLIDER
================================================== */

#about.page_about {
    overflow: hidden;
}

/* İki sütunun yüksekliğini eşitler */
#about .about-team-row {
    display: flex;
    align-items: stretch;
}

/* Sol taraftaki slider sütunu */
#about .team-slider-column {
    display: flex;
    float: none;
}

/* Sağ taraftaki içerik sütunu */
#about .about-content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: none;
}

/* Slider ana kapsayıcısı */
#about .about-team-slider {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}

/* Slider içerisindeki her ekip üyesi */
#about .about-team-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.9s ease,
        visibility 0.9s ease;
}

/* Görünen ekip üyesi */
#about .about-team-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

/* Fotoğraf alanı */
#about .about-team-image {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
}

/* Ekip fotoğrafı */
#about .about-team-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
}

/* İsim ve ünvan alanı */
#about .about-team-caption {
    flex: 0 0 auto;
    width: 100%;
    padding: 17px 15px 21px;
    text-align: center;
}

/* Ünvan */
#about .about-team-title {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-transform: none;
}

/* İsim */
#about .about-team-caption h4 {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: none;
}

/* İmza */
#about .about-signature {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 110px;
    margin: 20px auto 0;
    object-fit: contain;
}

/* Tablet ve telefon */
@media (max-width: 991px) {

    #about .about-team-row {
        display: flex;
        flex-direction: column;
    }

    #about .about-content-column,
    #about .team-slider-column {
        display: block;
        float: none;
        width: 100%;
    }

    /* Mobilde önce metin, sonra ekip slider */
    #about .about-content-column {
        order: 1;
        margin-bottom: 35px;
    }

    #about .team-slider-column {
        order: 2;
    }

    #about .about-team-slider {
        height: 540px;
        min-height: 540px;
    }

    #about .about-team-image img {
        object-position: center bottom;
    }
}

/* Küçük telefonlar */
@media (max-width: 575px) {

    #about .about-team-slider {
        height: 460px;
        min-height: 460px;
    }

    #about .about-team-caption {
        padding: 14px 10px 18px;
    }

    #about .about-team-caption h4 {
        font-size: 18px;
    }

    #about .about-team-title {
        font-size: 13px;
    }
}

.section-clean-divider {
    position: relative;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.section-clean-divider::before,
.section-clean-divider::after {
    content: "";
    width: 110px;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            rgba(63, 135, 132, 0.45));
}

.section-clean-divider::after {
    background: linear-gradient(to left,
            transparent,
            rgba(63, 135, 132, 0.45));
}

.section-clean-divider span {
    width: 7px;
    height: 7px;
    margin: 0 16px;
    border-radius: 50%;
    background: #91d0cc;
}

.entry-author {
    margin-top: 6px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #777777;
    font-style: italic;
}

.entry-author span {
    margin-right: 4px;
    color: #999999;
}

.entry-author .author {
    font-weight: 500;
    color: #555555;
}

input[type="date"].form-control {
	color: #777777;
	font-weight: 400;
	line-height: normal;
	-webkit-appearance: none;
	appearance: none;
}

input[type="date"].form-control::-webkit-datetime-edit {
	color: #777777;
	font-weight: 400;
}

input[type="date"].form-control::-webkit-datetime-edit-fields-wrapper {
	color: #777777;
	font-weight: 400;
}

input[type="date"].form-control::-webkit-datetime-edit-text {
	color: #999999;
	font-weight: 400;
}

input[type="date"].form-control::-webkit-datetime-edit-month-field,
input[type="date"].form-control::-webkit-datetime-edit-day-field,
input[type="date"].form-control::-webkit-datetime-edit-year-field {
	color: #777777;
	font-weight: 400;
}

input[type="date"].form-control::-webkit-calendar-picker-indicator {
	opacity: 0.65;
	cursor: pointer;
}

.call-now-button,
a[href^="tel:"] {
	position: relative;
	z-index: 100;
	pointer-events: auto !important;
	cursor: pointer;
}