.text-blue {
    color: #00408f;
}

.custom-cta-button {
    margin-left: 5px;
    color: white;
    background-color: transparent;
    border: 1px solid white;
}

.contact-btn-navbar {
    font-size: 15px;
    min-width: 118px;
    height: 40px;
}

/*
|--------------------------------------------------------------------------
| Hide Google Default
|--------------------------------------------------------------------------
*/

body {
    top: 0 !important;
}

#google_translate_element {
    display: none;
}

.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame,
.skiptranslate iframe {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0 !important;
}

/*
|--------------------------------------------------------------------------
| Responsive site header / navbar
|--------------------------------------------------------------------------
*/

.elixrr-header-container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 1200px) {
    .elixrr-header-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.elixrr-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 74px;
}

.elixrr-site-header {
    max-width: 100%;
    overflow-x: clip;
}

.elixrr-site-header .td-header-bottom {
    height: auto;
    min-height: 74px;
}

.elixrr-site-header #navbar {
    max-width: 100%;
}

.elixrr-header-logo {
    flex: 0 0 auto;
    z-index: 2;
}

.elixrr-header-logo img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
}

.elixrr-header-nav {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    overflow: visible;
}

.elixrr-header-nav .td-main-menu {
    width: 100%;
    text-align: center;
}

.elixrr-header-nav .td-main-menu nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 2px;
    margin: 0;
    padding: 0;
}

.elixrr-header-nav .td-main-menu nav ul li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    white-space: nowrap;
}

.elixrr-header-nav .td-main-menu-2 nav ul li a {
    padding: 22px 0;
    font-size: 15px;
    line-height: 1.2;
}

.elixrr-header-nav .td-main-menu-2 nav ul li a::before {
    bottom: 18px;
}

/* Nav dropdowns — Products & Applications */
.elixrr-header-nav .td-main-menu nav > ul > li.has-dropdown {
    position: relative;
}

.elixrr-header-nav .has-dropdown > a {
    padding-right: 16px;
}

.elixrr-header-nav .has-dropdown > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-left: 6px;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.elixrr-header-nav .has-dropdown:hover > a::after {
    transform: rotate(180deg);
}

.elixrr-header-nav .td-main-menu nav ul .submenu {
    left: 0;
    min-width: 260px;
    max-width: 320px;
    max-height: min(70vh, 420px);
    overflow-y: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0 0 12px 12px;
}

.elixrr-header-nav .td-main-menu nav ul li.menu-dropdown-end .submenu {
    left: auto;
    right: 0;
}

.elixrr-header-nav .td-main-menu nav ul .submenu li a {
    padding: 10px 22px;
    font-size: 14px;
    white-space: normal;
    line-height: 1.35;
}

.elixrr-header-nav .td-main-menu nav ul .submenu li:first-child a {
    font-weight: 600;
    color: #00408f;
}

/* Mobile offcanvas dropdowns */
.td-main-menu-mobile .has-dropdown {
    position: relative;
}

.td-main-menu-mobile .has-dropdown > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.td-main-menu-mobile .submenu {
    display: none;
    padding-left: 12px;
    margin-bottom: 8px;
}

.td-main-menu-mobile .submenu li {
    display: block;
    margin: 0;
}

.td-main-menu-mobile .submenu li a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    color: #535b60;
    border-bottom: 1px solid #f0f0f0;
}

.td-main-menu-mobile .submenu li:first-child a {
    font-weight: 600;
    color: #00408f;
}

.td-main-menu-mobile .dropdown-toggle-btn {
    border: none;
    background: transparent;
    color: #00408f;
    padding: 4px 8px;
    margin-left: 8px;
}

.elixrr-header-actions {
    flex: 0 0 auto;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
}

.elixrr-header-toggle {
    flex: 0 0 auto;
    margin-left: auto;
    z-index: 2;
}

.elixrr-header-toggle .td-menu-bar {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 6px;
    line-height: 0;
}

