/* Yatay scroll bar sorunu için */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.boxed_wrapper {
    overflow-x: hidden;
}

/* Footer iconlar için renk düzeltmesi */
.footer-social-info .inst-clr {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.footer-social-info .wa-clr {
    background: #25d366;
}
