body{
  background: #fcf8f9;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 100%;
  padding: 0 71px 0 40px;
}

body,
body span,
body a,
body p,
body li,
body h1,
body h2,
body h3,
body h4 {
  font-family: "Quicksand", sans-serif;
}

header {
  padding-top: 13px;
  width: 100%;
}
.body-home header {
    position: absolute;
    z-index:99;
}
    .body-home header:before {
     /*   backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, 0.1);*/
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        z-index: -1;
 /*       opacity: 0.2;*/
    }
header.header-innerpage {
    padding-top: 20px;
    max-width: 100%;
    z-index: 9;
}

.header-inner {
  width: 100%;
}

.header-left .logo {
  max-width: 280px;
}
.header-left .mobile-logo {
  max-width: 280px;
}
.header-left .logo img {
  max-width: 100%;
}
.header-left .mobile-logo img {
  max-width: 100%;
}
.header-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position:relative;
}
    .header-right:before {
        content: '';
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
 /*       backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, 0.1);*/
        width: 100%;
        height: 40px;
        position: absolute;
        z-index: -1;
    }
.header-lang {
    display: inline-block;
  /*  margin-left: 25px;
    margin-right: 17px;
    padding-left: 15px;
    padding-right: 20px;*/
    position: relative;
    margin-top: 6px;
    padding-right:16px;
}
.header-lang ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
}
    .header-lang ul li a {
        font-size: 16px !important;
        display: inline-flex;
        align-items: center;
        height:30px;
    }
    .header-lang:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 22px;
        background: #b7b8bb;
        top: 4px;
    }
.header-social{
  margin-left: 30px;
}

.header-social ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 0;
}
.header-social ul li{
  margin-right:19px;
  list-style-type:none;
}
.header-social ul li:last-child{
  margin-right:0;
}
.header-social ul li a{
  text-decoration: none;
  color:#9f9f9f;
  font-size:18px;
  height: 43px;
  display: flex;
  align-items: center;
  transition:0.3s all;
}
.header-social ul li:hover a{
  color:#c1327c;
  transition:0.3s all;
}
.main-menu {
    position: absolute;
    left: 0;
    width: 360px;
    padding: 0 0 0 38px;
    bottom: 50px;
    z-index: 1;
    max-width: 100%;
}

.main-menu ul li {
  margin-bottom: 20px;
  width: 100%;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.main-menu ul li a {
  color: #959595;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 0 0 0;
  line-height: 20px;
  transition: 0.3s all;
}
.main-menu ul li a:hover {
  color: #959595;
}
.main-menu ul li:hover a,
.main-menu ul li a:hover {
  transition: 0.3s all;
  color: #c1327c;
}

.main-menu ul li.nav-active {
  padding-left: 20px;
  position: relative;
}

.main-menu ul li.nav-active:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 21px;
  background: url("../img/main-menu-active.svg");
  left: 0;
}

    .main-menu ul li.nav-active a {
        color: #c1327c;
        font-weight: 700;
        font-size: 18px;
    }

.main-menu ul li:last-child {
  margin-bottom: 0;
}

.right-menu-fixed {
    position: fixed;
    top: 0;
    right: -567px;
    height: 100%;
    display: flex;
    z-index: 9999999;
    transition: all 0.3s ease;
    font-family: "Quicksand", sans-serif;
    background-color: rgba(193, 50, 124, 0.89);
}

/* Dar bar (kapalı menü görünümü) */
.right-menu-toggle {
  width: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  background-color: #c1327c;
}
    .right-menu-toggle:before {
        content: '';
        width: 57px;
        height: 980px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background: url("../img/right-menu-bg.svg");
        background-size: contain;
    }
    .right-menu-toggle:after {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        bottom: 22px;
        top: 0;
        margin: auto 27px auto;
        background: url(../img/right-menu-open.svg);
        background-size: contain;
    }

.right-menu-fixed.open .vertical-text{
    display:none;
}
.right-menu-fixed.open .right-menu-toggle:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 22px;
    top: 0;
    margin: auto 27px auto;
    background: url("../img/right-menu-close.svg");
    background-size: contain;
}



.close-inner-button {

  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}




/* Menü kapatma butonunun pozisyonu */
.menu-close-btn {
    position: absolute;
    top: -50%;
    bottom: -50%;
    /* bottom: 0; */
    left: -26px;
    margin: auto;
    z-index: 20;
    background: #c1327c;
    height: 200%;
    width: 26px;
    display: none;
    cursor: pointer;
    box-shadow: 25px 139px 108px #700a3f93;
    box-shadow: 25px 139px 108px #700a3f93;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(193, 50, 124, 0.9);
}

.menu-close-btn i {
  color: #ffffff;
  font-size: 23px;
  position: relative;
  left: -2px;
}

/*.right-menu-fixed.open .menu-close-btn {
  display: block;
}*/

.right-menu-fixed.open {
  right: 0;
}

/* Menü açıkken toggle bar gizlenir */
/*.right-menu-fixed.open .right-menu-toggle {
  display: none;
}*/

/* Menü içeriği (kapalıyken dar) */
.right-menu-inner {
    width: 567px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(193, 50, 124, 0.5);
    color: #fff;
    transition: width 0.3s ease;
    box-sizing: border-box;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 304px 71px 30px 100px;
    transition: 0.4s all;
}

/* Menü açıkken */
.right-menu-fixed.open .right-menu-inner {
  right: 0;
  transition: 0.4s all;
}

/* Dikey yazı */
.vertical-text {
  writing-mode: vertical-rl;
  margin-left: 2px;
  transform: rotate(0);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
  letter-spacing: 0.5em;
}



.right-mmenu-head {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 35px;
    padding-bottom: 17px;
    color: #e9abcb;
    letter-spacing: 0.1em;
    position: relative;
    width: auto;
    display: inline-block;
    align-self: flex-start; /* ebeveynin tüm genişliğini kaplamasın */
}
    .right-mmenu-head:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e9abcb;
        height:1px;
        width:100%;
    }
.mobile-menu-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list ul li {
  margin-bottom: 39px;
}

.mobile-menu-list ul li:last-child {
  margin-bottom: 0;
}

.mobile-menu-list ul li a {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 33px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.mobile-menu-list ul li a:hover {
  opacity: 0.7;
}



/* Menü açıkken toggle alanını gizle */
/*.right-menu-fixed.open .right-menu-toggle {
  display: none;
}*/

.header-slogan {
  font-family: "Dosis", sans-serif;
  color: #322d2a;
  font-size: 24px !important;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 24px;
  padding-top: 10px;
}
.header-slogan {
    display: block;
}
.header-innerpage .header-slogan {
    display: none;
}
@media(max-width:992px){
    .header-slogan {
        display: none;
    }
}
main.home {
    padding-top: 0;
    overflow: hidden;
    width: 100%;
    max-height: calc(100vh - 80px) !important;
    position: relative;
    z-index: 0;
    background:url('../img/home-bg.jpg') repeat left center;
}
    main.home:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background-image: url("../img/ribbon-pink-bg.jpg"), url("../img/ribbon-pink-bg.jpg"), url("../img/ribbon-pink-bg.jpg");
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 45px, 45px, 45px;*/ /* küçük boyutlar */
        background-position: 10% 20%, 70% 40%, 40% 80%; /* farklı konumlar */
        opacity: 0.2;
        /*filter: blur(1px);*/
        z-index: -1;
    }
.home-inner {
  width: 100%;
  /* padding-left: 200px; */
  padding-left: clamp(80px, 12vw, 200px);
}

.home-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: calc(100vh - 80px);
  perspective: 1000px;
  transform-style: preserve-3d;
}

.home-menu-item {
  position: absolute;
  transform-origin: center;
  /* transition: transform 0.3s ease, z-index 0.1s ease; */
  transition: transform 400ms cubic-bezier(.25, .8, .25, 1);
  will-change: transform;
}

.home-menu-shape,
.home-menu-img {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.home-menu-shape:before,
.home-menu-img:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.home-menu-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(100%);
}
   /* .home-menu-item:hover .home-menu-img img {
        filter:initial;
    }*/
.home-menu-item.one {
  width: 48px;
}

.home-menu-item.two {
  width: 116px;
}

.home-menu-item.three {
  width: 82px;
}

.home-menu-item.four {
  width: 120px;
}

.home-menu-item.five {
  width: 165px;
}

.home-menu-item.six {
  width: 130px;
}

.home-menu-item.seven {
  width: 162px;
}

.home-menu-item.eight {
  width: 227px;
}

.home-menu-item.nine {
  width: 85px;
}

.home-menu-item.ten {
  width: 203px;
}

.home-menu-item.eleven {
  width: 40px;
}

.home-menu-item.twelve {
  width: 100px;
}

.home-menu-item.thirteen {
  width: 143px;
}

.home-menu-item.fourteen {
  width: 49px;
}

.home-menu-item.fifteen {
  width: 116px;
}
.home-menu-item.sixteen {
    width: 65px;
}
.home-menu-item.seventeen {
    width: 76px;
}
.home-menu-item.eighteen {
    width: 121px;
}
.home-menu-item.one .home-menu-shape {
  background-color: #dcdcdc;
}

.home-menu-item.two .home-menu-shape {
  background-color: #c1327c;
}

.home-menu-item.three .home-menu-shape {
  background-color: initial;
  border: 1px solid #b7b8bb;
}

.home-menu-item.five .home-menu-shape {
  /* background-color: #32b2e7; */
  position: relative;
}
    .home-menu-item.five .home-menu-shape::after {
        content: "";
        position: absolute;
        inset: 0; /* top/right/bottom/left = 0 */
        display: block;
        background: url("../img/ribbon-home.svg") center / contain no-repeat;
        /* istersen tam doldursun:
     background-size: cover; */
        pointer-events: none;
        z-index: 1;
    }
.home-menu-item.nine .home-menu-shape {
  background-color: #c1327c;
}

.home-menu-item.eleven .home-menu-shape {
  background-color: #b7b8bb;
}

.home-menu-item.fourteen .home-menu-shape {
  background-color: initial;
  border: 1px solid #b7b8bb;
}

.home-menu-item.fifteen .home-menu-shape {
  background-color: #c1327c;
}
.home-menu-item.sixteen .home-menu-shape {
    background-color: #c1327c;
}
.home-menu-item.seventeen .home-menu-shape {
    background-color: #c1327c;
}
.home-menu-item.eighteen .home-menu-shape {
    background-color: #c1327c;
}
.home-slogan {
    padding-top: 30.67vh;
    position: absolute;
    top: 80px;
    padding-left: 100px;
}

.home-slogan::before {
  content: "";
  position: absolute;
  top: -80px;
  bottom: -80px;
  left: -150px;
  right: -150px;
  z-index: 0;
}

    .home-slogan h1 {
        line-height: 64px;
        color: #cfcfcf;
        font-size: 52px;
        font-weight: 400;
        letter-spacing: 0;
    }

/* iç sayfa*/
.header-innerpage {
  position: absolute;
}


/* .header-innerpage .container {
  padding-left: 55px;
  padding-right: 10px;
} */
.header-innerpage .mobile-logo{
  display: none;
}
.content {
  width: 100%;
}

.content-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.content-left {
  background-color: #c1327c;
  width: 31.25%;
  padding-top: 114px;
  padding-left: 55px;
  max-height: 100vh;
  padding-bottom: 80px;
  padding-right: 25px;
  position: relative;
}

.content-menu {
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 300ms ease, transform 300ms ease, visibility 300ms step-end;
  will-change: opacity, transform;
  position: absolute;
  inset: 0;       
  height: 100%;
  pointer-events: auto;
  z-index: 1;
   padding-top: 114px;
  padding-left: 37px;
  padding-bottom: 40px;
  padding-right: 25px;
}
.content-left-narrow .content-menu {
    padding-top: 164px;
}
.content-menu.hidden-content-menu {
  opacity: 0;
  transform: translateX(-12px);
  visibility: hidden;
  pointer-events: none;
}
.content-menu-subjects {
  position: absolute;
  inset: 0;       
  height: 100%;

  display: flex;               /* layout’ta kalsın */
  flex-direction: column;
  height: 100%;
  opacity: 0;
  transform: translateX(12px);
  visibility: hidden;
  transition: opacity 320ms ease, transform 320ms ease, visibility 320ms step-start;
  will-change: opacity, transform;
  pointer-events: none;
  z-index: 2; /* üstte */
   padding-top: 114px;
  padding-left: 35px;
  padding-bottom: 80px;
  padding-right: 25px;
}
.content-menu-subjects.shown-content-menu-subjects {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.content-img {
  overflow: hidden;
  width: 24%;
  height: 100vh;
}

.content-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.content-menu-head {
  width: 100%;
  margin: 0 0 15px 0;
  flex-shrink: 0;
  /* Başlık yüksekliğini sabit tutar */
}

.content-menu-head h2 {
  width: 100%;
  margin: 0 0 0 0;
  line-height: 35px;
  color: #eaeaea;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}

.content-menu-list, .content-menu-subjects-list{
  width:calc(100% + 30px);
  flex: 1;
  /* Kalan alanı kaplar */
  overflow-y: auto;
  /* Sadece dikey scroll */
  padding-right: 10px;
  /* Scroll çubuğu yazıya yapışmasın */
   left: -30px;
   position: relative;
   padding-left: 30px;
}
    .content-menu-list.content-menu-shortlist {
        margin-bottom:20px;
    }
.content-menu-subjects-list{
   padding-top:50px;
}
.content-menu-list:root,.content-menu-subjects-list:root,.doctor-dropdown:root {
  scrollbar-color: #c36f9a transparent;
  /* thumb, track */
  scrollbar-width: thin;
  /* ~3px */
}

/* Chrome / Edge / Safari */
.content-menu-list::-webkit-scrollbar,.content-menu-subjects-list::-webkit-scrollbar,.doctor-dropdown::-webkit-scrollbar {
  width: 3px;
  /* dikey scrollbar kalınlığı */
}

.content-menu-list::-webkit-scrollbar:horizontal,.content-menu-subjects-list::-webkit-scrollbar:horizontal,.doctor-dropdown::-webkit-scrollbar:horizontal{
  height: 3px;
  /* yatay scrollbar kalınlığı */
  
}

.content-menu-list::-webkit-scrollbar-track ,.content-menu-subjects-list::-webkit-scrollbar-track,.doctor-dropdown::-webkit-scrollbar-track{
  

    margin-top: 340px;  /* üstten boşluk */
  margin-bottom: 140px; /* alttan boşluk */
  background: transparent;
}

.content-menu-list::-webkit-scrollbar-thumb,.content-menu-subjects-list::-webkit-scrollbar-thumb,.doctor-dropdown::-webkit-scrollbar-thumb {
  background: #c36f9a;
  border-radius: 8px;
  min-height: 37px;
  /* dikey tutamacın minimum yüksekliği */
  /* yatay için istersen: min-width: 67px; */
}

.content-menu-list ul,.content-menu-subjects ul  {
  width: 100%;
  padding-left: 0;
}

.content-menu-list ul li ,.content-menu-subjects-list ul li{
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  margin: 0 0 10px 0;
  position: relative;
}
.content-menu-subjects-list ul li{
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  margin-bottom:40px;
}
.content-menu-subjects.shown-content-menu-subjects .content-menu-subjects-list ul li {
  opacity: 1;
  transform: none;
}
.content-menu-subjects.shown-content-menu-subjects .content-menu-subjects-list ul li:nth-child(1){ transition-delay: 40ms; }
.content-menu-subjects.shown-content-menu-subjects .content-menu-subjects-list ul li:nth-child(2){ transition-delay: 80ms; }
.content-menu-subjects.shown-content-menu-subjects .content-menu-subjects-list ul li:nth-child(3){ transition-delay: 120ms; }
.content-menu-subjects.shown-content-menu-subjects .content-menu-subjects-list ul li:nth-child(4){ transition-delay: 160ms; }
.content-menu-subjects.shown-content-menu-subjects .content-menu-subjects-list ul li:nth-child(5){ transition-delay: 200ms; }

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
  .content-meme-sagligi,
  .content-menu,
  .content-menu-subjects,
  .content-menu-subjects-list ul li {
    transition: none !important;
    transform: none !important;
  }
  /* .content-menu.hidden-content-menu { opacity: 0; visibility: hidden; }
  .content-menu-subjects { opacity: 0; visibility: hidden; }
  .content-menu-subjects.shown-content-menu-subjects { opacity: 1; visibility: visible; } */
}
.content-menu-list ul li a {
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: 0.3s all;
}
.content-menu-subjects-list ul li a {
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  transition: 0.3s all;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subject-item-text{
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  
}
.subject-item-icon{
  width:45px;
  height:45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right:15px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  will-change: transform, box-shadow, filter;
  /* Varsayılan: animasyon hazır ama beklemede; 
     subjects görünür olunca çalıştıracağız */
  animation: msFloat 3.4s ease-in-out infinite,
             msBreath 2.6s ease-in-out infinite;
  animation-play-state: paused;
  position: relative;
}
.content-menu-subjects.shown-content-menu-subjects .subject-item-icon{
  animation-play-state: running;
}
.content-menu-subjects-list ul li:hover .subject-item-icon{
  /* transform: translateY(-1px) scale(1.02); */
  transform: scale(1.02);                      /* <- SADECE scale */
  box-shadow: 0 6px 16px rgba(0,0,0,.10);
  filter: saturate(1.06);
}

.subject-item-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform .28s ease, filter .28s ease, opacity .28s ease;
  opacity: .98;
}
/* .subject-item-icon:hover img{
  transform: translateY(-1px);
  opacity: 1;
} */
@keyframes msFloat{
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* Çok hafif nefes alma – gölge/ölçek oynar */
@keyframes msBreath{
  0%,100% { box-shadow: 0 2px 8px rgba(0,0,0,.05); }
  50%     { box-shadow: 0 3px 10px rgba(0,0,0,.08); }
}
/* Aynı satırdaki ikonlara minicik faz farkı (stagger) */
.content-menu-subjects-list li:nth-child(1) .subject-item-icon{ animation-delay: .0s,.0s; }
.content-menu-subjects-list li:nth-child(2) .subject-item-icon{ animation-delay: .12s,.08s; }
.content-menu-subjects-list li:nth-child(3) .subject-item-icon{ animation-delay: .18s,.12s; }
.content-menu-subjects-list li:nth-child(4) .subject-item-icon{ animation-delay: .24s,.16s; }
.content-menu-subjects-list li:nth-child(5) .subject-item-icon{ animation-delay: .30s,.20s; }
.content-menu-subjects-list li:nth-child(6) .subject-item-icon{ animation-delay: .36s,.24s; }

/* Sitenin paletine minik dokunuş (isteğe bağlı kenar parıltısı) */
.subject-item-icon::after{
  content:"";
  position:absolute; inset:0;
  border-radius:50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  pointer-events:none;
}

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce){
  .subject-item-icon{ animation:none !important; }
  .subject-item-icon:hover{ transform:none; }
  .content-menu-subjects-list ul li:hover .subject-item-icon{ transform:none; }
}
.content-menu-list ul li:hover a {
  color: #f5d7e6;
  transition: 0.3s all;
}
.content-menu-subjects-list ul li:hover a {
  color: #f5d7e6;
  transition: 0.3s all;
}
.content-menu-list ul li.cml-item-active a{
  font-size: 18px;
  font-weight: 700;
}
.content-menu-list ul li.cml-item-active:before {
  position: absolute;
  left: -22px;
  content: '';
  width: 11px; /* yarım dairenin genişliği */
  height: 21px; /* yarım dairenin yüksekliği */
border-radius: 0 21px 21px 0;
  background-color: #f7f7f7;
  display: block;
}
.content-main {
  width: 44.75%;
  padding-left: 71px;
  padding-top: 58px;
  padding-right: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  position: relative;
      padding-bottom: 158px;
}

.content-close {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #d4d4d4;
    position: absolute;
    right: 27px;
    top: 13px;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 9999999999;
}
@media (max-width:1560px){
    .content-close {
        right: 46px;
    }

}
@media (max-width:579px) {
    .content-close {
        right: 20px;
    }
}

.content-close:hover {
  background: #c1327c;
}

.content-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 27px;
  background: #fcf8f9;
  border-radius: 3px;
  transform-origin: center;
  /* ilk çizgi */
  transform: translate(-50%, -50%) rotate(45deg);
}

