body { font-family: 'Segoe UI', system-ui; }
.top-contact {
    font-size:14px;
    padding-top: 6px;
    text-align: right;
}
.top-contact span{ margin-left:10px;}
.top-contact a {
    color: #e31e24;
    text-decoration: none;
    margin-left: 5px;
}
.navbar-brand{ padding-top:0;}
.navbar-brand img { max-height: 50px; }
.footer { background: #1e2a3e; color: #cbd5e1; padding: 2rem 0; margin-top: 3rem; }
.footer a { color: #ffffff; text-decoration: none; }
.footer a:hover { color: #e31e24; }
.whatsapp-float { position: fixed; bottom: 20px; right: 20px; z-index: 1000; }
.whatsapp-float img { width: 60px; transition: transform 0.2s; }
.whatsapp-float img:hover { transform: scale(1.1); }
@media (max-width: 768px) { .whatsapp-float img { width: 50px; } }

.left-sidebar{ padding:20px; background:#ff6700;border: 1px solid #db5800;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    -o-box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);color:#fff;}
.left-sidebar .sidebar-title {
    font-size: 16px; color:#fff;
}
.left-sidebar .sidebar-title i {
    width: 20px;
}
.service-menu ul {
    padding-left: 0;
}
.service-menu li {

    padding: 8px 0; list-style: none; 
}
.service-menu li a {
    text-decoration: none;
    color: #333; height: 35px; line-height: 35px;
    transition: 0.2s;    font-weight: bold;font-size:14px;
    border: 1px solid #ccc; display:block;padding-left:30px; background: #fff;
}
.service-menu li a:hover {
    color: #ff6700;
}
.sub-service-list {
    padding-left: 20px;
    margin-top: 5px;
}
.sub-service-list li {
    padding: 4px 0;
}
.sub-service-list li a {
    font-size: 0.9rem;
    color: #fff;border: 0; background:none;height: 25px; line-height: 25px;
}
.sub-service-list li a:hover{ color:#fff;}
.contact-info p {
    margin-bottom: 0.5rem;
}


.right-content .map-area iframe {
    border-radius: 8px;
}

.banner{ width:100%; max-width:1320px; margin:0 auto;}
.banner img{ width:100%;}
.single-content{ margin-left:10px; border:1px solid #ddd; padding:15px;}
.single-content img{ max-width:100%;}
.page-title{ border-bottom:1px solid #ddd; padding-bottom:10px;}
.page-title h1{ font-size:18px;}




@media (max-width: 768px) {
    .left-sidebar {display:none;}
    
    .single-content{ margin:0;}
    .navbar-light .navbar-toggler{ position:fixed; right:10px;top:20px;}
}


