﻿.statistic .card {
    opacity: 1 !important;
    transform: translateY(15px) !important;
}

.swiper-pagination-investments {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    gap: 0px;
}

.custom-bullet {
    width: 14px;
    height: 5px;
    background-color: #777;
    border-radius: 10px;
    opacity: 0.4;
    transition: all 0.35s ease;
}

.custom-bullet-active {
    width: 28px;
    background-color: #0d6efd;
    opacity: 1;
}

.news-card-items .news-content {
    background-color: transparent !important;
}

.footer-bg {
    background-color: #fff !important;
}

.contact-info-area .contact-info-items:not(:last-child) {
    border-right: 0px solid #2424 !important;
}

/*.offcanvas__info {
    left: 0 !important;
    right: unset !important;
}*/

.project-items .project-image .project-content .icon {
    right: auto !important;
}

.project-items .project-image .project-content::before {
    content: unset !important;
}

.chart-wrapper {
    position: relative;
    width: 100%;
    height: clamp(400px, 70vh, 700px);
}

@media (max-width: 992px) {
    .chart-wrapper {
        height: 360px;
    }
}

@media (max-width: 576px) {
    .chart-wrapper {
        height: 320px;
    }
}

/* ============ Slider ============ */
.creative-showcase--slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 650px;
    padding: 80px 0;
}

.slide-bg {
    display: flex;
    align-items: center;
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.overlay-dark:before {
    opacity: .3;
    background: #1d1d1d;
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.video-container {
    position: absolute;
    inset: 0;
}

    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slide-container {
    max-width: 80%;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 7;
    padding: 0 0 0 95px;
}

.slider-content {
    width: 92%;
    margin-left: 8%;
}

.slide-subtitle {
    font-size: 14px;
    color: white;
    margin-bottom: 30px;
}

.slide-heading {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}

    .slide-heading a {
        color: #fff;
        text-decoration: none;
    }

.overlay-light .slide-heading a,
.overlay-light .slide-subtitle {
    color: #000;
}

/* Navigation */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    bottom: 30px;
    z-index: 9;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
}

.swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: 1px solid #fff3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

    .swiper-button-next span, .swiper-button-prev span {
        font-size: 0px !important;
    }

.swiper-button-next {
    left: 20px;
}

.swiper-button-prev {
    right: 20px;
}

.swiper-button-next i {
    margin-left: 0;
}

.swiper-button-prev i {
    margin-right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* Responsive */
@media(max-width:991px) {
    .slider-content {
        width: 100%;
        margin-left: 0;
    }

    .slide-heading {
        font-size: 72px;
    }

    .swiper-pagination {
        display: none;
    }

    .swiper-button-prev {
        left: 15px;
    }

    .swiper-button-next {
        left: 15px;
        right: auto;
    }
}

@media (max-width: 767px) {

    .slide-heading {
        font-size: 40px;
    }

    .slide-subtitle {
        margin-bottom: 15px;
    }

    .slide-heading, .slide-heading a span, .slide-heading a {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .creative-showcase--slider .swiper-slide {
        min-height: 400px;
    }
}

@media (max-width: 991px) {
    .slide-heading, .slide-heading a span, .slide-heading span, .slide-heading a {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .creative-showcase--slider .swiper-slide {
        min-height: 500px;
    }
}



/* ============ Slider ============ */

.breadcrumb-bg {
    background-image: url('../images/inner-header.jpg')
}

.contact-box:hover h5, .contact-box:hover .fa, .contact-box:hover h5, .contact-box:hover .fal, .contact-box:hover h5, .contact-box:hover .far {
    color: #fff !important;
}

/* Wrapper */
.info-table-wrapper {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

/* Table base */
.info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
}

    /* Header */
    .info-table thead th.info-table-title {
        background: linear-gradient(135deg, #2f7995, #245e75);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 14px 18px;
        text-align: center;
    }

    .info-table thead th i {
        margin-inline-end: 8px;
    }

    /* Body rows */
    .info-table tbody tr {
        transition: background .25s ease;
    }

        .info-table tbody tr:hover {
            background: #f6fafc;
        }

    /* Label column */
    .info-table tbody th {
        width: 35%;
        background: #f3f7f9;
        color: #2f7995;
        font-weight: 600;
        padding: 12px 16px;
        border-bottom: 1px solid #e6eef2;
        vertical-align: top;
    }

    /* Value column */
    .info-table tbody td {
        padding: 12px 16px;
        color: #333;
        border-bottom: 1px solid #e6eef2;
        vertical-align: top;
    }

    /* Last row fix */
    .info-table tbody tr:last-child th,
    .info-table tbody tr:last-child td {
        border-bottom: none;
    }

/* Google map link */
.map-link {
    color: #2f7995;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .map-link:hover {
        text-decoration: underline;
    }

.swiper-dot-2 {
    width: 320px !important;
}

    .swiper-dot-2 .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        border: 2px solid var(--theme) !important;
        padding: 0 !important;
    }



.project-section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .project-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    padding: 0 !important;
}

.section-title-area {
    margin-bottom: 30px !important;
}

.news-card-items .news-image img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    object-position: center top !important;
}

.contact-info-area .contact-info-items {
    display: flex;
    align-items: start;
    gap: 25px;
    justify-content: start;
}


.inv-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
    outline: none;
    transform: translateZ(0);
}

    .inv-card-link:focus-visible {
        box-shadow: 0 18px 45px rgba(0,0,0,.18), 0 0 0 4px rgba(47,121,149,.45);
    }

.inv-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #111;
}

    .inv-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.02);
        transition: transform 650ms cubic-bezier(.2,.9,.2,1);
        will-change: transform;
    }

    /* overlay gradient */
    .inv-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.25) 55%, rgba(0,0,0,.05));
        opacity: .92;
        transition: opacity 450ms ease;
        pointer-events: none;
    }

