.rel-header .navbar-brand.rel-logo,
.rel-logo,
.rel-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.rel-news-gallery {
    margin-top: 34px;
}
.rel-news-gallery h4 {
    margin-bottom: 18px;
    color: #143653;
}
.rel-news-gallery-item {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #eef7f6;
}
.rel-news-gallery-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .25s ease;
}
.rel-news-gallery-item:hover img {
    transform: scale(1.04);
}

.rel-page-main-image {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    display: block;
    margin: 0 0 28px;
    border-radius: 8px;
    background: #f6f9fb;
}

.rel-tab-image {
    display: block;
    margin: 18px 0;
}

.rel-tab-image img {
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    background: #f6f9fb;
}

.rel-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rel-download-btn span {
    color: inherit;
}

.rel-certificate-card {
    background: #fff;
    border: 1px solid #edf1f4;
    border-radius: 8px;
    padding: 16px;
    height: 100%;
    text-align: center;
}

.rel-certificate-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    background: #f6f9fb;
    border-radius: 8px;
    overflow: hidden;
}

.rel-certificate-card img {
    max-width: 100%;
    max-height: 420px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.rel-certificate-card h4 {
    margin: 14px 0 0;
    font-size: 18px;
}

@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("../assets/fonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

.fas,
.fa-solid,
.fa,
.far,
.fal,
.theme-btn i,
.rel-detail-link i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.rel-header-middle .header-middle-logo {
    min-width: 330px;
}

.rel-header-middle .rel-logo img,
.rel-header .navbar-brand.rel-logo img {
    width: 320px !important;
    max-width: 100%;
    max-height: 126px !important;
}

.main-navigation .navbar > .container > .navbar-brand.rel-logo img {
    width: 190px !important;
    max-height: 72px !important;
}

.rel-ecatalog-link {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    background: #fff !important;
    color: #a5c63b !important;
    border: 2px solid rgba(165, 198, 59, .45);
    border-radius: 999px;
    padding: 10px 18px !important;
    margin-left: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
    animation: relCatalogPulse 1.45s ease-in-out infinite;
}

.rel-ecatalog-link:hover {
    background: #a5c63b !important;
    color: #fff !important;
    border-color: #a5c63b;
}

.rel-pdf-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    border-radius: 6px;
    background: #ef6d67;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.rel-ecatalog-link:hover .rel-pdf-badge {
    background: #143653;
}

@keyframes relCatalogPulse {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
    }
    50% {
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(165, 198, 59, .34);
    }
}

.rel-faq-area .accordion-item {
    border: 1px solid rgba(165, 198, 59, .22);
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: 14px;
}

.rel-faq-area .accordion-button {
    background: #f4f7ed;
    color: #143653;
    font-weight: 700;
    box-shadow: none;
    gap: 10px;
}

.rel-faq-area .accordion-button:not(.collapsed) {
    background: #a5c63b;
    color: #fff;
}

.rel-faq-area .accordion-button:focus {
    border-color: rgba(165, 198, 59, .65);
    box-shadow: 0 0 0 .2rem rgba(165, 198, 59, .18);
}

.rel-faq-area .accordion-button::after {
    filter: none;
}

.rel-faq-area .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.rel-faq-area .accordion-body {
    color: #5f666d;
    background: #fff;
    font-size: 17px;
    line-height: 1.8;
}

.rel-lightbox-nav {
    position: fixed;
    top: 50%;
    z-index: 10001;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #143653;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
}

.rel-lightbox-nav:hover {
    background: #a5c63b;
    color: #fff;
}

.rel-lightbox-prev {
    left: 28px;
}

.rel-lightbox-next {
    right: 28px;
}

@media (max-width: 991px) {
    .rel-header-middle .header-middle-logo {
        min-width: auto;
    }

    .rel-header-middle .rel-logo img,
    .rel-header .navbar-brand.rel-logo img {
        width: 240px !important;
    }

    .rel-ecatalog-link {
        width: max-content;
        margin: 10px 0;
    }
}

@media (max-width: 575px) {
    .rel-header-middle .rel-logo img,
    .rel-header .navbar-brand.rel-logo img {
        width: 210px !important;
    }

    .rel-lightbox-nav {
        width: 44px;
        height: 44px;
    }

    .rel-lightbox-prev {
        left: 12px;
    }

    .rel-lightbox-next {
        right: 12px;
    }
}

