@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


:root {
    --primary-bg: #3CB98D;
    --white-color: #ffff;
    --black: #000000;
    --icon-bg: #592d85;
    --font-tajawal: "Tajawal", serif;
    --gray-color: #787778;
    --close: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 1.414 16.586 0 9 7.586 1.414 0 0 1.414 7.586 9 0 16.586 1.414 18 9 10.414 16.586 18 18 16.586 10.414 9 18 1.414Z' fill='%23B1B8C9'/%3E%3C/svg%3E");

}


* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


body {
    background-color: var(--white-color);
    overflow-x: hidden !important;
    box-sizing: border-box;

}



h1 {
    font-family: "Tajawal", serif;
    font-weight: 900;
    line-height: 1.6em;
    text-transform: capitalize;

}

h2 {
    font-family: var(--font-tajawal);
    font-size: 2em;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: capitalize;
}

h3,
h4,
h5,
h6 {
    font-family: var(--font-tajawal);
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: capitalize;
}


p {
    font-family: var(--font-tajawal);
    font-size: 1em;
    font-weight: 500;
    text-transform: capitalize;


}

span {
    font-family: var(--font-tajawal);
    font-size: 0.9em;
    font-weight: 500;
    text-transform: capitalize;


}

a {
    text-decoration: none;
    font-family: var(--font-tajawal);
    font-size: 1em;
    font-weight: 400;
    text-transform: capitalize;
}


ul {
    list-style-type: none;
    padding: 0;
}

.primary-bg {
    background-color: var(--primary-bg);
}

.white-text {
    color: var(--white-color);
}

.navbar {
    margin-bottom: -10rem;

}

@media only screen and (max-width: 600px) {
    .navbar {
        overflow: hidden;
    }
}

.navbar .container {
    margin-top: 2rem;
    width: fit-content;
    min-width: 98%;
    padding: 1rem;
    position: relative;
    z-index: 99;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px 0px rgba(157.99999999999997, 154, 221, 0.12);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.nav-item {
    margin: 0 1rem;
    font-family: var(--font-tajawal);
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: 700;

}

.nav-item a {
    color: var(--black);
}

.logo-container {
    width: 15%;

}

.logo-container img {
    width: 100%;
}

.menu-container {
    width: 85%;

}

.nav-item{
    font-size: 17px !important;
}
.nav-item .hero-button,
.nav-item .secondery-button {
    color: var(--white-color);
    padding: 0.5rem;
    margin: 5px 0px;
}

.nav-item .nav-bu{
    width: 185px;
    margin: auto;
    text-align: center;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.hero-button {
    background-color: transparent;
    font-family: var(--font-tajawal);
    font-size: 1em;
    font-weight: 400;
    color: white;
    background-image: linear-gradient(340deg, var(--primary-bg) 0%, #ba8efa 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 17px 35px 17px 35px;
    display: inline-block;
    width: fit-content;
    height: auto;
}

.secondery-button {
    background-color: transparent;
    font-family: var(--font-tajawal);
    font-size: 1em;
    font-weight: 400;
    color: white;
    background-image: linear-gradient(340deg, var(--icon-bg), #ba8efa 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 17px 35px 17px 35px;
    display: inline-block;
    width: fit-content;
    height: auto;
}

.main-button {
    border-radius: 50px 50px 50px 50px;
    padding: 17px 35px 17px 35px;
    font-family: var(--font-tajawal);
    font-size: 1em;
    display: inline-block;
    width: fit-content;
    height: auto;
    font-weight: 400;
    color: var(--black);
    background: var(--white-color);
    border:1px solid #000;
}

.main-button:hover {
    color: var(--black);
    background: var(--white-color);
    border:1px solid #000;
}



#herpcontainer {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    background-image: url("/front-pages/img/bg-5-1.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;

}


#herpcontainer::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, var(--icon-bg) 30%, var(--white-color) 70%);
    overflow: hidden;

    /* طبقة منخفضة */
}

.hero-img {
    position: relative;
    width: 80%;
    padding: 3rem;


}

.hero-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}



.title-container {
    position: relative;
    z-index: 2;
    padding: 20px;
    padding-right: 7rem;
    overflow: hidden;

}

.sand-des-content {
    position: relative;
    margin-top: -6%;
    background-color: var(--white-colorg);
    overflow: hidden;
}

.sand-des-content-first {
    position: relative;
    background-image: url("/front-pages/img/bg-4-e1654330249265.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
}

.sand-des-content-first div {
    z-index: 9;
}

.sand-des-content-first::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--icon-bg);
    opacity: 0.7;
    overflow: hidden;


}


.how-help-section {

    padding: 3rem 1rem;
    display: flex;

    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 10px 35px 0px rgba(157.99999999999997, 154, 221, 0.1);
    background-color: var(--white-color);
    border: 1px solid #00000030;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.how-help-section a {
    font-weight: 900;
}

