/* Tablet View (max-width: 991.99px) */
@media (max-width: 991.99px) {
    .nav-actions_mobile {
        display: none !important;
    }

    /* Hero adjustments */
    .hero {
        min-height: auto !important;
        padding-top: 120px !important;
        padding-bottom: 60px !important;
    }

    .hero-text {
        text-align: center;
        margin-bottom: 3rem;
    }

    .hero-text .d-flex {
        justify-content: center;
    }

    .status-badge {
        margin: 0 auto 1.5rem auto;
    }

    /* Custom staggering adjustments for tablet */
    .dashboard-wrapper {
        transform: none !important;
    }

    .collage-grid {
        padding-bottom: 80%;
    }

    .floating-card {
        transform: scale(0.8);
    }

    .thank-you-card {
        padding: 20px;
    }
}

/* Mobile View (max-width: 767.98px) */
@media (max-width: 767.98px) {
    .border-end-md {
        border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    /* Typography scaling */
    .display-3 {
        font-size: 2.5rem !important;
    }

    .display-4 {
        font-size: 2rem !important;
    }

    .display-5 {
        font-size: 1.8rem !important;
    }

    .display-6 {
        font-size: 1.5rem !important;
    }

    /* Global Section Spacing */
    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .mt-5 {
        margin-top: 2.5rem !important;
    }

    .mb-5 {
        margin-bottom: 2.5rem !important;
    }

    /* Breadcrumbs adjustments */
    .breadcrumbs-section {
        padding: 100px 0 50px !important;
    }

    /* Feature snapshot icons */
    .feature-snapshot .blob-icon {
        width: 70px;
        height: 70px;
    }

    .feature-snapshot h4 {
        font-size: 16px;
    }

    /* Floating Cards hidden on very small screens to avoid overlap */
    .floating-card {
        display: none !important;
    }

    /* Footer responsive alignment */
    .footer .row>div {
        margin-bottom: 2rem;
        text-align: center;
    }

    .footer .logo,
    .footer .social-links {
        justify-content: center;
    }

    /* Contact Form spacing */
    .contact-card {
        padding: 2rem !important;
    }

    /* Checkout Order Summary */
    .order-summary-card {
        margin-top: 2rem;
    }

    /* About Us Stats */
    .stats-card {
        margin-bottom: 1.5rem;
    }
}