.mb-110{
    margin-bottom: 110px;
}

.mb-70{
    margin-bottom: 70px;
}



nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

nav ul li {
  position: relative;
}

nav ul li a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

nav ul li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}

/* Dropdown menü içeriği */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  width: 200px;
}

.dropdown-content li {
  display: block;
}

.dropdown-content li a {
  padding: 10px;
  color: #333;
  text-decoration: none;
}

/* Hover özelliği ile açılma */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content li a:hover {
  background-color: #ddd;
}

.img-comp-container {
  position: relative;
  height: 200px; 
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}


.card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.card-img {
    border-radius: 15px;
    transition: transform 0.5s ease-in-out; /* Yavaş bir büyüme animasyonu */
}

.card:hover .card-img {
    transform: scale(1.1); /* Resmin büyüme oranı */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(40 40 40 / 10%);
    z-index: 2; /* Resmin üstünde, yazının altında */
    border-radius: 15px;
}

.card-img-overlay {
    position: absolute;
    z-index: 3; /* Yazılar en üstte */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 15px;
}




.ekipdiv {
    position: relative;
}

.ekipwid {
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 50%;
    right: 21%;
    transform: translateY(-50%);
    text-align: right;
    color: white;
    text-align: left !important;

}

.text-overlay h2 {
    margin-bottom: 10px;
    color: #ffffff;

    letter-spacing: -3px;
    font-weight: 500;
    font-size: 4rem;
    font-family: "Spartan", Arial, Helvetica, sans-serif;

}

.text-overlay p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
}

.text-overlay .btn {
    background-color: #5865F2;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.ekipp{
    font-size: 1.5rem !important;
    margin-top: .5em !important;
    font-family: "Spartan", Arial, Helvetica, sans-serif !important;
}

.ekipbtn{
    box-shadow: 0 0 0 4em #7688a1 inset;
    background-color: #7688a1 !important;
    color: #ffffff !important;
    border-radius: 28px;
    padding: 0.8em 2em !important;
    font-size: 16px !important;
}