/* bottom inv-content */
.inv-content {
    position: absolute;
    inset-inline: 14px;
    bottom: 14px;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(14, 18, 26, .35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 7px;
    padding: 12px 12px 10px;
    text-align: center;
    transform: translateY(0);
    transition: transform 520ms cubic-bezier(.2,.9,.2,1);
    will-change: transform;
}

.inv-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    color: #fff;
    font-weight: 800;
    letter-spacing: .2px;
}

.inv-desc {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,.85);
    max-height: 0;
    opacity: 0;
    transform: translateY(10px);
    overflow: hidden;
    transition: max-height 520ms cubic-bezier(.2,.9,.2,1), opacity 420ms ease, transform 520ms cubic-bezier(.2,.9,.2,1);
    will-change: max-height, opacity, transform;
}

.inv-card-link:hover .inv-media img,
.inv-card-link:focus-visible .inv-media img {
    transform: scale(1.08);
}

.inv-card-link:hover .inv-media::after,
.inv-card-link:focus-visible .inv-media::after {
    opacity: .98;
}

.inv-card-link:hover .inv-content,
.inv-card-link:focus-visible .inv-content {
    transform: translateY(-18px);
}

.inv-card-link:hover .inv-desc,
.inv-card-link:focus-visible .inv-desc {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
}

.inv-card-link:hover,
.inv-card-link:focus-visible {
    transform: translateY(-2px);
    transition: transform 350ms ease;
}

@media (prefers-reduced-motion: reduce) {
    .inv-media img, .inv-media::after, .inv-content, .inv-desc, .inv-card-link {
        transition: none !important;
    }
}

/*
    =============================================================================
                                Chatbot Style
    ============================================================================= 
*/
/* ========== Base ========== */
#ssif-chatbot-root {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    font-family: "Plus Jakarta Sans", "Almarai", sans-serif;
}

/* ========== Floating Button ========== */
/*#ssif-chatbot-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
    background: radial-gradient(circle at 30% 30%, #4fa4c9 0%, #2f7995 50%, #20566c 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #ffffff;
}

    #ssif-chatbot-toggle:hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.30);
    }*/

.ssif-chatbot-toggle-icon {
    position: relative;
    width: 26px;
    height: 22px;
}

.ssif-chatbot-toggle-bubble {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 2px solid rgba(255, 255, 255, 0.85);
}

    .ssif-chatbot-toggle-bubble::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 6px;
        border-width: 5px 5px 0 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
        transform: rotate(20deg);
    }

.ssif-chatbot-toggle-dots {
    position: absolute;
    left: 6px;
    top: 7px;
    width: 14px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ssif-chatbot-toggle-dots::before,
    .ssif-chatbot-toggle-dots::after,
    .ssif-chatbot-toggle-dots span {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #ffffff;
        display: block;
        animation: ssif-pulse 1.2s infinite ease-in-out;
    }

    .ssif-chatbot-toggle-dots span {
        animation-delay: 0.15s;
    }

    .ssif-chatbot-toggle-dots::after {
        animation-delay: 0.3s;
    }

@keyframes ssif-pulse {
    0%, 80%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }

    40% {
        transform: scale(1.5);
        opacity: 1;
    }
}

/* ========== Chat Window ========== */
#ssif-chatbot-window {
    position: absolute;
    bottom: 116px;
    right: 0;
    width: 340px;
    max-height: 540px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.28);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

    #ssif-chatbot-window.ssif-chatbot-open {
        display: flex;
    }

