@import url("https://use.typekit.net/zac4ppw.css");
body {
    /*  font-family: roboto, sans-serif; */
    font-family: lato, sans-serif;
    font-size: 14px;
    color: #333;
}

.header-top {
    background-color: #F8F5F0;
    padding: 5px 15px;
}

ul.top-contact {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.top-contact>li {
    display: flex;
    margin-right: 15px;
}

ul.top-contact>li>a {
    display: flex;
    width: 100%;
    color: #A3195B;
    font-size: 13px;
    align-items: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all .3s;
}

ul.top-contact>li>a>i {
    font-size: 20px;
    color: #A3195B;
    margin-right: 5px;
    transition: all .3s;
}

ul.top-contact>li>a:hover,
ul.top-contact>li>a:focus,
ul.top-contact>li>a:hover>i,
ul.top-contact>li>a:focus>i {
    color: #333;
    transition: all .3s;
}

ul.top-social {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.top-social>li {
    margin-left: 5px;
    display: flex;
}

ul.top-social>li>a {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #A3195B;
    font-size: 14px;
    color: #A3195B;
    background-color: transparent;
    text-decoration: none;
    transition: all .3s;
}

ul.top-social>li>a:hover,
ul.top-social>li>a:focus {
    background-color: #A3195B;
    color: white;
    transition: all .3s;
}

ul.top-social>li>a.lang {
    padding: 0px;
}

ul.top-social>li>a.lang>img {
    width: 100%;
}

a.navbar-brand>img {
    height: 45px;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar>.container {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding: 5px 15px;
}

.navbar-light .navbar-nav .nav-item:last-child>.nav-link {
    padding-right: 0px;
}

.dropdown-toggle::after {
    display: none;
}

.slider {
    padding: 0px 2.5%;
}

.home-about-section {
    background-color: #F8F5F0;
    margin-top: -30vh;
    padding-top: 35vh;
    padding-bottom: 80px;
}

.home-about-img {
    margin-bottom: 30px;
}

.home-about-img .first-img {
    margin-top: 90px;
    padding: 0px 30px;
}

.home-about-img .second-img {
    padding: 0px 20px;
    margin-top: 30px;
}

.home-about-img .first-img>img,
.home-about-img .second-img>img {
    width: 100%;
}

.home-about-text>h6 {
    font-size: 13px;
    color: #A3195B;
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 20px;
}

.home-about-text>h1 {
    color: #333;
    font-size: 42px;
    font-weight: 900;
    margin-top: 0px;
    line-height: 46px;
    margin-bottom: 30px;
}

.home-about-text>p {
    font-size: 15px;
    color: #333;
    line-height: 24px;
}

.home-about-text>h3 {
    font-size: 26px;
    font-weight: 700;
}

ul.about-social {
    display: flex;
    margin: 0px;
    padding: 0px;
    margin-top: 60px;
    list-style: none;
}

ul.about-social>li {
    display: flex;
    margin-right: 5px;
}

ul.about-social>li>a {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 6px;
    color: #A3195B;
    text-decoration: none;
    justify-content: center;
    border: 1px solid #A3195B;
    font-size: 16px;
    background-color: transparent;
    transition: all .3s;
}

ul.about-social>li>a.btn.btn-default {
    padding: 0px 65px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #A3195B;
    width: auto;
    transition: all .3s;
}

ul.about-social>li>a:hover,
ul.about-social>li>a:focus,
ul.about-social>li>a.btn.btn-default:hover,
ul.about-social>li>a.btn.btn-default:focus {
    background-color: #A3195B;
    color: white;
    transition: all .3s;
}

.treatments {
    padding: 80px 15px;
}

.treatments-text-area>h2 {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #A3195B;
    padding-bottom: 5px;
    display: inline-block;
    padding-right: 60px;
    margin-bottom: 30px;
}

.treatments-text-area>p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.treatments-text-area {
    margin-bottom: 30px;
}

.treatment {
    padding: 8px 5px;
}

.treatment-box {
    display: flex;
    width: 100%;
    position: relative;
    border: 1px solid #A3195B;
}

.treatment-box>a {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 270px;
}

.treatment-box>a>img {
    width: 100%;
}

.treatment-box>a>.treatment-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.53);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.53)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    transition: all .3s;
}