.content-close span:nth-child(2) {
  /* ikinci çizgi */
  transform: translate(-50%, -50%) rotate(-45deg);
  /* 135 yerine -45 de olur */
}

.content-text {
  width: 100%;
  margin-bottom: 30px;
}
.body-home .content-text header.news-header {
    position: relative;
}
.content-nav {
  width: 100%;
  margin: 0 0 30px 0;
}

.content-nav ul {
  width: 100%;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-nav ul li {
  list-style-type: none;
  width: auto;
  margin-right: 11px;
}

.content-nav ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  padding-right: 11px;
  position: relative;
  display: block;
}

.content-nav ul li a:after {
  content: '|';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.content-nav ul li:last-child a:after {
  content: '';
}

.content-nav ul li:last-child {
  margin-right: 0;
}

.content-nav ul li:last-child a {
  color: #c1327c;
}

.content-title {
  width: 100%;
  margin: 0 0 27px 0;
}

    .content-title h1 {
        width: 100%;
        margin: 0 0 0 0;
        color: #333333;
        font-size: 30px;
        font-weight: 500;
        line-height: 33px;
    }

.content-desc {
  width: 100%;
}

.content-desc p ,.content-desc p,.content-desc ul li,.content-desc ol li{
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}

.content-rklm-space {
  flex-shrink: 0;
  width: 100%;
  height: 160px;
  background-color: #edeeee;
  border-radius: 25px;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-rklm-space span {
  color: #333333;
  font-size: 18px;
  font-weight: 500;

}

.content-menu-subjects-close{
   position: absolute;
     left: 86.83%;
  cursor: pointer;
  top:40px;
    z-index: 9;
  will-change: transform, opacity;
  transition: opacity 320ms ease, transform 360ms cubic-bezier(.25,.8,.25,1);
      opacity: 0;
    transform: scale(.6);
    pointer-events: none;
    visibility: hidden;
}
.content-left-close{
    display: none;
    position: absolute;
    left: 50px;
    cursor: pointer;
    top: 67px;
    z-index: 9;


}
.content-menu-subjects-close.subjects-close-show{
      opacity: 1;
    transform: scale(1);
    pointer-events: initial;
    visibility: visible;
}
.content-menu-subjects-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 27px;
  background: #d473a5;
  border-radius: 3px;
  transform-origin: center;
  /* ilk çizgi */
  transform: translate(-50%, -50%) rotate(45deg);
}

.content-menu-subjects-close span:nth-child(2) {
  /* ikinci çizgi */
  transform: translate(-50%, -50%) rotate(-45deg);
  /* 135 yerine -45 de olur */
}
.content-left-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 27px;
  background: #ffffff;
  border-radius: 3px;
  transform-origin: center;
  /* ilk çizgi */
  transform: translate(-50%, -50%) rotate(45deg);
}

.content-left-close span:nth-child(2) {
  /* ikinci çizgi */
  transform: translate(-50%, -50%) rotate(-45deg);
  /* 135 yerine -45 de olur */
}
/* Ölçeklenebilirlik için değişkenler */
.content-meme-sagligi {
  /* --size: 165px; */
  --size:8.6vw;
  /* tüm bileşenin çapı */
  --ring-color: #fff;
  /* yazı rengi */
  --accent: #ff2f7f;
  /* merkez pembe */
  --accent-2: #ff7a2a;
  /* spiral turuncu ton */
  --hand-url: url('../img/hand.svg');
  /* el ikonu (SVG/PNG yolunu ayarla) */

  position: absolute;
  /* yerini sen ayarlarsın */
  width: var(--size);
  height: var(--size);
  /* istersen kaldır */
  left: 86.83%;
  cursor: pointer;
  z-index: 9;
  will-change: transform, opacity;
  transition: opacity 320ms ease, transform 360ms cubic-bezier(.25,.8,.25,1);
}
.content-meme-sagligi.meme-sagligi-hide{
  opacity: 0;
  transform: scale(.6);
  pointer-events: none;
  visibility: hidden; /* animasyon biterken görünmesin */
}

.content-meme-sagligi-inner,
.content-meme-sagligi-text,
.content-meme-sagligi-shape {
  position: relative;
  width: 100%;
  height: 100%;
}
.content-left-narrow .content-meme-sagligi-inner {
    background: #c1327c;
    border-radius: 50%;
}
.content-left-narrow .content-meme-sagligi-text {
    padding: 8px;
}
.content-left-narrow .content-meme-sagligi {
    --size: 123px;
}
/* ===== Yuvarlak yazı ===== */
.content-meme-sagligi-text {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.ms-text tspan.ms-alt {
  fill: #c0c0c0;
}

.ms-text-circle {
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: ms-rotate 20s linear infinite;
}

.ms-text {
  font-family: 'Oswald', system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: .19em;
  text-transform: uppercase;
  fill: var(--ring-color);
  opacity: 1;
}
.content-left-narrow .content-meme-sagligi {
    left: 81.83%;
}
/* Hover ile yazıyı durdurmak istersen */
/* .content-meme-sagligi:hover .ms-text-circle { animation-play-state: paused; } */

@keyframes ms-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* ===== Merkez şekiller (spiral + daire + el) ===== */
.content-meme-sagligi-shape {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

/* spiral/ripple efekti */
/* ===== SPIRAL: 3 span ile ripple ===== */
.content-meme-sagligi-spiral {
  position: absolute;
  width: 34%;
  height: 34%;
  border-radius: 50%;
  z-index: 2;
  /* istersen katmanı ayarla */
  pointer-events: none;
}

.content-meme-sagligi-spiral span {
  position: absolute;
  inset: 0;
  /* merkeze oturur */
  border-radius: 50%;
  border: 1px solid var(--accent-2);
  /* #ff7a2a */
  transform-origin: center;
  opacity: 0;
  animation: ms-ripple 2.2s ease-out infinite;
  /* filter: drop-shadow(0 0 6px rgba(255,122,42,.25)); */
}

.content-meme-sagligi-circle {
  z-index: 1;
}

.content-meme-sagligi-spiral {
  z-index: 2;
}

.content-meme-sagligi-mini-circle {
  z-index: 3;
}

.content-meme-sagligi-hand {
  z-index: 4;
}

/* farklı başlangıç boyutu + gecikme */
.content-meme-sagligi-spiral span:nth-child(1) {
  --start: .45;
  animation-delay: 0s;
}

.content-meme-sagligi-spiral span:nth-child(2) {
  --start: .60;
  animation-delay: .55s;
  border-width: 2px;
}

.content-meme-sagligi-spiral span:nth-child(3) {
  --start: .75;
  animation-delay: 1.1s;
  border-width: 4px;
}

@keyframes ms-ripple {
  0% {
    transform: scale(var(--start));
    opacity: .9;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* nabız atan merkez daire */
.content-meme-sagligi-circle {
  position: absolute;
  width: 61%;
  height: 61%;
  border-radius: 50%;
  background: #c1327c;
  /* box-shadow: 0 0 24px rgba(255, 47, 127, .35); */
  animation: ms-pulse 2.4s ease-in-out infinite;
}

.content-meme-sagligi-mini-circle {
  position: absolute;
  width: 14%;
  height: 14%;
  border-radius: 50%;
  background: #eb4a3d;
  /* box-shadow: 0 0 24px rgba(255, 47, 127, .35); */
  animation: ms-pulse 2.4s ease-in-out infinite;
}

@keyframes ms-pulse {

  0%,
  100% {
    transform: scale(.98);
  }

  50% {
    transform: scale(1.04);
  }
}

/* el ikonu – minik dairesel hareket */
.content-meme-sagligi-hand {
  position: absolute;
  width: 22%;
  aspect-ratio: 1/1;
  background: var(--hand-url) center / contain no-repeat;
  animation: ms-hand 2.2s ease-in-out infinite;
  /* elin merkezde hafif yukarıda başlaması için: */
  transform-origin: center;
  top: 46%;
  left: 50%;
}

@keyframes ms-hand {
  0% {
    transform: translate(-4px, 0) rotate(-2deg);
  }

  25% {
    transform: translate(0px, 3px) rotate(0deg);
  }

  50% {
    transform: translate(4px, 0) rotate(2deg);
  }

  75% {
    transform: translate(0px, -3px) rotate(0deg);
  }

  100% {
    transform: translate(-4px, 0) rotate(-2deg);
  }
}

/* Karanlık zeminde daha net görünüm için isteğe bağlı blend */
/* .ms-text { mix-blend-mode: screen; } */

/* Hareket azaltmayı tercih eden kullanıcılar */
@media (prefers-reduced-motion: reduce) {

  .ms-text-circle,
  .content-meme-sagligi-spiral,
  .content-meme-sagligi-circle,
  .content-meme-sagligi-hand {
    animation: none !important;
  }
}

footer {
    position: fixed;
    min-height: 119px;
    background: url(../img/footer-bg.png) no-repeat top left;
    width: 100%;
    z-index: 999;
    bottom: 0;
    background-size: initial;
    transition: 3.5s all;
    pointer-events: none; 
}
    footer.footer-hide {
        top: calc(100% - 55px);
        transition: 3.5s all;
    }
.footer-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 56px;
    overflow: hidden;
}
footer:before{
    position: absolute;
    top: 35px;
    height: auto;
    background-color: #f3f3f3;
    content: '';
    /* top: 0; */
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.footer-nar img {
    pointer-events: auto;
}
.footer-arrow {
    position: absolute;
    background: url(../img/footer-arrow.svg) no-repeat left center;
    width: 24px;
    height: 24px;
    background-size: contain;
    left: 274px;
    top: 20px;
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 99;
    pointer-events: auto;
}
footer.footer-hide .footer-arrow{
  transform: initial;
}
.footer-logos ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
    .footer-logos ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style-type: none;
        height: 47px;
        margin-right: 30px;
        pointer-events: auto;
    }
  .footer-logos ul li:last-child{
    margin-right: 0;
}
.footer-logos ul li a{
  display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    height: 47px;
}
.footer-logos ul li a img{
 max-height: 40px;
}

.footer-links {
    position: relative;
    top: 5px;
    pointer-events: auto;
}
.footer-links ul li{
  list-style-type:none;
  margin-right:10px;
}

.footer-links ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left:0;
  margin-bottom: 0;
}
.footer-links ul li a{
  list-style-type:none;
      color: #777777;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 0 0px 0;
    line-height: 22px;
    transition: 0.3s all;
    text-decoration: none;
    padding-right:10px;
    display: block;
    position: relative; 
}
.footer-links ul li a:after{
  content:'|';
  position: relative;
  left:10px;
}
.footer-links ul li:last-child a:after{
  display: none;
}
.footer-left{}
.footer-left-top{
    padding-bottom:7px;
    position: relative;
}
.footer-left-top:after{
  content:'';
  position: absolute;
  left:-55px;
  bottom: 0;
  height: 1px;

background: linear-gradient(
  to right, 
  #bebdbe 0%, 
  #f0f0f0 70%, 
  rgba(240, 240, 240, 0) 100%
);
width:150%;
}
.footer-left-bottom{
  padding-top:13px;
  padding-bottom:18px;
}
.footer-center{
  padding-top:8px;
  padding-left:10%;
  padding-right:10%;
}
.footer-right{
  display: flex;
  flex-direction: column;
  padding-top:15px;
}
.footer-right-top{
  display: flex;
  flex-direction: row;

}
.footer-right-bottom{
  display: flex;
  flex-direction: row;
}
.footer-copyright{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

/*icerik listeleme*/

/* =========================
   İçerik Listeleme – Dar Sol Menü + Galeri
   (Bu bloğu mevcut style.css'in EN SONUNA ekle)
   ========================= */

/* Ortak: soldaki dar kolon genişliği – 1920px'de 389px */
.content-inner{ --left-w: clamp(389px, 25vw, 389px); }

/* SOL DAR MENÜ KUTUSU */
.content-left-narrow{
  width: var(--left-w);
  background-color: #c1327c;   /* mevcut sol kolon rengi */
  padding-top: 114px;          /* header çakışmasın – mevcut iç sayfa ile aynı */
  padding-left: 38px;
  padding-right: 25px;
  padding-bottom: 80px;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  flex-shrink: 0;
}

/* Eski animasyon/gizle-göster mantığını devre dışı bırak: sol menü hep açık */
/* .content-left-narrow .content-menu-subjects{
  position: relative !important;
  inset: auto !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  padding: 0;               
} */

/* Liste alanı: mevcut stillerin üstüne hizalama/padding düzeltmesi */
.content-left-narrow .content-menu-subjects-list{
  flex: 1 1 auto;
  overflow-y: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 6px;         /* scrollbar nefes alanı */
  position: static;
}

/* Mevcut listede -30px kaydırma vardı, dar menüde düzeltelim */
.content-left-narrow .content-menu-subjects-list{ left: 0 !important; }

/* Scrollbar mevcut stile yakın */
.content-left-narrow .content-menu-subjects-list::-webkit-scrollbar{ width: 3px; }
.content-left-narrow .content-menu-subjects-list::-webkit-scrollbar-thumb{
  background: #c36f9a; border-radius: 8px; min-height: 37px;
}

/* Liste öğeleri – mevcut animasyonlar kalsın, sadece boşluk ve hizalama */
.content-left-narrow .content-menu-subjects-list ul{ padding-left: 0; margin: 0; }
.content-left-narrow .content-menu-subjects-list ul li{
  list-style: none;
  margin: 0 0 22px 0;         /* dar menüde rahat nefes */
}

/* İkon + metin görünümü mevcut paletle uyumlu */
.content-left-narrow .subject-item-icon{
  width: 44px; height: 44px; margin-right: 12px;
}
.content-left-narrow .subject-item-text{
  color: #fff; font-size: 18px; line-height: 22px; font-weight: 600;
}
.content-left-narrow .content-menu-subjects-list ul li a{
  text-decoration: none; display: flex; align-items: center; gap: 12px;
  transition: color .25s ease, transform .25s ease, filter .25s ease;
}
.content-left-narrow .content-menu-subjects-list ul li:hover a{
  color: #f5d7e6;
}



/* =========================
   SAĞ ANA LİSTE/GALERİ
   ========================= */
.content-main-list {
    width: calc(100% - var(--left-w) - 32px);
    padding-top: 58px;
    padding-left: 38px;
    padding-right: 27px;
    padding-bottom: 36px;
    box-sizing: border-box;
    /*    max-height: calc(100vh - 104px);*/
    max-height: calc(100vh);
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    scroll-padding-top: 58px; /* header yüksekliği kadar */
}
.content-main{
    max-height: calc(100vh);
    overflow-y: scroll;
      width: calc(44.5% - 32px);
     scroll-padding-top: 58px; /* header yüksekliği kadar */
}
.content-main.content-main-wider{
  width: max(0px, calc(100% - var(--left-w) - 24%));
}
.content-main-list:root,.content-menu-subjects-list:root,.content-main:root {
  scrollbar-color: #c36f9a transparent;
  /* thumb, track */
  scrollbar-width: thin;
  /* ~3px */
}

/* Chrome / Edge / Safari */
.content-main-list::-webkit-scrollbar,.content-menu-subjects-list::-webkit-scrollbar,.content-main::-webkit-scrollbar {
  width: 3px;
  /* dikey scrollbar kalınlığı */
}

.content-main-list::-webkit-scrollbar:horizontal,.content-menu-subjects-list::-webkit-scrollbar:horizontal,.content-main::-webkit-scrollbar:horizontal {
  height: 3px;
  /* yatay scrollbar kalınlığı */
  
}

.content-main-list::-webkit-scrollbar-track ,.content-menu-subjects-list::-webkit-scrollbar-track,.content-main::-webkit-scrollbar-track{
  

    margin-top: 340px;  /* üstten boşluk */
  margin-bottom: 140px; /* alttan boşluk */
  background: transparent;
}

.content-main-list::-webkit-scrollbar-thumb,.content-menu-subjects-list::-webkit-scrollbar-thumb,.content-main::-webkit-scrollbar-thumb {
  background: #c36f9a;
  border-radius: 8px;
  min-height: 37px;
  /* dikey tutamacın minimum yüksekliği */
  /* yatay için istersen: min-width: 67px; */
}


/* Sayfa başlığı */
.list-title{
  margin: 0 0 22px 0;
  color: #333;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
}

/* Kartlı galeri ızgarası */
.page-content-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));  /* 3 sütun desktop */
  gap: 22px;
  margin-bottom:50px;
}
   .page-remember-list {
     display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 3 sütun desktop */
  gap: 22px;
  margin-bottom: 50px;
  }