/* Final mobile, icon and slider overrides */
@font-face {
    font-family: "Font Awesome 6 Pro";
    src: url("../assets/fonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

i[class^="fa-"]::before,
i[class*=" fa-"]::before,
.fas::before,
.fa-solid::before,
.fa::before,
.far::before,
.fal::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.navbar .dropdown-toggle::after {
    content: "" !important;
    font-family: initial !important;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: .34em solid;
    border-right: .34em solid transparent;
    border-left: .34em solid transparent;
}

.rel-footer-logo img {
    width: 240px !important;
    max-height: 96px !important;
}

.rel-index2-hero .hero-slider {
    touch-action: pan-y;
}

.rel-index2-hero .hero-single {
    display: block !important;
    position: absolute !important;
    inset: 0;
    opacity: 0;
    transform: translateX(26px) scale(.985);
    transition: opacity .55s ease, transform .55s ease;
    pointer-events: none;
}

.rel-index2-hero .hero-single.active {
    position: relative !important;
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

@media (max-width: 991px) {
    .rel-header-middle {
        display: none !important;
    }

    .main-navigation .navbar > .container > .navbar-brand.rel-logo {
        display: inline-flex !important;
    }
}

/* Mobile/header polish */
@font-face {
    font-family: "Font Awesome 6 Pro";
    src: url("../assets/fonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

i[class^="fa-"]::before,
i[class*=" fa-"]::before,
.fas::before,
.fa-solid::before,
.fa::before,
.far::before,
.fal::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.navbar .dropdown-toggle::after {
    content: "" !important;
    font-family: initial !important;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: .34em solid;
    border-right: .34em solid transparent;
    border-left: .34em solid transparent;
}

.rel-footer-logo img {
    width: 240px !important;
    max-height: 96px !important;
}

.rel-index2-hero .hero-slider {
    touch-action: pan-y;
}

.rel-index2-hero .hero-single {
    display: block !important;
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(26px) scale(.985);
    transition: opacity .55s ease, transform .55s ease;
    pointer-events: none;
}

.rel-index2-hero .hero-single.active {
    position: relative;
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

@media (max-width: 991px) {
    .rel-header-middle {
        display: none !important;
    }

    .main-navigation .navbar > .container > .navbar-brand.rel-logo {
        display: inline-flex !important;
    }
}

.rel-header-middle {
    display: block;
    padding: 22px 0;
    background: var(--color-white);
}

.rel-header-middle .rel-logo img {
    width: 230px;
    max-height: 92px;
    object-fit: contain;
}

.rel-header-middle .header-middle-search .search-content {
    height: 64px;
}

.rel-header-middle .header-middle-search select.select {
    width: 190px;
    border: 0;
    border-right: 1px solid #dce6ea;
    color: #66717d;
    padding: 0 18px;
    background: transparent;
}

.rel-middle-actions {
    justify-content: flex-end;
}

.rel-middle-actions .list-item-info h5 {
    white-space: nowrap;
}

.main-navigation .navbar > .container > .navbar-brand.rel-logo {
    display: none;
}

.rel-category-all {
    margin-right: 28px;
}

.rel-category-all .category-btn {
    min-width: 230px;
}

.rel-category-all .main-category {
    max-height: 520px;
    overflow: auto;
    display: none;
}

.rel-category-all.open .main-category {
    display: block;
}

.rel-header .navbar-brand.rel-logo img,
.rel-logo img,
.rel-footer-logo img {
    width: 130px;
    max-height: 64px;
    object-fit: contain;
}

.rel-ecatalog-link {
    color: #264cff !important;
    font-weight: 800 !important;
    animation: relBlink 1s infinite;
}

.rel-ecatalog-link i {
    color: #ef4b3f;
    margin-right: 8px;
}

@keyframes relBlink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .45; transform: scale(1.04); }
}

.rel-footer-logo {
    color: var(--color-white);
    margin-bottom: 18px;
}

.header-top-list li {
    line-height: 1.4;
}

.rel-language-switcher {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rel-language-switcher .gtranslate_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rel-language-switcher .gtranslate_wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 4px;
}

.rel-language-switcher .gtranslate_wrapper a:hover {
    background: #edf3f5;
}

.rel-home-link {
    min-width: 42px;
    text-align: center;
    font-size: 18px !important;
}

.rel-mega-columns {
    column-count: 2;
}

.rel-mega-panel {
    min-height: 210px;
    padding: 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--theme-color2), var(--theme-color));
    color: var(--color-white);
}

.rel-mega-panel strong {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.rel-mega-panel p {
    color: rgba(255,255,255,.86);
}

.rel-index2-hero .hero-slider {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(105deg, #eaf9f8 0%, #f7fcf2 45%, #e6f5ff 100%);
}

.rel-index2-hero .hero-single {
    display: none;
    min-height: 520px;
    padding: 38px 44px;
}

.rel-index2-hero .hero-single.active {
    display: block;
}

.rel-index2-hero .hero-title {
    max-width: 720px;
}

.rel-index2-hero .hero-title span,
.rel-index2-hero .hero-title {
    color: var(--theme-color2);
}

.rel-hero-product {
    min-height: 420px;
    display: grid;
    place-items: center;
    position: relative;
}

.rel-hero-product::before {
    content: "";
    position: absolute;
    width: min(430px, 82%);
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--theme-color);
    opacity: .88;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.rel-hero-product img {
    position: relative;
    z-index: 1;
    max-height: 410px;
    width: min(520px, 100%);
    object-fit: contain;
    filter: drop-shadow(0 22px 38px rgba(2,51,80,.18));
    background: rgba(255,255,255,.72);
    padding: 12px;
}

.rel-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.rel-hero-dots button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: var(--theme-color2);
    opacity: .45;
    padding: 0;
}

.rel-hero-dots button.active {
    width: 28px;
    opacity: 1;
}

.rel-hero-nav {
    position: absolute;
    right: 34px;
    bottom: 26px;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: var(--color-white);
    color: #8290a0;
    font-size: 24px;
    z-index: 3;
}

.rel-hero-nav.prev {
    right: 98px;
}

.rel-hero-nav:hover {
    background: var(--theme-color);
    color: var(--color-white);
}

.rel-category-showcase .category-item {
    height: 100%;
}

.rel-category-showcase .category-item a {
    height: 100%;
}

.rel-category-icon {
    color: var(--color-white);
    font-size: 54px;
}

.rel-category-icon i {
    line-height: 1;
}

.rel-about-home .about-left img,
.contact-img img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    max-height: 460px;
}

.rel-video-area .video-content {
    min-height: 430px;
    background-size: cover;
    background-position: center;
}

.rel-video-title {
    position: absolute;
    top: calc(50% + 58px);
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .65);
    white-space: nowrap;
}

.rel-video-title::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 99px;
    background: #00a99d;
}