.treatment-box>a:hover>.treatment-caption,
.treatment-box>a:focus>.treatment-caption {
    background: rgba(163, 25, 91, 1);
    background: -moz-linear-gradient(top, rgba(163, 25, 91, 1) 0%, rgba(163, 25, 91, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163, 25, 91, 1)), color-stop(100%, rgba(163, 25, 91, 1)));
    background: -webkit-linear-gradient(top, rgba(163, 25, 91, 1) 0%, rgba(163, 25, 91, 1) 100%);
    background: -o-linear-gradient(top, rgba(163, 25, 91, 1) 0%, rgba(163, 25, 91, 1) 100%);
    background: -ms-linear-gradient(top, rgba(163, 25, 91, 1) 0%, rgba(163, 25, 91, 1) 100%);
    background: linear-gradient(to bottom, rgba(163, 25, 91, 1) 0%, rgba(163, 25, 91, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#A3195B', endColorstr='#A3195B', GradientType=0);
    transition: all .3s;
}

.treatment-box>a>.treatment-caption>h3 {
    color: #A3195B;
    font-weight: 800;
    font-size: 22px;
    transition: all .3s;
}

.treatment-box>a>.treatment-caption>p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    transition: all .3s;
}

.treatment-box>a:hover>.treatment-caption>h3,
.treatment-box>a:focus>.treatment-caption>h3,
.treatment-box>a:hover>.treatment-caption>p,
.treatment-box>a:focus>.treatment-caption>p {
    color: white;
}

