.hero-section {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-hero-slider .slick-slide {
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.hero-slide .container {
    margin-top: 20rem;
}

.hero-content-box {
    width: fit-content;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(250, 250, 250, 1);
    padding: 2rem;
    border-radius: 4px;
    width: 475px;
}

.hero-content-box {
    line-height: 1.8;
}

.hero-content-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-content-box a span {
    font-weight: 600 !important;
}

.hero-dots-container {
    position: absolute;
    display: flex;
    inset-inline-start: 0;
    bottom: 6rem;
}

.hero-dots-container .slick-dots {
    position: relative;
}

@media (max-width:767.888888px) {
    .hero-content-box {
        width: 100%;
    }
}

.hero-content-box .type-1-btn span {
    color: rgba(250, 250, 250, 1);
    ;
}

.hero-content-box .type-1-btn svg {
    fill: white;
}

.hero-content-box h1 {
    color: var(--primary-color);
}

.hero-content-box p {
    color: rgba(150, 150, 150, 1);
}

.hero-section .slick-dots .custom-dot {
    background-color: rgb(0 38 62 / 50%);
    height: 12px;
    width: 12px;
    border-radius: 24px;
    display: block;
    margin-top: 1rem;
}

.hero-section .slick-dots .slick-active .custom-dot {
    background-color: var(--secondary-color);
}

.hero-section .slick-dots li {
    margin: 0 5px;
}

.hero-section .slick-dots {
    width: fit-content;
    bottom: -50px;
    inset-inline-start: 8px;
}

.contact-button {
    padding: .5rem 2rem;
    width: 11rem;
    background-color: var(--primary-color);
    color: white;
    border-radius: 2rem;
}

.hero-arrows-container {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
    position: absolute;
    top: 40%;
    width: 100%;
}

.hero-arrows-container span {
    border-radius: 100%;
    position: relative;
    margin: 0;
    padding-inline: 0;
    cursor: pointer;
    border: 1px solid var(--main-color);
    border-radius: 99999px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
}

.hero-arrows-container span i {
    border-radius: 100%;
    background: transparent;
    color: white;
    max-width: max-content;
    font-size: 1rem;
    transform: none;
    margin-top: 0;
    position: relative;
}

.hero-arrows-container .hero-arrows-prev {
    margin-inline-start: 1rem;
}

.hero-arrows-container .hero-arrows-next {
    margin-inline-end: 1rem;
}

body.arabic-version .hero-arrows-container .hero-arrows-prev {
    scale: -1;
}

body.arabic-version .hero-arrows-next {
    scale: -1;
}

/* ////////////////////////////////////////// */
.nav-tabs .nav-link {
    margin-bottom: 0;
    background: white;
    border-radius: 0;
    border: none;
}

.main-tab-btn {
    padding: 1.5rem 1rem;
    outline: none;
    border: none !important;
    border-radius: 0 !important;
}

.main-tab-btn.active {
    background-color: var(--secondary-color) !important;
    color: white;
    position: relative;
}

.main-tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid var(--secondary-color);
}

.main-tab-btn.active h5 {
    color: white;
}

.main-tab-btn h5 {
    margin-bottom: 0;
}

.main-tab-btn-box .nav-item {
    border: none;
    outline: none;
}

.main-tab-btn-box {
    border: 1px solid rgba(150, 150, 150, 0.5);
    width: fit-content;
    margin: auto;
    display: flex;
}

.main-tab-content {
    border: 1px solid rgba(150, 150, 150, 0.5);
}

.sub-tab-btn {
    position: relative;
}

.sub-tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    inset-inline-start: 0;
    width: 100%;
    height: 5px;
    background-color: var(--secondary-color);
}

.sub-tab-btn.active h5 {
    color: var(--secondary-color);
    ;
}

.tab-content p {
    margin-bottom: 0;
}

.contact-button:hover {
    background-color: white;
    color: rgba(0, 38, 62);
    border: 1px solid rgba(0, 38, 62);
}

.contact-button:hover {
    background-color: white;
    color: rgba(0, 38, 62);
    border: 1px solid rgba(0, 38, 62);
}

.heroIcon {
    display: flex;
    justify-content: end;
}

.heroIcon img {
    margin-inline-end: .2rem;
}

.full-width-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-slider {
    width: 100%;
    height: 100vh;
}


