/* Türkçe karakterler için text-transform düzeltmesi */
/* CSS'in text-transform: uppercase özelliği Türkçe karakterleri doğru işlemez */
/* Örnek: "galeri" -> "GALERI" yerine "GALERİ" olması gerekir */
.text-uppercase,
.jopho-main-menu ul li a,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none !important;
}

#glowCookies-banner {
    z-index: 9999 !important;
}

.jquery-modal {
    z-index: 9999 !important;
}

.modal a.close-modal {
    top: 10px;
    right: 10px;
}


/* Form Styles */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.text-danger {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

.text-muted {
    color: #6c757d;
}

.form-text {
    display: block;
    margin-top: 5px;
    font-size: 0.875rem;
}



footer.footer {
    padding: 0px 0;
}


#jopho-main .section-padding:first-child {
    min-height: 85vh;
}


.step-content .form-group input.form-control,
.step-content .step-option .form-group input.form-control {
    padding: 4px 8px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.step-content .form-group input.form-control:hover,
.step-content .form-group input.form-control:focus,
.step-content .step-option .form-group input.form-control:hover,
.step-content .step-option .form-group input.form-control:focus {
    outline: none;
    box-shadow: none;
    overflow: hidden;
}
