/* ===== 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; }

.search-quote { display: flex; flex-direction: column; align-items: flex-end; }

.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;
}

/* ===== LANGUAGE BADGE ===== */
.lang-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f0f4ff;
    border: 1px solid #c5d2f6;
    color: #3b5bdb;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.2px;
    margin-top: 6px;
    white-space: nowrap;
}
.lang-badge i { font-size: 10px; }

/* ===== 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;
}

/* ===== LANGUAGE SWITCHER ===== */
.nav-lang-switcher {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
}

.nav-lang-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border: 1.5px solid #e0e8ec;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #0D405F !important;
    background: #fff;
    white-space: nowrap;
    user-select: none;
}

.nav-lang-btn:hover {
    border-color: #00b388;
    color: #00b388 !important;
}

.nav-lang-drop {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: #fff;
    border: 1px solid #e8edf0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    min-width: 130px;
    z-index: 9999;
    overflow: hidden;
}

.nav-lang-drop.open,
.nav-lang-switcher:focus-within .nav-lang-drop {
    display: block;
}

.nav-lang-btn:focus {
    outline: none;
}

.nav-lang-drop a {
    display: block;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #0D405F !important;
    text-decoration: none;
}

.nav-lang-drop a:hover {
    background: #f5faff;
    color: #00b388 !important;
}

/* ===== DASHBOARD SIDEBAR ===== */
.navbar {
    background-color: #1C1D1D !important;
    border-radius: 10px !important;
}
.navbar .nav-link,
.navbar .nav-link:visited {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 23px !important;
}
.navbar .nav-link:hover {
    color: #00D299 !important;
}
.navbar .vl {
    color: #00D299 !important;
    font-size: 25px !important;
}

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