/* Kart */
.page-content-list-item a{
  display: block;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.page-content-list-item a:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
}

/* Görsel */
.page-content-list-item-thumb{
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f2f2f2;
}
.page-content-list-item-thumb img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* Metin */
.page-content-list-item-info{
  padding: 16px 18px 18px 18px;
  min-height: 146px;
}
.page-content-list-item-info h3{
  margin: 0 0 8px 0;
  font-size: 18px; line-height: 22px; color: #322d2a; font-weight: 700;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* en fazla 3 satır */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-content-list-item-info p{
  margin: 0;
  color: #555; font-size: 16px; line-height: 20px; font-weight: 500;
    display: -webkit-box;
  -webkit-line-clamp: 3; /* en fazla 3 satır */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hover'da küçük vurgu */
.page-content-list-item a:hover .page-content-list-item-info h3{ color: #c1327c; }

/**/
.header-innerpage .header-left{
  display: flex;
  justify-content: flex-start;
}
.mobile-hamburger {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px; /* çizgiler arası boşluk */
  cursor: pointer;
  display: none;
  margin-right: 40px;
  cursor: pointer;
}

.mobile-hamburger span {
  display: block;
  height: 4px;
  border-radius: 4px;
  background-color: #c1327c; /* senin kullandığın pembe */
  transition: all 0.3s ease;
}

/* İrili ufaklı çizgiler */
.mobile-hamburger span:nth-child(1) {
  width: 70%;
}

.mobile-hamburger span:nth-child(2) {
  width: 100%;
}

.mobile-hamburger span:nth-child(3) {
  width: 55%;
}


/*İÇERİK LİSTELEME GALERİ*/

.page-video-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
  margin-bottom:50px;
}

.page-video-list-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.page-video-list-item a {
    text-decoration: none;
}
.page-video-list-item:hover {
  transform: translateY(-4px);
}

.page-video-list-thumb {
 aspect-ratio: 16 / 10; /* genişlik / yükseklik oranı */
  width: 100%; 
  object-fit: cover; /* içeriği kırpmak için */
  overflow: hidden;
  position: relative;
}

.page-video-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Play ikonu ortalanıyor */
.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(193,50,124,0.85); /* pembe tonunda arka plan */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.page-video-list-item:hover .video-play-icon {
  background: #c1327c;
  transform: translate(-50%, -50%) scale(1.1);
}

.page-video-list-info {
  padding: 12px 16px;
  text-align: center;
}

.page-video-list-info h3 {
  font-size: 16px;
  margin: 0;
  color: #c1327c; /* pembe başlık */
  font-weight: 600;
}

/**/

/*Doktor Listeleme*/

.content-left-note{
  padding-top:300px;
  color:#fcf8f9;
  font-size:24px;
  letter-spacing: 0;
  font-weight: 400;
  padding-right: 20px;

}
a.content-left-link {
    width: 100%;
    display: block;
    text-decoration:none;
    text-align:center;
}
.content-left-img {
    width: 100%;
    max-height: 60vh;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
}
.content-left-img img{
    width: 100%;
}
.content-left-img-title{
    font-size:22px;
    color:#ffffff;
    font-weight:600;
}
/* Izgara */
.page-doctor-list {
    --gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: var(--gap);
    padding: 16px 0 28px;
}

.page-doctor-list-item {
    position: relative;
    background: #fff;
    border: 1px solid #e6e6e6;
    max-width: 110px; /* üst sınır */
    min-width: 118px; /* alt sınır (opsiyonel) */
    border-radius: 100vmax; /* dikey oval */
    padding: 2px 2px 10px 2px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    transition: border-color .2s, box-shadow .2s, transform .2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 7 / 10;
    min-height: 261px;
}

.page-doctor-list-item:hover {
  background: #c1327c;
  box-shadow: 0 6px 18px rgba(216,138,169,.18);
  transform: translateY(-2px);
}

/* Link alanı (foto+isim+branş) */
.page-doctor-list-item .doctor-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

/* Foto */
.doctor-photo {
  width: 100%; height: auto;
  border-radius: 50%;
  padding: 0;
  background: #cccccc;
  transition: border-color .2s, box-shadow .2s;
  overflow: hidden;
  margin:0 0 10px 0;
  position:relative;
}
.doctor-photo:before{
  content:'';
  padding-top:100%;
  display:block;
}
.page-doctor-list-item:hover .doctor-photo {
  border-color: #d88aa9;
  box-shadow: 0 0 0 4px rgba(216,138,169,.12);
}
.doctor-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

/* İsim/branş */
.doctor-name {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin: 0;
  padding: 0 4px;
  color: #333;
  margin-bottom:3px;
  letter-spacing:0.3px;
}
.doctor-branch {
    font-size: 14px;
    color: #d06b92;
    font-weight: 400;
    padding: 0 4px;
    min-height: 42px;
}

/* Sosyal ikonlar */
.doctor-social {
  margin-top: auto;
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 14px 0 0;
}
.soc-btn {
   height: auto;
  display: grid; place-items: center;
  color: #9c9c9c;
  text-decoration: none;
  transition: color .2s, border-color .2s, box-shadow .2s, transform .2s;
  font-size: 16px; /* FA ikon boyu */
}
.soc-btn:hover {
  color: #fcf8f9;
  transform: translateY(-1px);
}
.page-doctor-list-item:hover .soc-btn{
  color: #fcf8f9;
}
.page-doctor-list-item:hover .doctor-branch, .page-doctor-list-item:hover .doctor-name{
  color: #fcf8f9;
}
.page-doctor-list-item .doctor-photo {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.page-doctor-list-item:hover .doctor-photo {
    filter: initial;
}
.content-doctors{
  margin-top:23px;
}
.content-doctor-title h1{
  font-size:30px;
  font-weight: 600;
  color:#333333;
  letter-spacing: 0;
}

/* =========================
   Doktor Detay (Sol Kart + Sağ Form)
   ========================= */

/* Sağ form alanı: mevcut .content-main-list yerine bu sayfada kullanıyoruz */
.content-main-form{
  width: calc(100% - var(--left-w) - 32px);
  padding-top: 105px;
  padding-left: 38px;
  padding-right: 27px;
  padding-bottom: 36px;
  box-sizing: border-box;
  max-height: calc(100vh - 104px);
  overflow-y: auto;                 /* sadece içerik scroll */
  position: relative;
}
.content-main-form::-webkit-scrollbar{ width:3px; }
.content-main-form::-webkit-scrollbar-thumb{ background:#c36f9a; border-radius:8px; }


  .content-drask-title{
    display: flex;
    justify-content: flex-start;    margin:0 0 35px 0;
  }
  .content-drask-title h1{
  font-size:30px;
  font-weight: 600;
  color:#fcf8f9;
  letter-spacing: 0;
  line-height: 27px;;
    margin:0 0 0 0;
    background-color: #c1327c;
    padding-right:35px;
}


/* --- Sol panelde doktor kartı --- */
.doctor-left-hero{
  height: 100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  color:#fff;
  padding-top: 30px;               /* header boşluğu üzerine küçük offset */
}

.doctor-avatar{
  width: 210px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius:50%;
  overflow:hidden;
  background:#cccccc;
  border:3px solid #ffffff;
  /* box-shadow: 0 12px 28px rgba(0,0,0,.18); */
}
.doctor-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }

.doctor-legend{
  margin-top: 18px;
  font-size: 16px;
 color:#fcf8f9;
 font-weight:400;
 letter-spacing: 0;
 line-height: 24px;
  margin-bottom: 12px;
}
.doctor-title{
  margin: 0 0 4px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #fcf8f9;
}
.doctor-branch-left{
  font-size: 18px;
  color:#fcf8f9;
  letter-spacing: 0;
  line-height: 24px;
}

/* Sosyal */
.doctor-social-left{
  display:flex; gap:12px; margin: 27px 0 42px; padding:0; list-style:none;
}
.doctor-social-left a{
  width:auto; height:auto; border-radius:0;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:18px;
  color:#fcf8f9; text-decoration:none;
  transition: all .2s ease;
}
.doctor-social-left a:hover{ color:#fff;  transform: translateY(-2px); }

/* Seçimimi Değiştir */
.doctor-change{
  font-size: 14px; color:#fcf8f9; text-decoration: underline;
  transition: all .2s ease;
}
.doctor-change:hover{ opacity:1;color:#fcf8f9 }

/* Alt büyük buton */
.btn-outline-white{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 22px;
  font-size:16px;
  font-weight: 500;
  border:2px solid #fff; color:#fff; text-decoration:none;
  border-radius: 999px; font-weight: 600; margin-top: 24px;
  transition: background .25s ease, color .25s ease, transform .2s ease;
}
.btn-outline-white:hover{ background:#fff; color:#c1327c; transform: translateY(-2px); }

/* Sol kartta CTA’nın panel dibine yakın durması için */
.doctor-left-hero .doctor-answers-btn{ margin-top:114px; margin-bottom: 16px; }



/* --- Form bileşenleri --- */
.ask-doctor-form{ margin-top: 16px;
max-width: 100%;
width:907PX;
}

.mo-field-row3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 16px;
}
.mo-field {
    width: 100%;
    color: #636262;
}

.mo-input {
    width: 100%;
    padding: 10px 12px;
    height: 44px;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    background: #fff;
    color: #636262;
    transition: border-color .2s ease, box-shadow .2s ease;
}
    .mo-input::placeholder {
        color: #636262;
    }
.mo-input:focus{
  border-color:#c1327c;
  box-shadow: 0 0 0 3px rgba(193,50,124,.12);
}

.mo-textarea {
    width: 100%;
    min-height: 230px;
    border: 1px solid #e6e6e6;
    border-radius: 22px;
    background: #fcf8f9;
    padding: 35px 33px 15px 33px;
    font-size: 16px;
    color: #636262;
    outline: none;
    resize: vertical;
    transition: border-color .2s ease, box-shadow .2s ease;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 12px;
    height: 44px;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    background: #fff;
    color: #111827;
    transition: border-color .2s ease, box-shadow .2s ease;
}
    .mo-textarea::placeholder {
        color: #636262;
    }
.mo-textarea:focus{
  border-color:#c1327c;
  box-shadow: 0 0 0 3px rgba(193,50,124,.12);
}

.mo-check{
  display:flex; align-items:center; gap:10px;
  font-size:14px; color:#555; margin: 26px 0 6px;
}
    .mo-check span, .mo-check a {
        color: #636262 !important;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
    }

.mo-check input[type="checkbox"]{
  width:18px; height:18px; border:1px solid #c9c9c9; border-radius:4px;
}

.mo-note{
    color:#333333;
  font-weight: 500;
  font-size:18px;
  letter-spacing: 0;
    margin-top: 10px;
    display: block;
}

.mo-actions{
  display:flex; align-items:center; justify-content:space-between;
  gap: 18px; margin-top: 8px;
}

/* Captcha kutusu için yer tutucu */
.captcha-placeholder{
  width: 304px; height: 78px;
  background: #f2f2f2;
  border:1px solid #dcdcdc; border-radius: 8px;
  display:grid; place-items:center;
  font-size:12px; color:#999;
}

/* Gönder butonu */
.mo-btn{
  background:#c1327c; color:#fff; border:0;
  border-radius:999px; padding: 14px 28px;
  font-weight:700; letter-spacing:.2px; cursor:pointer;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease  ;
  position: relative;
  overflow: hidden; /* ripple için gerekli */
}

.mo-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.35); /* çok hafif beyaz efekt */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
}

.mo-btn:hover {
  transform: scale(1.04); /* çok hafif büyüme */
  box-shadow: 0 4px 15px rgba(193, 50, 124, 0.3);
}

.mo-btn:hover::after {
  width: 200%;
  height: 200%;
  opacity: 0;
}
.mo-btn:active {
  transform: scale(0.97); /* biraz küçülerek basılmış hissi verir */
  box-shadow: 0 2px 6px rgba(193, 50, 124, 0.4) inset; /* içe gölge */
  filter: brightness(0.95); /* biraz karart */
}

/*success*/
.ask-success {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* Başarılı Bildirimi */
.ask-success{
  min-height: calc(100vh - 160px); /* header/footer payını düşünerek */
  display: grid;
  place-items: center;
  padding: 40px 20px;
}

.ask-success-inner{
  max-width: 520px;
  width: 100%;
  text-align: center;
  color: #333333;
}

.ask-success p{
  margin: 0 0 28px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.ask-success .ask-lead{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.ask-success-home{
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: none;
  color: #c1327c;
  border-bottom: 1px solid rgba(193,50,124,.35);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
.ask-success-home:hover{
  color: #a91f66;
  border-color: #a91f66;
  transform: translateY(-1px);
}
/**tum cevaplanan sorular*/

/* ===== GENEL KAPSAYICI ===== */
.qa-container{max-width:980px;margin:32px auto 60px;padding:0 20px;font-family:"Quicksand",sans-serif;}

/* ===== FİLTRELER ===== */
.qa-filters{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;}

/* Kategori chip/pill – önceki stil */
.question-category-list{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;}
    .question-category-list li {
        margin: 0;
        padding: 0;
        width: 100%;
    }
.question-category-list a{
  --ring: rgba(193,50,124,.22);
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #eee;
  color:#333;text-decoration:none;font-weight:600;font-size:14px;
  box-shadow:0 4px 14px rgba(0,0,0,.04);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease,background .18s ease;
  width: 250px;
    max-width: 100%;
}
.question-category-list a img{width:22px;height:22px;object-fit:cover;border-radius:50%;}
.question-category-list a:hover{border-color:#c1327c;color:#c1327c;transform:translateY(-2px);box-shadow:0 8px 22px var(--ring);}
.question-category-list a.is-active{background:#c1327c;color:#fff;border-color:#c1327c;box-shadow:0 10px 26px var(--ring);}

/* Doktor select – önceki oval stil */
.doctor-filter{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.doctor-filter label{font-size:16px;color:#666;}
.doctor-filter select{
  height:40px;border:1px solid #e5e5e5;border-radius:999px;background:#fff;
  padding:0 12px;font-size:14px;color:#333;outline:none;transition:border-color .2s ease,box-shadow .2s ease;
}
.doctor-filter select:hover{border-color:#c1327c;}
.doctor-filter select:focus{border-color:#c1327c;box-shadow:0 0 0 3px rgba(193,50,124,.12);}

/* ===== KARTLAR – SON İSTEDİĞİN YAPI ===== */
.qa-card{
  border:1px solid #eee;border-radius:14px;overflow:hidden;margin-bottom:18px;background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.04);
}
.qa-header {
    display: flex
;
    justify-content: space-between;
    padding: 10px;
}
.qa-header .qa-date{
  order:2;
}
.qa-header .qa-line{
  order:1;
}
/* Tarihler – büyütüldü */
.qa-date{font-size:15px;color:#6b6b6b;font-weight:600;padding:12px 16px 0;}
.qa-date-answer{padding-top:14px;}

/* Soru/Yanıt satırı: sol hizalı, alttakilerle aynı sol boşluk */
.qa-line{display:flex;justify-content:flex-start;align-items:baseline;gap:12px;padding:6px 16px 0 16px;}
.qa-title {
    font-weight: 800;
    letter-spacing: .2px;
    color: #636262;
}
/* Soru etiketi daha büyük */
.qa-card .qa-title:first-child{font-size:18px;}
/* Kişi boyutu bir tık arttı */
.qa-person {
    font-size: 16px;
    color: #636262;
    font-weight: 700;
}

/* Metinler – senin verdiğin tipografi */
.qa-desc{
  color:#333333;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;
  padding:8px 16px 14px;
}

/* Ton farkı: soru kısmı hafif pembe, yanıt kısmı beyaz.
   Bunu iki .qa-desc arasında sınıfla ayırdık */
.qa-card .qa-desc:nth-of-type(1){ /* soru bölümü */
  background:#fff6fa;
  border-bottom:1px dashed #ead1de;
  border-top-left-radius:10px;border-top-right-radius:10px;
}
.qa-answer-desc{ /* yanıt bölümü */
  background:#fff;margin-top:0px;
  border-bottom-left-radius:10px;border-bottom-right-radius:10px;
}

/* Yanıt linki */
.qa-answer-desc a{color:#c1327c;font-weight:700;text-decoration:none;}
.qa-answer-desc a:hover{text-decoration:underline;}
/* Kart çerçevesi */
.qa-card {
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
  background: #fff;
  margin-bottom: 20px;
}

/* Soru kısmı */
.qa-desc:not(.qa-answer-desc) {
  background: #fff6fa;             /* çok hafif pembe/gri dokunuş */
  border-bottom: 1px solid #ead1de; /* ayırıcı çizgi */
  padding: 25px 25px;
}

/* Yanıt kısmı */
.qa-answer-desc {
    background: #fff;
    padding: 0px 25px 25px 25px;
}

/* Link biçimi */
.qa-answer-desc a {
  display: inline-block;
  margin-top: 4px;
  color: #c1327c;
  font-weight: 700;
  text-decoration: none;
}
.qa-answer-desc a:hover {
  text-decoration: underline;
}
.mo-field-row2{
  position: relative;
}
.mo-info{
  margin-left:15px;
  display: inline;
  cursor: pointer;
}
.mo-info i{
  color:#c1327c;
}
.mo-info-desc {
    position: absolute;
    display: none;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #ead1de;
    background: #f5f5f5;
    max-width: 59%;
    padding-right: 45px;
    z-index: 1;
    font-size:14px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.mo-info-desc-close{
  cursor: pointer;
}
.mo-info-desc-close i {
    font-size: 24px;
    color: #c1327c;
    position: absolute;
    right: 15px;
}
.mo-info-desc table td{
  border: 1px solid #333333;
}
.mo-sep { border:0; height:1px; background:#eee; margin:16px 0; }
.mo-conditional { background:#fafafa; padding:12px; border-radius:12px; }
.mo-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #636262;
    /* margin-top: 50px; */
    margin-bottom: 7px;
    line-height: 22px;
}
.risk-detail .mo-label {
    color: #c1327c;
}
.risk-detail .content-title {
    color: #636262;
    font-weight: 600;
}
.doctor-profil-title{
  margin-top:20px;
}
/* Mobil küçük düzen */
@media (max-width: 640px) {
  .question-category-list a {
    font-size: 13px;
    padding: 9px 12px;
  }
  .qa-desc {
    font-size: 17px;
   margin-right:14px;
    line-height: 24px;
  }
  .mo-label { font-size: 14px;}
}
}
.header-social ul li.header-lang-item a {
    font-weight: 500;
    color: #333333;
}

.header-social ul li.header-lang-item{
   margin-right:14px;
}
.header-social ul li.header-lang-item a {
    font-weight: 500;
    color: #333333;
}
@media (max-width:1160px){
    .member-entry{
        display:none;
    }
}
/* Mobil küçük düzen */
@media (max-width:640px) {
    .question-category-list a{font-size:13px;padding:9px 12px;}
  .qa-desc{font-size:17px;line-height:24px;}
}


.doctor-filter {
  position: relative;
  max-width: 100%;
}

.doctor-filter label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.doctor-selected {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    background: #fff;
    display: flex;
    color: #636262;
    justify-content: space-between;
    align-items: center;
    min-width: 300px;
}

.doctor-selected .arrow {
  font-size: 12px;
  color: #666;
}

.doctor-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 6px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
    width: 100%;
    max-height: 320px;
    padding: 13px;
    gap: 13px;
    max-width: 100%;
    flex-wrap: wrap;
z-index: 99;
      max-height: 300px;   /* yükseklik limiti */
  overflow-y: auto;    /* dikey scroll */
  overflow-x: hidden;

   scrollbar-color: #c36f9a transparent; /* thumb, track */
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch; /* iOS */
}

.doctor-dropdown a{
    text-decoration:none;
    min-height:128px;
}
.doctor-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all .2s ease;
    flex: 1 1 calc(25% - 12px); /* 4 doktor yan yana (25%) */
    box-sizing: border-box;
    background: #fff;
}

.doctor-item img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 6px;
}

.doctor-item span {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.doctor-item small {
  font-size: 11px;
  color: #777;
}

.doctor-item:hover {
  border-color: #c1327c;
  background: #fff6fa;
}

.input-search input{

    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    background: #fff;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    min-width: 300px;
}

.filtre-btn button {
  background: #c1327c;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  min-width: 120px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.question-detail-content{
  margin-top:60px;
}
.filtre-btn button:hover {
  background: #a94f7f; /* biraz daha koyu pembe */
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.filtre-btn button:active {
  background: #8c3f68; /* daha koyu basılı hali */
  transform: scale(0.97);
}

/* ——— Danışman Doktorlarımız (sol kolon kartı) ——— */
.advisors-card{
  background:#f6f7f8;
  border-radius:14px;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  padding:18px 16px 16px;
  margin-bottom:18px;
  position:relative;
}

.advisors-title{
font-weight: 500;
    font-size: 22px;
    line-height: 1.1;
    color: #c1327c;
    margin: 10px 0 24px 0;
}

/* 3 sütun kare ızgara – eski yapıya benzer */
.advisors-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:8px;
}

/* Hücre */
.advisor{
  aspect-ratio:1/1;
  border-radius:10px;
  overflow:hidden;
  background:#e9ebee;
  position:relative;
  display:grid;
  place-items:center;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.advisor:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 16px rgba(0,0,0,.10);
  filter:saturate(1.05);
}

/* Fotoğraf varsa */
.advisor img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:grayscale(100%);      /* eski sitedeki gibi siyah-beyaz */
}

/* Fotoğraf yoksa: renkli daire + baş harf */
.advisor::before{
  content: attr(data-initials);
  width:64%;
  aspect-ratio:1/1;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:700;
  color:#fff;
  font-size:14px;
  letter-spacing:.5px;
  /* yumuşak degrade – markayla uyumlu */
  background:
    radial-gradient(120% 120% at 30% 20%, #ff8ebc 0%, #c1327c 48%, #7a2b90 100%);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.25);
  display: none;
}

/* Alt CTA kutusu (isteğe bağlı) */
.advisors-cta{
  display:block;
  text-align:center;
  margin-top:14px;
  padding:14px 10px;
  background:#fff;
  border:1px solid #ead1de;
  border-radius:12px;
  text-decoration:none;
  color:#333333;
  font-weight:600;
  line-height:1.15;
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.advisors-cta:hover{
  background:#fff6fa;
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(193,50,124,.18);
}
.content-left-narrow .advisors-card {
  margin-top: 0;
}
/* === Başvuru formu ek stilleri === */
.mo-form.dr-apply .mo-field-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 6px;
}
@media (max-width:1200px) { .mo-form.dr-apply .mo-field-row2 { grid-template-columns: 1fr; }



   
}
.mo-form.dr-apply .mo-select, .regg-form .mo-select, .profile-form .mo-select {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 12px;
    height: 44px;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    background: #fff;
    color: #636262;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.mo-form.dr-apply .mo-select:focus,.regg-form .mo-select:focus,.profile-form .mo-select:focus {
  border-color: #c1327c;
  box-shadow: 0 0 0 3px rgba(193,50,124,.12);
}
.mo-form.dr-apply .mo-radio-group {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  height: 52px;
}
.mo-form.dr-apply .mo-radio { display: inline-flex; align-items: center; gap: 8px; font-weight:600; color:#333; }
.mo-form.dr-apply .mo-radio input { width:18px; height:18px; accent-color:#c1327c; }
.mo-form.dr-apply .mo-input-group { position: relative; }
.mo-form.dr-apply .mo-pw-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  color: #c1327c;
  cursor: pointer;
  padding: 4px 6px;
}
.mo-form.dr-apply .mo-help { display:block; margin-top:6px; font-size:12px; color:#6b6b6b; }
/* küçük iyileştirmeler */
.mo-form.dr-apply .mo-label { margin-bottom:6px; }
.mo-form.dr-apply .mo-field { margin-bottom: 16px; }
/* Sol dar menü ile uyum: üst boşluk vs. */
.content-left-narrow .advisors-card{ margin-top:18px; }

/* Daha dar ekranlar */
@media (max-width: 768px){
  .advisors-title{ font-size:22px; }
  .advisors-grid{ gap:6px; }
}





/* Daha kısa ekranlarda dikey boşluğu azalt */
@media (max-height: 680px){
  .ask-success{ min-height: calc(100vh - 120px); }
}
/* Responsive düzenlemeler */
@media (max-width: 1200px){
  .mo-field-row3{ grid-template-columns: 1fr; }
}
@media (max-width: 992px){
  .content-main-form{ width:100%; padding-bottom: 60px; padding-top:128px}
  .content-main-list ,.content-main{
    padding-top: 105px;
}
.question-detail-content.content-doctors{
  margin-top:0;
}
}
@media (max-width: 480px){
  .captcha-placeholder{ width:100%; }
  .mo-actions{ flex-direction: column; align-items: stretch; }
  .mo-btn{ align-self: flex-end; }
    
}


@media (max-width: 1920px) {

  .footer-center{
    padding-left:5%;
    padding-right:5%;
  }
}
@media (max-width: 1900px) {
    .footer-logos ul li {
        margin-right: 25px;
    }

        .footer-logos ul li a img {
            max-height: 29px;
            max-width: 122px;
        }
}
@media (max-width: 1740px) {
    .footer-logos ul li {
        margin-right: 15px;
    }

}
    @media (max-width: 1720px) {
        .footer-center {
            padding-left: 2%;
            padding-right: 2%;
        }
    }


    @media (max-width: 1699px) {
    }

    @media (max-width: 1630px) {
        .footer-logos ul li {
            margin-right: 18px;
        }
    }
@media (max-width: 1615px) {
    .footer-logos ul li {
        margin-right: 10px;
    }
    .footer-links ul li {
        margin-right: 7px;
    }
        .footer-links ul li a {
            padding-right: 7px;
        }
            .footer-links ul li a:after {
                left: 5px;
            }
}
    @media (max-width: 1560px) {
        .content-meme-sagligi {
            --size: 9.6vw;
            left: 84%;
        }
        .footer-logos ul{
            padding-left:0;
        }
        .footer-logos ul li a img {
            max-height: 33px;
            max-width: 145px;
        }
            .footer-logos ul li a img {
                max-height: 22px;
                max-width: 130px;
            }
        .footer-links ul li a {
            font-size: 12px;
        }

        .footer-copyright {
            font-size: 12px;
        }

        .content-main-list {
            padding-left: 45px;
            padding-right: 45px;
        }

        .page-content-list-item-info h3 {
            font-size: 17px;
        }
    }

    @media (max-width: 1480px) {
        .content-doctors {
            margin-top: 50px;
        }
    }

    @media (max-width: 1435px) {
    }

    @media (max-width: 1400px) {
        .home-menu-item.one {
            width: 46px;
        }

        .home-menu-item.two {
            width: 108px;
        }

        .home-menu-item.three {
            width: 76px;
        }

        .home-menu-item.four {
            width: 110px;
        }

        .home-menu-item.five {
            width: 62px;
        }

        .home-menu-item.six {
            width: 92px;
        }

        .home-menu-item.seven {
            width: 108px;
        }

        .home-menu-item.eight {
            width: 144px;
        }

        .home-menu-item.nine {
            width: 72px;
        }

        .home-menu-item.ten {
            width: 136px;
        }

        .home-menu-item.eleven {
            width: 38px;
        }

        .home-menu-item.twelve {
            width: 94px;
        }

        .home-menu-item.thirteen {
            width: 102px;
        }

        .home-menu-item.fourteen {
            width: 44px;
        }

        .home-menu-item.fifteen {
            width: 100px;
        }

    /*    .home-slogan h1 {
            line-height: 65px;
            font-size: 60px;
        }*/
        .home-menu-item.sixteen {
            width: 58px;
        }

        .home-menu-item.seventeen {
            width: 68px;
        }

        .home-menu-item.eighteen {
            width: 108px;
        }
    }

    @media (max-width: 1380px) {

        .footer-inner {
            flex-wrap: wrap; /* Satır kırılmasına izin ver */
        }

        .footer-left {
            order: 1;
            flex: 0 0 auto; /* genişliği içeriğe göre */
            text-align: left;
        }

        .footer-center {
            order: 2;
            flex: 1; /* kalan alanı kapla */
            text-align: right;
            padding-left: 0%;
            padding-right: 0%;
            padding-top: 0;
        }

        .footer-logos ul {
            justify-content: flex-end;
            margin-bottom: 0;
        }

        .footer-right {
            order: 3;
            flex: 1 0 100%; /* yeni satıra geç */
            text-align: right;
        }

        footer {
            background-position: calc(50% + 633px) 8px;
        }

            footer:before {
                top: 41px;
            }

        .footer-arrow {
            left: calc(50% - 50px);
            top: 35px;
        }
    }

    @media (max-width: 1300px) {
        .content-left {
            padding-left: 38px;
        }

        .content-menu {
            padding-left: 38px;
        }

        .content-menu-subjects {
            padding-left: 38px;
        }

        .content-desc p, .content-desc ul li, .content-desc ol li {
            font-size: 16px;
            line-height: 22px;
        }

        .content-close {
            width: 34px;
            height: 34px;
        }

            .content-close span {
                position: absolute;
                width: 3px;
                height: 16px;
            }

        .content-main {
            padding-left: 45px;
            padding-right: 60px;
        }

        .content-menu-list ul li a {
            font-size: 14px;
            line-height: 14px;
        }

        .content-menu-subjects-list ul li a {
            font-size: 14px;
            line-height: 14px;
        }

        .content-menu-list ul li.cml-item-active a {
            font-size: 16px;
            line-height: 14px;
        }

        .content-menu-list ul li {
            margin: 0 0 6px 0;
        }

        .content-meme-sagligi {
            --size: 10.3vw;
            left: 82%;
        }

        .home-slogan h1 {
            line-height: 55px;
            font-size: 50px;
        }

        .list-title {
            font-size: 26px;
        }

        .page-content-list-item-info h3 {
            font-size: 16px;
        }

        .page-content-list-item-info p {
            font-size: 13px;
            line-height: 18px;
        }

        .header-innerpage .container {
            padding-left: 43px;
        }
    }

    @media (max-width:1380px) and (min-width:1201px) {
        .footer-nar {
            position: absolute;
            right: 62px;
            bottom: 25px;
        }
    }

    @media(max-width:1230px) {
        .footer-links ul li:last-child {
            margin-right: 0;
        }
        .header-slogan{
            display:none;
        }
        .member-entry:after {
            display: none;
        }
        .footer-logos ul li a img {
            max-height: 25px;
            max-width: 128px;
        }

        .footer-logos ul li {
            margin-right: 9px;
            max-width: 20%;
        }

            .footer-logos ul li:last-child {
                margin-right: 0;
            }

        .footer-logos ul {
            margin-left: 0;
        }

        .home-inner {
            overflow: hidden;
            width: calc(100% + 115px );
            position: relative;
            left: -40px;
        }

        .header-left .logo {
            max-width: 230px;
        }
    }

    @media (max-width: 1200px) {
        .home-menu-item.one {
            width: 42px;
        }

        .home-menu-item.two {
            width: 98px;
        }

        .home-menu-item.three {
            width: 70px;
        }

        .home-menu-item.four {
            width: 100px;
        }

        .home-menu-item.five {
            width: 56px;
        }

        .home-menu-item.six {
            width: 84px;
        }

        .home-menu-item.seven {
            width: 95px;
        }

        .home-menu-item.eight {
            width: 128px;
        }

        .home-menu-item.nine {
            width: 66px;
        }

        .home-menu-item.ten {
            width: 118px;
        }

        .home-menu-item.eleven {
            width: 36px;
        }

        .home-menu-item.twelve {
            width: 86px;
        }

        .home-menu-item.thirteen {
            width: 92px;
        }

        .home-menu-item.fourteen {
            width: 40px;
        }

        .home-menu-item.fifteen {
            width: 92px;
        }
        .home-menu-item.sixteen {
            width: 52px;
        }

        .home-menu-item.seventeen {
            width: 60px;
        }

        .home-menu-item.eighteen {
            width: 96px;
        }
        .mobile-menu-list ul li a {
            font-size: 26px;
            line-height: 30px;
        }

        .footer-left {
            width: 100%;
        }

        .footer-left-top {
            padding-bottom: 4px;
            justify-content: center;
            display: flex;
        }


        .footer-inner {
            padding-top: 62px;
        }

        .footer-left-top {
            padding-bottom: 11px;
            ;
        }

        .footer-left-bottom {
            padding-top: 8px;
            padding-bottom: 8px;
            text-align: center;
        }

        .footer-logos ul {
            justify-content: center;
        }

        .footer-right {
            order: 3;
            flex: 1 0 100%;
            text-align: center;
            padding-top: 0;
            padding-bottom: 3px;
        }

        footer {
            margin-top: -60px;
            position: relative;
            order: 6;
        }
            footer.myfooter.footer-hide {
                margin-top: -60px;
                top: auto;
                position: fixed !important;
                top: calc(100% - 6px);
            }
        .page-content-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 992px) {
        /* .content-menu-subjects{
    position: relative;
  }
  .content-menu{
    position: relative;
  } */
        .header-innerpage .mobile-logo {
            display: block;
        }

        .header-innerpage .logo {
            display: none;
        }

        .content-left {
            min-height: 900px;
        }

        .content-left-close {
            display: block;
        }

        .content-left, .content-left-narrow {
            left: -100%;
            position: fixed;
            top: 0;
            z-index: 99;
            max-width: 70%;
            transition: 0.3s all;
        }

        .content-left-show.content-left, .content-left-show.content-left-narrow {
            left: 0;
            z-index: 999999;
        }

        .mobile-hamburger {
            display: flex;
        }

        .content-meme-sagligi {
            --size: 14.6vw;
        }

        .home-menu-item.one {
            width: 36px;
        }

        .home-menu-item.two {
            width: 88px;
        }

        .home-menu-item.three {
            width: 64px;
        }

        .home-menu-item.four {
            width: 90px;
        }

        .home-menu-item.five {
            width: 52px;
        }

        .home-menu-item.six {
            width: 74px;
        }

        .home-menu-item.seven {
            width: 85px;
        }

        .home-menu-item.eight {
            width: 116px;
        }

        .home-menu-item.nine {
            width: 60px;
        }

        .home-menu-item.ten {
            width: 106px;
        }

        .home-menu-item.eleven {
            width: 34px;
        }

        .home-menu-item.twelve {
            width: 78px;
        }

        .home-menu-item.thirteen {
            width: 86px;
        }

        .home-menu-item.fourteen {
            width: 38px;
        }

        .home-menu-item.fifteen {
            width: 84px;
        }
        .home-menu-item.sixteen {
            width: 46px;
        }

        .home-menu-item.seventeen {
            width: 54px;
        }

        .home-menu-item.eighteen {
            width: 86px;
        }
        .header-left .logo {
            max-width: 223px;
        }

        .header-left .mobile-logo {
            max-width: 223px;
        }

        .header-slogan {
            font-size: 18px;
        }

        .home-slogan h1 {
            line-height: 45px;
            font-size: 40px;
        }




        .right-menu-fixed.open {
            right: 0;
        }

        .right-mmenu-head {
            margin-bottom: 35px;
        }

        .mobile-menu-list ul li a {
            font-size: 22px;
            line-height: 26px;
        }

        .content-left {
            order: 2;
            width: 50%;
        }

        .content-img {
            order: 3;
            width: 50%;
        }

        .content-main {
            order: 1;
            width: 100%;
        }

            .content-main.content-main-wider {
                order: 1;
                width: 100%;
            }

        .content-img.mobile-hide-img {
            display: none;
        }

        .content-nav ul {
            width: auto;
        }

        .content-img {
            width: 100%;
            order: 2;
        }

        .content-nav {
            display: flex;
            justify-content: flex-start;
        }

        .content-main {
            height: auto;
        }

        .content-desc {
            margin-bottom: 50px;
        }

        .content-left {
            order: 3;
            width: 100%;
        }

        .content-meme-sagligi {
            --size: 18.6vw;
            left: auto;
            right: 4%;
            top: 46px;
        }

        .content-left-narrow .content-meme-sagligi {
            --size: 12.6vw;
            left: auto;
            right: 4%;
            top: 46px;
        }

        .content-menu-subjects-list ul li {
            margin: 0 0 15px 0;
        }


        .content-main-list {
            width: 100%;
            padding-bottom: 60px;
        }

        .content-left-narrow {
            position: fixed;
            left: -100%;
        }

        .content-main-form {
            width: 100%;
            padding-bottom: 60px;
            padding-top: 128px;
        }

        .content-main-list,
        .content-main {
            padding-top: 105px;
        }

        .content-doctors {
            margin-top: 0;
        }

        .question-detail-content.content-doctors {
            margin-top: 0;
        }
    }
}
@media (max-width: 900px) {
    .content-nav {
        display: flex;
        margin-top:0;
        margin-bottom: 10px;
    }
  }
.header-lang ul{
    margin-bottom:0 !important;
}
@media (max-width: 768px) {
    .member-entry {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .header-social {
        margin-left: 10px;
    }
    .header-lang {
        padding-right: 10px;
    }
.container{padding-left:20px;
    padding-right: 50px;
  }
    header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
 .home-inner{
      overflow: hidden;
      width:calc(100% + 70px );
      position:relative;
      left:-20px;
    }
  .main-menu {
    padding-left: 20px;
  }
  .home-menu-item.one {
    width: 22px;
  }

  .home-menu-item.two {
    width: 54px;
  }

  .home-menu-item.three {
    width: 40px;
  }

  .home-menu-item.four {
    width: 60px;
  }

  .home-menu-item.five {
    width: 34px;
  }

  .home-menu-item.six {
    width: 48px;
  }

  .home-menu-item.seven {
    width: 58px;
  }

  .home-menu-item.eight {
    width: 78px;
  }

  .home-menu-item.nine {
    width: 38px;
  }

  .home-menu-item.ten {
    width: 74px;
  }

  .home-menu-item.eleven {
    width: 22px;
  }

  .home-menu-item.twelve {
    width: 52px;
  }

  .home-menu-item.thirteen {
    width: 58px;
  }

  .home-menu-item.fourteen {
    width: 26px;
  }

  .home-menu-item.fifteen {
    width: 56px;
  }
    .home-menu-item.sixteen {
        width: 36px;
    }

    .home-menu-item.seventeen {
        width: 42px;
    }

    .home-menu-item.eighteen {
        width: 62px;
    }
  .main-menu {
    order: 2;
  }

  .main-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .main-menu ul li {
    margin-bottom: 0;
  }
.home .container{
      height:100%;
}
  .home-inner {
    padding-left: 20%;
    height:50%;
  }

  .home-menu {
    position: relative;
    width: 100%;
    height: 100%;
    /* Mobilde sabit yükseklik */
    margin-top: 10px;
  }

  .home-menu-item {
    pointer-events: auto;
  }

  main.home {
    order: 1;
    overflow: visible;
    margin-top: 20px;
  height: calc(82vh - 80px) !important;
    min-height: 400px;
  }

  .body-home {
    display: flex;
    flex-wrap: wrap;
  }

  .main-menu ul li.nav-active a {
    font-size: 16px;
  }

  .main-menu ul li a {
    font-size: 14px;
  }
    .main-menu .last-item a {
        font-size: 17px !important;
    }
    .special-text {
        font-size: 19px;
    }
  .home-slogan h1 {
    line-height: 35px;
    font-size: 30px;
  }

  .home-slogan {
    top: 20vh;
    padding-left: 189px;
  }

  .right-mmenu-head {
    margin-bottom: 30px;
  }

  .mobile-menu-list ul li a {
    font-size: 20px;
    line-height: 24px;
  }
   .page-content-list{ grid-template-columns: 1fr; }
  .page-content-list-item-info{ padding: 14px 14px 16px 14px; }
  .list-title{ font-size: 22px; }
}
@media(max-width:700px){
    .content-left-narrow{ padding-top: 90px; padding-bottom: 60px; }
  .content-main-list{ padding-top: 115px; padding-bottom: 80px; }
  .content-doctors {
    margin-top: 73px;
}  

}
@media (max-width: 680px) {
  .header-right{
    display: flex;
    flex-direction: row;
    align-items:flex-end;
  }
    .header-innerpage .header-left {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
        .header-innerpage .header-left .mobile-logo {
            order: 1;
            margin-bottom:10px;
        }
        .header-innerpage .header-left .mobile-hamburger {
            order: 2;
        }
    .header-social ul {
        justify-content: flex-end;
        margin-bottom: 0;
    }
  .header-left .logo {
    max-width: 198px;
  }
    .header-left .mobile-logo {
    max-width: 198px;
  }
.header-social ul li a {
    font-size: 14px;
    height: 28px;
}
.header-slogan {
    line-height: 13px;
    padding-top: 5px;
}
  .header-slogan {
    font-size: 18px;
  }

  .home-slogan h1 {
    line-height: 35px;
    font-size: 30px;
  }
    .home-slogan {
        top: -12vh;
        padding-left: 82px;
    }
/*  .home-menu-item.one {
    width: 16px;
  }

  .home-menu-item.two {
    width: 40px;
  }

  .home-menu-item.three {
    width: 30px;
  }

  .home-menu-item.four {
    width: 45px;
  }

  .home-menu-item.five {
    width: 26px;
  }

  .home-menu-item.six {
    width: 36px;
  }

  .home-menu-item.seven {
    width: 43px;
  }

  .home-menu-item.eight {
    width: 58px;
  }

  .home-menu-item.nine {
    width: 28px;
  }

  .home-menu-item.ten {
    width: 55px;
  }

  .home-menu-item.eleven {
    width: 16px;
  }

  .home-menu-item.twelve {
    width: 39px;
  }

  .home-menu-item.thirteen {
    width: 43px;
  }

  .home-menu-item.fourteen {
    width: 19px;
  }

  .home-menu-item.fifteen {
    width: 42px;
  }
    .home-menu-item.sixteen {
        width: 27px;
    }

    .home-menu-item.seventeen {
        width: 31px;
    }

    .home-menu-item.eighteen {
        width: 46px;
    }*/

}
@media (max-width: 767px) {
  .qa-desc {
    font-size: 16px;
    line-height: 22px;
}
.qa-person {
    font-size: 14px;
}
.qa-card .qa-title:first-child {
    font-size: 14px;
}
.qa-answer-desc a {
   font-size: 14px;
}
.qa-date {
    font-size: 12px;
    padding: 12px 8px 0;
}
    .footer-links ul{
        flex-wrap:initial;
    }
    .footer-links ul li {
        margin-right: 5px;
    }
      .footer-links ul li a {
        font-size: 10px;
    }
        .footer-copyright {
        font-size: 11px;
    }
    .footer-logos ul li a img {
        max-height: 19px;
        max-width: 96px;
        max-width: 100%;
    }
    .footer-nar img {
    max-width: 77px;
}
    .header-slogan {
        font-size: 14px;
    }
    .header-social ul li {
    margin-right: 8px;
}
  footer{
background-position: calc(50% + 668px) 8px;
  }
.footer-arrow {
    left: calc(50% - 20px);
    top: 35px;
}
    .right-menu-fixed {
          right: -70%;
          left:auto;
    }
    .right-menu-fixed.open{
      right: 0;
      left:auto;
    }
    .right-menu-fixed {
    max-width: 70%;
}
    .right-menu-inner {
    max-width: 100%;
}
   
    .content-meme-sagligi {
        --size: 14.6vw;
        top: 30px;
    }
    .content-left-narrow .content-meme-sagligi {
        --size: 18.6vw;
        top: 22px;
    }
        .content-left {
        padding-left: 10px;
    }
    .content-menu-list ul li.cml-item-active:before {
 
    left: -16px;
    width: 9px;
    height: 17px;
    border-radius: 0 17px 17px 0;
    top: 3px;
}
    .content-menu {
        padding-left: 15px;
        padding-top: 45px;
    }
    .content-left-narrow .content-menu {
        padding-left: 15px;
        padding-top: 45px;
    }
.content-menu-head h2 {
    font-size: 22px;
}
.content-left-close{
left:28px;
}
    .content-menu-subjects {
        padding-left: 15px;
        padding-right: 0;
    }
    .content-menu-list ul li a {
        font-size: 13px;
        line-height: 14px;
    }
    .subject-item-text {
        font-size: 16px;
        line-height: 20px;
        display: block;
    }
.content-menu-subjects-list {
  
    padding-right: 10px;
    left: 0;
    position: relative;
    padding-left: 0;
}
.content-left-close{
      top: 25px;
}
}
/* Mobil */

@media(max-width:580px) {
    .member-entry {
        position: absolute !important;
        right: 0;
        top: 29px;
    }

 .header-right {
        height: 28px;
        top: -8px;
    }
    .member-entry:before{
        display:none;
    }
    .content-main-form {
        padding-left: 20px;
    }
    .content-doctors {
        margin-top: 0;
    }
    .qa-desc {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    /*   .header-innerpage .member-entry {
        position: absolute !important;
        right: 0;
        top: 61px;
        width: 123px;
    }
    .header-innerpage-social.header-innerpage .member-entry {
        top: 32px;
        width: auto;
    }
    .header-innerpage-social.header-innerpage .header-right {
        top: -6px;
    }
   */
    .auth-grid {
        flex-wrap: wrap;
    }
        .auth-grid .mo-form-item {
            max-width: 100% !important;
            width: 100%;
        }
    #RegisterHastaForm{
        order:2;
    }
    #LoginForm {
        order: 1;
        margin-bottom: 30px;
    }
    .content-main-form .mo-field {
        margin-bottom: 6px;
    }
    .mo-check {
        margin: 10px 0 6px;
    }
    .content-main-form .mo-field {
        margin-bottom: 0 !important;
    }
    .content-main-form {
        padding-top: 101px;
    }
    .mo-check span, .mo-check a {
        font-size: 14px;
        line-height: 16px;
        position: relative;
        top: 7px;
    }
    .content-main-form .mo-field a {
        position: relative;
        top: 7px;
    }
    .right-menu-inner {
        padding: 35vh 10vw 20px 10vw;
    }
      .mobile-menu-list ul li a {
        font-size: 16px;
        line-height: 24px;
    }
    .mobile-menu-list ul li {
    margin-bottom: 26px;
}
    .right-mmenu-head {
        margin-bottom: 29px;
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 2.5px;
    }
    .content-left-narrow .subject-item-text {
    font-size: 14px;
}
.mobile-hamburger {
    margin-right: 15px;
}
.mobile-hamburger {
    width: 31px;
    height: 31px;
    gap:4px;
}
}

    @media (max-width: 576px) {
        .header-slogan {
            font-size: 14px;
            padding-top: 4px;
        }

        .header-left .logo {
            max-width: 160px;
        }

        .header-left .mobile-logo {
            max-width: 160px;
        }

        .content-main {
            padding-left: 20px;
        }

        .content-main-list {
            padding-left: 20px;
            padding-right: 20px;
        }

        .header-innerpage .container {
            padding-left: 20px;
        }

        .content-nav ul li a {
            font-size: 9px;
            padding-right: 6px;
        }

        .content-nav ul li {
            margin-right: 6px;
        }

        .footer-links ul li a {
            font-size: 7px;
            padding-right: 4px;
        }

            .footer-links ul li a:after {
                left: 5px;
            }

        .footer-inner {
            padding-left: 20px;
            padding-right: 22px;
        }
    }

    @media (max-width: 480px) {
        .right-menu-inner {
            padding: 35vh 10vw 20px 5vw;
        }

        .content-title h1 {
            font-size: 22px !important;
        }

        .content-title--news h1 {
            font-size: 22px;
        }

        .header-slogan {
            font-size: 11px;
        }

        .footer-social a {
            width: 42px;
            height: 42px;
        }

            .footer-social a svg {
                width: 20px;
                height: 20px;
            }

        .btn-outline-white {
            padding: 10px 15px;
            font-size: 14px
        }

        .doctor-branch-left {
            font-size: 16px;
        }

        .doctor-legend {
            font-size: 14px;
            line-height: 18px;
        }

        .doctor-title {
            font-size: 18px;
        }
    }

    @media (max-width: 440px) {
        .header-slogan {
            font-size: 12px;
            padding-top: 3px;
        }

        .header-left .logo {
            max-width: 140px;
        }

        .header-left .mobile-logo {
            max-width: 140px;
        }

        .container {
            padding-right: 34px;
        }
    }

    @media (max-width: 435px) {
        .header-slogan {
            font-size: 9px;
        }
    }

    @media (max-width: 400px) {

        .btn-outline-white {
            padding: 10px 10px;
            font-size: 12px
        }

        .btn-outline-white {
            padding: 10px 15px;
            font-size: 14px
        }
    }

    @media (max-width: 390px) {
        .container {
            padding: 0 10px 0 10px;
        }

        .header-left .logo {
            max-width: 125px;
        }

        .header-left .mobile-logo {
            max-width: 125px;
        }

        .header-slogan {
            font-size: 11px;
            padding-top: 3px;
        }

        .doctor-title {
            font-size: 14px;
        }
    }


    @media (max-width: 360px) {
        .header-slogan {
            display: none;
        }

        .header-social ul li.header-lang-item:last-chilf {
            margin-right: 0;
        }

        .header-social ul li.header-lang-item {
            margin-right: 5px;
        }

        .header-left .logo img {
            max-width: 100%;
            width: 117px;
        }
    }

    @media (max-height:448px) {
        .home-slogan {
            padding-top: 80px;
        }
    }

    @media (max-height:756px) {
        .home-slogan {
            top: 13px;
            padding-top: 0;
        }

            .home-slogan h1 {
                font-size: 22px;
            }
    }

    @media (max-height:680px) {
        .ask-success {
            min-height: calc(-270px + 100vh);
        }

            .ask-success .ask-lead {
                font-size: 16px;
                line-height: 20px;
            }

            .ask-success p {
                margin: 0 0 20px 0;
                font-size: 16px;
                line-height: 20px;
                font-weight: 400;
            }

        .ask-success-home {
            margin-top: 5px;
        }
    }

    @media (max-height:538px) {
        .home-slogan {
            top: 0;
            padding-top: 30vh;
        }
    }


    /**/

    /* Liste hizalama */
    .footer-social {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
    }

        /* Tıklanabilir rozetler */
        .footer-social a {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--ms-bg);
            color: var(--ms-text);
            border: 1px solid rgba(0,0,0,.06);
            box-shadow: 0 8px 24px rgba(0,0,0,.06);
            text-decoration: none;
            /* gradient hover için arka plan (başta görünmüyor) */
            background-image: linear-gradient(to right, var(--ms-c1) 0%, var(--ms-c2) 100%);
            background-size: 200% 100%;
            background-position: right center;
            transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background-position .6s ease, background-color .25s ease;
        }

            /* SVG çizim ayarları */
            .footer-social a svg {
                width: 16px;
                height: 16px;
                fill: none;
                stroke: currentColor;
                stroke-width: 2;
            }

            /* Hover/focus: gradient ortaya çıkıyor, ikon beyaza dönüyor */
            .footer-social a:hover,
            .footer-social a:focus-visible {
                background-position: left center;
                color: #fff;
                transform: translateY(-2px);
                box-shadow: 0 10px 28px rgba(73,127,254,.22);
                outline: none;
            }

            /* Erişilebilirlik: klavye odağında halka */
            .footer-social a:focus-visible {
                box-shadow: 0 0 0 3px rgba(121,126,246,.35), 0 10px 28px rgba(73,127,254,.22);
            }

    /* Koyu tema uyumu (isteğe bağlı) */
    @media (prefers-color-scheme: dark) {
        :root {
            --ms-text: #f1f1f1;
            --ms-bg: #c1327c;
        }

        .footer-social a {
            border-color: rgba(255,255,255,.08);
            box-shadow: 0 8px 24px rgba(0,0,0,.35);
        }
    }


    @media(max-height:910px) and (min-height:781px) {
        .doctor-left-hero .doctor-answers-btn {
            margin-top: 50px;
        }
    }

    @media (max-height:785px) {
        .doctor-left-hero .doctor-answers-btn {
            margin-top: 20px;
        }

        .doctor-avatar {
            width: 138px;
        }

        .doctor-left-hero {
            padding-top: 12px;
        }
    }



    /**Pagination*/
    /* === Pagination (flex) === */
    .pager {
        width: 100%;
        margin-top: 18px;
    }

    .pagination-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px 0;
    }

    /* Listeyi flex’e çevir – boşlukları yönet */
    .pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px; /* butonlar arası boşluk */
        list-style: none;
        padding: 0;
        margin: 0;
        flex-wrap: wrap; /* satır kaydır (desktop’ta da esnek) */
    }

        /* HTML’deki inline padding’i nötrle */
        .pagination li {
            padding: 0 !important;
        }

        /* Tüm linkler: oval beyaz buton */
        .pagination a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            height: 40px;
            padding: 0 12px;
            border-radius: 999px;
            text-decoration: none;
            background: #fff;
            border: 1px solid #e6e6e6;
            color: #333;
            font-weight: 700;
            letter-spacing: .1px;
            transition: transform .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
            box-shadow: 0 4px 12px rgba(0,0,0,.05);
        }

        /* Hover (aktif/disabled hariç) */
        .pagination li:not(.active):not(.disabled) a:hover {
            transform: translateY(-1px);
            border-color: #c1327c;
            color: #c1327c;
            box-shadow: 0 8px 18px rgba(193,50,124,.14);
        }

        /* Aktif sayfa */
        .pagination li.active a,
        .pagination li.active > span {
            background: #c1327c;
            border-color: #c1327c;
            color: #fff;
            box-shadow: 0 8px 22px rgba(193,50,124,.16);
            cursor: default;
        }

        /* Pasif (ilk/önceki yokken vs.) */
        .pagination li.disabled a,
        .pagination li.disabled > span {
            background: #f5f5f5;
            border-color: #eee;
            color: #9b9b9b;
            opacity: .75;
            pointer-events: none;
            box-shadow: none;
        }

        .pagination li button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            height: 40px;
            padding: 0 12px;
            border-radius: 999px;
            text-decoration: none;
            background: #fff;
            border: 1px solid #e6e6e6;
            color: #333;
            font-weight: 700;
            letter-spacing: .1px;
            transition: transform .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
        }
        /* İlk/Önceki/Sonraki butonlarını biraz daralt (<<, <, >, >>) */
        .pagination .PagedList-skipToFirst a,
        .pagination .PagedList-skipToPrevious a,
        .pagination .PagedList-skipToNext a,
        .pagination .PagedList-skipToLast a {
            min-width: 36px;
            padding: 0 10px;
            font-weight: 800;
        }

    /* Çok dar ekranlar – yatay kaydırmayı aç, boyutu küçült */
    @media (max-width: 600px) {
        .pagination {
            gap: 6px;
        }

            .pagination a {
                min-width: 34px;
                height: 34px;
                padding: 0 10px;
                font-size: 13px;
            }
    }

    @media (max-width: 420px) {
        .pagination-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .pagination {
            flex-wrap: nowrap;
        }
            /* tek satır + scroll */
            .pagination a {
                flex: 0 0 auto;
            }
        /* sığmayanı kaydır */
    }


    /* === Üye Girişi – mini pill buton === */
    .member-entry {
        display: inline-block;
        margin-left: 25px;
        margin-right: 17px;
        padding-left: 15px;
        padding-right: 20px;
        position: relative;
        margin-top: 6px;
    }

    .header-inner .member-entry:after {
        display: none;
    }

    .header-inner .member-entry {
        padding-left: 0;
        margin-left: 15px;
    }

    .header-inner .header-social {
        margin-right: 15px;
    }

    .member-entry:after {
        content: '';
        position: absolute;
        left: 0;
        width: 1px;
        height: 22px;
        background: #b7b8bb;
        top: 4px;
    }

    .member-entry:before {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 22px;
        background: #b7b8bb;
        top: 4px;
    }

    .member-entry a {
        display: inline-flex;
        align-items: center;
        gap: 0;
        height: 32px; /* küçük boy */
        padding: 0 12px;
        /* border-radius: 999px;*/
        /*   background: #fff;*/
        color: #5a5a5b;
        /* border: 1px solid #e6e6e6;*/
        text-decoration: none;
        font-family: "Quicksand", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .1px;
        /*   box-shadow: 0 4px 12px rgba(193,50,124,.08);*/
        transition: transform .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease, border-color .18s ease, filter .18s ease;
    }

        /*  .member-entry a:hover {
            background: #c1327c;
            color: #fff;
            border-color: #c1327c;
            transform: translateY(-1px);
            box-shadow: 0 8px 18px rgba(193,50,124,.18);
        }*/

        /*        .member-entry a:active {
            transform: translateY(0) scale(.98);
            box-shadow: 0 2px 6px rgba(193,50,124,.28) inset;
            filter: brightness(.98);
        }

        .member-entry a:focus-visible {
            outline: none;
            box-shadow: 0 0 0 3px rgba(193,50,124,.22);
        }*/

        /* (Opsiyonel) Font Awesome ikonla kullanım */
        .member-entry a i {
            font-size: 14px;
            line-height: 1;
        }

    .user-lock {
        background: url("../img/user-lock.svg") no-repeat center center;
        width: 10px;
        height: 17px;
        margin: 0 10px 0 0;
    }
    /* Header sağ blokta biraz daha kompakt istersen */
    .header-right .member-entry a {
        height: 30px;
        padding: 0 0;
    }

    /* Çok dar ekran – ekstra mini */
    @media (max-width: 580px) {
        .member-entry a {
            height: 28px;
            padding: 0 10px;
            font-size: 12px;
        }
    }


    /*yeni-form*/

    /* Kapsayıcı */


    /* Satır 2 kolon (mobilde 1) */
    .reminder-form .mo-field-row2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    @media (max-width: 768px) {
        .reminder-form .mo-field-row2 {
            grid-template-columns: 1fr;
        }
    }

    /* Alan bloğu */
    .reminder-form .mo-field {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .reminder-form .mo-label {
        font-weight: 600;
        font-size: 0.95rem;
        color: #111827;
    }

    .mo-form {
        margin-top: 20px;
    }
        /* Input / Select / Textarea */
        .reminder-form .mo-input, .reminder-form .mo-select, .reminder-form textarea.mo-input, .regg-form .mo-select, .mo-form .mo-input, .mo-form .mo-textarea {
            margin-bottom: 10px;
            width: 100%;
            padding: 10px 12px;
            height: 44px;
            border: 1px solid #b7b7b7;
            border-radius: 10px;
            background: #fff;
            color: #111827;
            transition: border-color .2s ease, box-shadow .2s ease;
        }

    .reminder-form textarea.mo-input {
        min-height: 140px;
        height: auto;
        resize: vertical;
    }

    .mo-input::placeholder {
        color: #333333;
    }

    .reminder-form .mo-input:focus, .reminder-form .mo-select:focus, .reminder-form textarea.mo-input:focus, .regg-form .mo-select:focus, .profile-form .mo-select:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(210,26,126,.12);
    }

    /* Yardım metni */
    .reminder-form .mo-help {
        font-size: .8rem;
        color: #6b7280;
    }

    /* Radio grubu */
    .reminder-form .mo-radio-group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
    }

    .reminder-form .mo-radio {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: .95rem;
        color: #111827;
    }

    /* Aksiyonlar */
    .reminder-form .mo-actions {
        margin-top: 12px;
        display: flex;
        justify-content: flex-end;
    }

    .reminder-form .mo-btn {
        background: #d21a7e;
        color: #fff;
        border: 0;
        border-radius: 999px;
        padding: 10px 18px;
        font-weight: 600;
        cursor: pointer;
        transition: transform .04s ease, box-shadow .2s ease, opacity .2s ease;
    }

        .reminder-form .mo-btn:hover {
            box-shadow: 0 6px 18px rgba(210,26,126,.22);
        }

        .reminder-form .mo-btn:active {
            transform: translateY(1px);
        }

        .reminder-form .mo-btn:disabled {
            opacity: .6;
            cursor: not-allowed;
        }

    .mo-form.reminder-form .mo-field {
        margin-bottom: 16px;
    }

    .content-main-form .mo-field {
        margin-bottom: 16px;
    }

    .reminder-form .mo-input:invalid:focus, .reminder-form .mo-select:invalid:focus, .regg-form .mo-select:invalid:focus, .profile-form .mo-select:invalid:focus {
        box-shadow: 0 0 0 3px rgba(239,68,68,.15);
    }

    @media (max-width: 640px) {
        .question-category-list a {
            font-size: 13px;
            padding: 9px 12px;
        }

        .qa-desc {
            font-size: 17px;
            margin-right: 14px;
            line-height: 24px;
        }

        .mo-label {
            font-size: 14px;
        }
    }

    /* İki sütun düzeni */
    .regl-grid {
        display: grid;
        grid-template-columns: 1.1fr .9fr;
        gap: 28px;
    }

    @media (max-width: 992px) {
        .regl-grid {
            grid-template-columns: 1fr;
        }
    }

    .slider-menu-click {
        transform: scale(0.7);
        right: 40px !important;
        bottom: 120px !important;
    }
    /* Sağ blok */
    .regl-right h5 {
        margin: 0 0 8px 0;
        font-size: 16px;
        color: #333;
        font-weight: 700;
    }

    .regl-calendars {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        margin-top: 6px;
    }

    @media (max-width: 576px) {
        .regl-calendars {
            grid-template-columns: 1fr;
        }
    }

    /* Takvim 7 sütun ızgara */
    .calendar {
        display: grid;
        grid-template-columns: repeat(7,1fr);
        gap: 6px;
        background: #fff;
        border-radius: 12px;
        padding: 12px;
        border: 1px solid #eee;
        box-shadow: 0 4px 12px rgba(0,0,0,.04);
    }

        .calendar span {
            display: grid;
            place-items: center;
            aspect-ratio: 1/1;
            border-radius: 8px;
            font-size: 13px;
            color: #333;
            background: #fafafa
        }

    /* Legend */
    .discList {
        list-style: none;
        margin: 14px 0 0 0;
        padding: 0;
        display: grid;
        gap: 8px
    }

        .discList .disc {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #c1327c;
            margin-right: 8px;
            vertical-align: middle
        }

            .discList .disc.orange {
                background: #f39c12
            }

    /* Uyumlu boşluklar */
    .regl-left .mo-field {
        margin-bottom: 14px;
    }


    /* Takvim durum renkleri */
    .calendar span.green {
        background: #38b26f;
        color: #fff;
        font-weight: 700;
    }

    .calendar span.orange {
        background: #f39c12;
        color: #fff;
        font-weight: 700;
    }

    /* Başlangıçta gizli kalsın; JS gösteriyor */
    #warning, #calendarFirst, #calendarSecond, .discList, .descLine {
        display: none;
    }

    #uyelik-bilgilerim .form-grid {
        display: grid;
        gap: 14px;
        grid-template-columns: 1fr;
    }

    @media (min-width: 992px) {
        #uyelik-bilgilerim .form-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    #uyelik-bilgilerim .mo-input, #uyelik-bilgilerim .mo-select, .profile-form .mo-select {
        width: 100%;
    }

    #uyelik-bilgilerim .req {
        color: var(--mo-danger, #e74c3c);
    }

    #uyelik-bilgilerim .mo-form-message {
        margin-top: 12px;
        padding: 10px;
        border-radius: 10px;
    }

        #uyelik-bilgilerim .mo-form-message.ok {
            background: #ecfdf5;
            color: #065f46;
        }

        #uyelik-bilgilerim .mo-form-message.err {
            background: #fef2f2;
            color: #991b1b;
        }

    .birthmo-field-row2 {
        display: flex;
        gap: 2px;
    }

    .content-main-form .mo-field a {
        color: #c1327c;
    }

    .auth-grid {
        display: grid;
        gap: 32px
    }

    @media(min-width:992px) {
        .auth-grid {
            grid-template-columns: 1fr 1fr;
            align-items: start
        }
    }

    .auth-divider {
        display: flex;
        align-items: center;
        justify-content: center
    }

    @media(min-width:992px) {
        .auth-divider {
            display: none
        }
    }

    .auth-divider span {
        display: inline-block;
        padding: 4px 10px;
        border-radius: 999px;
        font-size: .9rem;
        opacity: .7
    }

    .agree-line {
        margin-top: .25rem
    }

    .mo-check {
        display: flex;
        gap: .5rem;
        align-items: flex-start
    }

        .mo-check input {
            margin-top: .35rem
        }

    .mo-inline {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px
    }

    .content-doctor-title.alt h2 {
        font-size: 1.25rem;
        margin: 0 0 .75rem
    }


    /* Izgara ve ayrım çizgisi */
    .auth-grid {
        position: relative;
        justify-content: center;
        display: grid;
        gap: 2%;
        display: flex;
        /*   flex-wrap: wrap;*/
    }

        .auth-grid .mo-form-item {
            max-width: 49%;
        }

    @media(min-width:992px) {
        /*      .auth-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 48px;
    }*/
        .auth-divider {
            display: block;
            position: relative;
            inset: 0;
            pointer-events: none;
            width: 1px;
            height: 100vh;
        }

            .auth-divider::before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 50%;
                width: 1px;
                transform: translateX(-.5px);
                background: linear-gradient(180deg,transparent,rgba(0,0,0,.08),transparent)
            }

            .auth-divider span {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                padding: 4px 10px;
                border-radius: 999px;
                font-size: .75rem;
                line-height: 1;
                background: var(--mo-surface,#fff);
                border: 1px solid rgba(0,0,0,.06);
                box-shadow: 0 1px 2px rgba(0,0,0,.04)
            }
    }

    @media(max-width:1460px) {
        .auth-divider {
            display: none;
        }

        .g-recaptcha {
            transform: scale(0.8);
        }
    }

    @media(max-width:991.98px) {
        .auth-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px
        }

            .auth-divider::before, .auth-divider::after {
                content: "";
                flex: 1;
                height: 1px;
                background: rgba(0,0,0,.08)
            }

            .auth-divider span {
                font-size: .82rem;
                opacity: .8
            }

        header.header-innerpage, header {
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            background: rgba(255, 255, 255, 0.1);
        }
    }

    /* Form kartı – çok hafif kart hissi */
    .register-form .mo-form {
        background: var(--mo-surface, #fff);
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 12px;
        padding: 50px;
        width: 550px;
        max-width: 100%;
        margin: 0 auto;
    }
@media (max-width: 580px) {
    header.header-innerpage, header {
        height: 70px ;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, 0.6);
    }
}
    @media(max-width:1300px) {
        /*        .auth-grid .mo-form-item {
            max-width: 100%;
            margin-bottom:30px;
        }
        .auth-grid {
            column-gap: 0;
            gap: 0;
        }*/
        .register-form .mo-form {
            padding: 30px 20px;
        }
    }

    .mo-form-item .content-doctor-title {
        text-align: center;
    }
    /* Karanlık temada nazik sınırlar (varsa) */
    .body-home.dark .register-form .mo-form {
        background: var(--mo-surface,#121212);
        border-color: rgba(255,255,255,.1)
    }

    /* Başlık aralıkları uyumu */
    .register-form .content-doctor-title h1 {
        margin-bottom: 1rem
    }

    .register-form .content-doctor-title.alt h2 {
        margin: .25rem 0 1rem
    }

    .content-menu-img img {
        width: 100%;
    }

    .content-menu-img img {
        width: 100%;
    }


    /* -------- Haber listesi (mo-news) -------- */
    .mo-news {
        margin-top: 16px;
    }

    .mo-news-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr; /* alt alta */
        gap: 12px;
    }

    .mo-news-item {
        border: 1px solid #e9e9ee;
        border-radius: 12px;
        background: #fff;
        transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
    }

    .mo-news-link {
        display: block;
        padding: 16px 18px;
        text-decoration: none;
        color: inherit;
    }

    .mo-news-title {
        margin: 0;
        font-size: 18px;
        line-height: 1.35;
        font-weight: 700;
        color: #222;
    }

    .mo-news-excerpt {
        margin: 8px 0 0;
        font-size: 15px;
        line-height: 1.5;
        color: #666;
    }

    .mo-news-more {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
        color: var(--mo-primary, #D21A7E);
        text-decoration: none;
    }

    .mo-news-item:hover,
    .mo-news-item:focus-within {
        border-color: #dcdce6;
        box-shadow: 0 6px 22px rgba(0,0,0,.06);
        transform: translateY(-1px);
    }

    .mo-news-link:focus-visible {
        outline: 3px solid rgba(210,26,126,.25);
        outline-offset: 2px;
        border-radius: 10px;
    }

    .mo-news-more i {
        font-size: 12px;
    }

    /* içerikte sağ reklam bloğu ile nefes alanı */
    .content-main .mo-news {
        margin-right: 0;
    }

    /* (isteğe bağlı) büyük ekranda biraz daha ferah */
    @media (min-width: 992px) {
        .mo-news-link {
            padding: 18px 20px;
        }

        .mo-news-title {
            font-size: 19px;
        }
    }

    .content-main header {
        padding-top: 0;
        width: 100%;
    }

    .content-title--news h1 {
        margin: 0;
        font-size: clamp(24px, 2.2vw, 24px);
        line-height: 1.22;
        color: #322d2a;
        font-weight: 600;
    }

    .news-meta {
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 10px 14px;
        flex-wrap: wrap;
        font-size: 14px;
        color: #6b6b6b;
    }

        .news-meta .date {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

            .news-meta .date i {
                font-size: 14px;
                color: #c1327c;
            }

        .news-meta .tag {
            display: inline-flex;
            align-items: center;
            padding: 6px 10px;
            border-radius: 999px;
            background: #fff;
            border: 1px solid #ead1de;
            color: #c1327c;
            font-weight: 700;
            line-height: 1;
        }

    .news-sep {
        border: 0;
        height: 1px;
        margin: 14px 0 18px;
        background: linear-gradient(to right, #ead1de 0%, rgba(234,209,222,0) 70%);
    }

    /* Haber içerik metni (yalnızca haber sayfalarında kullan) */
    .news-content p,
    .news-content ul li,
    .news-content ol li {
        font-size: 18px;
        line-height: 26px;
    }

    @media (max-width:1300px) {
        .news-content p,
        .news-content ul li,
        .news-content ol li {
            font-size: 16px;
            line-height: 24px;
        }
    }

    .dp-doctor-consult-list {
        --dp-accent: #c1327c;
        --dp-head-bg: #c1327c;
        --dp-head-fg: #fff;
        --dp-row-even: #fff6fa;
        --dp-row-odd: #ffffff;
        --dp-border: #ead1de;
        --dp-cell-py: 10px;
        --dp-cell-px: 12px;
        --dp-col-setup: 140px 1.2fr 1.2fr 200px 2fr 140px 260px 200px 80px;
    }

        .dp-doctor-consult-list .dp-table {
            border: 1px solid var(--dp-border);
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 6px 18px rgba(0,0,0,.04);
        }

        .dp-doctor-consult-list .dp-scroll {
            overflow-x: auto;
        }

        /* Grid iskeleti */
        .dp-doctor-consult-list .dp-grid {
            display: grid;
            grid-template-columns: var(--dp-col-setup);
            align-items: center;
            min-width: 920px;
        }

            .dp-doctor-consult-list .dp-grid > div {
                padding: var(--dp-cell-py) var(--dp-cell-px);
            }

        /* Başlık */
        .dp-doctor-consult-list .dp-head {
            background: var(--dp-head-bg);
            color: var(--dp-head-fg);
            font-weight: 700;
            letter-spacing: .2px;
        }

            .dp-doctor-consult-list .dp-head .dp-publish {
                text-align: center;
            }

        /* Satır (anchor) */
        .dp-doctor-consult-list #dpTbody .dp-row {
            color: inherit;
            text-decoration: none;
            transition: background .15s ease, box-shadow .15s ease, transform .05s ease;
        }

            .dp-doctor-consult-list #dpTbody .dp-row:nth-child(odd) {
                background: var(--dp-row-odd);
            }

            .dp-doctor-consult-list #dpTbody .dp-row:nth-child(even) {
                background: var(--dp-row-even);
            }

            .dp-doctor-consult-list #dpTbody .dp-row + .dp-row {
                border-top: 1px solid var(--dp-border);
            }

            .dp-doctor-consult-list #dpTbody .dp-row:hover {
                background: #fdf2f7;
                box-shadow: inset 0 0 0 100vmax rgba(0,0,0,0); /* hover hissi */
            }

            .dp-doctor-consult-list #dpTbody .dp-row:focus-visible {
                outline: 3px solid rgba(193,50,124,.25);
                outline-offset: -3px;
            }

        .dp-doctor-consult-list .dp-publish {
            text-align: center;
        }

        /* Toolbar */
        .dp-doctor-consult-list .dp-toolbar {
            margin-bottom: 12px;
        }

    form.dp-toolbar label {
        color: #c1327c;
    }

    form.dp-toolbar a {
        background: #c1327c;
        color: #ffffff;
    }
    /* Durum tabları (button) */
    .dp-doctor-consult-list .dp-tab {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 1px solid #e6e6e6;
        background: #fff;
        color: #333;
        padding: 8px 12px;
        border-radius: 999px;
        font-weight: 700;
        text-decoration: none;
    }

        .dp-doctor-consult-list .dp-tab .dp-badge {
            display: inline-block;
            min-width: 22px;
            padding: 2px 6px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 800;
            border: 1px solid rgba(0,0,0,.06);
        }
        /* Renkler (rozet) */
        .dp-doctor-consult-list .dp-tab[data-status="Tümü"] .dp-badge {
            background: #1980b0;
            color: #fff;
        }

        .dp-doctor-consult-list .dp-tab[data-status="Yeni Soru"] .dp-badge {
            background: #F14F4F;
            color: #fff;
        }

        .dp-doctor-consult-list .dp-tab[data-status="Bekleyen"] .dp-badge {
            background: #FFFFB1;
            color: #222;
        }

        .dp-doctor-consult-list .dp-tab[data-status="Ret"] .dp-badge {
            background: #BABABA;
            color: #222;
        }

        .dp-doctor-consult-list .dp-tab[data-status="Cevaplandı"] .dp-badge {
            background: #ADD6AD;
            color: #1a3d1a;
        }

        /* Aktif tab – backend class ekleyebilir: .active */
        .dp-doctor-consult-list .dp-tab.active {
            color: #fff;
            border-color: transparent;
        }

            .dp-doctor-consult-list .dp-tab.active[data-status="Tümü"] {
                background: #1980b0;
            }

            .dp-doctor-consult-list .dp-tab.active[data-status="Yeni Soru"] {
                background: #F14F4F;
            }

            .dp-doctor-consult-list .dp-tab.active[data-status="Bekleyen"] {
                background: #FFFFB1;
                color: #222;
            }

            .dp-doctor-consult-list .dp-tab.active[data-status="Ret"] {
                background: #BABABA;
                color: #222;
            }

            .dp-doctor-consult-list .dp-tab.active[data-status="Cevaplandı"] {
                background: #ADD6AD;
                color: #1a3d1a;
            }

    /* Durum “chip”leri */
    .dp-doctor-consult-list .dp-tag {
        display: inline-block;
        padding: 6px 10px;
        border-radius: 999px;
        font-weight: 800;
        font-size: 12px;
        line-height: 1;
        border: 1px solid rgba(0,0,0,.08);
        white-space: nowrap;
    }

    .dp-doctor-consult-list .dp-tag--yeni {
        background: #F14F4F;
        color: #fff;
        border-color: #F14F4F;
    }

    .dp-doctor-consult-list .dp-tag--bekleyen {
        background: #FFFFB1;
        color: #333;
        border-color: #e8e096;
    }

    .dp-doctor-consult-list .dp-tag--ret {
        background: #BABABA;
        color: #fff;
        border-color: #a1a1a1;
    }

    .dp-doctor-consult-list .dp-tag--cevaplandi {
        background: #ADD6AD;
        color: #fff;
        border-color: #8fc28f;
    }

    .form-control:focus, .form-select:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: #e6a0c4;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(253 13 147 / 25%);
    }

    .form-check-input:focus {
        color: var(--bs-body-color);
        background-color: #c1327c;
        border-color: #e6a0c4;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(253 13 147 / 25%);
    }

    .dp-detail {
        --dp-accent: #c1327c;
        --dp-border: #ead1de;
        --dp-muted: #6b6b6b;
        --dp-head-bg: #c1327c;
        --dp-head-fg: #fff;
        --dp-chip-tumu: #1980b0;
        --dp-chip-yeni: #F14F4F;
        --dp-chip-bekleyen: #FFFFB1;
        --dp-chip-ret: #BABABA;
        --dp-chip-cevap: #ADD6AD;
        background: #fff;
        border: 1px solid var(--dp-border);
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0,0,0,.04);
        margin-top: 20px;
    }

    .dp-detail__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 16px 18px;
        background: var(--dp-head-bg);
        color: var(--dp-head-fg);
        border-radius: 12px 12px 0 0;
    }

    .dp-detail__title {
        font-weight: 800;
        letter-spacing: .2px;
        margin: 0;
        font-size: 18px;
    }

    .dp-code {
        font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
        background: rgba(255,255,255,.18);
        padding: 4px 8px;
        border-radius: 8px;
        font-weight: 700;
    }

    /* status chip */
    .dp-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 800;
        border-radius: 999px;
        padding: 6px 12px;
        border: 1px solid rgba(0,0,0,.06);
        font-size: 12px;
        white-space: nowrap
    }

    .dp-chip--tumu {
        background: var(--dp-chip-tumu);
        color: #fff
    }

    .dp-chip--yeni {
        background: var(--dp-chip-yeni);
        color: #fff
    }

    .dp-chip--bekleyen {
        background: var(--dp-chip-bekleyen);
        color: #222
    }

    .dp-chip--ret {
        background: var(--dp-chip-ret);
        color: #222
    }

    .dp-chip--cevap {
        background: var(--dp-chip-cevap);
        color: #1a3d1a
    }

    .dp-detail__body {
        padding: 18px
    }

    .dp-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 16px;
        margin-bottom: 18px
    }

    .dp-meta__value a {
        color: #c1327c;
    }

    @media (max-width: 768px) {
        .auth-divider {
            display: none;
        }

        .mo-note {
            font-size: 14px;
            line-height: 16px;
        }

        .dp-meta {
            grid-template-columns: 1fr
        }
    }

    .dp-meta__item {
        display: flex;
        gap: 10px
    }

    .dp-meta__label {
        min-width: 180px;
        color: var(--dp-muted);
        font-weight: 700
    }

    .dp-meta__value {
        flex: 1
    }

    .dp-divider {
        height: 1px;
        background: var(--dp-border);
        margin: 8px 0 18px
    }

    .dp-question {
        padding: 14px;
        border: 1px dashed var(--dp-border);
        border-radius: 10px;
        background: #fff6fa
    }

    .dp-question__label {
        font-weight: 800;
        margin-bottom: 6px;
        color: #F14F4F
    }

    .dp-formgrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px
    }

    @media (max-width:768px) {
        .dp-formgrid {
            grid-template-columns: 1fr
        }
    }

    .dp-form .form-label {
        font-weight: 700;
        margin-bottom: 6px
    }

    .dp-radio {
        display: flex;
        align-items: center;
        gap: 14px
    }

        .dp-radio label {
            margin: 0
        }

    .dp-actions {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        margin-top: 16px
    }

    .btn-rose {
        background: var(--dp-accent);
        color: #fff;
        border-color: var(--dp-accent)
    }

        .btn-rose:hover {
            filter: brightness(.95);
            color: #fff
        }

    :root {
        --dp-pink: #c1327c;
    }

    /* Radio/checkbox işaretliyken pembe arka plan + kenar */
    .form-check-input:checked {
        background-color: var(--dp-pink);
        border-color: var(--dp-pink);
    }

    .btn-rose:hover {
        filter: brightness(.95);
        color: #fff;
        background-color: #c1327c;
    }

    /* Radyo için: içteki beyaz nokta kalsın, pembe vurgu */
    .form-check-input[type="radio"]:checked {
        box-shadow: 0 0 0 .25rem rgba(241,79,79,.2);
        /* Gerekirse iç nokta için (çoğu Bootstrap sürümünde gerekmez):
  background-image: radial-gradient(#fff 38%, #fff 38%);
  */
    }

    /* Odak hali (klavye erişilebilirlik) */
    .form-check-input:focus {
        border-color: var(--dp-pink);
        box-shadow: 0 0 0 .25rem #c1327c2f;
    }

    /* İşaretliyken etiket de pembe olsun (etiket input'tan sonra gelmeli) */
    .form-check-input:checked + .form-check-label {
        color: var(--dp-pink);
        font-weight: 600;
    }





    :root {
        --dp-new: #F14F4F;
        --dp-rapor: #ADD6AD;
        --dp-ret: #BABABA;
    }

    /* Başlık satırını pembe yap (diğer sayfalara dokunmamak için .risk-head ile hedefliyoruz) */
    .dp-head.risk-head {
        background: var(--dp-pink);
        color: #fff;
        font-weight: 600;
    }

    /* Risk grid kolon yerleşimi (10 sütun) */
    .dp-grid.risk-grid {
        display: grid;
        grid-template-columns: 1.1fr 0.8fr 1.6fr 0.4fr 0.6fr 0.8fr 0.9fr 0.9fr 0.9fr 1fr;
        gap: 0;
    }

        /* Hücre dolgusu */
        .dp-grid.risk-grid > div {
            padding: 10px 12px;
        }

    .dp-grid.risk-grid-uye {
        display: grid;
        grid-template-columns: 0.8fr 0.4fr 0.6fr 0.8fr 0.9fr 0.9fr 0.9fr 1fr;
        gap: 0;
    }

        .dp-grid.risk-grid-uye > div {
            padding: 10px 12px;
        }


    .dp-grid.mamography-grid {
        display: grid;
        grid-template-columns: 0.8fr 0.4fr 0.6fr 0.8fr 0.9fr 0.9fr 0.9fr 1fr; /* 8 sütun */
        gap: 0;
    }

        .dp-grid.mamography-grid > div {
            padding: 10px 12px;
        }


    /* Zebra + hover (mevcut stile uyumlu hafif dokunuş) */
    .dp-row {
        text-decoration: none;
        color: inherit;
    }

        .dp-row:nth-child(even) {
            background: #fbfbfd;
        }

        .dp-row:hover {
            background: #f7f9ff;
        }

    /* Durum rozetleri */
    .dp-tag {
        display: inline-block;
        padding: 4px 10px;
        border-radius: 999px;
        font-size: .85rem;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }

    .dp-tag--yeni {
        background: var(--dp-new);
        color: #fff;
    }

    .dp-tag--rapor {
        background: var(--dp-rapor);
        color: #0d3e0d;
    }

    .dp-tag--ret {
        background: var(--dp-ret);
        color: #222;
    }

    /* Filtre sekmeleri renkleri (aktif/pasif) */
    .dp-tab[data-status="Yeni"] span {
        background: var(--dp-new);
        color: #fff;
    }

    .dp-tab[data-status="Raporlandı"] span {
        background: var(--dp-rapor);
        color: #0d3e0d;
    }

    .dp-tab[data-status="Ret"] span {
        background: var(--dp-ret);
        color: #222;
    }

    .dp-tab[data-status="Yeni"].active {
        background: var(--dp-new);
    }

    .dp-tab[data-status="Raporlandı"].active {
        background: var(--dp-rapor);
    }

    .dp-tab[data-status="Ret"].active {
        background: var(--dp-ret);
    }


    /* Pasif halde küçük renk ipucu */
    .dp-tab[data-status="Yeni"] {
        border-color: var(--dp-new);
        color: var(--dp-new);
    }

    .dp-tab[data-status="Raporlandı"] {
        border-color: var(--dp-rapor);
        color: #2a5b2a;
    }

    .dp-tab[data-status="Ret"] {
        border-color: var(--dp-ret);
        color: #444;
    }



    /* Badge’ler */
    .dp-badge {
        display: inline-block;
        min-width: 1.5em;
        padding: .15rem .45rem;
        border-radius: 10px;
        background: #fff;
        color: inherit;
        font-weight: 700;
        line-height: 1;
    }

    /* Uzun e-postalar vs. taşmasın */
    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        display: block;
    }

    .dp-doctor-consult-list label.form-label {
        color: #c1327c;
    }

    /* Varsayılan renkler (sayfa özelinde) */
    .risk-detail {
        --dp-head-bg: #c1327c;
        --dp-head-fg: #fff;
        --dp-chip-yeni: #F14F4F;
        margin-top: 20px;
    }

    /* Başlık (doktor danışın detaydaki gibi) */
    .rd-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 16px 18px;
        background: var(--dp-head-bg);
        color: var(--dp-head-fg);
        border-radius: 12px 12px 0 0;
    }

    .rd-title {
        margin: 0;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 10px
    }

    .rd-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 12px;
        color: #f2f2f2;
        font-size: 14px
    }

        .rd-meta .rd-mail {
            color: #fff;
            text-decoration: underline
        }

    .rd-head-right .mo-label {
        color: #fff
    }

    /* Soru-cevap satırları: TEK SATIR + yatay kaydırma */
    .rd-rows {
        display: flex;
        flex-direction: column;
        gap: 8px
    }

    .rd-rows-scroll {
        overflow-x: auto
    }

    .rd-row {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #fff;
        border: 1px solid #ead1de;
        border-radius: 10px;
        padding: 10px 12px;
        white-space: nowrap; /* tek satır */
        width: max-content; /* içerik kadar genişlik */
        min-width: 100%; /* ama en az satır genişliği konteyner kadar olsun */
    }

    .rd-q {
        font-weight: 600;
        color: #322d2a
    }

    .rd-a {
        margin-left: auto;
        color: #c1327c;
        font-weight: 800
    }

    /* Chip */
    .dp-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 800;
        border-radius: 999px;
        padding: 6px 12px;
        border: 1px solid rgba(0,0,0,.06);
        font-size: 12px;
        white-space: nowrap;
    }

    .dp-chip--yeni {
        background: var(--dp-chip-yeni);
        color: #fff
    }

    /* Status badge (mevcutta kullandığınla aynı aile) */
    .dp-status-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px;
        border-radius: 999px;
        font-weight: 800;
        letter-spacing: .2px;
        border: 1px solid transparent;
        min-width: 84px;
        text-align: center;
        background: #ffffff22;
        color: #fff
    }

        .dp-status-badge.is-yeni {
            background: #F14F4F;
            border-color: #F14F4F;
            color: #fff
        }

        .dp-status-badge.is-rapor {
            background: #ADD6AD;
            border-color: #94c894;
            color: #0d3e0d
        }

        .dp-status-badge.is-ret {
            background: #BABABA;
            border-color: #b0b0b0;
            color: #222
        }

    /* Bölümler ve grid özet (var olanına uyumlu) */
    .rd-section {
        padding: 16px 18px;
        border: 1px solid #ead1de;
        border-top: 0
    }

        .rd-section:first-of-type {
            border-top: 0
        }

    .rd-section-title {
        margin: 0 0 24px 0;
        font-size: 19px;
        font-weight: 800;
        color: #322d2a;
    }

    .rd-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .rd-grid-4 {
        grid-template-columns: repeat(4,1fr)
    }

    @media (max-width:1200px) {
        .rd-grid-4 {
            grid-template-columns: repeat(2,1fr)
        }
    }

    @media (max-width:768px) {
        .rd-grid, .rd-grid-4 {
            grid-template-columns: 1fr
        }
    }

    .rd-grid-new {
        display: grid;
        grid-template-columns: 1fr; /* tek sütun */
        gap: 16px;
    }
    /* Alt aksiyonlar */
    .rd-actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding: 14px 18px;
        border: 1px solid #ead1de;
        border-top: 0;
        border-radius: 0 0 12px 12px
    }



    .rd-head-right {
        display: flex;
        align-items: center;
        gap: 12px; /* rozet ile select arası */
    }

    .rd-status-select {
        display: flex;
        align-items: center;
        gap: 8px; /* "Durum" etiketi ile select arası */
    }

        .rd-status-select .mo-label {
            margin: 0; /* olası blok/alt satır davranışını sıfırlar */
        }

    @media (max-width: 480px) {
        .rd-head-right {
            flex-wrap: wrap;
        }
    }


    /* Aksiyonlar hizalama (opsiyonel) */
    .rd-actions {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
    }
    /* Geri (outline) — pill, güçlü yazı, düzgün hover/focus) */
    .btn.btn-outline-secondary {
        /* Bootstrap değişkenleriyle oyna — globali bozmadan */
        --bs-btn-color: #c1327c;
        --bs-btn-border-color: #c1327c;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #c1327c;
        --bs-btn-hover-border-color: #c1327c;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #c1327c;
        --bs-btn-active-border-color: #c1327c;
        --bs-btn-focus-shadow-rgb: 108,117,125;
    }
    /* Geri (outline) — pill, güçlü yazı, düzgün hover/focus) */
    .rd-actions .btn.btn-outline-secondary {
        /* Bootstrap değişkenleriyle oyna — globali bozmadan */
        --bs-btn-color: #c1327c;
        --bs-btn-border-color: #c1327c;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #c1327c;
        --bs-btn-hover-border-color: #c1327c;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #c1327c;
        --bs-btn-active-border-color: #c1327c;
        --bs-btn-focus-shadow-rgb: 108,117,125;
        /* Boyut & form */
        --bs-btn-padding-y: .875rem; /* 14px */
        --bs-btn-padding-x: 1.75rem; /* 28px */
        --bs-btn-font-weight: 700;
        --bs-btn-border-radius: 999px;
        border-width: 1.5px;
        letter-spacing: .2px;
        background: transparent;
        /* Animasyon */
        transition: transform .15s ease, box-shadow .2s ease, color .15s ease, background-color .15s ease, border-color .15s ease;
    }

        /* Hover / Active / Focus halleri */
        .rd-actions .btn.btn-outline-secondary:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 10px rgba(0,0,0,.06);
            background-color: rgba(108,117,125,.5);
        }

        .rd-actions .btn.btn-outline-secondary:active {
            transform: translateY(0);
            box-shadow: inset 0 2px 6px rgba(0,0,0,.12);
        }

        .rd-actions .btn.btn-outline-secondary:focus-visible {
            outline: none;
            box-shadow: 0 0 0 .25rem rgba(108,117,125,.25);
        }

        .rd-actions .btn.btn-outline-secondary::before {
            content: "←";
            margin-right: 8px;
            font-weight: 700;
            transition: transform .2s ease;
        }

        .rd-actions .btn.btn-outline-secondary:hover::before {
            transform: translateX(-2px);
        }

    .slider-menu-click {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 128px !important;
        height: 128px !important;
        cursor: pointer;
        right: 60px;
        bottom: 130px;
        z-index: 999999;
    }

    .slider-menu-click-inner {
        width: 68px;
        height: 68px;
        position: absolute;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #c1327c;
    }

        .slider-menu-click-inner img {
            width: 6px;
            width: 60px;
            display: block;
        }

    @keyframes ThemeButton_rotateZoom__V97iZ {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        to {
            transform: translate(-50%, -50%) rotate(1turn);
        }
    }

    @keyframes ThemeButton_rotate__tdIGk {
        0% {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(1turn);
        }
    }

    .slider-menu-click-outer {
        width: 128px;
        height: 128px;
        background: url("../img/slider-menu-click-outer.svg") no-repeat center center;
        position: absolute;
        animation: ThemeButton_rotate__tdIGk 10s linear infinite;
    }

    html[lang="en"] .slider-menu-click-outer {
        background: url(../img/slider-menu-click-outer-en.svg) no-repeat center center;
    }


    .content-meme-sagligi-rklm-space {
        width: 100%;
        overflow: hidden;
        width: 100%;
        max-height: 178px;
        border-radius: 6px;
        /* border: 1px solid #a73e75; */
    }

        .content-meme-sagligi-rklm-space img {
            width: 100%;
            object-fit: cover;
            display: block;
        }


    @media (max-width: 480px) {


        .slider-menu-click {
            transform: scale(0.6) !important;
            right: -13px !important;
            bottom: 6px !important;
        }
    }


    .personal-information-area, .patient-eligibility-area, .demographics-area, .patient-family-history-area {
        border: 1px solid #d3d3d3;
        padding: 0 0 15px 0;
        margin: 1em 0;
        margin-top: 20px;
    }

    .area-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .area-head-title {
        color: #fff;
        padding: 13px 13px 13px 30px;
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 20px;
        line-height: 30.8px;
    }

    .personal-information-area .area-head-title {
        background: #e76ab0;
    }

    .patient-eligibility-area .area-head-title {
        background: #e54ea2;
    }

    .demographics-area .area-head-title {
        background: #f44aa1;
    }

    .patient-family-history-area .area-head-title {
        background: #fc67b3;
    }


    /* ===========================
   MemeOnline - Datepicker Skin
   (jQuery UI)
   =========================== */

    /* İsteğe bağlı: sayfaya tema sınıfı eklersen değişkenleri buradan yönet */
    body {
        --mo-accent: #c1327c;
        --mo-accent-2: #ff2f7f;
        --mo-bg: #ffffff;
        --mo-text: #1f2937; /* slate-800 */
        --mo-muted: #6b7280; /* slate-500 */
        --mo-border: #e5e7eb; /* gray-200 */
        --mo-ring: rgba(193, 50, 124, .35);
    }

    /* Fallback: tema sınıfı yoksa yine de renkler olsun */
    #ui-datepicker-div {
        --mo-accent: var(--mo-accent, #c1327c);
        --mo-accent-2: var(--mo-accent-2, #ff2f7f);
        --mo-bg: var(--mo-bg, #ffffff);
        --mo-text: var(--mo-text, #1f2937);
        --mo-muted: var(--mo-muted, #6b7280);
        --mo-border: var(--mo-border, #e5e7eb);
        --mo-ring: var(--mo-ring, rgba(193, 50, 124, .35));
    }

        /* Konteyner */
        #ui-datepicker-div.ui-datepicker {
            font-family: inherit;
            background: var(--mo-bg);
            color: var(--mo-text);
            border: 1px solid var(--mo-border);
            border-radius: 16px;
            box-shadow: 0 20px 50px rgba(0,0,0,.12);
            overflow: hidden;
            padding: 0;
            z-index: 9999 !important; /* üstte dursun */
            animation: mo-dp-pop .16s ease-out both;
        }

    @keyframes mo-dp-pop {
        from {
            transform: translateY(6px);
            opacity: .5;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* Başlık (ay-yıl + oklar) */
    #ui-datepicker-div .ui-datepicker-header {
        background: #fcf8f9;
        color: #c1327c;
        padding: 10px 44px; /* oklar için yan boşluk */
        border: 0;
        position: relative;
    }

    #ui-datepicker-div .ui-datepicker-title {
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 1;
    }

    /* Önceki / Sonraki butonları */
    #ui-datepicker-div .ui-datepicker-prev,
    #ui-datepicker-div .ui-datepicker-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: rgba(255,255,255,.18);
        cursor: pointer;
        transition: background .15s ease, transform .08s ease;
    }

    #ui-datepicker-div .ui-datepicker-prev {
        left: 8px;
    }

    #ui-datepicker-div .ui-datepicker-next {
        right: 8px;
    }

        #ui-datepicker-div .ui-datepicker-prev:hover,
        #ui-datepicker-div .ui-datepicker-next:hover {
            background: rgba(255,255,255,.28);
        }

        #ui-datepicker-div .ui-datepicker-prev:active,
        #ui-datepicker-div .ui-datepicker-next:active {
            transform: translateY(-50%) scale(.96);
        }

        /* jQuery UI icon span’ını gizleyip kendi ok işaretimizi verelim */
        #ui-datepicker-div .ui-datepicker-prev .ui-icon,
        #ui-datepicker-div .ui-datepicker-next .ui-icon {
            text-indent: -9999px;
            overflow: hidden;
            width: 0;
            height: 0;
            display: block;
        }

        #ui-datepicker-div .ui-datepicker-prev::before,
        #ui-datepicker-div .ui-datepicker-next::before {
            content: '';
            display: inline-block;
            width: 7px;
            height: 7px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            top: 3px;
            position: relative;
            left: 0px;
        }
}