/* Tighter desktop nav between lg and xl */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .elixrr-header-nav .td-main-menu nav ul li {
        padding: 0 6px;
    }

    .elixrr-header-nav .td-main-menu-2 nav ul li a {
        font-size: 13px;
        padding: 18px 0;
    }

    .contact-btn-navbar {
        font-size: 13px;
        min-width: 100px;
        height: 38px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .lang-picker--header .lang-picker__trigger {
        min-width: 120px;
        height: 38px;
        padding: 0 10px;
    }

    .lang-picker--header .lang-picker__label {
        font-size: 12px;
        max-width: 72px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .elixrr-header-nav .td-main-menu nav ul li {
        padding: 0 8px;
    }

    .elixrr-header-nav .td-main-menu-2 nav ul li a {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .elixrr-header-row {
        min-height: 64px;
    }

    .elixrr-site-header .td-header-bottom {
        min-height: 64px;
    }

    .elixrr-header-logo img {
        height: 38px;
        max-width: 110px;
    }

    .td-header-2-space {
        padding-left: 0;
        padding-right: 0;
    }

    div#navbar.sticky .td-header-mobile-space {
        padding: 8px 0;
    }
}

/* Mobile offcanvas extras */
.elixrr-offcanvas-actions {
    padding: 0 30px 20px;
}

.elixrr-offcanvas-lang {
    width: 100%;
}

.elixrr-offcanvas-lang .lang-picker {
    width: 100%;
}

.elixrr-offcanvas-lang .lang-picker__trigger {
    width: 100%;
    justify-content: flex-start;
}

.elixrr-offcanvas-lang .lang-picker__panel {
    left: 0;
    right: 0;
    width: 100%;
}

.td-main-menu-mobile nav ul li {
    display: block;
    width: 100%;
    margin: 0;
}

.td-main-menu-mobile nav ul li a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
}

.fi.fis {
    width: 100% !important;
}

/*
|--------------------------------------------------------------------------
| Header Right Area
|--------------------------------------------------------------------------
*/

.td-header-action-area {
    gap: 10px;
}

/*
|--------------------------------------------------------------------------
| Language picker (flags + custom dropdown)
|--------------------------------------------------------------------------
*/

.lang-picker {
    position: relative;
    z-index: 120;
}

.lang-picker__native {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.lang-picker__trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    min-width: 120px;
    padding: 0 14px;
    border: 1px solid #e3e8ef;
    border-radius: 50px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 1px 2px rgba(0, 64, 143, 0.06);
    color: #1a2b3c;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.lang-picker__trigger:hover,
.lang-picker.is-open .lang-picker__trigger {
    border-color: #67c4c7;
    box-shadow: 0 4px 14px rgba(0, 64, 143, 0.12);
}

.lang-picker__label {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.lang-picker__chevron {
    color: #6b7c93;
    font-size: 11px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.lang-picker.is-open .lang-picker__chevron {
    transform: rotate(180deg);
}

.lang-picker__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(300px, calc(100vw - 24px));
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 35, 65, 0.14);
    overflow: hidden;
    animation: langPickerIn 0.22s ease;
}

@keyframes langPickerIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lang-picker__search-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid #eef2f6;
    background: #f8fafc;
}

.lang-picker__search-wrap i {
    color: #8a9bb0;
    font-size: 13px;
}

.lang-picker__search {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #1a2b3c;
}

.lang-picker__search::placeholder {
    color: #9aa8b8;
}

.lang-picker__list {
    list-style: none;
    margin: 0;
    padding: 8px;
    max-height: 280px;
    overflow-y: auto;
}

.lang-picker__list::-webkit-scrollbar {
    width: 6px;
}

.lang-picker__list::-webkit-scrollbar-thumb {
    background: #d5dde8;
    border-radius: 6px;
}

.lang-picker__item[hidden] {
    display: none;
}

.lang-picker__option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #243447;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.lang-picker__option:hover {
    background: #f0f7ff;
    color: #00408f;
}

.lang-picker__option.is-active {
    background: linear-gradient(90deg, rgba(0, 64, 143, 0.08), rgba(103, 196, 199, 0.12));
    color: #00408f;
}

.lang-picker__option-text {
    flex: 1;
}

.lang-picker__check {
    opacity: 0;
    color: #67c4c7;
    font-size: 14px;
    transition: opacity 0.15s ease;
}

.lang-picker__option.is-active .lang-picker__check {
    opacity: 1;
}

.lang-picker--mobile .lang-picker__panel {
    max-height: 50vh;
}

.lang-picker--mobile .lang-picker__list {
    max-height: calc(50vh - 56px);
}


/*
|--------------------------------------------------------------------------
| Events Section
|--------------------------------------------------------------------------
*/

.events-section {
    background: #f5f5f5;
    overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

.events-header {
    margin-bottom: 60px;
}

.events-subtitle {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
}

/*
|--------------------------------------------------------------------------
| Title
|--------------------------------------------------------------------------
*/

.events-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    gap: 25px;
}

.events-line {
    width: 180px;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(84,197,201,0.1),
        rgba(84,197,201,1),
        rgba(84,197,201,0.1)
    );
}

.events-title {
    font-size: 44px;
    font-weight: 500;
    color: #00408F;
    margin: 0;
}

/*
|--------------------------------------------------------------------------
| Events slider
|--------------------------------------------------------------------------
*/

.events-slider-wrap {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 48px;
}

.events-slider-wrap--single {
    max-width: 640px;
    padding: 0;
}

.eventsSwiper {
    overflow: hidden;
    padding-bottom: 48px;
}

.eventsSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.eventsSwiper .swiper-slide .event-card {
    width: 100%;
}

.events-pagination {
    bottom: 0 !important;
}

.events-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c5d5e8;
    opacity: 1;
}

.events-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #00408f, #54c5c9);
}

/* Partnership gallery — fixed 2×2 thumb grid */
.gallery-section {
    --pg-thumb-h: 158px;
    --pg-gap: 14px;
    --pg-block-h: calc(var(--pg-thumb-h) * 2 + var(--pg-gap));
}

.gallery-section .partnership-gallery-row {
    align-items: stretch;
}

.gallery-section .partnership-gallery-row--images-only {
    justify-content: center;
}

.gallery-section .partnership-gallery-row--images-only .partnership-gallery-images {
    width: 100%;
    max-width: 540px;
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .gallery-section .partnership-gallery-row--images-only .partnership-gallery-images {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.gallery-section .partnership-gallery-video .td-video-4-thumb {
    height: var(--pg-block-h);
    min-height: var(--pg-block-h);
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}

.gallery-section .partnership-gallery-video .td-video-4-thumb > img.w-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-section .partnership-gallery-images {
    min-height: var(--pg-block-h);
}

.gallery-section .partnership-gallery-wrap {
    height: 100%;
    min-height: var(--pg-block-h);
}

.gallery-section .partnership-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--pg-gap);
    height: var(--pg-block-h);
    width: 100%;
}

.gallery-section .partnership-gallery-item {
    display: block;
    height: var(--pg-thumb-h);
    border-radius: 8px;
    overflow: hidden;
    background: #eef2f6;
    box-shadow: 0 1px 4px rgba(15, 35, 65, 0.06);
}

.gallery-section .partnership-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.35s ease;
}

.gallery-section .partnership-gallery-item:hover img {
    transform: scale(1.03);
}

.gallery-section .partnership-gallery-has-slider {
    padding-bottom: 32px;
}

.gallery-section .partnershipGallerySwiper {
    overflow: hidden;
    height: var(--pg-block-h);
}

.gallery-section .partnershipGallerySwiper .swiper-slide {
    height: var(--pg-block-h);
}

.gallery-section .partnership-gallery-nav {
    position: absolute;
    top: calc(var(--pg-block-h) / 2);
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.gallery-section .partnership-gallery-prev,
.gallery-section .partnership-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 12px rgba(0, 64, 143, 0.14);
    color: #00408f;
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: background 0.2s ease, color 0.2s ease;
}

.gallery-section .partnership-gallery-prev:hover,
.gallery-section .partnership-gallery-next:hover {
    background: #00408f;
    color: #fff;
}

.gallery-section .partnership-gallery-prev {
    left: -4px;
}

.gallery-section .partnership-gallery-next {
    right: -4px;
}

.gallery-section .partnership-gallery-pagination {
    bottom: 4px !important;
    line-height: 1;
}

.gallery-section .partnership-gallery-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #c5d5e8;
    opacity: 1;
    margin: 0 4px !important;
}

.gallery-section .partnership-gallery-pagination .swiper-pagination-bullet-active {
    background: #00408f;
}

