:root {
    --bls-blue-900: #043f8b;
    --bls-blue-700: #005fbc;
    --bls-blue-500: #1f7ddb;
    --bls-green-700: #0b8f67;
    --bls-green-500: #18b889;
    --bls-ink: #0f1f31;
    --bls-muted: #5e6d7d;
    --bls-soft: #f3f8ff;
    --bls-white: #ffffff;
    --bls-radius-lg: 20px;
    --bls-radius-md: 14px;
    --bls-shadow: 0 16px 40px rgba(4, 63, 139, 0.14);
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
    color: var(--bls-ink);
    background: linear-gradient(180deg, #f7fbff 0%, #edf7f2 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Cambria, "Palatino Linotype", "Book Antiqua", serif;
    color: #0a2d57;
}

a {
    color: var(--bls-blue-700);
}

a:hover {
    color: var(--bls-green-700);
}

main {
    margin-top: 92px;
}

.section-title-modern {
    margin-bottom: 36px;
}

.section-title-modern .eyebrow {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 100px;
    background: rgba(11, 143, 103, 0.14);
    color: var(--bls-green-700);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.section-title-modern h2 {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.section-title-modern p {
    color: var(--bls-muted);
    margin-bottom: 0;
    max-width: 720px;
}

.bls-header {
    background: rgba(1, 42, 94, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 24px rgba(0, 39, 87, 0.18);
    transition: all 0.3s ease;
}

.bls-header.sticked,
.bls-header.header-scrolled {
    background: rgba(1, 36, 80, 0.94);
}

.bls-brand {
    gap: 10px;
}

.bls-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.96rem;
    color: var(--bls-white);
    background: linear-gradient(145deg, var(--bls-blue-500), var(--bls-green-500));
    box-shadow: 0 10px 20px rgba(0, 95, 188, 0.4);
}

.bls-brand-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
    color: var(--bls-white);
}

.bls-brand-text strong {
    color: var(--bls-white);
    font-size: 0.96rem;
    letter-spacing: 0.03em;
}

.bls-brand-text small {
    font-size: 0.72rem;
    opacity: 0.9;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

#navbar ul li a {
    font-weight: 600;
    letter-spacing: 0.01em;
}

#navbar a.get-a-quote.bls-login-btn {
    background: linear-gradient(140deg, var(--bls-green-700), var(--bls-blue-700));
    border-radius: 999px;
    border: 0;
}

#navbar a.get-a-quote.bls-login-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(11, 143, 103, 0.35);
}

.bls-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0 48px;
    min-height: 72vh;
    background:
        radial-gradient(circle at 10% 20%, rgba(24, 184, 137, 0.3), transparent 35%),
        radial-gradient(circle at 90% 10%, rgba(31, 125, 219, 0.35), transparent 35%),
        linear-gradient(155deg, #042f69 0%, #015ba8 52%, #088e68 100%);
}

.bls-hero::before {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 320px;
    height: 320px;
    border-radius: 42% 58% 70% 30% / 44% 51% 49% 56%;
    background: rgba(255, 255, 255, 0.1);
    animation: bls-float 12s ease-in-out infinite;
}

.bls-hero-content {
    position: relative;
    z-index: 3;
}

.bls-hero h1 {
    color: var(--bls-white);
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.15;
    margin-bottom: 18px;
}

.bls-hero p {
    color: rgba(255, 255, 255, 0.92);
    max-width: 660px;
    margin-bottom: 24px;
}

.bls-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.bls-btn-primary,
.bls-btn-outline {
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.bls-btn-primary {
    background: linear-gradient(130deg, #19bb8a, #0a7fcb);
    color: var(--bls-white);
    box-shadow: 0 14px 28px rgba(12, 139, 115, 0.24);
}

.bls-btn-primary:hover {
    color: var(--bls-white);
    transform: translateY(-2px);
}

.bls-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--bls-white);
}

.bls-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--bls-white);
}

.bls-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bls-highlight-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--bls-radius-md);
    color: var(--bls-white);
    padding: 16px;
    backdrop-filter: blur(6px);
}

.bls-highlight-card i {
    font-size: 1.4rem;
    color: #8df6d7;
}

.bls-highlight-card h6 {
    color: var(--bls-white);
    margin: 10px 0 4px;
}

.bls-highlight-card p {
    margin: 0;
    font-size: 0.9rem;
}

.bls-counter-card {
    background: var(--bls-white);
    border-radius: 16px;
    border: 1px solid rgba(4, 63, 139, 0.12);
    box-shadow: 0 12px 22px rgba(0, 59, 128, 0.08);
    text-align: center;
    padding: 16px 10px;
}

.bls-counter-value {
    color: var(--bls-blue-700);
    font-weight: 700;
    font-size: 1.5rem;
}

.bls-counter-label {
    margin: 4px 0 0;
    color: var(--bls-muted);
    font-size: 0.86rem;
}

.bls-section {
    padding: 70px 0;
}

.bls-card {
    background: var(--bls-white);
    border: 1px solid rgba(0, 95, 188, 0.12);
    border-radius: var(--bls-radius-lg);
    box-shadow: var(--bls-shadow);
    padding: 22px;
    height: 100%;
    transition: all 0.25s ease;
}

