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;
    }

}
footer {
    background:#111;
    color:#fff;
    text-align:center;
    padding:20px;
    font-size:14px;
}

footer p {
    margin:8px 0;
}

footer a {
    color:#00aaff;
    text-decoration:none;
}

footer a:hover {
    text-decoration:underline;
}
header{
    background:#0b3d91;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 30px;
}

.logo{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo img{
    width:70px;
    height:70px;
    object-fit:contain;
}

.logo-text h1{
    margin:0;
    font-size:30px;
    color:#fff;
}

.logo-text p{
    margin:5px 0 0;
    font-size:15px;
    color:#fff;
}

.top-contact{
    text-align:right;
    font-size:16px;
}
header{
    background:#0d47a1;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 30px;
}


.logo{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo a{
    display:flex;
}

.logo img{
    width:90px;
    height:90px;
    object-fit:contain;
}


.logo-text h1{
    margin:0;
    font-size:28px;
    color:#fff;
}

.logo-text p{
    margin:4px 0 0;
    font-size:14px;
    color:#fff;
}

.top-contact{
    text-align:right;
    color:#fff;
}

.top-contact p{
    margin:2px 0;
}

.hero-banner{
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 20px;
    color: #fff;
}

.hero-banner{
    background-image: url("/shjitsolution/assets/images/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
}
.hero-banner{
    background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
                url('/shjitsolution/assets/images/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    color: #fff;
}
.hero-content{
    width:90%;
    max-width:1200px;
}

.hero-content h1{
    font-size:58px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-subtitle{
    font-size:24px;
    margin-bottom:35px;
}

.hero-buttons{
    margin-top:35px;
}
.hero-banner{
    background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
                url('/shjitsolution/assets/images/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#fff;
    padding:60px 20px;
}

.hero-content{
    max-width:1100px;
}

.hero-content h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-subtitle{
    font-size:22px;
    margin-bottom:30px;
    line-height:1.6;
}
.branch-highlight{
    max-width:500px;
    margin:30px auto;
    padding:25px;

    background:rgba(255,255,255,.15);
    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.25);
    border-radius:15px;
}
.hero-buttons{
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.hero-buttons a{
    text-decoration:none;
    padding:14px 28px;
    border-radius:8px;
    color:#fff;
    font-weight:bold;
    transition:.3s;
}

.btn-call{
    background:#ff6600;
}

.btn-whatsapp{
    background:#25D366;
}

.btn-remote{
    background:#0066ff;
}

.hero-buttons a:hover{
    transform:translateY(-3px);
}
.service-card{
    transition:.3s;
    border-radius:12px;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.2);
}
nav{
    position:sticky;
    top:0;
    z-index:9999;
}
header{
    background:#0d47a1;
    padding:15px 40px;
}
.hero-banner{
    background: url('/shjitsolution/assets/images/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-content h1{
    font-size:54px;
    font-weight:700;
    line-height:1.2;
}

.hero-subtitle{
    font-size:22px;
    margin:20px 0 30px;
}
.branch-highlight{
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(15px);
    border-radius:15px;
    padding:25px;
    border:1px solid rgba(255,255,255,.3);
}
nav{
    padding:15px 0;
}
.service-card:hover{
    transform:translateY(-10px);
    transition:.3s;
    box-shadow:0 15px 30px rgba(0,0,0,.2);
}
.hero-banner{
    background-position:center center;
}
.hero-banner{
    background-position:left center;
}
.hero-banner{
    background-position:right center;
}
.hero-content h1{
    color:#fff;
    text-shadow:3px 3px 10px rgba(0,0,0,0.9);
}

.hero-subtitle{
    color:#fff;
    text-shadow:2px 2px 8px rgba(0,0,0,0.9);
}
.hero-banner{
    background:
    linear-gradient(rgba(0,0,0,.30), rgba(0,0,0,.30)),
    url('/shjitsolution/assets/images/banner.png');

    background-size:cover;
    background-position:center;
}
.hero-content{
    display:inline-block;
    background:rgba(0,0,0,.35);
    padding:30px;
    border-radius:15px;
    backdrop-filter:blur(6px);
}
/* YouTube Button */

.btn-youtube{
    display:inline-block;
    background:#ff0000;
    color:#ffffff;
    padding:12px 22px;
    border-radius:5px;
    text-decoration:none;
    font-weight:bold;
    margin-left:10px;
    transition:0.3s;
}

.btn-youtube:hover{
    background:#cc0000;
    color:#ffffff;
}
.btn-youtube{
    display:inline-block;
    background:#ff0000;
    color:#fff !important;
    padding:12px 20px;
    border-radius:6px;
    text-decoration:none;
    font-weight:bold;
    margin-left:10px;
    transition:0.3s ease;
}

.btn-youtube:hover{
    background:#cc0000;
    color:#fff;
    transform:translateY(-2px);
}
.hero-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
    margin-top:25px;
}

.hero-buttons a{
    min-width:180px;
    text-align:center;
}
.hero-buttons .btn-youtube{
    display:inline-flex !important;
    justify-content:center;
    align-items:center;
    min-width:180px;
    height:50px;
    background:#FF0000 !important;
    color:#fff !important;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
    padding:0 20px;
    margin:10px;
}

.hero-buttons .btn-youtube:hover{
    background:#cc0000 !important;
}
.btn-youtube{
    display:inline-block !important;
    background:#ff0000 !important;
    color:#ffffff !important;
    padding:14px 28px !important;
    border-radius:8px !important;
    text-decoration:none !important;
    font-weight:bold !important;
    min-width:180px;
    text-align:center;
}

.btn-youtube:hover{
    background:#cc0000 !important;
    color:#ffffff !important;
}
.hero-buttons a.btn-youtube{
    background:#ff0000 !important;
    color:#ffffff !important;
    padding:14px 28px !important;
    border-radius:8px !important;
    display:inline-block !important;
}
.hero-buttons .btn-call,
.hero-buttons .btn-whatsapp,
.hero-buttons .btn-remote,
.hero-buttons .btn-youtube{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:52px;
    padding:0 25px !important;
    font-size:18px !important;
    font-weight:700;
    border-radius:8px;
    text-decoration:none;
    color:#fff !important;
}

.hero-buttons .btn-youtube{
    background:#ff0000 !important;
}

.hero-buttons .btn-youtube:hover{
    background:#cc0000 !important;
}
.hero-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:nowrap;   /* Ye sabko ek hi line me rakhega */
    margin-top:30px;
}

.hero-buttons a{
    display:flex;
    justify-content:center;
    align-items:center;
    width:220px;
    height:55px;
    font-size:16px;
    font-weight:600;
    border-radius:8px;
    text-decoration:none;
    color:#fff;
    box-sizing:border-box;
}
.hero-buttons a{
    width:220px;
    height:55px;
    display:flex;
    justify-content:center;
    align-items:center;
    white-space:nowrap;     /* Text ko ek line me rakhega */
    font-size:16px;
    font-weight:600;
}
.btn-youtube{
    text-indent:-12px;
}
/* ===========================
   FREE COMPUTER LEARNING CENTER
=========================== */

.youtube-promo{
    padding:70px 20px;
    background:#f8f9fc;
    text-align:center;
}

.youtube-promo h2{
    font-size:36px;
    color:#0d47a1;
    margin-bottom:15px;
}

.youtube-promo p{
    max-width:850px;
    margin:0 auto 35px;
    font-size:18px;
    line-height:1.8;
    color:#555;
}

.youtube-features{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
    max-width:1000px;
    margin:0 auto 40px;
}

.youtube-features div{
    background:#fff;
    padding:18px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.youtube-features div:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.youtube-btn{
    display:inline-block;
    background:#ff0000;
    color:#fff;
    padding:16px 35px;
    border-radius:8px;
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
    transition:.3s;
}

.youtube-btn:hover{
    background:#cc0000;
    transform:scale(1.05);
}
.btn-youtube{
    background:#ff0000 !important;
    color:#fff !important;
    display:inline-flex;
    justify-content:center;
    align-items:center;

    width:400px;      /* Button ki width */
    height:60px;      /* Button ki height */

    font-size:18px;   /* Text size */
    font-weight:bold;
    border-radius:8px;
    text-decoration:none;
}
.btn-youtube{
    width:320px !important;
    height:60px;
    white-space:nowrap;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
}
.hero-buttons a{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:320px;
    height:60px;
    font-size:18px;
    font-weight:bold;
    border-radius:8px;
    text-decoration:none;
    color:#fff;
}
.hero-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.hero-buttons a{
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:220px;
    height:55px;
    padding:0 25px;
    font-size:16px;
    font-weight:bold;
    border-radius:8px;
    text-decoration:none;
    color:#fff;
    white-space:nowrap;
}

.btn-call{
    background:#ff6600;
}

.btn-whatsapp{
    background:#25D366;
}

.btn-remote{
    background:#0066ff;
}

.btn-youtube{
    background:#ff0000;
}
.hero-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.hero-buttons a{
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:220px;
    height:55px;
    padding:0 25px;
    font-size:16px;
    font-weight:bold;
    border-radius:8px;
    text-decoration:none;
    color:#fff;
    white-space:nowrap;
}

.btn-call{
    background:#ff6600;
}

.btn-whatsapp{
    background:#25D366;
}

.btn-remote{
    background:#0066ff;
}

.btn-youtube{
    background:#ff0000;
}

.hero-banner{
    background:
        linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)),
        url('../images/banner.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height:650px;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;

    color:#fff;
    padding:60px 20px;
}
