#Home {
    overflow-x: hidden;
}

/* Start Hero Section */
.hero-section {
    background-size: cover;
    position: relative;
    color: white;
    margin-top: 0;
    height: 95vh;
    overflow: hidden;
}

.hero-section .secondary-btn::before {
    background-color: var(--primary-color);
    opacity: 1;
}

.hero-section .secondary-btn:hover::before {
    background-color: var(--light-color);
    opacity: .3;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(27, 144, 174, 0.45) 0%, rgba(27, 144, 174, 0.81) 100%);
    height: 95vh;
    z-index: 1;
}

.hero-section .hero-content-slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    height: 100%;
}


.hero-section .hero-content-slider {
    height: 100%;
}

.hero-content {
    padding-top: 80px;
    color: var(--light-color);
}

.hero-heading {
    margin-bottom: 1.5rem;
    color: var(--light-color);
}

.hero-subheading {
    margin-bottom: 1.5rem;
    color: var(--light-color);
}

.hero-text {
    margin-bottom: 2rem;
    max-width: 600px;
    color: var(--light-color);
}

.hero-section .slick-dots {
    display: flex;
    gap: 3rem;
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}
.arabic-version .hero-section .slick-dots{
    inset-inline-start: unset;
}
.hero-section .slick-dots li button:before {
    content: "";
    width: 70px;
    height: 7px;
    background-color: var(--light-color);
    border-radius: 10px;
}

.hero-section .hero-content-slider {
    position: static;
    display: flex;
    align-items: center;
}

.hero-section-mobile {
    display: none;
}
.hero-section-video-container {
    padding:56.25% 0 0 0;
    position:relative;
    width: 100%;
    height: 100%;
}
.hero-section-video-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media (max-width: 991.98px) {
    .hero-section::before {
        height: 100%;
    }

    .hero-section {
        height: auto;
    }

    .hero-section-mobile {
        display: block;
        padding-block: 1rem;
        background-color: var(--light-color);
    }

    .hero-section-desktop {
        display: none;
    }

    .hero-section-mobile .hero-content-slider-container {
        position: relative !important;
        padding-block: 1rem;
    }

    .hero-section-mobile .hero-content {
        padding-top: 0;
        margin-inline: .8rem;
    }

    .hero-section-mobile .slick-dots {
        bottom: -20%;
        left: 53%;
    }

    .hero-section-mobile::before {
        position: relative !important;
    }

    .hero-section-mobile .hero-heading {
        color: var(--secondary-color);
    }

    .hero-section-mobile .hero-subheading {
        color: var(--primary-color);
    }

    .hero-section-mobile p {
        color: var(--font-color);
    }

    .hero-section .slick-dots li button:before {
        background-color: var(--secondary-color);
    }

    .hero-section-mobile .hero-text {
        color: var(--font-color) !important;
    }

}

/* End Hero Section */
/* Start Ticker Section */
.marquee-icon-container {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}


.marquee-icon-container .marquee-single-icon:hover {
    opacity: .8;
    transition: all 0.3s ease-out;
}

.marquee-icon-container .marquee-single-icon {
    transition: all 0.3s ease-out;
    cursor: pointer;
    width: 55px;
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    background: var(--secondary-color);
    justify-content: center;

}

.marquee-icon-container .marquee-single-icon:not(:last-child) {
    border-right: 1px solid #fff;
}

.marquee-single-icon .fa-minus {
    display: block !important;
}

.marquee-single-icon img {
    height: 25px;
    width: 25px;
}

.marquee {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 55px !important;
    background: var(--primary-color);
    position: relative;
}

.marquee span {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    min-width: max-content;
    font-size: 1.1rem;
    white-space: nowrap;
}

.marquee-overlay span {
    color: #fff;
}

.marquee-overlay {
    display: flex;
    gap: 1rem;
}

.marquee-green i {
    color: #5BBB56;
}

.marquee-red i {
    color: #C52319;
}

.js-marquee {
    display: flex;
    gap: 1rem;
}

