:root {
    --primary: #2f6df4;
    --secondary: #00043A;
    --tertiary: #00043A;
    --aqua-light: #F7F7FF;
    --cyan-soft: #2f6df4;
    --cyan-digital: #2f6df4;
    --royal-blue: #00043A;
    --light: #F7F7FF;
    --dark: #00043A;
    --bs-primary: #2f6df4;
    --bs-secondary: #00043A;
    --bs-light: #F7F7FF;
    --bs-dark: #00043A;
    --header-offset: 140px;
}

.logo {
    max-width: 180px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1199.98px) {
    .logo {
        max-width: 150px;
        max-height: 48px;
    }
}

@media (max-width: 767.98px) {
    .logo {
        max-width: 120px;
        max-height: 40px;
    }
}

html {
    scroll-padding-top: var(--header-offset);
}

body {
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    color: #000000;
    background: #ffffff;
    overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
    height: auto;
}

input,
select,
textarea,
button {
    max-width: 100%;
}

table {
    width: 100%;
}

p,
li {
    hyphens: auto;
    word-break: break-word;
}

@media (max-width: 1199.98px) {
    :root {
        --header-offset: 90px;
    }
}

@media (max-width: 991.98px) {
    :root {
        --header-offset: 80px;
    }
}

@media (max-width: 575.98px) {
    .footer-link {
        white-space: normal !important;
        word-break: break-word;
    }

    .card-img-top {
        height: 200px !important;
    }

    .card-body {
        min-height: auto !important;
    }

    .btn,
    .btn-link {
        white-space: normal;
    }
}

.back-to-top {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
}

.back-to-top::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .45));
    z-index: -1;
}

.back-to-top::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 11px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(180deg, #7aa7ff, #2f6df4);
    box-shadow: 0 0 0 6px rgba(47, 109, 244, .10);
}

.back-to-top:hover,
.back-to-top:focus-visible {
    transform: translateY(-5px) scale(1.03);
    border-color: rgba(47, 109, 244, .28) !important;
    box-shadow: 0 24px 44px rgba(12, 27, 84, .22), inset 0 1px 0 rgba(255, 255, 255, .98);
}

.back-to-top:focus-visible {
    outline: none;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-family: "Inter", "Poppins", Arial, sans-serif;
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-family: "Tomorrow", "Poppins", Arial, sans-serif;
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-family: "Poppins", "Open Sans", Arial, sans-serif;
    font-weight: 500 !important;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

/* Back-to-top: slightly smaller so it doesn't obscure hero text */
.back-to-top.btn-lg-square {
    width: 58px;
    height: 58px;
}

.back-to-top.btn-lg-square i {
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
    transform: translateY(-1px);
    text-shadow: 0 8px 18px rgba(16, 32, 92, .18);
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.fixed-top {
    transition: .5s;
}

.top-bar {
    min-height: 45px;
    border-bottom: 1px solid rgba(47, 109, 244, .16);
    background: #00043A;
    padding: 6px 0;
    margin-bottom: 8px;
}

.top-bar,
.top-bar small,
.top-bar strong,
.top-bar a {
    color: #ffffff !important;
}

.top-bar i {
    color: #2f6df4 !important;
}

.top-bar small {
    white-space: nowrap;
}

.top-bar .lang-switch a {
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .75);
    background: transparent !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s ease;
}

.top-bar .lang-switch a:hover {
    background: rgba(255, 255, 255, .14) !important;
}

.top-bar .lang-switch a.active {
    background: #fff !important;
    color: #00043A !important;
    border-color: #fff !important;
    font-weight: 700;
}

.lang-select {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.lang-select__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.lang-select__label {
    white-space: nowrap;
}

.lang-select__btn i {
    font-size: 14px;
}

.top-bar .lang-select__btn {
    background: #fff;
    color: #00043A;
    border-color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
}

.top-bar .lang-select__btn i {
    color: #00043A;
}

.lang-select__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 170px;
    padding: 6px;
    border-radius: 12px;
    border: 1px solid rgba(0, 4, 58, .15);
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .15);
    display: none;
    z-index: 3000;
}

.lang-select.open .lang-select__menu {
    display: block;
}