@media (max-width: 991px) {
    .gallery-section {
        --pg-thumb-h: 132px;
        --pg-gap: 12px;
    }

    .gallery-section .partnership-gallery-video {
        margin-bottom: 16px;
    }

    .gallery-section .partnership-gallery-video .td-video-4-thumb {
        border-radius: 8px;
    }

    .gallery-section .partnership-gallery-row--images-only .partnership-gallery-images {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .gallery-section {
        --pg-thumb-h: 112px;
        --pg-gap: 10px;
    }

    .gallery-section .partnership-gallery-prev {
        left: 2px;
    }

    .gallery-section .partnership-gallery-next {
        right: 2px;
    }
}

.events-slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.events-slider-nav .events-prev,
.events-slider-nav .events-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #00408f;
    box-shadow: 0 4px 20px rgba(0, 64, 143, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.events-slider-nav .events-prev:hover,
.events-slider-nav .events-next:hover {
    background: linear-gradient(90deg, #00408f, #54c5c9);
    color: #fff;
}

.events-slider-nav .events-prev {
    left: 0;
}

.events-slider-nav .events-next {
    right: 0;
}

@media (max-width: 991.98px) {
    .events-slider-wrap {
        padding: 0 40px;
    }

    .events-slider-nav .events-prev,
    .events-slider-nav .events-next {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .events-slider-wrap {
        padding: 0 0 8px;
    }

    .events-slider-nav {
        position: static;
        transform: none;
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 8px;
    }

    .events-slider-nav .events-prev,
    .events-slider-nav .events-next {
        position: static;
        transform: none;
    }

    .eventsSwiper {
        padding-bottom: 36px;
    }
}

/*
|--------------------------------------------------------------------------
| Event Card
|--------------------------------------------------------------------------
*/

.event-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    height: 100%;
    border: 1px solid #ececec;
    transition: all 0.35s ease;
}

.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

/*
|--------------------------------------------------------------------------
| Date Box
|--------------------------------------------------------------------------
*/

.event-date-box {
    width: 150px;
    min-width: 150px;
    background: linear-gradient(
        180deg,
        #fbfbfb 0%,
        #f3f3f3 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    position: relative;
}

.event-calendar-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg,#54c5c9,#6fd5d8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.event-calendar-icon i {
    color: #fff;
    font-size: 24px;
}

.event-date-item h3 {
    font-size: 46px;
    line-height: 1;
    margin-bottom: 5px;
    color: #00408F;
    font-weight: 600;
}

.event-date-item span {
    font-size: 16px;
    color: #666;
}

.event-divider {
    width: 2px;
    height: 35px;
    background: #d7d7d7;
    margin: 18px 0;
}

.event-year {
    margin-top: 18px;
    color: #54c5c9;
    font-size: 24px;
    font-weight: 600;
}

/*
|--------------------------------------------------------------------------
| Content Box
|--------------------------------------------------------------------------
*/

.event-content-box {
    flex: 1;
    padding: 35px;
}

.event-content-box a {
    display: block;
    height: 100%;
}

.event-image {
    margin-bottom: 30px;
    text-align: center;
}

.event-image img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

/*
|--------------------------------------------------------------------------
| Event Info
|--------------------------------------------------------------------------
*/

.event-info {
    border-top: 1px solid #ececec;
    padding-top: 22px;
    color: #444;
    font-size: 18px;
    line-height: 1.7;
}

/*
|--------------------------------------------------------------------------
| Location
|--------------------------------------------------------------------------
*/

.event-location {
    display: flex;
    align-items: center;
    margin-top: 18px;
    gap: 10px;
}

.event-location img {
    width: 18px;
}

.event-location span {
    font-size: 17px;
    color: #666;
}

/*
|--------------------------------------------------------------------------
| View Button
|--------------------------------------------------------------------------
*/

.event-btn-wrap {
    margin-top: 28px;
}

.event-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #54c5c9;
    padding: 14px 28px;
    border-radius: 50px;
    color: #00408F;
    font-weight: 600;
    transition: all 0.3s ease;
}

.event-card:hover .event-view-btn {
    background: linear-gradient(90deg,#00408F,#54c5c9);
    color: #fff;
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    .events-title {
        font-size: 30px;
    }

    .events-line {
        width: 70px;
    }

    .event-card {
        flex-direction: column;
    }

    .event-date-box {
        width: 100%;
        min-width: 100%;
        flex-direction: row;
        gap: 25px;
        justify-content: center;
    }

    .event-divider {
        width: 35px;
        height: 2px;
        margin: 0;
    }

    .event-year {
        margin-top: 0;
    }

    .event-content-box {
        padding: 25px;
    }
}

.blog-post-body img {
    max-width: 100%;
    height: auto;
}

/* Blog detail CTA — matches homepage certifications CTA block */
.blog-detail-cta .blog-detail-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.blog-detail-cta .blog-detail-cta-actions .td-btn {
    display: flex;
    min-width: 200px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .blog-detail-cta .blog-detail-cta-actions {
        align-items: stretch;
    }

    .blog-detail-cta .blog-detail-cta-actions .td-btn {
        width: 100%;
        min-width: 0;
    }
}

/* 404 page */
.error-404-hero.td-hero-area {
    background: linear-gradient(120deg, #00408f 0%, #1a5f9e 45%, #67c4c7 100%);
    min-height: 420px;
    display: flex;
    align-items: center;
}

.error-404-hero.td-hero-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.error-404-hero .td-hero-2-spacing {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 80px 0;
}

.error-404-badge {
    display: inline-block;
    padding: 6px 18px;
    margin-bottom: 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

.error-404-lead {
    max-width: 560px;
    margin: 0 auto 28px;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
}

.error-404-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.error-404-hero-actions .td-btn {
    display: inline-block;
}

.error-404-link-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 16px 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    color: #00408f;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.error-404-link-card:hover {
    border-color: #67c4c7;
    box-shadow: 0 10px 28px rgba(0, 64, 143, 0.12);
    transform: translateY(-4px);
    color: #00408f;
}

/* img[loading="lazy"] {
    height: auto;
} */

.column-count-1 {
    column-count: 1 !important;
}

.custom-application-detail-bg {
    background: #67C4C71A;
}

.custom-application-detail-bg  .custom-application-detail-list li{
    border: 1px solid #67C4C799 !important;
    background: #fff !important;
    color: #535B60 !important;
    padding: 30px !important;
}
