@charset "UTF-8";
:root {
    --kirmizi: #E12454;
    --bordo: #cc0000;
    --laci: #111D47;
    --footermavi: #072964;
    --acikmavi: #bad1f9;
    --gri: #7e7d7d;
    --yazi-rengi: #333333;
    --vurgu-rengi: #e74c3c;
    --menucolor: #333;
    --beyaz: #fff;
}
body,
html {
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
    letter-spacing: -0.6px;
}
/* ==========================================================================
   H - P - TITLE - BUTON SET
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
    color: #656F7B;
}

p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 27px;
    color: #232323;
    opacity: .8;
    font-family: "Mulish", sans-serif;
}
p a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-decoration: underline;
}
p.white {
    color: #eee;
}
p.white a {
    color: #eee;
}
.font-light {
    font-weight: 300 !important; /* Yaziyi ince (light) yapar */
}
.font-extra-light {
    font-weight: 200 !important; /* Yaziyi cok daha ince (extra-light) yapar */
}
.sub-title {
    font-size: 19px;
    line-height: 20px;
    font-weight: 200;
    color: #999;
    /* text-transform: uppercase;*/
    margin-bottom: 5px;
}
.uygulamabtn {
    padding: 10px 36px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 35px;
    background: #fff;
    border: 2px solid transparent;
    color: var(--kirmizi);
    text-decoration: none;
}

    .uygulamabtn:hover {
        background: var(--kirmizi);
        color: #fff;
        border: 2px solid var(--kirmizi);
    }

.theme-button {
    transition: 0.3s ease-out;
    display: inline-block;
    line-height: 48px;
    font-weight: 700;
    font-size: 14px;
    margin: 0px;
    padding: 0px 30px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .theme-button {
        line-height: 44px;
        padding: 0px 20px;
    }
}
.align-center {
    align-self: center;
}
.noscroll {
    min-height: 100vh;
    overflow: hidden;
}
.btn-style {
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.3s ease-in;
    border: 2px solid #17449e;
    border-radius: 35px;
}

    .btn-style:hover {
        background: #fff;
        border: 2px solid #17449e;
        box-shadow: 0 0 black;
        color: #000;
    }

.btn-style-white {
    padding: 12px 30px;
    color: #17449e;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.3s ease-in;
    border: 2px solid #fff;
    border-radius: 35px;
}

    .btn-style-white:hover {
        background: #4D93E9;
        border: 2px solid #4D93E9;
        color: #fff;
    }

.btn-style-outline {
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.3s ease-in;
    border: 2px solid #fff;
    border-radius: 35px;
}

    .btn-style-outline:hover {
        color: #000;
        background: #fff;
        border: 2px solid #fff;
    }

h3.title {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
}

@media (max-width: 568px) {
    h3.title {
        font-size: 26px;
        line-height: 35px;
    }
}

@media (max-width: 384px) {
    h3.title {
        font-size: 25px;
        line-height: 35px;
    }

    .btn-style-white,
    .btn-style-outline {
        padding: 12px 20px;
    }
}

@media (max-width: 384px) {
    p {
        font-size: 17px;
    }
}
/* ==========================================================================
   IMAGES SET
   ========================================================================== */

img.img-curve {
    border-radius: 6px;
    transition: 0.3s ease-in-out;
}

    img.img-curve:hover {
        transform: translateY(-0.5rem);
        transition: 0.3s ease-in-out;
    }

img.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
}
.deskimg {
    display: block;
}

.mobilimg {
    display: none;
}
/* ==========================================================================
   1. HEADER & MENU & LOGO SETTINGS (BOOTSTRAP 5 UYUMLU)
   ========================================================================== */
.navbar-nav .dropdown-toggle::after {
    display: none !important; /* Alt menusu olanin okunu kaldirir */
}

.clearfix {
    clear: both;
}

/* --- MASAUSTU EKRAN KURALLARI (992px ve uzeri) --- */
@media (min-width: 992px) {
    /* Font tanimlamalari */
    .navbar-nav .nav-link,
    .navbar-nav .dropdown-item {
        font-family: "Mulish", sans-serif;
    }

    /* Masaustu hizalama kurallari */
    .navbar-nav {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

        /* En sagdaki elemanin ve iceriginin saga tam yaslanmasini saglar */
        .navbar-nav .nav-item:last-child .nav-link,
        .navbar-nav > *:last-child,
        .navbar-nav > *:last-child .nav-link {
            padding-right: 0 !important;
            margin-right: 0 !important;
        }
}


/* --- GENEL HEADER VE NAVBAR AYARLARI --- */

.gd-header .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff !important;
    transition: padding 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Desktop default Logo Boyutu */
.custom-logo {
    height: auto !important;
    max-height: 70px;
    width: auto !important;
    object-fit: contain;
    transition: max-height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* SCROLL DURUMU: Sayfa asayi kaydirilinca navbar rengi ve boyutu */
.gd-header.scrolled .navbar {
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding-top: 6px;
    padding-bottom: 6px;
}

.gd-header.scrolled .custom-logo {
    max-height: 52px;
}
/* --- UST MEMNU LINK AYARLARI --- */
.navbar-nav .nav-item {
    margin: 0 3px; /* Yan yana duran kutucuklar arasi bosluk */
}
.navbar-nav .nav-link {
    font-weight: 600;
    color: #333 !important;
    padding: 6px 6px !important;
    border-radius: 6px;
    transition: border-color 0.3s ease, color 0.3s ease;
    border-top: 1px solid transparent;  /* Bos durumda seffaf */
    border-left: 1px solid transparent; /* Bos durumda seffaf */
    border-right: none;
    border-bottom: none;
}

/* Hover veya aktif durumda border rengi degisir */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
    color: var(--kirmizi) !important;
    background-color: transparent !important;
    border-top-color: var(--kirmizi);
    border-left-color: var(--kirmizi);
    border-radius: 6px;
}
/* --- ALT MENU (DROPDOWN) AYARLARI --- */
/* Bootstrap .show sinifi ile artik sadece tiklayinca acilir */
.navbar-nav .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}
.navbar-nav .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease-out;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    margin-top: 5px;
    padding: 6px;
    min-width: 200px;
    background-color: #ffffff !important; /* Alt menu kutusunun arka plan rengi */
}
/* Alt menu kutucuk efekti */
.navbar-nav .dropdown-item {
    font-weight: 500;
    color: #333 !important;
    padding: 6px 10px !important;
    border-radius: 6px;
    background-color: transparent !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease, color 0.3s ease;
    border-top: 1px solid transparent;  /* Bos durumda seffaf */
    border-left: 1px solid transparent; /* Bos durumda seffaf */
    border-right: none;
    border-bottom: none;
}

