* {
    font-family: "Blinker", sans-serif;
}

header {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc40;
    position: relative;
}
header .header-top {
    width: 100%;
    background-color: #cf968e;
    display: block;
    margin-bottom: 18px;
    color: #fff;
    padding: 13px 0;
    overflow: hidden;
}

header .header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Slogan */
header .header-top .left p {
    margin: 0;
    font-size: 17px;
    position: relative;
    font-weight: 500;
    z-index: 2;
}

/* Glow efekti sadece sloganın altında */
header .header-top .left p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 319px;
    height: 79px;
    transform: translateY(-10%);
    background: radial-gradient(circle, rgb(240 212 201 / 58%) 0%, rgba(35, 46, 76, 0) 70%);
    pointer-events: none;
    z-index: -1;
    filter: blur(28px);
}

/* Telefon */
header .header-top .right a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
}

header .header-top .right a ion-icon {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}

header .logo-area {
    height: 44px;
    margin-bottom: 12px;
    margin-top: 3px;
}

header .diji-menu {
    margin: 0;
    padding: 0;
    float: right;
}

header .diji-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

header .diji-menu li a{
    margin: 0;
    text-decoration: none;
    color: #1e1f28;
    padding: 12px 12px;
    display: block;
    font-weight: 600;
    font-size: 17px;
}

header .diji-menu > li > a > ion-icon{
    font-size: 15px;
    float: right;
    margin-left: 8px;
    margin-top: 5px;
}

header .diji-menu > li:last-child > a{
    color: #fff;
    background-color: #889fb3;
    padding: 12px 25px;
    margin-left: 12px;
    border-radius: 54px;
    font-weight: 500;
}

header { position: relative; z-index: 1001; }
#diji-menu .dropdown-menu { z-index: 1002; } /* header'dan da yukarıda */

/* Sayfa arka plan gölgesi */
.diji-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 138px;             /* Header yüksekliği kadar aşağıdan başlasın */
    bottom: 0;
    background: rgba(0,0,0,.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
    z-index: 1000;
}
.diji-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
}


/* === DİJİ MENÜ (Desktop & Mobile) === */
#diji-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3px;
}



/* Dropdown panel (desktop) */
#diji-menu .dropdown-menu {
    position: absolute;
    top: 138px;
    border: 0;
    left: 0;
    width: 100%;
    display: block;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 50;
    background-color: #fff;
    border-radius: 0;
}
#diji-menu .dropdown-menu > ul {
    list-style: none;
    margin: 6px;
    padding: 6px;
}
#diji-menu .dropdown-menu a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

/* Açık durum */
#diji-menu > li.open > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#diji-menu .menu-big-box {
    background-color: #1e1f28;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    padding: 35px 40px;
    margin: 17px 0px;
}

#diji-menu .menu-big-box span {
    color: #fff;
    font-size: 13px;
    display: block;
}

#diji-menu .menu-big-box p {
    color: #fff;
    font-size: 18px;
    margin-top: 11px;
    margin-bottom: 51px;
}

#diji-menu .menu-big-box a {
    background-color: #fff;
    padding: 9px 10px;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}

#diji-menu .min-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

#diji-menu .min-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
}

#diji-menu .min-menu li h6 {
    margin-top: 17px;
    font-size: 14px;
    color: #848484;
}

#diji-menu .min-menu li a {
    margin: 0;
    padding: 3px 0;
    width: 100%;
    font-size: 16px;
    margin-bottom: 2px;
}







#diji-menu .product-min-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

#diji-menu .product-min-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
}

#diji-menu .product-min-menu li h6 {
    margin-top: 17px;
    font-size: 14px;
    color: #848484;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 9px;
}

#diji-menu .product-min-menu li a {
    margin: 0;
    width: 100%;
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
    background-color: #f6f5f59e;
    padding: 10px 15px;
    margin-bottom: 7px;
    border-radius: 3px;
    font-weight: 600;
}

#diji-menu .product-min-menu li a span {
    display: block;
    font-size: 13px;
    color: #656565;
    font-weight: 500;
}