.rel-video-area .play-btn i,
.gallery-link i,
.theme-btn i,
.rel-detail-link i {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.rel-gallery-area .gallery-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.rel-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(2, 16, 28, .82);
    display: grid;
    place-items: center;
    padding: 28px;
}

.rel-lightbox-inner {
    width: min(980px, 94vw);
    max-height: 86vh;
}

.rel-lightbox-inner img {
    width: 100%;
    max-height: 86vh;
    object-fit: contain;
    background: #fff;
}

.rel-lightbox-inner iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
}

.rel-lightbox-close {
    position: fixed;
    top: 22px;
    right: 28px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

.rel-gallery-area .gallery-btn-active .gallery-img img,
.rel-gallery-area .col-lg-6 .gallery-img img {
    height: 360px;
}

.rel-product-card {
    height: 100%;
}

.rel-product-card .product-img {
    background: #f6f9fb;
}

.rel-product-card .product-img img {
    height: 240px;
    width: 100%;
    object-fit: contain;
    padding: 18px;
}

.rel-product-card .product-content {
    min-height: 210px;
    display: flex;
    flex-direction: column;
}

.rel-product-card .product-content p {
    color: #65727d;
    margin: 8px 0 18px;
}

.rel-product-card .product-bottom {
    margin-top: auto;
    border-top: 1px solid #edf1f4;
    padding-top: 14px;
}

.rel-detail-link {
    color: var(--theme-color);
    font-weight: 700;
}

.rel-breadcrumb {
    background: var(--theme-color2);
    overflow: hidden;
}

.rel-breadcrumb .site-breadcrumb-bg {
    background: linear-gradient(rgba(20, 54, 83, .72), rgba(20, 54, 83, .72)), url("assets/upload/ginkgo-gif-9922.jpg") center 42%/cover;
    opacity: 1;
}

.rel-breadcrumb .site-breadcrumb-wrap {
    position: relative;
    z-index: 2;
}

.rel-breadcrumb .breadcrumb-title,
.rel-breadcrumb .breadcrumb-menu li,
.rel-breadcrumb .breadcrumb-menu li a,
.rel-breadcrumb .breadcrumb-menu li.active {
    color: #fff;
}

.rel-breadcrumb .breadcrumb-menu li::before {
    color: rgba(255,255,255,.8);
}

.rel-shop .shop-widget-banner.rel-doc-banner {
    background: linear-gradient(135deg, var(--theme-color2), var(--theme-color));
    border-radius: 12px;
    padding: 28px;
    min-height: 230px;
}

.rel-doc-banner h6,
.rel-doc-banner h4 {
    color: var(--color-white);
}

.rel-single-gallery {
    background: #f6f9fb;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #edf1f4;
}

.rel-single-gallery img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.rel-single .shop-single-action {
    margin-top: 26px;
}

.rel-single .shop-single-action .theme-btn {
    margin: 0 8px 10px 0;
}

.rel-rich {
    color: #263747;
}

.rel-rich table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
}

