body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    margin: 0;
    padding: 0;

}


.navbar {
    background-color: #706F6F;
    overflow: hidden;
    padding: 0;
    height: 90px;
    border-bottom: 1px solid #fff;
    /* إضافة الخط تحت Navbar */

}

.navbar a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    transition: .3s ease;
}

.navbar a:hover {
    background-color: #4AA3B6;
    color: #fff;
}

.navbar a.active {
    background-color: #ddd;
    color: black;
}

.navbar a.icons {
    background-color: #4AA3B6;
    color: #fff;
    height: 100%;
    padding: 25px;
    position: absolute;
    left: 0;
}
.navbar .icon {
    display: none;
}

.navbar .fa-bars {
    font-size: 2rem;
}

@media screen and (max-width: 600px) {
    .navbar a:not(:first-child) {
        display: none;
    }

    .navbar a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .navbar.responsive {
        position: relative;
        background: #153634;
        height: auto;
        overflow: unset !important;
    }


    .navbar.responsive .active{
        display: none;
    }

    .navbar.responsive .icon {
        position: absolute;
        left: 0;
        top: 0;
    }

    .navbar.responsive a {
        float: none;
        display: block;
        text-align: right;
    }
}

section.herotext {
    background: #706F6F;
    color: #fff;
    padding: 50px 10px;
}

.slider {
    margin-bottom: 10px;
}


.swiper-container {
    width: 100%;
    overflow: hidden;
    /* يمنع الإضافات من إظهار شريط التمرير */

    height: 50vh;
    /* يجعل السلايدر يمتلئ الشاشة بالكامل */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

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



.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 20px !important;
    font-weight: 900;
    background: #4AA3B6;
    padding: 15px 30px;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: auto !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 50) !important;
    height: var(--swiper-navigation-size);
    margin-top: -47px !important;
    margin-bottom: 100px !important;
    z-index: 99999999999999999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


.swiper-button-prev {
    left: 80px !important;
    /* تحكم في الموضع من الأسفل واليسار */
    right: auto !important;

}

.swiper-button-next {
    left: 10px !important;
    /* تحكم في الموضع من الأسفل واليمين */

}

.card {
    border-radius: 0;
}

/* تحديد الارتفاع للصور لتملأ البطاقة بالكامل */
.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* تعيين النص في أسفل الصورة */
.card-text-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    /* خلفية شفافة لتسهيل قراءة النص */
    color: white;
    padding: 10px;
}

.cards .row>* {
    padding-right: 0;
    padding-left: 0;
}

.col-md-4 {
    flex: 0 0 auto;
    width: 32.333333% !important;
    margin: auto;
}

.text-and-video {
    margin-top: 100px;
}

.text-and-video p {
    font-size: 20px;
    color: #52B5CB;
    font-weight: 800;
}

.text-and-video h1.mb-4.m-auto {
    font-weight: 900;
}

.text-and-video .text-bottom p {
    font-size: 15px !important;
    color: #000 !important;
    font-weight: 300;
    width: 50%;
    margin: auto;
}

.section {
    background-color: #706F6F;
    /* لون الخلفية */
    color: #fff;
    /* لون النص */
    padding: 50px 0;
    /* تباعد من الأعلى والأسفل */
}

.services {
    background-color: #706F6F;
    margin-top: 100px;
}

button.btn.btn-primary {
    background: #4AA3B6;
    border: none;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 20px;
}

.services .card {
    background-color: transparent;
    /* لون خلفية البطاقة */
    color: #fff;
    border: none;
    /* إزالة الحدود */
    text-align: center;
    /* محاذاة النص في الوسط */
    margin-bottom: 20px;
    text-align: right;
    /* تباعد بين البطاقات */
}

.services .card-icon {
    font-size: 35px;
    /* حجم الرمز */
    margin-top: 20px;
    /* تباعد من الأعلى */
}

.services .card-title {
    font-size: 24px;
    /* حجم العنوان */
    margin: 20px 0;
    /* تباعد من الأعلى والأسفل */
}

.services .card-text {
    font-size: 16px;
    /* حجم النص الصغير */
    margin-bottom: 20px;
    width: 60%;
    /* تباعد من الأسفل */
}

