/* ==========================================================================
   Anoop Construction - High-Performance Android App View Optimization Sheet
   ========================================================================== */

@media (max-width: 768px) {
    /* Global Context Adjustments */
    .contact-section {
        padding: 25px 0 !important;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    /* Hide Redundant Spatial Areas for App Compliance */
    .contact-info,
    .map-section {
        display: none !important;
    }

    /* Compact App-Style Breadcrumb Header Banner */
    .page-banner {
        height: 120px !important;
    }
    
    .page-banner h1 {
        font-size: 26px !important;
        letter-spacing: 0.5px;
    }
    
    .page-banner p {
        font-size: 12px !important;
        margin-top: 45px !important;
        padding: 0 10px;
        opacity: 0.9;
    }

    /* Container Form Redefinitions */
    .contact-form {
        padding: 20px 15px !important;
        box-shadow: 0 2px 12px rgba(0,0,0,.04) !important;
        border-radius: 8px !important;
        background: #ffffff !important;
    }

    .contact-form h3 {
        font-size: 22px !important;
        margin-bottom: 18px !important;
        text-align: center;
    }

    /* App Navigation Mode Tabs Selector Layout */
    .form-tabs {
        flex-direction: column !important;
        gap: 8px !important;
        margin-bottom: 20px !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }

    .tab-btn {
        font-size: 13px !important;
        padding: 11px 12px !important;
        width: 100% !important;
        justify-content: flex-start !important;
        border-radius: 6px !important;
    }

    /* Form Structuring Fields Grid Overrides */
    .form-row {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    /* Typography Upgrades to Eliminate Android Webview Auto Zoom-in Friction */
    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        font-size: 16px !important; /* Forces mobile engines to disable default input zoom overlays */
        padding: 12px 14px !important;
        margin-bottom: 12px !important;
        border-radius: 6px !important;
        background-color: #fcfcfc;
    }

    .contact-form textarea {
        height: 130px !important;
    }

    /* Specialized Feature Component Scales */
    .rating-block {
        padding: 12px !important;
        margin-bottom: 15px !important;
    }

    .rating-block label {
        font-size: 13px !important;
        margin-bottom: 6px !important;
    }

    .stars-wrapper {
        font-size: 22px !important;
        gap: 10px !important;
    }

    /* High-Performance Conversion Action Button */
    .btn {
        font-size: 15px !important;
        padding: 14px 20px !important;
        border-radius: 6px !important;
        letter-spacing: 0.5px !important;
    }
}
/* ==========================================================================
   About Us Page - Android App View & Mobile UI Optimization Sheet
   ========================================================================== */

@media (max-width: 768px) {
    /* Global Adjustments */
    section {
        padding: 35px 0 !important;
    }

    /* Native App Sizing for Breadcrumb Header Banner */
    .banner {
        height: 120px !important;
    }

    .banner h1 {
        font-size: 28px !important;
        letter-spacing: 0.5px;
    }

    .banner p {
        font-size: 12px !important;
        margin-top: 40px !important;
        opacity: 0.9;
    }

    /* Section Headings Scaling */
    .section-title {
        font-size: 26px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

    .section-sub {
        font-size: 12px !important;
        margin-bottom: 6px !important;
        letter-spacing: 0.5px;
    }

    /* About Us - Hide Image on App View to Save Vertical Scroll Space */
    .about-image {
        display: none !important;
    }

    .about-content p {
        font-size: 14px !important;
        line-height: 1.7 !important;
        margin-bottom: 12px !important;
    }

    /* High-Performance Conversion Action Button */
    .btn {
        display: block !important;
        width: 100% !important;
        text-align: center;
        font-size: 15px !important;
        padding: 14px 20px !important;
        border-radius: 6px !important;
    }

    /* Metrics Counter Container Grid Layout */
    .counter-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .counter h3 {
        font-size: 32px !important;
    }

    .counter p {
        font-size: 12px !important;
        margin-top: 4px !important;
    }

    /* Strengths & Boxes Layout */
    .choose-grid,
    .mv-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-top: 20px !important;
    }

    .choose-box {
        padding: 20px 15px !important;
        border-radius: 8px !important;
    }

    .choose-box i {
        font-size: 32px !important;
        margin-bottom: 12px !important;
    }

    .choose-box p {
        font-size: 13px !important;
    }

    /* Mission / Vision Cards scaling */
    .mv-box {
        padding: 25px 20px !important;
    }

    .mv-box h3 {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    .mv-box p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    /* Call To Action Panel styling */
    .cta h2 {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    .cta p {
        font-size: 13px !important;
    }
}
/* ==========================================================================
   Our Services Page - Android App & Mobile UI Optimization Overrides
   ========================================================================== */

@media (max-width: 768px) {
    /* Global Section Compact Viewport Padding */
    section {
        padding: 40px 0 !important;
    }

    /* Compact Mobile App Header Banner */
    .banner {
        height: 120px !important;
    }

    .banner h1 {
        font-size: 30px !important;
        letter-spacing: 0.5px;
    }

    .banner p {
        font-size: 12px !important;
        margin-top: 40px !important;
        padding: 0 15px;
        opacity: 0.95;
    }

    /* Core Heading Typography Scales */
    .section-title {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

    .section-sub {
        font-size: 12px !important;
        margin-bottom: 8px !important;
        letter-spacing: 0.5px;
    }

    /* Intro Body Elements */
    .intro p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    /* Service Grid Mobile Transformation (Fluid 1-Column Stack) */
    .service-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-top: 30px !important;
    }

    .service-card {
        padding-bottom: 25px !important;
    }

    .service-card img {
        height: 180px !important; /* Optimizes image crop area for portrait displays */
        margin-bottom: 15px !important;
    }

    .service-card h3 {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    .service-card p {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    /* Interactive Process Steps (Saves Extreme Vertical Scroll Heights) */
    .process-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-top: 30px !important;
    }

    .process-box {
        display: flex !important;
        align-items: center !important;
        text-align: left !important;
        padding: 20px 15px !important;
        box-shadow: 0 2px 12px rgba(0,0,0,.04) !important;
        gap: 15px;
    }

    .process-number {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 18px !important;
        margin: 0 !important; /* Forces layout tracking to align left side */
        flex-shrink: 0 !important;
    }

    .process-box h3 {
        font-size: 16px !important;
        margin-bottom: 4px !important;
    }

    .process-box p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    /* Conversion Target Call To Action Block */
    .cta h2 {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    .cta p {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }

    /* High-Performance Full-Width Interactive Button */
    .btn {
        display: block !important;
        width: 100% !important;
        text-align: center;
        font-size: 15px !important;
        padding: 14px 20px !important;
        border-radius: 6px !important;
    }
}
/* ==========================================================================
   Floating WhatsApp Interactive Sticky Button
   ========================================================================== */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}

/* Mobile Devices Adjustment */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 52px;
        height: 52px;
        bottom: 20px;
        right: 20px;
        font-size: 26px;
    }
}