body {
    font-family: 'Open Sans', sans-serif;
}

.color-white {
    color: #FFF;
}

.color-black {
    color: #000;
}

.color-main {
    color: #024bae;
}

.color-main2 {
    color: #11999f;
}

.color-gray {
    color: #61666a;
}

.color-yellow {
    color: #f6bb05;
}

.bg-white {
    background-color: #ffffff;
}

.bg-main {
    background-color: #024bae;
}

.bg-main2 {
    background-color: #11999f;
}

.border-white {
    border: 1px solid #fff;
}

.border-gray {
    border: 1px solid #979797;
}

.border-blue {
    border: 1px solid #024bae;
}

.border-blue2 {
    border: 2px solid #11999f;
}

.border--right-blue {
    border-right: 1px solid #024bae;
}

.border--right-blue2 {
    border-right: 1px solid #11999f;
}

.radius5 {
    border-radius: 5px;
}

.radius10 {
    border-radius: 10px;
}

.radius20 {
    border-radius: 20px;
}

.radius100 {
    border-radius: 100%;
}

.fw-300 {
    font-weight: 400;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}


.size-10 {
    font-size: 10px
}

.size-11 {
    font-size: 11px
}

.size-12 {
    font-size: 12px
}

.size-13 {
    font-size: 13px
}

.size-14 {
    font-size: 14px
}

.size-15 {
    font-size: 15px
}

.size-16 {
    font-size: 16px
}

.size-17 {
    font-size: 17px
}

.size-18 {
    font-size: 18px
}

.size-19 {
    font-size: 19px
}

.size-20 {
    font-size: 20px
}

.size-21 {
    font-size: 21px
}

.size-22 {
    font-size: 22px
}

.size-23 {
    font-size: 23px
}

.size-24 {
    font-size: 24px
}

.size-25 {
    font-size: 25px
}

.size-26 {
    font-size: 26px
}

.size-27 {
    font-size: 27px
}

.size-28 {
    font-size: 28px
}

.size-29 {
    font-size: 29px
}

.size-30 {
    font-size: 30px
}

.size-31 {
    font-size: 31px
}

.size-32 {
    font-size: 32px
}

.size-33 {
    font-size: 33px
}

.size-34 {
    font-size: 34px
}

.size-35 {
    font-size: 35px
}

.size-36 {
    font-size: 36px
}

.size-37 {
    font-size: 37px
}

.size-38 {
    font-size: 38px
}

.size-39 {
    font-size: 39px
}

.size-40 {
    font-size: 40px
}

.size-41 {
    font-size: 41px
}

.size-42 {
    font-size: 42px
}

.size-43 {
    font-size: 43px
}

.size-44 {
    font-size: 44px
}

.size-45 {
    font-size: 45px
}

.size-46 {
    font-size: 46px
}

.size-47 {
    font-size: 47px
}

.size-48 {
    font-size: 48px
}

.size-50 {
    font-size: 50px
}

.size-52 {
    font-size: 52px
}

.size-55 {
    font-size: 55px
}

.size-57 {
    font-size: 57px
}

.size-60 {
    font-size: 60px
}

.size-65 {
    font-size: 65px
}

.size-68 {
    font-size: 68px
}

.size-73 {
    font-size: 73px
}

.size-76 {
    font-size: 76px
}

.size-85 {
    font-size: 85px
}

.size-112 {
    font-size: 112px
}