.how-help-section ul li {
    margin-right: 2rem;
    list-style: none;
    font-family: var(--font-tajawal);
    font-size: 1.1em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.7em;
}

.how-help-section ul li i {
    font-size: 16px;
    color: var(--primary-bg)
}

.about-sand {
    padding: 6rem 3rem;
}

.second-title {
    border-right: 6px solid var(--icon-bg);
    padding-right: 1rem;
}

.second-title h2 {
    line-height: 1em;
}

.img-container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 5rem;
    align-items: center;

    justify-content: center;
}

.first-about-img {
    width: 100%;
    display: block;
    text-align: center;

}

.first-about-img img {
    width: 100%;
    height: 500px;
    border-radius: 40px 40px 40px 40px;
    object-fit: cover;
    object-position: center center;
    /* لضبط الصورة في المنتصف */
}

.second-about-img {
    width: 80%;
    height: 300px;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: #FFFFFF;
    border-radius: 80px;
    margin-top: -110px;
    margin-left: -10rem;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
}

.second-about-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.img-container .counter-about {
    position: absolute;
    bottom: 10%;
    right: 10%;

    background: var(--icon-bg);
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--white-color);
}

.img-container .counter-about span,
.img-container .counter-about p {
    color: var(--white-color);
    text-align: center;
}

.counter-box {


    padding: 50px 20px 50px;
    text-align: center;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: var(--black);
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: var(--icon-bg)
}

.counter,
.counter-pre {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: var(--icon-bg);
    line-height: 28px
}



.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}


/* جعل الحاوية بالكامل في منتصف الشاشة */
.swiper-container {
    margin: auto;
    position: relative;
    width: 100%;
    height: auto;
    align-self: center;
    overflow: hidden !important;
    align-self: center;
    justify-content: space-around;


}

.swiper-wrapper {
    justify-content: end;
}

.swiper-pagination {
    position: relative;
}



.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 130px;
    height: 150px;
    object-fit: contain;
    overflow: hidden !important;
}