.bls-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(3, 63, 138, 0.17);
}

.bls-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--bls-white);
    font-size: 1.2rem;
    background: linear-gradient(145deg, var(--bls-blue-700), var(--bls-green-700));
}

.bls-card h3,
.bls-card h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.bls-card p {
    color: var(--bls-muted);
}

.bls-media-thumb {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid rgba(0, 95, 188, 0.2);
}

.bls-about-panel {
    background: var(--bls-white);
    border-radius: var(--bls-radius-lg);
    border: 1px solid rgba(11, 143, 103, 0.2);
    box-shadow: var(--bls-shadow);
    padding: 28px;
}

.bls-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bls-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    align-items: start;
}

.bls-list li i {
    color: var(--bls-green-700);
    font-size: 1.1rem;
    margin-top: 4px;
}

.bls-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: var(--bls-green-700);
    background: rgba(24, 184, 137, 0.14);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.bls-team-card {
    background: var(--bls-white);
    border-radius: var(--bls-radius-lg);
    border: 1px solid rgba(0, 95, 188, 0.12);
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(4, 63, 139, 0.12);
    height: 100%;
}

.bls-team-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.bls-team-card-body {
    padding: 18px 18px 20px;
}

.bls-team-card h4 {
    margin-bottom: 4px;
}

.bls-team-role {
    color: var(--bls-green-700);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.bls-news-card {
    background: #082e58;
    border-radius: var(--bls-radius-lg);
    padding: 20px;
    color: #f5faff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 100%;
}

.bls-news-card h4 {
    color: var(--bls-white);
}

.bls-news-card p {
    color: rgba(255, 255, 255, 0.86);
    margin-bottom: 14px;
}

.bls-news-card a {
    color: #80e6c7;
    font-weight: 700;
}

.bls-page-hero {
    position: relative;
    padding: 75px 0 36px;
    background:
        linear-gradient(180deg, rgba(3, 57, 122, 0.95), rgba(8, 126, 95, 0.9)),
        url("/images/new_img/bg1.png") center/cover no-repeat;
}

.bls-page-hero h1,
.bls-page-hero p {
    color: var(--bls-white);
}

.bls-page-hero p {
    opacity: 0.93;
}

.bls-breadcrumb {
    margin-top: 16px;
}

.bls-breadcrumb a {
    color: rgba(255, 255, 255, 0.86);
}

.bls-breadcrumb span {
    color: #bcead8;
}

.bls-contact-card {
    background: var(--bls-white);
    border-radius: var(--bls-radius-lg);
    padding: 22px;
    box-shadow: var(--bls-shadow);
    border: 1px solid rgba(4, 63, 139, 0.13);
    height: 100%;
}

.bls-contact-card i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 95, 188, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bls-blue-700);
    margin-bottom: 8px;
}

.bls-contact-form {
    background: var(--bls-white);
    border-radius: var(--bls-radius-lg);
    box-shadow: var(--bls-shadow);
    border: 1px solid rgba(11, 143, 103, 0.18);
    padding: 24px;
}

.bls-contact-form .form-control {
    border-radius: 12px;
    border: 1px solid rgba(15, 31, 49, 0.16);
    padding: 12px 14px;
}

.bls-contact-form .form-control:focus {
    border-color: var(--bls-blue-500);
    box-shadow: 0 0 0 0.2rem rgba(31, 125, 219, 0.2);
}

.bls-map-wrap {
    overflow: hidden;
    border-radius: var(--bls-radius-lg);
    box-shadow: var(--bls-shadow);
    border: 1px solid rgba(0, 95, 188, 0.14);
}

.bls-footer {
    background: linear-gradient(180deg, #062954 0%, #041a36 100%);
    color: rgba(255, 255, 255, 0.9);
    padding-top: 56px;
}

.bls-footer .footer-links ul li,
.bls-footer .footer-links ul li:first-child {
    border: 0;
    padding: 0 0 10px;
}

.bls-footer .footer-links h4,
.bls-footer h4,
.bls-footer .copyright,
.bls-footer .credits {
    color: #ffffff;
}

.bls-footer a {
    color: #bcead8;
}

.bls-footer a:hover {
    color: #74d7ff;
}

.bls-footer-brand .bls-brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.bls-empty-state {
    text-align: center;
    padding: 28px 18px;
    border: 1px dashed rgba(4, 63, 139, 0.2);
    border-radius: var(--bls-radius-md);
    color: var(--bls-muted);
    background: #f7fbff;
}

[data-bls-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-bls-reveal].bls-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes bls-float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-18px) rotate(10deg);
    }
}

@media (max-width: 1199px) {
    #navbar {
        background: rgba(6, 41, 85, 0.98);
        border-radius: 12px;
    }
}

@media (max-width: 991px) {
    main {
        margin-top: 78px;
    }

    .bls-hero {
        padding-top: 56px;
    }

    .bls-highlight-grid {
        grid-template-columns: 1fr;
    }

    .bls-team-card img {
        height: 210px;
    }
}

@media (max-width: 575px) {
    .bls-hero-actions {
        width: 100%;
    }

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

    .section-title-modern h2 {
        font-size: 1.7rem;
    }
}