/* Alt menu uzerine gelince (Hover) */
.navbar-nav .dropdown-item:hover {
    color: var(--kirmizi) !important;
    background-color: transparent !important;
    border-top-color: var(--kirmizi);
    border-left-color: var(--kirmizi);
    border-radius: 6px;
}

/* --- MOBIL EKRAN KURALLARI (991.98px ve alti) --- */
@media (max-width: 991.98px) {
    /* Mobilde her zaman sabit ve opak tasarim olsun */
    .custom-logo,
    .gd-header.scrolled .custom-logo {
        height: auto !important;
        max-height: 56px !important;
        width: auto !important;
        object-fit: contain !important;
        transition: none !important;
    }

    .gd-header .navbar,
    .gd-header.scrolled .navbar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        transition: none !important;
    }

    /* Mobil menu butonu */
    .custom-mobil-btn {
        background: transparent !important;
        border: none !important;
        padding: 8px !important;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none !important;
        box-shadow: none !important;
    }

    .mobilmenu-box {
        width: 26px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }

        .mobilmenu-box .line {
            height: 3px;
            background-color: var(--kirmizi);
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        .mobilmenu-box .line-1 {
            width: 100%;
        }

        .mobilmenu-box .line-2 {
            width: 75%;
        }

        .mobilmenu-box .line-3 {
            width: 100%;
        }

    .custom-mobil-btn:hover .line-2 {
        width: 100%;
    }

    /* Mobil Modal Kapatma Butonu (X isareti) */
    .custom-modal-close {
        background: none !important;
        border: none !important;
        color: #333 !important;
        font-size: 32px !important;
        line-height: 1 !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    /* Modal cercevesinin Ekrandaki Konumu ve ebatlari */
    #sitesModal .modal-dialog {
        position: fixed;
        margin: 0;
        width: 70%;
        max-width: 70%;
        right: 0;
        top: 0;
        height: auto;
        transition: transform 0.3s ease-out;
    }

    /* Beyaz Arka Planli mobil menu bicilendirme */
    #sitesModal .modal-content {
        height: auto;
        border: none;
        border-radius: 0 0 0 20px;
        box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.12);
        padding-bottom: 25px;
    }

    #sitesModal .widget-title {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 18px;
        color: #333;
    }

    #sitesModal .navbar-nav {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    #sitesModal .nav-item {
        width: 100%;
        margin-bottom: 4px;
        position: relative;
    }

    /* Mobil link default tasarim */
    #sitesModal .nav-link {
        display: inline-block;
        width: auto;
        min-width: 140px;
        text-align: center !important;
        padding: 10px 20px !important;
        font-size: 16px;
        font-weight: 600;
        font-family: "Mulish", sans-serif;
        color: #333 !important;
        border-radius: 20px;
        border: 1px solid transparent;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

        /* Mobil link aktiflik/odaklanma durumlari */
        #sitesModal .nav-item:hover > .nav-link,
        #sitesModal .nav-link:focus,
        #sitesModal .nav-link:active,
        #sitesModal .nav-item.dropdown .nav-link.show {
            background-color: var(--kirmizi) !important;
            color: #ffffff !important;
        }

    /* Alt menu (Dropdown) kapsayici kutusu - Akordeon gecisi saglar */
    #sitesModal .dropdown-menu {
        display: none;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        position: relative !important;
        float: none !important;
        background-color: rgba(0, 0, 0, 0.02) !important;
        border: none !important;
        box-shadow: none !important;
        width: 85% !important;
        margin: 5px auto !important;
        padding: 6px !important;
        border-radius: 12px !important;
    }

        /* Sadece tiklandiginda alt menunun yer acarak acilmasini saglar */
        #sitesModal .dropdown-menu.show {
            display: block !important;
        }

    /* Alt menu linklerinin tasarimi */
    #sitesModal .dropdown-item {
        display: inline-block !important;
        width: auto !important;
        min-width: 120px;
        text-align: center !important;
        padding: 8px 16px !important;
        font-size: 15px;
        font-weight: 500;
        font-family: "Mulish", sans-serif;
        color: #444 !important;
        border-radius: 15px;
        border: 1px solid transparent;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

        /* Alt menu linklerinin hover, active ve focus durumlari */
        #sitesModal .dropdown-item:hover,
        #sitesModal .dropdown-item:active,
        #sitesModal .dropdown-item:focus {
            background-color: var(--kirmizi) !important;
            color: #ffffff !important;
        }

    /* Panel giris linkleri hizalama */
    .mobile-login-area {
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .mobile-login-area .navbar-nav {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            gap: 8px;
        }
}
/* ==========================================================================
   1. TEMEL SLIDER VE KAPSAYICI AYARLARI (ZIPLAMAYI ENGELLEME)
   ========================================================================== */