/* --- Mobil görünüm --- */
#diji-menu-toggle {
    display: none; /* desktop'ta gizli */
}
@media (max-width: 992px) {
    /* Toggle buton */
    #diji-menu-toggle {
        display: inline-flex    ;
        align-items: center;
        justify-content: center;
        padding: 3px 5px;
        border-radius: 12px;
        background: #fff;
        cursor: pointer;
        font-weight: 600;
        user-select: none;
        margin-bottom: 4px;
        float: right;
        border: 0px;
        background-color: transparent;
        font-size: 43px;
    }

    #diji-menu-toggle[aria-expanded="true"] { background: #f8fafc; }

    /* Menü sütun olarak */
    #diji-menu {
        flex-direction: column;
        align-items: stretch;
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        background-color: #fff;
        top: 0;
        height: 100vh;
        overflow: auto;
        padding: 20px;
        color: #1e1f28;
        padding-top: 62px;
        z-index: 99;
    }

    header .diji-menu > li:last-child > a {
        color: #fff;
        background-color: #d0978e;
        padding: 12px 25px;
        margin-left: 12px;
        border-radius: 54px;
        font-weight: 500;
        text-align: center;
        margin-top: 11px !important;
    }


    #diji-menu.is-open { display: flex; }

    #diji-menu > li { width: 100%; }
    #diji-menu > li > a {
        width: 100%;
        justify-content: space-between;
        margin: 0;
    }

    /* Dropdown'lar akordeon gibi, statik konum */
    #diji-menu .dropdown-menu {
        position: static;
        opacity: 0;
        pointer-events: none;
        transform: none;
        display: none;
    }
    #diji-menu > li.open > .dropdown-menu {
        opacity: 1;
        pointer-events: auto;
        display: block;
    }

    #diji-menu-close {
        position: fixed;
        top: 18px;
        right: 19px;
        z-index: 9999;
        background: none;
        border: none;
        font-size: 28px;
        cursor: pointer;
        display: none;
        color: #000;
    }

        /* Alt linkler tam genişlik */
    #diji-menu .dropdown-menu a { padding: 12px; }

    #diji-menu.submenu-open > li { display: none; }
    #diji-menu.submenu-open > li.open { display: block; }

    /* Submenu header (geri için) */
    #diji-menu .submenu-header { display: none; }
    #diji-menu.submenu-open .submenu-header {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 700;
    }
    #diji-menu .submenu-header button {
        background: #fff;
        border-radius: 10px;
        padding: 8px 12px;
        cursor: pointer;
    }
    #diji-menu .submenu-header span {
        flex: 1;
        text-align: center;
        font-weight: 700;
    }
}



.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 35px 0px;
}

.career-area button {
    background-color: #d0978e;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 15.5px;
    font-weight: 600;
    position: relative;
    margin-top: -5px;
    outline: 0;
    width: 100%;
    max-width: 260px;
    text-align: center;
}


.career-select-btn input[type="radio"] {
    display: none;
}

.career-select-btn label {
    background-color: #f9f9f952;
    box-shadow: 0px 0px 10px #cccccc38;
    padding: 30px 20px;
    border: 1px solid #cccccc4a;
    border-radius: 5px;
    width: 100%;
}

.career-select-btn label h5 {
    color: #d0978e;
    font-size: 17px;
    font-weight: 600;
}

.career-select-btn label p {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500;
    margin-top: 13px;
    display: block;
}

.career-select-btn label span {
    color: #8a8a8a;
    background-color: #ffffff59;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #e2e2e2b8;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn label:hover span {
    color: #fff;
    background-color: #d0978e;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #d0978e;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn input[type="radio"]:checked+label {
    background-color: #d0978e !important;
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label h5{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label p{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label span {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
}


.contact-area {
    padding-top: 45px;
    display: inline-block;
    width: 100%;

}

.contact-area .box svg {
    height: 49px;
    margin-bottom: 12px;
    fill: #d0978e;
    float: left;
    margin-top: 8px;
    margin-right: 15px;
    background-color: #d0978e17;
    border-radius: 7px;
    padding: 11px;
}

.contact-area .box {
    text-align: left;
    margin-bottom: 15px;
    background-color: rgb(226 226 226 / 14%);
    padding: 15px;
    display: inline-block;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding-bottom: 12px;
}

.contact-area .box h5 {
    color: #d0978e;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: 600;
}

.contact-area .box p {
    color: #656565;
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 15px;
    text-decoration: none;
}

.contact-area .box a {
    color: #656565;
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 16px;
    text-decoration: none;
}

/* varsayılan: masaüstü - br görünsün */
.branch-address br {
    display: inline;
}

/* mobil: br'leri gizle ve boşluk ekle */
@media (max-width: 768px) {
    .branch-address br {
        display: none;
    }
}

.hood-area {
    text-align: center;
}

.hood-area h2 {
    font-weight: 500;
    margin-top: 45px;
    font-size: 28px;
    color: #1e1f28;
}

.hood-area p {
    margin-bottom: 0px;
}

.maps-area {
    padding:0px;
    background-color: #f8fafc;
}

.maps-area .map-box h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10px;
}

.slider-area .slider {
    padding: 25px 0px;
}

.slider-area .slider img {
    width: 80%;
    margin-left: 10%;
}

.slider-area .slider .text-area {
    margin-top: 18%;
}

.slider-area .slider .text-area h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: #232e4c;
    margin-top: 0px;
}

.slider-area .slider .text-area p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #232e4c;
    width: 100%;
    max-width: 550px;
}

