label {
    font-size: 10px !important;
}

.is-invalid,
label.error {
    font-size: 12px !important;
    color: red !important;
}

.dstepper-none {
    display: none !important;
}

.form-control+label {
    text-transform: unset !important;
}

label {
    font-size: 12px !important;
}

.bg-gradient-banner {
    height: 370px;
    background-image: radial-gradient(#308fff, #020202);
    filter: brightness(50%);
}

.bg-gradient-banner-text {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}

.step-trigger {
    padding: 10px !important;
}

.bs-stepper-content {
    padding: 16px 16px 16px 0;
    min-height: 380px !important;
}

.container-padding {
    padding: 16px !important;
}

.bg-blue {
    min-height: 100%;
    position: absolute;
    left: 0;
    min-width: 100%;
}

.iim__call_predictor input[type="text"],
.iim__call_predictor input[type="number"],
.iim__call_predictor select,
button {
    border-radius: 30px !important;
}

.bs-stepper .bs-stepper-header {
    align-items: start !important;
}

.bs-stepper .bs-stepper-label {
    width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.bs-stepper-header {
    overflow: auto;
    scrollbar-width: none;
}

.iimPredictorForm {
    min-height: 68vh;
}

.card-height {
    min-height: 68vh;
}

.m-0 {
    margin: 0 !important;
}

.testimonial-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slick-slide {
    margin: 0 10px;
}

.bs-stepper-header button:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.bs-stepper-header button:hover {
    background: transparent !important;
}

@media (min-width: 640px) {
    .bg-gradient {
        height: 511px;
    }
}

@media (max-width: 768px) {
    .bs-stepper .bs-stepper-label {
        display: none !important;
    }

    .bs-stepper form .d-flex {
        flex-direction: column;
    }

    .bs-stepper .bs-stepper-content {
        padding: 0 !important;
    }

    .bs-stepper .bs-stepper-header {
        margin-bottom: 12px;
    }

    .container-padding {
        padding: 18px 0 !important;
    }
}

@media (max-width: 480px) {
    .bs-stepper-header {
        justify-content: center;
    }

    div.step:not(.active) {
        display: none !important;
    }

    .line {
        display: none !important;
    }

    div.step.active .bs-stepper-label {
        display: block !important;
    }
}

/* Auto-selection highlight effect */
.auto-selected-highlight {
    border: 2px solid #28a745 !important;
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.3) !important;
    transition: all 0.3s ease-in-out !important;
}

.auto-select-notification {
    font-size: 14px;
    border-left: 4px solid #17a2b8;
}

.auto-select-notification .bx {
    color: #17a2b8;
}
/* Scorecard Upload Section Styles */
.scorecard-upload-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px dashed #007bff;
    border-radius: 15px !important;
    transition: all 0.3s ease;
}

.scorecard-upload-section:hover {
    border-color: #0056b3;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.scorecard-upload-section .card-title {
    color: #007bff !important;
    font-weight: 600;
}

.scorecard-upload-section .btn-primary {
    background: linear-gradient(45deg, #007bff, #0056b3);
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.scorecard-upload-section .btn-primary:hover {
    background: linear-gradient(45deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

#uploadProgress .progress {
    height: 8px;
    border-radius: 10px;
    background-color: #e9ecef;
}

#uploadProgress .progress-bar {
    background: linear-gradient(45deg, #28a745, #20c997);
    border-radius: 10px;
}

#uploadSuccess {
    border-radius: 10px !important;
    border-left: 4px solid #28a745;
}

.auto-filled-field {
    background-color: #d4edda !important;
    border-color: #28a745 !important;
    animation: highlightField 2s ease-in-out;
}

@keyframes highlightField {
    0% { background-color: #ffffff; }
    50% { background-color: #d4edda; }
    100% { background-color: #d4edda; }
}

.upload-divider {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.upload-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #dee2e6;
}

.upload-divider span {
    background: #fff;
    padding: 0 15px;
    color: #6c757d;
    font-size: 14px;
}

/* Mobile Image Slider Styles */
.mobile-image-slider {
    margin: 20px 0;
}

.mobile-image-slider .slider-item {
    padding: 0 10px;
    text-align: center;
}

.mobile-image-slider .slider-item img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

/* Slick slider customization for mobile images - Navigation Hidden */

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .mobile-image-slider {
        margin: 15px 0;
    }
    
    .mobile-image-slider .slider-item {
        padding: 0 5px;
    }
    
    .mobile-image-slider .slider-item img {
        max-height: 250px;
    }
}

@media (max-width: 575.98px) {
    .mobile-image-slider .slider-item img {
        max-height: 200px;
    }
    
    /* Navigation elements are hidden */
}
/* Banner Section Styles */
.banner-section {
    position: relative;
    z-index: 10;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.banner-section p {
    margin-bottom: 0;
}

.banner-section .fw-bold {
    color: #007bff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Hide slider navigation completely */
.mobile-image-slider .slick-dots {
    display: none !important;
}

.mobile-image-slider .slick-prev,
.mobile-image-slider .slick-next {
    display: none !important;
}

/* Enhanced mobile slider for touch interaction */
.mobile-image-slider {
    cursor: grab;
}

.mobile-image-slider:active {
    cursor: grabbing;
}

.mobile-image-slider .slick-track {
    display: flex;
    align-items: center;
}

.mobile-image-slider .slick-slide {
    outline: none;
}

/* Responsive banner adjustments */
@media (max-width: 767.98px) {
    .banner-section {
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    
    .banner-section p[style*="font-size: 30px"] {
        font-size: 24px !important;
    }
}

@media (max-width: 575.98px) {
    .banner-section {
        padding: 12px 8px;
    }
    
    .banner-section p[style*="font-size: 30px"] {
        font-size: 20px !important;
    }
}