body {
    font-family: 'Segoe UI', sans-serif;
    color: #222;
    line-height: 1.8;
}

.topbar {
    background: #8B0000;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.navbar {
    background: orangered;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.nav-item:hover .nav-link {
    color: orangered !important;
    background: white;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: white !important;
}

.nav-item .nav-link {
    font-weight: 600;
    color: white !important;
}

.hero-section {
    background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65)), url('/img/banner1.png');
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    color: #fff;
}

    .hero-section h1 {
        font-size: 54px;
        font-weight: 800;
    }

    .hero-section p {
        font-size: 20px;
    }

.btn-main {
    background: #ff9800;
    color: #fff;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 700;
    border: none;
}

.section-title {
    font-size: 40px;
    font-weight: 800;
    color: #8B0000;
    margin-bottom: 20px;
}

.service-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

    .service-box:hover {
        transform: translateY(-8px);
    }

    .service-box i {
        font-size: 50px;
        color: #8B0000;
        margin-bottom: 20px;
    }

footer {
    background: #111;
    color: #fff;
    padding: 60px 0 20px;
}

    footer h5 {
        color: #ff9800;
        margin-bottom: 20px;
    }

    footer p a {
        color: #fff;
        text-decoration: none;
    }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
}

.page-banner {
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('/images/page-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

    .page-banner h1 {
        font-size: 50px;
        font-weight: 800;
    }

.content-section {
    padding: 80px 0;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    z-index: 999;
    line-height: 60px;
}

.h2 {
    background-color: orangered;
    color: white !important;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}