.slider-area .slider .text-area h5 span{
    font-size: 19px;
    display: block;
    margin-bottom: -27px;
    font-weight: 300;
}

.slider-area .slider .text-area a {
    background-color: #d0978e;
    color: #fff;
    text-decoration: none;
    padding: 11px 27px;
    font-weight: 500;
    font-size: 18px;
    margin-top: 3px;
    display: inline-block;
    border-radius: 9px;
}

.slider-area .slider .text-area a ion-icon {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    margin-top: 4px;
}

.ecommerce-slider {
    background-color: #fff;
}

.map-wrapper {
    width: 100%;
    height: 400px;
}
#branchMap {
    width: 100%;
    height: 100%;
}
/* InfoWindow özelleştirme */
.gm-style-iw-d {
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* içeriği tam sıfırlayıp senin tasarımınla hizalar */
.gm-style-iw {
    padding: 0 !important;
}


.gm-style .gm-style-iw-c {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 0px 18px 3px !important;
    box-shadow: 0 6px 25px rgba(0,0,0,.25) !important;
    color: #222 !important;
    font-family: 'Inter', sans-serif;
    max-width: 260px !important;
}
.gm-style .gm-style-iw-t::after {
    background: #fff !important;
}
.gm-ui-hover-effect {
    display: none !important; /* kapatma butonunu gizle */
}
.info-title {
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #d0978e;
    margin-bottom: 6px;
}
.info-text {
    font-size: 13px;
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 1.4;
    margin-bottom: 10px;
}
.info-btn {
    display: table;
    margin: 0 auto;
    background-color: #d0978e;
    color: #fff !important;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    max-width: 142px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.25s;
    margin-bottom: 13px;
}
.info-btn:hover {
    background-color: #e10437;
}

footer {
    background-color: #5e788f;
    width: 100%;
    padding-top: 45px;
    display: inline-block;
    width: 100%;
}

footer .footer-min-menu {
    padding: 0;
    margin: 0;
    width: 100%;
}

footer .footer-min-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

footer .footer-min-menu li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.93);
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    font-weight: 300;
}

footer .footer-min-menu li a.login-btn {
    background-color: #d0978e;
    display: table;
    width: auto;
    padding: 8px 24px;
    border-radius: 5px;
    margin-top: 14px;
}

footer .footer-min-menu li a.sube-btn {
    background-color: #7690a7;
    display: table;
    width: auto;
    padding: 8px 24px;
    border-radius: 5px;
    margin-top: 14px;
    font-weight: 500;
}

footer .footer-min-menu li a b {
    font-weight: 600;
}

footer .footer-min-menu h6 {
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 17px;
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 500;
}

footer .bank-area {
    background-color: #252731;
    width: 100%;
    display: inline-block;
    padding: 20px 0px;
    margin-top: 45px;
    margin-bottom: 30px;
}

footer .footer-bank {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

footer .footer-about img {
    width: 100%;
    max-width: 152px;
    margin-top: 10px;
    margin-bottom: 15px;
}

footer .footer-about p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}


