/* Side Menu */

.side-menu {
    position: absolute;
    top: 0;
    left: 0; /* Menu opens from the left */
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Transparent background */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Push the list to the bottom */
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%); /* Initially hidden off-screen to the left */
    z-index: 3;
}

.side-menu.open {
    transform: translateX(0); /* Slide menu in from the left */
}
.side-menu .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Place video behind menu content */
    overflow: hidden;
    opacity: 0.4;
}

.side-menu .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video covers the side menu area */
}
/* Menu List */
.menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-grow: 1; /* Allow the list to take up the remaining space */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Position the list items at the bottom */
}
/* Styling the menu list items */
.side-menu .menu-list li a {
    font-weight: bold; /* Makes the text bold */
    font-size: 70px; /* Sets the font size to 70px */
    color: #fff; /* Sets the text color to white (change if necessary) */
    text-decoration: none; /* Removes underline if any */
    display: flex; /* Uses flexbox to align items horizontally */
    align-items: center; /* Vertically center items */
    padding: 10px; /* Adds padding for better spacing */
    transition: all 0.3s ease; /* Smooth transition for the whole link */
}

/* Arrow initially hidden */
.side-menu .menu-list li a .arrow {
    margin-right: 10px; /* Adds space between the arrow and text */
    opacity: 0; /* Initially hides the arrow */
    transform: translateX(
        -20px
    ); /* Positions the arrow to the left of the text */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition for the arrow */
}

/* Span inside the link (for text) */
.side-menu .menu-list li a span {
    display: inline-block; /* Ensures the text is inline-block for proper positioning */
}

/* Hover effect for the arrow and text */
.side-menu .menu-list li a:hover .arrow {
    opacity: 1; /* Show the arrow */
    transform: translateX(0); /* Move the arrow to its original position */
}

.side-menu .menu-list li a:hover span {
    transition: transform 0.3s ease; /* Smooth transition for text */
    transform: translateX(15px); /* Move text slightly to the right */
}

.menu-list li {
    padding: 10px;
}

.menu-list li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    display: block;
}

/* Navbar */
.navbar {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.navbar-toggler {
    border: none;
}

.banner {
    position: relative;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}
.banner2 {
    position: relative;
    height: 50vh; /* Full viewport height */
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire area */
    z-index: -1; /* Sends the video behind the content */
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the content */
    z-index: 1; /* Ensures the content is above the video */
    text-align: center;
    width: 100%;
}

.banner-content h1 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 55px;
}

.banner-content p {
    line-height: 30px;
    font-size: 23px;
    text-transform: uppercase;
    color: #dcdbe5;
}

.title-service {
    color: #2253ff !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.statistic-title {
    font-weight: 900;
    font-size: 4rem;
    letter-spacing: 2px;
}

.statistic-desc {
    text-transform: uppercase;
    font-weight: 100;
}

.statistic-desc {
    text-transform: uppercase;
}

.section-section p {
    color: #000000;
    padding-left: 12px;
    font-size: 13px;
}

.section-section a {
    margin-left: 12px;
    width: 20rem;
}

.banner-content .btn {
    font-size: 16px;
    border-radius: 0.3rem;
    height: 41px;
    width: 12rem;
    background-color: #2253ff;
}

.gradient-section {
    background-image: url("../assets/images/kpi-section.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10%;
    background-position: center;
    height: 60vh;
    overflow: hidden;
}

.kpi-wrapper {
    margin-top: 6rem;
}

.info-section {
    background-color: #eef1f9;
}

.info-section h5 {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 0.8rem !important;
}

.info-section p {
    margin-bottom: 1.5rem;
}

.info-section .fa-2x {
    width: 40px;
    height: 40px;
}
.hide-banner {
    display: none;
}

/* Adjust font size for mobile devices */
@media (max-width: 768px) {
    /* Mobile screen size */
    #sideMenu .menu-list li a span {
        font-size: 35px; /* Set font size to 20px on mobile */
    }

    #sideMenu .menu-list li a i.fas {
        font-size: 20px; /* Adjust arrow size to match the text size */
    }
}
.custom-section {
    background: url("../images/backgroundServices.jpg") no-repeat right center;
    background-size: 50% 60rem;
    background-position: calc(100% - 13rem) center;
    padding: 40px 20px;
    position: relative;
}