.sliders {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel {
    overflow: hidden;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: auto;
}

.carousel-item {
    position: relative;
    backface-visibility: hidden;
    perspective: 1000px;
    background-color: #000;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

    .carousel-item img {
        display: block;
        width: 100%;
        max-height: 100%;
    }

/* ==========================================================================
   2. CAROUSEL INDICATORS (ALT YUVARLAK BUTONLAR)
   ========================================================================== */

.carousel-indicators {
    align-items: center;
    margin-bottom: 1rem;
    z-index: 15;
}

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
        background-color: rgba(255, 255, 255, 0.5);
        transition: transform 0.3s ease, background-color 0.3s ease;
        margin: 0 6px;
        box-sizing: border-box;
    }

    .carousel-indicators .active {
        background-color: #fff;
        transform: scale(1.2);
    }

/* ==========================================================================
   3. METIN OKUNABILIRLIGI ICIN GRADYAN KARARTMA
   ========================================================================== */

.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 1;
}

/* ==========================================================================
   4. YAZI ALANI VE ICERIK STIllERI (DEFAULT MASAUSTU)
   ========================================================================== */

.carousel-caption {
    position: absolute;
    text-align: left;
    left: 10%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 650px;
    padding: 0;
    width: 100%;
}

.cap-title {
    font-size: 2.4rem;
    font-weight: 800;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 15px;
    opacity: 0;
    color: #fff;
}

.cap-text {
    font-size: 1rem;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
    opacity: 0;
}

/*.cap-btn {
    display: inline-block;
    padding: 10px 27px;
    background-color: transparent;
    color: #fff !important;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s ease;
    opacity: 0;
    border: 2px solid #fff;
}*/    

/* ==========================================================================
   5. YAZI ANIMASYONLARI
   ========================================================================== */

.carousel-item.active .cap-title {
    animation: fadeInUp 0.8s forwards;
}

.carousel-item.active .cap-text {
    animation: fadeInUp 1s forwards;
}

.carousel-item.active .cap-btn {
    animation: fadeInUp 1.2s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   6. RESPONSIVE EKRAN AYARLARI (MIN-WIDTH / MAX-WIDTH SENSE)
   ========================================================================== */

/* --- MOBIL EKRANLAR (767px ve Alti) --- */
@media (max-width: 767px) {
    .carousel-item {
        height: auto !important;
        min-height: auto !important;
    }

        .carousel-item img {
            height: auto !important;
        }

        .carousel-item::after {
            background: rgba(0, 0, 0, 0.45) !important;
        }

    /* Yaziyi alt indicators alanindan yukariya sabitleyerek cakisgiyi onluyoruz */
    .carousel-caption {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: 75px !important; /* Mobil butonlarinin uzerinde kalmasi icin yukari cekildi */
        transform: none !important;
        margin: 0 auto !important;
        width: 92% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
        z-index: 5 !important;
    }

    .cap-title {
        font-size: 1.6rem !important;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
        font-weight: 700;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        width: 100% !important;
    }

    .cap-text {
        font-size: 0.9rem !important;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8) !important;
        color: #ffffff !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        width: 100% !important;
    }
}

/* --- ORTA VE BUYUK TABLET COZUNURLUKLERI (768px - 1024px Arasi idi 744 ide kattim) --- */
/* iPad Pro 1024x1366 ve diger tum tablet modellerini kapsar */
@media (min-width: 744px) and (max-width: 1024px) {
    .carousel-inner {
        height: 520px !important; /* Yüksekliği tekrar 520px'e çektik */
        min-height: 520px !important;
        overflow: hidden;
    }

    .carousel-item,
    .carousel-item a,
    .carousel-item picture {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

   .carousel-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: 75% center !important; /* Resmi tablette de kadrajda tutar */
    }

    .carousel-caption {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: 70px !important; /* Beyaz yuvarlakların hemen üzerinde durmasını sağlar */
        transform: none !important;
        margin: 0 auto !important;
        width: 90% !important;
        max-width: 100% !important;
        text-align: center !important; /* İçeriği tamamen ortalar */
        padding: 0 !important;
        z-index: 10 !important;
    }

    .cap-title {
        font-size: 2.4rem !important;
        line-height: 1.3 !important;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9) !important; /* Okunabilirlik için gölge */
        font-weight: 700 !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 12px !important;
        display: block !important;
        width: 100% !important;
    }

    .cap-text {
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9) !important; /* Okunabilirlik için gölge */
        color: #ffffff !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        display: block !important;
        width: 100% !important;
    }

    /* Butonun ortada kalması ve şık durması için düzeltme */
    /*.cap-btn {
        display: inline-block !important;
        margin: 0 auto !important;
        padding: 10px 30px !important;*/ /* Butonun tıklama alanını genişletir */
        /*text-align: center !important;
    }*/
}

/* --- SADECE MASAUSTU EKRANLAR (768px ve Uzeri) --- */
@media (min-width: 768px) {
    .carousel-item::after {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    }
}

/* --- LAPTOP VE BUYUK MASAUSTU EKRANLAR (1025px ve Uzeri) --- */
@media (min-width: 1025px) {
    /* Yüksekliği eski dolgun ve orijinal haline geri getiriyoruz */
    .carousel-item {
        height: 75vh !important;
        min-height: 600px !important;
    }

    .carousel-inner {
        height: calc(100vh - 50px) !important;
        min-height: 500px !important;
        overflow: hidden;
    }

    .carousel-item, 
    .carousel-item a, 
    .carousel-item picture {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .carousel-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        /* GÜNCELLENDİ: %70 değeri sayesinde hem sağdaki fizyoterapist 
           hem de soldaki hasta laptop ekranında kusursuzca kadrajda kalır */
        object-position: 70% center !important; 
    }
}
/* ==========================================================================
  TÜM CİHAZLARDA SLIDER BUTONUNU SABİTLEME
   ========================================================================== */