.whysandbay {
    display: flex;
    padding-block: 5rem;
    padding-inline: 2rem;
    position: relative;
    background-image:  url("/front-pages/img/bg-5-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.whysandbay::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f7fc;
    opacity: 0.6;
    z-index: 0;

    /* طبقة منخفضة */
}

.whysandbay .icon-box {
    text-align: center;
    z-index: 9;
    background: var(--white-color);
    padding-bottom: 2rem;
    padding-top: 5rem;
    padding-inline: 2rem;

    border: 1px solid #ded7e9;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    box-shadow: 0px 5px 20px 0px rgba(157.99999999999997, 154, 221, 0.12);
}

.whysandbay h2,
.whysandbay h3 {
    position: relative;
    color: var(--black);
    z-index: 93;
    text-align: center;
}

.whysandba .container {
    overflow: hidden;
}

.icon-box__icon {
    position: relative;
    height: 70px;
    width: 70px;
    margin-bottom: 2rem;
    border-radius: 50%;
    background: var(--icon-bg);
    margin-top: -7rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-box i {
    font-size: 30px;
    color: #fff;
    fill: #fff;
}

.solution {
    padding-block: 7rem;
    padding-inline: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-boxs {
    overflow: hidden;
}

.solution-box {
    padding: 1rem;
    box-shadow: 5px 5px 10px 5px rgba(157.99999999999997, 154, 221, 0.12);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.solution-box__text h4 {
    font-family: var(--font-tajawal);
    font-size: 1.1em;
    color: var(--icon-bg);
}

.solution-box__text span {
    font-size: 0.9em;
    color: var(--black);
}

.solution-box__icon {
    width: 100px;
    padding: 1rem;
    height: 70px;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: #f5f5f5;

    border-radius: 50%;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.solution-box__icon i {
    font-size: 24px;
    color: var(--icon-bg);


}


.our-solution {
    padding-block: 7rem;

    position: relative;
    background-image:  url("/front-pages/img/bg-5-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.our-solution::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(340deg, var(--icon-bg) 0%, var(--primary-bg) 100%);
    opacity: 0.5;

    /* طبقة منخفضة */
}

.our-solution .container {
    position: relative;
    z-index: 9;
}

.our-solution h2,
.our-solution span,
.our-solution h4 {
    color: var(--white-color);
}


.our-solution__cards {
    z-index: 99;
    padding: 1rem;
    box-shadow: 0px 0px 10px 0px rgba(210, 199, 199, 0.5);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.our-solution__cards--img {
    width: 100%;
    height: 300px;

}

.our-solution__cards--img img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    object-position: center center;

}

.our-solution__content span {
    width: 80%;
    align-self: center;
}

#ourStory {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    text-align: center;
    position: relative;
    padding: 5rem 1rem;



}

.story_title h3 {
    font-size: 2rem;

    margin-bottom: 1rem;

}

.story_title p {
    font-size: 1rem;
    color: var(--black);
    line-height: 1.5;
}

.team-member {
    text-align: center;
    overflow: hidden;

}

.team-member__img img {
    width: 100%;
    width: 300px;
    height: 300px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.team-member__content {
    position: relative;
    padding: 1rem;
    align-self: center;
    z-index: 99 !important;
    width: 70%;
    border-radius: 24px;
    margin-top: -2rem;
    background: var(--white-color);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.team-member__content h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.team-member__content p {
    font-size: 1rem;
    color: #777;
}


/* ------------------------------------
02. Global CSS
---------------------------------------*/
.pricingTable {
    padding: 2rem 1rem 1rem;
}

.tabsBtnHolder ul {
    list-style: none;

    display: flex;

    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;

}

.tabsBtnHolder ul li {
    margin: 5px 10px;
    cursor: pointer;
    padding: 20px 80px;
    border-radius: 50px;
    background: var(--icon-bg);
    color: var(--white-color);
    font-weight: bold;
    transition: all 0.3s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.tabsBtnHolder ul li.active {
    background-color: var(--primary-bg);

    color: #fff;
}

.tabsBtnHolder ul li:hover {
    background-color: var(--primary-bg);
    color: #fff;
}

.holder {
    border: 1px solid #e9ecef;
    border-radius: 24px;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.holder p.disabled {
    color: #b1b8c9;
}

.holder p {
    color: var(--black);
}

.holder p.disabled,
.holder .info p {

    display: block;

    position: relative;
    direction: inherit;
}

.holder p.disabled::before,
.holder .info p::before {

    /* أيقونة الخطأ */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.holder .info p.disabled::before {
    content: '\f00d';
    color: #e74c3c;
}

.holder .info p::before {
    content: '\f00c';
    color: #2ecc71;
}


.holder p.disabled:dir(rtl)::before,
.holder .info p:dir(rtl)::before {
    margin-right: -20px;
}


.holder p.disabled:dir(ltr)::before,
.holder .info p:dir(ltr)::before {
    margin-left: -20px;
}


.holder:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.hdng p {
    font-size: 1.2rem;
    font-weight: bold;
}

.price p {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--icon-bg);
}

.info p {
    font-size: 0.9rem;
    color: var(--black);
    margin-bottom: 10px;
}

.btn .readon {
    display: inline-block;
    padding: 8px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.btn .readon:hover {
    background-color: #0056b3;
}

.animated {
    display: none;
}

.animated.active {
    display: flex !important;
}





.footer {
    width: 100%;
    padding: 7rem 10rem 1rem;
    background-color: var(--icon-bg, #6c63ff);
    color: var(--white-color);
}

.contact-section {
    padding: 3rem 1rem;
    background-color: transparent;
    background-image: linear-gradient(320deg, #6800FF 0%, #9F5FFD 100%);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 1rem;
}

.contact-section h3 {
    font-size: 1.5em;
    line-height: 1.6em;
}

.contact-section a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    height: 25px;
    width: 25px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.contact-section a i {
    color: var(--icon-bg);
}


@media only screen and (max-width: 600px) {

    /* تأكد من فتح القائمة من اليسار */
    .offcanvas-start {
        left: 0 !important;
        width: 80% !important;
        /* تحديد عرض القائمة */
    }


    .offcanvas-title {
        order: 1;
    }

    .logo-container {
        width: 50%;

    }

    .menu-container {
        width: 50%;
        display: flex;
        justify-content: flex-end;

    }

    .navbar-brand-mobile {
        width: 50%;
    }

    .navbar-brand-mobile img {
        width: 150px;
        height: 100px;
        object-fit: contain;
    }

    .offcanvas-header .btn-close {
        width: 30px;
        height: 30px;


    }



    .custom-close-btn {
        background-color: var(--primary-bg);
        /* لون الخلفية */


        font-size: 18px;

        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        /* ظل الزر */
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .custom-close-btn:hover {
        background-color: #5e4dbf;
        /* لون الخلفية عند التمرير */
        transform: scale(1.1);
        /* تكبير الزر قليلاً */
    }

    .custom-close-btn:focus {
        outline: none;
        /* إزالة حدود التركيز */
        box-shadow: 0 0 10px rgba(108, 92, 231, 0.5);
        /* ظل التركيز */
    }


    .navbar-nav {
        align-items: flex-start !important;
        
    }

    .btn-close {
        --bs-btn-close-color: #fff;
        /* تغيير اللون إلى الأبيض */
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");


    }

    .navbar .container {
        width: 90%;
    }

    #herpcontainer .slideToLeft {
        padding-top: 5rem !important;
    }

    #herpcontainer .hero-button,
    #herpcontainer .main-button {
        width: 100%;
    }

    .title-container {
        margin-top: 8rem;
        padding-right: 1rem;
    }

    .hero-img {

        width: 100%;
        overflow: hidden;
        margin-bottom: 3rem;

    }

    .about-sand {
        padding: 0rem 1rem;
    }



    .first-about-img img {
        width: 100%;
        height: 400px;
        border-radius: 40px 40px 40px 40px;
        object-fit: cover;
        object-position: center center;

    }

    .img-container .counter-about {
        position: absolute;
        bottom: -10%;
        right: 70%;


    }

    .solution {
        padding: 1rem;


    }

    .solution-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }


    .our-solution__cards {
        padding: 1rem;
        margin-inline: 10rem;

    }

    .our-solution__cards--img img {
        width: 400px;
        height: 300px;
        object-fit: cover;

    }

    .our-solution__content span {
        width: 100%;
        align-self: center;
    }


    .tabsBtnHolder ul li {
        padding: 15px 40px;
        font-size: 1.1rem;
    }

    .hdng p {
        font-size: 1rem;
    }

    .price p {
        font-size: 1.5rem;
    }

    .holder {
        padding: 15px;
    }

    .info p {
        font-size: 0.8rem;
    }

    .btn .readon {
        padding: 6px 15px;
    }

    .footer {
        padding: 1rem;
        padding-top: 5rem;
    }

    .navbar-toggler {
        background: var(--icon-bg);

    }

    .navbar {
        color: white;
        --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"%3e%3cpath d="M4 5h12M4 10h12M4 15h12" stroke="white" stroke-width="2" stroke-linecap="round" /%3e%3c/svg%3e');
    }

    .sand-des-content {

        margin-top: -30%;

    }

    #herpcontainer::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(220deg, var(--icon-bg) 10%, var(--white-color) 90%);
        overflow: hidden;

        /* طبقة منخفضة */
    }
 .counter-box {
        padding: 25px px 25px;
        text-align: center;
    }


}



/*****animation classes****/
/****************************/
/****************************/
/****************************/
/* التأثيرات عند إضافة الكلاس */
.icon-box.fade-in-right {
    animation: fade-in-right 1s ease-out forwards;
    -webkit-animation: fade-in-right 1s ease-out forwards;
}


.icon-box.fade-in-left {
    animation: fade-in-left 1s ease-out forwards;
    -webkit-animation: fade-in-left 1s ease-out forwards;
}

.icon-box.fade-in-up {
    animation: fade-in-up 1s ease-out forwards;
    -webkit-animation: fade-in-up 1s ease-out forwards;
}

.icon-box.zoom-in {
    animation: zoom-in 1s ease-out forwards;
}

.icon-box.slide-in-down {
    animation: slide-in-down 1s ease-out forwards;
}

.icon-box.rotate-in {
    animation: rotate-in 1s ease-out forwards;
}

/* التأثيرات الابتدائية (قبل ظهور العنصر) */
.icon-box-container .icon-box {
    opacity: 0;
    transform: translateY(100px);
    /* العنصر يبدأ في الأسفل */
}

.fade-in-right {
    animation: fade-in-right 1s ease-out forwards;
    -webkit-animation: fade-in-right 1s ease-out forwards;
}

.fade-in-left {
    animation: fade-in-left 1s ease-out forwards;
    -webkit-animation: fade-in-left 1s ease-out forwards;
}

.fadeInTopLeft {
    opacity: 0;
    animation: fadeInTopLeft 1s ease-out forwards;

    -webkit-animation: fadeInTopLeft 1s ease-out forwards;
}

.slideToLeft {
    animation: slideToLeft 1s ease-in-out forwards;
    width: fit-content;
    display: inline;
    -webkit-animation: slideToLeft 1s ease-in-out forwards;
}

.slideToRight {
    animation: slideToRight 1s ease-in-out forwards;
    width: fit-content;
    -webkit-animation: slideToRight 1s ease-in-out forwards;
}


/* الأنيماتشنات */
@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slide-in-down {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate-in {
    0% {
        opacity: 0;
        transform: rotate(90deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0);
    }
}



@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate(-100%, -100%);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes slideToLeft {
    0% {
        opacity: 0;
        transform: translate(100%);
        -webkit-transform: translate(100%);
        -moz-transform: translate(100%);
        -ms-transform: translate(100%);
        -o-transform: translate(100%);
    }

    100% {
        opacity: 1;
        transform: translate(0%);
        -webkit-transform: translate(0%);
        -moz-transform: translate(0%);
        -ms-transform: translate(0%);
        -o-transform: translate(0%);
    }
}

@keyframes slideToRight {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.container-co {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* زيادة الطول لمحاكاة التمرير */
    width: 100%;
    height: auto;
    overflow: hidden;

    /* خلفية عامة */
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    width: 100%;
    /* تكبير الصورة لتأخذ العرض بالكامل */
    height: 100%;
    object-fit: cover;
    /* يتم تكبير الصورة لتغطية الحاوية بالكامل */
    transition: all 0.5s ease-out;
}


.background-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
}


/***************************/
/*  إضافات */
/**************************/



.glass-effect {
    position: relative;

    overflow: hidden;
    display: inline-block;

}



/* التأثير عند التحويم */
.glass-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

/* الطبقات الزجاجية المتحركة */
.glass-effect::before,
.glass-effect::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    transform: skewX(30deg);
    opacity: 0;
    transition: all 0.5s ease;


}

/* الطبقة الأولى */
.glass-effect::before {
    background: rgba(255, 255, 255, 0.3);
    transition-delay: 0.4s;

}

/* الطبقة الثانية */
.glass-effect::after {
    background: rgba(255, 255, 255, 0.2);
    transition-delay: 0.1s;

}

/* التأثير عند التحويم */
.glass-effect:hover::before,
.glass-effect:hover::after {
    left: 200%;
    opacity: 1;


}








.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    background: var(--icon-bg);
    font-size: 24px;
    color: white;
    z-index: 2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all .3s;
    display: none;
    justify-content: center;
    align-items: center;
}

.scroll-to-top a {
    color: white;
    text-decoration: none;

}



.scroll-to-top.active {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*****************************/
.multi-action {
    display: inline-block;
    position: fixed;
    width: 56px;
    height: 56px;
    margin: 300px 0 0 -28px;
    left: 30px;
    bottom: 10px;
    display: none;
    z-index: 99999;
    /* مخفي افتراضيًا */
}

.multi-action.active {
    display: block;
    /* يظهر عند إضافة كلاس active */
}

.action-button {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    background: var(--icon-bg);
    font-size: 24px;
    color: white;
    z-index: 2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all .3s;
}



.actions {
    position: absolute;
    list-style: none inside none;
    margin: 0 0 0 0;
    padding: 0;
    width: auto;
    float: left;
    background-color: transparent;
    top: 8px;
    left: 8px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;



    li {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        margin: 0;
        background: #212121;
        color: #ffffff !important;
        transition: all .3s;
        transform: scale(.3);

        &:nth-child(1) {
            background: #4CAF50;
        }

        &:nth-child(2) {
            background: #E91E63;
        }

        &:nth-child(3) {
            background: #0056b3;
        }

        &:nth-child(4) {
            background: black;

        }

        &:nth-child(5) {
            background: #0056b3;
        }

        a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: inherit;
            color: inherit;
            line-height: 40px;
            text-align: center;
            color: var(--white-color);
        }

        &:active {
            box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        }
    }
}

.action-button {
    &.active {
        box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    }

    &.active~.actions {

        li {
            transition: all .3s;
            transform: scale(1);

            &:nth-child(1) {
                margin-top: -56px;
            }

            &:nth-child(2) {
                margin-top: -104px;
            }

            &:nth-child(3) {
                margin-top: -152px;
            }

            &:nth-child(4) {
                margin-top: -200px;
            }

            &:nth-child(5) {
                margin-top: -248px;
            }
        }
    }
}

.action-button span {
    transition: all .3s;
    color: var(--white-color);
}

.action-button {
    &.active:not(.no-rotate) span {
        transform: scale(1.5) rotate(-45deg);
    }
}

.quick-linkes,
.usual-link,
.Download-app {
    padding-left: 5rem;
    padding-right: 5rem;
}




.hidden {
    display: none !important;
    /* أو أي خصائص أخرى تجعله غير مرئي */
}

/* Preloader Style */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    /* يمكن تغييره حسب الحاجة */
    display: flex;
    /* لضمان أن العنصر يتم عرضه بشكل مركزي */
    justify-content: center;
    align-items: center;

}

#status {
    width: 200px;
    height: 200px;

    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}



.main-header::before {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;


    z-index: 1;

}


@keyframes leFadeInTop {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1
    }
}

/* إعدادات الـ header الأساسية */
.main-header {
    position: relative;
    z-index: 99999;

    transition: all 0.3s ease-in-out;
    animation: leFadeInTop 1s ease-in-out;

}


.fixed-header-test {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;

    transition: background-color 0.3s ease;
    animation: leFadeInTop 1s ease-in-out
}

.leFadeInTop {
    animation: leFadeInTop 0.3s ease-in-out;
}


.fadeOutUp {
    position: fixed !important;
    animation: fadeOutUp 0.5s forwards;
}



@keyframes fadeOutUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-50px);
        opacity: 0;
    }
}


/* لتنسيق القائمة */
/* قائمة المنسدلة */
.nav-item.dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.nav-item.dropdown .dropdown-toggle img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.nav-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    z-index: 1000;
    padding: 0;
    list-style: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    display: none !important;
}

.dropdown-menu.show {
    display: block !important;
}

.nav-item.dropdown .dropdown-menu.show {
    display: block;
}


.nav-item.dropdown .dropdown-menu li {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.nav-item.dropdown .dropdown-menu li:hover {
    background-color: #f0f0f0;
}

.nav-item.dropdown .dropdown-menu li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


.services-section {


    padding: 5rem 0rem;
    overflow: hidden;

}

.pay-experince {
    padding: 0rem 2rem;
}

.service-section__img {
    width: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-section__img img {

    width: 100%;
    height: 300px;
    object-fit: contain;
}

.services-section__content {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.pay-experince h4,
.services-section__tow h4 {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--icon-bg);
}



.pay-experince span,
.services-section__tow span {
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 500;
}

.services-section__tow ul {
    list-style: none;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.services-section__tow li i {

    color: var(--primary-bg);
    line-height: 1.6em;
    font-size: 16px;


}

.services-section__tow {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.services-section__tow img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    overflow: hidden;
}

/**********************************/
/*  Solution */

/************************************/
#devices {
    height: auto;
    padding: 5rem 0;
    overflow: hidden;
}

.decices-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 3rem;



}

.decices-container img {
    width: 400px;
    height: 200px;
    object-fit: contain;
    object-position: center center;
}

.device_card {
    width: calc(100% / 3 - 3rem);
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;

    height: auto;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.device_card p {
    font-size: 1em;
    line-height: 1.6em;
    text-align: justify;
    margin: 1rem;
    height: auto;
    min-height: 90px;
}

.device_card-title a {
    font-size: 1.2em;
    text-decoration: none;
    color: var(--icon-bg);
    font-weight: 700;


}

.device_card:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2), 0 16px 30px rgba(0, 0, 0, 0.2), 0 0 25px rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}


@media (max-width: 1024px) and (min-width: 768px) {
    .device_card {
        width: calc(100% / 2 - 1rem);
    }

    .decices-container img {
        width: 375px;
        height: 200px;

    }

}

@media (max-width: 767px) {
    .device_card {
        width: calc(100% / 1 - 1rem);
    }

    .decices-container img {
        width: 500px;
        height: 200px;

    }
}




/*--------------------single device--------------------*/
.single-device {
    position: relative;
    width: 100%;
    min-height: 80vh !important;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .single-device {
        height: 60vh;
        overflow: hidden;

    }
}

.single-device img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.single-device_overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.single-device-content {
    position: relative;
    z-index: 3;
    margin-bottom: 5rem;
}

.breadcrumbs {
    border: 1px solid #cbd2d9;
    border-radius: 0.3rem;
    display: inline-flex;
    overflow: hidden;
}

.breadcrumbs__item {
    background: #fff;
    color: #333;
    outline: none;
    padding:0.75em 1.75em 0.75em 1.25em;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
}

.breadcrumbs__item:hover:after,
.breadcrumbs__item:hover {
    background: #edf1f5;
}

.breadcrumbs__item:focus:after,
.breadcrumbs__item:focus,
.breadcrumbs__item.is-active:focus {
    background: #323f4a;
    color: #fff;
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
    background: white;
    bottom: 0;

    clip-path: polygon(50% 50%, 150% -50%, 100% 100%);

    content: "";
    left: 100%;
    right: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}

.breadcrumbs__item:before {
    background: #cbd2d9;
    margin-left: 1px;
    margin-right: 1px;
}

.breadcrumbs__item:last-child {
    border-left: none;
}

.breadcrumbs__item.is-active {
    background: #edf1f5;
}



.single-device__page--content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 5rem 1rem;
}