.wavy-div {
    width: 100%;
    height: auto;
    z-index: 2;

    mask-image: url("../images/mask.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: bottom;
    mask-size: 100%;

    -webkit-mask-image: url("../images/mask.png");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    -webkit-mask-size: 100%;
}

@media screen and (max-width: 767px) {
    .size-16 {
        font-size: 14px
    }

    .size-26 {
        font-size: 20px
    }

    .size-32 {
        font-size: 20px
    }

    .size-36 {
        font-size: 20px
    }

    .size-48 {
        font-size: 25px
    }

    .size-85 {
        font-size: 35px
    }

    .detail .border--right-blue2 {
        border: 0px solid;
    }

    .wavy-div {
        width: 100%;
        height: auto;
        z-index: 2;

        mask-image: url("../images/mask.png");
        mask-size: cover;
        mask-repeat: no-repeat;
        mask-position: bottom;

        -webkit-mask-image: url("../images/mask.png");
        -webkit-mask-size: cover;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: bottom;
    }
}


.header, .mobile_header {
    border-bottom: 2px solid #dedede;
}

.header_bar {
    background: #151434;
}

.header_bar2 {
    background-image: linear-gradient(to top right, #E20714 30%, transparent 0);
    background-size: 90% 100%;
    background-repeat: no-repeat;
    background-position: left, right;
    width: 57px;
    height: 51px;
    position: absolute;
    top: -8px;
    left: -4px;
    rotate: 90deg;
}


.consultation-section {
    position: relative;
    /*background: linear-gradient(to right, rgba(0, 51, 102, 0.6), rgba(0, 153, 153, 0.6)), url('../images/bg.png') no-repeat center center;*/
    background: url('../images/bg.png') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 100px 0 150px 0;
    overflow: hidden;
}

.consultation-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(75deg, rgba(21, 20, 52, 0.7) 48%, rgba(6, 152, 158, 0.7) 48%);
    /* 45 derece açıyla: %50 blue, %50 yellow */
    pointer-events: none; /* Tıklamaları arka plana geçirir */
}

.form-control {
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid #fff;
}

.form-control::placeholder {
    color: #fff !important;
    opacity: 1;
}

.btn-custom {
    border-radius: 10px;
    font-weight: bold;
    background-color: white;
    color: #024bae;
}

.btn-custom:hover {
    background-color: #024bae;
    color: white;
}

.wave-container {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 0;
    /*transform: rotate(180deg);*/ /* İstersen burada açabilirsin */
}

.wave-container svg {
    position: relative;
    display: block;
    width: calc(100% + 50px);
    height: 100px;
}

/* Dalga iç rengi */
.wave-container svg path {
    fill: #ffffff;
    stroke: #dfdfdf; /* Dalga üst kısmına border rengi */
    stroke-width: 7; /* Border kalınlığı */
    stroke-linejoin: round; /* Köşe yumuşaklığı */
    stroke-dasharray: 800; /* Path uzunluğuna göre ayarla */
    stroke-dashoffset: 296; /* Tam görünür */
    pointer-events: none; /* Üstüne tıklanmasın */
}


.titlecenter::after {
    content: "";
    display: block;
    height: 6px;
    border-bottom: solid 2px #024bae;
    width: calc(50%);
    margin: auto;
    color: #024bae;
}

.titleleft::after {
    content: "";
    display: block;
    height: 6px;
    border-bottom: solid 2px #11999f;
    width: calc(50%);
    color: #11999f;
}


.team {
    padding: 20px;
    text-align: center;
}

.team .img-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0px;
}

.team .img-wrapper img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.team h3 {
    color: #0acfd8;
    margin: 15px 0 5px;
    font-size: 18px;
}

.team p {
    color: #272642;
    font-size: 14px;
}


.blogs {
    padding: 20px;
    text-align: center;
}

.blogs .img-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0px;
}

.blogs .img-wrapper img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.blogs h3 {
    color: #272642;
    margin: 15px 0 5px;
    font-size: 14px;
    font-weight: bold;
}

.blogs p {
    color: #272642;
    font-size: 14px;
}


.treatment {
    padding: 20px;
    text-align: center;
}

.treatment .img-wrapper {
    position: relative;
    display: inline-block; /* Varsa blok veya inline ayarla */
}


.treatment .img-wrapper img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    display: block;
    position: relative;
    z-index: 1;
}

.treatment .img-wrapper::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    border: 40px solid #0acfd8;
    pointer-events: none;
    z-index: 0;
    transition: 0.3s;
}

.treatment h3 {
    color: #0acfd8;
    margin: 15px 0 5px;
    font-size: 14px;
    font-weight: bold;
}

.treatment p {
    color: #ffffff;
    font-size: 14px;
}