.carousel-caption .cap-btn {
    display: inline-flex !important; /* İçeriği esnek kutu yapar */
    align-items: center !important; /* Dikeyde tam ortalar */
    justify-content: center !important; /* Yatayda yazıyı tam ortalar */
    text-align: center !important; /* Eski tarayıcılar için garanti ortalama */

    width: auto !important;
    min-width: 160px !important;
    max-width: 250px !important;
    margin: 0 auto !important;
    padding: 10px 27px !important;
    white-space: nowrap !important;  
    background-color: transparent;
    color: #fff !important;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s ease;
    opacity: 0;
    border: 2px solid #fff;
}
.carousel-caption .cap-btn:hover {
    background-color: var(--kirmizi);
    border-color: var(--kirmizi);
    color: #fff !important;
    transform: translateY(-3px);
}

/* ==========================================================================
   1. GENEL FOOTER ALANI VE ARKAPLAN AYARLARI
   ========================================================================== */
.gd-footers-si,
.gd-footers-si footer.footerssi {
    margin: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background: #072964 !important;
    font-family: "Mulish", sans-serif;
}

    /* ==========================================================================
   2. HIZALAMALAR VE METINLER
   ========================================================================== */
    .gd-footers-si .footer-title {
        font-size: 16px;
        font-weight: 500;
        color: #999999;
        margin-bottom: 25px;
        text-align: left !important;
    }

    .gd-footers-si .contact-phone {
        font-size: 14px;
        line-height: 24px;
        color: var(--beyaz);
        margin: 0 0 8px 0 !important;
        text-align: left !important;
        transition: color 0.2s ease;
    }

    .gd-footers-si a {
        text-decoration: none;
    }

        /* Hover durumunda rengin degismesi icin yukaridaki !important onceligini eziyoruz */
        .gd-footers-si a:hover .contact-phone {
            color: var(--beyaz) !important; /* Ustune gelince tam beyaz olur */
            text-decoration: underline;
        }

@media (max-width: 991.98px) {
    .gd-footers-si .footer-title,
    .gd-footers-si .contact-phone {
        text-align: center !important;
    }
}

/* ==========================================================================
   3. ARADAKI DIKEY CIZGILER
   ========================================================================== */
.gd-footers-si .footer-column-line,
.gd-footers-si .footer-column-none {
    border: none !important;
}

@media (min-width: 992px) {
    .gd-footers-si .footer-column-line {
        border-right: 1px solid #061c43 !important;
        padding-right: 25px;
    }

    .gd-footers-si .footer-column-none {
        border-right: none !important;
        padding-left: 25px; /* Simetri saglamasi icin 25px yapildi */
    }
}

/* ==========================================================================
   4. ICON SETTINGS
   ========================================================================= */
.gd-footers-si .copy-footer,
.gd-footers-si .copy-footer a {
    font-size: 14px;
    color: var(--beyaz);
}

/* Bootstrap 5'in ezmesini engellemek icin FontAwesome elementlerini korumaya aliyoruz */
.gd-footers-si ul.social li.socials a span {
    color: var(--beyaz) !important;
    font-size: 15px !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    text-align: center;
    transition: color 0.2s ease;
}

/* Sosyal medya ikonlarini ekrana basmaya zorlayan kurallar */
.gd-footers-si .fab,
.gd-footers-si [class^="fab fa-"],
.gd-footers-si [class*=" fab fa-"] {
    font-family: "Font Awesome 5 Brands", "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* Sayfayi yukari atan ok icin font ayarlari */
.gd-footers-si .fas,
.gd-footers-si .fa-chevron-up {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.gd-footers-si ul.social li.socials a:hover span {
    color: var(--beyaz) !important;
}

/* ==========================================================================
   5. KIRMIZI YUKARI OK BUTONU VE AYARLARI
   ========================================================================== */
.gd-footers-si #totop {
    display: none;
    position: fixed;
    bottom: 20px; /* Alttan sifir olmak yerine 20px yukari alindi, daha estetik durur */
    right: 20px; /* Sagdan sifir olmak yerine 20px sola alindi */
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: var(--kirmizi);
    border-radius: 6px; /* Sadece sol ust degil, tum kenarlar estetik sekilde yuvarlandi */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Butonun arkadaki icerikten ayrismasi icin hafif golge */
    transition: all 0.3s ease-out;
}

    .gd-footers-si #totop span.fas {
        color: #ffffff !important;
        font-size: 18px !important; /* Ikon kutunun icine tam ortalansin diye optimize edildi */
        line-height: 40px !important;
        display: block !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .gd-footers-si #totop:hover {
        background: #bd1a1e;
        transform: translateY(-4px); /* Yukari dogru ufak yaylanma efekti */
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    }



/* ==========================================================================
   INDEX ABOUT
   ========================================================================== */
.title-big {
    font-size: 28px; /* Mobilde basligin tasmamasi icin varsayilan boyutu biraz kuculttuk */
    line-index: 38px;
    line-height: 38px;
    font-weight: 200;
    color: var(--gri);
}

/* Masaustu ve Buyuk Ekranlar Icin Baslik Boyutu */
@media (min-width: 768px) {
    .title-big {
        font-size: 35px; /* Masaustunde tekrar orijinal 35px boyutuna cikarir */
        line-height: 45px;
    }
}

.title-small {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--kirmizi);
    display: block;
}

