/* ============================================
   UNIVERSAL RESPONSIVE CSS (ALL DEVICES)
   ============================================ */

/* GLOBAL RESET */
img, video {
  max-width: 100%;
  height: auto;
}
section {
  width: 100%;
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* ============================================
   1200px and below (Large Desktop)
============================================ */
@media (max-width: 1200px) {

    /* HERO */
    .hero { 
        min-height: 70vh; 
        background-size: cover; 
        background-position: center; 
    }

    .hero-content h1 { 
        font-size: 2.8rem; 
    }

    .hero-content p { 
        font-size: 1.1rem; 
    }

    .btn-free-inspection { 
        font-size: 16px; 
        padding: 14px 20px; 
    }

    .inspection-option { 
        font-size: 14px; 
        padding: 10px 15px; 
    }

    .hero-logo span { 
        font-size: 1.5rem; 
    }

    /* SERVICE SECTION */
    .service-section h2 { 
        font-size: 2.6rem; 
    }

    .service-section p { 
        font-size: 1.1rem; 
    }

    .service-icon { 
        width: 80px; 
        height: auto; 
    }

    /* PROCESS BOXES */
    .process .box { 
        padding: 1.5rem; 
    }

    .process .box h4 { 
        font-size: 1.4rem; 
    }

    .process .box p { 
        font-size: 1rem; 
    }

     /* FOOTER */
    .footer-grid { 
        grid-template-columns: repeat(3, 1fr); 
        gap: 2rem; 
    }

    footer p, 
    footer a { 
        font-size: 1rem; 
    }

    .footer-services-wrapper { 
        margin-left: 10px; 
    }

    .footer-contact i { 
        font-size: 1.1rem; 
    }


  /* CALL BUTTON */
  .call-btn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
}

/* ============================================
   992px and below (Tablet Landscape)
   ============================================ */
@media (max-width: 992px) {

    .hero { 
        min-height: 65vh; 
        padding: 70px 20px; 
        background-size: cover; 
        background-position: center top; 
    }

    .hero-content { 
        max-width: 90%; 
    }

    .hero-content h1 { 
        font-size: 2.4rem; 
    }

    .hero-content p { 
        font-size: 1rem; 
    }

    .btn-free-inspection { 
        width: 100%; 
        font-size: 15px; 
        padding: 13px 18px; 
    }

    .inspection-options { 
        width: 100%; 
    }

    .hero-logo span { 
        font-size: 1.3rem; 
    }

    .service-section h2 { 
        font-size: 2.3rem; 
    }

    .service-section p { 
        font-size: 0.95rem; 
    }

    .service-icon { 
        width: 70px; 
        height: auto; 
    }

    .process { 
        grid-template-columns: repeat(2, 1fr); 
        gap: 1rem; 
    }

    .process .box h4 { 
        font-size: 1.3rem; 
    }

    .process .box p { 
        font-size: 0.95rem; 
    }
    
    footer { 
        padding: 2rem 1.5rem; 
    }

    .footer-grid { 
        grid-template-columns: repeat(2, 1fr); 
        gap: 1.5rem; 
        text-align: left; 
    }

    /* CALL BUTTON */
    .call-btn { 
        display: block; 
        position: fixed; 
        bottom: 20px; 
        right: 20px; 
        z-index: 9999; 
    }

}

/* ============================================
   768px and below (Tablets)
   ============================================ */
@media (max-width: 768px) {

    .hero { 
        min-height: 55vh; 
        padding: 60px 15px; 
        background-size: cover; 
        background-position: top; 
    }

    .hero-top { 
        flex-direction: column; 
        gap: 10px; 
    }

    .hero-content h1 { 
        font-size: 2rem; 
    }

    .hero-content p { 
        font-size: 0.95rem; 
    }

    .btn-free-inspection { 
        font-size: 14px; 
        padding: 12px; 
    }

    .inspection-option { 
        font-size: 13px; 
        padding: 10px; 
    }

    .hero-logo span { 
        font-size: 1.2rem; 
    }

    .service-section h2 { 
        font-size: 2rem; 
    }

    .service-section p { 
        font-size: 0.95rem; 
    }

    .service-icon { 
        width: 60px; 
        height: auto; 
    }

    .process { 
        grid-template-columns: 1fr; 
    }

    .process .box h4 { 
        font-size: 1.2rem; 
    }

    .process .box p { 
        font-size: 0.9rem; 
        padding: 0.8rem; 
    }
   
    .footer-grid { 
        grid-template-columns: 1fr; 
        text-align: left; 
    }

    footer p, 
    footer a { 
        font-size: 0.9rem; 
    }

    .footer-contact i { 
        font-size: 1rem; 
    }

    /* CALL BUTTON */
    .call-btn { 
        bottom: 18px; 
        right: 18px; 
    }

}

/* ============================================
   576px and below (Large Phones)
   ============================================ */
@media (max-width: 576px) {

    .hero { 
        min-height: 50vh; 
        padding: 50px 10px; 
    }

    .hero-content h1 { 
        font-size: 1.8rem; 
    }

    .hero-content p { 
        font-size: 0.9rem; 
    }

    .btn-free-inspection { 
        font-size: 13px; 
        padding: 10px; 
    }

    .inspection-option { 
        font-size: 12px; 
        padding: 8px; 
    }

    .hero-logo span { 
        font-size: 1.1rem; 
    }

    .service-section h2 { 
        font-size: 1.7rem; 
    }

    .service-section p { 
        font-size: 0.9rem; 
    }

    .service-icon { 
        width: 55px; 
        height: auto; 
    }

    .process .box h4 { 
        font-size: 1.1rem; 
    }

    .process .box p { 
        font-size: 0.85rem; 
        padding: 0.7rem; 
    }

    footer p, 
    footer a { 
        font-size: 0.85rem; 
    }

    /* CALL BUTTON */
    .call-btn { 
        bottom: 15px; 
        right: 15px; 
    }

}

/* ============================================
   480px and below (Normal Phones)
   ============================================ */
@media (max-width: 480px) {

    .hero { 
        min-height: 45vh; 
        padding: 40px 10px; 
    }

    .hero-content h1 { 
        font-size: 1.5rem; 
    }

    .hero-content p { 
        font-size: 0.85rem; 
    }

    .btn-free-inspection { 
        font-size: 12px; 
        padding: 10px; 
    }

    .inspection-option { 
        font-size: 11px; 
        padding: 8px; 
    }

    .hero-logo span { 
        font-size: 1rem; 
    }

    .service-section h2 { 
        font-size: 1.6rem; 
    }

    .service-section p { 
        font-size: 0.85rem; 
    }

    .service-icon { 
        width: 50px; 
        height: auto; 
    }

    .process .box h4 { 
        font-size: 1rem; 
    }

    .process .box p { 
        font-size: 0.8rem; 
        padding: 0.6rem; 
    }
    
    footer p, 
    footer a { 
        font-size: 0.8rem; 
    }

    .footer-contact i { 
        font-size: 0.95rem; 
    }

    /* CALL BUTTON */
    .call-btn { 
        bottom: 12px; 
        right: 12px; 
    }

}


/* ============================================
   360px and below (Small Phones)
   ============================================ */
@media (max-width: 360px) {

    .hero { 
        min-height: 40vh; 
        padding: 35px 8px; 
    }

    .hero-content h1 { 
        font-size: 1.3rem; 
    }

    .hero-content p { 
        font-size: 0.8rem; 
    }

    .btn-free-inspection { 
        font-size: 11px; 
        padding: 8px; 
    }

    .inspection-option { 
        font-size: 10px; 
        padding: 6px; 
    }

    .hero-logo span { 
        font-size: 0.9rem; 
    }

    .service-section h2 { 
        font-size: 1.4rem; 
    }

    .service-section p { 
        font-size: 0.8rem; 
    }

    .service-icon { 
        width: 45px; 
        height: auto; 
    }

    .process .box h4 { 
        font-size: 0.95rem; 
    }

    .process .box p { 
        font-size: 0.75rem; 
        padding: 0.5rem; 
    }
  
    footer p, 
    footer a { 
        font-size: 0.75rem; 
    }

    .footer-contact i { 
        font-size: 0.85rem; 
    }

    /* CALL BUTTON */
    .call-btn { 
        bottom: 10px; 
        right: 10px; 
    }

}