.rel-rich td,
.rel-rich th {
    border: 1px solid #e4eaf0;
    padding: 11px 13px;
}

.rel-rich a {
    color: var(--theme-color);
    text-decoration: underline;
}

.rel-content-box {
    background: var(--color-white);
    border: 1px solid #edf1f4;
    border-radius: 14px;
    padding: clamp(24px, 4vw, 48px);
    box-shadow: 0 12px 34px rgba(2,51,80,.06);
}

.rel-doc-card {
    height: 100%;
    padding: 30px;
    border: 1px solid #edf1f4;
    border-radius: 14px;
    background: var(--color-white);
    box-shadow: 0 10px 28px rgba(2,51,80,.06);
}

.rel-doc-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--theme-color-light);
    color: var(--theme-color);
    font-size: 30px;
    margin-bottom: 18px;
}

.rel-doc-card h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.rel-doc-card p {
    color: #65727d;
    min-height: 54px;
}

.rel-news-card {
    height: 100%;
}

.rel-news-card .blog-item-img img {
    height: 250px;
    object-fit: cover;
}

.rel-news-card .theme-btn {
    padding: 10px 18px;
}

.rel-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}

.rel-whatsapp img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.shop-single-price,
.shop-single-cs,
.shop-single-rating,
.product-rate,
.product-price,
.product-cart-btn,
.quickview,
.dropdown-cart,
.shop-sort-gl {
    display: none !important;
}

.contact-form .form-control {
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .rel-header-middle .header-middle-right {
        display: none;
    }

    .main-navigation .navbar > .container > .navbar-brand.rel-logo {
        display: inline-flex;
    }

    .rel-category-all {
        display: none;
    }

    .rel-mega-columns {
        column-count: 1;
    }

    .rel-hero-product {
        min-height: 300px;
    }

    .rel-index2-hero .hero-single {
        min-height: auto;
        padding: 28px 20px 88px;
    }

    .rel-hero-nav {
        display: none;
    }
}

@media (max-width: 575px) {
    .rel-header-middle {
        padding: 14px 0;
    }

    .rel-header-middle .rel-logo img,
    .rel-logo img {
        width: 150px;
    }

    .rel-video-area .video-content {
        min-height: 260px;
    }

    .rel-gallery-area .gallery-img img,
    .rel-gallery-area .gallery-btn-active .gallery-img img,
    .rel-gallery-area .col-lg-6 .gallery-img img {
        height: 230px;
    }

    .rel-product-card .product-img img {
        height: 210px;
    }

    .rel-single .shop-single-action .theme-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Final Rel Assay overrides */
.fas,
.fa-solid,
.fa,
.far,
.fal,
.theme-btn i,
.rel-detail-link i,
.rel-video-area .play-btn i,
.gallery-link i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.rel-header-middle .header-middle-logo {
    min-width: 330px !important;
}

.rel-header-middle .rel-logo img,
.rel-header .navbar-brand.rel-logo img {
    width: 320px !important;
    max-width: 100% !important;
    max-height: 126px !important;
}

.main-navigation .navbar > .container > .navbar-brand.rel-logo img {
    width: 190px !important;
    max-height: 72px !important;
}

.rel-ecatalog-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    background: #fff !important;
    color: #a5c63b !important;
    border: 2px solid rgba(165, 198, 59, .45) !important;
    border-radius: 999px !important;
    padding: 10px 18px !important;
    margin-left: 10px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16) !important;
    animation: relCatalogPulse 1.45s ease-in-out infinite !important;
}

