* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(./images/9d98c5ec78.jpg);


}


<style>
@media (max-width: 768px) {
    .nav-list .nav-item.dropdown {
        display: none;
    }
    
    .ust p {
        font-size: 12px;
    }
}

.col-md-4 {
    background-color: #fff;
}


.row>* {
    flex-shrink: 0;
    width: 33%;
    max-width: 33%;
    padding-right: 0;
    padding-left: 0;
    margin-top: var(--bs-gutter-y);
}


nav{
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
nav ul {
    width: 60%;
    margin: auto;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 9999;
}



element.style {
}
.button-nav a {
    color: rgb(255, 255, 255) !important;
}
.nav-link {
    display: flex;
    align-items: center;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


button.button-nav {
    
        cursor: pointer;
    height: 40px;
    display: flex;
    margin: auto;
    width: 100%;
    padding: 0px 10px;
    align-items: center;
    justify-content: center;
    
    
}


nav li{
    height: 50px;
    display: flex;
}

nav a{
    height: 100%;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
}

nav li:first-child{
    margin-right: auto;
}

.dropdown-menu.show {
    
    width: auto;
    
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
background-color: rgb(255 255 255);
backdrop-filter: blur(12px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
}
.sidebar a{
    width: 100%;
}
.menu-button{
    display: none;
}
@media(max-width: 800px){
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
}
@media(max-width: 400px){
    .sidebar{
        width: 100%;
        padding: 15px;

    }
    
    li.nav-item.dropdown {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border: solid 1px #c9c9c9;
 margin-left: 0px !important; 
}


ul.dropdown-menu.show {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px; 
    transform: translate(0px, 50px) !important;
    width: 100% !important;
}

}

    
    /* Mobil cihazlar için medya sorgusu */
@media (max-width: 767px) {
  .container-fluid {
    z-index: 100050;
    background-color: white;
  }
  
  nav ul {
    width: 90% !important;
    margin: auto;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    height: 100%;
}
}

    
li.nav-item.dropdown {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border: solid 1px #c9c9c9;
}
    
    
    nav ul {
    width: 60%;
    margin: auto;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    height: 100%;
}


nav {
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    height: 70px;
}




li.nav-item.dropdown {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border: solid 1px #c9c9c9;
    margin-left: 20px;
}

.rows {
    width: 90%;
    display: grid;
    margin: auto;
    
    
}
.col-md-4.text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
}


.about-section .content {
    display: flex;
    align-items: center;
    margin: auto;
}

.col-md-4.text-center img {
    width: 100%;
    margin: auto;
    height: 65px;
}

.about-section .logo img {
    max-width: 80%;
    height: auto;
    margin: auto;
}


.col-md-8 h2 {
    font-size: 24px;
    color: #6c757d;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 25px;
}
</style>



.d-none {
    display: none;
}

.dropdown-menu.show {
    width: auto;
}

.doctor-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0; /* Yükseklik margin */
}
.doctor-table th, .doctor-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.doctor-table img {
    max-width: 100px;
    border-radius: 50%;
}
.doctor-row.selected {
    background-color: #f8f9fa;
    border: 2px solid #007bff;
}
.premium-options {
    display: none;
}
.doctor-row.selected .premium-options {
    display: block;
}
.premium-options div {
    margin-bottom: 5px;
}
.price {
    margin-left: 10px;
    font-weight: bold;
    color: #333;
}
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}



.stepper-container {
    margin: 20px 0;
}

