@charset "UTF-8";
:root {
    --white-color: #fff;
    --orange-color: #fe8d2a;
    --green-dark-color: #01723a;
}

:root,
[data-bs-theme="dark"] {
}
:root,
[data-bs-theme="light"] {
}
@font-face {
    font-display: block;
    font-family: Inter;
    src: url(../fonts/Inter/Inter-VariableFont_slntwght.ttf) format("truetype");
}
@font-face {
    font-display: block;
    font-family: Cairo;
    src: url(../fonts/Cairo/Cairo-VariableFont_slntwght.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Almarai;
    src: url(../fonts/Almarai/Almarai-Bold.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Somar-Sans;
    src: url(../fonts/SomarSans/SomarSans-Regular.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Nunito;
    src: url(../fonts/Nunito/Nunito-Bold.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Saudi-Riyal;
    src: url(../fonts/Saudi-Riyal/saudi_riyal.ttf) format("truetype");
}
@font-face {
    font-family: UAE-Dirham;
    src: url(../fonts/UAE-Dirham/AED-Regular.otf) format("truetype");
}

body {
    font-family: "Somar-Sans", "sans-serif" !important;
    overflow-x: hidden;
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1220px !important;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.section-py {
    padding-block: 6.25rem;
    padding-inline: 0;
}

@media (max-width: 1199.98px) {
    .section-py {
        padding-block: 4rem;
        padding-inline: 0;
    }
}

@media (max-width: 767.98px) {
    .section-py {
        padding-block: 3rem;
        padding-inline: 0;
    }
}

ul {
    list-style: none;
}

.rail {
    position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .rail {
        margin-top: 3rem;
    }
}
.rail > .title {
    align-items: center;
    color: var(--dark-blue-color);
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}
.rail > .title h1 {
    font-size: var(--responsive-font-size-xl-24);
    font-weight: 700;
}
.rail > .title a {
    color: var(--orange-dark-color);
    font-size: var(--responsive-font-size-md-16);
    font-weight: 700;
    text-decoration: none;
}
.rail > .title a:hover {
    text-decoration: underline;
}
.rail .content {
    align-items: flex-start;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    display: flex;
    gap: 1.6rem;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.rail .content a {
    text-decoration: none;
}
.rail .content.free-scroll {
    overflow-x: auto;
}
.rail .content.free-scroll::-webkit-scrollbar {
    height: 4px;
}
.rail .content.free-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.rail .content.free-scroll::-webkit-scrollbar-thumb {
    background: #8a90a3;
    border-radius: 10px;
}
.rail .content.free-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--dark-gray-color);
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .rail .content.free-scroll::-webkit-scrollbar {
        height: 0;
    }
    .rail .content.free-scroll::-webkit-scrollbar-track {
        background: transparent;
    }
    .rail .content.free-scroll::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 10px;
    }
    .rail .content.free-scroll::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }
}
@media (max-width: 575.98px) {
    .rail .content.free-scroll::-webkit-scrollbar {
        height: 0;
    }
    .rail .content.free-scroll::-webkit-scrollbar-track {
        background: transparent;
    }
    .rail .content.free-scroll::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 10px;
    }
    .rail .content.free-scroll::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }
}
.rail .content.free-scroll img {
    width: clamp(9.8em, 9.8em + 80 * (100vw - 40em)/800, 14em);
}
.rail .slick-track .product-card {
    margin: 0.7rem;
}
.rail-arrow {
    background-color: #fff;
    border-radius: 10000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
        0 2px 4px rgba(0, 0, 0, 0.04);
    padding: 1em 1em 0.8em;
    position: absolute;
    top: 60%;
}
.rail-arrow:hover {
    cursor: pointer;
}
.rail-arrow:hover svg path {
    fill: var(--orange-dark-color);
}
.next {
    right: 50px;
}
.previous {
    left: 50px;
    z-index: 1;
}
[dir="rtl"] .previous {
    left: 50px;
}