#ui-datepicker-div .ui-datepicker-prev::before {
    transform: rotate(135deg); /* ‹ */
}

#ui-datepicker-div .ui-datepicker-next::before {
    transform: rotate(-45deg); /* › */
}

/* Takvim tablo düzeni */
#ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    padding: 10px 10px 12px;
    margin: 0;
}

    #ui-datepicker-div .ui-datepicker-calendar th {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .3px;
        color: var(--mo-muted);
        font-weight: 600;
        text-align: center;
        padding: 6px 0 2px;
    }

    /* Günler */
    #ui-datepicker-div .ui-datepicker-calendar td {
        text-align: center;
        padding: 0; /* chip gibi gözüksün */
    }

/* Diğer ayın günleri ve devre dışı alanlar */
#ui-datepicker-div .ui-datepicker-other-month,
#ui-datepicker-div .ui-datepicker-unselectable,
#ui-datepicker-div td.ui-state-disabled {
    opacity: .45;
    pointer-events: none;
}

/* Gün butonu (a) — chip stil */
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-default {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 12px;
    color: var(--mo-text);
    text-decoration: none;
    border: 1px solid transparent;
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .08s ease;
    outline: none;
    font-weight: 600;
    line-height: 1;
    user-select: none;
}

    #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default:hover,
    #ui-datepicker-div .ui-datepicker-calendar a.ui-state-hover {
        background: rgba(193, 50, 124, .08);
        border-color: rgba(193, 50, 124, .28);
    }

    #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default:active {
        transform: scale(.98);
    }

    /* Klavye odağı */
    #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default:focus-visible {
        box-shadow: 0 0 0 3px var(--mo-ring);
    }