.containerbg {
    background: linear-gradient(to right, #087280 0%, #141534 50%, #087280 100%);
}

.containerbg2 {
    background: linear-gradient(to bottom, #141534 0%, #087280 30%, #141534 60%, #141534 100%);
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
}

.containerbg3 {
    background: linear-gradient(to right, rgba(91, 66, 96, 0.8), rgba(61, 66, 69, 0.8)), url('../images/bg2.png') no-repeat center center;
}

.height350 {
    height: 350px;
}

.mt-130 {
    margin-top: -130px;
}

.mt-275 {
    margin-top: -275px;
}

.mt-350 {
    margin-top: -350px;
}

.mt-700 {
    margin-top: -700px;
}

.mb350 {
    margin-bottom: 350px;
}

.viewall:hover {
    color: #fff;
    background-color: #024bae;
    border: 0px solid #024bae;
    text-decoration: none;
    transition: color 0.5s ease, text-decoration 0.5s ease;
}

.viewall i {
    rotate: 315deg;
    margin-left: 15px;
}

.viewall {
    font-size: 14px;
}

.sample-slider1 .swiper-button-next, .sample-slider1 .swiper-button-prev {
    display: none !important;
}

.sample-slider1 img {
    width: 100%;
    max-width: 100%;
}

.sample-slider1 .swiper-pagination {
    bottom: -10px;
}

.sample-slider1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.sample-slider1 .swiper-pagination-bullet-active {
    background-color: #fff;
    border: 1px solid #fff;
}

.sample-slider1 .swiper-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.9) rotate(0deg);
    opacity: 0.7;
}

.sample-slider1 .swiper-slide img {
    width: 100%;
    border-radius: 0px;
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);*/
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}

.sample-slider1 .swiper-slide-active {
    transform: scale(1) rotate(0deg);
    opacity: 1;
    z-index: 2;
}

.sample-slider1 .swiper-slide-prev {
    transform: scale(.8) translateX(50px) rotate(-0deg);
    opacity: 0.7;
}

.sample-slider1 .swiper-slide-next {
    transform: scale(.8) translateX(-50px) rotate(0deg);
    opacity: 0.7;
}


.sample-slider2 .swiper-button-next, .sample-slider2 .swiper-button-prev {
    display: none !important;
}

.sample-slider2 img {
    width: 100%;
    max-width: 100%;
}


.sample-slider3 .swiper-button-next, .sample-slider3 .swiper-button-prev {
    display: none !important;
}

.sample-slider3 img {
    width: 100%;
    max-width: 100%;
}

.sample-slider4 .swiper-button-next, .sample-slider4 .swiper-button-prev {
    display: none !important;
}

.sample-slider4 img {
    width: 100%;
    max-width: 100%;
}


.happy {
    position: relative;
}

.happyicon {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.25);
}


.footerform {
    background-color: #ccdbf0;
}

.footerform .form-control {
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid #006ebb;
    padding: 20px 20px;
    margin: 5px 0px 5px 0px;
}

.footerform .form-control::placeholder {
    color: #2e3133 !important;
    opacity: 1;
}

.footerform .btn-custom {
    border-radius: 10px;
    font-weight: bold;
    background-color: #024bae;
    color: #fff;
    padding: 10px 0px;
    margin: 5px 0px 5px 0px;
}

.footerform .btn-custom:hover {
    background-color: #11999f;
    color: white;
}

.footer {
    background-color: #262729;
}

.wlink:link {
    color: #ffffff;
    text-decoration: none;
}

.wlink:visited {
    color: #ffffff;
    text-decoration: none;
}

.wlink:hover {
    color: #ffffff;
    text-decoration: underline;
}

.wlink:active {
    color: #ffffff;
    text-decoration: none;
}

.ablink:link {
    color: #1f36e8;
    text-decoration: none;
    font-weight: bold;
}

.ablink:visited {
    color: #1f36e8;
    text-decoration: none;
    font-weight: bold;
}

.ablink:hover {
    color: #1f36e8;
    text-decoration: underline;
    font-weight: bold;
}

.ablink:active {
    color: #1f36e8;
    text-decoration: none;
    font-weight: bold;
}


.about img {
    width: 100%;
}

