/* Footer tam genislik + arka plan duzeltmesi */
#Bottom {
    overflow: hidden !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    max-width: none !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

#FooterTop,
#FooterBottom,
#FooterTop .footer-content-top,
#FooterBottom .footer-content-bottom,
#FooterTop .inner-wrapper,
#FooterBottom .inner-wrapper,
#static-content-2960,
#static-content-447 {
    max-width: none !important;
    width: 100% !important;
}

#Bottom .vc_section_wrapper {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: none !important;
}

#Bottom .bg-layer {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    background-attachment: scroll !important;
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

#FooterTop .inner-wrapper,
#FooterBottom .inner-wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}

html,
body {
    background: #fff !important;
}

/* Ana sayfa ek duzenlemeler */
body.home #FadeInContent {
    display: none !important;
}

html body.home {
    overflow-y: auto !important;
    height: auto !important;
    min-height: 0 !important;
}

body.home #Top,
body.home #SliderPad {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.home #Middle *[class*='grid-section-']:last-child .grid-row,
body.home #Middle .grid-section-1 .grid-row {
    padding-bottom: 0 !important;
}

.fuad-makaleler-slider {
    position: relative;
    padding: 0 40px 0;
    max-width: 100%;
    clear: both;
}

.fuad-makaleler-slider__viewport {
    overflow: hidden;
    width: 100%;
}

.fuad-makaleler-slider__slides {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.fuad-makaleler-slide {
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
}

.fuad-makaleler-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: stretch;
    width: 100%;
}

.fuad-makaleler-card {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    float: none !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.fuad-makaleler-card__thumb {
    margin-bottom: 10px;
    height: 160px;
    overflow: hidden;
    background: #f2f2f2;
    border-radius: 2px;
}

.fuad-makaleler-card__thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.fuad-makaleler-card__thumb img,
.fuad-makaleler-card__placeholder {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    display: block;
}

.fuad-makaleler-card__title {
    font-size: 15px;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;
}

.fuad-makaleler-card__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.fuad-makaleler-card__readmore {
    margin: 0;
    font-size: 13px;
}

.fuad-makaleler-card__readmore a {
    text-decoration: none;
}

.fuad-makaleler-slider__nav {
    position: absolute;
    top: 80px;
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}

.fuad-makaleler-slider__nav--prev {
    left: 0;
}

.fuad-makaleler-slider__nav--next {
    right: 0;
}

.fuad-makaleler-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.fuad-makaleler-slider__dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: #ccc;
    padding: 0;
    cursor: pointer;
}

.fuad-makaleler-slider__dot.is-active {
    background: #333;
}

@media (max-width: 991px) {
    .fuad-makaleler-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .fuad-makaleler-slider {
        padding: 0 34px 0;
    }
}

@media (max-width: 575px) {
    .fuad-makaleler-cards {
        flex-wrap: wrap;
    }

    .fuad-makaleler-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fuad-makaleler-slider {
        padding: 0 30px 0;
    }
}
