

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   ============================================ */

/* ========== GLOBAL MOBILE RESPONSIVE ========== */
@media (max-width: 768px) {
    /* Global Mobile Fixes */
    body {
        font-size: 15px;
    }
    
    /* Page Header - Mobile */
    .page-header {
        padding: 80px 0 35px;
        text-align: center;
    }
    
    .page-header h1 {
        font-size: 1.8rem;
    }
    
    .page-header p {
        font-size: 0.9rem;
    }
    
    .breadcrumb {
        justify-content: center;
        font-size: 0.85rem;
    }
    
    /* ========== INDEX PAGE RESPONSIVE (768px) ========== */
    
    /* Hero - Base Mobile */
    .hero {
        padding-top: 80px;
    }
    
    .hero-content {
        padding: 35px 0;
    }
    
    .hero-badge {
        padding: 6px 14px;
        font-size: 0.75rem;
    }
    
    .hero-title {
        font-size: 1.6rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .hero-btns {
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-btns .btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-stat {
        width: 100%;
    }
    
    .hero-image {
        max-width: 220px;
    }
    
    /* About Teaser - Base Mobile */
    .about-teaser {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-image {
        max-width: 280px;
        margin: 0 auto;
    }
    
    .about-experience-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 15px;
        display: inline-block;
    }
    
    .about-content {
        text-align: center;
    }
    
    .about-content p {
        text-align: left;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    /* Section Header - Base Mobile */
    .section {
        padding: 45px 0;
    }
    
    .section-header {
        margin-bottom: 25px;
    }
    
    .section-badge {
        padding: 5px 14px;
        font-size: 0.75rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
    }
    
    /* Vision Grid - Base Mobile */
    .vision-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* Counter - Base Mobile */
    .counter-section {
        padding: 30px 0;
    }
    
    .counter-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    /* News Grid - Base Mobile */
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Gallery Grid - Base Mobile */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .gallery-item:first-child {
        grid-column: span 2;
    }
    
    /* Testimonials - Base Mobile */
    .testimonials-slider {
        padding: 0 5px;
    }
    
    .testimonial-card {
        padding: 25px 15px;
    }
    
    /* CTA - Base Mobile */
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-content {
        padding: 35px 20px;
    }
    
    .cta-content h2 {
        font-size: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Footer - Base Mobile */
    footer {
        padding-top: 50px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 25px;
    }
    
    .footer-about .logo {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-links ul {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .footer-contact-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px 0;
    }
}

/* ========== ABOUT PAGE RESPONSIVE ========== */
@media (max-width: 768px) {
    /* About Page Section */
    .about-page-section {
        padding: 50px 0;
    }
    
    .about-page-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-page-image {
        position: static;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .about-profile-card {
        padding: 25px 20px;
        width: 255px;
    }
    
    .about-profile-image {
        width: 150px;
        height: 150px;
        font-size: 4rem;
    }
    
    .about-profile-info h3 {
        font-size: 1.3rem;
    }
    
    .about-profile-info p {
        font-size: 0.9rem;
    }
    
    .about-page-content {
        text-align: center;
    }
    
    .about-page-content h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .about-page-text {
        font-size: 0.95rem;
        text-align: left;
        margin-bottom: 15px;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .about-highlight {
        padding: 12px;
    }
    
    .about-highlight i {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .about-highlight span {
        font-size: 0.85rem;
    }
    
    /* Timeline */
    .timeline {
        position: relative;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        padding-left: 50px;
        margin-bottom: 30px;
        position: relative;
    }
    
    .timeline-content {
        padding: 20px;
        border-radius: 15px;
        background: var(--white);
        box-shadow: var(--shadow-sm);
    }
    
    .timeline-dot {
        position: absolute;
        left: 12px;
        top: 25px;
        width: 16px;
        height: 16px;
        background: var(--gradient-purple);
        border-radius: 50%;
        border: 3px solid var(--white);
        box-shadow: var(--shadow-sm);
        z-index: 1;
    }
    
    .timeline-year {
        display: inline-block;
        background: var(--gradient-purple);
        color: var(--white);
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .timeline-content h4 {
        font-size: 1.1rem;
        color: var(--tmc-purple);
        margin-bottom: 8px;
    }
    
    .timeline-content p {
        font-size: 0.9rem;
        color: var(--text-light);
    }
    
    /* Agenda */
    .agenda-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .agenda-item {
        display: flex;
        flex-direction: row;
        gap: 15px;
        padding: 20px;
        background: var(--white);
        border-radius: 15px;
        box-shadow: var(--shadow-sm);
    }
    
    .agenda-icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
        background: var(--gradient-purple);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white);
        font-size: 1.3rem;
    }
    
    .agenda-content {
        flex: 1;
    }
    
    .agenda-content h4 {
        font-size: 1.05rem;
        color: var(--tmc-purple);
        margin-bottom: 8px;
    }
    
    .agenda-content p {
        font-size: 0.9rem;
        color: var(--text-light);
        margin-bottom: 10px;
    }
    
    .agenda-progress {
        height: 8px;
        background: rgba(107, 45, 139, 0.1);
        border-radius: 4px;
        overflow: hidden;
    }
    
    .agenda-progress-bar {
        height: 100%;
        background: var(--gradient-purple);
        border-radius: 4px;
        width: 0;
        transition: width 1s ease;
    }
}

/* Extra Small Mobile - 320px to 479px */
@media (max-width: 479px) {
    /* Base Styles */
    .container {
        padding: 0 15px;
    }
    
    /* ========== INDEX PAGE FULLY RESPONSIVE ========== */
    
    /* Preloader */
    .preloader {
        padding: 15px;
    }
    
    .preloader-text {
        font-size: 0.85rem !important;
    }
    
    .preloader-progress {
        width: 120px !important;
    }
    
    /* Custom Cursor - Hide on mobile */
    .cursor, .cursor-dot {
        display: none !important;
    }
    
    
    /* ========== MOBILE HEADER STYLES (479px and below) ========== */
    header {
        position: fixed;
        width: 100%;
        z-index: 1002;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    nav {
        padding: 8px 0;
    }
    
    .logo {
        flex: 1;
        max-width: calc(100% - 60px);
        gap: 8px;
    }
    
    .logo-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
        flex-shrink: 0;
    }
    
    .logo-text {
        display: none;
    }
    
    .mobile-toggle {
        display: flex !important;
        padding: 8px;
        width: 44px;
        height: 44px;
    }
    
    .mobile-toggle span {
        width: 22px;
        height: 2px;
    }
    
    /* Mobile Navigation Menu */
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 280px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        display: flex !important;
        box-shadow: -5px 0 20px rgba(0,0,0,0.2);
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1004;
        overflow-y: auto;
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        background: var(--gradient-purple);
        color: var(--white);
    }
    
    .nav-menu-header h3 {
        font-size: 0.9rem;
        margin: 0;
    }
    
    .nav-menu-header .logo-icon {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
        background: rgba(255,255,255,0.25);
    }
    
    .nav-menu-close {
        width: 30px;
        height: 30px;
        background: rgba(255,255,255,0.2);
        border: none;
        border-radius: 50%;
        color: var(--white);
        font-size: 0.9rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .nav-menu > li > a {
        width: 100%;
        padding: 12px 15px;
        font-size: 0.9rem;
        justify-content: space-between;
        border-radius: 0;
    }
    
    .nav-menu > li > a i:first-child {
        margin-right: 10px;
        color: var(--tmc-purple);
    }
    
    .dropdown {
        position: static;
        width: 100%;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: rgba(107, 45, 139, 0.04);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .dropdown.active {
        max-height: 200px;
        padding: 5px 0;
    }
    
    .dropdown a {
        padding: 10px 15px 10px 45px !important;
        font-size: 0.8rem;
        color: var(--text-dark);
    }
    
    .dropdown a:hover {
        background: rgba(107, 45, 139, 0.08) !important;
        color: var(--tmc-purple) !important;
    }
    
    /* ========== HERO SECTION - FULLY RESPONSIVE ========== */
    .hero {
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 40px;
    }
    
    .hero-bg {
        min-height: auto;
    }
    
    .hero-overlay {
        padding: 20px 0;
    }
    
    .particles-container {
        display: none;
    }
    
    .hero-content {
        flex-direction: column;
        padding: 30px 0;
        gap: 25px;
    }
    
    .hero-text {
        text-align: center;
        width: 100%;
    }
    
    .hero-badge {
        padding: 5px 12px;
        font-size: 0.65rem;
        margin-bottom: 15px;
        flex-direction: column;
        gap: 3px;
    }
    
    .hero-badge i {
        font-size: 0.7rem;
    }
    
    .hero-badge span {
        font-size: 0.65rem;
        text-align: center;
    }
    
    .hero-title {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    
    .hero-title .highlight {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
        margin-bottom: 20px;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hero-btns {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }
    
    .hero-btns .btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 0.85rem;
        justify-content: center;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-stat {
        width: 100%;
        padding: 15px;
        border-radius: 12px;
    }
    
    .hero-stat-number {
        font-size: 1.5rem;
    }
    
    .hero-stat-label {
        font-size: 0.7rem;
    }
    
    .hero-image {
        display: none;
    }
    
    .scroll-indicator {
        display: none;
    }
    
    /* ========== ABOUT TEASER - FULLY RESPONSIVE ========== */
    .about-teaser {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 0;
    }
    
    .about-image {
        max-width: 280px;
        margin: 0 auto;
    }
    
    .about-img-main {
        height: 250px !important;
        font-size: 4rem !important;
        border-radius: 15px !important;
    }
    
    .about-experience-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 15px;
        display: inline-block;
        padding: 15px 25px;
        text-align: center;
    }
    
    .about-experience-badge .number {
        font-size: 2rem;
    }
    
    .about-experience-badge .text {
        font-size: 0.8rem;
    }
    
    .about-content {
        text-align: center;
    }
    
    .about-content h3 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .about-content p {
        font-size: 0.9rem;
        text-align: left;
        margin-bottom: 12px;
        line-height: 1.6;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 20px 0;
    }
    
    .about-highlight {
        padding: 12px 8px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .about-highlight i {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
    
    .about-highlight span {
        font-size: 0.75rem;
        text-align: center;
    }
    
    .about-content .btn {
        width: 100%;
        justify-content: center;
        padding: 12px 25px;
        font-size: 0.9rem;
        margin-top: 15px;
    }
    
    /* ========== SECTION HEADER - RESPONSIVE ========== */
    .section {
        padding: 40px 0;
    }
    
    .section-header {
        margin-bottom: 25px;
        text-align: center;
    }
    
    .section-badge {
        padding: 4px 12px;
        font-size: 0.7rem;
        margin-bottom: 10px;
    }
    
    .section-title {
        font-size: 1.4rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .section-subtitle {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    /* ========== VISION GRID - FULLY RESPONSIVE ========== */
    .vision-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .vision-card {
        padding: 20px 15px;
        border-radius: 15px;
    }
    
    .vision-card-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .vision-card h4 {
        font-size: 1.05rem;
        margin-bottom: 10px;
    }
    
    .vision-card p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    /* ========== COUNTER SECTION - FULLY RESPONSIVE ========== */
    .counter-section {
        padding: 30px 0;
    }
    
    .counter-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .counter-item {
        padding: 20px 10px;
        border-radius: 15px;
    }
    
    .counter-icon {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    
    .counter-number {
        font-size: 1.5rem;
    }
    
    .counter-label {
        font-size: 0.65rem;
    }
    
    /* ========== NEWS GRID - FULLY RESPONSIVE ========== */
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-card {
        border-radius: 15px;
        overflow: hidden;
    }
    
    .news-card-image {
        height: 150px;
    }
    
    .news-card-content {
        padding: 15px;
    }
    
    .news-card h4 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .news-card p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .news-date {
        font-size: 0.75rem;
        margin-bottom: 8px;
    }
    
    .news-read-more {
        font-size: 0.85rem;
        padding: 8px 0;
    }
    
    /* ========== GALLERY GRID - FULLY RESPONSIVE ========== */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }
    
    .gallery-item {
        min-height: 120px;
        border-radius: 12px;
    }
    
    .gallery-overlay {
        opacity: 1;
        background: rgba(0,0,0,0.3);
    }
    
    .gallery-overlay i {
        font-size: 1.2rem;
    }
    
    /* ========== TESTIMONIALS - FULLY RESPONSIVE ========== */
    .testimonials-slider {
        padding: 0;
    }
    
    .testimonial-track {
        flex-direction: column;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 25px 15px;
        border-radius: 15px;
        margin: 0;
    }
    
    .testimonial-quote {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .testimonial-author-info h5 {
        font-size: 1rem;
    }
    
    .testimonial-author-info span {
        font-size: 0.75rem;
    }
    
    .testimonial-nav {
        gap: 8px;
        margin-top: 20px;
    }
    
    .testimonial-dot {
        width: 8px;
        height: 8px;
    }
    
    /* ========== CTA SECTION - FULLY RESPONSIVE ========== */
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-content {
        padding: 30px 20px;
        border-radius: 20px;
    }
    
    .cta-content h2 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .cta-content p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
        padding: 14px 25px;
        font-size: 0.9rem;
    }
    
    /* ========== FOOTER - FULLY RESPONSIVE ========== */
    footer {
        padding-top: 40px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 25px;
        padding: 0 15px;
    }
    
    .footer-about .logo {
        justify-content: center;
    }
    
    .footer-about .logo-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .footer-about p {
        font-size: 0.85rem;
        line-height: 1.6;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-social a {
        width: 32px;
        height: 32px;
    }
    
    .footer-links h4,
    .footer-contact h4 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .footer-links ul {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    
    .footer-links a {
        font-size: 0.85rem;
    }
    
    .footer-contact-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .footer-contact-item p {
        font-size: 0.85rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px 15px;
        font-size: 0.75rem;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-bottom-links a {
        font-size: 0.75rem;
    }
    
    /* ========== LIGHTBOX - MOBILE ========== */
    .lightbox {
        padding: 10px;
    }
    
    .lightbox-close {
        font-size: 1.2rem;
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
    }
    
    .lightbox-content {
        max-width: 100%;
        max-height: 90vh;
    }
    
    .lightbox-nav {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .lightbox-prev {
        left: 5px;
    }
    
    .lightbox-next {
        right: 5px;
    }
    
    
    
    /* Hero Section */
    .hero {
        min-height: auto;
        padding-top: 80px;
    }
    
    .hero-content {
        padding: 30px 0;
        gap: 30px;
    }
    
    .hero-badge {
        padding: 6px 12px;
        font-size: 0.7rem;
        margin-bottom: 15px;
    }
    
    .hero-title {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    
    .hero-btns {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-btns .btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 0.9rem;
        justify-content: center;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-stat {
        width: 100%;
        padding: 15px;
    }
    
    .hero-stat-number {
        font-size: 1.6rem;
    }
    
    .hero-stat-label {
        font-size: 0.75rem;
    }
    
    .hero-image {
        max-width: 200px;
        margin: 0 auto;
    }
    
    .hero-img {
        height: 250px;
        font-size: 5rem;
    }
    
    .scroll-indicator {
        display: none;
    }
    
    /* Sections */
    .section {
        padding: 40px 0;
    }
    
    .section-header {
        margin-bottom: 30px;
    }
    
    .section-badge {
        padding: 5px 12px;
        font-size: 0.75rem;
    }
    
    .section-title {
        font-size: 1.4rem;
        line-height: 1.3;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
    }
    
    /* About Section */
    .about-teaser {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-image {
        max-width: 280px;
        margin: 0 auto;
    }
    
    .about-img-main {
        height: 280px !important;
        font-size: 4rem !important;
    }
    
    .about-experience-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 15px;
        display: inline-block;
        padding: 15px 20px;
    }
    
    .about-experience-badge .number {
        font-size: 2rem;
    }
    
    .about-content {
        text-align: center;
    }
    
    .about-content h3 {
        font-size: 1.4rem;
    }
    
    .about-content p {
        font-size: 0.9rem;
        text-align: left;
    }
    
    .about-highlights {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .about-highlight {
        padding: 12px;
    }
    
    .about-highlight i {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .about-highlight span {
        font-size: 0.85rem;
    }
    
    /* Vision Grid */
    .vision-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .vision-card {
        padding: 25px 20px;
    }
    
    .vision-card-icon {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
    }
    
    .vision-card h4 {
        font-size: 1.1rem;
    }
    
    .vision-card p {
        font-size: 0.9rem;
    }
    
    /* Counter Section */
    .counter-section {
        padding: 30px 0;
    }
    
    .counter-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .counter-item {
        padding: 15px 10px;
    }
    
    .counter-icon {
        font-size: 1.6rem;
    }
    
    .counter-number {
        font-size: 1.6rem;
    }
    
    .counter-label {
        font-size: 0.7rem;
    }
    
    /* News Grid */
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-card {
        border-radius: 15px;
    }
    
    .news-card-image {
        height: 160px;
    }
    
    .news-card-content {
        padding: 15px;
    }
    
    .news-card h4 {
        font-size: 1rem;
    }
    
    .news-card p {
        font-size: 0.85rem;
    }
    
    /* News Featured */
    .news-featured {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .news-featured-main {
        min-height: 250px;
    }
    
    .news-featured-overlay {
        padding: 20px;
    }
    
    .news-featured-overlay h2 {
        font-size: 1.2rem;
    }
    
    .news-featured-overlay p {
        font-size: 0.85rem;
    }
    
    .news-featured-side {
        flex-direction: column;
        gap: 15px;
    }
    
    .news-featured-small {
        min-height: 150px;
    }
    
    .news-featured-small .news-featured-overlay h3 {
        font-size: 0.95rem;
    }
    
    .news-featured-small .news-featured-overlay p {
        font-size: 0.8rem;
    }
    
    .news-full-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-pagination {
        margin-top: 30px;
        gap: 8px;
    }
    
    .news-pagination a,
    .news-pagination span {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
    
    /* Gallery Grid */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }
    
    .gallery-filters {
        gap: 8px;
        margin-bottom: 25px;
    }
    
    .gallery-filter {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
    
    .gallery-full-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .gallery-full-item {
        min-height: 120px;
    }
    
    .gallery-full-item.tall {
        grid-row: span 1;
    }
    
    .gallery-full-item.wide {
        grid-column: span 2;
    }
    
    /* Video Grid */
    .video-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .video-thumbnail {
        min-height: 180px;
    }
    
    .video-play {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .video-info {
        padding: 12px;
    }
    
    .video-info h4 {
        font-size: 0.95rem;
    }
    
    /* Press Kit */
    .press-kit {
        padding: 25px 15px;
    }
    
    .press-kit h3 {
        font-size: 1.3rem;
    }
    
    .press-kit p {
        font-size: 0.9rem;
    }
    
    .press-downloads {
        flex-direction: column;
        gap: 12px;
    }
    
    .download-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    /* Timeline */
    .timeline {
        padding: 15px 0;
    }
    
    .timeline::before {
        left: 15px;
    }
    
    .timeline-item {
        padding-left: 45px;
        margin-bottom: 30px;
    }
    
    .timeline-content {
        padding: 15px;
        border-radius: 12px;
    }
    
    .timeline-dot {
        left: 10px;
        width: 15px;
        height: 15px;
    }
    
    .timeline-year {
        font-size: 0.7rem;
        padding: 4px 10px;
    }
    
    .timeline-content h4 {
        font-size: 0.95rem;
    }
    
    .timeline-content p {
        font-size: 0.85rem;
    }
    
    /* Agenda */
    .agenda-grid {
        gap: 12px;
    }
    
    .agenda-item {
        padding: 15px;
        gap: 12px;
    }
    
    .agenda-icon {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
    
    .agenda-content h4 {
        font-size: 1rem;
    }
    
    .agenda-content p {
        font-size: 0.85rem;
    }
    
    /* About Page */
    .about-page-section {
        padding: 40px 0;
    }
    
    .about-page-grid {
        gap: 30px;
    }
    
    .about-page-image {
        max-width: 250px;
    }
    
    .about-profile-image {
        width: 120px;
        height: 120px;
        font-size: 3rem;
    }
    
    .about-profile-info h3 {
        font-size: 1.2rem;
    }
    
    .about-page-content h3 {
        font-size: 1.3rem;
    }
    
    .about-highlights {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .about-highlight {
        padding: 10px;
        flex-direction: row;
        gap: 12px;
    }
    
    .about-highlight i {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
    
    /* Timeline */
    .timeline::before {
        left: 15px;
    }
    
    .timeline-item {
        padding-left: 40px;
        margin-bottom: 25px;
    }
    
    .timeline-content {
        padding: 15px;
    }
    
    .timeline-dot {
        left: 8px;
        width: 14px;
        height: 14px;
    }
    
    .timeline-year {
        font-size: 0.75rem;
        padding: 4px 12px;
    }
    
    .timeline-content h4 {
        font-size: 0.95rem;
    }
    
    .timeline-content p {
        font-size: 0.85rem;
    }
    
    /* Testimonials */
    .testimonials-slider {
        padding: 0 5px;
    }
    
    .testimonial-card {
        padding: 25px 15px;
    }
    
    .testimonial-quote {
        font-size: 2rem;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-content h2 {
        font-size: 1.5rem;
    }
    
    .cta-content p {
        font-size: 0.9rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Footer */
    footer {
        padding-top: 50px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 25px;
    }
    
    .footer-about .logo {
        justify-content: center;
    }
    
    .footer-about .logo-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .footer-about p {
        font-size: 0.85rem;
    }
    
    .footer-social {
        justify-content: left;
    }
    
    .footer-social a {
        width: 35px;
        height: 35px;
    }
    
    .footer-links h4,
    .footer-contact h4 {
        font-size: 1.1rem;
    }
    
    .footer-links ul {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .footer-links a {
        font-size: 0.9rem;
    }
    
    .footer-contact-item {
        flex-direction: column;
        text-align: left;
        gap: 8px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px 0;
    }
    
    .footer-bottom p {
        font-size: 0.8rem;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 8px;
    }
    
    /* Page Header */
    .page-header {
        padding: 90px 0 40px;
    }
    
    .page-header-content {
        text-align: center;
    }
    
    .page-header h1 {
        font-size: 1.8rem;
    }
    
    .page-header p {
        font-size: 0.9rem;
    }
    
    .breadcrumb {
        justify-content: center;
        font-size: 0.85rem;
    }
    
    /* Contact Section */
    .contact-section {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
    }
    
    .contact-info {
        padding: 25px 15px;
        border-radius: 16px;
    }
    
    .contact-form {
        padding: 25px 15px;
        border-radius: 16px;
    }
    
    .contact-info h3,
    .contact-form h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    
    .contact-info-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
    
    .contact-info-item i {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin: 0 auto;
    }
    
    .contact-info-item h5 {
        font-size: 0.95rem;
    }
    
    .contact-info-item p {
        font-size: 0.85rem;
    }
    
    .contact-map {
        height: 150px;
        margin-top: 15px;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group label {
        font-size: 0.85rem;
    }
    
    .form-group input,
    .form-group textarea,
    .form-group select {
        padding: 10px 12px;
        font-size: 0.9rem;
        border-radius: 8px;
    }
    
    .form-group textarea {
        min-height: 100px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    /* Quick Contact */
    .quick-contact-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .quick-contact-card {
        padding: 20px 15px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .quick-contact-icon {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
        margin: 0;
    }
    
    .quick-contact-card h4 {
        font-size: 1.1rem;
    }
    
    .quick-contact-card p {
        font-size: 0.85rem;
    }
    
    /* Office Locations */
    .office-locations {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .office-card {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .office-card h4 {
        font-size: 1.1rem !important;
        margin-bottom: 12px !important;
    }
    
    .office-card p {
        font-size: 0.85rem;
    }
    
    /* Vision Quote */
    .vision-quote,
    [style*="margin-top: 60px"] {
        margin-top: 30px !important;
        padding: 30px 20px !important;
    }
    
    .vision-quote p,
    [style*="font-size: 1.5rem"] {
        font-size: 1.1rem !important;
    }
    
    /* Lightbox */
    .lightbox-close {
        font-size: 1.2rem;
        top: 10px;
        right: 10px;
    }
    
    .lightbox-nav {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
    
    /* Agenda Progress */
    .agenda-progress {
        height: 6px;
        margin-top: 10px;
    }
    
    /* Testimonial Navigation */
    .testimonial-nav {
        gap: 10px;
    }
    
    .testimonial-dot {
        width: 10px;
        height: 10px;
    }
    
    /* Social Media Cards */
    .social-media-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* Vision Quote */
    .vision-quote {
        margin-top: 30px;
        padding: 30px 20px;
        border-radius: 16px;
    }
    
    .vision-quote i {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .vision-quote p {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .vision-quote .author {
        font-size: 0.9rem;
    }
}

/* Tablet - 480px to 768px */
@media (min-width: 480px) and (max-width: 768px) {
    /* Container */
    .container {
        padding: 0 20px;
    }
    
    
    /* Header */
    header {
        position: fixed;
        width: 100%;
    }
    
    .logo-text {
        display: block;
    }
    
    .logo-text h1 {
        font-size: 1.1rem;
    }
    
    .logo-text span {
        font-size: 0.7rem;
    }
    
    /* Hero */
    .hero {
        padding-top: 80px;
        min-height: auto;
    }
    
    .hero-content {
        padding: 40px 0;
        gap: 30px;
    }
    
    .hero-badge {
        padding: 6px 15px;
        font-size: 0.75rem;
    }
    
    .hero-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
    }
    
    .hero-btns {
        flex-direction: row;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .hero-btns .btn {
        width: auto;
        padding: 12px 20px;
        font-size: 0.85rem;
    }
    
    .hero-stats {
        flex-direction: row;
        gap: 12px;
    }
    
    .hero-stat {
        flex: 1;
        min-width: 100px;
        padding: 15px 10px;
    }
    
    .hero-stat-number {
        font-size: 1.5rem;
    }
    
    .hero-image {
        max-width: 250px;
    }
    
    /* About Teaser - Tablet */
    .about-teaser {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px 0;
    }
    
    .about-image {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .about-img-main {
        height: 320px !important;
        font-size: 5rem !important;
    }
    
    .about-experience-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 15px;
        display: inline-block;
    }
    
    .about-content {
        text-align: center;
    }
    
    .about-content p {
        text-align: left;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    /* Section Header - Tablet */
    .section {
        padding: 50px 0;
    }
    
    .section-header {
        margin-bottom: 30px;
    }
    
    .section-badge {
        padding: 5px 14px;
        font-size: 0.75rem;
    }
    
    .section-title {
        font-size: 1.7rem;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
    }
    
    /* Vision Grid - Tablet */
    .vision-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .vision-card {
        padding: 25px 18px;
    }
    
    .vision-card-icon {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }
    
    /* Counter - Tablet */
    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .counter-item {
        padding: 20px 15px;
    }
    
    /* News Grid - Tablet */
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Gallery Grid - Tablet */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .gallery-item:first-child {
        grid-column: span 2;
    }
    
    /* Testimonials - Tablet */
    .testimonials-slider {
        padding: 0 10px;
    }
    
    .testimonial-card {
        padding: 30px 20px;
    }
    
    /* CTA - Tablet */
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-content {
        padding: 40px 30px;
    }
    
    .cta-content h2 {
        font-size: 1.6rem;
    }
    
    .cta-buttons {
        flex-direction: row;
        gap: 15px;
    }
    
    .cta-buttons .btn {
        width: auto;
        padding: 14px 25px;
    }
    
    /* Footer - Tablet */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .footer-about {
        grid-column: span 2;
        text-align: center;
    }
    
    .footer-about .logo {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    /* Sections */
    .section {
        padding: 50px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-badge {
        padding: 6px 15px;
        font-size: 0.8rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    /* About Teaser */
    .about-teaser {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-image {
        max-width: 350px;
        margin: 0 auto;
    }
    
    .about-img-main {
        height: 380px !important;
        font-size: 5rem !important;
    }
    
    .about-experience-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 15px;
        display: inline-block;
    }
    
    .about-content {
        text-align: center;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    /* About Page Grid */
    .about-page-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-page-image {
        position: static;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .about-page-content {
        text-align: center;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    /* Timeline */
    .timeline::before {
        left: 25px;
    }
    
    .timeline-item {
        padding-left: 60px;
    }
    
    .timeline-content {
        padding: 20px;
    }
    
    .timeline-dot {
        left: 18px;
    }
    
    /* Agenda */
    .agenda-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* Vision Grid */
    .vision-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .vision-card {
        padding: 30px 20px;
    }
    
    .vision-card-icon {
        width: 65px;
        height: 65px;
        font-size: 1.5rem;
    }
    
    /* Counter */
    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* News Grid */
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Gallery */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .gallery-filters {
        flex-wrap: wrap;
    }
    
    .gallery-filter {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
    
    .gallery-full-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    /* Video Grid */
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Timeline */
    .timeline {
        padding: 20px 0;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        padding-left: 50px;
        margin-bottom: 35px;
    }
    
    .timeline-content {
        padding: 20px;
    }
    
    .timeline-dot {
        left: 15px;
    }
    
    /* Agenda */
    .agenda-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .agenda-item {
        padding: 20px;
        flex-direction: row;
    }
    
    .agenda-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        flex-shrink: 0;
    }
    
    /* Contact Section */
    .contact-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-info {
        padding: 30px 20px;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
    
    .contact-info-item {
        flex-direction: row;
        text-align: left;
        gap: 15px;
    }
    
    .contact-info-item i {
        margin: 0;
    }
    
    /* Quick Contact */
    .quick-contact-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .quick-contact-card {
        padding: 20px 15px;
    }
    
    /* Office Locations */
    .office-locations {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer-about {
        grid-column: span 2;
        text-align: center;
    }
    
    .footer-about .logo {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    /* Vision Quote */
    .vision-quote {
        margin-top: 40px;
        padding: 40px 30px;
    }
    
    .vision-quote p {
        font-size: 1.3rem;
    }
    
    /* Page Header */
    .page-header {
        padding: 100px 0 50px;
    }
    
    .page-header h1 {
        font-size: 2.2rem;
    }
    
    .page-header p {
        font-size: 1rem;
    }
}

/* Small Mobile - 320px and below */
@media (max-width: 359px) {
    /* Index Page - Extra Small */
    .hero-title {
        font-size: 1.25rem;
    }
    
    .hero-title .highlight {
        font-size: 1.35rem;
    }
    
    .hero-badge span {
        font-size: 0.6rem;
    }
    
    .hero-subtitle {
        font-size: 0.8rem;
    }
    
    .hero-stat-number {
        font-size: 1.3rem;
    }
    
    .btn {
        padding: 10px 16px;
        font-size: 0.8rem;
    }
    
    .section-title {
        font-size: 1.25rem;
    }
    
    .section-subtitle {
        font-size: 0.8rem;
    }
    
    .about-content h3 {
        font-size: 1.25rem;
    }
    
    .about-highlights {
        grid-template-columns: 1fr;
    }
    
    .vision-card {
        padding: 15px 12px;
    }
    
    .vision-card-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .counter-number {
        font-size: 1.3rem;
    }
    
    .counter-label {
        font-size: 0.6rem;
    }
    
    .news-card h4 {
        font-size: 0.95rem;
    }
    
    .gallery-grid,
    .gallery-full-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-item:first-child,
    .gallery-full-item.wide {
        grid-column: span 1;
    }
    
    .gallery-item {
        min-height: 100px;
    }
    
    .testimonial-text {
        font-size: 0.85rem;
    }
    
    .cta-content h2 {
        font-size: 1.25rem;
    }
    
    .footer-grid {
        padding: 0 10px;
    }
}

/* ========== FOOTER RESPONSIVE STYLES ========== */

/* Extra Large Screens (1200px+) */
@media (min-width: 1200px) {
    .footer-grid {
        gap: 50px;
    }
    
    .footer-logo-img {
        height: 70px;
    }
}

/* Large Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
        gap: 30px;
    }
    
    .footer-logo-img {
        height: 55px;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-about {
        grid-column: span 2;
    }
    
    .footer-logo-img {
        height: 50px;
    }
    
    footer {
        padding: 50px 0 20px;
    }
}

/* Mobile Large (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-about {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-logo-img {
        height: 45px;
    }
    
    .footer-about p {
        max-width: 100%;
        text-align: center;
    }
    
    .footer-social {
        display: flex;
        justify-content: center;
    }
    
    .footer-links h4::after,
    .footer-contact h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-contact-item {
        justify-content: center;
        text-align: left;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
    
    footer {
        padding: 40px 0 20px;
    }
}

/* Mobile Small (320px - 575px) */
@media (max-width: 575px) {
    .footer-grid {
        gap: 25px;
    }
    
    .footer-logo-img {
        height: 40px;
    }
    
    .footer-about p {
        font-size: 0.9rem;
    }
    
    .footer-links h4,
    .footer-contact h4 {
        font-size: 1rem;
    }
    
    .footer-links a {
        font-size: 0.9rem;
    }
    
    .footer-contact-item p {
        font-size: 0.9rem;
    }
    
    .footer-bottom p {
        font-size: 0.85rem;
    }
    
    .footer-bottom-links a {
        font-size: 0.85rem;
    }
    
    footer {
        padding: 35px 0 20px;
    }
}

/* Ultra Small Mobile (280px - 319px) */
@media (max-width: 319px) {
    .footer-logo-img {
        height: 35px;
    }
    
    .footer-about p {
        font-size: 0.85rem;
    }
    
    .footer-links a {
        font-size: 0.85rem;
    }
    
    .footer-contact-item p {
        font-size: 0.85rem;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-bottom-links a {
        font-size: 0.8rem;
    }
}
