/* ==========================================================
   DJJ Healthcare
   responsive.css
========================================================== */

/* ==========================================================
   1400
========================================================== */
@media (max-width: 1400px) {
    .heroContent h1 {
        font-size: 60px;
    }

    .sectionHeading h2 {
        font-size: 48px;
    }
}

/* ==========================================================
   1200
========================================================== */
@media (max-width: 1200px) {
    .servicesGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .aboutWrapper {
        grid-template-columns: 1fr;
    }

    .contentBlock {
        grid-template-columns: 1fr;
    }

    .footerGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footerGrid .line1{
        grid-column: span 2;
    }

    .footerGrid .line2{
        grid-column: span 1;
    }
}

/* ==========================================================
   992
========================================================== */
@media (max-width: 992px) {
    .desktopNavigation {
        display: none;
    }

    #mobileMenuButton {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .heroContent h1 {
        font-size: 48px;
    }

    .heroContent p {
        font-size: 18px;
    }

    .formRow {
        grid-template-columns: 1fr;
    }

    .contactWrapper {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   768
========================================================== */
@media (max-width: 768px) {
    .servicesGrid {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .footerGrid {
        grid-template-columns: 1fr;
    }

    .sectionHeading {
        margin-bottom: 60px;
    }

    .sectionHeading h2 {
        font-size: 38px;
    }

    .heroContent {
        text-align: center;
    }

    .heroButtons {
        justify-content: center;
    }

    .heroContent h1 {
        font-size: 42px;
    }

    .heroTag {
        font-size: 12px;
    }

    .contactForm {
        padding: 30px;
    }
}

/* ==========================================================
   576
========================================================== */
@media (max-width: 576px) {
    #siteHeader {
        top: 10px;
    }

    #navigationContainer {
        height: 64px;
    }

    #navigationContainer.nav-collapsed {
        width: 64px;
    }

    .logoCircle {
        width: 64px;
        height: 64px;
    }

    .heroContent h1 {
        font-size: 34px;
    }

    .heroContent p {
        font-size: 16px;
    }

    .btn {
        width: 100%;
    }

    .serviceBody {
        padding: 26px;
    }

    .sectionHeading h2 {
        font-size: 32px;
    }

    .aboutContent h2 {
        font-size: 34px;
    }

    .contentText h2 {
        font-size: 34px;
    }

    .contactInfo h2 {
        font-size: 34px;
    }

    .footerBottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* ==========================================================
   400
========================================================== */
@media (max-width: 400px) {
    .heroContent h1 {
        font-size: 28px;
    }

    .sectionHeading h2 {
        font-size: 28px;
    }

    .contactForm {
        padding: 22px;
    }
}