.content {
    text-align: center;
    color: white;
}

.heroButton {
    margin-top: 20px;
}

.heroButton .btn {
    margin: 5px;
}

/* تغيير ألوان وأحجام الأسهم والنقاط في Slick */
.slick-prev,
.slick-next {
    font-size: 24px;
    color: white;
    z-index: 10;
}

.slick-dots li button:before {
    color: white;
}






body.arabic-version .select-wrapper select {
    background-position-x: 5%;
    text-align: right;
}

.about-button {
    padding: .5rem 3.25rem;
    background-color: var(--primary-color);
    color: white;
    border-radius: 2rem;
}

.third-home-section {
    background-color: rgba(0, 38, 62, .05);
    z-index: -2;
}

.title {
    min-height: 3.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


body.arabic-version .select-wrapper select {
    background-position: 10%;
    text-align: right;
}


@media (max-width: 576px) {

    .heroSection,
    .box {
        padding: .25rem !important;
        box-sizing: border-box;
    }
}


.navSec {
    background-image: url('../Assets/Inners/testi-bg\ \(1\)\ 2.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 15%;
}

@media (max-width: 1024px) {
    .navSec .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start !important;
        border: 0;
        padding-bottom: 1rem
    }

    .navSec .nav li {
        flex: 0 0 320px;
        border-bottom: 1px solid #969696;
    }

    .navSec .nav li button {
        width: 100%;
    }
}

.image-custom {
    position: absolute;
    bottom: 50%;
    top: 40%;
    right: 30%;
    transform: translatex(-50%);
    z-index: 1;

}


/* fifth style */
.select-wrapper select {
    width: 100%;
    border-radius: 4rem;
    overflow: hidden;
    appearance: none;
    background-image: url('../Assets/Icons/CaretDown1.svg');
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 1rem;
    padding: .5rem;
    background-color: transparent;
    color: white;
}

.item {
    margin-top: 2rem;
}

.spanColor {
    color: var(--secondary-color);
}

input {
    border-radius: 4rem !important;
}


.applyButton {
    padding: .5rem, 2rem;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 2rem;

}

.fifthSectionButton {
    padding: .5rem 2.5rem;
    background-color: transparent;
    color: white;
    border-radius: 2rem;

}

.fifth-home-second-section {
    background-image: url(../Assets/Inners/testi-bg\ \(1\)\ 1.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20%;
    background-color: rgba(0, 38, 62, .05);
    height: 100%;
    padding: 2rem !important;
    padding-inline-end: 6.5rem !important;
}

.fifth-home-second-section img {
    margin-inline-end: .25rem;
}

.marginItem {
    margin-inline-end: 1rem;
}

body.arabic-version input {
    direction: ltr;
    text-align: right;
}

body.arabic-version .select-wrapper select {
    background-position-x: 10%;
    text-align: right;
}

.applyButton:hover {
    background-color: white;
    color: rgba(0, 38, 62);
    border: 1px solid rgba(0, 38, 62);
}

.about-button:hover {
    background-color: var(--secondary-color);
    color: rgba(0, 38, 62);
    border: 1px solid rgba(0, 38, 62);
}




body.arabic-version .select-wrapper select {
    background-position: 5%;
    text-align: right;
}

.firstWrapper {
    background-color: var(--primary-color);
    color: white;
    padding: 2rem;
    padding-inline-start: 6.5rem !important;
}



.fifth-home-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



/* six-section */

.wrapItem {
    border: 1px solid #ccc;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
}


.textWrapper {
    min-height: 4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}




body.arabic-version .navSec {
    background-image: url(../Assets/Inners/testi-bg\ \(1\)\ 1.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20%;
}

body.arabic-version .fifth-home-second-section {
    background-image: url(../Assets/Inners/testi-bg\ \(1\)\ 2.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 30%;
    background-color: rgba(0, 38, 62, .05);
    height: 100%;
}


body.arabic-version .box {
    width: 24rem;
    height: 13rem;
}

body.arabic-version .heroSection {
    justify-content: start;
    align-items: end;
}

body.arabic-version .heroIcon {
    justify-content: start;
}



@media (max-width: 991px) {
    .fifth-home-section .row {
        height: 100%;
    }
}

@media (max-width: 576px) {
    .firstWrapper {
        padding-inline-end: 1rem !important;
        padding-inline-start: 1rem !important;
    }
}

@media (max-width: 991px) {
    .firstWrapper {
        padding-inline-end: 6.25rem !important;
    }
}

@media (max-width: 991px) {
    .fifth-home-second-section {
        padding-inline-start: 6.25rem !important;
        padding-inline-end: 0;
    }
}

@media (max-width: 576px) {
    .fifth-home-second-section {
        padding-inline-end: 1rem !important;
        padding-inline-start: 1rem !important;
    }
}



.test-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    min-height: 500px;
}

.test-section .first-section-bg {
    background-color: var(--primary-color);
}

.test-section .second-section-bg {
    background-image: url(../Assets/Inners/testi-bg\ \(1\)\ 1.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20%;
    background-color: rgba(0, 38, 62, .05);

}

.test-section .container {
    position: absolute;
    transform: translate(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding-top: 2rem;
}


.test-section .container {
    inset-inline-start: 50%;
    inset-inline-end: unset;
}

.arabic-version .test-section .container {
    inset-inline-start: unset;
    inset-inline-end: 50%;
}

@media (max-width: 992px) {
    .test-section {
        grid-template-columns: 1fr;
        min-height: 900px;
    }
}


@media (max-width: 992px) {
    .test-section .container {
        grid-template-columns: 1fr;
        height: 100%;
    }
}

.about-fouth-section .card,
.about-fouth-section img {
    border-radius: 0 !important;
}

.about-fouth-section .card .title,
.home-fouth-section .card .title {
    min-height: 2.2rem;
    margin-bottom: 7px !important;
}

.about-fouth-section .card .about-button,
.home-fouth-section .card .about-button {
    margin-block: 1rem;
}

.third-home-section .nav-tabs h5 {
    margin-top: 5px;
}

.third-home-section .tab-content .tab-pane p {
    color: #969696;
}

.third-home-section .tab-content .tab-pane picture {
    display: block;
    padding: 2rem;
}

.about-fouth-section,
.home-fouth-section {
    padding-bottom: 1.5rem !important;
}


.third-home-section {
    padding-top: 2rem;
}

.third-home-section .main-tab-btn {
    background-color: rgb(255 255 255 / 50%);
}

.hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.six-section .contact-button {
    width: 8rem;
    margin-bottom: 3rem !important;
}

.six-section .wrapItem .textWrapper {
    margin-top: .5rem;
}


.test-section .container {
    max-width: 96%;
}

.test-section .custom-textarea {
    padding-block: 1.5rem;
}

.home-fouth-section .card p {
    color: var(--font-color);
}

.six-section .contact-button {
    padding: .7rem 2rem;
}

.six-section h5,
.six-section h5 span {
    color: var(--secondary-color);
}

/* Edits */
.hero-md-section {
    height: auto !important;
    margin-top: 2rem;
}

.hero-md-section .hero-slide {
    height: auto !important;
}

.hero-md-section .container {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 1rem;
}

.hero-md-section .hero-arrows-container {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.hero-md-section .hero-content-box {
    box-shadow: 0px 0px 40px 0px #B6B6B633;
}

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

.hero-md-section .slick-dots li button:before {
    color: #969696;
    font-size: 14px;
    opacity: 1;
}

.hero-md-section .slick-dots {
    width: 100% !important;
}

@media (max-width: 991.88889px) {
    .hero-section {
        height: auto;
        padding-top: 8rem;
    }

    .hero-md-section {
        padding-top: 0 !important;
    }

    .hero-section img {
        height: auto;
        object-fit: contain;
    }

    .hero-section .hero-content-box {
        display: none;
    }

    .hero-md-section .hero-content-box {
        display: block;
    }

    .hero-slide .container {
        margin-top: 0;
    }

    .hero-slide picture {
        position: static;
        transform: unset;
        width: 100%;
        height: auto;
    }

    .home-hero-slider .slick-slide {
        height: unset !important;
        align-items: center;
        display: block;
    }

    .hero-md-section .slick-dots {
        bottom: -25px;
    }
}

@media (min-width: 992px) {
    .hero-section .hero-content-box {
        display: block;
    }

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

@media (max-width: 767.888888px) {
    .hero-arrows-container {
        display: none;
    }
}

@media (max-width: 575.888888px) {
    .hero-section .slick-dots {
        bottom: -25px;
    }

}