
.navbar {
    background: #fff;
}

.navbar-brand img {
    max-height: 30px;
}

.nav-link {
    font-size: 17px;
    margin: 0 10px;
}

.nav-link:hover {
    color: #0954c5 !important;
}

.btn-primary {
    background: #0954c5;
    border-color: #0954c5;
}

.btn-primary:hover {
    background: #0b4db0;
    border-color: #0b4db0;
}

@media (max-width:991px){

    .navbar-nav{
        margin:25px 0;
        text-align:center;
    }

    .btn-primary{
        width:100%;
        justify-content:center;
    }

}

.hero-area {

background: linear-gradient(135deg, #0d6efd, #053b8f);


    color: #fff;
    padding: 90px 0;
}

.hero-area h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
}

.hero-area p {
    font-size: 19px;
    color: #eef4ff;
}

.hero-badge,
.section-badge {
    display: inline-block;
    background: #ffc107;
    color: #111;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-card {
    position: relative;
}

.call-box {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: #fff;
    color: #111;
    padding: 18px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.call-box a {
    display: block;
    color: #0d6efd;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
}

.section-title {
    font-weight: 800;
}

.service-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    transition: .2s;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.service-box img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}

.service-box h3 {
    font-size: 22px;
    font-weight: 800;
}

.service-box a {
    color: #0d6efd;
    font-weight: 700;
    text-decoration: none;
}

.seo-content h2 {
    font-weight: 800;
}

.step-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 25px;
    height: 100%;
    text-align: center;
}

.step-box span {
    width: 46px;
    height: 46px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 15px;
}

.step-box h4 {
    font-weight: 800;
}

.cta-section {
    background: #111827;
    color: #fff;
    padding: 70px 0;
}

.cta-section h2 {
    font-weight: 800;
}

.cta-section p {
    color: #d1d5db;
    font-size: 18px;
}

@media (max-width: 768px) {
    .hero-area {
        padding: 55px 0;
        text-align: center;
    }

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

    .hero-area p {
        font-size: 17px;
    }

    .call-box {
        position: static;
        margin-top: 15px;
    }
}