.stepper {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.step {
    flex: 1;
    text-align: center;
    padding: 10px;
    position: relative;
    color: #6c757d; /* Varsayılan renk */
    cursor: pointer;
}

.step.active {
    color: #007bff; /* Aktif adımın rengi */
    font-weight: bold;
}

.icon-wrapper {
    font-size: 24px;
    margin-bottom: 5px;
}


.ust {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Sosyal medya ikonlarını sağa, metni sola yerleştirir */
    background: linear-gradient(#002b4d, #000421e3);    
    padding: 0 20px; /* Sağ ve sol boşluk ekler */
    position: relative; /* İçeriklerin konumlandırılmasını sağlar */
}

.ustbilgi {
    color: white;
    margin: 0;
    text-align: center;
    position: absolute; /* Mutlak konumlandırma ile ortalanmasını sağlar */
    left: 50%; /* Sol kenardan %50 uzaklıkta */
    transform: translateX(-50%); /* Kendisinin genişliğinin yarısı kadar sola kaydırır */
}

.social-icons {
    display: flex;
    gap: 15px; /* İkonlar arasında boşluk */
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 30px; /* İkonlar arasında boşluk bırakır */
    margin-right: 100px;
}

.ust::before {
    content: "";
    flex-grow: 1; /* Metin ile ikonlar arasına boşluk bırakır */
}

.social-icon img {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
}

.social-icon img:hover {
    opacity: 0.7; /* İkon üzerine gelindiğinde opaklığı azaltır */
}

a.social-icon {
    color: white;
}

/*Navbar */



li.nav-item a {
    color: rgb(32, 32, 32);
    font-family: sans-serif;
    font-family: 600 !important;
    font-size: 15px;
}



.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}

    .navbar {
        height: 75px;
        background: linear-gradient(#ffffff, #ffffff);
        border-bottom: solid 1px #dbdbdb;
    }


    @media (min-width: 992px) {
        .container-fluid {
        justify-content: space-around !important;
    }

    
}


.button-nav {
background-color: #001749e3;  
    color: white;
    border: none;
    width: 200px;
    transition: ease 0.8s;
}


.button-nav:hover {
    background-color: #002880e3;  

    border: none;
    width: 200px;
}

.button-nav a {
    color: rgb(255, 255, 255) !important;
}


.navbar-brand img {
    height: 4rem;
}




.img-fluid {
    height: 4rem;
}

.navbar-collapse {
    flex-basis: 100%;
    padding: 30px 10px;
    flex-grow: 0;
    align-items: center;
}

/* Mobil cihazlar için medya sorgusu */
@media (max-width: 576px) {
  .container-fluid {
    z-index: 100050;
    background-color: white;
  }
}


/*Navbar/*
















/*Banner*/

.carousel-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;

}


img.d-block.w-100 {
    object-fit: cover;
    height: 100%;
}


.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    height: 100%;
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100% !important;
}

.carousel {
    position: relative;
    height: 775px;
}

/*Banner*/






/*Doktorlar*/


@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
        width: 60%;
        margin: 20px auto;
    }

  
}


@media (min-width: 576px) {
    .card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
        height: 13rem;
        object-fit: contain;
    }


}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 20px;
    }
}


@media (max-width: 576px) {
.card-group {
    margin-top: 30px !important;
    text-align: center;
}

}
a.btn.btn-primary {
  background-color:#ffffff!important;  
  transition: ease 0.4s;
  border: none;
  color: #001749e3;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
}

a.btn.btn-primary:hover{
    background-color:#001749e3!important;  
    color: #ffffffe3;
    border: solid 1px #fff;
  }



  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    text-align: center;
}



.uzmanlar p {

    text-align: center;
}


.uzmanlar h3 {

    text-align: center;
}


.container {
    margin-top: 50px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}


img.card-img-top {
    height: 16rem;
    width: 100% !important;
    object-fit: contain;
}



/*Doktorlar*/



/*Kayıt*/


.col-md-4 {
    background-color: #fff;
}

.col-md-8 {
    border: solid 1px #cfcfcf;
    padding: 40px;
} 




