@media (max-width:1730px) {}

@media (max-width: 1200px) {
    .hero-stats-box {
        gap: 30px;
        width: 55%;
        padding-right: 30px;
    }
}

@media (max-width: 992px) {
    .hero {
        flex-direction: column;
    }

    .hero-content {
        padding-bottom: 40px;
        /* Reduce bottom padding on mobile */
    }
}

@media (max-width: 991.98px) {
    .section-title-large {
        font-size: 42px;
    }

    .section-title {
        font-size: 32px;
    }

    .title-line-1 {
        font-size: 36px;
    }

    .title-outline,
    .title-solid {
        font-size: 42px;
    }

    .project-image {
        height: 400px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .hero-stats-box {
        width: 65%;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .stat-text {
        font-size: 11px;
    }

    .main-quote-area,
    .quote-text {
        max-width: 100%;
    }

    .stats-row {
        margin-top: 40px;
    }

    .stat-box::before {
        height: 220px;
    }

    .allocation-pillars .border-end {
        border-right: none !important;
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media (max-width: 768px) {
    .timeline-zigzag::before {
        left: 15px;
        transform: none;
    }

    .timeline-row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .timeline-dot {
        left: 10px;
        top: 15px;
        transform: none;
    }

    .timeline-half.year-block {
        order: 1;
        width: 100%;
        padding-left: 40px;
        text-align: left !important;
        margin-bottom: 15px;
    }

    .timeline-half.content-block {
        order: 2;
        width: 100%;
        padding-left: 40px;
        text-align: left !important;
    }
}

@media (max-width: 767.98px) {
    .mine-stats-box {
        flex-wrap: wrap;
        gap: 25px 15px;
        padding: 25px 20px;
    }

    .mine-stats-box .stat-divider {
        display: none;
    }

    .mine-stats-box .hero-stat-item {
        width: 45%;
    }

    .hero {
        min-height: 600px;
    }

    .title-line-1 {
        font-size: 28px;
    }

    .title-outline,
    .title-solid {
        font-size: 32px;
    }

    .hero-description {
        font-size: 14px;
    }

    .stock-ticker-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ticker-prices {
        flex-direction: column;
        gap: 10px;
    }

    section {
        padding: 60px 0;
    }

    .section-title-large {
        font-size: 32px;
    }

    .section-title {
        font-size: 24px;
    }

    .stats-quote {
        font-size: 28px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-brand {
        max-width: 100%;
    }

    .footer-nav {
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        padding: 20px 0;
    }

    .footer-legal {
        gap: 20px;
    }

    .project-image {
        height: 300px;
    }

    .stat-item .stat-number {
        font-size: 42px;
    }

    .stat-item p {
        font-size: 18px;
    }

    .stats-banner {
        padding: 30px 0;
    }

    .stats-banner__item {
        padding: 15px 0;
    }

    .operations-cta {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .location-route {
        padding-left: 28px;
    }

    .location-route::before {
        left: 18px;
    }

    .waypoint-marker {
        width: 40px;
        height: 40px;
        font-size: 16px;
        border-radius: 12px;
    }

    .waypoint-name {
        font-size: 16px;
    }

    .sub-page-hero {
        background-attachment: scroll;
        /* Disable parallax on mobile for performance */
    }

    .gallery-img img {
        min-height: 250px !important;
    }
}