.ssif-chatbot-header {
    background: linear-gradient(135deg, #2f7995, #255b70);
    color: #ffffff;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ssif-chatbot-header-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ssif-chatbot-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}

.ssif-chatbot-avatar-text {
    letter-spacing: 0.5px;
}

.ssif-chatbot-header-text {
    display: flex;
    flex-direction: column;
}

.ssif-chatbot-header-main {
    font-size: 14px;
    font-weight: 600;
}

.ssif-chatbot-header-sub {
    font-size: 11px;
    opacity: 0.8;
}

.ssif-chatbot-header-close {
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: background 0.2s ease, opacity 0.2s ease;
}

    .ssif-chatbot-header-close:hover {
        background: rgba(0, 0, 0, 0.12);
        opacity: 1;
    }

.ssif-chatbot-body {
    background: #f5f7f9;
    padding: 10px 8px;
    flex: 1;
    overflow: hidden;
    display: flex;
}

.ssif-chatbot-messages {
    width: 100%;
    max-height: 380px;
    overflow-y: auto;
    padding-right: 4px;
}

    .ssif-chatbot-messages::-webkit-scrollbar {
        width: 5px;
    }

    .ssif-chatbot-messages::-webkit-scrollbar-track {
        background: transparent;
    }

    .ssif-chatbot-messages::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }

.ssif-chatbot-footer {
    padding: 8px;
    border-top: 1px solid #e0e4ea;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ssif-chatbot-input {
    flex: 1;
    border-radius: 16px;
    border: 1px solid #ccd3dd;
    padding: 7px 10px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .ssif-chatbot-input:focus {
        border-color: #2f7995;
        box-shadow: 0 0 0 1px rgba(47, 121, 149, 0.15);
    }

.ssif-chatbot-send {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    background: #2f7995;
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

    .ssif-chatbot-send:hover {
        background: #275f76;
        transform: translateY(-1px);
    }

    .ssif-chatbot-send:disabled {
        opacity: 0.5;
        cursor: default;
        transform: none;
    }

/* ========== Message Bubbles ========== */
.ssif-msg {
    display: flex;
    margin-bottom: 6px;
    font-size: 13px;
}

.ssif-msg-bot {
    justify-content: flex-start;
}

.ssif-msg-user {
    justify-content: flex-end;
}

.ssif-msg-bubble {
    max-width: 78%;
    border-radius: 14px;
    padding: 7px 10px;
    line-height: 1.35;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    white-space: pre-wrap;
    word-wrap: break-word;
}

.ssif-msg-bot .ssif-msg-bubble {
    background: #ffffff;
    border: 1px solid #dde3ec;
    color: #222;
}

.ssif-msg-user .ssif-msg-bubble {
    background: #2f7995;
    color: #ffffff;
    border-bottom-right-radius: 2px;
}

.ssif-msg-meta {
    font-size: 10px;
    opacity: 0.6;
    margin-top: 1px;
}

/* ========== Typing Loader ========== */
.ssif-msg-typing .ssif-msg-bubble {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.ssif-typing-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2f7995;
    animation: ssif-typing 1s infinite ease-in-out;
}

    .ssif-typing-dot:nth-child(2) {
        animation-delay: 0.15s;
    }

    .ssif-typing-dot:nth-child(3) {
        animation-delay: 0.3s;
    }

@keyframes ssif-typing {
    0%, 80%, 100% {
        transform: translateY(0);
        opacity: 0.3;
    }

    40% {
        transform: translateY(-3px);
        opacity: 1;
    }
}

/* Small screens tweak */
@media (max-width: 480px) {
    #ssif-chatbot-root {
        left: 20px;
    }

    #ssif-chatbot-window {
        width: calc(100vw - 25vw);
        bottom: 145px;
        right: unset !important;
        left: 0px !important
    }
}

.ssif-info-card .row-item {
    padding: 2px 0;
    line-height: 1.5;
    display: block;
}

.ssif-info-card b {
    color: #2f7995;
}

.ssif-msg-bubble {
    white-space: normal !important;
}

.ssif-chatbot-more-btn {
    border: none;
    padding: 6px 12px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 13px;
    margin-top: 4px;
    background: #2f7995;
    color: #fff;
    white-space: nowrap;
}

    .ssif-chatbot-more-btn:hover {
        opacity: 0.9;
    }

.ssif-more-question-text {
    margin-bottom: 8px;
    font-weight: 500;
}

.ssif-more-question-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ssif-chatbot-btn {
    border: none;
    border-radius: 16px;
    padding: 6px 14px;
    font-size: 13px;
    cursor: pointer;
}

.ssif-chatbot-btn-yes {
    background-color: #2f7995;
    color: #fff;
}

.ssif-chatbot-btn-no {
    background-color: #eee;
    color: #333;
}

/*
    =============================================================================
                              MULTISTEP WIZARD
    ============================================================================= 
*/

/* --- Container --- */
.wizard-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* --- Step Navigation --- */
.wizard-steps {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.06) 100%);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
}