.aboutbtn {
    display: inline-block; /* Butonun padding degerlerinin dikeyde saglikli calismasi icin eklendi */
    padding: 10px 36px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 0.3s ease-in-out; /* Animasyon geçisini daha yumusak yaptik */
    border-radius: 35px;
    background: var(--kirmizi);
    border: 2px solid var(--kirmizi); /* Transparent yerine kirmizi verilerek hover pruzsuzlestirildi */
    color: #fff;
    text-decoration: none;
}

    .aboutbtn:hover {
        background: #fff;
        color: var(--kirmizi);
        border: 2px solid var(--kirmizi);
    }
/* ==========================================================================
   INDEX HIZMETLER
   ========================================================================== */
/* Tum Bolumu Kapsayan Alan */
.hizmetler-bolumu {
    width: 100%;
    /* Sabit max-width ve margin degeri sitenin kendi container yapisini bozmamasi icin kaldirildi */
    padding: 0; 
    box-sizing: border-box;
}

/* Baslik Alani Tasarimi */
.baslik-alani {
    text-align: center;
    margin-bottom: 40px;
}

.baslik-alani .ust-baslik {
    color: #e32d40;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.baslik-alani .ana-baslik {
    color: #555555;
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

.baslik-alani .aciklama-metni {
    color: #666666;
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid Yapisi */
.hizmetler-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 25px;
    width: 100%; /* Icerideki grid yapisinin dis kutuya tam oturmasini saglar */
}

/* Sol Buyuk Kutunun Iki Satir Kaplamasi */
.buyuk-kart {
    grid-row: span 2;
}

/* Kartlarin Genel Tasarimi */
.hizmet-kart {
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hizmet-kart:hover {
    transform: translateY(-8px); 
    box-shadow: 0 10px 25px rgba(0,0,0,0.12); 
}

/* Resim Alani */
.resim-kutusu {
    position: relative;
    width: 100%;
    min-height: 200px;
    flex-grow: 1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
}

.resim-kutusu a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.resim-kutusu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sadece Buyuk Kartin Resim Alani */
.buyuk-kart .resim-kutusu {
    min-height: 300px; 
}

/* Yazi Alani (Beyaz Alt Kisim) */
.kart-icerik {
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    background: #ffffff;
    position: relative;
    z-index: 2; 
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.kart-icerik h3 {
    margin: 0;
}

.kart-icerik h3 a {
    font-size: 20px;
    line-height: 26px;
    color: #2C3038;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease; 
}

.kart-icerik h3 a:hover{
    color: var(--kirmizi);
}

/* Mobil Uyum */
@media (max-width: 992px) {
    .hizmetler-container {
        grid-template-columns: 1fr 1fr;
    }

    .buyuk-kart {
        grid-row: auto;
    }
}

@media (max-width: 576px) {
    .hizmetler-container {
        grid-template-columns: 1fr;
    }

    .resim-kutusu {
        min-height: 200px;
    }
}
/* --- SADECE TABLET EKRANLARDA MOZAİK DÜZENLEME (768px - 1024px) --- */
@media (min-width: 744px) and (max-width: 1024px) {
    /* Ana kapsayıcıyı flex kutusuna çevirip yan yana dizilime zorluyoruz */
    .hizmetler-container {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 20px !important; /* Kartların arasındaki boşluk mesafesi */
        justify-content: space-between !important;
    }

    /* Tüm normal kartları yan yana ikişerli sığacak şekilde %48 genişliğe çekiyoruz */
    .hizmetler-container .hizmet-kart {
        width: calc(50% - 10px) !important; 
        float: none !important; /* Eğer float varsa iptal ediyoruz */
    }

    /* KESİN ÇÖZÜM: İlk büyük kartı tablet ekranında tek başına %100 yapıyoruz */
    .hizmetler-container .buyuk-kart {
        width: 100% !important; 
    }

    /* İlk büyük kartın resmi tablet modunda dikey uzamasın diye şık bir yatay forma sokuyoruz */
    .hizmetler-container .buyuk-kart .resim-kutusu img {
        height: 340px !important;
        width: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }
}

/* ==========================================================================
   INDEX ABOUT BOTTOM TEAM
   ========================================================================== */
/*.gdw-team .team {
    background: #fff;
}*/

.gdw-team .team-info {
    /* Animasyon ana elemente kilitlendi, boylece fare cekilince de yumusak kapanacak */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .gdw-team .team-info:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
        transform: translateY(-0.5rem);
    }

.gdw-team .img-circle {
    width: 100%;
    height: 250px; /* Orijinal yukseklik degeriniz korundu */
    display: inline-block;
    overflow: hidden;
    background: #f3f6f9;
    /* border-radius kaldirildi, resimleriniz koseli kalacak */
}

    .gdw-team .img-circle a {
        display: block;
        height: 100%;
    }

    .gdw-team .img-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.gdw-team p.team-text {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 30px;
    max-width: 650px;
    width: 100%;
    padding: 0 15px; /* Mobilde yazinin ekrana yapismamasi icin emniyet payi */
    box-sizing: border-box;
}

.gdw-team .team-info p {
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    margin: 2px 0px 14px;
}

.gdw-team h3.name-pos a {
    font-size: 20px;
    line-height: 26px;
    color: #2C3038;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease; /* Isim hover rengine gecerken yumusatildi */
}

.gdw-team .team-info:hover h3.name-pos a {
    color: var(--kirmizi); /* Ustune gelince kurumsal kirmizi renginiz olur */
}

.gdw-team .column-btm {
    padding: 16px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    border: 1px solid #eee;
    border-top: none;
    margin-top: -6px;
}

.gdw-team .column a img {
    display: block;
    border-radius: 6px 6px 0 0;
}

/* SOSYAL MEDYA BUTON AYARLARI */
/*.gdw-team .social a {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .gdw-team .social a:hover {
        transform: scale(1.1);*/ /* Sosyal medya butonuna gelince hafif buyume efekti */
/*}

    .gdw-team .social a span {
        font-size: 12px;
        line-height: 30px;
        display: block;
    }

    .gdw-team .social a.facebook {
        background: #3b5998;
    }

        .gdw-team .social a.facebook span {
            color: #fff;
        }

    .gdw-team .social a.twitter {
        background: #000000;*/ /* Yeni kurumsal X (Twitter) siyah rengi */
/*}

        .gdw-team .social a.twitter span {
            color: #fff;
        }*/

/* RESPONSIVE EKRAN AYARLARI */
@media (max-width: 767px) {
    .gdw-team .team-wrap:nth-child(1) {
        margin-top: 10px;
    }

    .gdw-team h3.name-pos a {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 667px) {
    .gdw-team .team-info p {
        font-size: 15px;
        line-height: 20px; /* Mobilde yazilarin ust uste binmesi engellendi */
    }
}

@media (max-width: 568px) {
    .gdw-team .team-info img {
        width: 100%;
    }
}

/* ==========================================================================
   GDW-INDEX4
   ========================================================================== */
.gdw-index4 .new-block {
    background-size: cover;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.66)), url(/images/gizem-keceli-index-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    min-height: 480px;
    display: flex; /* Grid yerine esnek yapay gecildi */
    align-items: center;
    padding: 2rem 0;
    width: 100%;
}

/* Sadece masaustu ve laptoplarda o guzel akici parallax (fixed) efekti calissin */
@media (min-width: 992px) {
    .gdw-index4 .new-block {
        background-attachment: fixed;
    }
}

.gdw-index4 .middle-section {
    max-width: 650px; /* Yazilarin cok sıkısmamasi icin biraz genisletildi */
    width: 100%;
    box-sizing: border-box;
}

.gdw-index4 .middle-section h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
}

.gdw-index4 .middle-section a {
    display: inline-block;
}

.gdw-index4 .link-list-menu {
    width: 100%;
    max-width: 100%;
}

.gdw-index4 .link-list-menu p {
    font-size: 16px;
    color: #eee;
    line-height: 24.5px;
}

/* RESPONSIVE EKRAN AYARLARI */

/* Tablet ve Mobil Dunyasi Baslangici */
@media (max-width: 991px) {
    .gdw-index4 .new-block {
        background-position: right center; 
    }
    
    /* Mobilde tum metinlerin ve butonun ortalanmasi saglandi */
    .gdw-index4 .middle-section {
        max-width: 100%;
        text-align: center;
        padding: 0 10px;
    }
}

@media (max-width: 800px) {
    .gdw-index4 .middle-section a {
        margin-top: 25px;
    }
}

@media (max-width: 667px) {
    .gdw-index4 .link-list-menu p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 440px) {
    .gdw-index4 .middle-section h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
/* Butonlarin ana tasiyicisi icindeki butonlari yan yana hizalar */
.gdw-index4 .middle-section {
    max-width: 650px;
    width: 100%;
    box-sizing: border-box;
}

/* Temaya ait tum butonlarin hizalama iskeleti */
.gdw-index4 .middle-section a.theme-button {
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    margin-right: 15px; /* Masaustunde iki buton arasindaki bosluk */
    margin-top: 20px;
}

/* FontAwesome ikonlarinin yukseklik ayari */
.gdw-index4 .middle-section a.theme-button span.fab,
.gdw-index4 .middle-section a.theme-button span.far {
    display: inline-block;
    margin: 0; 
    padding: 0;
    line-height: 1; 
    font-size: 22px; 
}

/* YENI: Randevu Butonuna Ozel Kirmizi Renk ve Hover Efekti */
.gdw-index4 .middle-section a.randevu-btn {
    background-color: var(--kirmizi)!important;
    border-color: var(--kirmizi) !important;
    color: #ffffff !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.gdw-index4 .middle-section a.randevu-btn:hover {
    background-color: #b8202f !important; /* uzerine gelince biraz daha koyu kirmizi olur */
    border-color: #b8202f !important;
    /*transform: translateY(-2px);*/ /* Hafif yukari esneme efekti */
}

/* MOBIL UYUM: Ekran daraldiginda butonlarin durusu */
@media (max-width: 991px) {
    .gdw-index4 .middle-section a.theme-button {
        display: flex; /* Mobilde tam genislik kaplamalari icin flex yapildi */
        max-width: 280px; /* Butonlarin mobilde asiri devasa olmasini engeller */
        margin: 15px auto 0 auto !important; /* Alt alta gelirler ve ekrani ortalarlar */
    }
}

/* ==========================================================================
   ARA SAYFA AYARLARI
   ========================================================================== */
.sayfaban {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    
    /* Mobil (1000x1000) kare resim icin en-boy oranini koruyan yukseklik */
    min-height: 380px; 
    display: flex;
    align-items: flex-end; 
    padding-bottom: 30px; 
    background-image: linear-gradient(to right, rgba(3, 15, 39, 0.75), rgba(3, 15, 39, 0.4)), var(--bg-mobile) !important;
}

/* Ekran 768px'den genisse masaustu resmine gec */
@media (min-width: 768px) {
    .sayfaban {
        /* 1920x600 resminizin orijinal oranini (En-Boy) tam korumak icin */
        height: 31.25vw; /* Genisligin %31.25'i kadar yukseklik verir, resim hic bozulmaz */
        min-height: 380px; /* Orta boy ekranlarda cok kuculmesini onler */
        max-height: 600px; /* 1920px ve uzeri dev ekranlarda orijinal yuksekligini asmaz */
        
        /* KRITIK: Parallax efekti 1920x600 resmi asiri esnettigi icin 'scroll' yapildi */
        background-attachment: scroll; 
        
        align-items: flex-end;
        padding-bottom: 45px; 
        background-image: linear-gradient(to right, rgba(3, 15, 39, 0.85) 0%, rgba(3, 15, 39, 0.4) 60%, rgba(3, 15, 39, 0.1) 100%), var(--bg-desktop) !important;
    }
}

/* Buyuk ekranlarda resmin tam ortalanmasini saglama */
@media (min-width: 1200px) {
    .sayfaban {
        background-position: center center;
        background-size: 100% 100%; /* Resmi ekrana tam olarak milimetrik oturtur */
    }
}
.pagetitle {
    width: 100%;
    height: auto;
    /* -180px olan ve basligi menunun altina saklayan hatali margin kaldirildi */
    margin: 0 !important;
    color: #fff;
}
.pagetitle h3 {
        padding-left: 0;
        font-size: 28px; /* Mobilde basligin sismemesi icin boyut dengelendi */
        line-height: 36px;
        color: #fff;
        font-weight: lighter;
        text-align: left;
        /*text-transform: capitalize;*/
}

/* Tablet ve Masaustu Ekranlarda Basligi Orijinal Boyutuna Getir */
@media (min-width: 768px) {
    .pagetitle h3 {
        font-size: 45px;
        line-height: 55px;
    }
}
.pagetitle p {
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
    font-size: 15px;
}

@media (min-width: 768px) {
    .pagetitle p {
        font-size: 18px;
    }
}

/* --- HAKKIMIZDA (ABOUT) METIN ALANLARI --- */
.gdw-abouttext .abt-two img {
    border-radius: 5px;
}

.gdw-abouttext .abt-text h1 {
    font-size: 32px; /* Mobilde tasmayi onlemek icin kucultuldu */
    line-height: 40px;
    color: #2C3038;
    margin-bottom: 10px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .gdw-abouttext .abt-text h1 {
        font-size: 56px;
        line-height: 64px; /* 44px olan ve yazilari birbirine bindiren line-height duzeltildi */
    }
}

.gdw-abouttext .abt-text h3 {
    font-size: 24px; /* Mobil uyumlu yapildi */
    line-height: 32px;
    color: #2C3038;
    margin-bottom: 10px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .gdw-abouttext .abt-text h3 {
        font-size: 36px;
        line-height: 44px;
    }
}

.gdw-abouttext .abt-text h4 {
    font-size: 22px;
    line-height: 28px;
    color: #2C3038;
    font-weight: 300;
}

@media (min-width: 768px) {
    .gdw-abouttext .abt-text h4 {
        font-size: 28px;
        line-height: 32px;
    }
}

.gdw-abouttext .abt-text h5 {
    font-size: 18px;
    line-height: 26px;
    color: #2C3038;
    font-weight: 700;
}

@media (min-width: 768px) {
    .gdw-abouttext .abt-text h5 {
        font-size: 20px;
        line-height: 35px;
    }
}

.gdw-abouttext .abt-text p {
    shape-outside: content-box;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
    padding-top: 0px;
}

@media (min-width: 768px) {
    .gdw-abouttext .abt-text p {
        font-size: 18px;
    }
}

.gdw-contact .map iframe {
    width: 100%;
    height: 400px;
    display: block;
}

/* ==========================================================================
   BLOG SETTINGS
   ========================================================================== */
/* 1. Resim cercevesini ayarla ve disari tasmayi engelle */
/*.grids5-info {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;*/ /* Resim buyudugunde kutudan tasmasini onler */
    /*border-radius: 6px;*/ /* Koseleri hafifce yuvarlar */
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);*/ /* Hafif golge ekler */
/*}*/

    /* 2. Resimlerin ilk hali, boyutu ve gecis hizi */
    /*.grids5-info img.news-image {
        width: 100%;
        height: 200px;
        display: block;
        object-fit: cover;*/ /* crop yapar */
        /*object-position: center;*/ /* ortadan kırpar */
        /* Animasyonun yumusak olmasini saglar */
        /*transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }*/

    /* 3. Mouse ile uzerine gelindiginde (Hover Etkisi) */
    /*.grids5-info:hover img.news-image {
        transform: scale(1.08);*/ /* Resmi %8 oraninda buyutur (Yakinlasma) */
        /*filter: brightness(85%);*/ /* Resmi hafifce netlestirip odagi artirir */
    /*}*/

    /* Link alaninin kutuyu tam kaplamasini saglama */
    /*.grids5-info a.example-image-link {
        width: 100% !important;
        display: block;
    }
   .blog-info {
    background: #fff;
    padding: 30px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.blog-text {
    font-size: 16px;
    line-height: 24.5px;
    color: var(--yazi-rengi);
    margin-top: 15px;*/
    /*border-bottom: 1px solid #eee;*/
    /*padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-text a{
   text-decoration: none !important;
}*/
/* Alt cizgileri tamamen yok etmek icin genel tanim */
.blog-card-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

    .blog-card-link:hover,
    .blog-card-link:focus,
    .blog-card-link:visited {
        text-decoration: none !important;
        color: inherit;
    }

/* Kart yapisi ve yukseklik esitleme */
.grids5-info {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Resim buyume efekti icin kapsayici */
.img-container {
    width: 100%;
    height: 200px; /* Butun resimlerin yuksekligini esitler */
    overflow: hidden; /* Resim buyurken disari tasmasini engeller */
    position: relative;
}

/* Resim ayari ve animasyon */
.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Farkli boyutlardaki resimleri bozmadan sığdırır */
    transition: transform 0.4s ease; /* Yumusak buyume efekti */
}

/* Kartin uzerine gelince resmin buyumesi */
.blog-card-link:hover .news-image {
    transform: scale(1.1);
}

/* Yazi alanlarinin duzenlenmesi */
.blog-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .blog-info h4 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #333;
    }

.blog-text-p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-bottom: 0;
}
.tag-label.grey {
    color: #555;
    background-color: #f1f3f5;
    padding: 3px 10px;
    border-radius: 4px;
}
/* Sayfalama kapsayicisi */
.pagination-wrapper .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
    gap: 5px; /* Numaralar arasinda hafif bosluk birakir */
}