.lang-select__option {
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    font-weight: 600;
    font-size: 13px;
    color: #00043A;
    cursor: pointer;
}

.lw-site-contact-band {
    position: relative;
    padding: 0 0 42px;
}

.lw-site-contact-band__shell {
    display: grid;
    gap: 20px;
}

.lw-site-contact-band__head {
    display: grid;
    gap: 12px;
    max-width: 760px;
}

.lw-site-contact-band__kicker {
    margin: 0;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #f4f4f4;
    color: rgba(0, 0, 0, .58);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lw-site-contact-band__head h2 {
    margin: 0;
    color: #111111;
    font-size: clamp(1.55rem, 2.8vw, 2.7rem);
    line-height: 1.06;
    letter-spacing: -.045em;
}

.lw-site-contact-band__head p:last-child {
    margin: 0;
    max-width: 60ch;
    color: rgba(0, 4, 58, .68);
    line-height: 1.72;
}

.lw-site-contact-band__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, .95fr);
    gap: 16px;
    align-items: stretch;
}

.lw-site-contact-band__grid--card-only {
    grid-template-columns: minmax(280px, 380px);
    justify-content: end;
}

.lw-site-contact-band__reason,
.lw-site-contact-band__card {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #ffffff;
    box-shadow: 0 16px 28px rgba(0, 0, 0, .05);
}

.lw-site-contact-band__reason::before,
.lw-site-contact-band__card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #111111, rgba(17, 17, 17, .14), transparent);
}

.lw-site-contact-band__reason {
    display: grid;
    gap: 14px;
}

.lw-site-contact-band__index {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f3f3f3;
    color: #111111;
    font-size: .86rem;
    font-weight: 800;
}

.lw-site-contact-band__reason h3 {
    margin: 0;
    color: #111111;
    font-size: 1.14rem;
    line-height: 1.24;
}

.lw-site-contact-band__reason p {
    margin: 0;
    color: rgba(0, 4, 58, .68);
    line-height: 1.68;
}

.lw-site-contact-band__card {
    display: grid;
    gap: 14px;
    background: linear-gradient(180deg, #ffffff, #f7f7f7);
}

.lw-site-contact-band__card-label {
    margin: 0;
    color: rgba(0, 0, 0, .5);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lw-site-contact-band__mail {
    color: #111111;
    text-decoration: none;
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.35;
    word-break: break-word;
}

.lw-site-contact-band__mail:hover {
    color: #111111;
}

.lw-site-contact-band__card-text {
    margin: 0;
    color: rgba(0, 4, 58, .66);
    line-height: 1.68;
}

.lw-site-contact-band__actions {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.lw-site-contact-band__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    width: 100%;
    padding: 0 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.lw-site-contact-band__btn:hover {
    transform: translateY(-1px);
}

.lw-site-contact-band__btn--primary {
    background: #111111;
    border: 1px solid #111111;
    color: #ffffff;
}

.lw-site-contact-band__btn--primary:hover {
    background: #222222;
    border-color: #222222;
    color: #ffffff;
}

.lw-site-contact-band__btn--secondary {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .12);
    color: #111111;
}

.lw-site-contact-band__btn--secondary:hover {
    background: #f4f4f4;
    color: #111111;
}

.lw-site-contact-band__marquee {
    position: relative;
    overflow: hidden;
    min-height: 58px;
    padding: 6px 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.lw-site-contact-band__track {
    display: flex;
    width: max-content;
    gap: 14px;
    animation: lwSiteContactTicker 22s linear infinite;
    will-change: transform;
}

.lw-site-contact-band__track span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .08);
    color: #111111;
    font-size: .92rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .04);
}

@keyframes lwSiteContactTicker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 1199.98px) {
    .lw-site-contact-band__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .lw-site-contact-band__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .lw-site-contact-band__actions {
        display: grid;
        gap: 12px;
    }
}

@media (max-width: 575.98px) {
    .lw-site-contact-band {
        padding-bottom: 28px;
    }

    .lw-site-contact-band__reason,
    .lw-site-contact-band__card {
        border-radius: 14px;
        padding: 16px;
    }

    .lw-site-contact-band__track span {
        min-height: 40px;
        padding: 0 14px;
        font-size: .88rem;
    }
}