section.cta {
    height: auto;
    position: relative;
}
section.cta .container {
    inset: 0;
    position: absolute;
    z-index: 2;
}
section.cta:after {
    /* background: linear-gradient(180deg, transparent, #000); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .carousel.home-carousel {
        height: 30em;
    }
}
@media (min-width: 575.98px) and (max-width: 991.98px) {
    .carousel.home-carousel {
        aspect-ratio: 144/49;
    }
}
@media (max-width: 575.98px) {
    .carousel.home-carousel {
        aspect-ratio: 7/4;
    }
}
.carousel.home-carousel .slide {
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: visibility 1.5s, opacity 1.5s ease-in-out;
    visibility: hidden;
    width: 100%;
    will-change: visibility, opacity;
}
@media (min-width: 1200px) {
    .carousel.home-carousel .slide {
        aspect-ratio: 144/49;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel.home-carousel .slide {
        aspect-ratio: 144/49;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel.home-carousel .slide {
        aspect-ratio: 144/49;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel.home-carousel .slide {
        aspect-ratio: 144/49;
    }
}
@media (min-width: 480px) and (max-width: 767.98px) {
    .carousel.home-carousel .slide {
        aspect-ratio: 7/4;
    }
}
@media (max-width: 575.98px) {
    .carousel.home-carousel .slide {
        aspect-ratio: 7/4;
    }
}
.carousel.home-carousel .slide.active {
    opacity: 1;
    visibility: visible;
}
.carousel.home-carousel .content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 991.98px) {
    .carousel.home-carousel .content {
        bottom: 10%;
    }
}
@media screen and (min-width: 992px) {
    .carousel.home-carousel .content {
        bottom: 10%;
    }
}
.carousel.home-carousel .content p {
    color: #fff;
    font-size: var(--responsive-font-size-lg-18);
    font-weight: 500;
}
.carousel.home-carousel .content h1 {
    color: var(--white-color);
    font-size: var(--responsive-font-size-xl-64);
    font-weight: 600;
}
@media (max-width: 575.98px) {
    .carousel.home-carousel .content h1 {
        color: var(--white-color);
        font-size: var(--responsive-font-size-xl-24);
        font-weight: 600;
    }
}
.carousel.home-carousel .content .bar {
    background-color: hsla(0, 0%, 100%, 0.322);
    border-radius: 1000em;
    flex: 1;
    height: 0.3em;
    min-width: 3em;
    position: relative;
    top: -15px;
}
@media (max-width: 575.98px) {
    .carousel.home-carousel .content .bar {
        min-width: 1.5em;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel.home-carousel .content .bar {
        min-width: 2.5em;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel.home-carousel .content .bar {
        min-width: 3.5em;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel.home-carousel .content .bar {
        min-width: 4.5em;
    }
}
.carousel.home-carousel .content .bar.current {
    background-color: var(--white-color);
}
.carousel.home-carousel .content img {
    width: 60px;
}
@media (max-width: 575.98px) {
    .carousel.home-carousel .content img {
        width: 40px;
    }
    .carousel.home-carousel .content a {
        font-size: var(--font-size-sm-10);
        margin-top: 1.2rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}
.carousel.home-carousel .content .d-flex.gap-3 {
    margin-top: 3rem !important;
}
@media (max-width: 575.98px) {
    .carousel.home-carousel .content .d-flex.gap-3 {
        margin-top: 1rem !important;
    }
}
@media screen and (min-width: 768px) {
    [dir="rtl"] .carousel.home-carousel .content #inner-content {
        padding-right: 40px;
    }
    [dir="ltr"] .carousel.home-carousel .content #inner-content {
        padding-left: 40px;
    }
}
@media (min-width: 851px) and (max-width: 991.98px) {
    .carousel.home-carousel .content #inner-content {
        padding-bottom: 45px;
    }
}

.collapse-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}
.collapse-dropdown.show {
    max-height: 500px;
    opacity: 1;
}

.feature-box-container {
    background-color: var(--bs-paper-bg);
    box-shadow: var(--bs-box-shadow-sm);
    border-radius: 0.8em;
    overflow: hidden;
    padding: clamp(1.8em, 0.80001em + 1.111vw, 2.4em)
        clamp(2.5em, 1.33342em + 1.2962vw, 3.2em);
    z-index: 2;
    width: 100%;
    min-height: 150px;
    position: relative;
}

.feature-box-container h4 {
    font-size: clamp(1.2rem, 2vw + 1rem, 2rem);
    line-height: clamp(3.2rem, 5vw + 1rem, 6rem);
    margin-bottom: 10px;
    color: #56ca00;
}

.feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    gap: 15px;
}
.feature-box-icon {
    background-color: rgba(227, 247, 78, 0.2);
    border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.feature-box-icon i {
    font-size: clamp(45px, 3vw, 45px);
}
.feature-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.feature-box-content span {
    color: #56ca00;
    font-size: clamp(14px, 1vw + 10px, 20px);
    line-height: clamp(24px, 2vw + 8px, 32px);
}

.feature-box-content a span {
    color: #56ca00;
    font-size: clamp(20px, 2vw + 8px, 28px);
    line-height: clamp(18px, 1.5vw + 8px, 22px);
    font-weight: 600;
}

/*colors*/
.orange {
    color: var(--orange-color);
}
.orange-dark {
    color: var(--orange-dark-color);
}
.orange-medium {
    color: var(--orange-medium-color);
}
.orange-light {
    color: var(--orange-light-color);
}
.blue {
    color: var(--bs-twitter);
}
.blue-light {
    color: var(--bs-vimeo);
}
.silver {
    color: var(--gradient-silver-color);
}
.green {
    color: var(--green-dark-color);
}
.gold {
    color: var(--gradient-gold-color);
}
.yellow {
    color: var(--yellow-color);
}
.red {
    color: var(--bs-youtube);
}
.footer-about {
    font-size: 14px;
    line-height: clamp(2.2rem, 2vw, 2.7rem);
    color: var(--gray-color);
    margin-inline: 10px;
}
.slogan_text {
    border: 2px solid #fbbc05;
    margin: 8px;
    border-radius: 10px;
    padding: 5px !important;
    color: #009bb8;
    font-size: 14px;
    font-weight: 600;
}

.elements-social {
    margin: 0 5px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.elements-social a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0.5rem;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    font-size: 34px;
}
.elements-social a:hover {
    color: white;
    background-color: #3b5998;
    box-shadow: 0 0 30px rgba(23, 23, 23, 0.25);
    transform: translate3d(0, -3px, 0);
}

.contact_form {
    --bs-bg-opacity: 0.6;
    border-radius: 10px !important;
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

/* custom sizes according 65% */

/* end custom sizes */
.btn-square {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    background-color: var(--orange-color);
    color: #fff;
}
.btn-square:hover {
    background-color: var(--orange-dark-color);
    color: #fff;
}

.has-scroller {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.has-scroller::-webkit-scrollbar {
    height: 8px;
}

.has-scroller::-webkit-scrollbar-track {
    background: rgba(255, 250, 240, 0.6);
    border-radius: 10px;
}

.has-scroller::-webkit-scrollbar-thumb {
    background: linear-gradient(
        90deg,
        rgba(50, 50, 50, 0.9) 0%,
        rgba(70, 70, 70, 0.9) 50%,
        rgba(90, 90, 90, 0.9) 100%
    );
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

.has-scroller::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        90deg,
        rgba(60, 60, 60, 1) 0%,
        rgba(80, 80, 80, 1) 50%,
        rgba(100, 100, 100, 1) 100%
    );
    box-shadow: 0 0 8px rgba(50, 50, 50, 0.6);
    cursor: pointer;
}

.has-scroller::-webkit-scrollbar-thumb:active {
    background: linear-gradient(
        90deg,
        rgba(40, 40, 40, 1) 0%,
        rgba(60, 60, 60, 1) 50%,
        rgba(80, 80, 80, 1) 100%
    );
    box-shadow: 0 0 12px rgba(30, 30, 30, 0.8);
}

.navbar-nav {
    text-transform: capitalize;
}
.hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-text h2 {
    font-family: Amiri, sans-serif !important;
}

.hero-section .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: auto;
    gap: 20px;
    padding: 45px 40px 50px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .content-container {
        padding: 70px 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .hero-section .content-container {
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 10px;
    }
}

.hero-section .content-container .hero-content {
    max-width: 708px;
    width: 100%;
    padding-top: 140px;
}

@media (min-width: 1280px) {
    .hero-section .content-container .hero-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hero-section .content-container .hero-content {
        max-width: 50%;
        width: 100%;
        padding-top: 120px;
    }
}

@media (max-width: 1023px) {
    .hero-section .content-container .hero-content {
        width: 100%;
        padding-top: 0;
    }
}

.hero-section .content-container .hero-content .hero-text h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .hero-section .content-container .hero-content .hero-text h1 {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .hero-section .content-container .hero-content .hero-text h1 {
        font-size: 42px;
    }
}

.hero-section .content-container .hero-content .hero-text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .hero-section .content-container .hero-content .hero-text p {
        font-size: 16px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hero-section .content-container .hero-content .hero-text p {
        font-size: 18px;
    }
}

.hero-section .content-container .hero-content .hero-points {
    margin-top: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hero-section .content-container .hero-content .hero-points {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .hero-section .content-container .hero-content .hero-points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.hero-section .content-container .hero-content .hero-points .hero-point {
    min-width: 135px;
    max-width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 19px;
}

.hero-section .content-container .hero-content .hero-points .hero-point h6 {
    margin: 12px 0 0;
    color: #24343f;
    font-size: 14px;
    font-weight: 600;
}

.hero-section .content-container .hero-image {
    max-width: 550px;
    width: 100%;
}

@media (min-width: 1280px) {
    .hero-section .content-container .hero-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 550px;
        flex: 0 0 550px;
        min-width: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hero-section .content-container .hero-image {
        max-width: 50%;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .hero-section .content-container .hero-image {
        max-width: 100%;
    }
}

.hero-section .content-container .hero-image .image-container {
    position: relative;
}

.hero-section .content-container .hero-image .image-container .hero-image-bg {
    position: absolute;
    bottom: -100px;
    right: -20px;
    width: 100%;
    height: 100%;
}

.hero-section
    .content-container
    .hero-image
    .image-container
    .hero-image-bg
    img {
    width: 100%;
    height: auto;
}

.hero-section .content-container .hero-image .image-container img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    position: relative;
}

@media (max-width: 1023px) {
    .hero-section .content-container .hero-image .image-container img {
        max-height: clamp(340px, 70vw, 425px);
    }
}
@media (max-width: 550px) {
    .nav-tools {
        position: fixed; /* fixed so it stays in the middle when scrolling */
        left: 0;
        top: 50%; /* push it to the middle */
        transform: translateY(-50%); /* offset to center exactly */
        display: flex;
        flex-direction: column !important;
        background-color: var(--bs-paper-bg);
        padding: 5px;
        border-radius: 0 10px 10px 0;
    }
    .app-brand {
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        align-items: center;
        line-height: 1;
        justify-content: center;
    }
}
.app-brand-text {
    font-family: "Amiri", sans-serif !important;
    font-size: clamp(18px, 3vw, 20px) !important;
}

/* related box scroll by x */
.related-lesson-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
    /* hide scrollbar in Firefox */
}

.related-lesson-container::-webkit-scrollbar {
    display: none;
    /* hide scrollbar in Chrome/Safari */
}

.related-lesson-container > div {
    flex: 0 0 auto;
    width: 250px;
}

/* Large devices: show scrollbar */
@media (min-width: 992px) {
    .related-lesson-container {
        scrollbar-width: auto;
        /* show scrollbar in Firefox */
    }

    .related-lesson-container::-webkit-scrollbar {
        display: block;
        /* show scrollbar in Chrome/Safari */
        height: 8px;
        /* thickness of horizontal scrollbar */
    }

    .related-lesson-container::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 4px;
    }

    .related-lesson-container::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
}
/* end of related box scroll by x */

/* side_menu in lessons */

/* Header */

/* Stage list items */
.card-stages .list-group-item {
    border: none;
    transition: background 0.2s, color 0.2s;
}

/* Hover effect on stage item */
.card-stages .list-group-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.5rem;
    border-radius: 8px;
    color: #212529;
    transition: all 0.2s;
}

.card-stages .list-group-item a:hover {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
    text-decoration: none;
}

/* Collapse list (grades) */
.card-stages .list-group-item ul {
    padding-left: 1rem;
    margin-top: 0.5rem;
}

.card-stages .list-group-item ul li a {
    font-size: 0.95rem;
    padding: 0.3rem 0.5rem;
    display: block;
    border-radius: 6px;
    color: #495057;
    transition: all 0.2s;
}

.card-stages .list-group-item ul li a:hover {
    background-color: rgba(40, 167, 69, 0.15);
    color: #218838;
}

/* Collapse arrow rotation */
.card-stages .list-group-item a.collapsed i {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.card-stages .list-group-item a:not(.collapsed) i {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

/* end of side_menu in lessons */

.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

/* للشاشات الكبيرة */
@media (min-width: 992px) {
    .grid-container {
        grid-template-columns: 25% 75%;
    }
}

footer .footer-links-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1.2em;
}

.footer-bottom {
    --bs-footer-bottom-bg: #211b2c;
    background-color: var(--bs-footer-bottom-bg);
}

footer .footer-links-group ul {
    align-self: stretch;
    -moz-column-count: 2;
    column-count: 2;
    font-size: var(--responsive-font-size-md-14);
    font-weight: 500;
    list-style-type: none;
    padding: 0;
}
footer .footer-links-group ul li {
    margin-inline: 10px;
    padding-top: 8px;
}