/* Remove background and styles on mobile devices */
@media (max-width: 768px) {
    .custom-section {
        background: none;
        padding: 20px; /* Optional: Adjust padding for better spacing */
    }
    .styleTitleService {
        font-size: 44px !important;
        font-weight: 700;
    }
}
.styleTitleService {
    font-size: 65px;
    font-weight: 700;
}
.gradient-section {
    background: linear-gradient(to right, #2e479b, #000105);
    color: white;
    padding: 50px 20px;
    height: 64vh;
}
.custom-background-section {
    position: relative;
    height: 45rem; /* Set the height of the section (you can adjust this) */
    background: url("../images/herobg-img.jpg") no-repeat center center;
    background-size: 100% 80%; /* Ensure the background image takes up 80% of the height */
    background-position: top;
    width: 80%;
}

.custom-half-background {
    background: linear-gradient(to bottom, #ffffff 50%, #f1f4ff 50%);
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 36rem;
}

.custom-half-background .container {
    z-index: 1; /* Ensure the content is above the background */
}
.video {
    width: 42rem;
    height: 24rem;
    border-radius: 25px;
    margin-right: -44px;
    border-radius: 30px;
    /* margin-right: 21rem; */
    margin-top: 11px;
}
.video-card {
    position: absolute;
    right: -90px;
}
/* Section style */
.expert-section {
    padding: 5rem 0;
    background-color: #f1f4ff;
}

/* Title styling */
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 2rem;
}

/* Card styles */
.expert-card {
    position: relative;
    border: none !important;
    border-radius: 25px !important;
    background-color: white;
}

.status {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #bcffb9; /* Green for Available */
    color: #054502;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 27px;
}

.non-dispo {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #bdc1bd; /* Green for Available */
    color: #2a342a;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 27px;
}

/* Card body content */
.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

.card-description {
    font-size: 1rem;
    color: #555;
    margin-top: 1rem;
}
.widthAccordion {
    width: 75%;
}
/* Card footer */

/* Responsive Design */
@media (max-width: 768px) {
    .expert-card {
        margin-bottom: 2rem; /* Add spacing between cards on small screens */
    }
    .widthAccordion {
        width: 100%;
    }
    .custom-background-section {
        width: 100% !important;
    }
    .video {
        width: 100%;
        height: auto;
        border-radius: 25px;
    }
    .video-card {
        position: static !important;
    }
}
.contact-btn {
    background-color: #d9dff0; /* Light blue background */
    color: #000; /* Black text */
    font-size: 18px;
    padding: 10px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-btn:hover {
    background-color: #c5d0ed; /* Slightly darker shade on hover */
}
.candidat-btn {
    background-color: #2253ff; /* Light blue background */
    color: #fff; /* Black text */
    font-size: 18px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 75%;
}

.candidat-btn:hover {
    background-color: #2853f0; /* Slightly darker shade on hover */
}

.text-center {
    text-align: center;
}

.placeholder-blue::placeholder {
    color: #007bff;
    opacity: 1;
}

.placeholder-blue:-ms-input-placeholder {
    color: #007bff;
}

.placeholder-blue::-ms-input-placeholder {
    color: #007bff;
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Scroll by 100% of the total width */
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Scroll by 100% of the total width */
    }
}

.slider {
    background: white;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(
        to right,
        white 0%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: max-content; /* Allow the track to adjust based on the content */
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.accordion-list {
    padding: 0;
}

.accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    overflow: hidden;
    transition: background-color 0.3s;
}

.accordion-title {
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    transition: background-color 0.3s;
}

.accordion-title::after {
    content: "\002B";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 18px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.5s ease;
}

.accordion-item {
    border: 1px solid #000 !important;
    margin-bottom: 10px;
    overflow: hidden;
    transition: background-color 0.3s, border 0.3s;
}

.accordion-item.active {
    background-color: #cce5ff;
    /* Light blue background for active items */
    border: none !important;
    /* Removes border for the active accordion */
}

.accordion-item.active .accordion-title {
    background-color: #007bff;
    /* Darker blue for active title */
    color: #fff;
}

.accordion-item.active .accordion-title::after {
    content: "\002D";
    /* Minus sign */
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    /* Adjust based on expected content size */
    padding: 15px;
    transition: max-height 0.5s ease;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #000 !important;
}

.accordion-item {
    background-color: transparent !important;
    border: 1px solid #000 !important;
}

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

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

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

    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@media (max-width: 991px) {
    .banner {
        height: 35rem;
    }
    .text-title {
        font-size: 28px !important;
    }
    .text-sec {
        font-size: 16px !important;
    }
    .svgMobileSize {
        height: 80px !important;
        width: 80px !important;
    }
    .custom-background-section {
        height: 32rem !important;
    }
    .custom-half-background {
        height: 27rem !important;
    }
    .side-menu .menu-list li a {
        font-weight: bold; /* Makes the text bold */
        font-size: 40px; /* Sets the font size to 70px */
        color: #fff; /* Sets the text color to white (change if necessary) */
        text-decoration: none; /* Removes underline if any */
        display: flex; /* Uses flexbox to align items horizontally */
        align-items: center; /* Vertically center items */
        padding: 10px; /* Adds padding for better spacing */
        transition: all 0.3s ease; /* Smooth transition for the whole link */
        justify-content: center;
        background-color: #121f4575;
        border-radius: 12px;
    }
    .side-menu .menu-list li a:active {
        background-color: #2352e775; /* Background color when clicked */
    }
    .navbar-link-active {
        background-color: #2352e775 !important;
    }
}
