
/* Responsive Premium Styles for Learner Street */

/* General Mobile Adjustments */
@media (max-width: 991px) {
    .home-hero-premium {
        padding: 120px 0 60px 0 !important;
        min-height: auto !important;
    }

    .home_section-title {
        font-size: 2.5rem !important;
        text-align: center;
    }

    .home_section-subtext {
        text-align: center;
        font-size: 1.1rem !important;
    }

    .hero-content {
        text-align: center;
        padding-top: 20px !important;
    }

    .hero-content .d-flex {
        justify-content: center;
        flex-direction: column;
        gap: 15px !important;
    }

    .btn-premium-solid, .btn-premium-soft-outline {
        width: 100%;
        margin: 0 !important;
    }

    .trust-wrapper {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .hero-visual-premium {
        margin-top: 50px;
    }

    .floating-badge {
        display: none; /* Hide complex floating elements on small screens to avoid clutter */
    }

    .extra-float {
        display: none;
    }

    .stats-section-premium {
        padding-bottom: 80px !important;
    }

    .wave-divider svg {
        height: 50px !important;
    }

    .home-hero-premium {
        padding: 140px 0 40px 0 !important;
    }

    .stat-card-premium {
        margin-bottom: 20px;
    }

    .chooseus-section {
        padding: 60px 0 !important;
    }

    .chooseus-card {
        margin-bottom: 30px;
    }

    .ps-lg-5 {
        padding-left: 0 !important;
        text-align: center;
    }

    .ChooseUs-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
    }

    .ChooseUs-tabs .nav-link {
        white-space: nowrap;
    }

    .app-section {
        text-align: center;
    }

    .app-section .d-flex {
        justify-content: center;
    }

    .app-mockup {
        margin-top: 30px;
        max-height: 400px !important;
    }

    .process-step {
        text-align: center;
        margin-bottom: 30px;
    }

    .step-line {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .home_section-title {
        font-size: 2rem !important;
    }

    .header__logo-wrapper {
        width: 180px !important;
        height: 70px !important;
    }

    .header__logo img {
        height: 45px !important;
    }

    .logo-content {
        padding-bottom: 15px !important;
    }

    .stat-number {
        font-size: 1.8rem !important;
    }

    .courses-card {
        margin-bottom: 20px;
    }

    .footer {
        padding: 60px 0 30px !important;
        text-align: center;
    }

    .footer-heading:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social-links {
        justify-content: center;
    }

    .contact-item {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .footer-brand {
        text-align: center;
    }
}

/* Header Specific Fixes */
@media (max-width: 1199px) {
    .header__logo-container {
        z-index: 1001;
    }
}

/* Scholarship Portal Specific Responsiveness */
@media (max-width: 768px) {
    .profile-card {
        border-radius: 20px !important;
    }

    .profile-header {
        padding: 30px 20px !important;
    }

    .profile-photo {
        width: 100px !important;
        height: 100px !important;
        border-radius: 25px !important;
    }

    .profile-photo-container {
        width: 100px !important;
        height: 100px !important;
    }

    .form-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .navbar h3 {
        font-size: 1.2rem !important;
    }

    .nav-links {
        gap: 15px !important;
    }

    .nav-links a {
        font-size: 13px !important;
    }
}

/* Result Detail Specific Responsiveness */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .result-header {
        padding: 60px 20px 30px !important;
    }

    .rank-badge {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        display: inline-block !important;
        margin-bottom: 20px !important;
    }

    .score-circle {
        width: 120px !important;
        height: 120px !important;
    }

    .score-value {
        font-size: 32px !important;
    }

    .review-title {
        font-size: 20px !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px !important;
    }

    .q-header {
        flex-direction: column;
        gap: 10px !important;
    }

    .status-tag {
        align-self: flex-start;
    }

    .option-review {
        grid-template-columns: 1fr !important;
    }

    .question-review {
        padding: 30px 20px !important;
    }
}

@media (max-width: 480px) {
    .navbar {
        flex-direction: column;
        gap: 10px;
        padding: 10px 5% !important;
    }

    .nav-links {
        width: 100%;
        justify-content: center;
        background: rgba(16, 34, 74, 0.05);
        padding: 8px;
        border-radius: 12px;
    }
}