.single-device__page--content .section-content p {
    font-size: 1em;
}

.first-container {

    padding: 15px;
}

.second-container__single-device__services {
    order: 1;
    padding: 15px;

}

.related-device,
.related-service {
    border: 1px solid var(--gray-color);
    border-radius: 24px;
    margin: 1rem 0;
    padding: 2rem 1rem;

    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.related-service h5,
.related-device h5 {
    font-size: 1.5em;
    position: relative;
    display: block;
    padding-bottom: 1rem;
}

.related-service h5::before,
.related-device h5::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 5px;
    background: var(--primary-bg);
    bottom: 0;
}

.related-service li,
.related-device li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.related-service i,
.related-device i {
    font-size: 16px;
    margin: 5px 0;
    width: 30px;

    height: 30px;

    background: var(--icon-bg);

    color: var(--white-color);

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}

.related-device a,
.related-service a {
    color: var(--black);
}


.section-img img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}


.single-device__services,
.single-device__devices {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2), 0 16px 30px rgba(0, 0, 0, 0.2), 0 0 25px rgba(255, 255, 255, 0.4);
    padding: 2rem;
    margin-top: 10px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}



.specifications-container {

    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto;
}

.specifications-container h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.specification-item {
    margin-bottom: 20px;
}

.specification-item h3 {
    font-size: 18px;
    color: var(--icon-bg);
    margin-bottom: 10px;
}