.comments {
    padding: 0px;
    position: relative;
    background-image: url('../../images/yorum-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.comments>img {
    width: 100%;
}

.overlay {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(163, 25, 91, .8);
}

.commets-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.commets-area>h4 {
    margin-top: 80px;
    color: white;
    font-weight: 800;
    font-size: 26px;
    text-align: center;
}

.comment {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .item>p {
    color: white;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

.owl-carousel .item>p>span {
    font-size: 13px;
    color: white;
    font-weight: 600;
    line-height: 18px;
}

.owl-carousel .item>h6 {
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent!important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid white;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: white!important;
}

.all-comment {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.all-comment>a {
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 6px;
}

.blogs-area {
    background-color: #F8F5F0;
    padding: 80px 15px;
}

.blogs-area-title>h4 {
    font-size: 36px;
    color: #333;
    font-weight: 800;
    border-bottom: 1px solid #A3195B;
    padding-right: 70px;
    display: inline-block;
    width: auto;
    margin-bottom: 80px;
}

.blog>a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.blog>a>.blog-img {
    display: flex;
    width: 100%;
}

.blog>a>.blog-img>img {
    width: 100%;
}

.blog>a>h6 {
    color: #A3195B;
    font-size: 18px;
    font-weight: 800;
    margin-top: 25px;
    margin-bottom: 15px;
}

.blog>a>p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.foot-top {
    padding: 0px;
    background-image: url('../../images/form-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.form-left>h4 {
    margin-top: 150px;
    font-size: 44px;
    font-weight: 800;
    color: white;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .34);
    margin-bottom: 30px;
}

.form-left>p {
    font-size: 18px;
    color: white;
    line-height: 23px;
}

.foot-contact {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

.foot-contact>i {
    color: White;
    font-size: 46px;
}

.contact-area {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.contact-area>span.contact-title {
    font-size: 14px;
    color: white;
    font-weight: 500;
    display: flex;
    line-height: 19px;
}

.contact-area>span.contact {
    font-size: 24px;
    color: white;
    font-weight: 700;
    line-height: 24px;
}

.form-area {
    background-color: #F8F5F0;
    padding: 40px;
    margin-top: 150px;
    margin-bottom: -100px;
}

.form-area>h5 {
    color: #A3195B;
    font-size: 30px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 20px;
}

.form-str {
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.form-str>input.form-control {
    border: 1px solid #A3195B;
    box-shadow: none;
    border-radius: 8px;
    height: 45px;
    outline: none;
}

.form-str>input.form-control::placeholder {
    color: rgba(51, 51, 51, .4);
}

.form-str>textarea.form-control {
    border: 1px solid #A3195B;
    box-shadow: none;
    border-radius: 8px;
    height: 160px;
    resize: none;
    outline: none;
}

.form-str>textarea.form-control::placeholder {
    color: rgba(51, 51, 51, .4);
}

.form-str>button.btn.btn-success {
    background-color: #A3195B;
    border-color: #A3195B;
    color: white;
    transition: all .3s;
    font-size: 14px;
    padding: 10px 40px;
    float: right;
    outline: none;
}

.form-str>button.btn.btn-success:hover,
.form-str>button.btn.btn-success:focus {
    background-color: #333;
    transition: all .3s;
    outline: none;
    box-shadow: none;
}

.footer {
    background-color: #222222;
    padding: 50px 15px 0px;
}

.foot-logo {
    margin-top: -10px;
    margin-bottom: 30px;
}

ul.foot-social {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    list-style: none;
    margin: 30px 0px 0px;
    padding: 0px;
}

ul.foot-social>li {
    display: flex;
    margin-right: 5px;
}

ul.foot-social>li>a {
    display: flex;
    width: 35px;
    height: 35px;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: all .3s;
    text-decoration: none;
}

ul.foot-social>li>a:hover,
ul.foot-social>li>a:focus {
    background-color: white;
    color: #A3195B;
    transition: all .3s;
}

.foot-menu>ul {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.foot-menu>ul>li {
    display: flex;
}

.foot-menu>ul>li>a {
    display: flex;
    padding: 5px 25px;
    color: white;
    text-decoration: none;
    transition: color .3s;
}

.foot-menu>ul>li>a:last-child {
    padding-right: 0px;
}

.foot-menu>ul>li>a:hover,
.foot-menu>ul>li>a:focus {
    color: #A3195B;
    transition: color .3s;
}

.foot-menu {
    margin-top: 80px;
    margin-bottom: 0px;
}

.copyright-area {
    border-top: 1px solid #A3195B;
    padding: 10px 15px;
}

.copyright {
    text-align: left;
    font-size: 13px;
    color: white;
    font-weight: 400;
}

.creative {
    color: white;
    font-size: 13px;
    margin: 0px;
    text-align: right;
}

.creative>a {
    text-decoration: none;
    color: white;
    transition: all .3s;
}

.creative>a:hover,
.creative>a:focus {
    color: #A3195B;
    transition: all .3s;
}

.creative>a>img {
    vertical-align: top;
    margin-top:3px;
}

.pageheader {
    padding: 0px;
    position: relative;
}

.pageheader>img {
    width: 100%;
}

.pageheader>.headeroverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(163, 25, 91, .8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageheader>.headeroverlay h1 {
    font-size: 42px;
    text-align: center;
    color: white;
    font-weight: 700;
}

.pageheader>.headeroverlay ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: center;
}

.pageheader>.headeroverlay ul>li {
    display: flex;
    padding: 5px;
    color: white;
    font-weight: 700;
    font-size: 15px;
    align-items: center;
}

.pageheader>.headeroverlay ul>li>a {
    display: flex;
    color: white;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}

.pageheader>.headeroverlay ul>li>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: white;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    margin-left: 5px;
}

.dropdown-item {
    text-transform: uppercase;
}

.dropdown>.dropdown-menu {
    right: 0px;
    min-width: 240px;
}

.dropdown>.dropdown-menu a.dropdown-item {
    font-size: 14px;
    word-wrap: break-word;
    white-space: normal;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
    background: #A3195B!important;
    color: white;
}

.treatment-img {
    margin-top: 20px;
    margin-bottom: 10px;
}

.treatment-img>img {
    width: 100%;
}

.treatment-entry {
    margin-top: 20px;
}

.treatment-entry>p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.treatment-text {
    margin-bottom: 20px;
}

.treatment-entry>h2,
.treatment-text>h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.treatment-entry>h3,
.treatment-text>h3 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.treatment-entry>h4,
.treatment-text>h4 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.treatment-entry>h5,
.treatment-text>h5 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.faq-title {
    font-size: 32px;
    font-weight: 800;
    color: #A3195B;
    border-bottom: 1px solid #A3195B;
    padding-bottom: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq {
    margin-bottom: 60px;
}

button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #A3195B;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    outline: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #333;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: white;
    transform: rotate(-180deg);
}

.video-box {
    padding: 10px;
}

.video-box>a {
    display: flex;
    position: relative;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}

.video-box>a>img {
    width: 100%;
}

.video-box>a>.video-overlay {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(163, 25, 91, .6);
    align-items: center;
    justify-content: center;
}

.video-box>a>.video-overlay>i {
    color: white;
    font-size: 45px;
    margin-top: 50px;
    transition: all .3s;
    width: 50px;
    text-align: center;
    ;
}

.video-box>a:hover>.video-overlay>i,
.video-box>a:focus>.video-overlay>i {
    margin-top: 0px;
    transition: all .3s;
}

.video-box>a>.video-overlay>h5 {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-top: 10px;
    padding: 0px 25px;
    position: relative;
    bottom: -55%;
    transition: all .2s;
    text-align: center;
    min-height: 42px;
}

.video-box>a:hover>.video-overlay>h5,
.video-box>a:focus>.video-overlay>h5 {
    bottom: 0%;
    transition: all .2s;
}

.video-area {
    margin-bottom: 80px;
}

.blog-area {
    margin-top: 30px;
    margin-bottom: 80px;
}

.blogbox {
    padding: 15px;
}

.blogbox>a {
    display: flex;
    flex-direction: column;
    background-color: rgba(248, 245, 240, 1);
    text-decoration: none;
}

.blogbox>a>.blogimg {
    display: flex;
    width: 100%;
}

.blogbox>a>.blogimg>img {
    width: 100%;
}

.blogbox>a>.blogtext {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.blogbox>a>.blogtext>h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}

.blogbox>a>.blogtext>p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.post-area {
    margin-top: 30px;
}

.post>.post-img {
    display: flex;
    width: 100%;
}

.post>.post-img>img {
    width: 100%
}

.post>.post-text {
    display: flex;
    flex-direction: column;
}

.post>.post-text>h2 {
    font-size: 30px;
    font-weight: 700;
    color: #A3195B;
    margin-top: 20px;
}
.post>.post-text>h3 {
    font-size: 28px;
    font-weight: 700;
    color: #A3195B;
    margin-top: 20px;
}
.post>.post-text>h4 {
    font-size: 24px;
    font-weight: 700;
    color: #A3195B;
    margin-top: 20px;
}
.post>.post-text>h5 {
    font-size: 22px;
    font-weight: 700;
    color: #A3195B;
    margin-top: 20px;
}
.post>.post-text>h6 {
    font-size: 18px;
    font-weight: 700;
    color: #A3195B;
    margin-top: 20px;
}
.post>.post-text>.post-spot>p {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.post>.post-text>p {
    font-size: 14px;
    color: #333;
}

.post {
    margin-bottom: 30px;
}

.right-blog {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.right-blog>a {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(163, 25, 91, .2);
    text-decoration: none;
}

.right-blog>a>.rightblog-img {
    display: flex;
    width: 100%;
}

.right-blog>a>.rightblog-img>img {
    width: 100%;
}

.right-blog>a>h6 {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    padding: 0px 15px;
    margin-top: 10px;
}

.right-blog>a>p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 0px 15px;
}

.patient-area {
    margin-top: 50px;
}

.patient-box {
    margin-bottom: 40px;
    border-bottom: 1px dashed #ddd;
}

.patient-box:last-child {
    border: none;
}

.patient-box>p {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

.patient-box>p>span {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    line-height: 18px;
}

.patient-box>h6 {
    text-align: left;
    color: #333;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 40px;
}

.contactform-area>h5,
.contact-info>h5 {
    font-size: 26px;
    font-weight: 700;
    color: #A3195B;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #A3195B;
}

.address {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.address>i {
    font-size: 20px;
    color: #A3195B;
    margin-right: 20px;
}

.about-section {
    padding-top: 60px;
}
.notification>p{
    font-size:13px;
    font-weight: 400;
    color:#333;
}
/* HEADER ALANI BOYUT AYARI */

.pageheader {
    position: relative;
    width: 100%;
    min-height: 350px;              /* 240 → 350 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.pageheader img {
    display: none;
}

.pageheader .headeroverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 30px;             /* yazıya boşluk ekledik */
}

.pageheader h1 {
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 15px;
    max-width: 900px;
    word-wrap: break-word;          /* uzun kelimeler taşmasın */
}

.pageheader ul {
    display: block;
    margin-top: 10px;
}

/* MOBİL UYUM */
@media (max-width: 768px) {
    .pageheader {
        min-height: 280px;          /* 200 → 280 */
    }
    .pageheader h1 {
        font-size: 24px;
    }
    .pageheader .headeroverlay {
        padding: 15px 20px;
    }
}
/* BREADCRUMB DÜZENLEME */
.pageheader ul {
    display: flex;
    flex-wrap: wrap;            /* sığmayan alta gitsin */
    justify-content: center;    /* ortala */
    align-items: center;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.pageheader ul li {
    text-align: center;
}
/* SADECE MASAÜSTÜ HEADER ORTALAMA */
@media (min-width: 769px){

.pageheader .headeroverlay{
    justify-content: center;   /* yatay ortala */
    text-align: center;        /* yazıları ortala */
}

.pageheader .container{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.pageheader h1{
    text-align:center;
}

}