﻿/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #a5c422;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

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

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  /*.author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }*/
  .author-info h5 {
    margin-bottom: 0;
  }
 /* .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }*/


  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #a5c422;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }

  .navbar-default .navbar-brand {
    color: #393939;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #a5c422;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #4267b2;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #555555;
    font-size: 12px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #393939 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/



/* RESPONSIVE */
@media (max-width: 980px) {
    #home .home__inner {
        grid-template-columns: 1fr;
    }

    .home__imageWrap {
        margin-left: 0;
    }

    .home__stat {
        left: 12px;
        bottom: -18px;
    }

    .home__scroll {
        position: static;
        margin-top: 24px;
    }
}

@media (max-width: 520px) {
    .btn {
        width: 100%;
    }
}
}

  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about {
    background: #fff;
    padding: 80px 0;
    min-height: 90vh; /* tam ekran boyu */
    display: flex;
    align-items: center; /* dikey ortalama */
}

    #about .about-row {
        display: flex;
        align-items: center;
    }

    #about .about-info {
        max-width: 680px;
    }

    #about .about-title {
        font-size: 44px;
        font-weight: 800;
        letter-spacing: -0.6px;
        margin: 0 0 14px 0;
        color: #1f1f1f;
    }

        #about .about-title.mt {
            margin-top: 34px;
        }

    #about .about-info p {
        font-size: 16px;
        line-height: 1.9;
        color: #6a6a6a;
        margin: 0;
    }

/* Sağ logo alanı */
.about-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 18px;
}

/* Desktop: logo biraz yukarı (kurumsal otursun) */
.about-logo-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 18px 55px rgba(0,0,0,.08);
    transform: translateY(-50px); /* yukarı: -12 / -18 / -24 deneyebilirsin */
}

    .about-logo-card img {
        width: min(520px, 100%); /* 600 biraz fazla; kurumsal denge için 480-540 bandı iyi */
        max-height: 520px; /* basık hissini azaltır */
        height: auto;
        display: block;
    }

/* Mobil */
@media (max-width: 991px) {

    #about {
        padding: 80px 0;
        min-height: auto;
        display: block;
    }

        /* Mobilde logo yukarı gelsin diye row'u kolon yap */
        #about .about-row {
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }

        /* Sağ kolonu (logo) üste al */
        #about .col-md-5 {
            order: -1;
        }

        /* Yazı alanı logodan sonra gelsin */
        #about .col-md-7 {
            order: 1;
        }

    /* Logo alanı: tam ortada, yukarıda */
    .about-logo-wrap {
        padding-left: 0;
        margin: 0 0 18px 0; /* logo ile Vizyon arasında boşluk */
        justify-content: center;
        align-items: center;
        height: auto;
    }

    /* Mobilde kartı sadeleştir (çok şık durur) */
    .about-logo-card {
        transform: none; /* mobilde yukarı kaydırmayı kapat */
        padding: 14px;
        border-radius: 18px;
        box-shadow: 0 12px 30px rgba(0,0,0,.06);
    }

        /* Mobilde logo mavi alanın içine sığsın */
        .about-logo-card img {
            width: 220px; /* 200-260 arası deneyebilirsin */
            max-width: 70vw; /* ekran daralınca otomatik küçülür */
            max-height: none;
            margin: 0 auto;
        }

    #about .about-title {
        font-size: 36px;
    }
}




  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

