body {
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.main-header-area {
    background: #fff;
    box-shadow: 0 10px 30px rgba(18, 33, 56, 0.08);
}

@media (min-width: 992px) {
    .main-menu-03 ul li {
        margin-right: 16px;
    }

    .main-menu-03 ul li > a {
        font-size: 15px;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .main-header-area .container {
        max-width: 1360px;
    }
}

.lb-hero {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.lb-slider-area .slider-height {
    min-height: 760px;
}

.lb-slider-slide {
    background-size: cover;
    background-position: center;
}

.lb-slider-area .single-slider::before {
    background: linear-gradient(120deg, rgba(16, 34, 58, 0.88), rgba(38, 72, 114, 0.66));
    opacity: 1;
}

.lb-hero__overlay,
.lb-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(16, 34, 58, 0.88), rgba(38, 72, 114, 0.66));
}

.lb-hero__content,
.lb-highlight-card,
.lb-cta .container {
    position: relative;
    z-index: 2;
}

.lb-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff6d4d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.lb-eyebrow--light {
    color: #ffd7ce;
}

.lb-hero__content h1,
.lb-section-heading h2,
.lb-copy h2,
.lb-cta h2 {
    color: #122138;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 700;
}

.lb-hero__content h1,
.lb-cta h2,
.lb-cta p,
.lb-hero__content p {
    color: #fff;
}

.lb-hero__content p,
.lb-copy p,
.lb-card__body p,
.lb-highlight-card p,
.lb-quote-card p,
.lb-faq__answer,
.lb-cta p {
    font-size: 17px;
    line-height: 1.8;
}

.lb-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.lb-highlight-card {
    padding: 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 50px rgba(10, 24, 41, 0.18);
}

.lb-highlight-card h4 {
    color: #122138;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.lb-highlight-card ul {
    margin: 20px 0 0;
    padding-left: 18px;
    color: #44556e;
}

.lb-section,
.lb-partners,
.lb-cta {
    padding: 110px 0;
}

.lb-section--soft,
.lb-partners {
    background: #f7f4f2;
}

.lb-section-heading {
    margin-bottom: 42px;
}

.lb-section-heading h2 {
    font-size: 44px;
}

.lb-image-stack {
    position: relative;
    min-height: 540px;
}

.lb-image-stack__main,
.lb-image-stack__secondary {
    position: absolute;
    border-radius: 24px;
    object-fit: fill;
    background: #fff;
    box-shadow: 0 30px 60px rgba(18, 33, 56, 0.16);
}

.lb-image-stack__main {
    inset: 0 100px 70px 0;
}

.lb-image-stack__secondary {
    right: 0;
    bottom: 0;
    width: 55%;
    height: 58%;
    border: 8px solid #fff;
}

.lb-card,
.lb-quote-card,
.lb-partner,
.lb-faq__item {
    height: 100%;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(18, 33, 56, 0.08);
}

.lb-card {
    overflow: hidden;
}

.lb-card__media {
    height: 260px;
    overflow: hidden;
    background: #fff;
}

.lb-card__media--sm {
    height: 220px;
}

.lb-card__media--md {
    height: 240px;
}

.lb-card__media--event,
.events__thumb--fixed {
    aspect-ratio: 16 / 10;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.events__thumb-link {
    display: flex;
    color: inherit;
}

.lb-card__media img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    display: block;
}

.events__thumb--fixed img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    display: block;
}

.lb-card__media--event img {
    object-fit: fill;
    object-position: center;
}

.lb-card__body {
    padding: 28px 26px;
}

.lb-card__body h3 {
    color: #122138;
    font-size: 30px;
    line-height: 1.15;
    margin: 14px 0 14px;
}

.lb-card__body h3 a {
    color: inherit;
}

.lb-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff0eb;
    color: #ff6d4d;
    font-size: 26px;
}

.lb-tag,
.lb-meta span {
    color: #6f7f94;
    font-size: 14px;
    font-weight: 700;
}

.lb-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.lb-faq {
    display: grid;
    gap: 16px;
}

.lb-faq__question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 22px 26px;
    color: #122138;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

.lb-faq__answer {
    padding: 0 26px 24px;
    color: #56657d;
}

.lb-quote-card {
    padding: 30px;
}

.lb-quote-card h4 {
    color: #122138;
    margin: 18px 0 6px;
}

.lb-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 124px;
    padding: 24px;
}

.lb-partner img {
    max-height: 54px;
    width: auto;
    opacity: 0.82;
}

.lb-cta {
    position: relative;
    background-size: cover;
    background-position: center;
}