.col-md-8 h2 {
    font-size: 20px;
    color: #6c757d;
    text-align: center;
    margin-bottom: 40px;
}
    
    
    .col-md-8 button {
        background-color: #00223b;
        border: none;
    }


    .input-group {
        display: flex;
    }

    
    .form-control {
        flex: 3;
    }


    .input-group {
        display: flex;
        align-items: center; /* Ülke kodu ve telefon numarasını dikey olarak ortalar */
    }
    
    .input-group > .form-select {
        width: auto; /* Ülke kodu seçicinin genişliğini içeriğe göre ayarlayın */
        max-width: 100px; /* İstenilen maksimum genişlik */
    }
    
    .input-group > .form-control {
        flex: 1; /* Telefon numarasının kalan alanı kaplamasına izin verir */
    }
    
    /* Mobil ekranlarda tüm alanları tam genişlikte yap ve eşit aralıklarla yerleştir */
    @media (max-width: 767px) {
        .row {
            flex-direction: column; /* Satırları dikey hizala */
        }
    
        .col-md-6 {
            width: 100%; /* Her bir sütunu tam genişlikte yap */
            margin-bottom: 15px; /* Alanlar arasında boşluk bırak */
        }
    
    
        .input-group > .form-select,
        .input-group > .form-control {
            width: 100%; /* Ülke kodu ve telefon numarasını tam genişlikte yap */
            margin-bottom: 5px; /* Ülke kodu ve telefon numarası arasına boşluk bırak */
        }
    }

    .container.mt-5 {
        width: 60% !important;
    }
    
    .row {
        display: flex;
        justify-content: center;
    }
    
    .col-md-4.text-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    

/* Formun düzgün görünmesini sağlamak için */
.form-check {
    margin-bottom: 8px !important;
}

.form-check-label {
    font-size: 0.875rem;
}

.form-check-label a {
    color: #007bff;
    text-decoration: none;
}

.form-check-label a:hover {
    text-decoration: underline;
}


.stepper {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 60%;
}

.step {
   

    align-items: center;

}

.step a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit; /* Renk ayarlarını buradan yapabilirsiniz */
    padding: 10px; /* Adımlar arasına padding ekleyebilirsiniz */
}


.stepper .icon-wrapper {
    margin: auto;
}

.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px; /* İkon boyutu */
    margin-right: 15px; /* İkon ile metin arasındaki boşluk */
}

.step a:hover {
    color: #007bff; /* Hover efekti */
}

.step.active a {
    font-weight: bold; /* Aktif adımın vurgulanması için */
}
/*Kayıt*/





/*Navigasyon*/
.stepper-container {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}

.stepper {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #002b4d;
}

.stepper .step {
    position: relative;
    flex: 1;
    text-align: center;
}

.stepper .step a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
}

.stepper .icon-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef00;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}


.stepper .icon-wrapper i {
color: white;
}

.stepper .icon-wrapper img {
    width: 24px;
    height: 24px;
}

.stepper .step.active a {
    color: #ffffff;
}

.stepper .step:not(.active) a:hover {
    color: #eeeeee;
}

li.step.active {
    background-color: #005291;
  
}

.stepper li {
    border-right: solid 3px #ffffff;
}

/*Navigasyon*/




.about-section {
    padding: 100px 0 !important;
    background-color: #ffffff;
}
.about-section .logo img {
    max-width: 100%;
    height: auto;
}
.about-section .content {
    display: flex;
    align-items: center;
}

.list-unstyled {
    text-align: center;
    padding-left: 0;
    list-style: none;
}


.col-md-8 p {
    text-align: center;
}

.email-form-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.email-form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1320px; /* Maksimum genişlik ayarı */
}

.email-form h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: #333;
}

.email-form .form-group {
    margin-bottom: 15px;
}

.email-form .form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.email-form input, .email-form textarea {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    box-shadow: none;
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.email-form input:focus, .email-form textarea:focus {
    border-color: #0056b3;
    box-shadow: 0 0 0 0.2rem rgba(38, 43, 44, 0.25);
}

.email-form button {
    background-color : #002b4d;
    border: none;
    color: #fff;
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    cursor: pointer;
    width: 20%;
}




/*İcon Bilgi*/

.iconbilgi {
display: flex;
width: 100%;
height: 260px;



}


.iconbilgi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    text-align: center;
    margin: auto;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
    width: 100%;

}