.imgtop {
    position: absolute;
    z-index: 2;
}

.about .img-wrapper {
    position: relative;
    display: inline-block; /* Varsa blok veya inline ayarla */
}


.about .img-wrapper img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    display: block;
    position: relative;
    z-index: 1;
}

.about .img-wrapper::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    border: 40px solid #ffffff;
    pointer-events: none;
    z-index: 0;
    transition: 0.3s;
}


.treatments {
    padding: 20px;
    text-align: center;
}

.treatments .img-wrapper {
    position: relative;
    display: inline-block; /* Varsa blok veya inline ayarla */
}


.treatments .img-wrapper img {
    width: 100%;
    height: auto;
    transition: 0.3s;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    display: block;
    position: relative;
    z-index: 1;
}

.treatments .img-wrapper::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    border: 40px solid #0acfd8;
    pointer-events: none;
    z-index: 0;
    transition: 0.3s;
}

.treatments h3 {
    color: #0acfd8;
    margin: 15px 0 5px;
    font-size: 18px;
}

.treatments p {
    color: #272642;
    font-size: 14px;
}


.work {
    padding: 20px;
    text-align: center;
}

.work .img-wrapper {
    position: relative;
    display: inline-block; /* Varsa blok veya inline ayarla */
}


.work .img-wrapper img {
    max-width: 100px;
    width: 100%;
    height: auto;
    transition: 0.3s;
    display: block;
    position: relative;
    z-index: 1;
}

.work h3 {
    color: #024bae;
    margin: 15px 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.work p {
    color: #272642;
    font-size: 14px;
}


.digit span {
    display: block;
    width: 100%;
    text-align: center;
}

.fw-bold {
    font-weight: bold;
}

.maps iframe {
    filter: grayscale(100%);
    margin-top: -120px;
}

.wave-shape {
    width: 100%;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 500 100' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,60 C150,0 300,100 500,50 L500,100 L0,100 Z'/></svg>");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;

    mask-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 500 100' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M0,60 C150,0 300,100 500,50 L500,100 L0,100 Z'/></svg>");
    mask-size: 100%;
    mask-repeat: no-repeat;
}


.contact .form-control {
    border-radius: 10px;
    background-color: #ffffff;
    border: 0px solid #ffffff;
    padding: 30px 20px;
    color: #11999f;
}

.contact .form-control::placeholder {
    color: #11999f !important;
    opacity: 1;
}

.contact .btn-custom {
    border-radius: 10px;
    font-weight: bold;
    background-color: transparent;
    color: #fff;
    padding: 20px 0px;
    border: 2px solid #ffffff;
}

.contact .btn-custom:hover {
    background-color: #024bae;
    color: white;
}


.page .form-control {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #11999f;
    padding: 20px 20px;
    color: #11999f;
}

.page .form-control::placeholder {
    color: #11999f !important;
    opacity: 1;
}

.page .btn-custom {
    border-radius: 10px;
    font-weight: bold;
    background-color: #11999f;
    color: #fff;
    padding: 15px 0px;
    border: 2px solid #ffffff;
}

.page .btn-custom:hover {
    background-color: #024bae;
    color: white;
}

.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100%;
}

.detail img {
    max-width: 100%;
}

.patientname {
    background-color: #109aa0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 75px;
    border-radius: 100%;
}

.patientimg {
    width: 100px !important;
}


/*menu*/


#myLinks {
    display: none;
}

#myLinks a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    text-transform: uppercase;
}

nav {
    z-index: 10;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    display: inline-block;
}

nav ul li ul li {
    background-color: #fff;
}

nav ul li ul li a {
    background-color: #fff;
    color: #494949;
}

nav ul li ul li a:hover {
    background-color: #fff;
    color: #024bae;
    font-weight: bold;
    text-decoration: none;
}


.micon {
    display: none;
}

nav .text-left:hover .micon {
    display: none;
}

nav ul li > .submenu:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "▼";
    font-size: 12px;
    margin-left: 5px;
}


nav a {
    display: block;
    color: #494949;
    line-height: 30px;
    text-decoration: none;
}

nav a:hover {
    color: #024bae;
    text-decoration: none;
}