.lang-select__option:hover {
    background: rgba(47, 109, 244, .08);
}

.lang-select__option.active {
    background: #2f6df4;
    color: #fff;
}

.navbar .lang-select__btn {
    border-color: rgba(47, 109, 244, .2);
    background: rgba(47, 109, 244, .06);
    color: #00043A;
}

.navbar .lang-select__btn i {
    color: #00043A;
}

.lang-select--mobile .lang-select__btn {
    padding: 5px 10px;
    font-size: 11px;
}

.lang-select--mobile .lang-select__menu {
    right: 0;
    min-width: 150px;
}

.lang-switch {
    display: flex;
    gap: 6px;
    align-items: center;
    white-space: nowrap;
    margin-left: 12px;
}

.lang-switch a {
    padding: 4px 8px;
    border: 1px solid rgba(47, 109, 244, .25);
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    color: #00043A;
    background: rgba(255, 255, 255, .55);
    cursor: pointer;
}

.lang-switch a.active {
    font-weight: 700;
    border-color: rgba(47, 109, 244, .7);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-brand {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

@media (max-width: 1199.98px) {
    .container-fluid.fixed-top {
        background: #fff;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
        z-index: 2000;
    }

    .container-fluid.fixed-top.is-scrolled {
        background: #fff;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .10);
    }

    .navbar {
        background: #fff;
    }

    .navbar {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .navbar-brand {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }

    .navbar-toggler {
        padding: .25rem .5rem;
    }

    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
        white-space: normal;
    }

    .navbar .dropdown-menu {
        width: 100%;
        max-width: 100%;
        padding: 8px 10px;
        border-radius: 14px;
    }

    .navbar .dropdown-menu .dropdown-item {
        font-size: 0.92rem;
        line-height: 1.25;
        padding: 8px 10px;
        white-space: normal;
        word-break: break-word;
    }
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .navbar .navbar-nav {
    margin-right: 0 !important;
    margin-left: auto !important;
}

html[dir="rtl"] .dropdown-menu {
    text-align: right;
}

.footer-line {
    line-height: 1.55;
}

.footer-ico {
    color: var(--primary);
    font-size: 1.05rem;
    vertical-align: middle;
}

.footer-label {
    color: rgba(255, 255, 255, .78);
    font-weight: 700;
}

.footer-text {
    color: rgba(255, 255, 255, .92);
}

.footer-link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.footer-link:hover {
    color: var(--primary);
    text-decoration: underline;
}

.footer-label-sky {
    color: var(--primary) !important;
}

.footer-dropdown .dropdown-menu {
    min-width: 260px;
}

@media (max-width: 991.98px) {
    .footer-dropdown .dropdown-menu {
        padding: 8px 10px !important;
        border-radius: 14px;
    }

    .footer-dropdown .dropdown-menu .dropdown-item {
        font-size: 0.92rem !important;
        line-height: 1.25 !important;
        padding: 8px 10px !important;
        white-space: normal !important;
        word-break: break-word;
    }

    .footer-dropdown .dropdown-menu .dropdown-item:last-child {
        margin-bottom: 2px;
    }
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media (max-width: 1399.98px) {
    .top-bar small {
        white-space: normal !important;
    }

    .top-bar .flex-nowrap {
        flex-wrap: wrap !important;
    }

    .top-bar small,
    .top-bar strong,
    .top-bar a {
        font-size: 0.85rem;
    }
}

@media (max-width: 1199.98px) {
    .lang-switch-mobile {
        display: flex;
        gap: 6px;
        align-items: center;
        white-space: nowrap;
    }

    .lang-switch-mobile a {
        padding: 4px 7px;
        font-size: 11px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid rgba(47, 109, 244, .25);
        color: #00043A;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/photos/Tetouan-mountain.jpg) center/cover no-repeat;
    background-image: image-set(url("../img/photos/Tetouan-mountain.webp") type("image/webp"), url("../img/photos/Tetouan-mountain.jpg") type("image/jpeg"));
    background-size: cover;
    margin-top: var(--header-offset);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

.facts {
    background: linear-gradient(rgba(47, 109, 244, .94), rgba(47, 109, 244, .94)), url(../img/ui/bg.png);
    background-image: linear-gradient(rgba(47, 109, 244, .94), rgba(47, 109, 244, .94)), image-set(url("../img/ui/bg.webp") type("image/webp"), url("../img/ui/bg.png") type("image/png"));
}

.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(47, 109, 244, .94), rgba(47, 109, 244, .94)), url(../img/ui/bg.png);
    background-image: linear-gradient(rgba(47, 109, 244, .94), rgba(47, 109, 244, .94)), image-set(url("../img/ui/bg.webp") type("image/webp"), url("../img/ui/bg.png") type("image/png"));
    z-index: -1;
}

.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .lw-site-contact-band__track {
        animation: none !important;
    }

    .lw-site-contact-band__btn {
        transition: none;
    }
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}

.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}

.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #00043A;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

@media (min-width: 1600px) {
    :root {
        font-size: 17px;
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1480px;
    }
}

@media (min-width: 1900px) {
    :root {
        font-size: 18px;
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1680px;
    }
}

@media (min-width: 2400px) {
    :root {
        font-size: 19px;
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1860px;
    }
}

/* RTL fixes (Arabic) */
html[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] body {
    text-align: right;
}

html[dir="rtl"] body,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] .navbar,
html[dir="rtl"] .btn,
html[dir="rtl"] .dropdown-item,
html[dir="rtl"] .footer {
    font-family: "Cairo", "Noto Kufi Arabic", "Noto Sans Arabic", "Geeza Pro", "Tahoma", "Arial", sans-serif;
    letter-spacing: 0;
}

html[dir="rtl"] p,
html[dir="rtl"] li {
    line-height: 1.8;
}

html[dir="rtl"] .text-start {
    text-align: right !important;
}

html[dir="rtl"] .text-end {
    text-align: left !important;
}

html[dir="rtl"] .navbar-nav {
    margin-right: 0 !important;
    margin-left: auto !important;
}

@media (min-width: 1200px) {
    html[dir="rtl"] .navbar-nav {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    html[dir="rtl"] .navbar-collapse {
        justify-content: flex-start;
    }
}

html[dir="rtl"] .navbar-brand {
    margin-right: 1.5rem;
    margin-left: 0;
}

html[dir="rtl"] .navbar .lang-select--mobile {
    margin-right: auto;
    margin-left: 0;
}

html[dir="rtl"] .navbar .navbar-toggler {
    margin-left: 1.5rem;
    margin-right: 0;
}

html[dir="rtl"] .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
}

html[dir="rtl"] .dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0;
}

