:root, [data-bs-theme=light] {
    --bs-primary: #2E264D;
    --bs-primary-light: #af6e11;
    --bs-primary-rgb: 29, 26, 64;
    --bs-secondary: #F59A17;
    --bs-secondary-rgb: 245, 154, 23;
    --bs-font-sans-serif: 'Cairo', sans-serif;
    /* --bs-body-font-size: 0.938rem;
     --bs-body-font-weight: 500;
     --bs-body-line-height: 1.875;
     --bs-body-color: #ffffff;
     --bs-body-color-rgb: 121, 134, 153;
     --bs-heading-color: var(--bs-primary);*/
    --bs-blue: #0d6efd;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}

.row, .container {
    justify-content: center;
}

.btn {
    /*--bs-btn-border-radius: 48px;*/
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.8rem;
}

.btn-primary {
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: rgba(245, 154, 23, 1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-light);
    --bs-btn-hover-border-color: var(--bs-primary-light);

}

/*All Bootstrap Overwrites*/

a {
    color: white;
    text-decoration: none !important;
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%;
}

.accordion-button::after {
    content: none !important;
}

.accordion {
    --bs-accordion-border-color: none;
}

/*.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: #51507D solid;
}*/


/*All HTML Tags*/

h6, .h6, h3, .h3 {
    font-weight: 600;
}

h1, .h1 {
    font-size: 54px;
    font-weight: 800;
    line-height: 84px;
}

h2, .h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 52px;
}

h4, .h4 {
    font-size: 24px;
    font-weight: 800;
    line-height: 37px;
}

h5, .h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    list-style-type: none;
}

/*All Class*/

/* global */
.vertical-divider {
    width: 1px;
    height: 100%;
    background: white;
    align-self: center;
    margin-top: 20px;
}

.light-pattern, .dark-pattern {
    background-image: none;
    background-repeat: repeat-y;
    background-position-x: 2%;
}

.light-pattern {
    background-image: url("../images/patterns/pattern-light.svg");
}

.dark-pattern {
    background-image: url("../images/patterns/pattern-dark.svg");
    background-blend-mode: soft-light;
}

.bg-light-color {
    background-color: #F3F2F3;
}


/*Adding Gray Color*/
.text-gray {
    color: var(--bs-gray);
}

/*Adding Another Level to Bootstrap Class*/
.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

/*Adding Another Level to Bootstrap Class*/
.pt-7 {
    padding-top: 100px !important;
}

.pe-7 {
    padding-left: 50px !important;
}

/*This Class For Text Align in About Us Section */
.parent {
    text-align: start;
    /*display: flex;*/
    /*justify-content: start;*/
    /*align-items: start;*/
    /*height: 100vh; !* Adjust according to your needs. *!*/
}

/*This Class's for Typography*/

.title {
    font-size: 32px;
    font-weight: 400;
    line-height: 49px;
    display: block;
}


.sub-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
}

