/* Mobile Responsive Styles */

/* Tablet View - 768px and below */
@media (max-width: 768px) {
    /* Hero Section */
    .hero-section {
        padding: 60px 0;
        text-align: center;
    }
    
    .hero-content {
        flex-direction: column-reverse;
    }
    
    .hero-content .col-lg-7 {
        margin-top: 2rem;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
    }
    
    .profile-img {
        width: 220px;
        height: 280px;
        margin: 0 auto;
    }
    
    .badge {
        font-size: 0.65rem;
        padding: 0.4rem 0.6rem;
        margin: 0.1rem;
    }
    
    .hero-highlights .col-md-4 {
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }
    
    .btn-lg {
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }
    
    /* Sections */
    .section {
        padding: 30px 0;
    }
    
    .stats-section {
        padding: 30px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    /* Stats Cards - 3 per row */
    .stats-section .col-lg-2 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 0.25rem;
    }
    
    .stat-card {
        padding: 0.75rem 0.5rem;
        margin-bottom: 0.25rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.7rem;
        line-height: 1.2;
    }
    
    /* About Section Cards */
    .section .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    
    /* Achievement Cards - 1 per row on mobile */
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        padding: 0 0.5rem;
    }
    
    .achievement-item {
        padding: 1rem;
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .achievement-item h5 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .achievement-item li {
        font-size: 0.85rem;
        margin-bottom: 0.25rem;
        line-height: 1.4;
    }
    
    /* Footer Mobile */
    .footer-global {
        padding: 3rem 0 !important;
    }
    
    .footer-separator {
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, var(--primary-color), var(--accent-color), var(--primary-color));
        margin: 0 auto 1.5rem auto;
        border-radius: 1px;
    }
    
    .footer-global .col-lg-4 {
        margin-bottom: 2rem !important;
        text-align: center;
    }
    
    .footer-global h5 {
        font-size: 1.1rem;
        margin-bottom: 1rem !important;
    }
    
    .footer-global p {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    .footer-link {
        font-size: 0.9rem;
        word-break: break-word;
    }
    
    .social-links {
        justify-content: center;
        margin-bottom: 1rem !important;
    }
    
    .social-links .social-link {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        margin: 0 0.5rem 0.5rem 0.5rem !important;
    }
    
    .footer-divider {
        margin: 2rem 0 !important;
    }
    
    .footer-global .row:last-child .col-md-6 {
        text-align: center !important;
        margin-bottom: 1rem;
    }
    
    .footer-global .row:last-child .col-md-6:last-child {
        margin-bottom: 0;
    }
}

/* Mobile View - 576px and below */
@media (max-width: 576px) {
    /* Hero Section */
    .hero-section {
        padding: 40px 0;
    }
    
    .hero-title {
        font-size: 1.8rem;
        line-height: 1.1;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-description {
        font-size: 0.9rem;
        padding: 0 1rem;
    }
    
    .profile-img {
        width: 180px;
        height: 230px;
    }
    
    .badge {
        font-size: 0.6rem;
        padding: 0.3rem 0.5rem;
        margin: 0.1rem;
        display: inline-block;
        line-height: 1.2;
    }
    
    .hero-highlights {
        margin-bottom: 2rem !important;
    }
    
    .hero-highlights .col-md-4 {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    
    .btn-lg {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
        margin-bottom: 1rem;
        width: 100%;
        text-align: center;
    }
    
    .btn-primary, .btn-outline-primary {
        width: 100%;
        margin-bottom: 0.75rem;
        margin-right: 0 !important;
    }
    
    /* Footer Mobile */
    .footer-global {
        padding: 2rem 0 !important;
    }
    
    .footer-separator {
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, var(--primary-color), var(--accent-color), var(--primary-color));
        margin: 0 auto 1rem auto;
        border-radius: 1px;
    }
    
    .footer-global .container {
        padding: 0 1rem;
    }
    
    .footer-global .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem !important;
        text-align: center;
        padding: 0 0.5rem;
    }
    
    .footer-global h5 {
        font-size: 1rem;
        margin-bottom: 0.75rem !important;
    }
    
    .footer-global h5::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-global p {
        font-size: 0.85rem;
        margin-bottom: 0.4rem;
        line-height: 1.3;
    }
    
    .footer-global .d-flex {
        justify-content: center !important;
        text-align: center;
    }
    
    .social-links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 1rem !important;
        gap: 0.5rem;
    }
    
    .social-links .social-link {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
        margin: 0 !important;
    }
    
    .footer-divider {
        margin: 1.5rem 0 !important;
    }
    
    .footer-global .row:last-child {
        text-align: center;
    }
    
    .footer-global .row:last-child .col-md-6 {
        text-align: center !important;
        margin-bottom: 0.75rem;
    }
    
    .footer-global .row:last-child .col-md-6:last-child {
        margin-bottom: 0;
    }
}