.ekipbtn:hover {
    box-shadow: 0 0 0 4em #7688a1 inset, 0 10px 20px rgba(0, 0, 0, 0.2) !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

.videoyaz{
    font-weight: 600; 
    letter-spacing: -1px;
    font-family: "Spartan", Arial, Helvetica, sans-serif;
    font-size: 2.125em;
    text-align: left;
}


.followgen {
    width: 1500px;
    padding: 20px;
}

.videoyaz {
    font-size: 28px;
    font-weight: bold;
}

.video-container {
    margin-bottom: 20px;
}

.load-more, .subscribe {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
}

.btn-dark.load-more {
    background-color: #333;
    color: #fff;
}

.btn-primary.subscribe {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.taniyaz{
    font-size: 2.75rem;
    font-weight: 600;
    text-align: center;
    font-family: "Spartan", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}

.taniyazp{
    font-size: 1.4375rem;
    margin-top: 1.2em;
    font-weight: 100;
    text-align: center;
    letter-spacing: 1px;
}

.yanciz{
    background: linear-gradient(90deg, rgba(71, 71, 71, 0) 20%, #e4e4e4 100%);
    height: .5em;
    width: 100%;
    border-radius: 50px;
    flex: 1 0 60%;
    align-self: center;
    max-width: 150px;
    margin: 0 auto;
    margin-top: -1em;
}
.header-clinic {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url('../images/clinic.jpg') no-repeat center center/cover;
  color: white;
}


footer {
    background-color: #f7f7f5;
    color: #181818;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    margin: 10px;
}

.footer-section h3 {
    margin-bottom: 15px;
}

.footer-section p, .footer-section ul {
    font-size: 14px;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}


.footer-section ul li a {
    color: #181818;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding: 10px 0;
    background-color: #191919;
    color: #fff;
}

.footer-logo{
    width: 80%;
}
.footer-icon{
    width: 13px;
    margin-right: 10px;
}
.footer-line{
    line-height: 1;
    padding-bottom: .8em;
}
.footer-bas{
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}
.footer-sosyal{
    margin-right: 13px;
}

.footerdag{
    position: relative;
    margin-bottom: -2%;
    width: 100% !important;
}








.header {
    position: relative;
    width: 100%;
    height: 60vh;
    background: url('../images/about.jpg') no-repeat center center/cover;
    color: white;
}

.header-det {
    position: relative;
    width: 100%;
    color: white;
    z-index: 99999;
}


.header-index {
    position: relative;
    width: 100%;
    height: auto;
    color: white;
    z-index: 9999;
}

.top-bar {
    display: flex;
    padding: 10px 20px;
    background-color: #191919;
    color: white;
    font-size: .8em;
    line-height: 2.5em;
}

.logo-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #00000029;
    box-shadow: 3px 4px 23px 0px rgba(0, 0, 0, 0.75)
}


.logo img {
    height: 50px; /* Logonuzun yüksekliği */
}



nav ul li {
    margin: 0;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.ask-doctor {
    background-color: #0066cc;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.banner {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    margin-top: 5%;
}

.banner-content {
    z-index: 2;
}

.wave {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    height: auto;
    z-index: 1;
    margin-top: -5%;
}




.timeline-container {
    display: flex;
    justify-content: center;
  }
  .timeline-container .vertical-scrollable-timeline {
    width: 600px;
    list-style-type: none;
    position: relative;
  }
  .timeline-container .vertical-scrollable-timeline .list-progress {
    width: 8px;
    height: 100%;
    background-color: #003cffc4;
    position: absolute;
    left: 48px;
    top: 0;
    overflow: hidden;
  }
  .timeline-container .vertical-scrollable-timeline .list-progress .inner {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #c5c3cb;
    width: 100%;
  }
  .timeline-container .vertical-scrollable-timeline li {
    position: relative;
    padding: 35px 0px 125px 158px;
  }
  .timeline-container .vertical-scrollable-timeline li:last-child {
    margin-bottom: 0;
  }
  .timeline-container .vertical-scrollable-timeline li h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
  }
  .timeline-container .vertical-scrollable-timeline li p {
    line-height: 1.5;
    color: #000;
  }
  .timeline-container .vertical-scrollable-timeline li p:last-child {
    margin-bottom: 0;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c5c3cb;
    border-radius: 50%;
    z-index: 1;
    transition: 0.4s all;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    position: absolute;
    background-color: #c5c3cb;
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s all;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder i {
    font-size: 25px;
    color: #fff;
  }
  .timeline-container .vertical-scrollable-timeline li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: transparent;
    left: 48px;
    z-index: 0;
  }

  .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: #003cffc4;
  }
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
    background-color: #003cffc4;
  }

  .timeline-co{
    position: relative;
    z-index: 9999;
  }





  .notification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    z-index: 1;
    background: #fffbbc;
  }

  
  .grid {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 30vw;
    list-style: none;
  }
  
  .grid li:nth-child(11n + 9) {
    grid-column: 1 / -1;
    grid-row: span 2;
  }
  
  .grid figure,
  .grid img {
    width: 100%;
    height: 100%;
  }
  
  .grid img {
    object-fit: cover;
    background: #f5f3f4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  @media (min-width: 850px) {
    .grid {
      grid-gap: 24px;
      grid-template-columns: repeat(5, 1fr);
      grid-auto-rows: 12vw;
    }
  
    .grid li {
      --row-step: calc(4 * var(--n));
    }
  
    .grid li:nth-child(11n + 1) {
      grid-column: 1;
      grid-row: calc(1 + var(--row-step)) / span 2;
    }
  
    .grid li:nth-child(11n + 2) {
      grid-column: 2 / span 2;
      grid-row: calc(1 + var(--row-step)) / span 2;
    }
  
    .grid li:nth-child(11n + 3) {
      grid-column: 4;
      grid-row: calc(1 + var(--row-step));
    }
  
    .grid li:nth-child(11n + 4) {
      grid-column: 5;
      grid-row: calc(1 + var(--row-step));
    }
  
    .grid li:nth-child(11n + 5) {
      grid-column: 4;
      grid-row: calc(2 + var(--row-step));
    }
  
    .grid li:nth-child(11n + 6) {
      grid-column: 5;
      grid-row: calc(2 + var(--row-step)) / span 2;
    }
  
    .grid li:nth-child(11n + 7) {
      grid-column: 2;
      grid-row: calc(3 + var(--row-step));
    }
  
    .grid li:nth-child(11n + 8) {
      grid-column: 1;
      grid-row: calc(3 + var(--row-step));
    }
  
    .grid li:nth-child(11n + 9) {
      grid-column: 3 / span 2;
      grid-row: calc(3 + var(--row-step)) / span 2;
    }
  
    .grid li:nth-child(11n + 10) {
      grid-column: 1 / span 2;
      grid-row: calc(4 + var(--row-step));
    }
  
    .grid li:nth-child(11n + 11) {
      grid-column: 5;
      grid-row: calc(4 + var(--row-step));
    }
  }


  .card-pink{
    border-radius: 6px; 
      border-bottom:4px solid #ff2c95!important;
    }
    .card-blue{
    border-radius: 6px; 
      border-bottom:4px solid #1c68b3 !important;
    }
    
    .col .card img{
    aspect-ratio: 1 / 1;
      object-fit:cover;
    }
    .card-body{
      padding:1rem 1.5rem;
    }
    .card-body p{
      color:#4B5563;
    }
    .card-blue svg{
      fill:#1c68b3 ;
    }
    .card-pink svg{
      fill:#ff2c95;
    }
    .card-blue .card-footer p{
      color:#1c68b3 ;
    }
    .card-pink .card-footer p{
      color: #ff2c95;
    }
    .card-shape{
      position:relative;
    }
    .custom-shape-divider-bottom-1634717805 {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        transform: rotate(180deg);
    }
    
    .custom-shape-divider-bottom-1634717805 svg {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
    }
    
    .custom-shape-divider-bottom-1634717805 .shape-fill {
        fill: #FFFFFF;
    }

    .gendi{
      height: 200px;
      margin-top: 20%;
      border: 1px solid #dedede;
      width: 45%;     
      border-radius: 10px; 
      float: left; 
      margin-right: 33px; 
      box-shadow: 0 7px 30px -10px rgb(133, 153, 162, .5);
    }

    .ustres{
      background: #f6f6f6; 
      border-radius: 10px;
    }

    .gendisag{
      height: 200px;
      border: 1px solid #dedede;
      width: 45%;
      border-radius: 10px;
      float: left;
      position: relative;
    }





    .question-list {
      max-width: 1200px;
      margin: 0 auto;
  }
  
  .question-item {
      display: flex;
      align-items: center;
      background-color: #eef2f7;
      border: 1px solid #ddd;
      padding: 15px;
      margin-bottom: 10px;
      border-radius: 5px;
      transition: background-color 0.2s ease; 
      margin-bottom: 2%;
  }
  
  .question-item.sticky {
      border-left: 5px solid #ffa500;
  }
  
  .question-item.accepted {
      background-color: #eef2f7;
      border-left: 5px solid #32cd32;
  }
  
  .question-icon {
      font-size: 24px;
      color: #555;
      margin-right: 15px;
      flex-shrink: 0;
  }
  

  
  .question-item.accepted .question-icon::before {
     
      color: #32cd32;
  }
  
  .question-content h3 {
      font-size: 16px;
      margin: 0;
      font-weight: normal;
  }
  
  .question-content p {
      font-size: 12px;
      color: #777;
      margin: 5px 0 0 0;
  }
  
  .question-content a {
      color: #3498db;
      text-decoration: none;
  }
  
  .question-stats {
      margin-left: auto;
      text-align: center;
  }
  
  .question-stats div {
      margin: 5px 0;
      font-size: 14px;
      padding: 5px;
      border-radius: 3px;
  }
  

  
  .answers {
      color: #ffa500;
      background-color: #ffe7e6;
  }
  
  .votes {
      color: #27ae60;
      background-color: #e6f7e7;
  }