/* Bugün (highlight) */
#ui-datepicker-div td.ui-datepicker-today a,
#ui-datepicker-div a.ui-state-highlight {
    border-color: var(--mo-accent);
    color: var(--mo-accent);
    background: rgba(193, 50, 124, .10);
    font-weight: 800;
}

/* Seçili gün (active) */
#ui-datepicker-div a.ui-state-active {
    background: var(--mo-accent);
    color: #333333 !important;
    font-weight:700;
    border-color: var(--mo-accent);
    box-shadow: 0 6px 16px rgba(193, 50, 124, .35);
}

/* Hafta sonu ayırt edici ama abartısız */
#ui-datepicker-div td.ui-datepicker-week-end a.ui-state-default {
    color: #a1435d; /* marka paletinden hafif ton */
}

/* Tablonun en alt boşluğu */
#ui-datepicker-div .ui-datepicker-calendar tbody tr:last-child td {
    padding-bottom: 2px;
}

/* Küçük ekranlar */
@media (max-width: 480px) {
    #ui-datepicker-div .ui-datepicker-header {
        padding: 10px 40px;
    }

    #ui-datepicker-div .ui-datepicker-calendar {
        border-spacing: 4px;
        padding: 8px 8px 10px;
    }

        #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default {
            width: 36px;
            height: 36px;
            border-radius: 10px;
        }
}