/* Hide Dropdowns by Default */
nav ul ul {
    display: none;
    position: absolute;
    top: 30px;

}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: list-item;
    border: 10px solid #fff;
    border-radius: 10px;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers */
nav ul ul ul li {
    position: relative;
    top: -30px;
    left: 170px;
}

/*
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
*/


/*mobil menu*/
#myLinks {
    z-index: 10;
    background-color: #262729;
}

#myLinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

#myLinks ul li {
    display: block;
}

#myLinks ul li ul li {
    background-color: rgba(255, 255, 255, 0.1);
}

#myLinks a {
    display: block;
    color: #FFF;
    line-height: 30px;
    text-decoration: none;
}

#myLinks a:hover {
    background-color: #000000;
}

/* Hide Dropdowns by Default */
#myLinks ul ul {
    display: none;
    position: absolute;
    top: 30px;
}

/* Display Dropdowns on Hover */
#myLinks ul li:hover > ul {
    display: contents;
}

/* Fisrt Tier Dropdown */
#myLinks ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers */
#myLinks ul ul ul li {
    position: static;
}


#myLinks li > a:after {
    content: ' \f063';
    font: normal normal normal 14px/1 FontAwesome;
}

#myLinks li > a:only-child:after {
    content: '';
}


#accordion .card {
    border: 0px solid rgba(0, 0, 0, .125);
}

.card-header.clickable {
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #024bae;
}

.card-header.clickable:hover {
    background-color: #11999f;
    color: #ffffff;
}

.rotate-icon {
    transition: transform 0.3s ease;
}

.collapsed .rotate-icon {
    transform: rotate(-90deg);
}

.limited-text4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/
/* Footer mobil menü CSS düzeltmeleri */
@media (max-width: 991px) {
    #footerAccordion .card-header {
        border-color: rgba(255, 255, 255, 0.2) !important;
    }

    #footerAccordion .btn-link {
        width: 100%;
        text-align: left;
        padding: 10px 15px;
        color: white !important;
    }

    #footerAccordion .btn-link:hover,
    #footerAccordion .btn-link:focus {
        text-decoration: none;
    }

    #footerAccordion .card-body {
        padding-left: 15px;
    }

    #footerAccordion .card-body a {
        white-space: normal;
        word-wrap: break-word;
        display: block;
        padding: 5px 0;
    }

    #footerAccordion .fa-chevron-down {
        transition: transform 0.3s;
    }

    #footerAccordion .collapsed .fa-chevron-down {
        transform: rotate(0deg);
    }

    #footerAccordion .btn-link:not(.collapsed) .fa-chevron-down {
        transform: rotate(180deg);
    }
}

.fixed-height-blog-card {
    height: 400px; /* İstediğiniz sabit yüksekliği burada belirleyin */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.fixed-height-blog-card .img-wrapper {
    height: 200px; /* Resim alanı için sabit yükseklik */
    overflow: hidden;
}

.fixed-height-blog-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed-height-blog-card .blog-content {
    flex: 1;
    overflow: hidden;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.fixed-height-blog-card h3 {
    margin-bottom: 10px;
}

.fixed-height-blog-card .limited-text4 {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Gösterilecek satır sayısı */
    -webkit-box-orient: vertical;
}

/**/

.comment-body {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-out;
}

.comment-body.expanded {
    max-height: 1000px;
}

.read-more-btn {
    color: #3490dc;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    margin-top: 8px;
}

.read-more-btn:hover {
    text-decoration: underline;
}
.doctor-profile {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.doctor-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.doctor-image {
    flex: 0 0 300px; /* Sabit genişlik */
}

.doctor-photo {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.doctor-content {
    flex: 1;
}

.doctor-name {
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.doctor-profession {
    font-size: 1.3em;
    color: #666;
    margin-bottom: 20px;
    font-weight: 500;
}

.doctor-body {
    line-height: 1.6;
    color: #555;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .doctor-layout {
        flex-direction: column;
        text-align: center;
    }

    .doctor-image {
        flex: none;
        max-width: 250px;
        margin: 0 auto;
    }
}
