﻿main {
    max-width: 1500px;
    margin: 0 auto;
}

@font-face {
    font-family: 'GE SS light' ;
    src: url("../Fonts/GE-SS-Two-Font-Family/GE%20SS%20Two%20Light%20-%20[UrduFonts.com].otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS medium' ;
    src: url("../Fonts/GE-SS-Two-Font-Family/GE%20SS%20Two%20Medium%20-%20[UrduFonts.com].otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Expo Arabic Light' ;
    src: url("../Fonts/expo-arabic/Expo%20Arabic%20Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Expo Arabic Medium' ;
    src: url("../Fonts/expo-arabic/Expo%20Arabic%20Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Expo Arabic Bold' ;
    src: url("../Fonts/expo-arabic/Expo%20Arabic%20Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Expo Arabic Book' ;
    src: url("../Fonts/expo-arabic/Expo%20Arabic%20Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Tajawal" ;
    src: url("../Fonts/Tajawal-fonts/Tajawal-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #D0CEE3 ;
    
}


    body::-webkit-scrollbar {
        width: 12px;
        background-color: #6F6AA6;
    }

    body::-webkit-scrollbar-thumb {
        background-color: white;
        border-radius: 10px;
    }

/* h1 {
    font-size: 50px;
    color: #6F6AA6;
    font-family: 'Expo Arabic Bold' ;
    font-weight: 700;
}

h2 {
    font-size: 45px;
    color: black;
    font-family: 'Expo Arabic Bold';
    font-weight: 700;
}

h3 {
    font-size: 40px;
    color: black;
    font-family: 'Expo Arabic Bold' !important;
    font-weight: 700;
}

h4 {
    font-size: 30px;
    color: black;
    font-family: 'Expo Arabic Bold' ;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    color: black;
    font-family: 'Expo Arabic Bold' ;
    font-weight: 700;
} */

.f-40 {
    font-size: 40px;
}

.f-30 {
    font-size: 30px;
}

.f-20 {
    font-size: 20px;
}

.f-16 {
    font-size: 16px;
}

.f-14 {
    font-size: 14px;
}

.f-12 {
    font-size: 12px;
}

.f-10 {
    font-size: 10px;
}

.w-400 {
    font-weight: 400;
}

.w-500 {
    font-weight: 500;
}

.w-600 {
    font-weight: 600;
}

.w-700 {
    font-weight: 700;
}

.w-800 {
    font-weight: 800;
}

.main-heading {
    font-family: 'Expo Arabic Bold' ;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #6F6AA6;
}

@media only screen and (max-width: 767px) {
    .main-heading {
        font-size: 30px;
        line-height: normal;
        text-transform: capitalize;
    }
}

.expo-fonts {
    font-family: 'Expo Arabic Bold' ;
}

.text-primary {
    color: #6F6AA6 !important;
}

.text-gray {
    color: #858688 !important;
}

.text {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px;
    /* or 156% */
    text-align: justify;
    color: #000000;
    font-family: 'Expo Arabic Book' !important;
}

@media only screen and (max-width: 560px) {
    .text {
        font-size: 14px;
    }
}

.about-text h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Expo Arabic Medium' !important;
    color: #000000;
}

@media only screen and (max-width: 560px) {
    .about-text h3 {
        font-size: 14px;
    }
}

.about-heading {
    font-size: 24px;
    font-weight: 500;
    color: #6F6AA6;
    font-family: 'Expo Arabic Medium' !important;
}

@media only screen and (max-width: 560px) {
    .about-heading {
        font-size: 20px;
        margin-top: 20px !important;
    }
}

@keyframes dropdown-animation {
    0% {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    75% {
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }

    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes starRing {
    from, 20% {
        animation-timing-function: ease-in;
        opacity: 1;
        stroke-width: 16px;
        transform: scale(0);
    }

    35% {
        animation-timing-function: ease-out;
        opacity: 0.5;
        stroke-width: 16px;
        transform: scale(1);
    }

    50%, to {
        opacity: 0;
        stroke-width: 0;
        transform: scale(1);
    }
}

@keyframes starFill {
    from, 40% {
        animation-timing-function: ease-out;
        transform: scale(0);
    }

    60% {
        animation-timing-function: ease-in-out;
        transform: scale(1.2);
    }

    80% {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}

@keyframes starStroke {
    from {
        transform: scale(1);
    }

    20%, to {
        transform: scale(0);
    }
}

@keyframes starLine {
    from, 40% {
        animation-timing-function: ease-out;
        stroke-dasharray: 1 23;
        stroke-dashoffset: 1;
    }

    60%, to {
        stroke-dasharray: 12 12;
        stroke-dashoffset: -12;
    }
}

.main-btn {
    background: #6F6AA6;
    border-radius: 999px;
    padding: 10px 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    /*display: flex;*/
    align-items: center;
    text-align: center;
    border: none;
    color: white;
    border: 2px solid transparent;
    font-family: 'Expo Arabic Bold' !important;
}

    .main-btn:hover {
        box-shadow: rgba(190, 185, 185, 0.685) 0px 2px 8px 0px;
        background-color: #D0CEE3;
        color: #6F6AA6;
        border: 2px solid #6F6AA6;
    }
.main-btn-1 {
    background: #6F6AA6;
    border-radius: 999px;
    padding: 5px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    /*display: flex;*/
    align-items: center;
    text-align: center;
    border: none;
    color: white;
    border: 2px solid transparent;
    font-family: 'Expo Arabic Bold' !important;
}

    .main-btn-1:hover {
        box-shadow: rgba(190, 185, 185, 0.685) 0px 2px 8px 0px;
        background-color: #D0CEE3;
        color: #6F6AA6;
        border: 2px solid #6F6AA6;
    }
.fixed-menu2 {
    border-radius: 3px 0 0 3px !important;
    left: unset !important;
    right: 0;
}

.fixed-menu {
    position: fixed;
    top: 220px !important;
    background: #0f4a89;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    border-radius: 0 3px 3px 0;
    z-index: 70;
    transition: all .5s;
    left: 0;
}

    .fixed-menu .menu-btn {
        width: 51.69px;
        height: 51.69px;
        background: #D0CEE3;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        margin: 7px 0;
        cursor: pointer;
    }

        .fixed-menu .menu-btn:hover {
            background: #6F6AA6;
        }

        .fixed-menu .menu-btn svg path {
            fill: #6F6AA6;
        }

        .fixed-menu .menu-btn:hover svg path {
            fill: #D0CEE3;
        }

    .fixed-menu .features svg path {
        stroke: #6F6AA6;
        fill: none;
    }

    .fixed-menu .features:hover svg path {
        stroke: #D0CEE3;
        fill: none;
    }

    .fixed-menu .features.active-menu {
        background-color: #0f4a89;
    }

        .fixed-menu .features.active-menu svg path {
            stroke: #D0CEE3 !important;
            fill: none !important;
        }

    .fixed-menu .active-menu {
        background-color: #0f4a89;
    }

        .fixed-menu .active-menu svg path {
            fill: #D0CEE3;
        }

.push-pull {
    position: fixed;
    background-color: #0f4a89;
    border-radius: 0 3px 3px 0;
    padding: 20px 7px;
    /*top: 190px;*/
    top: auto;
    left: 60px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    transition: all .5s;
}

.push-pull2 {
    position: fixed;
    background-color: #0f4a89;
    border-radius: 3px 0px 0px 3px;
    padding: 20px 7px;
    top: auto;
    left: unset;
    right: 64px;
    font-size: 20px;
    color:white;
    cursor: pointer;
    transition: all .5s;
}

.features-sidebar {
    width: 480px;
    height: calc(100vh - 120px);
    padding: 20px;
}

.share-sidebar,
.review-sidebar {
    width: 450px;
    height: 450px !important;
    padding: 20px;
}

.call-sidebar {
    width: 500px;
    height: calc(100vh - 120px);
    padding: 0px !important;
}

.sidebar {
    border-radius: 0 4px 4px 4px;
    position: fixed;
    top: 170px;
    left: 64px;
    display: none;
    /* Hidden by default */
    background-color: #0f4a89;
    overflow-y: auto;
    z-index: 90;
}

@media only screen and (max-width: 1024px) {
    .sidebar {
        top: 0px !important;
        left: 0px !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 100vh !important;
        width: 100% !important;
    }
}

.sidebar::-webkit-scrollbar {
    width: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
}

.sidebar-arbic {
    left: unset;
    right: 65px;
    border-radius: 4px 0px 4px 4px;
}

.sidebar.active {
    display: block;
    /* Show sidebar when active */
}

.close-sidebar {
    cursor: pointer;
}

.change-theme {
    border-bottom: 1px solid white;
    padding: 10px 0;
}

.hover-bg {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .hover-bg:hover {
        background-color: #D0CEE3;
    }

.feature-box {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-height: 150px;
    max-height: 200px; /* Set a maximum height */
    overflow: hidden; /* Hide content that exceeds max height */
    text-overflow: ellipsis;
}

    .feature-box:hover {
        box-shadow: rgba(250, 245, 245, 0.685) 0px 2px 12px 0px;
    }

    .feature-box .fi {
        height: 40px !important;
    }

        .feature-box .fi img {
            object-fit: contain;
        }

    .feature-box h3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #6F6AA6;
        margin-top: 4px !important;
        min-height: 40px;
        font-family: 'Expo Arabic Medium' !important;
    }

    .feature-box .dashed {
        margin-top: 10px;
    }

    .feature-box .form-switch {
        height: 20px !important;
        padding-top: 0 !important;
    }

    .feature-box .switch {
        position: relative;
        display: inline-block;
        width: 58px;
        height: 30px;
    }

        .feature-box .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .feature-box .slider {
        position: absolute;
        cursor: pointer;
        top: -1px;
        left: 0;
        right: 0;
        bottom: 1px;
        background-color: lightgray;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .feature-box .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 1px;
            bottom: 3.5px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .feature-box input:checked + .slider {
        background-color: #6F6AA6;
    }

    .feature-box input:focus + .slider {
        box-shadow: 0 0 1px #6F6AA6;
    }

    .feature-box input:checked + .slider:before {
        transform: translateX(26px);
    }

    .feature-box .slider.round {
        border-radius: 34px;
    }

        .feature-box .slider.round:before {
            border-radius: 50%;
        }

.backdrop {
    /* background-color: #000000AD; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: none;
}

.backdrop2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 100%;
    display: none;
}

.rating {
    margin: auto;
}

.rating__display {
    font-size: 1em;
    font-weight: 500;
    min-height: 1.25em;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
}

.rating__stars {
    display: flex;
    padding-bottom: 0.375em;
    position: relative;
}

.rating__star {
    display: block;
    overflow: visible;
    pointer-events: none;
    width: 2em;
    height: 2em;
}

.rating__star-ring,
.rating__star-fill,
.rating__star-line,
.rating__star-stroke {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.rating__star-ring,
.rating__star-fill,
.rating__star-line {
    stroke: #dddd08;
}

.rating__star-fill {
    fill: #dddd08;
    transform: scale(0);
    transition: fill var(--trans-dur) var(--bezier), transform var(--trans-dur) var(--bezier);
}

.rating__star-stroke {
    stroke: #c7cad1;
    transition: stroke var(--trans-dur);
}

.rating__label {
    cursor: pointer;
    padding: 0.125em;
}

.rating__label--delay1 .rating__star-ring,
.rating__label--delay1 .rating__star-fill,
.rating__label--delay1 .rating__star-line,
.rating__label--delay1 .rating__star-stroke {
    animation-delay: 0.05s;
}

.rating__label--delay2 .rating__star-ring,
.rating__label--delay2 .rating__star-fill,
.rating__label--delay2 .rating__star-line,
.rating__label--delay2 .rating__star-stroke {
    animation-delay: 0.1s;
}

.rating__label--delay3 .rating__star-ring,
.rating__label--delay3 .rating__star-fill,
.rating__label--delay3 .rating__star-line,
.rating__label--delay3 .rating__star-stroke {
    animation-delay: 0.15s;
}

.rating__label--delay4 .rating__star-ring,
.rating__label--delay4 .rating__star-fill,
.rating__label--delay4 .rating__star-line,
.rating__label--delay4 .rating__star-stroke {
    animation-delay: 0.2s;
}

.rating__input {
    -webkit-appearance: none;
    appearance: none;
}

    .rating__input:hover ~ [data-rating]:not([hidden]) {
        display: none;
    }

    .rating__input-1:hover ~ [data-rating="1"][hidden],
    .rating__input-2:hover ~ [data-rating="2"][hidden],
    .rating__input-3:hover ~ [data-rating="3"][hidden],
    .rating__input-4:hover ~ [data-rating="4"][hidden],
    .rating__input-5:hover ~ [data-rating="5"][hidden],
    .rating__input:checked:hover ~ [data-rating]:not([hidden]) {
        display: block;
    }

.rating__input-1:hover ~ .rating__label:first-of-type .rating__star-stroke,
.rating__input-2:hover ~ .rating__label:nth-of-type(-n + 2) .rating__star-stroke,
.rating__input-3:hover ~ .rating__label:nth-of-type(-n + 3) .rating__star-stroke,
.rating__input-4:hover ~ .rating__label:nth-of-type(-n + 4) .rating__star-stroke,
.rating__input-5:hover ~ .rating__label:nth-of-type(-n + 5) .rating__star-stroke {
    stroke: #dddd08;
    transform: scale(1);
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-ring,
.rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-ring,
.rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-ring,
.rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-ring,
.rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-ring {
    animation-name: starRing;
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-stroke,
.rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-stroke,
.rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-stroke,
.rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-stroke,
.rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-stroke {
    animation-name: starStroke;
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-line,
.rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-line,
.rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-line,
.rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-line,
.rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-line {
    animation-name: starLine;
}

.rating__input-1:checked ~ .rating__label:first-of-type .rating__star-fill,
.rating__input-2:checked ~ .rating__label:nth-of-type(-n + 2) .rating__star-fill,
.rating__input-3:checked ~ .rating__label:nth-of-type(-n + 3) .rating__star-fill,
.rating__input-4:checked ~ .rating__label:nth-of-type(-n + 4) .rating__star-fill,
.rating__input-5:checked ~ .rating__label:nth-of-type(-n + 5) .rating__star-fill {
    animation-name: starFill;
}

.rating__input-1:not(:checked):hover ~ .rating__label:first-of-type .rating__star-fill,
.rating__input-2:not(:checked):hover ~ .rating__label:nth-of-type(2) .rating__star-fill,
.rating__input-3:not(:checked):hover ~ .rating__label:nth-of-type(3) .rating__star-fill,
.rating__input-4:not(:checked):hover ~ .rating__label:nth-of-type(4) .rating__star-fill,
.rating__input-5:not(:checked):hover ~ .rating__label:nth-of-type(5) .rating__star-fill {
    fill: #dddd08;
}

.rating__sr {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

.share-btn {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid white;
    margin: 0 5px;
}

    .share-btn:hover {
        box-shadow: rgba(250, 245, 245, 0.685) 0px 2px 12px 0px;
    }

.rating-box h2 {
    font-family: 'Expo Arabic Medium' !important;
    font-weight: 500;
}

.share-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Expo Arabic Book' !important;
}

.contact-form {
    padding: 50px 70px;
    background-color: #F4F4F4;
}

@media only screen and (max-width: 767px) {
    .contact-form {
        padding: 20px 30px;
    }
}

.contact-label {
    font-family: 'Expo Arabic Bold' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.contact-input {
    padding: 20px 12px;
    background: #FFFFFF;
    border-radius: 999px;
    font-family: 'Expo Arabic Light',sans-serif !important;
}

@media only screen and (max-width: 767px) {
    .contact-input {
        padding: 10px 10px;
    }
}

.contact-input::placeholder {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.code-img {
    border-radius: 0 999px 999px 0;
    height: 65px;
}

@media only screen and (max-width: 767px) {
    .code-img {
        height: 48px;
    }
}

 /*.cancel {
    font-family: 'Expo Arabic Bold' !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: transparent;
    border: none;
}
*/
.contact-details {
    padding: 30px 40px;
}

.map-address {
    font-family: 'Expo Arabic Medium' !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.mapouter {
    position: relative;
    text-align: right;
    width: 300px;
    height: 400px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 300px;
    height: 400px;
}

.gmap_iframe {
    width: 300px !important;
    height: 400px !important;
    border: none;
    /* Replaces frameborder */
}

.chat {
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 500px;
    border-radius: 30px;
    position: absolute;
    bottom: 50px;
    right: 0px;
    z-index: 100;
    overflow: hidden;
    display: none;
}

@media only screen and (max-width: 600px) {
    .chat {
        width: 100%;
    }
}

.chat-header {
    background-color: #6F6AA6;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

    .chat-header .close-chat {
        cursor: pointer;
        height: 30px;
        width: 30px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .chat-header .close-chat:hover {
            background-color: #D0CEE3;
        }

.chat-body {
    height: 350px;
    overflow-y: scroll;
    background-color: #D9D9D9;
    padding: 30px;
}

@media only screen and (max-width: 768px) {
    .chat-body {
        top: 0px !important;
        left: 0px !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 100vh !important;
        width: 100% !important;
    }
}

.chat-body::-webkit-scrollbar {
    width: 10px;
}

.chat-body::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
}

.chat-body .message {
    font-size: 14px;
}

.chat-body .recive-chat {
    background-color: white;
    padding: 15px 15px;
    border-radius: 30px;
   /* max-width: 200px;*/
    width: fit-content;
    position: relative;
}

    .chat-body .recive-chat img {
        position: absolute;
        top: 40%;
        left: -20px;
    }

.chat-body .recive-chat2 {
    margin-right: auto;
}

.chat-body .send-chat {
    background-color: #6F6AA6;
    padding: 15px 15px;
    border-radius: 30px;
    max-width: 200px;
    width: fit-content;
    position: relative;
    margin-left: auto;
    color: white;
}

    .chat-body .send-chat img {
        position: absolute;
        top: 40%;
        right: -20px;
    }

.chat-options {
    background-color: #6F6AA6;
    padding: 7px;
}

    .chat-options .type-area {
        background-color: white;
        padding: 3px 5px;
        border-radius: 20px;
        width: 100%;
    }

        .chat-options .type-area input {
            border: none;
            padding: 0px 0px 0px 7px;
        }

            .chat-options .type-area input:active, .chat-options .type-area input:focus, .chat-options .type-area input:hover {
                outline: none;
                border: none;
                box-shadow: none;
            }

    .chat-options .media-option {
        background-color: transparent;
        border: none;
        padding: 0;
        outline: none;
        width: 60px;
    }

.table-wrapper {
    background-color: white;
    border-radius: 7px;
    padding: 20px;
    border: 2px solid white;
}

@media only screen and (max-width: 991px) {
    .table-wrapper {
        overflow-x: auto;
    }
}

.table-wrapper table {
    font-family: 'Expo Arabic Medium' !important;
}

@media only screen and (max-width: 991px) {
    .table-wrapper table {
        width: 800px;
    }
}

.table-wrapper table thead {
    background-color: #D0CEE3;
    color: #6F6AA6;
}

    .table-wrapper table thead th {
        border-bottom: 1px solid #6F6AA6 !important;
    }

.table-wrapper table tbody td {
    font-family: 'Expo Arabic Book';
    font-size: 14px;
}

:checked {
    background-color: #6F6AA6 !important;
    border-color: #6F6AA6;
}

/*Now the CSS*/
@media only screen and (max-width: 560px) {
    .structure-section2 .container .tree {
        margin-right: -30px !important;
    }
}

/* .structure-section {
     cursor: pointer; 
} */

.tree ul {
    padding-top: 30px;
    position: relative;
    padding-left: 5px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: 170px;
}

    /*We will use ::before and ::after to draw the connectors*/
    .tree li::before,
    .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 2px solid;
        border-image: linear-gradient(to bottom, #6F6AA6, #D0CEE3) 1;
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 2px solid #6F6AA6;
    }

    /*We need to remove left-right connectors from elements without 
any siblings*/
    .tree li:only-child::after,
    .tree li:only-child::before {
        display: none;
    }

    /*Remove space from the top of single children*/
    .tree li:only-child {
        padding-top: 0;
    }

    /*Remove left connector from first child and 
right connector from last child*/
    .tree li:first-child::before,
    .tree li:last-child::after {
        border: 0 none;
    }

    /*Adding back the vertical connector to the last nodes*/
    .tree li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
    }

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid;
    border-image: linear-gradient(to bottom, #6F6AA6, #D0CEE3) 1;
    width: 0;
    height: 170px;
}

@media only screen and (max-width: 560px) {
    .tree ul ul::before {
        height: 163px;
    }
}

.left-box {
    margin-left: -16px;
}

.tree li a {
    display: inline-block;
    font-family: 'Expo Arabic Medium' !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6F6AA6 !important;
    background: #D1CEE3;
    padding: 20px 15px;
    text-decoration: none;
    border-radius: 8px;
}

@media only screen and (max-width: 560px) {
    .tree li a {
        font-size: 12px;
        padding: 15px 5px;
    }
}

@media only screen and (max-width: 560px) {
    .right-box {
        margin-left: 30px !important;
    }
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
/*Connector styles on hover*/
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
    border-color: #94a0b4;
}

/*Thats all. I hope you enjoyed it.
Thanks :)*/
.main-top {
    margin-left: -20px;
}

/* header {
    background-color: #6F6AA6;
    padding: 9px 0;
    position: sticky;
    top: 0;
    z-index: 90;
} */

@media only screen and (max-width: 991px) {
    header {
        z-index: 70;
    }
}

.nav-item {
    margin: 0 5px;
}

.GE-fonts {
    font-family: 'Expo Arabic Light',sans-serif !important;
}

.nav-link {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 24px;
    color: white !important;
    text-align: center;
    margin: 0 auto;
}

    .nav-link:hover {
        background: #b2b0c2;
        border-radius: 4px;
    }

.dropdownMenu-link {
    position: relative;
    cursor: pointer;
    color: white;
}

    .dropdownMenu-link:hover {
        color: #6F6AA6 !important;
    }

.dropdownMenu {
    /* opacity: 0; */
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 20px 20px;
    transition: all 1s;
    border-radius: 20px;
    animation: dropdown-animation 0.3s;
}

.dropdownMenu2 {
    padding: 15px;
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    padding: 8px !important;
    gap: 0px;
    border-radius: 5px !important;
    background-color: #6F6AA6 !important;
    min-width: 170px;
    z-index: 40;
}

.nav-item:hover .dropdownMenu {
    display: block;
    top: 40px;
    /* opacity: 1; */
}



.nav-item:hover .dropdownMenu,
.dropdownMenu.open {
    display: block !important;
    top: 40px;
}






.dropdownMenu3 {
    top: 28px !important;
}

.navbar-nav .dropdown-menu {
    background-color: transparent !important;
    color: #6F6AA6;
    padding: 7px !important;
}

@media only screen and (max-width: 1200px) {
    .navbar-nav .dropdown-menu {
        text-align: center !important;
    }
}

.dropdown-item {
    color: #6F6AA6;
}

.arrow-icon {
    transition: all .5s ease-out;
}

.nav-item:hover .arrow-icon {
    transform: rotate(180deg);
}

.dropdown-item {
    border-bottom: 0.3px solid #bcbaca;
    border-radius: 0px !important;
}

@media only screen and (max-width: 1200px) {
    .dropdown-item {
        text-align: center !important;
    }
}

.dropdown-item h2 {
    font-size: 14px;
    font-weight: 300 !important;
    color: white;
    text-transform: capitalize;
    padding: 0 !important;
    font-family: 'Expo Arabic Light',sans-serif;
}

@media only screen and (max-widt120091px) {
    .dropdown-item h2 {
        text-align: center !important;
    }
}

.dropdown-item:hover {
    background-color: #f8f9fa70;
}

.dropdown-item {
    padding: 7px;
    border-radius: 6px;
}

.nav-icon {
    width: 26px;
}

.nav-icon2 {
    width: 22px;
    text-align: left;
}

    .nav-icon2 i {
        font-size: 20px;
    }

.nav-btn {
    padding: 7px 15px 10px 18px;
    border-radius: 40px;
    background: #EFEEF7;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #6F6AA6;
    text-decoration: none;
    white-space: nowrap;
}

    .nav-btn:hover {
        box-shadow: rgba(190, 185, 185, 0.685) 0px 2px 8px 0px;
    }

@media only screen and (max-width: 1200px) {
    .nav-btn {
        margin-top: 30px !important;
    }
}

.search {
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .navbar-collapse {
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        background-color: #6F6AA6;
        height: 70vh;
        overflow-y: scroll;
    }
}

.footer {
   /* background: linear-gradient(rgba(111, 106, 166, 0.9), rgba(111, 106, 166, 0.9)), url("assets/images/2 1.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 60;
}

    .footer h2 {
        font-family: 'Expo Arabic Bold';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.12px;
        color: #FFFFFF;
    }

    .footer h3 {
        margin-top: 20px;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #FFFFFF;
    }

    .footer .footer-link {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        /* identical to box height, or 100% */
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        /*text-decoration: none; */
    }

.footer-btn {
    background: #EFEEF7;
    border-radius: 999px;
    padding: 12px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    text-align: center;
    border: none;
    color: #6F6AA6;
    font-family: 'Expo Arabic Bold';
}

    .footer-btn:hover {
        box-shadow: rgba(190, 185, 185, 0.685) 0px 2px 8px 0px;
    }

.carousel-item img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .carousel-item img {
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .building-slider {
        object-fit: contain !important;
    }
}

.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 100%;
}

.home-card {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

    .home-card:hover {
        background-color: #6F6AA6;
    }

        .home-card:hover h2 {
            color: white !important;
        }

    .home-card h2 {
        font-family: 'Expo Arabic Bold';
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        color: #6F6AA6;
        margin-top: 15px;
        text-transform: capitalize;
    }

.col-lg-20 {
    margin-bottom: 15px;
    width: 20%;
}

@media only screen and (max-width: 1200px) {
    .col-lg-20 {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {
    .col-lg-20 {
        width: 50%;
    }
}

@media only screen and (max-width: 560px) {
    .col-lg-20 {
        width: 100%;
    }
}

/* Style the tab */
.tab {
    overflow: hidden;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        border-bottom: 2px solid transparent;
        z-index: 2;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #6F6AA6;
        font-family: 'GE SS medium', sans-serif;
    }

.left-tab {
    background-image: url("../images/left-tab.svg");
    width: 190px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    white-space: nowrap;
    justify-content: center;
}

@media only screen and (max-width: 460px) {
    .left-tab {
        height: 42px;
    }
}

.right-tab {
    background-image: url("../images/right-tab.svg");
    width: 190px;
    align-items: center;
    display: flex;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    white-space: nowrap;
    justify-content: center;
}

@media only screen and (max-width: 460px) {
    .right-tab {
        height: 42px;
    }
}

/* Change background color of buttons on hover */
.tab button:hover {
    border-bottom: 2px solid #6F6AA6;
}

/* Create an active/current tablink class */
.tab button.active {
    border-bottom: 2px solid #6F6AA6;
     
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 20px 32px;
    border: 1px solid #ccc;
    border-top: none;
    /* Component 39 */
    border-radius: 5px;
    background: linear-gradient(334.09deg, rgba(221, 247, 255, 0) 2.6%, rgba(245, 245, 245, 0.63) 98.47%);
    backdrop-filter: blur(25px);
}

.news-card {
    /*background: linear-gradient(180deg, #6F6AA6 0%, rgba(78, 11, 22, 0.2) 100%), url("../images/638602603528087215-small.png");*/
    /*background: linear-gradient(180deg, #6F6AA6 0%, rgba(78, 11, 22, 0.2) 100%);*/
    background: linear-gradient(353deg, #6F6AA6 0%, rgba(78, 11, 22, 0.2) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 30px 60px 0px #8A959E33;
    padding: 5px;
    margin: 5px;
    transition: all .5s;
}

    .news-card:hover {
        box-shadow: 0px 8px 16px 0px #34302C0A !important;
        outline: 3px solid #6F6AA6;
        cursor: pointer;
    }

@media only screen and (max-width: 767px) {
    .news-card {
        padding: 15px !important;
    }
}

.news-card1 {
    background: linear-gradient(180deg, #6F6AA6 0%, rgba(78, 11, 22, 0.2) 100%), url("../images/638602603528087215-small.png");
}

.news-card2 {
    background: linear-gradient(180deg, #6F6AA6 0%, rgba(78, 11, 22, 0.2) 100%), url("../images/638605300618907705-small.png");
}

.news-card3 {
    background: linear-gradient(180deg, #6F6AA6 0%, rgba(78, 11, 22, 0.2) 100%), url("../images/image.png");
}

/*.news-card h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
    /*height: 72px;*/
    /*font-family: 'Expo Arabic Bold';
}*/

.news-card h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: white;
    font-family: 'Expo Arabic Bold';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(24px * 1); /* line-height * number of lines */
}



@media only screen and (max-width: 767px) {
    .news-card h2 {
        font-size: 18px;
    }
}

.news-card p {
    font-family: 'Expo Arabic Light', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 84px;
}

 


.news-card a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */
    text-decoration-line: underline;
    color: #FFFFFF;
    text-align: end;
    font-family: 'Expo Arabic Bold';
}

.slick-prev,
.slick-next {
    font-size: 0;
    /* Hide default text if any */
    background-color: #6F6AA6;
    /* Example color */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* Circular buttons */
}

    /* Add your custom arrow icon */
    .slick-prev:before,
    .slick-next:before {
        content: '';
        /* Remove default icons */
        height: 20px;
        color: transparent !important;
    }

    .slick-next img,
    .slick-prev img {
        margin-top: -30px;
    }

    .slick-prev img {
        margin-left: -10px;
    }

    .slick-next img {
        margin-left: -10px !important;
    }

.tab-icon {
    width: 42px;
    height: 42px;
}

.applications-english {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #6F6AA6 100%), url("../images/picture2.jpg");
    background-repeat: no-repeat;
    min-height: 800px;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
}

.applications-arabic {
    background: linear-gradient(90deg, #6F6AA6 0%, rgba(255, 255, 255, 0) 58%), url("../images/picture1.jpg");
    background-repeat: no-repeat;
    min-height: 800px;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
}

.application-card {
    margin: 10px 0px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px;
    align-items: center;
    justify-content: center;
    background: #D1CEE3;
    backdrop-filter: blur(25px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 8px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    height: 100%;
    transition: all 1s;
    font-family: 'Expo Arabic Medium';
    width: 209px !important;
}

@media only screen and (max-width: 1200px) {
    .application-card {
        width: 100%;
    }
}

.application-card:hover {
    cursor: pointer;
    background-color: #bfbcd1;
    outline: 3px solid #6F6AA6;
}

.application-card img {
    width: 96px !important;
    height: auto;
}

.news-image-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.news-image-2 {
    position: absolute;
    bottom: -180px;
    left: 0;
    height: 700px;
}

@media only screen and (max-width: 767px) {
    .news-image-2 {
        display: none;
    }
}

.applications {
    z-index: 10;
}

.read-more:hover {
    transform: scale(1.1);
    color: #BFBED8;
}

.read-more {
    transition: all .5s;
}

.carousel-item {
    backdrop-filter: blur(25px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 8px;
    background-image: url("../images/Group 33430 (1).png");
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-close-application {
    background-color: white;
    opacity: 1;
    position: absolute;
    top: -30px;
    right: -30px;
}

@media only screen and (max-width: 767px) {
    .btn-close-application {
        top: 30px;
        right: 30px;
        z-index: 30;
    }
}

.app-side {
    background-color: #6F6AA6;
    padding: 30px;
}

.app-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    font-family: 'Expo Arabic Bold';
}

.pop-img {
    position: absolute;
    top: 0;
    right: -10px;
    width: 50%;
}

.app-text {
    padding: 30px 50px;
}

    .app-text h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: left;
        color: #6F6AA6;
        font-family: 'Expo Arabic Bold';
    }

    .app-text p.text {
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: left;
        font-family: 'Expo Arabic Light', sans-serif;
    }

.download-manual {
    font-size: 16px;
    font-weight: 500;
    color: #6F6AA6;
    font-family: 'Expo Arabic Medium';
}

.slick-container {
    position: relative;
    z-index: 10;
}

.about-top {
    position: absolute;
    /*top: -64px;*/
    top: -30px;
    right: 0;
    height: 650px;
    width: 650px;
    object-fit: contain;
    z-index: -1;
}
/* .cursorNone{
    
} */


@media only screen and (max-width: 1350px) {
    .about-top {
        height: 500px;
    }
}

@media only screen and (max-width: 1200px) {
    .about-top {
        height: 350px;
    }
}

@media only screen and (max-width: 991px) {
    .about-top {
        display: none;
    }
}

.arabic-top {
    right: unset;
    left: 0;
}

@media only screen and (max-width: 991px) {
    .about-top2 {
        height: auto;
        width: auto;
        margin-bottom: 20px;
    }
}

.about-text {
    padding-left: 30px;
    position: relative;
}

    .about-text::before {
        content: " ";
        position: absolute;
        height: 202px;
        width: 5px;
        top: 10px;
        left: 5px;
        background-color: #6F6AA6;
    }

.about-text2 {
    padding-left: 0 !important;
    padding-right: 30px;
}

    .about-text2::before {
        content: " ";
        left: unset;
        right: 5px;
    }

.royal-section {
    background: linear-gradient(180deg, rgba(111, 106, 166, 0) 0%, #6F6AA6 95%);
}

.structure-section {
    background: linear-gradient(180deg, #6F6AA6 0%, rgba(111, 106, 166, 0) 100%);
}

.royal-top {
    position: absolute;
    top: 1px;
    z-index: 1;
}

@media only screen and (max-width: 560px) {
    .royal-top {
        width: 80% !important;
    }
}

.structure-top {
    position: absolute;
    top: -350px;
    z-index: 20 !important;
}

@media only screen and (max-width: 560px) {
    .structure-top {
        width: 80% !important;
    }
}

.structure-end {
    position: absolute;
    z-index: 0 !important;
    top: 20%;
    right: 0;
}

@media only screen and (max-width: 560px) {
    .structure-end {
        width: 80% !important;
    }
}

.structure-end2 {
    position: absolute;
    z-index: 0 !important;
    top: 40%;
    left: 0;
}

@media only screen and (max-width: 560px) {
    .structure-end2 {
        width: 80% !important;
    }
}

.structure-graph {
    position: relative;
    z-index: 25 !important;
}

.law-container {
    /* Frame 54 */
    border: 1px solid;
    border-image-source: linear-gradient(332.71deg, #D8D8D8 -9.36%, #F3F3F3 97.55%);
    /* shadow-200 */
    filter: drop-shadow(0px 16px 32px rgba(52, 48, 44, 0.06)) drop-shadow(0px 8px 16px rgba(52, 48, 44, 0.04)) drop-shadow(0px 3px 6px rgba(52, 48, 44, 0.03)) drop-shadow(0px 1px 2px rgba(52, 48, 44, 0.02));
    border-radius: 12px;
    background: #D9D9D9;
    padding: 20px;
}

.law-doc {
    box-shadow: 0px 3px 6px 0px #34302C08;
    padding: 10px 15px;
    border-radius: 4px;
}

    .law-doc:hover {
        cursor: pointer;
        background-color: #D0CEE3;
        box-shadow: 0px 8px 16px 0px #34302C0A;
    }

        .law-doc:hover h2 {
            color: #6F6AA6;
        }

    .law-doc h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-decoration-line: underline;
        color: #000000;
        font-family: 'Expo Arabic Bold';
    }

@media only screen and (max-width: 560px) {
    .law-doc h2 {
        line-height: normal;
    }
}

.law-doc span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5B5B5B;
    text-decoration-line: underline;
    font-family: 'Expo Arabic Book';
}

@media only screen and (max-width: 560px) {
    .law-doc span {
        line-height: normal;
    }
}

.view-all-laws {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration: underline;
    text-align: end;
}

@media only screen and (max-width: 560px) {
    .view-all-laws {
        text-align: center;
    }
}

.page-nav {
    font-family: "Tajawal", sans-serif;
    position: relative;
    z-index: 20;
}


.list-unstyled ul li {
    line-height: 25px;
    background-color: red;
}

/*====================custom==============================*/

/*.appiconFixedimg {
    height: 100px !important;
    background-color: antiquewhite;
}

.appiconFixedText {
    margin-top: 15px;
    background-color: seagreen;
}*/



.fixed-menu .menu-btn1 {
    width: 51.69px;
    height: 51.69px;
    background: #D0CEE3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 7px 0;
    cursor: pointer;
}

    .fixed-menu .menu-btn1:hover {
        background: #6F6AA6;
    }

    .fixed-menu .menu-btn1 svg path {
        fill: #6F6AA6;
    }

    .fixed-menu .menu-btn1:hover svg path {
        fill: #D0CEE3;
    }




/*=========Tree Node=======*/

.selected-node {
    background-color: #007bff; /* Bootstrap primary color */
    color: white;
    padding: 3px 5px;
    border-radius: 3px;
}

    .selected-node:hover {
        background-color: #0056b3; /* Darker shade on hover */
    }

/*ul {
    list-style-type: none;
    padding-left: 1rem;
}

li {
    margin: 0.5rem 0;
}

span {
    font-family: Tahoma, sans-serif;
    font-size: 10pt;
    color: black;
    cursor: pointer;
}

li:hover > span {
    text-decoration: underline;
    color: #5555DD;
}

li.selected > span {
    text-decoration: underline;
    color: white;
    background-color: silver;
}*/


/*=====================*/
/* Extra small screens (mobile) */
@media (max-width: 576px) {
    .nav-link {
        font-size: 12px; /* Smaller font for mobile */
    }
}

/* Small screens (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .nav-link {
        font-size: 13px; /* Slightly bigger for tablets */
    }
}

/* Large screens (desktops) */
@media (min-width: 992px) {
    .nav-link {
        font-size: 14px; /* Larger font for big screens */
    }
}

/* Extra large screens */
@media (min-width: 1200px) {
    .nav-link {
        font-size: 16px; /* Even bigger for very large screens */
    }
}