/* --- Individual Step --- */
.wizard-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1.25rem;
    border: 1.5px solid rgba(100,116,139,.3); /* FIXED: More visible border */
    border-radius: 0px;
    background: rgba(255,255,255,.1); /* FIXED: More visible background */
    font-size: 0.9375rem;
    font-weight: 500;
    color: rgba(51,65,85,.9); /* FIXED: Darker, more visible text */
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    opacity: 1; /* FIXED: Ensure full opacity */
}

    /* Hover state */
    .wizard-step:hover {
        background: rgba(255,255,255,.18);
        border-color: rgba(100,116,139,.5);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0,0,0,.08);
    }

    /* Active state */
    .wizard-step.active {
        background: linear-gradient(135deg, rgba(59,130,246,.25) 0%, rgba(59,130,246,.15) 100%);
        border-color: rgba(59,130,246,.8);
        color: rgba(30,64,175,1);
        font-weight: 600;
        box-shadow: 0 0 0 3px rgba(59,130,246,.15), 0 4px 16px rgba(59,130,246,.25);
    }

    /* Completed state */
    .wizard-step.completed {
        background: linear-gradient(135deg, rgba(34,197,94,.2) 0%, rgba(34,197,94,.1) 100%);
        border-color: rgba(34,197,94,.6);
        color: rgba(21,128,61,1);
    }

        .wizard-step.completed:hover {
            border-color: rgba(34,197,94,.8);
        }

    /* --- Step Indicator Dot --- */
    .wizard-step .dot {
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(100,116,139,.5); /* FIXED: More visible default dot */
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        flex-shrink: 0;
    }

    /* Pulse animation for active dot */
    .wizard-step.active .dot {
        background: rgba(59,130,246,1);
        box-shadow: 0 0 0 0 rgba(59,130,246,.7);
        animation: pulse-dot 2s infinite;
    }

@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(59,130,246,.7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(59,130,246,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(59,130,246,0);
    }
}

/* Checkmark for completed steps */
.wizard-step.completed .dot {
    background: rgba(34,197,94,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wizard-step.completed .dot::after {
        content: '✓';
        font-size: 8px;
        color: white;
        font-weight: bold;
    }

/* --- Form Section Title --- */
.form-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 0.75rem;
}

    .form-section-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, rgba(59,130,246,1) 0%, rgba(59,130,246,.3) 100%);
        border-radius: 3px;
    }

/* --- Hint Text --- */
.hint {
    font-size: 0.875rem;
    color: rgba(71,85,105,.85);
    line-height: 1.5;
    margin-top: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(241,245,249,.6);
    border-radius: 8px;
    border-right: 3px solid rgba(59,130,246,.5);
}

/* --- Readonly-like Input --- */
.readonly-like {
    background: rgba(248,249,250,.95) !important;
    border-color: rgba(226,232,240,.8) !important;
    color: rgba(100,116,139,.8) !important;
    cursor: not-allowed;
    opacity: 0.7;
}

/* --- Saved File Row --- */
.saved-file-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
    padding: 0.875rem 1rem;
    background: rgba(248,250,252,.8);
    border: 1px solid rgba(226,232,240,.6);
    border-radius: 10px;
    transition: all 0.2s ease;
}

    .saved-file-row:hover {
        background: rgba(241,245,249,.95);
        border-color: rgba(203,213,225,.8);
        transform: translateX(-2px);
    }

    .saved-file-row .badge {
        font-weight: 600;
        padding: 0.375rem 0.75rem;
        border-radius: 6px;
        font-size: 0.8125rem;
        letter-spacing: 0.01em;
    }

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .wizard-wrap {
        padding: 1rem;
    }

    .wizard-steps {
        gap: 0.5rem;
        padding: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .wizard-step {
        padding: 0.625rem 1rem;
        font-size: 0.875rem;
    }

        .wizard-step .dot {
            width: 10px;
            height: 10px;
        }

    .form-section-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .wizard-step {
        flex: 1 1 100%;
        justify-content: center;
    }
}

/* --- Accessibility Improvements --- */
.wizard-step:focus-visible {
    outline: 2px solid rgba(59,130,246,1);
    outline-offset: 2px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .wizard-step,
    .wizard-step .dot,
    .saved-file-row {
        transition: none;
    }

        .wizard-step.active .dot {
            animation: none;
        }
}

.alert-danger, alert-success {
    display: inline-block;
    width: 100%
}

/* 
    =========================================================
                     Accessibilities Widget
    ========================================================= 
*/

:root {
    --a11y-radius: 0px; /* NO radius */
    --a11y-shadow: 0 12px 30px rgba(0,0,0,.10);
    --a11y-border: rgba(0,0,0,.14);
    --a11y-focus: #111; /* monochrome focus */
    --a11y-bg: #fff;
}