/* (İsteğe bağlı) Dark mode uyumu */
@media (prefers-color-scheme: dark) {
    #ui-datepicker-div.ui-datepicker {
        background: #fcf8f9;
        color: #c1327c;
        border-color: rgba(255,255,255,.08);
        box-shadow: 0 20px 50px rgba(0,0,0,.5);
    }

    #ui-datepicker-div .ui-datepicker-header {
        /* gradient aynı kalsın; üstüne hafif overlay ile okunurluk */
        box-shadow: inset 0 -1px 0 rgba(255,255,255,.08);
    }

    #ui-datepicker-div .ui-datepicker-calendar th {
        color: #9ca3af;
    }

    #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default {
        color: #9f9f9f;
        background: rgba(255,255,255,.02);
        border-color: rgba(255,255,255,.06);
    }

        #ui-datepicker-div .ui-datepicker-calendar a.ui-state-default:hover {
            background: rgba(193, 50, 124, .18);
            border-color: rgba(193, 50, 124, .45);
        }

    #ui-datepicker-div a.ui-state-active {
        box-shadow: 0 6px 16px rgba(193, 50, 124, .45);
    }
}

.special-text {
    font-family: cursive;
    font-size: 23px;
    color: #ead1de;
    transition:0.3s all;
}
.content-menu-subjects-list .last-item a:hover .special-text {
    color: #ffffff;
    transition: 0.3s all;
}
.content-menu-subjects-list .special-icon img {
    width: 24px;
    position: relative;
    left: -3px;
    top:2px;
    transition: 0.3s all;
}
.content-menu-subjects-list .last-item a:hover .special-icon img {
    transition: 0.3s all;
    transform: rotate(3deg)
}
.main-menu .last-item{
    margin-top:20px;
}
.main-menu .last-item a {
    font-size: 23px;
    transition:0.3s all;
}