.specification-item p {
    font-size: 16px;
    color: var(--black);
    line-height: 1.6;
}

.specification-item ul {

    margin-left: 20px;
}

.specification-item ul li {
    font-size: 16px;
    color: #555;
}

.specification-item ul li::marker {
    color: #007bff;
}

/* Responsive styles */
@media (max-width: 768px) {
    .specifications-container {
        padding: 15px;
        max-width: 100%;
    }

    .specification-item h3 {
        font-size: 1.2em;
    }

    .specification-item p,
    .specification-item ul li {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .specifications-container {
        padding: 10px;
    }

    .specification-item h3 {
        font-size: 1.2em;
    }

    .specification-item p,
    .specification-item ul li {
        font-size: 1em;
    }
}

/* تحسين النصوص */
.form-outline {
    position: relative;
    margin-bottom: 20px;
}



.form-control {
    width: 100%;
    padding: 16px 10px 16px 10px;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    text-align: right;
}

.contact-area .form-label {
    position: absolute;
    top: 20px;
    right: 10px;
    transform: translateY(-10%);
    font-size: 16px;
    color: var(--black);
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: var(--font-tajawal);
    line-height: 1.6em;
}

.form-control:focus~label {
    top: -19px;
    right: 5%;
    padding: 10px;
    background: var(--white-color);
}

/* عند التركيز على الحقل */
.form-control:focus {
    border-color: var(--icon-bg);
    outline: none;
    box-shadow: 0 0 0;
}

/* عندما يركز المستخدم على الحقل أو يبدأ الكتابة فيه */

/* تحسين الأزرار */
.form-button {
    background-color: var(--icon-bg);
    color: white;
    width: 70%;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: var(--font-tajawal);
}

.form-button:hover {
    background-color: var(--primary-bg);
    cursor: pointer;
    color: white;
    box-shadow: 0 0 10px var(--icon-bg);
}

.After-sales__services {
    background: #f8f9fa;
    padding: 3rem 2rem;
}

.After-sales__services--title h2 {
    font-size: 24px;
    font-weight: bold;

}

.After-sales__services--title span {
    margin-bottom: 1rem;
}

.After-sales__services--boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 2rem;
}