/* Kartların genel hizalaması */
/*#team{}
.team-thumb {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;*/ /* Kartları kapsayıcıya göre eşitler */
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/ /* Hafif gölge */
/*}*/

    /* RESİM AYARI: En kritik kısım burası */
    /*.team-thumb img {
        width: 100%;
        aspect-ratio: 1 / 1;*/ /* Kare yapar (Batuhan Bey'in kartı gibi) */
        /*object-fit: cover;*/ /* Resmi kutuya sığacak şekilde kırpar, bozmaz */
        /*object-position: top;*/ /* Kırparken yüzleri odakta tutar */
    /*}
.team-thumb {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 767px) {
    #memberModal .meta .row {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        box-sizing: border-box;
    }

        #memberModal .meta .row .k,
        #memberModal .meta .row .v {
            min-width: 0;
        }

        #memberModal .meta .row .v {
            text-align: right;
            padding-right: 2px;
        }
}
@media (max-width: 767px) {
    #memberModal .dialog {
        width: calc(100vw - 24px);
        max-width: 430px;
        max-height: 92vh;
        margin-right:100px;
        margin: 12px auto;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden;
        border-radius: 24px;
        position: relative;
        box-sizing: border-box;
    }

    #memberModal .left,
    #memberModal .right {
        width: 100% !important;
        flex: 0 0 auto !important;
        min-width: 0;
        box-sizing: border-box;
    }*/

    /* ÜST BLOK: ciddi şekilde sıkıştırıldı */
    /*#memberModal .left {
        padding: 12px 16px 8px 16px;
        border-right: none !important;
        border-bottom: 1px solid #e8edf3;
    }*/

    /* ALT BLOK: sağ-sol eşit boşluk */
    /*#memberModal .right {
        padding: 8px 16px 12px 16px;
        overflow-y: auto;
        max-height: 37vh;
    }

    #memberModal .profile {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
    }

    #memberModal .avatar {
        width: 118px;
        min-width: 118px;
        flex-shrink: 0;
    }

        #memberModal .avatar img {
            width: 100%;
            aspect-ratio: 0.88 / 1;
            object-fit: cover;
            object-position: top;
            display: block;
            border-radius: 16px;
        }

    #memberModal .pname {
        font-size: 16px;
        line-height: 1.18;
        margin: 0 0 2px;
        word-break: break-word;
    }

    #memberModal .ptitle {
        font-size: 12.5px;
        line-height: 1.25;
        margin: 0;
    }*/

    /* meta alanını ciddi kompakt yap */
    /*#memberModal .meta {
        margin-top: 10px;
    }

        #memberModal .meta .row {
            padding: 7px 12px;
            min-height: 36px;
            margin-bottom: 6px;
            border-radius: 12px;
        }

            #memberModal .meta .row .k,
            #memberModal .meta .row .v {
                font-size: 12.5px;
                line-height: 1.2;
            }*/

    /* butonlar inceldi */
    /*#memberModal .actions {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 8px;
    }

        #memberModal .actions .btn,
        #memberModal .actions a.btn,
        #memberModal .actions button.btn {
            width: 100%;
            min-height: 38px;
            padding: 8px 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 13.5px;
            line-height: 1.2;
            border-radius: 13px;
            box-sizing: border-box;
        }*/

    /* İPUCU artık aşağıya sarkmasın */
    /*#memberModal .hint {
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 11.5px;
        line-height: 1.25;
    }*/

    /* sağ alan daha yukarı toplandı */
    /*#memberModal .topbar {
        display: block;
        position: relative;
        padding-right: 42px;
        margin-bottom: 8px;
    }

    #memberModal .bio {
        font-size: 13px;
        line-height: 1.35;
        margin: 0;
    }

    #memberModal .close-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 34px;
        height: 34px;
        min-width: 34px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
        font-size: 17px;
        line-height: 1;
        padding: 0;
    }*/

    /* TAB alanı yukarı geldi */
    /*#memberModal .tabs {
        display: flex;
        flex-wrap: nowrap;
        gap:17px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 3px;
        margin-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        #memberModal .tabs::-webkit-scrollbar {
            display: none;
        }

    #memberModal .tab {
        flex: 0 0 auto;
        padding: 7px 11px;
        font-size: 12.5px;
        line-height: 1.15;
        border-radius: 999px;
    }

    #memberModal .panel {
        padding-top: 0;
    }

    #memberModal .list {
        padding-left: 16px;
        margin: 0;
    }

        #memberModal .list li {
            font-size: 13px;
            line-height: 1.4;
            margin-bottom: 6px;
        }
}

@media (max-width: 420px) {
    #memberModal .dialog {
        width: calc(100vw - 18px);
        border-radius: 22px;
    }

    #memberModal .left {
        padding: 10px 14px 8px 14px;
    }

    #memberModal .right {
        padding: 8px 14px 12px 14px;
        max-height: 39vh;
    }

    #memberModal .profile {
        gap: 10px;
    }

    #memberModal .avatar {
        width: 108px;
        min-width: 108px;
    }

    #memberModal .pname {
        font-size: 15px;
    }

    #memberModal .ptitle {
        font-size: 12px;
    }

    #memberModal .meta {
        margin-top: 8px;
    }

    

            #memberModal .meta .row .k,
            #memberModal .meta .row .v {
                font-size: 12px;
            }

    #memberModal .actions {
        gap: 5px;
        margin-top: 7px;
    }

        #memberModal .actions .btn,
        #memberModal .actions a.btn,
        #memberModal .actions button.btn {
            min-height: 36px;
            font-size: 13px;
            padding: 7px 10px;
        }

    #memberModal .hint {
        margin-top: 7px;
        font-size: 11px;
    }

    #memberModal .tabs {
        gap: 6px;
        margin-bottom: 7px;
    }

    #memberModal .tab {
        padding: 6px 10px;
        font-size: 12px;
    }

    #memberModal .list {
        padding-left: 15px;
    }

        #memberModal .list li {
            font-size: 12.5px;
        }
}

.team-info {
    padding: 20px;
    background: #f9f9f9;*/ /* İstediğin o bir tık açık renkli alan */
    /*text-align: left;
    flex-grow: 1;
}

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
    margin-bottom: 2px;
  }

    .team-info h3 {
        font-size: 16px;*/ /* İdeal küçüklük: ne çok küçük ne çok büyük */
        /*font-weight: 600;*/ /* Yazının net okunması için biraz kalınlık */
        /*margin-top: 0;*/ /* Üstteki boşluğu sıfırlayarak hizayı korur */
        /*margin-bottom: 5px;*/ /* Altındaki unvan ile mesafeyi ayarlar */
        /*line-height: 1.3;*/ /* Uzun isimlerde satır aralığını daraltır */
        /*color: #333;*/ /* Daha tok bir siyah tonu */
    /*}*/

        /* Eğer uzmanlık alanını ismin önüne eklediysen ve onun 
   farklı renkte olmasını istersen bunu da kullanabilirsin: */
        /*.team-info h3 span.uzmanlik {
            font-size: 17px;
            color: #777;
            font-weight: 400;
            margin-right: 5px;
        }*/

