/* ===== RESET & BASE ===== */
body {
    font-family: 'Inter', -apple-system, sans-serif !important;
    background: #ffffff !important;
    color: #0D405F !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, sans-serif !important;
    color: #0D405F !important;
    letter-spacing: -0.5px !important;
}

a { color: #0D405F !important; }
a:hover { color: #00b388 !important; }

/* ===== HEADER ===== */
.header-top-area { display: none !important; }

.header-bottom-area {
    background: #ffffff !important;
    border-bottom: 1px solid #e8edf0 !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06) !important;
    max-height: none !important;
    padding: 0 !important;
}

.logo { padding: 12px 0 !important; }

.menu ul li a {
    color: #0D405F !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.menu ul li a:hover,
.menu ul li:hover > a { color: #00b388 !important; }

.menu ul li .drop {
    background: #ffffff !important;
    border: 1px solid #e8edf0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1) !important;
}

.menu ul li .drop li > a {
    color: #0D405F !important;
    font-size: 14px !important;
}

.menu ul li .drop li:hover > a { color: #00b388 !important; }

.sq-quote .martence-button,
.martence-button,
.martence-button.active {
    background: #00b388 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    padding: 10px 22px !important;
}

.martence-button:hover,
.martence-button.active:hover {
    background: #009973 !important;
    color: #ffffff !important;
}

.martence-button::before,
.martence-button.active::before { display: none !important; }

/* ===== FOOTER ===== */
footer { background: #0D405F !important; }
.footer-bottom-area { background: #081f2f !important; }
.footer-widget .title { color: #ffffff !important; }
.fw-contact .info li { color: #a0b8c8 !important; }
.fw-contact .info li span { color: #00b388 !important; }
.copyright p { color: #a0b8c8 !important; }
.fb-link li a { color: #a0b8c8 !important; }
.fb-link li a:hover { color: #00b388 !important; }
.fw-info .social-title { color: #ffffff !important; }
.fw-info .social li a {
    background: rgba(255,255,255,0.1) !important;
    color: #a0b8c8 !important;
}
.fw-info .social li a:hover {
    background: #00b388 !important;
    color: #ffffff !important;
}

/* ===== TESTIMONIALS ===== */
.testimonial-area { background: #f4f8fb !important; }
.testimonial-area::before { display: none !important; }
.section-title .title { color: #0D405F !important; }
.section-title.color-white .title { color: #0D405F !important; }
.section-title.color-white .text { color: #4a6a7a !important; }
.single-testimonial .text {
    background: #ffffff !important;
    border: 1px solid #e0edf2 !important;
    box-shadow: none !important;
    color: #2a4a5a !important;
    border-radius: 12px !important;
}
.single-testimonial .text::after { border-color: #ffffff transparent transparent !important; }
.single-testimonial .author .details .name { color: #0D405F !important; }
.single-testimonial .author .details .desg { color: #7a9aaa !important; }

/* ===== SERVICES ===== */
.service-area { background: #f4f8fb !important; }
.single-service-2 .content .title { color: #0D405F !important; }
.service-info .title { color: #0D405F !important; }

/* ===== WELCOME ===== */
.welcome-area { background: #ffffff !important; }
.single-service .content .title { color: #0D405F !important; }

/* ===== LIST BULLETS ===== */
.list_bullet_main li::before { color: #00b388 !important; }
.list_bullet_sub li::before { color: #00b388 !important; }

/* ===== BLOG CONTENT LIST ITEMS ===== */
.blogContent .content li {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: 1.6 !important;
}

/* ===== GOOGLE FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');