footer .footer-bottom {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

footer .footer-bottom p {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    border-top: 1px dashed #ffffffab;
    padding-top: 18px;
    margin-top: 50px;
}

footer .footer-contact {
    width: 100%;
    background-color: #69839a;
    padding: 35px 35px;
    border-radius: 15px;
    margin-bottom: 42px;
    margin-top: 10px;
    display: inline-block;
}

footer .footer-contact p{
    color: #fff;
    font-weight: 400;
    margin: 0;
    float: left;
    font-size: 17px;
}

footer .footer-contact p a{
    color: #fff;
    text-decoration: none;
    font-width: 500;
}

footer .footer-contact ul {
    margin: 0;
    padding: 0;
    float: right;
}

footer .footer-contact ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

footer .footer-contact ul li a {
    margin-left: 14px;
    color: #fff;
    font-size: 22px;
    margin-top: -3px;
    display: block;
    margin-bottom: -5px;
}

.section-title {
    text-align: center;
    padding: 80px 0;            /* yüksek alan */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    background-attachment: fixed;   /* PARALLAX ETKİSİ */
    border-radius: 0;
    position: relative;
}

.section-title .description {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    max-width: 860px;
    display: table;
    margin: 0 auto;
}

.heading {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    color: #000000;
}

.heading.lg {
    font-size: 23px;
}

.heading span {
    position: relative;
}

/*
.heading span:before,
.heading span:after {
    position: absolute;
    content: "";
    height: 1px;
}

.heading span:before {
    width: 70%;
    left: -10px;
    top: -12px;
    background-color: #1d1d1b;
}

.heading span:after {
    width: 30%;
    right: -10px;
    bottom: -12px;
    background-color: #d0978e;
}

.heading.black {
    color: #1d1d1b;
    font-size: 19px;
    font-weight: 400;
}


 */

.free_analysis .send-btn {
    display: table;
    margin: 0 auto;
    border-radius: 50px !important;
    padding: 20px 0px;
    max-width: 320px;
}

.free_analysis_detail {
    background-color: rgb(255 5 61 / 8%);
    margin-top: 35px;
    padding: 25px;
    border-radius: 15px;
}


/* yalnızca .free_analysis_detail içinde etkili */
.free_analysis_detail{
    --fad-bg: #0d0f12;
    --fad-card: #151820;
    --fad-text: #e9edf3;
    --fad-dim: #a7b0bf;
    --fad-accent: #d0978e;
    --fad-sep: rgba(255, 255, 255, .08);
    --fad-radius: 18px;
    background: var(--fad-bg);
    color: var(--fad-text);
    border-radius: var(--fad-radius);
    padding: clamp(18px, 2.2vw, 34px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    line-height: 1.6;
}
.free_analysis_detail .fad-head h2{
    margin: 0 0 .4rem;
    font-size: 19px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.free_analysis_detail .fad-intro{
    color: #d0d4da;
    margin: 0;
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
}
.free_analysis_detail .fad-grid{
    display:grid; gap:24px; margin-top:24px;
    grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (max-width: 860px){
    .free_analysis_detail .fad-grid{ grid-template-columns:1fr; }
}
.free_analysis_detail .fad-col{
    background:var(--fad-card); border:1px solid var(--fad-sep);
    border-radius:14px; padding:20px;
}
.free_analysis_detail h3{
    margin:0 0 .35rem; font-size:clamp(1.05rem,1.8vw,1.25rem);
}
.free_analysis_detail .fad-desc{
    color: #a5adbb;
    margin: 0 0 .6rem;
    font-size: 15px;
    margin-bottom: 15px;
}
.free_analysis_detail .fad-list{ list-style:none; padding:0; margin:0; display:grid; gap:.45rem; }
.free_analysis_detail .fad-list li{
    position: relative;
    padding-left: 28px;
    font-size: 15px;
    font-weight: 400;
}
.free_analysis_detail .fad-list li i{
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d0978e inset, 0 0 14px -2px #d0978e;
}
.free_analysis_detail .fad-list b{ font-weight:600; }

.free_analysis_detail .fad-summary{
    margin-top:22px; padding:18px 20px; border:1px dashed var(--fad-sep);
    border-radius:12px; background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);
}
.free_analysis_detail .fad-summary h3{ margin:.1rem 0 .35rem; }

.free_analysis_detail .fad-services{
    display:grid; gap:18px; margin-top:22px;
    grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (max-width: 860px){
    .free_analysis_detail .fad-services{ grid-template-columns:1fr; }
}
.free_analysis_detail .fad-services-col{
    background:var(--fad-card); border:1px solid var(--fad-sep);
    border-radius:12px; padding:16px 18px;
}
.free_analysis_detail .fad-services-col h4{ margin:.1rem 0 .5rem; }
.free_analysis_detail .fad-services-col ul{ margin:0; padding-left:18px; color:var(--fad-dim); }


.academy-area{
    padding: 55px 0px;
}

.academy-area::before,
.academy-area::after{
    content:"";
    position:absolute; inset:0;
    pointer-events:none;
}


/* ====== KART ====== */
.academy-box{
    position: relative;
    background: #0b0f16;
    border-radius: 20px;
    padding: 26px 24px;
    color: #e9eef6;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
            0 10px 30px rgba(0,0,0,.35),
            inset 0 0 0 1px rgba(255,255,255,.02);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    min-height: 280px;        /* orantılı yükseklik */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.evolve-bg {

    /* Ana gradient */
    background: linear-gradient(120deg,
    #ffb5c7,
    #ffc6a5,
    #c9a7ff,
    #8fb7ff,
    #ffb5c7
    );

    background-size: 400% 400%;
    animation: evolveGradient 16s ease-in-out infinite;

    /* Hafif blur havası için */
    position: relative;
    overflow: hidden;
}

/* Ortadaki parlaklık efekti */
.evolve-bg::after {
    content: "";
    position: absolute;
    inset: -20%;
    background:
            radial-gradient(circle at 50% 30%, rgba(255,255,255,0.45), transparent 55%);
    mix-blend-mode: screen;
    pointer-events: none;
}

/* Yazı üstte kalsın */
.evolve-bg > * {
    position: relative;
    z-index: 1;
}

/* Gradient animasyonu */
@keyframes evolveGradient {
    0%   { background-position: 0% 0%;   }
    50%  { background-position: 100% 100%; }
    100% { background-position: 0% 0%;   }
}

/* ====== RESPONSIVE ORANLAR ====== */
@media (max-width: 991.98px){
    .academy-box{ min-height: 260px; }
}
@media (max-width: 575.98px){
    .academy-area{ padding: 36px 0 48px; }
    .academy-box{ padding: 22px 18px; min-height: auto; }
}


.home-branch {
    padding: 55px 0px;
    background-color: #f9ddd2;
}

.home-branch .package-hood h5 {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    color: #000000;
}

.home-branch .package-hood p {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    max-width: 860px;
    display: table;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.home-branch .home-brach-box {
    padding: 0px 8px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #000;
}

.home-branch .home-brach-box img  {
    width: 100%;
}

.home-branch .home-brach-box .image-area {
    background-color: #faece7;
    position: relative;
    padding: 5px;
    border-radius: 5px;
}

.home-branch .home-brach-box .image-area span {
    position: absolute;
    top: 14px;
    right: 14px;
    background-color: #708ba2;
    color: #fff;
    padding: 3px 16px;
    border-radius: 50px;
}

.home-branch .home-brach-box .image-area h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    margin-top: 9px;
    width: 100%;
    text-align: center;
    color: #466076;
}

.home-branch .home-brach-box .image-area ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.home-branch .home-brach-box .image-area ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-bottom: 7px;
}

.home-branch .home-brach-box .image-area ul li b{
    font-weight: 600;
}

.home-about {
    padding: 45px 0px;
    background-color: #fff;
}

.home-about .home-about-box {
    padding: 35px;
    background-color: red;
}

.home-gallery  {
    width: 100%;
    padding: 40px 0px;
    padding-bottom: 15px;
}

.home-gallery img {
    width: 100%;
    margin-bottom: 25px;
}

.package-home-branch {
    background-color: transparent;
    padding-bottom: 25px;
}

.package-home-branch .home-brach-box {
    margin-bottom: 25px;
}

.trainer-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 360px;
}

@media(max-width: 768px){
    .trainer-card {
        margin-bottom: 25px;
    }
}

/* Arka plan görseli */
.trainer-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 1) ALT %30: GERÇEK BLUR ALANI */
.trainer-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%; /* sadece alt 30% blur */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(0, 0, 0, 0.35); /* hafif koyuluk */
    z-index: 1;
}

/* 2) BLUR'DAN ÜSTE DOĞRU YUMUŞAK GRADIENT GEÇİŞ */
.trainer-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;      /* blur'un bittiği yerden başlasın */
    height: 45%;      /* ne kadar alanda geçiş olacağı */
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.35) 0%,   /* blur alanıyla aynı ton */
            rgba(0, 0, 0, 0.18) 40%,
            rgba(0, 0, 0, 0.06) 80%,
            transparent 100%         /* yukarıda tamamen şeffaf */
    );
    z-index: 1;
}

