.hero-text {
    font-size: 50px;
    color: #ffffff;
}
.nice-select {
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .hero-text {
        font-size: 26px;
        text-wrap: balance;
    }

    .sr-opt.card-detail {
        padding: 20px 40px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.04);
    }

    .topbar .navbar .navbar-nav .dropdown-menu {
        width: 92vw;
    }
}

.sr-opt.card-detail {
    position: relative;
}

.card-header.sub-sector {
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 500;
    color: #666;
    font-size: 0.9em;
}

@media (min-width: 1300px) {
    .hamburger-none {
        display: none !important;
    }
}

.dropify-wrapper {
    border: 2px dashed #dee2e6;
    border-radius: 0.5rem;
    background: #fff;
}

.dropify-wrapper:hover {
    background-color: #f8f9fa;
    border-color: #1e293b;
}

.dropify-wrapper .dropify-message {
    min-height: auto;
}

.dropify-wrapper .dropify-preview {
    background-color: #fff;
    padding: 1rem;
}

.dropify-wrapper .dropify-clear {
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 4px 10px;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
}

.dropify-wrapper .dropify-clear:hover {
    background: #f8f9fa;
    border-color: #c1c9d0;
}

/* Custom File Icon */
.dropify-wrapper .dropify-message span.file-icon {
    font-size: 24px;
    color: #1e293b;
    margin-bottom: 5px;
}

/* Custom Message */
.dropify-wrapper .dropify-message:after {
    content: "Klik atau seret file ke sini";
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

/* Hide Default Message */
.dropify-wrapper .dropify-message p {
    display: none;
}

/* File Preview Improvements */
.dropify-wrapper .dropify-preview .dropify-render img {
    max-height: 140px;
    object-fit: contain;
}

.dropify-wrapper .dropify-preview .dropify-infos {
    background: rgba(255, 255, 255, 0.9);
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
    font-size: 13px;
}

/* Error State */
.dropify-wrapper.has-error {
    border-color: #dc3545;
}

.dropify-wrapper.has-error .dropify-message .file-icon {
    color: #dc3545;
}

.dropify-wrapper.has-error .dropify-message:after {
    content: attr(data-error);
    color: #dc3545;
}