.rel-ecatalog-link:hover {
    background: #a5c63b !important;
    color: #fff !important;
    border-color: #a5c63b !important;
}

.rel-pdf-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    border-radius: 6px;
    background: #ef6d67;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.rel-faq-area .accordion-button {
    background: #f4f7ed !important;
    color: #143653 !important;
    font-weight: 700;
    box-shadow: none !important;
    gap: 10px;
}

.rel-faq-area .accordion-button:not(.collapsed) {
    background: #a5c63b !important;
    color: #fff !important;
}

.rel-faq-area .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.rel-lightbox-nav {
    position: fixed;
    top: 50%;
    z-index: 100001;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #143653;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
}

.rel-lightbox-nav:hover {
    background: #a5c63b;
    color: #fff;
}

.rel-lightbox-prev {
    left: 28px;
}

.rel-lightbox-next {
    right: 28px;
}

@media (max-width: 991px) {
    .rel-header-middle .header-middle-logo {
        min-width: auto !important;
    }

    .rel-header-middle .rel-logo img,
    .rel-header .navbar-brand.rel-logo img {
        width: 240px !important;
    }

    .rel-ecatalog-link {
        width: max-content;
        margin: 10px 0 !important;
    }
}

@media (max-width: 575px) {
    .rel-header-middle .rel-logo img,
    .rel-header .navbar-brand.rel-logo img {
        width: 210px !important;
    }

    .rel-lightbox-nav {
        width: 44px;
        height: 44px;
    }

    .rel-lightbox-prev {
        left: 12px;
    }

    .rel-lightbox-next {
        right: 12px;
    }
}

/* Absolute final mobile, icon and slider overrides */
@font-face {
    font-family: "Font Awesome 6 Pro";
    src: url("../assets/fonts/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

i[class^="fa-"]::before,
i[class*=" fa-"]::before,
.fas::before,
.fa-solid::before,
.fa::before,
.far::before,
.fal::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.navbar .dropdown-toggle::after {
    content: "" !important;
    font-family: initial !important;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: .34em solid;
    border-right: .34em solid transparent;
    border-left: .34em solid transparent;
}

.rel-footer-logo img {
    width: 240px !important;
    max-height: 96px !important;
}

.rel-index2-hero .hero-slider {
    touch-action: pan-y;
}

.rel-index2-hero .hero-single {
    display: block !important;
    position: absolute !important;
    inset: 0;
    opacity: 0;
    transform: translateX(26px) scale(.985);
    transition: opacity .55s ease, transform .55s ease;
    pointer-events: none;
}

.rel-index2-hero .hero-single.active {
    position: relative !important;
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
}

@media (max-width: 991px) {
    .rel-header-middle {
        display: none !important;
    }

    .main-navigation .navbar > .container > .navbar-brand.rel-logo {
        display: inline-flex !important;
    }
}

/* Popup management */
.rel-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(2, 16, 28, .72);
}
.rel-popup-box {
    position: relative;
    width: min(760px, 94vw);
    max-height: 88vh;
    overflow: auto;
    background: #fff;
    border-radius: 10px;
    padding: clamp(24px, 4vw, 40px);
    box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
}
.rel-popup-box h3 {
    margin: 0 48px 18px 0;
    color: #143653;
}
.rel-popup-box img {
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
}
.rel-popup-box iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    background: #000;
}
.rel-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #a5c63b;
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

/* Product image placeholders and description */
.rel-no-image {
    min-height: 240px;
    width: 100%;
    display: grid;
    place-items: center;
    padding: 24px;
    border-radius: 8px;
    background: #edf6f3;
    color: #4fa39c;
    font-weight: 800;
    text-align: center;
}
.rel-no-image-large {
    min-height: 380px;
    font-size: 22px;
    border: 1px dashed rgba(79, 163, 156, .45);
}
.rel-product-description {
    margin-top: 38px;
    padding: 28px;
    border: 1px solid #edf1f4;
    border-radius: 12px;
    background: #fff;
}
.rel-product-description h3 {
    margin-bottom: 16px;
    color: #143653;
}