/* ALT YÖNETİM: üstteki col-md-4 (15px) boşluğu gibi görünüm */
/*#alt-yonetim-carousel .alt-yonetim-item {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}*/

/* Owl'ın dış kenarlarını grid gibi hizala */
/*#alt-yonetim-carousel .owl-stage-outer {
    margin-left: -15px;
    margin-right: -15px;
}*/

/* sadece oklar */
/*#alt-yonetim-carousel .owl-dots {
    display: none !important;
}*/

/* kartlar eşit yükselikte dursun */
/*#alt-yonetim-carousel .owl-stage {
    display: flex;
}

#alt-yonetim-carousel .owl-item {
    display: flex;
}

#alt-yonetim-carousel .alt-yonetim-item,
#alt-yonetim-carousel .team-thumb {
    width: 100%;
    height: 100%;
}*/

#team {
}

.team-thumb {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    .team-thumb img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: top;
    }

.team-info {
    padding: 20px;
    background: #f9f9f9;
    text-align: left;
    flex-grow: 1;
}

.team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
}

    .team-contact-info .fa {
        margin-right: 5px;
        display: inline-block;
    }

    .team-contact-info p {
        margin-bottom: 2px;
    }

.team-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3;
    color: #333;
}

    .team-info h3 span.uzmanlik {
        font-size: 17px;
        color: #777;
        font-weight: 400;
        margin-right: 5px;
    }

#alt-yonetim-carousel .alt-yonetim-item {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#alt-yonetim-carousel .owl-stage-outer {
    margin-left: -15px;
    margin-right: -15px;
}

#alt-yonetim-carousel .owl-dots {
    display: none !important;
}

#alt-yonetim-carousel .owl-stage {
    display: flex;
}

#alt-yonetim-carousel .owl-item {
    display: flex;
}

#alt-yonetim-carousel .alt-yonetim-item,
#alt-yonetim-carousel .team-thumb {
    width: 100%;
    height: 100%;
}


/* =========================
   MOBIL MODAL DÜZELTMESİ
   ========================= */