.lb-cta h2 {
    max-width: 860px;
    margin: 0 auto 18px;
}

.lb-cta p {
    max-width: 760px;
    margin: 0 auto 28px;
}

.lb-page-cover__thumb {
    width: 300px;
    height: 300px;
    border-radius: 24px;
    object-fit: fill;
    background: #fff;
    box-shadow: 0 24px 50px rgba(18, 33, 56, 0.16);
}

.lb-detail-cover__thumb {
    width: 400px;
    height: 400px;
    border-radius: 24px;
    object-fit: fill;
    background: #fff;
    box-shadow: 0 24px 50px rgba(18, 33, 56, 0.16);
}

.lb-detail-cover__thumb--wide {
    width: min(100%, 920px);
    height: auto;
    aspect-ratio: 16 / 9;
}

.lb-team-profile {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(18, 33, 56, 0.1);
    overflow: hidden;
}

.lb-team-profile__table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.lb-team-profile__table th,
.lb-team-profile__table td {
    padding: 18px 22px;
    border: 1px solid #d7dfeb;
    vertical-align: top;
}

.lb-team-profile__table th {
    width: 180px;
    color: #122138;
    background: #f7f4f2;
    font-weight: 700;
}

.lb-team-profile__table td {
    color: #56657d;
}

.lb-team-profile__table a {
    color: #ff6d4d;
    font-weight: 700;
    word-break: break-word;
}

.lb-team-profile__table a:hover {
    color: #122138;
}

.lb-team-profile__photo {
    width: 270px;
    height: 270px;
    border-radius: 18px;
    object-fit: fill;
    background: #fff;
    box-shadow: 0 16px 34px rgba(18, 33, 56, 0.12);
}

.lb-team-profile__bio p:last-child {
    margin-bottom: 0;
}

.services__thumb,
.cases__thumb,
.blog__thumb,
.gallery__thumb,
.teams__thumb--img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.cases__thumb--fixed {
    aspect-ratio: 16 / 10;
    height: auto;
}

.services__thumb img,
.cases__thumb img,
.blog__thumb img,
.gallery__thumb img,
.teams__thumb--img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

.services:hover .services__thumb img,
.cases:hover .cases__thumb img,
.blog:hover .blog__thumb img,
.gallery:hover .gallery__thumb img,
.teams:hover .teams__thumb--img img {
    transform: none !important;
}

.events:hover {
    background: #fff;
}

.events:hover .events__content h3,
.events:hover .events__content h3 a {
    color: #001234;
}

.events .events__content h3 a:hover {
    color: #f15b43;
}

.events:hover .events__content p {
    color: #6f7f94;
}

.lb-detail-layout {
    padding-left: 10px;
    padding-right: 10px;
}

.lb-page-content {
    color: #56657d;
    font-size: 17px;
    line-height: 1.85;
}

.lb-page-content h1,
.lb-page-content h2,
.lb-page-content h3,
.lb-page-content h4,
.lb-page-content h5,
.lb-page-content h6,
.lb-richtext h1,
.lb-richtext h2,
.lb-richtext h3,
.lb-richtext h4,
.lb-richtext h5,
.lb-richtext h6 {
    color: #122138;
}

.lb-page-content img,
.lb-richtext img {
    border-radius: 18px;
    margin: 20px 0;
}

.lb-richtext p,
.lb-richtext ul,
.lb-richtext ol,
.lb-richtext blockquote,
.lb-richtext table,
.lb-richtext pre {
    margin-bottom: 20px;
}

.lb-richtext ul,
.lb-richtext ol {
    padding-left: 28px;
}

.lb-richtext ul {
    list-style: disc outside !important;
}

.lb-richtext ol {
    list-style: decimal outside !important;
}

.lb-richtext li {
    margin-bottom: 10px;
}

.lb-richtext ul > li {
    display: list-item !important;
    list-style: disc outside !important;
}

.lb-richtext ol > li {
    display: list-item !important;
    list-style: decimal outside !important;
}

.lb-richtext ul > li::marker,
.lb-richtext ol > li::marker {
    color: #122138;
    font-weight: 700;
}

.lb-richtext ul ul,
.lb-richtext ol ol,
.lb-richtext ul ol,
.lb-richtext ol ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lb-richtext strong {
    color: #122138;
    font-weight: 700;
}

.lb-richtext a {
    color: #ff6d4d;
    text-decoration: underline;
}

.lb-richtext blockquote {
    padding: 22px 26px;
    border-left: 4px solid #ff6d4d;
    border-radius: 0 18px 18px 0;
    background: #fff6f2;
    color: #44556e;
}