/* Panel */
.a11y-panel {
    position: fixed;
    inset-block-end: 72px;
    inset-inline-end: 16px;
    width: min(350px, calc(100vw - 24px));
    background: #fff;
    color: #111;
    border: 1px solid var(--a11y-border);
    border-radius: 0 !important;
    box-shadow: var(--a11y-shadow);
    z-index: 999999 !important;
    overflow: hidden;
    /* open/close */
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: transform .14s ease, opacity .14s ease;
    /* ✅ spacing inside panel text */
    word-spacing: .08em;
    letter-spacing: .01em;
}

    .a11y-panel.is-open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

@media (max-width: 520px) {
    .a11y-panel {
        inset-inline: 12px;
        inset-block-end: 12px;
        width: auto;
        border-radius: 0 !important;
    }
}

/* Header */
.a11y-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    background: #2f7995;
    color: white;
    border-bottom: 1px solid var(--a11y-border);
}

.a11y-title {
    margin: 0;
    font: 700 16px/1.2 "Almarai","Plus Jakarta Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    color: white;
    letter-spacing: .2px;
}

/* remove subtitle (unnecessary) */
.a11y-subtitle {
    display: none !important;
}

/* Close button */
.a11y-close {
    appearance: none;
    border: 1px solid var(--a11y-border);
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 0 !important;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 16px;
    line-height: 1;
}

    .a11y-close:hover {
        background: #f1f1f1;
    }

    .a11y-close:active {
        background: #e9e9e9;
    }

    .a11y-close:focus-visible {
        outline: 2px solid var(--a11y-focus);
        outline-offset: 2px;
    }

/* Body */
.a11y-body {
    padding: 10px;
    display: grid;
    gap: 10px;
}

/* Sections minimal */
.a11y-section {
    display: flex;
    flex-wrap: wrap;
}

    /* hide section titles (unnecessary) */
    .a11y-section h3 {
        display: none !important;
    }

/* Grid */
.a11y-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-bottom: 15px;
}

/* Buttons */
.a11y-btn {
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid var(--a11y-border);
    background: #fff;
    padding: 15px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font: 600 14px/1.15 "Almarai","Plus Jakarta Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    color: #111;
    background: #b8dfee;
}

    .a11y-btn:hover {
        background: #f3f3f3;
    }

    .a11y-btn:active {
        background: #eaeaea;
    }

    .a11y-btn:focus-visible {
        outline: 2px solid var(--a11y-focus);
        outline-offset: 2px;
    }

/* meta becomes icon container */
.a11y-meta {
    opacity: .85;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
}

/* Toggle row */
.a11y-toggle {
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border: 1px solid var(--a11y-border);
    border-radius: 0 !important;
    background: #fff;
    margin: 6px auto;
    text-align: center;
    width: 46%;
}

    .a11y-toggle strong {
        font: 700 14px/1.1 "Almarai","Plus Jakarta Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
        display: block;
        letter-spacing: .15px;
    }

    /* hide toggle description text (unnecessary) */
    .a11y-toggle span {
        display: none !important;
    }

/* Switch (monochrome + no radius) */
.a11y-switch {
    inline-size: 44px;
    block-size: 24px;
    border-radius: 0 !important;
    background: #f0f0f0;
    border: 1px solid var(--a11y-border);
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
    margin: 10px auto 0;
}

    .a11y-switch::after {
        content: "";
        position: absolute;
        inset-block-start: 3px;
        inset-inline-start: 3px;
        inline-size: 16px;
        block-size: 16px;
        border-radius: 0 !important;
        background: #fff;
        border: 1px solid var(--a11y-border);
        transition: inset-inline-start .14s ease, background .14s ease, border-color .14s ease;
    }

    /* Checked */
    .a11y-switch[aria-checked="true"] {
        background: #e6e6e6;
    }

        .a11y-switch[aria-checked="true"]::after {
            inset-inline-start: 24px;
            background: #111;
            border-color: #111;
        }

    .a11y-switch:focus-visible {
        outline: 2px solid var(--a11y-focus);
        outline-offset: 2px;
    }

/* Footer */
.a11y-footer {
    padding: 10px;
    border-top: 1px solid var(--a11y-border);
    background: #f7f7f7;
    display: grid;
    gap: 8px;
}

/* hide hint (unnecessary) */
.a11y-hint {
    display: none !important;
}

/* ===========================
   Existing Features (as-is)
=========================== */
.a11y-content-wrap {
}

/* ❌ IMPORTANT FIX:
   Do NOT filter wrapper (it breaks fixed widgets like chatbot)
   We'll replace it with an overlay below. */