.After-sales__services--item {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.5s forwards;
}

.After-sales__services--item:nth-child(1) {
    animation-delay: 0.2s;
}

.After-sales__services--item:nth-child(2) {
    animation-delay: 0.4s;
}

.After-sales__services--item:nth-child(3) {
    animation-delay: 0.6s;
}

.After-sales__services--item:nth-child(4) {
    animation-delay: 0.8s;
}

.After-sales__services--item:nth-child(5) {
    animation-delay: 1s;
}

.After-sales__services--item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.After-sales_box--icon {
    font-size: 40px;
    color: var(--icon-bg);
    margin-bottom: 10px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.After-sales_box--icon:hover {
    font-size: 40px;
    color: var(--primary-bg);
    margin-bottom: 10px;
}

.After-sales__services--content span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.security-row {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: stretch;
}


.security {
    overflow: hidden;

}

.card__section-title {
    margin-top: 1rem;
}

.security-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.security-item__card .icon {
    font-size: 32px;
    padding: 16px;
    background: var(--icon-bg);
    color: var(--white-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5 all;
    -webkit-transition: 0.5 all;
    -moz-transition: 0.5 all;
    -ms-transition: 0.5 all;
    -o-transition: 0.5 all;
}

.security-item__card .icon:hover {
    background: var(--white-color);
    color: var(--icon-bg);
}

.security-item__card li {
    font-family: var(--font-tajawal);
    font-size: clamp(0.8em, 3vw, 1em);
    line-height: 1.6em;
}


table {
    text-align: center;
    display: none;
}

th,
td {
    vertical-align: middle;
    font-family: var(--font-tajawal);


}

.fa-check-circle {
    color: green;
}

.fa-times-circle {
    color: red;
}

.table-header th {
    background-color: var(--icon-bg) !important;
    color: white !important;

    text-align: center;

}

.mission-section__content {
    flex-wrap: wrap;

}


.mission-section {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.mission-section img {
    position: relative;
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.mission-section__content {
    margin-top: -10rem;
}

.mission-item__card {
    margin: 1rem 0;
    background: var(--white-color);
    position: relative;
    z-index: 99;
    border: 1px solid var(--gray-color);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.mission-section__content {
    display: flex;
    align-items: stretch !important;
    justify-content: center;
    gap: 1rem;

}

.mission-section__content h3 {
    font-size: 1.5em;
}

.mission-section__content p {
    font-size: 1em;

}

.mission-item__card i {
    background: var(--icon-bg);
    width: 30;
    height: 30;
    font-size: 30px;
    padding: 16px;
    color: var(--white-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


#exbition-about {
    padding: 5rem 0rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.swiper-pagination {

    margin-top: 4rem;
}

#sevice-exbtion h4 {
    font-size: 1.2em;
}

#sevice-exbtion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 3rem 0;
    overflow: hidden !important;
}

#sevice-exbtion li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
    gap: 10px;

}

#sevice-exbtion i {
    font-size: 1.5em;
    color: var(--primary-bg);
}





#prominent-exhibitions {
    padding: 5rem 0rem;
    overflow: hidden !important;


}

.prominent-exhibitions-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 3rem 0;
}

.prominent-exhibitions-img {
    width: 32%;
    border: 1px solid var(--icon-bg);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    overflow: hidden;
}

.prominent-exhibitions-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.prominent-exhibitions-img img:hover {
    transform: scale(1.2) rotate(5deg);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
}


@media (max-width: 767px),
(min-width: 768px) and (max-width: 1024px) {
    #exbition-about {
        padding: 5rem 1rem;
    }

    .prominent-exhibitions-img {
        width: 100%;
    }

    .prominent-exhibitions-images {
        padding: 1rem;
    }

    .contact-area .row {
        gap: 1rem;
    }


}