.lb-richtext table {
    width: 100%;
    border-collapse: collapse;
}

.lb-richtext table th,
.lb-richtext table td {
    padding: 12px 14px;
    border: 1px solid #d7dfeb;
}

.lb-richtext table th {
    color: #122138;
    background: #f7f4f2;
}

.lb-page-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.lb-page-links__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #fff0eb;
    color: #ff6d4d;
    font-size: 15px;
    font-weight: 700;
}

.lb-page-links__item:hover {
    background: #ff6d4d;
    color: #fff;
}

.lb-page-card-link {
    display: block;
    color: inherit;
}

.lb-page-card {
    height: 100%;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(18, 33, 56, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lb-page-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(18, 33, 56, 0.14);
}

.lb-page-card h3 {
    color: #122138;
    margin-bottom: 14px;
}

.lb-page-card p {
    color: #56657d;
    margin-bottom: 18px;
}

.lb-page-card__cta {
    color: #ff6d4d;
    font-weight: 700;
}

.lb-donation-bank {
    padding: 24px 26px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f3fffb, #fff6f2);
    border: 1px solid #bfe8de;
    color: #44556e;
}

.lb-donation-bank__header {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
}

.lb-donation-bank h4 {
    color: #122138;
    margin-bottom: 6px;
}

.lb-bsi-logo {
    min-width: 190px;
    color: #00a7a5;
    line-height: 1;
}

.lb-bsi-logo span {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.lb-bsi-logo small {
    display: block;
    margin-top: 4px;
    color: #00a7a5;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lb-donation-bank__table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
}

.lb-donation-bank__table th,
.lb-donation-bank__table td {
    padding: 16px 18px;
    border: 1px solid #d9eee8;
    vertical-align: middle;
}

.lb-donation-bank__table th {
    width: 180px;
    color: #122138;
    background: #f6fbf9;
}

.lb-bank-account {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.lb-bank-account strong {
    color: #122138;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.04em;
}

.lb-copy-button {
    border: 0;
    border-radius: 999px;
    padding: 9px 18px;
    background: #00a7a5;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.lb-contact-table {
    width: 100%;
    margin-top: 24px;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(18, 33, 56, 0.08);
}

.lb-contact-table th,
.lb-contact-table td {
    padding: 16px 18px;
    border: 1px solid #d7dfeb;
    vertical-align: top;
}

.lb-contact-table th {
    width: 130px;
    color: #122138;
    background: #f7f4f2;
    font-weight: 700;
}

.lb-contact-table td {
    color: #56657d;
}

.lb-contact-table a {
    color: #ff6d4d;
    font-weight: 700;
    word-break: break-word;
}

.lb-contact-table a:hover {
    color: #122138;
}

@media (max-width: 991.98px) {
    .lb-slider-area .slider-height {
        min-height: 680px;
    }

    .lb-hero {
        padding: 100px 0 70px;
    }

    .lb-hero__content h1,
    .lb-section-heading h2,
    .lb-copy h2,
    .lb-cta h2 {
        font-size: 38px;
    }

    .lb-image-stack {
        min-height: 420px;
        margin-bottom: 24px;
    }
}

@media (max-width: 767.98px) {
    .lb-slider-area .slider-height {
        min-height: 560px;
    }

    .lb-section,
    .lb-partners,
    .lb-cta {
        padding: 80px 0;
    }

    .lb-hero__content h1,
    .lb-section-heading h2,
    .lb-copy h2,
    .lb-cta h2 {
        font-size: 32px;
    }

    .lb-image-stack {
        min-height: auto;
    }

    .lb-image-stack__main,
    .lb-image-stack__secondary {
        position: static;
        width: 100%;
        height: auto;
        border: 0;
    }

    .lb-image-stack__secondary {
        margin-top: 18px;
    }

    .lb-highlight-card {
        margin-top: 30px;
    }

    .lb-page-cover__thumb {
        width: 240px;
        height: 240px;
    }

    .lb-detail-cover__thumb {
        width: 280px;
        height: 280px;
    }

    .lb-detail-cover__thumb--wide {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .lb-page-links {
        justify-content: flex-start;
    }

    .lb-donation-bank__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .lb-donation-bank__table th,
    .lb-donation-bank__table td {
        display: block;
        width: 100%;
    }

    .lb-contact-table th,
    .lb-contact-table td {
        display: block;
        width: 100%;
    }

    .lb-team-profile__table th,
    .lb-team-profile__table td {
        display: block;
        width: 100%;
    }

    .lb-team-profile__photo {
        width: 100%;
        max-width: 270px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}