/* ✅ BW overlay — affects EVERYTHING (including header) */
body.a11y-contrast::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    /* فوق الهيدر (JS بيخليه 1000001/1000002) */
    z-index: 1000003;
    background: rgba(255,255,255,0.01);
    backdrop-filter: grayscale(1) contrast(1.45) brightness(1.06);
    -webkit-backdrop-filter: grayscale(1) contrast(1.45) brightness(1.06);
}

/* =========================================================
   FIX: Restore Input Visibility in High Contrast Mode
   ========================================================= */

/* When contrast mode is ON, force dark borders on inputs */
body.a11y-contrast .form-control, body.a11y-contrast select {
    border: 2px solid #195580 !important; /* Force thick black border */
    background-color: #fff !important; /* Ensure background is white */
    color: #000 !important; /* Ensure text is black */
    box-shadow: none !important; /* Remove subtle shadows */
}

/* Optional: Fix the label color if it gets too light */
body.a11y-contrast label,
body.a11y-contrast .control-label {
    color: #000 !important;
    font-weight: 700 !important;
}

/* Ensure placeholder text is visible */
body.a11y-contrast ::placeholder {
    color: #333 !important;
    opacity: 1 !important;
}

/* ✅ Panel فوق الـ overlay */
.a11y-panel {
    z-index: 1000004 !important;
}


/* Reduce motion */
body.a11y-reduce-motion * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

/* Reduce motion: force visibility for AOS + animate-on-scroll + slideshow */
body.a11y-reduce-motion [data-aos],
body.a11y-reduce-motion .aos-init,
body.a11y-reduce-motion .aos-animate,
body.a11y-reduce-motion .animate-on-scroll,
body.a11y-reduce-motion .animate-on-scroll *,
body.a11y-reduce-motion .slideshow,
body.a11y-reduce-motion .slideshow * {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

    /* Strong override for slideshow.animate-on-scroll */
    body.a11y-reduce-motion .slideshow.animate-on-scroll,
    body.a11y-reduce-motion .slideshow.animate-on-scroll * {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        filter: none !important;
        clip-path: none !important;
        mask: none !important;
        -webkit-mask: none !important;
    }

        body.a11y-reduce-motion .slideshow.animate-on-scroll img {
            opacity: 1 !important;
            visibility: visible !important;
            transform: none !important;
            display: block !important;
        }

/* Underline links */
body.a11y-links a {
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

/* ✅ NEW Feature (Add-on): Text spacing toggle */
body.a11y-text-spacing .a11y-content-wrap {
    word-spacing: .16em;
    letter-spacing: .01em;
    line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
    .a11y-panel {
        transition: none;
    }
}


/* 
    =========================================================
                     Accessibilities Widget
    ========================================================= 
*/

.hover-border {
    position: relative;
}

    .hover-border:before {
        content: "";
        position: absolute;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        top: calc(4px/ -1);
        left: calc(4px/ -1);
        background: linear-gradient(to right, #56aecd 0%, #56aecd 100%), linear-gradient(to top, #56aecd 50%, transparent 50%), linear-gradient(to top, #56aecd 50%, transparent 50%), linear-gradient(to right, #56aecd 0%, #56aecd 100%), linear-gradient(to left, #56aecd 0%, #56aecd 100%);
        background-size: 100% 4px, 4px 200%, 4px 200%, 0% 4px, 0% 4px;
        background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
        background-repeat: no-repeat, no-repeat;
        transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
        transform: scaleX(0) rotate(180deg);
        transition-delay: 0.4s, 0.2s, 0s;
    }

    .hover-border:hover:before {
        background-size: 200% 4px, 4px 400%, 4px 400%, 55% 4px, 55% 4px;
        background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
        transform: scaleX(1) rotate(180deg);
        transition-delay: 0s, 0.2s, 0.4s;
    }

.case-item {
    position: relative;
    overflow: hidden;
}

    .case-item::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
        opacity: 0;
        transition: opacity .35s ease;
        pointer-events: none;
    }

    .case-item img {
        display: block;
        width: 100%;
        height: 320px;
        object-fit: cover;
        transform: scale(1);
        transition: transform .55s cubic-bezier(.2,.8,.2,1);
    }

    .case-item:hover img {
        transform: scale(1.08);
    }

    .case-item:hover::after {
        opacity: 1;
    }

.newsletter-form {
    margin-top: 10px;
    width: 100%;
}

    .newsletter-form input {
        font-size: 14px;
        line-height: 28px;
        padding: 5px 10px;
        height: 40px;
        display: inline-block;
        border: 1px solid #ddd;
        width: 60%;
    }

    .newsletter-form a {
        padding: 5px 15px;
        height: 40px;
        display: inline-block;
        border: 1px solid #64c1e1;
        color: #fff;
        background: #64c1e1;
    }


.header-main .main-menu ul li a:hover, .header-main .main-menu ul li a:focus {
    color: #40cdea !important;
}


.min-h-300 {
    min-height: 300px !important;
}


.fancybox__carousel.is-ltr {
    direction: rtl !important;
}

.RadCaptcha.rcInvalid span {
    color: red !important;
    font-size: 0.95rem;
    margin-top: 6px;
    display: block;
}

.main-container {
    height: 70vh;
    width: 100vw;
    background-image: url("../images/map-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .main-container .row {
        background: radial-gradient(circle at top left, rgba(105, 177, 206, 0.5), rgba(33, 123, 153, 0.5));
    }

/* Left Panel */
.intro-panel {
    height: 70vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    z-index: 2;
}

    .intro-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
    }

    .intro-panel > * {
        position: relative;
        z-index: 1;
    }

.brand-title {
    font-size: 2.55rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #ffffff !important;
}

.brand-desc {
    font-size: 1.1rem;
    color: #ffffff !important;
    margin-bottom: 2rem;
    max-width: 90%;
    line-height: 1.6;
}

.utility-row {
    margin-top: 1.25rem;
    display: flex;
    gap: 10px;
    font-size: .9rem;
    flex-wrap: wrap;
}

.btn-sm-custom {
    border: 1px solid rgba(255,255,255,.10);
    background-color: #eba828;
    color: var(--white);
    display: inline-block;
    font-weight: 700;
    padding: 15px 25px;
    border-radius: 50px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

    .btn-sm-custom:hover {
        background: rgba(255,255,255,.10);
        color: #fff;
    }

/* =============================================
   MAP STAGE
   ============================================= */
.map-stage {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

#svg {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 0 18px rgba(0,0,0,.5));
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
}

    #svg.isGrabbing {
        cursor: grabbing;
    }

.jPath {
    fill: #ffffff7d;
    stroke: #fff;
    stroke-width: 1.5;
    transition: fill .25s;
}

    .jPath:hover {
        fill: rgba(255,255,255,.80);
    }

/* =============================================
   MARKERS
   ============================================= */
.marker {
    cursor: pointer;
    filter: drop-shadow(0 0 8px rgba(9,89,94,0.2));
    pointer-events: all;
    z-index: 10;
}

    .marker * {
        vector-effect: non-scaling-stroke;
        pointer-events: all;
    }

.mCore {
    fill: #27627b;
    stroke: #27627b;
    stroke-width: 3;
    transform-origin: center;
    transform-box: fill-box;
    animation: coreBreath 2.2s ease-in-out infinite;
    transition: fill .18s ease, r .18s ease;
}

@keyframes coreBreath {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.25);
        opacity: .88;
    }
}