.last-item{
    transition:0.3s all;
}
    .last-item a {
        display: flex;
        flex-wrap: wrap;
        transition: 0.3s all;
        position:relative;
    }

.main-menu .last-item a .special-icon img {
    width: 24px;
    position: relative;
    left: -3px;
    top: -10px;
    transition: 0.3s all;
}

.main-menu .last-item:hover a {
    transition: 0.3s all;
    color: #ed1e89;
}
    .main-menu .last-item:hover a .special-icon img {
        transition: 0.3s all;
        transform:rotate(3deg)
    }


@media (max-width: 480px) {
    .page-doctor-list {
        --gap: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; /* space-between yerine */
        gap: 10%;
        padding: 16px 0 28px;
    }
    .page-doctor-list-item {
        min-width: 45%; /* küçük ekranda daha geniş */
        margin-bottom: 20px;
        min-height: 299px;
    }
}
@media (max-width: 324px) {
  

    .page-doctor-list-item {
        min-width: 100%; /* küçük ekranda daha geniş */
    }
}

   .member-link {
            color: gray; /* Yazı rengi gri */
            text-decoration: none; /* Alt çizgiyi kaldırmak için */
        }
        .member-link:hover {
            color: darkgray; /* Hover efekti isteğe bağlı */
   
            }