.home-tailored-container {
    margin: 0 auto;
    background: var(--primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}



.marquee-single-icon.active {
    background: var(--primary-color);
}

.status-display {
    background: var(--secondary-color);
    color: white;
    padding: 1rem;
    text-align: center;
    font-size: 0.9rem;
}

/* Vertical control container */
.vertical-controls {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.vertical-controls .marquee-single-icon {
    width: 55px;
    height: 27.5px;
}

.vertical-controls .marquee-single-icon:first-child {
    border-bottom: 1px solid #fff;
}

/* Animation keyframes for different directions */
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes scroll-up {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes scroll-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

/* CSS Animation classes */
.animate-left {
    animation: scroll-left var(--speed, 30s) linear infinite;
}

.animate-right {
    animation: scroll-right var(--speed, 30s) linear infinite;
}

.animate-up {
    animation: scroll-up var(--speed, 30s) linear infinite;
}

.animate-down {
    animation: scroll-down var(--speed, 30s) linear infinite;
}

.paused {
    animation-play-state: paused !important;
}

/* Vertical marquee styles */
.marquee.vertical {
    flex-direction: column;
    height: 55px !important;
    width: 100%;
}

.marquee.vertical .js-marquee {
    flex-direction: column;
    height: auto;
}

.marquee.vertical .marquee-overlay {
    flex-direction: column;
    gap: 0.5rem;
}

@media (max-width:575px) {
    .js-marquee-wrapper {
        display: flex;
    }

    .marquee-icon-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .marquee-icon-container .marquee-single-icon {
        width: 35px;
        height: 35px;
    }

    .marquee-single-icon img {
        width: 15px;
        height: 15px;
    }

    .js-marquee-wrapper,
    .js-marquee {
        height: 100%;
    }

    .marquee-blue,
    .marquee-green,
    .marquee-red {
        height: 100%;
        align-items: center;
    }

    .marquee {
        height: unset !important;
    }

    .vertical-controls {
        margin-left: 5px;
    }

    .vertical-controls .marquee-single-icon {
        width: 35px;
        height: 17.5px;
    }
}

#dir-up-btn,
#play-pause-btn {
    display: none;
}

/* Start Ticker Section */
/* Start Why Choose Section */
.why-choose-section {
    padding: 5rem 0;
    background-color: var(--light-color);
    border-radius: 0 0 30px 30px;
    position: relative;
}

.why-choose-section .why-choose-section-title {
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.why-choose-section .why-choose-section-heading {
    color: var(--primary-color);
}

.why-choose-section .feature-box {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0px 0px 30px -10px #B6B6B626;
    width: 300px;
}

@media (max-width: 767.98px) {
    .why-choose-section .feature-box {
        width: 100%;
        max-width: 100%;
    }
}

.why-choose-section .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.why-choose-section .feature-icon {
    background-color: var(--light-color);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.why-choose-section .feature-icon i {
    color: var(--primary-color);
}


.why-choose-section .feature-title {
    min-height: 60px;
    text-align: center;
    max-width: 200px;
    margin-inline: auto;
}
@media (max-width: 991.98px) {
    .why-choose-section .feature-title {
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .why-choose-section .features-box-group {
        flex-direction: column;
    }
}
@media (min-width: 2400.98px) {
    .features-box-group:first-child{
        padding-inline-end: 9rem;
    }
}
/* End Why Choose Section */
/* Start Track Record Section */
.track-record-section {
    background-color: var(--secondary-color);
    padding-block: 6rem 2rem;
    background-image: url(../Assets/Image/bg-slider-section.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -25px;
}

.track-record-section .main-btn:hover::before {
    background-color: var(--primary-color);
}

@media (min-width: 1200px) {
    .track-record-section .slick-list {
        overflow: visible;
    }

}

.track-record-section .card-title {
    margin-bottom: .5rem;
    color: var(--primary-color);
    text-align: start;
}

.slider-with-progress-bar-section {
    padding-block: 2rem;
}

.slider-with-progress-bar--title {
    color: var(--primary-color);
    padding-bottom: 2rem;
}

.slider-with-progress-bar-main-slider .slick-track {
    display: flex;
    gap: 1rem;
}

.slider-with-progress-bar-main-slider .slick-track::after,
.slider-with-progress-bar-main-slider .slick-track::before {
    display: none;
}

.slider-with-progress-bar--single-slide {
    border-radius: 10px;
    overflow: hidden;
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}

.slider-with-progress-bar--single-slide-content {
    background: #fff;
    border: 1px solid #2c362b33;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider-with-progress-bar--single-slide.slick-slide.slick-active {
    display: flex;
    flex-direction: column;
    height: auto;
}

.slider-with-progress-bar--single-slide-content-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.slider-with-progress-bar--progress {
    overflow: hidden;
    border-radius: 30px;
    display: block;
    height: 6px;
    width: 100%;
    background: #f9f9f933;
    position: relative;
}

.slider-with-progress-bar--progress span {
    background: var(--light-color);
    height: 100%;
    position: absolute;
    inset-inline-start: 0;
    transition: all 0.3s ease-out;
}

.slider-with-progress-bar--controllers {
    padding-block: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.slider-with-progress-bar--controllers .main-btn {
    border-color: var(--secondary);
    min-width: max-content;
    color: var(--secondary);
    margin-bottom: 0;
    padding-block: 0.45rem;
}
.slider-with-progress-bar--controllers i {
    font-size: 18px;
}
.slider-with-progress-bar--controllers .main-btn svg path {
    fill: var(--secondary);
}

.slider-with-progress-bar--controllers .main-btn::before {
    background: var(--secondary);
}

.arabic-version .slider-with-progress-bar--controllers .main-btn svg {
    transform: scale(-1);
}

.slider-with-progress-bar--controllers .main-btn:hover svg path,
.slider-with-progress-bar--controllers .main-btn:hover span {
    color: #fff;
    fill: #fff;
    transition: all 0.3s ease-out;
}

.slider-with-progress-bar--controllers-arrow {
    display: flex;
    gap: 1.5rem;
    min-width: max-content;
    max-width: max-content;
}

.slider-with-progress-bar--controllers-arrow span {
    padding: .3rem 1rem;
    background: var(--light-color);
    border-radius: 100%;
    cursor: pointer;
    aspect-ratio: 1;
    width: 50px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-out;
    align-items: center;
    color: var(--primary-color);
}

.slider-with-progress-bar--controllers-arrow .slick-disabled {
    opacity: .5;
    pointer-events: none;
}

.slider-with-progress-bar--controllers-arrow span:hover {
    transition: all 0.3s ease-out;
    background: var(--primary-color);
    color: var(--light-color);
}

body:not(.arabic-version) .slider-with-progress-bar--controllers-arrow span:nth-child(1) {
    transform: scale(-1);
}

.arabic-version .slider-with-progress-bar--controllers-arrow span:nth-child(2) {
    transform: scale(-1);
}

@media (max-width: 499px) {
    .slider-with-progress-bar-main-slider .slick-track {
        gap: 0rem;
    }

    .slider-with-progress-bar--controllers-arrow {
        gap: 0.75rem;
    }

    .slider-with-progress-bar--controllers {
        grid-template-columns: auto 1fr;
    }

    .slider-with-progress-bar--controllers>a {
        grid-column: 1/-1;
    }

    .slider-with-progress-bar--controllers-arrow span {
        width: 45px;
    }
}

.slider-with-progress-bar-section {
    padding-block: 2rem;
}

.slider-with-progress-bar--single-slide-title {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 1rem;
}

.slider-with-progress-bar--single-slide-content .main-btn {
    margin-top: 1rem;
}
.track-record-section .section-heading {
    margin-top: 1rem;
}
@media (min-width: 992px) {
    .track-record-section .section-heading {
        max-width: 400px;
    }
}

/* End Track Record Section */

/* Investment Products Section */
.investment-products-section {
    padding: 5rem 0;
    background-color: white;
    border-radius: 30px;
    margin-top: -2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.investment-products-section h3 {
    color: var(--secondary-color);
}

.investment-products-section h1 {
    color: var(--primary-color);
}

/* Custom Bootstrap Tab Styling */
.investment-products-section .nav-tabs {
    border: none;
    flex-direction: column;
    margin: 2rem 0;
}

.investment-products-section .nav-tabs .nav-link {
    padding: .5rem;
    margin-bottom: 1rem;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 90%;
    border: 1px solid var(--primary-color);
}

.investment-products-section .nav-tabs .nav-link:hover {
    background-color: var(--primary-color);
}

.investment-products-section .nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.investment-products-section .tab-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.arabic-version .investment-products-section .tab-icon {
    margin-right: unset;
    margin-left: 1rem;
}

.investment-products-section .tab-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(0%) hue-rotate(178deg) brightness(103%) contrast(102%);
}

.investment-products-section .nav-tabs .nav-link.active .tab-icon,
.investment-products-section .nav-tabs .nav-link:hover .tab-icon {
    background-color: var(--light-color);
}

.investment-products-section .nav-tabs .nav-link h4 {
    margin-bottom: 0;
    color: var(--primary-color);
}

.investment-products-section .nav-tabs .nav-link.active h4,
.investment-products-section .nav-tabs .nav-link:hover h4 {
    color: var(--light-color);
}

.investment-products-section .nav-tabs .nav-link.active .tab-icon img,
.investment-products-section .nav-tabs .nav-link:hover .tab-icon img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(51%) saturate(686%) hue-rotate(145deg) brightness(94%) contrast(91%);
}


.investment-products-section .tab-content .tab-pane {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.investment-products-section .tab-content h3 {
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 1rem;
}

.investment-products-section .tab-content p {
    color: #666;

}

.investment-products-section .tab-content img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
}
@media (min-width: 1920px) {
    .investment-products-section .tab-content img  {
        width: 85%;
    }
}
/* Latest News Section */
.latest-news-section {
    padding: 2rem 0;
    background-color: #fff;
}

.news-cards-group-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 1199.98px) {
    .news-cards-group-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 767.98px) {
    .news-cards-group-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.latest-news-section-title h1 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 3rem;
}

.news-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.news-card img {
    transition: transform 0.5s ease;
}

.news-card:hover img {
    transform: scale(1.1);
}

.news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    background-color: rgb(27 144 174 / 95%);
    padding: 2rem 1.5rem 1.5rem;
    color: white;
    height: 40%;
    z-index: 2;
    transition: height .8s ease;
    border-top-right-radius: 50px;
}

.arabic-version .news-overlay {
    border-top-right-radius: 0;
    border-top-left-radius: 50px;
    right: 0;
    left: unset;
}

.news-card:hover .news-overlay {
    height: 100%;
}

.news-date {
    margin-bottom: 0.8rem;
    position: relative;
    color: rgb(255 255 255 / 60%);
}

.news-title {
    margin-bottom: 0.8rem;
    position: relative;
    color: #fff;
}

.news-text {
    opacity: 0;
    transition: opacity .3s ease 0.3s;
    display: flex;
    flex-direction: column;
    bottom: 1rem;
    height: 80%;
    justify-content: space-between;
}
@media (max-width: 425.98px) {
    .news-text {
        height: 60%;
    }
}
.news-card:hover .news-text {
    opacity: 1;
}

.news-text h5 {
    color: #fff;
}
@media (max-width: 575.98px) {
    .news-text h5 {
        text-align: start;
    }
}
/* investment-products-section*/
.investment-products-section {
    position: relative;
}

@media (max-width: 992px) {

    .investment-products-section {
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .nav-tabs .nav-link {
        padding: 0.75rem;
    }

    .tab-icon {
        width: 35px;
        height: 35px;
        margin-right: 0.75rem;
    }

}

/* Mobile App Section */
.mobile-app-section {
    background-color: var(--primary-color);
    background-size: cover;
    overflow: hidden;
    margin-top: -25px;
    padding-top: 2rem;
}

@media (max-width: 991.98px) {
    .mobile-app-section {
        padding-top: 5rem;
    }
}

.mobile-app-section .mobile-app-section-content h3,
.mobile-app-section .mobile-app-section-content h1,
.mobile-app-section .mobile-app-section-content h5 {
    color: var(--light-color);
}

.app-buttons {
    display: flex;
    gap: 15px;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.app-buttons picture {
    display: block;
    width: 175px;
}

.app-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.app-btn:hover {
    transform: translateY(-3px);
}

.app-btn i {
    font-size: 1.5rem;
}

.mobile-app-section .mobile-app-img-container {
    position: relative;
}

.mobile-app-section .mobile-app-img {
    display: block;
    transform: translateY(80px);
}
.mobile-app-section .mobile-app-img img {
    width: 85%;
}