.mRing {
    fill: none;
    stroke: #2380a0;
    stroke-width: 1.6;
    opacity: 0;
    transform-origin: center;
    transform-box: fill-box;
    animation: ripple 2.8s cubic-bezier(.2,.8,.2,1) infinite;
}

    .mRing.r2 {
        animation-delay: .9s;
    }

@keyframes ripple {
    0% {
        transform: scale(.45);
        opacity: .75;
        stroke-width: 2.2;
    }

    60% {
        opacity: .15;
    }

    100% {
        transform: scale(3.6);
        opacity: 0;
        stroke-width: 0;
    }
}

.mSpin {
    transform-origin: center;
    transform-box: fill-box;
    animation: spin 1.5s linear infinite;
    opacity: .95;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.mOrbit {
    fill: none;
    stroke: #27627b;
    stroke-width: 3;
    stroke-dasharray: 1 5;
    opacity: .9;
}

.mSpark {
    fill: #27627b;
}

.marker:hover .mCore {
    r: 7;
}

.marker:hover .mOrbit {
    opacity: 1;
    stroke: rgba(0,242,255,.55);
}

.marker.isActive {
    filter: drop-shadow(0 0 10px rgba(255,215,0,.25));
}

    .marker.isActive .mCore {
        fill: #eba828;
        r: 10;
        animation-duration: 1.35s;
    }

    .marker.isActive .mRing {
        stroke: #eba828;
        animation-duration: 1.55s;
    }

    .marker.isActive .mOrbit {
        stroke: #eba828;
    }

    .marker.isActive .mSpark {
        fill: #eba828;
    }

    .marker.isActive .mSpin {
        animation-duration: 1.55s;
    }

/* Pause animations while panning */
.isInteracting .marker .mCore,
.isInteracting .marker .mRing,
.isInteracting .marker .mSpin {
    animation-play-state: paused !important;
}

/* =============================================
   POPUP
   Same floating card above the marker on ALL screen sizes.
   JS sets left/top via fixed positioning.
   ============================================= */

#popup {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
    /* NO left/top/width defaults here — JS owns those */
}

    /* ── pre-show: card is in the DOM & measurable, but invisible ── */
    #popup.pre-show .popupCard {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(8px) scale(.96) !important;
        transition: none !important; /* no animation while measuring */
    }

    /* ── show: card animates in ── */
    #popup.show {
        pointer-events: all;
    }

        #popup.show .popupCard {
            opacity: 1;
            visibility: visible;
            transform: translateY(0) scale(1);
        }