.image-text .section h1{
    font-size: 2.8rem !important;
    margin-bottom: 100px;

}

.section h1 {
    font-size: 3.5rem;
    margin-bottom: 100px;
}

.section p {
    width: 60%;
}

.services .mt-4 {
    /* margin-top: 1.5rem!important; */
    /* text-combine-upright: all; */
    padding-bottom: 100px !important;
}

.text-center {
    color: #fff;
}

.images .cards {
    display: grid;
}

.cards2 {
    direction: ltr;
}

.images .cards2 .card {
    width: 70% !important;
    margin-bottom: 20px;
}


.images .cards .card {
    width: 50%;
    margin-bottom: 20px;
}

.images .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.image-text,
.faqs {
    background-color: #706F6F;
    /* لون الخلفية */

}

.image-text .row>* {
    padding-right: 0;
    padding-left: 0;
    margin: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.image-text .section {
    padding: 0px;
    /* تباعد من الأعلى والأسفل */
    background-color: #706F6F;
    /* لون الخلفية */
    color: #fff;
    /* لون النص */
}

.image-text .section2 {
    padding: 100px 100px 80px 20px;
    /* تباعد من الأعلى والأسفل */
    background-color: #706F6F;
    /* لون الخلفية */
    color: #fff;
    /* لون النص */
}

.image-text .section .text {
    font-size: 24px;
    /* حجم النص */
    margin-bottom: 20px;
    width: 80%;
    /* تباعد من الأسفل */
    margin: auto;
}

.image-text .section img {
    width: 100%;
    /* الصورة تمتلئ بالكامل */
    height: 100%;
    /* الارتفاع يتغير تلقائيًا */
}

.accordion-button::after {
    margin-right: auto !important;
    margin-left: 0;
    color: #fff !important;
}

/* تغيير لون السهم في جزء الأسئلة إلى اللون الأبيض */
.faqs h3::after {
    content: "\279C";
    /* سهم اليمين */
    margin-left: 10px;
    /* تباعد بين النص والسهم */
    color: #fff;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    /* تغيير عرض السهم */
    height: 20px;
    /* تغيير ارتفاع السهم */
    content: "";
    color: red;
    background-color: #13413d;
    /* تغيير لون السهم إلى الأبيض */
    border-radius: 5px;
    /* تحويل السهم إلى دائرة */
    transition: all 0.3s ease;
    /* تغيير التأثير عند التحويل */
}



.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #fff !important;
    text-align: left;
    background-color: #0d2a28;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.faqs {
    padding: 50px 0;
    /* تباعد من الأعلى والأسفل */
    background-color: #706F6F;
    /* لون الخلفية */
    color: #fff;
    /* لون النص */
}

.faqs .text-center {
    color: #fff;
    width: 50%;
    margin: auto;
}

.faqs .container {
    margin: 0 auto;
    padding: 4rem;
}

.faqs .container-fluid .row {
    margin-top: 100px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #088a83;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #088a83;
}

.accordion button {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 1em 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #088a83;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #088a83;
    border: 1px solid #088a83;
}

.accordion button .accordion-title {
    padding: 1em .5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    margin-left: 10px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: #706F6F;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #fff;
    background: #088a8345;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    color: #fff;
    width: 95%;
    margin: auto;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: transparent;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.accordion h2 {
    color: #fff;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 50px;
}

.faqs .card {
    border-radius: 0;
    width: 70%;
    height: 100%;
    border: none;
    margin: auto;
}

footer {
    background-color: #5c5a5a !important;

}

footer .text-body {
    --bs-text-opacity: 1;
    color: #fff !important;
}

footer .copyrights {
    border-top: 1px solid #088a83;
}

.contact-form {
    max-width: 90%;
    margin: 50px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #088a83;
}

.contact-form .form-group label {
    color: #333;
    font-weight: bold;
}

.contact-form textarea.form-control {
    min-height: 150px;
}

.contact-form .btn-primary {
    background-color: #088a83;
    border: none;
    transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
    background-color: #05645f;
}

.contact-form .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #088a83;
}