/* Yazılar */
.trainer-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 30px;
    color: #fff;
    z-index: 2;
}

.trainer-content h5 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
}

.trainer-content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.95;
    font-weight: 400;
}

.service-area {
    display: inline-block;
    width: 100%;
    margin: 0px 0px;
}

.service-area .box-area {
    width: 50%;
    float: left;
    padding: 105px 45px;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}

.service-area .box-area p {
    font-weight: 300;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 665px;
    margin-bottom: 20px;
}

.service-area .box-area .service-tag {
    font-weight: 300;
}

.service-area .box-area h3 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 7px;
}

.service-area .box-area .dark-btn {
    background-color: #7892a7;
    color: #fff;
    padding: 10px 26px;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 300;
    border-radius: 5px;
    font-size: 15px;
}

.service-area .box-area .pink-btn {
    background-color: #d0978e;
    color: #fff;
    padding: 10px 26px;
    font-size: 15px;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 300;
    border-radius: 5px;
}

.about-text-area {
    padding: 55px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #232e4c;
}



.fqa-area {
    padding: 35px 0px;
    background-color: #f8ddd2;
}

.fqa-area h3 {
    text-align: center;
    width: 100%;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 23px;
    color: #232e4c;
    margin-top: 15px;
}

.fqa-area .fqa-area-min .fqa-btn {
    width: 100%;
    text-decoration: none;
    color: #1e1f28;
    display: block;
    background-color: #fff;
    margin-bottom: 17px;
    padding: 12px 18px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 15px;
}