@media (max-width: 767px) {
    #memberModal {
        padding: 12px;
        box-sizing: border-box;
    }

        #memberModal .dialog {
            width: min(420px, calc(100vw - 24px));
            max-height: 92vh;
            display: flex !important;
            flex-direction: column !important;
            overflow: hidden;
            border-radius: 24px;
            position: fixed !important;
            top: 50%;
            left: 50%;
            right: auto !important;
            margin: 0 !important;
            transform: translate(-50%, -50%) !important;
            box-sizing: border-box;
        }

        #memberModal .left,
        #memberModal .right {
            width: 100% !important;
            flex: 0 0 auto !important;
            min-width: 0;
            box-sizing: border-box;
        }

        #memberModal .left {
            padding: 12px 16px 8px;
            border-right: none !important;
            border-bottom: 1px solid #e8edf3;
        }

        #memberModal .right {
            padding: 8px 16px 12px;
            overflow-y: auto;
            max-height: 38vh;
        }

        #memberModal .profile {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 0;
        }

        #memberModal .avatar {
            width: 118px;
            min-width: 118px;
            flex-shrink: 0;
        }

            #memberModal .avatar img {
                width: 100%;
                aspect-ratio: 0.88 / 1;
                object-fit: cover;
                object-position: top;
                display: block;
                border-radius: 16px;
            }

        #memberModal .pname {
            font-size: 16px;
            line-height: 1.18;
            margin: 0 0 2px;
            word-break: break-word;
        }

        #memberModal .ptitle {
            font-size: 12.5px;
            line-height: 1.25;
            margin: 0;
        }

        #memberModal .meta {
            margin-top: 10px;
        }

            #memberModal .meta .row {
                display: flex !important;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
                width: 100%;
                padding: 7px 12px;
                min-height: 36px;
                margin-bottom: 6px;
                border-radius: 12px;
                box-sizing: border-box;
            }

                #memberModal .meta .row .k,
                #memberModal .meta .row .v {
                    min-width: 0;
                    font-size: 12.5px;
                    line-height: 1.2;
                }

                #memberModal .meta .row .v {
                    text-align: right;
                    padding-right: 2px;
                }

        #memberModal .actions {
            display: flex;
            flex-direction: column;
            gap: 6px;
            margin-top: 8px;
        }

            #memberModal .actions .btn,
            #memberModal .actions a.btn,
            #memberModal .actions button.btn {
                width: 100%;
                min-height: 38px;
                padding: 8px 12px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 13.5px;
                line-height: 1.2;
                border-radius: 13px;
                box-sizing: border-box;
            }

        #memberModal .hint {
            margin-top: 8px;
            margin-bottom: 0;
            font-size: 11.5px;
            line-height: 1.25;
        }

        #memberModal .topbar {
            display: block;
            position: static;
            padding-right: 0;
            margin-bottom: 8px;
        }

        #memberModal .bio {
            font-size: 13px;
            line-height: 1.35;
            margin: 0;
        }

        #memberModal .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 38px;
            height: 38px;
            min-width: 38px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            z-index: 50;
            font-size: 18px;
            line-height: 1;
            padding: 0;
            background: #fff;
            border: 1px solid #d9e1ea;
            box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
        }

        #memberModal .tabs {
            display: flex;
            flex-wrap: nowrap;
            gap: 8px;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            padding-bottom: 3px;
            margin-bottom: 8px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

            #memberModal .tabs::-webkit-scrollbar {
                display: none;
            }

        #memberModal .tab {
            flex: 0 0 auto;
            padding: 7px 11px;
            font-size: 12.5px;
            line-height: 1.15;
            border-radius: 999px;
        }

        #memberModal .panel {
            padding-top: 0;
        }

        #memberModal .list {
            padding-left: 16px;
            margin: 0;
        }

            #memberModal .list li {
                font-size: 13px;
                line-height: 1.4;
                margin-bottom: 6px;
            }
}