/* ── The card ── */
.popupCard {
    width: 300px;
    background: rgba(29, 88, 111, .92);
    border: 1px solid rgba(255,255,255,.15);
    border-left: 4px solid #eba828;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.60);
    color: #fff;
    /* start state */
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(.96);
    /* animation */
    transition: opacity .22s cubic-bezier(0.16,1,0.3,1), transform .22s cubic-bezier(0.16,1,0.3,1), visibility .22s;
    will-change: transform, opacity;
    pointer-events: auto;
    position: relative;
}

    /* Downward arrow — tracks marker even when card is edge-clamped */
    .popupCard::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: var(--arrow-left, 50%);
        transform: translateX(-50%);
        border-width: 8px 8px 0;
        border-style: solid;
        border-color: rgba(29,88,111,.92) transparent transparent transparent;
        pointer-events: none;
        transition: left 0.05s linear;
    }

    .popupCard h3 {
        margin: 0 0 6px;
        font-size: 1.25rem;
        color: #eba828;
    }

    .popupCard .region {
        font-size: .8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: white;
        margin-bottom: 12px;
        display: block;
    }

    .popupCard p {
        font-size: .95rem;
        line-height: 1.55;
        margin: 15px 0;
        color: white;
    }

    .popupCard a {
        font-size: 1.05rem;
        color: #eba828;
        text-decoration: underline;
    }

/* ── Mobile: make card slightly narrower to fit small screens ── */
@media (max-width: 480px) {
    .popupCard {
        width: calc(100vw - 24px);
        padding: 22px 16px;
    }
}

/* ── Close button ── */
.popClose {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    color: white;
    font-size: 19px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(0,0,0,.18);
    border-radius: 5px;
    padding: 3px 8px;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

    .popClose:hover {
        transform: scale(1.05);
        background: rgba(0,0,0,.28);
        border-color: rgba(255,255,255,.35);
    }

/* =============================================
   ZOOM CONTROLS
   ============================================= */
.zoom-controls {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 20;
}

.zoom-btn {
    width: 45px;
    height: 45px;
    background: rgb(33, 68, 86);
    border: 1px solid rgba(255,255,255,.20);
    color: #fff;
    font-size: 24px;
    border-radius: 8px;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: .2s;
    display: grid;
    place-items: center;
    line-height: 0;
    user-select: none;
}

    .zoom-btn:hover {
        background: #eba828;
        color: #000;
        border-color: #eba828;
    }

/* =============================================
   REDUCED MOTION
   ============================================= */
@media (prefers-reduced-motion: reduce) {
    .mCore, .mRing, .mSpin {
        animation: none !important;
    }

    .popupCard {
        transition: none !important;
    }

    #popup {
        transition: none !important;
    }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    padding: 0 10px !important;
}

.swiper-dot-2 .swiper-pagination-bullet {
    padding: 0 !important;
}

.img-h-300 {
    height: 300px !important;
    object-fit: cover;
}

/* Modal Specific Styles for Better UX */
#investmentModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
    border: none;
}

#investmentModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
}

#investmentModal .modal-title {
    color: var(--theme-color);
    font-weight: 700;
}

.modal-img-holder img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.modal-details-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.modal-actions .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.btn-google-map {
    background-color: #eba828 !important; /* Google Maps Green */
    border-color: #eba828 !important;
    color: white !important;
}

.btn-explore {
    background-color: #2f7995 !important;
    border-color: #2f7995 !important;
    color: white !important;
}

.btn-google-map:hover {
    background-color: #2f7995 !important;
}

.btn-explore:hover {
    background-color: #eba828 !important;
}

.modal-header {
    justify-content: space-between;
}

[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl !important;
}

.news-sidebar-img {
    height: 90px;
    width: 200px !important;
    object-position: top;
    object-fit: cover;
}

@media (max-width: 568px) {
    .contact-info-area .contact-info-items:not(:last-child) {
        margin-bottom: 20px !important;
    }
}

.faq-section .accordion-body a {
    color: #fff;
}

.faq-section .accordion-button {
    line-height: 28px;
}

.news-div-images img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.news-details-area img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.list-style-none {
    list-style: none !important;
}

ul, ol {
    padding: 0 15px 0 0;
}

    ul.submenu {
        padding-right: 0px !important
    }