.mission-section {

    /* تحديد الصورة */
    background-size: cover;
    /* تغطية كاملة */
    background-position: center;
    /* توسيط الصورة */
    background-attachment: fixed;
    /* تثبيت الخلفية */
    height: 500px;
    /* جعلها بارتفاع الشاشة */
    width: 100%;
    /* عرض كامل */
}


.container-fluid.single-device {
    position: relative;
    height: 85vh;
    /* ارتفاع الشاشة بالكامل */
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;

}

.mySwiper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#exbition-banenr.container-fluid.single-device.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.single-device_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;

}

.single-device-content {
    position: absolute;
    bottom: 30px;

    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    z-index: 10;
    width: 100%;
    overflow: hidden;
}

.solagen {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
}

.modal {
    overflow-y: hidden;
}

.popup,
#deviceRequestModal,
#priceRequestModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.popup.show,
#deviceRequestModal.show,
#priceRequestModal .show {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.popup-content,
.modal-dialog {
    width: 80%;
    height: 80%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}




.popup.show .popup-content,
#deviceRequestModal.show .modal-dialog {
    opacity: 1;
}

#priceRequestModal .show .modal-dialog {
    opacity: 1;
}

.swiperOffer,
.modal-content {
    position: relative;
    width: 100%;
    height: 100%;

}