html[dir="rtl"] .lang-select__btn {
    flex-direction: row-reverse;
}

html[dir="rtl"] .lang-select__menu {
    right: 0;
    left: auto;
    text-align: right;
}

html[dir="rtl"] .lang-select__option {
    text-align: right;
}

html[dir="rtl"] .lang-switch {
    margin-right: 12px;
    margin-left: 0;
}

html[dir="rtl"] .footer .row.g-5 {
    flex-direction: row-reverse;
}

html[dir="rtl"] .footer .btn.btn-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-align: right;
    text-transform: none;
}

html[dir="rtl"] .footer .btn.btn-link::before {
    content: none;
}

html[dir="rtl"] .footer .d-flex.pt-2 {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

html[dir="rtl"] .footer-line {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: .35rem .5rem;
    text-align: right;
}

html[dir="rtl"] .footer-line .footer-ico {
    margin: 2px 0 0 !important;
}

html[dir="rtl"] .footer-line strong,
html[dir="rtl"] .footer-line a {
    text-align: right;
}

html[dir="rtl"] .footer-line a {
    width: 100%;
    display: inline-block;
}

html[dir="rtl"] .footer-link {
    white-space: normal;
}

html[dir="rtl"] a[href^="tel:"],
html[dir="rtl"] a[href^="mailto:"] {
    direction: ltr;
    unicode-bidi: isolate;
}

html[dir="rtl"] .footer .btn.btn-link::after {
    position: relative;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-inline-start: 10px;
}

html[dir="rtl"] .footer .btn.btn-link:hover {
    letter-spacing: 0;
}

html[dir="rtl"] .me-1 { margin-left: .25rem !important; margin-right: 0 !important; }
html[dir="rtl"] .me-2 { margin-left: .5rem !important; margin-right: 0 !important; }
html[dir="rtl"] .me-3 { margin-left: 1rem !important; margin-right: 0 !important; }
html[dir="rtl"] .me-4 { margin-left: 1.5rem !important; margin-right: 0 !important; }
html[dir="rtl"] .me-5 { margin-left: 3rem !important; margin-right: 0 !important; }
html[dir="rtl"] .me-auto { margin-left: auto !important; margin-right: 0 !important; }

html[dir="rtl"] .ms-1 { margin-right: .25rem !important; margin-left: 0 !important; }
html[dir="rtl"] .ms-2 { margin-right: .5rem !important; margin-left: 0 !important; }
html[dir="rtl"] .ms-3 { margin-right: 1rem !important; margin-left: 0 !important; }
html[dir="rtl"] .ms-4 { margin-right: 1.5rem !important; margin-left: 0 !important; }
html[dir="rtl"] .ms-5 { margin-right: 3rem !important; margin-left: 0 !important; }
html[dir="rtl"] .ms-auto { margin-right: auto !important; margin-left: 0 !important; }

html[dir="rtl"] .navbar-nav.ms-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

/* ── Public toast notifications ────────────────────────────────────────── */
#lw-toast-wrap {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}
.lw-toast {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 40px rgba(0,4,58,.18), 0 2px 8px rgba(0,4,58,.06);
  min-width: 300px;
  max-width: 420px;
  position: relative;
  overflow: hidden;
  pointer-events: auto;
  transform: translateX(calc(100% + 40px));
  opacity: 0;
  transition: transform .32s cubic-bezier(.34,1.28,.64,1), opacity .22s ease;
}
.lw-toast.is-in { transform: translateX(0); opacity: 1; }
.lw-toast__icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
  font-size: 1rem;
  margin-top: 1px;
}
.lw-toast--success .lw-toast__icon { background: rgba(26,127,55,.1);  color: #1a7f37; }
.lw-toast--error   .lw-toast__icon { background: rgba(217,48,37,.1);  color: #d93025; }
.lw-toast__msg {
  flex: 1;
  font-size: .88rem;
  color: rgba(0,4,58,.82);
  line-height: 1.55;
  margin: 0;
  padding-top: 8px;
}
.lw-toast__close {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(0,4,58,.06);
  color: rgba(0,4,58,.38);
  font-size: .72rem;
  cursor: pointer;
  display: grid; place-items: center;
  flex-shrink: 0;
  margin-top: 4px;
  transition: background .15s;
}
.lw-toast__close:hover { background: rgba(0,4,58,.12); }
.lw-toast__bar {
  position: absolute;
  bottom: 0; left: 0;
  height: 3px; width: 100%;
  transform-origin: left;
  border-radius: 0 0 16px 16px;
  animation: lw-toast-bar 5s linear forwards;
}
.lw-toast--success .lw-toast__bar { background: #1a7f37; }
.lw-toast--error   .lw-toast__bar { background: #d93025; }
@keyframes lw-toast-bar { from { transform: scaleX(1); } to { transform: scaleX(0); } }
@media (max-width: 480px) {
  #lw-toast-wrap { top: auto; bottom: 16px; right: 12px; left: 12px; }
  .lw-toast { min-width: 0; width: 100%; max-width: 100%; }
}

/* ─── Cross-page navigation tabs ───────────────────────────── */
.lw-pg-nav {
  background: #fff;
  border-bottom: 1.5px solid rgba(0, 4, 58, 0.07);
}
[data-lw-site-header] + .lw-pg-nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.18s ease;
}
[data-lw-site-header].is-ready + .lw-pg-nav {
  visibility: visible;
  opacity: 1;
}
.lw-pg-nav-inner {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}
.lw-pg-nav-inner::-webkit-scrollbar { display: none; }
.lw-pg-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 13px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(0, 4, 58, 0.45);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s;
}
.lw-pg-nav-link i { font-size: 0.82rem; }
.lw-pg-nav-link:hover { color: #2f6df4; }
.lw-pg-nav-link--active { color: #2f6df4; border-bottom-color: transparent; }

@media (max-width: 767.98px) {
  .lw-pg-nav-link--active {
    border-bottom-color: transparent;
  }
}
