.cal-sans-regular {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Cal Sans', sans-serif;
    font-size: 19px;
    /*    background-color: #FFFBDE;*/
    background-color: white;
}

.NavbarF {
    background-color: #90D1CA;
}

.nav-link {
    color: #096B68;
    transition-duration: 0.4s;
    border-radius: 999px;
    padding: 15px 30px;
    transition: transform 0.2s ease-in-out;
}

    .nav-link:hover {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }

.hosp-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.7s;
}

    .hosp-banner:hover {
        opacity: 90%;
    }

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card {
    transition-duration: 0.2s;
    transition: transform 0.2s ease-in-out;
}

    .card:hover {
        transform: translateY(-5px);
    }

.edoctorD {
    background-color: #90D1CA;
}

footer {
    background-color: #096B68;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tbD {
    background-color: #90D1CA;
}

.girisCard {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    margin: auto;
}

    .girisCard input,
    .girisCard button {
        border-radius: 999px;
        padding: 5px 15px;
        width: 95%;
        border: 2px #d6d6d6 solid;
        transition-duration: 0.5s;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .girisCard img {
        width: 120px;
        height: 120px;
    }

@media (max-width: 576px) {
    .girisCard {
        padding: 20px;
    }

        .girisCard img {
            width: 90px;
            height: 90px;
        }
}


.iletisim-banner {
    /* background-color: #d6d6d6; */
    background: url(../images/communication.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


input::placeholder,
textarea::placeholder {
    color: #999;
}

.input-group .form-control {
    border-radius: 0;
    box-shadow: none;
}

.btn-success {
    background-color: #00c28b;
    border-color: #00c28b;
}

    .btn-success:hover {
        background-color: #00a877;
        border-color: #00966a;
    }

.hastanelerimiz-banner {
    /* background-color: #d6d6d6; */
    background: url(../images/hospital-building-exterior.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.doctors-card img {
    height: 180px;
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.doctors-banner {
    background: url(../images/doctor-banner-image.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    color: white;
}

.randevu-banner {
    background: url(../images/Online-Appointment.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

    .randevu-banner a {
        color: black;
        border-radius: 999px;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 15px 30px;
        transition-duration: 0.3s;
        text-decoration: none;
    }

        .randevu-banner a:hover {
            color: white;
        }

.inputB,
.selectB {
    padding: 10px 20px;
    width: 100%;
    border: 1px #d1d1d1 solid;
    color: black;
    border-radius: 10px;
    transition-duration: 0.6s;
}

    .inputB:focus {
        outline: none;
    }

.randevuCard p {
    color: #414141;
}

.randevuBtn {
    border-radius: 999px;
    padding: 10px 15px;
    width: 98%;
    border: none;
    transition-duration: 0.5s;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    transition-duration: 0.6s;
}

    .randevuBtn:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        color: white;
    }

.randevu-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
}

.randevu-button {
    border-radius: 999px;
    padding: 10px 15px;
    width: 98%;
    border: none;
    transition-duration: 0.5s;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #096B68, #00c28b);
    transition-duration: 0.6s;
}

    .randevu-button:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.sideNavB {
    background-color: #333;
}

.headerBar {
    background-color: #444;
}

.kullaniciCard img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.alanP {
    color: #999;
}

.custom-accordion-button {
    background-color: #4caf50;
    color: white;
    border: none;
}

    .custom-accordion-button.collapsed {
        background-color: #66af6a;
        color: white;
    }

    .custom-accordion-button:hover,
    .custom-accordion-button:focus {
        background-color: #00966a;
        color: white;
    }

.accordion-body ul li a {
    color: white;
    transition-duration: 0.4s;
    text-decoration: none;
}

    .accordion-body ul li a:hover {
        color: #90D1CA;
    }

.homeLink {
    color: white;
    transition-duration: 0.4s;
    text-decoration: none;
}

    .homeLink:hover {
        color: #90D1CA;
    }

.tibbi-banner {
    background: url(../images/Medical-Units.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.hakkimizda-banner {
    background: url(../images/hakkimizda-yazisi.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    color: white;
}

.yorum-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #fff;
}

.yorum-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.yorum-username {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}

.yorum-date {
    color: #666;
    font-size: 0.9em;
    white-space: nowrap;
}

.yorum-content {
    margin-bottom: 10px;
    color: #555;
}

.yorum-actions button {
    background-color: #d33;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.3s ease;
}

    .yorum-actions button:hover {
        background-color: #b22;
    }

@media (min-width: 576px) {
    .yorum-card {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}