.dashboard-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}
    .dashboard-card.chart-card {
        display: flex;
        flex-direction: column;
        align-items: self-start;
        justify-content: space-between;
        min-height: 408px;
    }

    .dashboard-card h3 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 600;
        color: #c23e7a; /* pembe tonları */
    }

.dashboard-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dashboard-list li {
        margin-bottom: 8px;
        font-size: 15px;
    }

        .dashboard-list li a {
            color: #333;
            text-decoration: none;
        }

            .dashboard-list li a:hover {
                text-decoration: underline;
            }


.doctor-dashboard-row {
    display: flex;
}

.doctor-dashboard-three{
    width:33.33%
}

.doctor-dashboard-half {
    width: 50%
}
.doctor-dashboard-full {
    width: 100%
}
.doctor-dashboard-four {
    width: 25%
}
.doctor-dashboard-five {
    width: 25%
}
.doctor-dashboard-gap {
    gap:20px;
}

.risk-low {
    color: #27ae60; /* yeşil */
    font-weight: 600;
}

.risk-medium {
    color: #f39c12; /* turuncu */
    font-weight: 600;
}

.risk-high {
    color: #c0392b; /* kırmızı */
    font-weight: 700;
}

dashboard-card.chart-card {
    height: 320px; /* ortak yükseklik, istersen 300/360 yap */
    display: flex;
    flex-direction: column;
    padding: 18px;
    box-sizing: border-box;
}

/* içeriği ortalamak için */
.dashboard-card.chart-card .chart-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* canvas'ı konteynırı dolduracak şekilde zorla (Chart.js ile maintainAspectRatio:false kullanılacak) */
.dashboard-card.chart-card canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

/* ========== Mini istatistik kutuları ========== */
.mini-stats-row {
    display: flex;
    gap: 12px;
    margin: 18px 0 8px;
  /*  flex-wrap: wrap;*/
}

.mini-stat {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    min-width: 120px;
    text-align: center;
    width: 15.96%;
}

    .mini-stat .value {
        font-weight: 700;
        font-size: 16px;
        color: #f44aa1; /* memeonline pembesi */
    }

    .mini-stat .label {
        font-size: 12px;
        color: #666;
        margin-top: 4px;
    }

/* ========== Mini listeler (kapsayıcı düzen için) ========== */
.mini-lists-row {
    display: flex;
    gap: 20px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.mini-list-column {
    flex: 1;
    min-width: 280px;
}

.dashboard-card.chart-card .chart-wrap.special-graph {
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
}

/**************************/

.dashboard-card .content-doctor-title h1 {
    font-size: 16px;
}
.dashboard-card .content-doctor-title {
    margin-top:20px;
    margin-bottom:20px;
}

.dp-grid.risk-grid-last5 {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 1.8fr 0.5fr 0.7fr; /* 5 sütun için ayar */
    gap: 0.5rem; /* isteğe göre boşluk */
}

    .dp-grid.risk-grid-last5 > div {
        padding: 0.5rem 0.3rem;
    }

    .dp-grid.risk-grid-last5.dp-head {
        font-weight: bold;
        background-color: #f7f7f7;
    }

    .dp-grid.risk-grid-last5.dp-row:hover {
        background-color: #f0f0f0;
        cursor: pointer;
    }

    @media(max-width:1380px){
        .mini-stats-row {
            flex-wrap: wrap;
            gap: 0.5%;
        }
        .mini-stat {
            width: 33%;
            margin-bottom:5px;
        }
        .doctor-dashboard-half, .doctor-dashboard-three{
            width:100%;
        }
        .doctor-dashboard-row {
            flex-wrap:wrap;
        }
    }

    @media(max-width:580px){
        footer {
            position: fixed;
            bottom: 0;
        }
        .body-home {
            padding-bottom:190px;
        }
        .main-menu {
            bottom: 20px;
        }
        .home-inner {
            height: 80%;
            padding-left:0;
            overflow:visible;
        }
        main.home {
            height: calc(82vh - 50px) !important;
            padding-bottom:20px;
        }
        .main-menu ul {
            gap: 5px;
        }
        .footer-logos ul li{
            height:26px;
        }
        .footer-logos ul li a{
            height: 26px;
        }
        .footer-left-top {
            padding-bottom: 5px;
        }
        .footer-left-bottom {
            padding-top: 5px;
            padding-bottom: 1px;
            text-align: center;
        }
        .footer-inner {
            padding-top: 53px;
        }
    }