body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat";
}

p {
    font-family: "Open Sans";
}


body {
    overflow-x: hidden;
}

.centered {
    display: inline !important;
    text-align: center;
    justify-content: center;
    align-items: center;
}

hr {
    color: #00a49f;
    height: 2px !important;
    width: 30%;
    margin: auto;
    margin-top: -10px;
    opacity: 0.5;
}

.brandSlider {
    width: 100%;
    background-color: #ffffff08;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.doctors-area .slick-initialized .slick-slide {
    width: 180px !important;
}

.brandSlider img {
    height: 200px;
    width: 180px;
    object-fit: contain;
    margin-top: 50px;
    padding: 5px;
    mix-blend-mode: overlay;
    filter: grayscale(1);
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 14px !important;
}

.brandSlider p {
    color: rgba(0, 0, 0, 0.7);
    font-family: "Montserrat";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.clinic-area h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #1e1e1e;
    text-align: center;
    font-family: "Montserrat";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.clinic-area {
    position: relative;
    margin-top: 60px;
}

.clinic-area .gallery-area {
    padding: 0;
}

.clinic-area .gallery-area img {
    height: 300px;
    width: 100%;
    filter: grayscale(0.7);
    object-fit: cover;
}

.clinic-area .text-area {
    position: absolute;
    top: 20%;
    text-align: center;
}


.clinic-area .text-area a {
    background-color: #00d7d0;
    box-shadow: -1px -2px 9px 0px #c6cece;
    color: #fff;
    border-radius: 20%;
}

.icon {
    transform: translateY(1px);
    transition: transform 0.5s ease-in-out;
}

.jump {
    transform: translateY(-5px);
}

.clinic-area .text-area p {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    text-shadow: 6px 3px 15px #000;
}

.clinic-area .text-area p span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #00d7d0;
}

@media screen and (max-width: 835px) {
    .clinic-area {
        margin-top: 30px;
    }
    .clinic-area img {
        height: 200px !important;
    }

    .clinic-area .text-area p {
        font-size: 15px;
    }

    .fa-2x {
        font-size: 1.5rem;
    }
}

.doctor-area .itemArea {
    position: relative;
    margin-top: 200px;
    margin-bottom: 50px;
    border-radius: 50px;
    height: 300px;
    width: 100%;
    background-color: #00a49f;
    /* box-shadow: 2px 11px 30px 0px #00cbc5ba; */
}

.doctor-area .itemArea .img img {
    position: absolute;
    bottom: 0;
    height: 480px;
    width: auto;
    object-fit: cover;
}

.doctor-area .detail-area {
    margin-top: 30px;
}

.doctor-area .detail-area h2 {
    font-family: "Montserrat";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
}

.doctor-area .detail-area span {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Montserrat";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.doctor-area .detail-area .button-area {
    margin-top: 30px;
}

.doctor-area .detail-area .button-area .btn {
    background: #02c5bf;
    border-radius: 20px;
    width: 77px;
    height: 75px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.doctor-area-detail p {
    color: #000;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    overflow-y: scroll;
    text-align: justify;
    height: 150px;
    width: 90%;
    border-left: 3px solid #00d7d0;
    padding-left: 50px;
}

.doctor-area-detail h2 {
    font-size: 50px;
    color: #6a6464;
    font-weight: 700;
    margin-left: 50px;
    margin-top: 10px;
}

.doctors-area {
    padding: 0;
}

.doctors-area h2 {
    color: #000;
    text-align: center;
    font-family: "Montserrat";
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-top: 30px;
}

/* .doctor-area .button-area .col-lg-1 {
          width: 11.333333%;
        } */
.doctor-area .button-area p {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
}

footer {
    margin-top: 50px;
}

@media screen and (max-width: 835px) {
    .doctor-area .itemArea {
        margin-top: 50px;
        margin-bottom: 20px;
        height: 300px;
    }

    .doctor-area .itemArea .img img {
        position: absolute;
        bottom: 0;
        height: 270px;
        width: auto;
        object-fit: cover;
    }

    .doctor-area .detail-area {
        margin-top: 30px;
    }

    .doctor-area .detail-area h2 {
        font-family: "Montserrat";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #fff;
        margin-bottom: 0;
    }

    .doctor-area .detail-area span {
        color: rgba(255, 255, 255, 0.6);
        font-family: "Montserrat";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .doctor-area .detail-area .button-area {
        margin-top: 30px;
    }

    .doctor-area .detail-area .button-area .col-4 {
        width: 30%;
    }

    .doctor-area .detail-area .button-area .btn {
        background: #02c5bf;
        border-radius: 7px;
        width: 50px;
        height: 50px;
    }

    .doctor-area .detail-area .button-area .btn img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .doctor-area .detail-area p {
        color: #000;
        font-size: 10px;
    }

    .doctors-area h2 {
        color: #1e1e1e;
        text-align: center;
        font-family: "Montserrat";
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0;
    }

    hr {
        margin-top: -5px;
    }

    .doctor-area-detail p { 
        overflow-y: none; 
        height: 100%; 
        border-left: none;
        border-top: 3px solid #00d7d0;
        padding-top: 10px;
        padding-left: 0;
    }

    .doctor-area-detail h2 {
        font-size: 40px;
        color: #6a6464;
        font-weight: 700;
        margin-left: 15px;
    }

}

.centered-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
}

@media screen and (min-width: 835px) and (max-width: 1200px) {
    .doctor-area {
        max-width: 100%;
    }

    .doctor-area .itemArea .img img {
        position: absolute;
        bottom: 0;
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    .doctor-area .detail-area .button-area .btn {
        background: #02c5bf;
        border-radius: 7px;
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .doctor-area .detail-area .button-area .btn img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}

/* 
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
} */

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Görsel değişim animasyonları */
.doctor-area .itemArea .img img {
    animation: fadeOut 0.3s ease-in-out forwards;
}

/* Veri değişim animasyonları */
.detail-area {
    animation: fadeIn 0.3s ease-in-out forwards;
}

.slick-slide {
    filter: blur(2px);
}

.slick-active {
    filter: blur(0px);
}