.fqa-area .fqa-area-min .active {
    color: #fff;
    background-color: #d0978e;
}

.fqa-area .fqa-area-min  .collapse p {
    color: #1e1f28;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px;
    margin-top: -7px;
}

.campaign-box-area {
    padding: 45px 0px;
}

.campaign-box-area .campaign-box img {
    width: 100%;
}

.campaign-box-area .campaign-box h6 {
    font-size: 17px;
    width: 100%;
    color: #232e4c;
    margin-top: 13px;
    margin-bottom: 9px;
}

.campaign-box-area .campaign-box a {
    width: 100%;
    text-decoration: none;
    color: #d0978e;
}

.campaign-box-area .campaign-box {
    margin-bottom: 25px;
}


.pricing-area {
    padding: 70px 0 90px;
    background-color: #ffffff;
}

.pricing-intro {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 10px;
}

.pricing-note {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 10px;
}

/* Kartlar */
.pricing-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 26px 24px 28px;
    margin-bottom: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left,
    rgba(224, 24, 132, 0.12),
    transparent 60%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Hover efekti */
.pricing-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.pricing-box:hover::before {
    opacity: 1;
}

/* Öne çıkan kart */
.pricing-box.featured {
    border: 3px solid #e01884;
    transform: translateY(-4px);
}

.pricing-box.featured:hover {
    transform: translateY(-10px);
}

/* Etiket */
.pricing-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b7280;
    background: #f3f4f6;
    padding: 6px 20px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.pricing-badge.primary {
    color: #fff;
    background: #e01884;
}

/* Başlık ve fiyat */
.pricing-box h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #111827;
}

.pricing-sessions {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 13px;
}

.pricing-price {
    font-size: 26px;
    font-weight: 700;
    color: #e01884;
    margin-bottom: 16px;
}

.pricing-price span {
    font-size: 14px;
    font-weight: 500;
}

/* Özellik listesi */
.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.pricing-list li {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 1px;
    position: relative;
    padding-left: 16px;
}

.pricing-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #e01884;
}

/* Buton */
.pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 22px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #111827;
    background: #ffffff;
    transition: all 0.2s ease;
}

.pricing-btn.primary {
    background: #e01884;
    border-color: #e01884;
    color: #ffffff;
}

.pricing-box:hover .pricing-btn {
    border-color: #e01884;
    color: #e01884;
}

.pricing-box.featured .pricing-btn.primary:hover {
    background: #d0978e;
    border-color: #d0978e;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .pricing-box {
        margin-bottom: 18px;
    }
}

.branchs-box-area {
    padding: 45px 0px;
}


.branchs-box-area .branch-box {
    width: 100%;
    background-color: rgba(73, 211, 204, 0.11);
    padding: 15px;
    margin-bottom: 25px;
}

.branchs-box-area .branch-box img {
    width: 100%;
}

.branchs-box-area .branch-box h4 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 13px;
}

.branchs-box-area .branch-box a {
    background: #d0978e;
    display: table;
    width: 100%;
    text-decoration: none;
    max-width: 187px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    border-radius: 50px;
}

