@media only screen and (max-width: 600px) {
    .mobile-hide {
        display: none !important;
    }

    .mobile-body {
        min-height: 60vh;
    }
}


/* --- dropzone --- */
/* Dropzone alanının temel stilleri */
.dropzone {
    border: 2px dashed #00000083;
    border-radius: 10px;
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #555;
    cursor: pointer;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;

}

.dz-message {
    display: block !important;
}

/* Dosya sürüklerken efekt */
.dropzone.dragover {
    background-color: #f0f8ff;
    border-color: #0056b3;
}

/* Yükleme işlemine başlamadan önceki durum */
.dropzone .dz-message {
    font-weight: 400;
    font-size: 16px;
    color: #999;
}

/* Yüklenen dosya listesi */
.dropzone .dz-preview {
    margin-top: 20px;
}

/* Yüklenen dosyanın ön izlemesi */
.dropzone .dz-preview .dz-image {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}

/* Dosya adı */
.dropzone .dz-preview .dz-filename {
    font-size: 14px;
    color: #333;
}

/* Yükleme ilerleme çubuğu */
.dropzone .dz-preview .dz-progress {
    background: #d9edf7;
    height: 5px;
    margin-top: 5px;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #007bff;
    height: 100%;
    width: 0;
}

/* Hata mesajları */
.dropzone .dz-error-message {
    color: #ff4b5c;
    font-size: 14px;
    margin-top: 10px;
}





.uploading-bar {
    margin-top: 10px;
}

.guest-upload-response {
    transition: height 0.5s ease;
}

@media (max-width: 991px) {
    .ttm-row.about-section {
        padding: 20px 0 35px;
    }
}

.footer-logo {
    margin-bottom: 0;
}


#footer-logo-img {
    max-width: 100%;
    width: 250px;
}


.btn {
    margin-top: 5px;
}