.header-nav {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.footer-nav {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

/*Hero Section Background*/
.hero-bg {
    background-image: url('../images/sections/hero-en.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: left;
    min-height: 80vh;
}

/*.hero-title-h1{
    font-size: 54px;
    font-weight: 800;
    line-height: 84px;
}*/


.card-container {
    display: flex;
    /*align-items: stretch;*/
}

.card {
    /* Other styles for your card */
}


.company-card {
    background-color: #433E5E !important;
    border-radius: 0px !important;
    border: solid 1px #69637F;
    /*padding: 20px;*/
    text-align: center;
}

.faq-card {
    background-color: white !important;
}

.faq-icon {
    background-color: white !important;
    padding: 13px;
    border: 1px solid #F59A17 !important;
    border-radius: 55%;
}

/*The Linear Gradient Background Color*/
.background-color-linear-gradient {
    background: linear-gradient(to left, #1bd191, #0080ff);
}

/*This Class for About us Image*/
.about-img{
    width: 85%;
}

/*For Adding Margin Bottom small Size*/
.space-bottom-1 {
    padding-bottom: 100px;
}

/*For Adding Margin Bottom medium Size*/
.space-bottom-2 {
    padding-bottom: 150px;
}

/*For Adding Margin Bottom Large Size*/
.space-bottom-3 {
    padding-bottom: 350px;
}

/*For Adding Margin Bottom XLarge Size*/
.space-bottom-4 {
    padding-bottom: 500px;
}

/*For Adding Padding Left*/
.space-x-s {
    padding-left: 170px;
}

/*For Adding Padding Right*/
.space-x-e {
    padding-right: 150px;
}

/*For Adding Margin Between Sections Small Size*/
.space-y-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*For Adding Margin Between Sections Medium Size*/
.space-y-2 {
    padding-block: 150px;
}

/*For Adding Margin Between Sections Large Size*/
.space-y-3 {
    padding-block: 200px;
}

/*For Adding Margin Between Sections XLarge Size*/
.space-y-4 {
    padding-block: 300px;
}

/*For Adding Margin Top small Size*/
.space-top-1 {
    padding-top: 100px;
}

/*For Adding Margin Top medium Size*/
.space-top-2 {
    padding-top: 150px;
}

/*For Adding Margin Top Large Size*/
.space-top-3 {
    padding-top: 350px;
}

.download-btn {
    color: white;
}

/*This is the Responsiveness Query's Section*/

@media (max-width: 1024px) {
    .swiper-slide.timeline {
        width: 50%;
    }

    .light-pattern, .dark-pattern {
        background-image: none;
    }
}

@media (max-width: 992px) {
    .divider {
        display: none;
    }

}

@media (max-width: 768px) {
    .swiper-slide.timeline {
        width: 100%;
    }

    .parent {
        display: flex;
        justify-content: end;
        align-items: center;
        /*height: 100vh; !* Adjust according to your needs. *!*/
    }
}

@media (max-width: 576px) {

    .hero-bg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-bg h2 {
        font-size: 25px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        padding-top: 15px;
    }

    .hero-bg h1 {
        font-size: 30px;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
        padding-top: 15px;
    }

    .hero-bg h5 {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        align-content: center;
        text-align: center;
        padding-top: 15px;
    }

    .hero-bg a {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .download-btn {
        display: flex !important;
        flex-direction: column;
        align-content: center;
        /*justify-content: space-around;*/
        justify-content: space-evenly;
        align-items: stretch;
    }
    .about-img{
        width: 100%;
    }
}


/* slider section */

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

/*not completed*/
/*.swiper-overlay {*/
/*    position: absolute;*/
/*    top: 53%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 25%;*/
/*    z-index: 2;*/
/*}*/

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    width: 28%;
    padding-block: 20px;
    padding-inline: 150px;
    box-shadow: inset 0 0 2px 0 white;
}

.swiper-slide.timeline {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding-block: 35px;
    padding-inline: 25px;
    height: auto;
    max-height: 450px;
    text-align: start;
}

.slide-title {
    position: absolute;
    top: -22%;
    font-weight: 100;
    font-size: 14px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-button-next, .swiper-button-prev {
    right: auto !important;
    left: auto !important;
    top: auto !important;
    margin-top: 0;
    position: relative;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 100%;
    padding: 15px;
    transition: all 0.3s;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: initial;
    font-family: "Font Awesome 6 Pro";
}

.swiper-button-prev:after {
    content: "\f104";
}

.swiper-button-next:after {
    content: "\f105";
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: white;
    color: #1D1A40;
    border-color: #1D1A40
}

/* table section */


table {
    --bs-table-border-color: black;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px !important;
}

table tr td {
    text-align: center;
    vertical-align: middle;
    text-wrap: nowrap;
}

table td {
    border: 1px solid var(--bs-table-border-color);
}

table tr td {
    background-color: #EFE9EE;
}

table tr td.bg-light {
    background-color: #E9EEF3;
}

.separator td {
    background-color: transparent !important;
    height: 2em;
    border: none !important;
}

.separator td:hover {
    background-color: transparent !important;
}

td.separator {
    background-color: transparent !important;
    width: 2em;
    border: none !important;
}


.rounded-bottom-end-1 {
    border-bottom-left-radius: .25rem;
}

.rounded-bottom-start-1 {
    border-bottom-right-radius: .25rem;
}

.rounded-top-end-1 {
    border-top-left-radius: .25rem;
}

.rounded-top-start-1 {
    border-top-right-radius: .25rem;
}