.branchs-box-detail {
    padding: 45px 0px;
}

@media(max-width: 768px){
    header .header-top .right {
        display: none;
    }

    header .header-top .left p {
        margin: 0;
        font-size: 17px;
        position: relative;
        font-weight: 500;
        z-index: 2;
        width: 100%;
        text-align: center;
    }
    header .header-top .left  {
        width: 100%;
        text-align: center;
    }

    header .header-top .left p::after {
        left: 36px;
    }

    .slider-area .slider .text-area {
        margin-top: 0;
    }

    .slider-area .slider .text-area h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        color: #232e4c;
        margin-top: 0px;
    }

    .slider-area .slider .text-area a {
        background-color: #d0978e;
        color: #fff;
        text-decoration: none;
        padding: 11px 27px;
        font-weight: 500;
        font-size: 16px;
        margin-top: 3px;
        display: inline-block;
        border-radius: 9px;
        margin-bottom: 38px;
    }

    .service-area .box-area {
        width: 100%;
        float: left;
        padding: 86px 15px;
        background-size: cover;
        background-position: center;
        text-align: center;
        color: #fff;
    }

    footer .col {
        width: 100%;
        display: block;
        flex: none;
    }

    footer .footer-min-menu {
        margin-bottom: 25px;
    }

    footer .footer-bottom p {
        margin-top: 5px;
    }

}


.branchs-box-detail {
    padding: 60px 0 90px;
    background: #ffffff;
}

.branch-info-box {
    background: #ffffff;
    padding: 32px 38px;
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid #f3f4f6;
}

.branch-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111827;
}

.branch-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.branch-info-list li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #4b5563;
}

.branch-info-list li strong {
    color: #111827;
    font-weight: 700;
    margin-right: 4px;
}

.branch-info-list a {
    text-decoration: none;
    color: #e01884;
    font-weight: 600;
}

.branch-short-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #4b5563;
    margin-top: 10px;
}


/* ==========================================================
   GALERİ BAŞLIĞI
   ========================================================== */

.branch-gallery-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 22px;
    color: #111827;
    text-align: left;
    border-bottom: 1px dashed #111827;
    padding-bottom: 12px;
}


/* ==========================================================
   GALERİ GRID TASARIMI
   ========================================================== */

.branch-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 23px;
}

.branch-gallery a {
    display: block;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.branch-gallery a:hover {
    transform: scale(1.03);
    box-shadow: 0 14px 35px rgba(0,0,0,0.12);
}

.branch-gallery img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}


/* ==========================================================
   MOBİL UYUM
   ========================================================== */

@media (max-width: 992px) {
    .branch-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .branch-info-box {
        padding: 28px 24px;
    }
}

@media (max-width: 576px) {
    .branch-gallery {
        grid-template-columns: repeat(1, 1fr);
    }

    .branch-gallery img {
        height: 200px;
    }
}



.sticy-form-area-mobile {
    display: none !important;
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    z-index: 999;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
}

.sticy-form-area-mobile a {
    font-size: 15px;
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    background-color: #d0978e;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
    text-decoration: none;
}

.sticy-form-area-mobile a:nth-child(2) {
    background-color: #506b82;
}

@media(max-width:768px){
    .sticy-form-area-mobile {
        display: block !important;
    }
    body {
        padding-bottom: 58px !important;
    }

    .globalClass_cef4 {
        display: none !important;
    }
}


.partnership-from {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
    width: 100%;
    max-width: 940px;
    display: table;
    margin: 0 auto;
}

.partnership-from h5 {
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 19px;
    color: #4d4d4d;
}

.text-partnership {
    background-color: #1b1b1b;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    padding: 65px 0px;
}

.text-partnership h4 {
    text-align: center;
    color: #fff;
}

.text-partnership p {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}

.franchise-box {
    margin-bottom: 30px;
}

.franchise-box .info-box {
    padding: 35px 25px;
    text-align: center;
    border-radius: 10px;
}

.franchise-box .info-box h2 {
    text-align: center;
    color: #3d5366;
    font-size: 24px;
    font-weight: 600;
}

.franchise-box .info-box p {
    text-align: center;
    color: #3d5366;
}


.franchise-box .info-box  a{
    text-align: center;
    color: #fff;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    background-color: #5e788f;
    padding: 12px 20px;
    border-radius: 50px;
}