/* Knowledge Hub and testimonials */
.rel-resource-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}
.rel-resource-tabs a,
.rel-resource-card {
    border: 1px solid #edf1f4;
    background: #fff;
    border-radius: 8px;
}
.rel-resource-tabs a {
    padding: 11px 16px;
    font-weight: 800;
    color: #143653;
}
.rel-resource-tabs a:hover {
    background: #4fa39c;
    color: #fff;
}
.rel-resource-card {
    height: 100%;
    padding: 26px;
    box-shadow: 0 12px 30px rgba(2, 51, 80, .06);
}
.rel-resource-card span {
    color: #4fa39c;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
}
.rel-resource-card h3 {
    color: #143653;
    font-size: 24px;
    margin: 10px 0;
}
.rel-resource-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.rel-resource-grid {
    background: #fff;
    border: 1px solid #edf1f4;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(2, 51, 80, .05);
}
.rel-resource-grid-tools {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto;
    gap: 14px;
    align-items: end;
    margin-bottom: 16px;
}
.rel-resource-grid-tools label {
    display: grid;
    gap: 7px;
    color: #6b7785;
    font-weight: 700;
}
.rel-resource-grid-tools input {
    width: 100%;
    height: 48px;
    border: 1px solid #dde6ee;
    border-radius: 8px;
    padding: 0 14px;
}
.rel-resource-grid-tools > div {
    min-width: 126px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #edf3f5;
    border-radius: 8px;
    color: #6b7785;
}
.rel-resource-grid-tools strong {
    color: #143653;
    font-size: 22px;
}
.rel-resource-table-wrap {
    overflow-x: auto;
}
.rel-resource-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}
.rel-resource-table th,
.rel-resource-table td {
    border-bottom: 1px solid #edf1f4;
    padding: 15px 16px;
    vertical-align: middle;
}
.rel-resource-table th {
    background: #edf3f5;
    color: #143653;
    font-weight: 900;
}
.rel-resource-table td:first-child,
.rel-resource-table th:first-child {
    width: 88px;
    text-align: center;
}
.rel-resource-table td:last-child,
.rel-resource-table th:last-child {
    width: 150px;
    text-align: center;
}
.rel-resource-table strong {
    display: block;
    color: #143653;
}
.rel-resource-title-link {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    color: #143653;
    font: inherit;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}
.rel-resource-title-link:hover {
    color: #4fa39c;
}
.rel-resource-table td span {
    display: block;
    color: #4fa39c;
    font-size: 13px;
    font-weight: 800;
    margin-top: 4px;
}
.rel-resource-icon-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.rel-resource-icon-actions a,
.rel-resource-icon-actions button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4fa39c;
    color: #fff;
    cursor: pointer;
}
.rel-resource-icon-actions a:hover,
.rel-resource-icon-actions button:hover {
    background: #143653;
    color: #fff;
}
.rel-resource-modal {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    max-height: 82vh;
    overflow: auto;
}
.rel-resource-modal > span {
    display: inline-block;
    color: #4fa39c;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 8px;
}
.rel-resource-modal h3 {
    color: #143653;
    margin-bottom: 18px;
}
tr[hidden] {
    display: none;
}