/* Her bir sayfa butonunun ortak stili */
.pagination-wrapper .page-link {
    color: #007bff !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    text-decoration: none !important;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.2s ease;
}

/* Tiklanan veya uzerine gelinen butonlar */
.pagination-wrapper .page-link:hover {
    color: #0056b3 !important;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* Aktif (o an bulunulan) sayfa numarasi */
.pagination-wrapper .page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

/* Engelli veya tiklanamaz butonlar (varsa) */
.pagination-wrapper .page-item.disabled .page-link {
    color: #6c757d !important;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
/* Paylaşım Butonları Genel Stili */
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    opacity: 0.9;
}

/* Sosyal Medya Marka Renkleri */
.share-btn.whatsapp { background-color: #25D366; }
.share-btn.facebook { background-color: #3b5998; }
.share-btn.x-twitter { background-color: #111111; }
.share-btn.linkedin { background-color: #0077b5; }

/* Modern Geri Dön Butonu Stili */
.modern-back-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border: 1px solid #ddd;
    border-radius: 30px;
    color: #333 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    transition: all 0.3s ease;
}

.modern-back-btn:hover {
    background-color: #333;
    color: #fff !important;
    border-color: #333;
    transform: translateX(-3px);
}

/* ==========================================================================
  AKERDEON
   ========================================================================== */
/* Ana Akordeon Alani */
.custom-accordion .accordion-item {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #e0e0e0; /* Satir aralarindaki ince gri cizgi */
    background-color: transparent;
}

/* Akordeon Butonlari (Basliklar) */
.custom-accordion .accordion-button {
    background-color: transparent;
    color: #4a4a4a; /* Kapali durumdaki gri yazi rengi */
    font-size: 1rem;
    font-weight: 500;
    padding: 1.25rem 1rem; /* Arkaplan rengi icin hafif ic bosluk eklendi */
    box-shadow: none !important; /* Tiklaninca cikan mavi golgeyi kaldirir */
    transition: all 0.2s ease-in-out;
}

/* Buton Aktif (Acik) Oldugundaki Durum */
.custom-accordion .accordion-button:not(.collapsed) {
    background-color: var(--acikmavi); /* Logoya uyumlu acik turkuaz/mavi arkaplan */
    color: var(--laci); /* Aktif durumdaki koyu turkuaz/mavi baslik rengi */
}

/* Ok Simgesi Degisimi (Kapali Durum) */
.custom-accordion .accordion-button::after {
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

/* Ok Simgesi Degisimi (Aktif/Acik Durum) */
.custom-accordion .accordion-button:not(.collapsed)::after {
    /* Ok rengini aktif baslik rengi olan turkuaz tonuna donusturur */
    filter: invert(12%) sepia(48%) saturate(3506%) hue-rotate(205deg) brightness(91%) contrast(100%);
}

/* Icerik Alani Metni */
.custom-accordion .accordion-body {
    padding: 1.25rem 1rem;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    background-color: #fafafa; /* Icerik alani icin cok hafif gri arka plan */
}



/*imess-AI*/
/*------------imes------*/



/*Gemini div image effect*/
/*.header-section {
    position: relative;
    padding-top: 15px;
}
.bg-text-wrapper {
    position: relative;
    display: flex;
    justify-content: left;
    text-align: left;
    height: 60px;   
}
.bg-text {
    position: absolute;
    font-size: 4rem;
    font-weight: 800;
    color: #f4f4f4;
    z-index: 1;
    margin: 0;
    left: 0;
}

.main-title {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 1.8rem;
    color: #222042;
    margin-top: 35px;*/
/*padding-left: 20px; */
/*left: 0;
    text-align: left;
}*/
/*.sub-title {
    color: #888;
    font-size: 0.95rem;
    margin-top: 10px;
    margin-bottom: 20px;*/
/*padding-left: 20px;*/
/*left: 0;
}*/
/*.img-wrapper {
    position: relative;
    cursor: pointer;
    background-color: #f8f9fa;
}*/
/* Zoom Efekti */
/*.zoom-img {
    transition: transform 0.6s ease;
    width: 100%;
    display: block;
}
.img-wrapper:hover .zoom-img {
    transform: scale(1.1);
}
.red-banner {
    position: absolute;
    bottom: 20px;
    background-color: #EA262B;
    color: white;
    padding: 6px 15px;
    font-weight: 600;
    font-size: 0.85rem;
    z-index: 10;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {

    .img-wrapper {
        margin-bottom: 10px;
    }
    .sayfa_img {
        padding-bottom: 20px;
    }
    .sayfa_content {
        padding-bottom: 20px;
    }
    .main-title {
        position: relative;
        z-index: 2;
        font-weight: 400;
        font-size: 26px;
        color: #222042;
        margin-top: 10px;*/
/* padding-left: 20px;*/
/*left: 0;
        text-align: left;
    }
    .sub-title {
        color: #888;
        font-size: 0.95rem;
        margin-top: 10px;
        margin-bottom: 20px;*/
/*padding-left: 20px;*/
/*left: 0;
    }
    .red-banner {
        bottom: 15px;
        font-size: 0.75rem;
    }
}*/
/*mobilend*/
/*.btn-kurumsal {
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}*/
section.about {
    background-size: cover;
    background-image: linear-gradient(to right, rgb(3 15 39 / 69%), rgb(3 15 39 / 70%)), url(/images/pagebanner2.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 400px;
}