/* Hover + Pointer */
@media (hover: hover) and (pointer: fine) {
    /* Hamburger */
    .hamburger:hover {
        opacity: 48%;
    }

    .hamburger.is-active:hover {
        opacity: 48%;
    }


    /* ===== HEADER + Nav ===== */
    .nav-link:hover, .nav-link:active {
        border-bottom: 4px solid #000;
    }

    .nav-contact-link:hover, .nav-contact-link:active {
        color: #fff;
        background-color: #999999;
    }

    .nav-estimate-link:hover, .nav-estimate-link:active {
        color: #fff;
        background-color: #557dff;
    }

    .nav-link-btn:hover, .nav-link-btn:active {
        border-bottom: 0px;
    }

    .hero-link-btn:hover, .hero-link-btn:active {
        color: #fff;
        background-color: #557dff;
    }


    /* Top Bar */
    .top-bar-link-btn:hover, .top-bar-link-btn:active {
        color: #fff;
        background-color: #999999;
    }


    /* Services */
    .service-link:hover, .service-link:active {
        color: #557dff;
    }


    /* WHY DO YOU NEED LANDSCAPING SERVICES */
    .why-link-btn:hover, .why-link-btn:active {
        background-color: #557dff;
    }


    /* Gallery */
    .gallery-link-btn:hover, .gallery-link-btn:active {
        background-color: #fca250;
    }


    /* Our Process */
    .process-link:hover, .process-link:active {
        color: #557dff;
    }


    /* Contact Form */
    .form-submit-btn:hover, .form-submit-btn:active {
        background-color: #557dff;
    }

    .form-group input[type="file"]::-webkit-file-upload-button:hover {
        background: #808080;
    }


    /* Testimonials */
    .testimonials-link-btn:hover, .testimonials-link-btn:active {
        background-color: #557dff;
    }


    /* Blog */
    .blog-link-btn:hover, .blog-link-btn:active {
        background-color: #557dff;
    }

    .blog-link:hover, .blog-link-btn:active {
        color: #808080;
    }


    /* ===== FOOTER ===== */
    .nav-footer-link:hover, .nav-footer-link:active {
        border-bottom: 4px solid #000;
    }
}



/* iPhone XR */
@media screen and (min-width: 430px) {
    /* Certificates & Achievments */
    .bottom-imgs {
        flex-direction: row;
        justify-content: space-between;
        gap: 0px;
    }

    .bottom-img {
        max-width: 16%;
    }

    .bottom-img2, .bottom-img4 {
        max-width: 14%;
    }
}



/* iPad Mini */
@media screen and (min-width: 768px) {
    /* About */
    .about-img-grid {
        grid-auto-rows: 240px;
    }

    .about-img1 {
        grid-row: 1 / span 1;
    }


    /* Awards Bar */
    .awards-main-container {
        flex-direction: row;
        justify-content: space-between;
    }


    /* Services */
    .services-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }


    /* WHY DO YOU NEED HI-TECH LANDSCAPING SERVICES? */
    .why-bottom-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 64%;
    }


    /* Why Choose North Company */
    .why-choose-bottom-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }


    /* Locations */
    .locations-ul-grid {
        grid-template-columns: repeat(3, 1fr);
    }


    /* Free Estimate Form */
    .form-top-logos {
        justify-content: space-around;
        align-items: center;
    }


    /* Blog */
    .blog-bottom-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }


    /* ===== FOOTER ===== */
    .footer {
        padding-top: 64px;
    }

    .footer-container {
        margin-bottom: 64px;
    }

    .footer-contact {
        flex-direction: row;
        gap: 32px;
    }
}



/* iPad Pro */
@media screen and (min-width: 1024px) {
    /* Services */
    .services-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }


    /* Why Choose North Company */
    .why-choose-bottom-container {
        grid-template-columns: repeat(3, 1fr);
    }


    /* Contact form */
    .form-main-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 96px;
    }


    /* Blog */
    .blog-bottom-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}



/* Laptop */
@media screen and (min-width: 1200px) {
    /* ===== HEADER + Nav ===== */
    .header {
        justify-content: space-around;
    }

    .hamburger {
        display: none;
    }

    .nav {
        position: static;
        background-color: transparent;
        backdrop-filter: none;
        padding: 15px;
        height: auto;
        transform: none;
        transition: none;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .nav-ul {
        flex-direction: row;
        justify-content: center;
        gap: 32px;
    }

    .nav-btn-container {
        flex-direction: row;
        justify-content: center;
        gap: 12px;
        margin-top: 0px;
    }

    .nav-link:link, .nav-link:visited {
        font-size: 1.2rem;
    }
    

    /* Hero */
    .hero {
        height: 100vh;
    }

    .hero-container {
        gap: 48px;
    }

    .hero-logo, .footer-logo {
        width: 320px;
    }


    /* Top Bar */
    .top-bar-main-container {
        flex-direction: row;
        justify-content: space-around;
    }


    /* About */
    .about-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 64px;
    }

    .about-img-grid {
        grid-auto-rows: 320px;
        margin-bottom: 0px;
    }

    .about-img2 {
        position: relative;
    }

    .about-card {
        position: absolute;
        width: 200px;
        bottom: -1064px;
        left: 96px;
        margin: 0;
        z-index: 2;
    }


    /* Services */
    .services-container {
        gap: 64px;
    }

    .service-img, .blog-post-img {
        height: 320px;
    }


    /* WHY DO YOU NEED HI-TECH LANDSCAPING SERVICES */
    .why-info {
        width: 80%;
    }


    /* Gallery */
    .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        grid-auto-rows: 180px;
    }

    .gallery-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .gallery-img1 { 
        grid-column: 1 / 2; 
        grid-row: 1 / span 1; 
    }
    .gallery-img2 { 
        grid-column: 2 / 3; 
        grid-row: 1 / span 1; 
    }
    .gallery-img3 { 
        grid-column: 3 / 5; 
        grid-row: 1 / span 3; 
    }
    .gallery-img4 { 
        grid-column: 5 / 6; 
        grid-row: 1 / span 2; 
    }
    .gallery-img5 { 
        grid-column: 1 / 3; 
        grid-row: 2 / span 2; 
    }
    .gallery-img6 { 
        grid-column: 5 / 6; 
        grid-row: 3 / span 1; 
    }


    /* Why Choose North Company */
    .why-choose-bottom-container {
        gap: 48px;
    }


    /* Our Process */
    .our-process-bottom-container {
        flex-direction: row;
        justify-content: space-between;
        gap: 64px;
    }

    .process-spacer {
        display: block;
    }


    /* Location */
    .location-main-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 64px;
    }

    .google-map {
        height: 100%;
    }


    /* Testimonials */
    .testimonials-carousel {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .testimonial {
        display: flex;
    }

    .dots {
        display: none;
    }
}



@media screen and (min-width: 1600px) {
    .container1 {
        width: 80%;
    }

    /* ===== HEADER + Nav ===== */
    .nav {
        flex-direction: row;
    }


    /* Hero */
    .hero-container {
        top: 54%;
    }


    /* Awards Bar */
    .awards-bar {
        margin-top: 24px;
    }


    /* Blog */
    .blog-bottom-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}