@media (max-width: 767px) {
    .header-top .row {
        row-gap: 8px;
    }
    .rel-language-switcher {
        padding: 3px 0 7px;
        border-bottom: 1px solid #edf1f4;
    }
    .header-top-left .header-top-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 12px;
    }
    .header-top-list li {
        padding: 0 !important;
    }
    .header-top-right .header-top-list li {
        line-height: 1.45;
    }
    .rel-lightbox {
        align-items: center;
        justify-items: center;
        padding: 16px;
    }
    .rel-lightbox-inner {
        width: calc(100vw - 32px);
        max-height: calc(100dvh - 96px);
        overflow: auto;
    }
    .rel-lightbox-close {
        top: calc(env(safe-area-inset-top, 0px) + 14px);
        right: 14px;
        width: 44px;
        height: 44px;
        font-size: 30px;
        z-index: 100002;
    }
    .rel-resource-grid-tools {
        grid-template-columns: 1fr;
    }
    .rel-resource-grid-tools > div {
        justify-content: flex-start;
        padding: 0 14px;
    }
    .rel-resource-grid {
        padding: 12px;
    }
    .rel-resource-table-wrap {
        overflow: visible;
    }
    .rel-resource-table {
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0 12px;
    }
    .rel-resource-table thead {
        display: none;
    }
    .rel-resource-table tbody,
    .rel-resource-table tr,
    .rel-resource-table td {
        display: block;
        width: 100% !important;
    }
    .rel-resource-table tr {
        position: relative;
        padding: 14px 64px 14px 58px;
        border: 1px solid #edf1f4;
        border-radius: 8px;
        background: #fff;
    }
    .rel-resource-table td {
        border: 0;
        padding: 0;
        text-align: left !important;
    }
    .rel-resource-table td:first-child {
        position: absolute;
        left: 12px;
        top: 14px;
        width: 34px !important;
        height: 34px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #edf3f5;
        color: #143653;
        font-weight: 900;
    }
    .rel-resource-table td:last-child {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: auto !important;
    }
    .rel-resource-title-link {
        display: block;
        font-size: 17px;
        line-height: 1.35;
    }
    .rel-resource-icon-actions {
        gap: 0;
    }
    .rel-resource-icon-actions a,
    .rel-resource-icon-actions button {
        width: 42px;
        height: 42px;
    }
    .rel-resource-modal {
        width: 100%;
        max-height: calc(100dvh - 108px);
        padding: 24px 20px;
        box-sizing: border-box;
    }
    .rel-resource-modal h3 {
        font-size: 25px;
        line-height: 1.25;
        word-break: break-word;
    }
}
.rel-testimonials {
    background: #143653;
    background-image: linear-gradient(120deg, rgba(79,163,156,.18), rgba(20,54,83,.98));
}
.rel-testimonials .site-title,
.rel-testimonials .site-title span {
    color: #fff;
}
.rel-testimonial-card {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 26px;
    box-shadow: 0 18px 40px rgba(0,0,0,.14);
}
.rel-testimonial-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    background: #143653;
    border-radius: 999px;
    padding: 10px 18px 10px 10px;
    color: #fff;
}
.rel-testimonial-head img,
.rel-testimonial-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}
.rel-testimonial-avatar {
    display: grid;
    place-items: center;
    background: #4fa39c;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
}
.rel-testimonial-head h4 {
    margin: 0;
    color: #fff;
    font-size: 21px;
}
.rel-testimonial-head span {
    color: #4fa39c;
    font-weight: 800;
}
.rel-testimonial-card p {
    color: #6c7480;
    line-height: 1.8;
}
.rel-stars {
    color: #4fa39c;
    display: flex;
    gap: 6px;
}

.rel-rich a.theme-btn.rel-download-btn,
.shop-single-desc a.theme-btn.rel-download-btn {
    color: #fff !important;
    text-decoration: none !important;
}

.rel-rich a.theme-btn.rel-download-btn span,
.shop-single-desc a.theme-btn.rel-download-btn span,
.rel-rich a.theme-btn.rel-download-btn i,
.shop-single-desc a.theme-btn.rel-download-btn i {
    position: relative;
    z-index: 2;
    color: #fff !important;
}

/* Compact main navigation */
@media (min-width: 992px) {
    .main-navigation .navbar .navbar-nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(10, max-content);
        column-gap: 0;
        align-items: center;
        justify-content: space-between !important;
        min-width: 0;
    }
    .main-navigation .navbar .navbar-nav > .nav-item:not(.rel-home-item):not(.rel-ecatalog-item) {
        display: flex;
        justify-content: center;
    }
    .main-navigation .navbar .rel-home-item {
        display: flex;
        justify-content: flex-start;
    }
    .main-navigation .navbar .nav-link {
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        white-space: nowrap;
        font-size: 13px;
    }
    .main-navigation .navbar .nav-item:last-child .nav-link {
        margin-right: 0 !important;
    }
    .main-navigation .navbar .rel-ecatalog-item {
        justify-self: end;
        margin-left: 0;
    }
    .main-navigation .navbar .offcanvas-body {
        width: 100%;
        flex: 1 1 auto;
        min-width: 0;
        gap: 0 !important;
    }
    .main-navigation .navbar .offcanvas-body > .nav-right {
        display: none !important;
    }
    .main-navigation .rel-home-link {
        flex: 0 0 auto !important;
        min-width: 22px;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .rel-category-all {
        margin-right: 6px !important;
    }
    .rel-category-all .category-btn {
        min-width: 158px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .rel-ecatalog-link {
        padding: 9px 16px !important;
        margin-left: 0 !important;
        gap: 9px !important;
        font-size: 15px !important;
    }
    .rel-pdf-badge {
        min-width: 36px;
        height: 24px;
        font-size: 11px;
    }
}