.icon i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #002b4d;
}

.icon p {
    font-size: 16px;
    max-width: 200px;
}
/*İcon Bilgi*/



footer {
    position: relative;
  
    bottom: 0;
  
    left: 0;
  
    right: 0;
  
  
    background: #002b4d;
  
    height: auto;
  
    width: 100%;
  
    padding-top: 40px;
  
    color: #fff;
  }
  
  .footer-content {
    display: flex;
  
    align-items: center;
  
    justify-content: center;
  
    flex-direction: column;
  
    text-align: center;
  }
  
  .footer-content h3 {
    font-size: 2.1rem;
  
    font-weight: 500;
  
    text-transform: capitalize;
  
    line-height: 3rem;
  }
  
  .footer-content p {
    max-width: 500px;
  
    margin: 10px auto;
  
    line-height: 28px;
  
    font-size: 14px;
  
    color: #cacdd2;
  }
  
  .socials {
    list-style: none;
  
    display: flex;
  
    align-items: center;
  
    justify-content: center;
  
    margin: 1rem 0 3rem 0;
  }
  
  .socials li {
    margin: 0 10px;
  }
  
  .socials a {
    text-decoration: none;
  
    color: #fff;
  
    padding: 5px;
  }
  
  .socials a i {
    font-size: 1.1rem;
  
    width: 20px;
  
    transition: color 0.4s ease;
  }
  
  .socials a:hover i {
    color: aqua;
  }
  
  .footer-bottom {
    background: #00223b;
  
    width: 100%;
  
    padding: 20px;
  
    padding-bottom: 40px;
  
    text-align: center;
  }
  
  .footer-bottom p {
    float: left;
  
    font-size: 14px;
  
    word-spacing: 2px;
  }
  
  .footer-bottom p a {
    color: #ccc;
  
    font-size: 16px;
  
    text-decoration: none;
  }
  
  .footer-bottom span {
    text-transform: uppercase;
  }
  
  .footer-menu {
    float: right;
  }
  
  .footer-menu ul {
    display: flex;
  }
  
  .footer-menu ul li {
    padding-right: 10px;
  
    display: block;
  }
  
  .footer-menu ul li a {
    color: #cfd2d6;
  
    text-decoration: none;
  }
  
  .footer-menu ul li a:hover {
    color: #27bcda;
  }


  .footer-content h3 img  {
  height: 4rem;
  }
  
  @media (max-width: 500px) {
    .footer-bottom p {
      float: none;
    }
  
    .footer-menu ul {
      display: flex;
  
      margin-top: 10px;
  
      margin-bottom: 20px;
  
      text-align: center;
    }



   

  }



  .about-section .logo img {
    max-width: 60%;
    height: auto;
    margin: auto;
}


.col-md-4.text-center img {
width: 60%;
margin: auto;


}



.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: calc(1.5rem + 0.75rem);
}
.form-floating > label {
   
    font-size: 0.875rem;
    color: #6c757d;
    transition: all 0.1s ease-in-out;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    top: -0.75rem;
    left: 0.75rem;
    font-size: 0.75rem;
    color: #007bff;
}



.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: 0;
    margin-left: 0;
}


.row {
    display: flex;
    justify-content: center;
    width: 100%;
}


.col-md-8 {
     border: none; 
     padding: 0; 
}


@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 auto;
        /* width: 66.66666667%; */
        width: 60%;
    }
}


.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
     padding-right: 0; 
     padding-left: 0; 
    margin-top: var(--bs-gutter-y);
}

.row>* {
    flex-shrink: 0;
    width: 60%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: var(--bs-gutter-y);
}

button#next-step {
background-color: #00223b;



}



