body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#f4f4f4;
}

header{
    background:#0b3d91;
    color:white;
    text-align:center;
    padding:30px;
}

nav{
    background:#222;
    padding:15px;
    text-align:center;
}

nav a{
    color:white;
    margin:15px;
    text-decoration:none;
}

.hero{
    padding:40px;
    text-align:center;
    background:white;
}

.services{
    padding:30px;
    text-align:center;
}

.box{
    display:inline-block;
    width:250px;
    margin:15px;
    padding:20px;
    background:white;
    box-shadow:0 0 10px #ccc;
}

.contact{
    background:#0b3d91;
    color:white;
    text-align:center;
    padding:30px;
}

footer{
    background:#222;
    color:white;
    text-align:center;
    padding:15px;
}
.about{
    background:white;
    padding:40px;
    text-align:center;
}

.why{
    padding:30px;
    text-align:center;
}

.whatsapp{
    position:fixed;
    right:20px;
    bottom:20px;
    background:#25D366;
    color:white;
    padding:15px 20px;
    border-radius:30px;
    text-decoration:none;
    font-weight:bold;
}
header{
    background:#0b3d91;
    color:white;
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo h1{
    margin:0;
}

.hero{
    padding:70px 20px;
    text-align:center;
    background:white;
}

.call-btn{
    display:inline-block;
    background:#0b3d91;
    color:white;
    padding:12px 30px;
    text-decoration:none;
    border-radius:5px;
}

.contact-form{
    background:white;
    padding:40px;
    text-align:center;
}

.contact-form input,
.contact-form textarea{
    width:80%;
    padding:12px;
    margin:10px;
}

.contact-form textarea{
    height:100px;
}

.contact-form button{
    background:#0b3d91;
    color:white;
    padding:12px 30px;
    border:0;
}
.service-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}

.service-card{
    width:280px;
    background:white;
    padding:25px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 0 10px #ccc;
}

.service-card h3{
    color:#0b3d91;
}
.hero{
    background:#f5f8ff;
    padding:80px 20px;
    text-align:center;
}

.hero h1{
    font-size:40px;
    color:#0b3d91;
}

.hero p{
    font-size:18px;
    margin:20px;
}

.btn-call,
.btn-whatsapp{
    display:inline-block;
    padding:12px 25px;
    margin:10px;
    border-radius:5px;
    text-decoration:none;
    color:white;
}

.btn-call{
    background:#0b3d91;
}

.btn-whatsapp{
    background:#25D366;
}
.about{
    background:white;
    padding:40px;
    text-align:center;
}

.about h2,
.why h2{
    color:#0b3d91;
    font-size:30px;
}

.about p{
    max-width:900px;
    margin:15px auto;
    line-height:1.6;
}

.why{
    padding:40px;
    text-align:center;
}
.contact-form{
    background:white;
    padding:40px 20px;
    text-align:center;
}

.contact-form form{
    max-width:500px;
    margin:auto;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    box-sizing:border-box;
    padding:12px;
    margin:10px 0;
    border:1px solid #ccc;
    border-radius:5px;
    font-size:16px;
}

.contact-form textarea{
    height:120px;
    resize:none;
}

.contact-form button{
    background:#0b3d91;
    color:white;
    padding:12px 35px;
    border:none;
    border-radius:5px;
    cursor:pointer;
    font-size:16px;
}

.contact-form button:hover{
    background:#06265f;
}
.logo h1{
    font-size:32px;
    margin:0;
}

.logo p{
    margin-top:8px;
    font-size:16px;
}

.top-contact{
    text-align:right;
    font-size:14px;
}

@media(max-width:700px){

header{
    flex-direction:column;
    text-align:center;
}

.top-contact{
    text-align:center;
    margin-top:15px;
}

.logo h1{
    font-size:26px;
}

}
.hero-banner{
    min-height:450px;
    background:
    linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),
    url('assets/images/tech-banner.jpg');

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:white;
}

.hero-content h1{
    font-size:45px;
}

.hero-content h2{
    font-size:30px;
}

.hero-content p{
    font-size:18px;
    margin:20px;
}

.btn-remote{
    display:inline-block;
    background:#6f42c1;
    color:#fff;
    padding:12px 24px;
    margin-left:10px;
    border-radius:5px;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s;
}

.btn-remote:hover{
    background:#5a32a3;
    color:#fff;
}
.charges-box{
    background:#f8f9fa;
    border-left:5px solid #007bff;
    padding:20px;
    margin-bottom:20px;
    border-radius:8px;
}

.charges-box h3{
    margin-top:0;
    color:#007bff;
}

.info-box{
    background:#eef7ff;
    border-left:5px solid #28a745;
    padding:20px;
    margin-bottom:20px;
    border-radius:8px;
}

.info-box h3{
    margin-top:0;
    color:#28a745;
}
.branch-highlight{
    background:rgba(255,255,255,0.15);
    padding:20px;
    border-radius:15px;
    margin-top:20px;
    color:white;
    max-width:400px;
    border:1px solid rgba(255,255,255,0.4);
}

.branch-highlight h3{
    margin-bottom:10px;
    font-size:22px;
}

.branch-highlight p{
    margin:8px 0;
}
.branch-highlight{
    margin:20px auto;
    padding:15px;
    max-width:450px;
    background:rgba(255,255,255,0.15);
    border-radius:12px;
    border:1px solid #fff;
}

.branch-highlight h3{
    margin-bottom:15px;
}

.branch-highlight hr{
    margin:15px 0;
}
nav a{
    display:inline-block;
    padding:12px 18px;
    margin:0 5px;
    font-size:14px;
    color:white;
    text-decoration:none;
    font-weight:bold;
}

nav a:hover{
    background:#0066ff;
    border-radius:5px;
}
nav{
    padding:10px 0;
    text-align:center;
}
/* ===== FINAL BUTTON & MOBILE FIX ===== */

.btn-call,
.btn-whatsapp,
.btn-remote,
.call-btn{
    display:inline-block !important;
    visibility:visible !important;
    opacity:1 !important;
    padding:14px 30px;
    margin:10px;
    border-radius:6px;
    text-decoration:none;
    color:white;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;
}


/* Call Button */
.btn-call,
.call-btn{
    background:#0b3d91;
}


/* WhatsApp Button */
.btn-whatsapp{
    background:#25D366;
}


/* Remote Support Button */
.btn-remote{
    background:#6f42c1;
}


/* Hover Effect */
.btn-call:hover,
.call-btn:hover{
    background:#06265f;
}

.btn-whatsapp:hover{
    background:#128c7e;
}

.btn-remote:hover{
    background:#5a32a3;
}


/* Branch Box Fix */
.branch-highlight{
    display:block;
    margin:20px auto;
}


/* Mobile Design Fix */
@media(max-width:700px){

    header{
        flex-direction:column;
    }

    nav a{
        display:inline-block;
        padding:10px;
        margin:3px;
        font-size:13px;
    }


    .hero-banner{
        min-height:500px;
        padding:20px;
    }


    .hero-content h1{
        font-size:30px;
    }


    .hero-content h2{
        font-size:24px;
    }


    .hero-content p{
        font-size:16px;
    }


    .btn-call,
    .btn-whatsapp,
    .btn-remote,
    .call-btn{
        display:block !important;
        width:80%;
        margin:12px auto;
        text-align:center;
    }


    .service-card,
    .box{
        width:85%;
        margin:15px auto;
    }

}
