:root {
    --accent: #1e7ae3ff;
    --dark: #0b2140;
    --muted: #6c757d
}

body {
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    color: var(--dark);
}

.btn-primary , .btn-outline-primary:hover{
    background-color: var(--dark);
}

.btn-outline-primary{
    color: var(--dark);
    border-color: var(--dark);
}

.btn-outline-primary:hover{
    background-color: var(--accent);
}

.btn-primary:hover {
    background-color: var(--accent);
    border-color: var(--accent);
}


.text-primary {
    color: var(--accent) !important;
}

/* Navbar */
.navbar-brand {
    font-weight: 700;
    letter-spacing: 0.4px
}

.logo-mark {
    height: 44px;
    width: 44px;
    border-radius: 10px;
    display: inline-block;
    background: linear-gradient(135deg, var(--accent), #2dd4bf);
    box-shadow: 0 6px 18px rgba(31, 182, 164, 0.18);
    margin-right: 12px
}

/* Banner */
.hero {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('assets/banner.jpg') center/cover no-repeat;
    color: #fff;
    padding: 96px 0
}

.hero .lead {
    font-size: 1.05rem;
    opacity: 0.95
}

.hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.02
}

.hero .cta {
    background: var(--accent);
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 700
}

/* About */
.about-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(11, 33, 64, 0.06);
    padding: 28px
}

/* Services zig-zag */
.service-item {
    padding: 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff, #fbfdfe);
    box-shadow: 0 8px 24px rgba(11, 33, 64, 0.04);
    margin-bottom: 24px
}

.service-img {
    height: 350px;
    width: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.service-title {
    font-weight: 700;
    color: var(--dark)
}

/* FAQ Improvements */
.faq-section {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f8ff 100%);
    padding: 80px 0;
}

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(11, 33, 64, 0.08);
    margin-bottom: 20px;
    border: 1px solid rgba(31, 182, 164, 0.1);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(11, 33, 64, 0.15);
}

.faq-header {
    padding: 24px;
    cursor: pointer;
    border-bottom: 1px solid rgba(31, 182, 164, 0.1);
    position: relative;
}

.faq-header:hover {
    background: rgba(31, 182, 164, 0.02);
}

.faq-header h5 {
    margin: 0;
    color: var(--dark);
    font-weight: 600;
    padding-right: 30px;
}

.faq-toggle {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.faq-toggle.active {
    transform: translateY(-50%) rotate(45deg);
}

.faq-content {
    padding: 0 24px 24px;
    color: var(--muted);
    line-height: 1.6;
}

/* Policy Cards */
.policy-section {
    background: #ffffff;
    padding: 60px 0;
}

.policy-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(11, 33, 64, 0.08);
    border: 1px solid rgba(31, 182, 164, 0.1);
    height: 100%;
}

.policy-card h4 {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.policy-card h4 i {
    color: var(--accent);
    margin-right: 12px;
    font-size: 1.2em;
}

.policy-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

.policy-expand {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.policy-expand:hover {
    color: var(--dark);
}

.policy-expand i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.policy-expand.active i {
    transform: rotate(180deg);
}

/* Testimonials */
.testimonial {
    background: #fff;
    border-left: 4px solid var(--accent);
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 14px
}

/* Subscribe overlay */
#subscribe {
    background: linear-gradient(135deg, #f8fbff, #eef5ff);
}

#subscribe .card {
    border-radius: 12px;
}

#subscribe h4 {
    font-weight: 700;
}

.overlay-alert {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1080;
    display: none
}

/* Contact Section */
.contact-section {
    background: #f9fbff;
}

.contact-section .card {
    border-radius: 12px;
    transition: 0.3s ease;
}

.contact-section .card:hover {
    transform: translateY(-5px);
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(11, 33, 64, 0.1);
    height: 200px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Footer Improvements */
footer {
    background: linear-gradient(135deg, #071428 0%, #0a1829 100%);
    color: #e2f8f5;
    padding: 60px 0 30px;
}

footer h5,
footer h6 {
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 20px;
}

footer a {
    color: #b8e6e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--accent);
}

footer .list-unstyled li {
    margin-bottom: 8px;
}

.footer-divider {
    border-top: 1px solid rgba(31, 182, 164, 0.2);
    margin: 40px 0 20px;
}

.footer-bottom {
    text-align: center;
    color: #b8e6e1;
    font-size: 0.9rem;
}

/* Small screens */
@media (max-width:767px) {
    .hero {
        padding: 48px 0
    }

    .hero h1 {
        font-size: 1.8rem
    }

    .service-img {
        height: 160px
    }

    .faq-section,
    .policy-section,
    .contact-section {
        padding: 50px 0;
    }

    footer {
        padding: 40px 0 20px;
    }
}