.stepper {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.step {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.step a {
    text-decoration: none;
    color: gray;
    display: block;
    padding: 10px;
}

.step.active a {
    color: blue;
}

.step.completed a {
    color: green;
}

.step-link.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.step-content {
    display: none;
}

.step-content.d-none {
    display: none;
}

.step-content.active {
    display: block;
}


.w-100 {
    width: auto !important;
}



.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 0;
}



.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0;
    padding-bottom: 0;
}

  

@media (max-width: 500px) {

    .row>* {
        flex-shrink: 0;
        width: 90%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: var(--bs-gutter-y);
    }

    
    .w-100 {
        width: 45% !important;
    }





 }


 
 @media (min-width: 500px) {


 .w-100 {
    width: 20% !important;
}
}

 @media (max-width: 500px) {


.stepper-container {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    width: 100%;
}


.stepper {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 90%;
}

.stepper .step {
    position: relative;
    flex: 1;
    text-align: center;
    width: 20%;
}


}



.step-content {
    display: none;
}

.step-content.d-none {
    display: none;
}

.step-content:not(.d-none) {
    display: block;
}



.doctor-img {
    width: 150px; /* Fotoğraf genişliği */
    height: auto; /* Orantılı yükseklik */
    border-radius: 8px; /* Fotoğrafa yuvarlak köşeler ekler */
}

.list-group-item {
    display: flex;
    align-items: start;
    padding: 15px;  
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 10px;
    border: solid 1px #272727 !important;
}

.list-group-item .w-100 {
    flex: 1;
    margin-left: 15px;
}

.custom-container {
    margin: 0 auto;
}

.custom-margin-top {
    margin-top: 20px;
}

.btn {
    margin-top: 15px;
}

.list-group {
    width: 60%;
    margin: auto;
}

.doctor-card {
    cursor: pointer;
    border: 2px solid transparent; /* Varsayılan sınır */
    transition: border 0.3s ease;
}

.doctor-card.selected {
    border: 2px solid #007bff; /* Seçilen doktorun sınırı */
    background-color: #f0f8ff; /* Seçilen doktorun arka plan rengi */
}



.doctor-card {
    cursor: pointer;
    border: 2px solid transparent; /* Varsayılan sınır */
    border-radius: 8px;
    transition: border 0.3s ease, background-color 0.3s ease;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ffffff; /* Kart arka plan rengi */
}

.doctor-card.selected {
    border: 2px solid #007bff; /* Seçilen doktorun sınırı */
    background-color: #e9f7ff; /* Seçilen doktorun arka plan rengi */
}

.doctor-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.doctor-info {
    flex-grow: 1;
}

.premium-options label {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.text-end {
    text-align: right;
}

.list-group-item {
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.list-group-item p {
    margin: 0;
}

.premium-options {
    display: flex;

    gap: 5px;
}

.premium-options label {
    display: flex;
    align-items: center;
}

.premium-options input[type="checkbox"] {
    margin-right: 10px;
}

.text-end {
    text-align: right;
    font-size: 21px;
    font-weight: 700;
    color: #00223b;
}




.custom-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.custom-form-card {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.custom-form-content {
    padding: 20px;
}
.custom-form-floating {
    position: relative;
    margin-bottom: 1rem;
}
.custom-form-floating input {
    padding-top: 1.5rem;
}
.custom-form-floating label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.75rem;
    font-size: 0.85rem;
    color: #6c757d;
    transition: all 0.2s ease-out;
}
.custom-form-floating input:focus ~ label,
.custom-form-floating input:not(:placeholder-shown) ~ label {
    top: -1rem;
    left: 0.75rem;
    font-size: 0.75rem;
    color: #007bff;
}
.custom-btn {
    border-radius: 8px;
}
.custom-btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}
.custom-btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}



nav ul {
    width: 60%;
    margin: auto;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    height: 100%;
}


nav {
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    height: 70px;
}