@media (max-width: 420px) {
    #memberModal {
        padding: 9px;
    }

        #memberModal .dialog {
            width: min(420px, calc(100vw - 18px));
            border-radius: 22px;
        }

        #memberModal .left {
            padding: 10px 14px 8px;
        }

        #memberModal .right {
            padding: 8px 14px 12px;
            max-height: 40vh;
        }

        #memberModal .profile {
            gap: 10px;
        }

        #memberModal .avatar {
            width: 108px;
            min-width: 108px;
        }

        #memberModal .pname {
            font-size: 15px;
        }

        #memberModal .ptitle {
            font-size: 12px;
        }

        #memberModal .meta {
            margin-top: 8px;
        }

            #memberModal .meta .row .k,
            #memberModal .meta .row .v {
                font-size: 12px;
            }

        #memberModal .actions {
            gap: 5px;
            margin-top: 7px;
        }

            #memberModal .actions .btn,
            #memberModal .actions a.btn,
            #memberModal .actions button.btn {
                min-height: 36px;
                font-size: 13px;
                padding: 7px 10px;
            }

        #memberModal .hint {
            margin-top: 7px;
            font-size: 11px;
        }

        #memberModal .tabs {
            gap: 6px;
            margin-bottom: 7px;
        }

        #memberModal .tab {
            padding: 6px 10px;
            font-size: 12px;
        }

        #memberModal .list {
            padding-left: 15px;
        }

            #memberModal .list li {
                font-size: 12.5px;
            }
}

  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #a5c422;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #a5c422;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news, #news-detail {
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }
/* === EKLE: Haber kartlarını dengele === */
#news-carousel .news-item {
    height: 100%;
}

#news-carousel .owl-item {
    display: flex;
}

    #news-carousel .owl-item > .news-item {
        width: 100%;
    }

.news-thumb {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .news-thumb > a {
        display: block;
    }

    .news-thumb img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.news-info {
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .news-info h3 {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 700;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-info p {
        margin: 0 0 14px;
        line-height: 1.65;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-info .read-more {
        margin-top: auto;
        align-self: flex-start;
        border-radius: 8px;
    }


  

/* Bölüm arka planı */
/* GENEL AYARLAR */
/*#appointment {
    padding: 80px 0;
    background: #020617;*/ /* Saf Gece Mavisi */
    /*font-family: 'Inter', -apple-system, sans-serif;
}*/

/* ANA PANEL - DAHA YUMUŞAK DERİNLİK */
/*.clinic-panel {*/
   /* background: #0f172a;*/
    /*border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px;
    box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.7);
}*/

/* ÜST BİLGİ ALANI - BEYAZ BANNER'DAN KURTULMA */
/*.clinic-panel-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

    .clinic-panel-header h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.03em;
    }

.clinic-panel-subtitle {
    color: #64748b;
    font-size: 1rem;
}*/

/* FORM ELEMANLARI - STRIPE STYLE */
/*.filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: end;
}

.filter-group label {
    display: block;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filter-input-custom {
    width: 100%;
    background: rgba(2, 6, 23, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

    .filter-input-custom:focus {
        border-color: #3b82f6 !important;
        background: rgba(2, 6, 23, 0.9) !important;
        outline: none;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    }*/

/* TABLO VE LOGO ALANI */
/*.clinic-table {
    width: 100%;
    border-collapse: collapse;
}

    .clinic-table th {
        text-align: left;
        color: #ffffff;
        font-size: 0.85rem;
        font-weight: 700;
        padding: 15px 20px;
        text-transform: uppercase;
    }

    .clinic-table tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        transition: background 0.2s;
    }

        .clinic-table tr:hover {
            background: rgba(255, 255, 255, 0.02);
        }

    .clinic-table td {
        padding: 20px;
        vertical-align: middle;
    }*/

/* LOGO ÇERÇEVESİ */
/*.logo-container {
    width: 54px;
    color:aliceblue;
    height: 54px;
    background: #1e293b;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

    .logo-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;*/ /* Logo kesilmez, içine sığar */
        /*padding: 4px;
    }*/

/* BUTONLAR */
/*.btn-premium {
    background: #ffffff;
    color: #020617;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 12px;
    border: none;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9rem;
}

    .btn-premium:hover {
        background: #cbd5e1;
        transform: translateY(-1px);
    }

.btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px;
    border-radius: 12px;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

.font-inter {
    font-family: 'Inter', sans-serif;
}*/

/* Chrome, Safari, Edge için select okunu özelleştirme */
/*#clinic-filter-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.2em;
    padding-right: 2.5rem;
}*/

/* Kartlardaki hover geçişi */
/*.group:hover {
    transform: translateY(-2px);
}*/

/* Mobil uyum için genişlik ayarı */
/*.w-100 {
    width: 100%;
}*/

/* Smooth Scroll ve Font Yumuşatma */
/*html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}*/
/* Ana Konteyner */
#appointment {
    padding: 60px 0;
    min-height: 100vh;
    background: #0c4b8e;
    /*#95aec5*/
     font-family: 'Inter', sans-serif;
    color: #f8fafc;
}

.clinic-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Üst Başlık Alanı */
.clinic-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    border-left: 4px solid #3b82f6;
    padding-left: 20px;
}

    .clinic-header h2 {
        font-size: 1.5rem;
        color:white;
        margin: 0;
        font-weight: 800;
    }

    .clinic-header p {
        color: #fff;
        margin: 5px 0 0 0;
    }

/* Filtreleme Paneli - Glassmorphism */
.filter-card {
    /*background: rgba(15, 23, 42, 0.6);*/
    background: #093E77;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 40px;
}

.filter-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 20px;
    align-items: end;
}

@media (max-width: 768px) {
    .filter-form-grid {
        grid-template-columns: 1fr;
    }

    .clinic-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.input-wrapper label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #f2f2f2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.modern-input {
    width: 100%;
    background: #fff;
    border: 1px solid #1e293b;
    color: #072F58;
    padding: 12px 16px;
    border-radius: 12px;
    outline: none;
}

    .modern-input:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

/* Butonlar */
.btn-update {
    background: #fff;
    color: #020617;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-update:hover {
        background: #3b82f6;
        color: #fff;
    }

/* Klinik Kartları */
.clinic-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(30, 41, 59, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
    transition: 0.3s ease;
}

    .clinic-card:hover {
        background: rgba(30, 41, 59, 0.6);
        transform: translateX(10px);
        border-color: rgba(59, 130, 246, 0.4);
    }

.clinic-info-side {
    display: flex;
    align-items: center;
    gap: 20px;
}

.clinic-logo-box {
    width: 70px;
    height: 70px;
    background: #020617;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #1e293b;
}

    .clinic-logo-box img {
        width: 80%;
        height: 80%;
        object-fit: contain;
    }

.clinic-details h3 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; /* Daha modern ve temiz sistem fontları */
    font-size: 1.35rem; /* Biraz daha büyütüldü */
    font-weight: 700; /* Kalınlık vurgusu artırıldı */
    color: #ffffff;
    margin: 0 0 8px 0;
    letter-spacing: 0.03em; /* Harfler arasındaki o boğucu yakınlığı açar */
    line-height: 1.4; /* Satır yüksekliği ile ferahlık sağlar */
    text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* Yazıya hafif derinlik katar */
}

