body{
    background:#ffffff;
    color:#111;
    font-family:Arial, sans-serif;
}

.navbar{
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
}

.navbar .nav-link{
    color:#111 !important;
}

.navbar .nav-link:hover{
    color:#007bff !important;
}

/*.hero,*/
/*.about-hero{*/
/*    background:linear-gradient(to right,#003366,#0059b3,#007bff);*/
/*    padding:100px 0;*/
/*    color:white;*/
/*}*/

/*.hero h1,*/
/*.about-hero h1{*/
/*    font-size:55px;*/
/*    font-weight:bold;*/
/*}*/

/*.hero p,*/
/*.about-hero p{*/
/*    font-size:22px;*/
/*    color:#eaf4ff;*/
/*}*/

.hero,
.about-hero{
    background:linear-gradient(to right,#003366,#0059b3,#007bff);
    padding:60px 0; /* Reduced from 100px 0 */
    color:white;
}

.hero h1,
.about-hero h1{
    font-size:55px;
    font-weight:bold;
    margin-bottom:15px;
    line-height:1.1;
}

.hero p,
.about-hero p{
    font-size:22px;
    color:#eaf4ff;
    margin-bottom:0;
}

/* Tablet */
@media (max-width: 991px){
    .hero,
    .about-hero{
        padding:45px 0;
    }

    .hero h1,
    .about-hero h1{
        font-size:42px;
    }

    .hero p,
    .about-hero p{
        font-size:20px;
    }
}

/* Mobile */
@media (max-width: 768px){
    .hero,
    .about-hero{
        padding:35px 0;
    }

    .hero h1,
    .about-hero h1{
        font-size:32px;
    }

    .hero p,
    .about-hero p{
        font-size:18px;
    }
}




.btn-primary{
    background:#007bff;
    border:none;
}

.section-title,
.categories-title{
    color:#007bff;
    font-weight:700;
}

.section-title{
    margin-bottom:30px;
}

.categories-section,
.contact-section{
    background:#f8f9fa;
    padding:70px 0;
}

.categories-title{
    text-align:center;
    font-size:42px;
    margin-bottom:45px;
}

.category-box,
.contact-box,
.about-box,
.value-box{
    background:#ffffff;
    border:1px solid #dce7f5;
    border-radius:20px;
    transition:0.4s ease;
    box-shadow:0 8px 22px rgba(0,0,0,0.06);
    color:#111;
}

.category-box{
    min-height:250px;
    padding:25px 18px;
    text-align:center;
    height:100%;
}

.category-box:hover,
.contact-box:hover,
.value-box:hover{
    transform:translateY(-8px);
    border-color:#007bff;
    box-shadow:0 12px 30px rgba(0,123,255,0.18);
}

.category-icon,
.contact-icon{
    width:75px;
    height:75px;
    border:2px solid #007bff;
    border-radius:50%;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:#007bff;
    background:#eef6ff;
}

.category-box h3,
.contact-box h3{
    font-size:26px;
    font-weight:700;
    color:#111;
    margin-bottom:12px;
}

.category-line{
    width:55px;
    height:3px;
    background:#007bff;
    margin:0 auto 15px;
    border-radius:20px;
}

.category-box p,
.value-box p,
.about-box p{
    color:#555;
}

.category-box p{
    font-size:18px;
    line-height:1.4;
    margin-bottom:0;
}

.contact-box{
    padding:35px 20px;
    text-align:center;
    height:100%;
}

.contact-box a{
    color:#333;
    display:block;
    max-width:100%;
    word-break:break-word;
    overflow-wrap:anywhere;
    font-size:18px;
    text-decoration:none;
}

.contact-box a:hover{
    color:#007bff;
}

.about-box{
    padding:40px;
}

.about-box p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:22px;
}

.highlight{
    color:#007bff;
    font-weight:bold;
}

.value-box{
    padding:30px 20px;
    text-align:center;
    height:100%;
}

.value-box i{
    font-size:38px;
    color:#007bff;
    margin-bottom:15px;
}

.value-box h4{
    color:#111;
}

.site-footer{
    background:#f1f5f9;
    padding:70px 0 55px;
    color:#555;
    border-top:1px solid #dce7f5;
}

.footer-links{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:28px;
}

.footer-links a,
.footer-policy a{
    color:#555;
    text-decoration:none;
    font-size:17px;
    letter-spacing:1px;
}

.footer-links a:hover,
.footer-policy a:hover{
    color:#007bff;
}

.footer-copy{
    margin-top:45px;
    margin-bottom:12px;
    font-size:15px;
    letter-spacing:1px;
}

.footer-policy span{
    margin:0 10px;
    color:#999;
}

.footer-slogan{
    color:#007bff;
    font-size:14px;
    letter-spacing:3px;
    margin-top:18px;
}


/* Footer Company Details - Single Line */
.footer-company-details{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #dce7f5;
    color:#666;
    font-size:15px;
    line-height:1.8;
}

.footer-company-details strong{
    color:#111;
    font-weight:600;
}

.footer-separator{
    margin:0 12px;
    color:#999;
    font-weight:400;
}

/* Mobile */
@media (max-width: 576px){
    .footer-company-details{
        font-size:14px;
        line-height:1.6;
    }

    .footer-separator{
        margin:0 8px;
    }
}


.whatsapp-float{
    position:fixed;
    bottom:18px;
    right:18px;
    width:58px;
    height:58px;
    background:#25D366;
    color:white;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 8px 18px rgba(0,0,0,0.25);
    transition:0.3s ease;
}

.whatsapp-float:hover{
    transform:scale(1.08);
    color:white;
    background:#20ba5a;
}

.custom-input{
    background:#ffffff;
    border:1px solid #cfd8e3;
    color:#111;
    padding:14px;
    border-radius:12px;
}

.custom-input:focus{
    background:#ffffff;
    color:#111;
    border-color:#007bff;
    box-shadow:0 0 12px rgba(0,123,255,0.25);
}

.custom-input::placeholder{
    color:#888;
}

.form-label{
    color:#333;
    font-weight:600;
}
.whatsapp-btn{
    display:inline-block;
    background:#25D366;
    color:#fff;
    padding:14px 25px;
    border-radius:10px;
    font-size:18px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.whatsapp-btn i{
    margin-right:8px;
}

.whatsapp-btn:hover{
    background:#20ba5a;
    color:#fff;
    transform:translateY(-2px);
}