.swiperOffer .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
}

.swiperOffer.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    background: var(--icon-bg);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#close-popup {
    position: absolute;
    top: 10px;
    left: 10px !important;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    background: var(--icon-bg);
    width: 50px;
    height: 50px;

    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.close:hover,
#close-popup:hover {
    color: #fff;
    background: var(--primary-bg);
    transform: scale(1.1);
}


.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.modal-body {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 100px;
}

.modal-body form {

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;


}

.modal-content {
   height: 100%;
    display: flex
;
    flex-direction: column;
   
}

.modal-dialog {
    max-width: 70%;
    height: 100%;
}

.modal-footer {
    margin-top: auto;
    padding-bottom: 2rem;
}

.modal-footer button {
    width: fit-content;
    padding: 10px 60px;
    border: 1px solid transparent;
    background: var(--icon-bg);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    font-size: 0.9em;
    font-family: var(--font-tajawal);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#deviceRequestModal label {
    font-size: 1em;
    line-height: 1.6em;
    font-family: var(--font-tajawal);
}

#priceRequestModal label {
    font-size: 1em;
    line-height: 1.6em;
    font-family: var(--font-tajawal);
}


@media (max-width: 991px) {
    .modal-dialog {
        max-width: 95%;
        min-height: 100%;
    }

    .popup-content,
    .modal-dialog {
        width: 100%;
    }

    .modal {
        overflow-y: hidden !important;
    }
    .modal-content {
   height: 100%;
    display: flex
;
    flex-direction: column;
    overflow: scroll;
}

    #close-popup {}

    .modal-footer button {
        max-width: 45%;
    }
}
