﻿.hero-section {
    padding: 180px 0 100px;
    background: #f4f8ff;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    color: #0a3d91;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    color: #52637a;
    line-height: 32px;
}

.hero-btn {
    margin-top: 30px;
}

.btn-default {
    background: #0d6efd;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
}

.btn-outline {
    border: 2px solid #0d6efd;
    color: #0d6efd;
    padding: 12px 26px;
    border-radius: 10px;
    text-decoration: none;
    margin-left: 12px;
}

.service-box {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

    .service-box img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .service-box h4 {
        padding: 20px 20px 10px;
    }

    .service-box p {
        padding: 0 20px;
    }

.inner-banner {
    padding: 170px 0 90px;
    background: #0a3d91;
    text-align: center;
}

    .inner-banner h1 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
    }

.about-page,
.contact-page,
.services-section,
.home-about {
    padding: 90px 0;
}

/* INNER BANNER */
.inner-banner {
    padding: 180px 0 90px;
    background: linear-gradient(rgba(4,24,66,.78),rgba(4,24,66,.78)), url('https://images.unsplash.com/photo-1505751172876-fa1923c5c528?q=80&w=1600&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    text-align: center;
}

    .inner-banner h1 {
        color: #fff;
        font-size: 56px;
        font-weight: 800;
    }

/* ABOUT */
.about-page {
    padding: 100px 0;
    background: #fff;
}

    .about-page img {
        border-radius: 24px;
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

.section-title h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0a3d91;
    margin-bottom: 24px;
}

.section-title p {
    font-size: 18px;
    line-height: 34px;
    color: #5f6f89;
}

/* INFO BOX */
.info-box {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    box-shadow: 0 8px 28px rgba(0,0,0,.06);
    height: 100%;
}

    .info-box h3 {
        font-size: 28px;
        color: #0a3d91;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .info-box p,
    .info-box li {
        font-size: 17px;
        line-height: 32px;
        color: #5f6f89;
    }

/* CONTACT */
.contact-page {
    padding: 100px 0;
    background: #f7faff;
}

.contact-info {
    background: #0a3d91;
    padding: 40px;
    border-radius: 28px;
    color: #fff;
    height: 100%;
}

.contact-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 30px;
}

.contact-info h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 17px;
    line-height: 32px;
    color: rgba(255,255,255,.82);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 600;
}

    .contact-item i {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        background: rgba(255,255,255,.12);
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* FORM */
.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 28px;
    box-shadow: 0 12px 40px rgba(0,0,0,.05);
}

    .contact-form-box .form-control {
        height: 58px;
        border-radius: 12px;
        border: 1px solid #d9e4f2;
        font-size: 15px;
        padding: 14px 18px;
    }

    .contact-form-box textarea.form-control {
        height: auto;
    }

    .contact-form-box .form-control:focus {
        box-shadow: none;
        border-color: #0d6efd;
    }

/* BUTTON */
.btn-default {
    background: linear-gradient(135deg,#0a3d91,#0d6efd);
    color: #fff;
    border: none;
    padding: 15px 34px;
    border-radius: 12px;
    font-weight: 600;
}

/* MOBILE */
@media(max-width:991px) {

    .inner-banner {
        padding: 150px 0 70px;
    }

        .inner-banner h1 {
            font-size: 38px;
        }

    .section-title h2 {
        font-size: 34px;
    }

    .contact-info {
        margin-bottom: 30px;
    }
}
