/* Turkish Character Fix - Disable text-transform for Turkish content */

/* Navigation menu */
#header .nav-link,
#header .dropdown-item,
.header-nav-main nav > ul > li > a {
    text-transform: none !important;
}

/* Footer headings */
#footer h5,
.footer-ribbon span {
    text-transform: none !important;
}

/* Breadcrumb */
.breadcrumb li,
.breadcrumb a {
    text-transform: none !important;
}

/* Page headers */
.page-header h1 {
    text-transform: none !important;
}

/* Card badges and labels */
.badge,
.card .position-absolute span {
    text-transform: none !important;
}

/* Buttons */
.btn {
    text-transform: none !important;
}

/* Product cards */
.card-body h4,
.card-body h5 {
    text-transform: none !important;
}

/* Section headings */
section h2,
section h3,
section h5 {
    text-transform: none !important;
}

/* Footer links */
#footer .contact-details h5,
#footer ul li a {
    text-transform: none !important;
}

/* Sub menu */
#sub-menu ul li a {
    text-transform: none !important;
}

/* All uppercase text - override with none */
.text-uppercase {
    text-transform: none !important;
}