/* Altındaki Bölge ve Telefon bilgilerini de ferahlatmak için */
/* İkonların rengini ve harf arası boşluğunu düzeltir */
.meta-info span {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* İkon ile yazı arasındaki mesafe */
    color: #94a3b8; /* Yazı rengi gri */
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}
    /* Sadece ikonları (emojileri veya font ikonlarını) hedefleyelim */
    .meta-info span::first-letter {
        color: #3b82f6; /* İkonları parlak mavi yapar */
        filter: grayscale(100%) brightness(1.5); /* Eğer emoji ise rengini kırar */
        font-style: normal;
    }

.btn-detail {
    color: #fbbf24; /* altın sarısı */
    border: 1px solid rgba(251, 191, 36, 0.4);
    background: rgba(251, 191, 36, 0.08);
    transition: all 0.2s ease;
    padding: 10px 25px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

    .btn-detail:hover {
        background: #3b82f6;
        color: #fff;
    }
@media (max-width: 768px) {
    .clinic-card {
        align-items: flex-start;
        gap: 14px;
    }

    .clinic-info-side {
        flex: 1 1 auto;
        min-width: 0;
        gap: 14px;
    }

    .clinic-logo-box {
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
    }

    .clinic-details {
        flex: 1 1 auto;
        min-width: 0;
    }

        .clinic-details h3 {
            font-size: 1rem;
            line-height: 1.35;
            margin-bottom: 6px;
            word-break: break-word;
        }

    .meta-info span {
        font-size: 0.82rem;
        gap: 5px;
    }

    .btn-detail {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        padding: 9px 14px;
        font-size: 0.9rem;
        line-height: 1;
        min-width: 92px;
        align-self: center;
        margin-top: 8px;
    }
}
.clinic-info-side {
    flex: 1 1 auto;
    min-width: 0;
}

.clinic-details {
    min-width: 0;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/
footer {
    padding-top: 80px;
     background-color:#fff;
    padding-bottom: 40px;
}

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #4267b2;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 15px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }

@media (min-width: 768px) and (max-width: 991.98px) {

    /* toggler butonu görünür olsun */
    .navbar-default .navbar-toggle {
        display: block;
    }

    /* header hizalamasını mobil gibi yap */
    .navbar-default .navbar-header {
        float: none;
    }

    /* geniş mod davranışını bastır: kapalıyken gizle, açıldığında göster */
    .navbar-default .navbar-collapse.collapse {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }

        .navbar-default .navbar-collapse.collapse.in {
            display: block !important;
            height: auto !important;
        }

    /* menü elemanları dikey dizilsin */
    .navbar-default .navbar-nav {
        float: none !important;
        margin: 7.5px 0;
    }

        .navbar-default .navbar-nav > li {
            float: none;
        }

            /* link paddinglerini mobil gibi tut, taşma olmasın */
            .navbar-default .navbar-nav > li > a {
                padding: 8px 15px;
            }
}
/* --- NAVBAR SAĞ İKONLAR --- */

/* Bootstrap container sağ paddingsini kompanse et ve son link paddingini kırp */
.navbar-nav.social-nav {
    margin-right: -600px !important; /* container sağ boşluğunu sıfırlar = cam kenarı */
}

    .navbar-nav.social-nav > li:last-child > a {
        padding-right: 0 !important;
      /* son linkin iç sağ boşluğunu al */
    }

    /* İkon görsel ayarı */
    .navbar-nav.social-nav > li > a {
        padding: 15px 10px;
        margin-right: 15px;
        font-size: 18px;
        line-height: 20px;
    }

.navbar-default .navbar-nav.social-nav > li > a {
    color: #333;
}

    .navbar-default .navbar-nav.social-nav > li > a:hover,
    .navbar-default .navbar-nav.social-nav > li > a:focus {
        color: #2543c8;
    }

/* Eğer bir yerde padding-right:40px !important varsa geri al */
.navbar.navbar-default .container {
    padding-right: 15px !important;
}

/* --- RESPONSIVE (mobil çökmüş menüde hizalama) --- */
@media (max-width: 767.98px) {
    /* Collapse açıldığında sağa yapışık görünmesin, ortala */
    .navbar-nav.social-nav {
        float: none !important;
        margin: 8px 0 0 0 !important; /* üstte ufak boşluk */
        text-align: center;
    }

        .navbar-nav.social-nav > li {
            display: inline-block;
            float: none;
        }

            .navbar-nav.social-nav > li:last-child > a {
                padding-right: 10px !important; /* mobilde simetrik kalsın */
            }
}

/* GENEL: menü ve sosyal ikonlarda hover = açık yeşil arka plan */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav.social-nav > li > a {
    transition: background-color .2s ease, color .2s ease;
    border-radius: 6px; /* köşeler tatlı dursun */
}

    /* Hover (masaüstü + mobil) */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav.social-nav > li > a:hover,
    .navbar-default .navbar-nav.social-nav > li > a:focus {
        background-color: #D1FAE5 !important; /* açık yeşil (emerald-100) */
        color: #065F46 !important; /* koyu yeşil yazı rengi */
    }

/* Aktif menü (istersen aynı palet) */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #A7F3D0 !important; /* bir tık daha doygun */
    color: #064E3B !important;
    border-radius: 6px;
}

/* Mobilde (collapsed) linkler blok olduğu için arka plan daha belirgin görünsün */
@media (max-width: 767.98px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav.social-nav > li > a {
        border-radius: 8px;
        margin: 2px 6px; /* her link etrafında nefes alanı */
    }
}
.section-clinics {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.filter-box {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.form-control-corp {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 0.95rem;
}

    .form-control-corp:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.btn-search-corp {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    font-weight: 600;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.3s;
}

    .btn-search-corp:hover {
        background-color: #0056b3;
        border-color: #0056b3;
    }

.clinic-card-corp {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    border-left: 5px solid #007bff;
    padding: 20px;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

    .clinic-card-corp:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    }

.card-header-corp {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.clinic-name-corp {
    font-size: 1.2rem;
    font-weight: 700;
    color: #343a40;
    margin: 0;
}

.region-badge-corp {
    background-color: #e6f2ff;
    color: #007bff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
}

.details-row-corp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.details-icon-corp {
    color: #adb5bd;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    margin-top: 3px;
}

.details-text-corp strong {
    display: block;
    font-weight: 600;
    color: #495057;
    margin-bottom: 2px;
}

.card-footer-corp {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: 10px;
}

.btn-action-outline {
    flex: 1;
    border: 1px solid #ced4da;
    color: #495057;
    transition: all 0.2s;
}

    .btn-action-outline:hover {
        border-color: #007bff;
        color: #007bff;
        background: #f8f9fa;
    }
/* Mobil güvenlik: adres çubuğu dalgalanması */
@media (max-width: 767.98px) {
    #home.slider {
        min-height: calc(100vh - 50px);
    }
    /* istersen 100svh yap */
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-default .navbar-toggle {
        display: block;
    }

    .navbar-default .navbar-header {
        float: none;
    }

    .navbar-default .navbar-collapse.collapse {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }

        .navbar-default .navbar-collapse.collapse.in {
            display: block !important;
            height: auto !important;
        }

    .navbar-default .navbar-nav {
        float: none !important;
        margin: 7.5px 0;
    }

        .navbar-default .navbar-nav > li {
            float: none;
        }

            .navbar-default .navbar-nav > li > a {
                padding: 8px 15px;
            }
}

@media (min-width: 1200px) {
    /* Örn: Masaüstü/Büyük Ekranlar */
    #home.slider {
        min-height: 100vh;
    }
}

:root {
    --card: #ffffff;
    --text: #0f172a;
    --muted: #64748b;
    --line: #e2e8f0;
    --shadow: 0 20px 60px rgba(15, 23, 42, .18);
    --primary: #0c4b8e;
    --primary2: #0b3f78;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

    .modal.is-open {
        display: block;
    }

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(2,6,23,.62);
    backdrop-filter: blur(6px);
}

.dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: min(1400px,95vw);
    height: min(88vh,900px);
    background: var(--card);
    border-radius: 28px;
    box-shadow: var(--shadow);
    overflow: hidden;
    display: grid;
    grid-template-columns: 480px 1fr;
}

@@media (max-width:900px) {
    .dialog {
        grid-template-columns: 1fr;
        width: 94vw;
        height: 92vh;
    }
}

.left {
    background: linear-gradient(180deg, rgba(12,75,142,.10), rgba(12,75,142,0));
    border-right: 1px solid var(--line);
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

@@media (max-width:900px) {
    .left {
        border-right: none;
        border-bottom: 1px solid var(--line);
    }
}

.profile {
    display: flex;
    gap: 14px;
    align-items: center;
}

.avatar {
    width: 210px;
    height: 210px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #f1f5f9;
}

    .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.pname {
    margin: 0;
    font-weight: 850;
    letter-spacing: -.2px;
    font-size: 18px;
    line-height: 1.2;
}

.ptitle {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.meta {
    display: grid;
    gap: 10px;
    margin-top: 6px;
}

    .meta .row {
        background: #f8fafc;
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 10px 12px;
        display: flex;
        justify-content: space-between;
        gap: 12px;
        font-size: 13px;
    }

    .meta .k {
        color: var(--muted);
    }

    .meta .v {
        font-weight: 650;
    }

.actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.btn {
    border: none;
    padding: 10px 14px;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 750;
    font-size: 13px;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
}

    .btn-primary:hover {
        background: var(--primary2);
    }

.btn-ghost {
    background: #f1f5f9;
    border: 1px solid var(--line);
}

.right {
    padding: 18px 18px 16px;
    overflow: auto;
}

.topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.close-btn {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.bio {
    margin: 0;
    color: #334155;
    line-height: 1.65;
    font-size: 14px;
}

.tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 14px 0 10px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 10px;
}

.tab {
    border: 1px solid var(--line);
    background: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
}

    .tab.is-active {
        background: rgba(12,75,142,.10);
        border-color: rgba(12,75,142,.35);
        color: var(--primary);
    }

.panel {
    display: none;
    padding: 8px 2px 2px;
}

    .panel.is-active {
        display: block;
    }

.list {
    margin: 0;
    padding-left: 18px;
    color: #334155;
    line-height: 1.7;
    font-size: 14px;
}

.hint {
    margin-top: 12px;
    font-size: 12px;
    color: var(--muted);
}