.pdf-viewer{
    margin: 0;
    padding: 0;
    height: 100%;
}

.pdf-viewer h1{
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    color: #088a83;
}

.sign .text-center,
.login .text-center{
    color: #088a83;
}

.login .row>*{
    padding: 0;
}

.pdf-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* تمكين التمرير العمودي */
}

canvas {
    border: 1px solid black;
    display: block;
    margin: 10px auto;
}

canvas {
    border: 1px solid black;
    display: block;
    margin: 10px auto;
    width: 90% !important;
}

@media only screen and (max-width: 1200px) {
    .swiper-container {
        width: 100%;
        overflow: hidden;
        height: auto;
    }
    
    .col-md-4 {
    flex: 0 0 auto;
    width: 100% !important;
    margin: auto;
}
section.herotext h1 {
    font-size: 2rem !important;
    font-weight: 900;
    line-height: 1.5;
}


    .card-text-bottom-right {
        position: absolute;
        bottom: 0;
        right: 0;
        color: white;
        padding: 10px;
        font-size: 10px;
    }

    iframe {
        border: 0;
        height: 300px;
    }

    .text-and-video .text-bottom p {
        font-size: 15px !important;
        color: #000 !important;
        font-weight: 300;
        width: 100%;
        margin: auto;
    }

    .section p {
        width: 100%;
    }

    .images .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: grid;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .login .row>* {
        padding: 10px;
    }

    .col-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .images .cards .card {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .images .cards2 .card {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .col-7 {
        flex: 0 0 auto;
        width: 100%;
    }

    .image-text .section img {
        width: 100%;
        height: 100%;
    }

    .faqs .card {
        border-radius: 0;
        width: 100%;
        height: 100%;
        border: none;
        margin: auto;
    }

    .faqs .text-center {
        color: #fff;
        width: 80%;
        margin: auto;
    }

    .accordion button[aria-expanded='true']+.accordion-content {
        opacity: 1;
        max-height: max-content;
        color: #fff;
        width: 95%;
        margin: auto;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }

    .image-text .section2 {
        padding: 70px 0px 0px 0px;
        background-color: #706F6F;
        color: #fff;
    }

    .cards2 {
        direction: ltr;
        margin-top: 50px;
    }

    button.btn.btn-primary {
        background: #4AA3B6;
        border: none;
        border-radius: 20px;
        font-weight: 700;
        font-size: 12px;
        padding: 10px 20px;
        /* margin: 20px; */
        margin: auto;
        width: 95% !important;
    }

    .sign button.btn.btn-primary {
        width: 100% !important;
    }

}

.contact-form {
    margin-top: 20px;
    background: #eee;
    width: 90% !important;
}

.contact-form .contact-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
    .contact-form .contact {
        margin-bottom: 60px;
    }
}

.contact-form .contact input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form .contact textarea {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form .contact input:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.contact-form .contact textarea:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.contact-form .form-control::placeholder {
    color: #232434;
    opacity: 1;
}

.contact-form .btn-contact-bg {
    border-radius: 5px;
    color: #fff;
    outline: medium none !important;
    padding: 15px 27px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #4aa3b6;
    font-family: 'poppins', sans-serif;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
}

.contact-form .btn-contact-bg:hover,
.contact-form .btn-contact-bg:focus {
    background: #232434;
    color: #fff;
}

/*START ADDRESS*/

.contact-form .single_address {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 40px;
}

@media only screen and (max-width:768px) {
    .contact-form .single_address {
        padding-left: 0px;
    }
}

.contact-form .single_address i {
    background: #f6f6f6;
    color: #4aa3b6;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 14px;
    font-size: 22px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form .single_address:hover i {
    background: #4aa3b6;
    color: #fff;
}

.contact-form .single_address h4 {
    font-size: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: 600;
}

.contact-form .single_address p {
    overflow: hidden;
    margin-top: 5px;
}

.contact-form .section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contact-form .section-title p {
    padding: 0 10px;
    width: 70%;
    color: #000;
    margin: auto;
    letter-spacing: 1px;
}

.contact-form .section-title {
    margin-bottom: 60px;
}

.contact-form .text-center {
    text-align: center !important;
}
