:root{
    /* --main-color: #007A86;
    --sub-color: #8ac2c7;
    --third-color: #E6F2F3; */

    --secondary-color-500: #595959;
    --secondary-color-400: #7A7A7A;
    --secondary-color-100: #FAFAFA;
    --vh: 1vh;
    --textTop: 20%;
}
/* General Settings */
html[dir="rtl"] .rtl\:left-0 {
    right: unset;
    left: 0;
}
body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
}
.main-color{
    background-color: var(--main-color);
}
.main-color-text{
    color: var(--main-color);
}
.main-color-img{
    filter: brightness(0) saturate(100%) invert(1) sepia(1) hue-rotate(200deg) saturate(1000%) brightness(0.9);
}
.linear-background{
    background-image: linear-gradient(
    -315deg,
    var(--sub-color) 0%,
    var(--main-color) 100%
    );
}
.secondary-500{
    color: var(--secondary-color-500);
}
.secondary-400{
    color: var(--secondary-color-400);
}
.custom-container{
    padding: 0 72px;
}
.section-title{
    font-size: 1.587vw;
    font-weight: 600;
    color: var(--main-color);
    cursor: default;
}
.section-sub-title{
    /*font-size: 1.587vw;*/
    font-weight: 500;
    color: var(--secondary-color-400);
    cursor: default;
}
/* Homepage Style */
.notification_bar{
    min-height: 80px;
}
.notification_bar button{
    width: 114px;
    height: 3rem;
    font-size: 0.9vw;
}
.notification_bar button, .try-btn-container button, .pricing-card{
    cursor: pointer;
}
nav{
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    min-height: 104px;
    padding: 0 72px;

}
nav .nav-main-logo{
    max-width: 139px;
    width: 12vw;
}
.products-menu{
    z-index: 999;
    font-size: 1.05vw;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.sub-list-button:hover + .products-menu{
    opacity: 1;
    visibility: visible;
}
.products-menu li:hover{
    background-color: var(--sub-color);
    color: #fff;
}
.soon-text{
    left: 10px;
    font-size: 0.8vw;
}
.try-btn-container{
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.try-btn-container button{
    font-size: 1.05vw;
    white-space: nowrap;
}
/* Home Section */
.home-section{
    transform: scaleX(-1);
    /* height: 100vh; */
    /* min-height: 100vh; */
    /* overflow-y: auto; */
    height: calc(var(--vh, 1vh) * 1.1);
    height: 900px;
}
.productMaskImg, .productFullImg, .singleProductSection{
    transform: scaleX(1);
} 
.home-text{
    /* margin-top: 196px; */
    /* padding-right: 72px; */
    padding-right: 4.75vw;
    margin-right: 100% !important; 
    transform: scaleX(-1) translateX(-100%);
    /* margin-top: 25.4vh; */
}
.flipOneImage{
    transform: scaleX(-1) !important;
}
.oneImg + .home-text{
    width: 50%;
    padding-top: 20vh;
}
.oneImg + .home-text h1{
    /* margin-bottom: 40px; */
    /* font-size: 5vw; */
}
.oneImg + .home-text p{
    /* margin-bottom: 72px; */
    /* font-size: 4vw; */
}
/* .oneImg + .home-text{
    padding: 25.34vh 112px 0 0;
} */
.flip-h{
    transform: scaleX(-1) !important;
}
/* .home-text p{
    margin-bottom: 3rem;
} */

/* Features */
.feature-cards{
    flex-wrap: nowrap;
}
.feature-cards .feature-card img{
    width: 5.1vw;
}
.feature-cards .feature-card p{
    white-space: nowrap;
}
.feature-cards .feature-card p .riyal-symbol{
    width: 14px;
    filter: brightness(0) opacity(0.8);
}
/* Hero */
.hero-card, .four-hero-card{
    font-size: 1.325vw;
    font-weight: 500;
    color: var(--secondary-color-500);
}
.hero-card:hover:not(.active), .four-hero-card:hover:not(.active){
    background-color: var(--third-color);
}
.hero-card.active, .four-hero-card.active{
    background-color: var(--main-color);
    color: white;
    border-color: var(--third-color);
}
.hero-card.active:hover, .four-hero-card.active:hover{
    opacity: 0.9;
}
.hero-card img, .four-hero-card img{
    filter: unset;
}
.hero-card.active .hero-icon, .four-hero-card.active .hero-icon{
    filter: brightness(10);
}
.hero-card.active h5, .four-hero-card.active h5{
    font-weight: 700;
}
.four-hero-card p{
    font-size: 1.325vw;
}
.hero-icon{
    width: 2.18vw;
}
.special-riyal{
    filter: brightness(10);
}
.hero-card{
    padding: 24.2px 24.4px;
}
.normal-riyal{
    filter: brightness(1.1);
}
.bg-gray-900{
    background-color: #252525;
}

/* Main Product */
.numbers-logo{
    filter: brightness(10);
}
.number-number{
    white-space: nowrap;
}
.rtl-flip{
    transform: rotateY(180deg);
}

/* Swiper */
.swiper-pagination-bullet {
    width: 12px;
    height: 2px;
    background-color: #ccc;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin: 5vh 4px;
}

.swiper-pagination-bullet-active {
    width: 32px;
    height: 4px;
    border-radius: 4px;
}
#myCarousel{
    display: none;
}


.swiper.test {
    width: 100%;
    /* height: 46rem; */
    height: 100%;
    /* min-height: calc(var(--vh, 1vh) * 100); */
}

.swiper.test .swiper-slide {
    position: relative;
}

.swiper.test .swiper-slide .fullImg, .swiper-slide .maskImg, .swiper-slide .parallax-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 75%;
    z-index: -1;
}

.swiper.test .swiper-slide .parallax-bg {
    background-size: 100%;
    z-index: 0;
}
.swiper-slide .maskImg{
    z-index: 2;
}

.swiper-slide .fullImg, .oneImg {
    position: relative;
    z-index: 1;
}

.swiper.test .home-text {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 25.34vh 72px 0 0;
    /* width: 50%; */
    margin: 0;
}
.swiper.test .oneImg + .home-text{
    padding: 0 112px 0 0;
    width: 50%;
    top: calc(var(--textTop) * 0.49);
    height: fit-content;
}
.swiper.test .oneImg + .home-text h1{
    /*white-space: nowrap;*/
}
.terms-policy {
    max-width: 1200px;
    padding: 2rem;
}

.page-title h1 {
    font-size: 2rem;
    color: var(--main-color);
}

.page-body {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
/* new */
.last-before-footer >div{
    background-size: cover; 
    background-position: center;
}
.last-before-footer > img{
    transform: scaleX(-1);

}

/* Pricing */
#pricing .section-title, #pricing .section-title span{
    display: flex;
}

#pricing .section-title img{
    filter: invert(78%) sepia(86%) saturate(681%) hue-rotate(1deg) brightness(100%) contrast(80%);
    display: inline;
}
.pricing-try{
    bottom: 24px;
    right: 50%;
    transform: translateX(50%);
}
.price-button-index{
    right: unset;
    transform: unset;
    left: 24px;
    background-color: transparent;
    padding: 0;
}

/* Solutions */
.solutions-container{
    overflow: unset;
}
.sol-cards-container{
    height: auto;
}
.solution-card{
    overflow: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: inherit;
}
.solution-card h4{
    margin: 0;
    padding-top: 0.4rem;
}
/* .solution-card img{
    width: 139px;
} */
.small-nav{
    display: none;
}
nav .main-menu{
    flex-direction: row;
    gap: 1.75vw;
    font-size: 1.05vw;
}
/* .price-card button, .solution-card .sol-btn{ */
    /* display: none; */
    /* color: #007A86; */
/* } */
.hovering:hover h4, .hovering:hover p, .hovering:hover span, .hovering:hover button{
    color: white;
}
.hovering:hover img{
    filter: brightness(10);
}
.hovering:hover button, .solution-card:hover .sol-btn{
    display: block;
}
.price-cards{
    /*height: max-content;*/
    align-items: stretch;
}
/*.price-card{
    height: 100%;
}*/

/* New 20-5-2025 */
.productFullImg, .productMaskImg, .productParallax-bg, .oneImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 75%;
    z-index: -1;
    transform: scaleX(1);
}
.oneImg{
    background-size: 100%;
    background-position: top center;
    /* border-radius: 25px; */
}
.productParallax-bg{
    background-size: 100%;
}
.singleProductSection{
    height: 56rem;
}
.singleProductSection .home-text{
    padding-top: 13.5rem;
}

/*.tablets-img{*/
/*    margin-left: 24px;*/
/*    margin-top: 2.5rem;*/
/*}*/
.cta-section > div{
    padding: 3.2vw;
}
/* .cta-section .tablets-img{
    width: 40.15vw;
} */
.cta-text{
    flex-grow: 1;
}
.cta-section > img {
    width: 100%;
}
/* .tablets-img img{
    width: 100%;
} */
/*@media (max-width: 1200px) {*/
/*    .singleProductSection {*/
/*        height: 37rem;*/
/*        margin-top: -12.3rem;*/
/*    }*/
/*}*/
.contact_error-msg{
    padding: 1.8vw;
    color: white;
    border-bottom: 8px solid #F7A3A3;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.325vw;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.success-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact_success_msg_text{
    color: #1A962E;
    margin-bottom: 30.6vh;
    font-weight: 600;
    font-size: 1.587vw;
}
.success-container a{
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
/* Numbers Section*/
.numbers_des h2{
    font-size: 1.587vw;
}
.numbers_des p{
    font-size: 1.325vw;
}
.number-number{
    font-size: 2.135vw;
}
.number-name{
    font-size: 1.05vw;
}

/* Pricing Section */
.save-btn-cont{
    top: -150%;
}
.save-btn-cont span{
    top: 0;
    background-color: #1A962E;
    white-space: nowrap;
    padding: 0.5vw 1vw;
    border-radius: 50px;
    left: unset;
    color: white;
    right: 100%;
}
.old_price{
    position: relative;
    font-weight: 600;
    font-size: 1.6vw;
}
.old_price::before{
    content: '';
    position: absolute;
    width: 3.307vw;
    height: 3px;
    background-color: var(--secondary-color-400);
    right: 0.5vw;
    top: 50%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.price-card:hover .normal-riyal{
    filter: brightness(10);
}
.price-card:hover .old_price::before{
    background-color: white;
}
.discount-line{
    transform: scaleX(-1);
}
.price-card-desc{
    margin-bottom: 6vh;
}
nav .main-menu li{
    white-space: nowrap;
}
/* FAQs Section*/
.faq-box{
    background-color: #fff;
    border: 1px solid #E6F2F3;
    color: var(--secondary-color-500);
}
.faq-box:first-of-type{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.faq-box:last-of-type{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.faq-box.active{
    color: #fff;
    border: 0;
}
.faq-box.active .faq-question{
    font-weight: 700;
}
.faq-box.active.left{
    background-image: linear-gradient(
    315deg,
    var(--sub-color) 0%,
    var(--main-color) 100%
    );
}
.faq-box.active.right{
    background-image: linear-gradient(
    -315deg,
    var(--sub-color) 0%,
    var(--main-color) 100%
    );
}
.faq-box .faqBox-number{
    background-image: linear-gradient(
        315deg,
        var(--sub-color) 0%,
        var(--main-color) 100%
        );
    color: #fff;
}
.faq-box.active .faqBox-number{
    background-color: #fff;
    border: 1px solid #E6F2F3;
    color: var(--main-color);
    background-image: none;
}
.faq-box.active .faqBox-icon{
    color: #fff;
}
.faq-box .faqBox-icon{
    color: var(--main-color);
}
.faq-box:hover:not(.active){
    background-color: var(--third-color);
}
.faq-box.active:hover{
    opacity: 0.9;
}
.faq-box .faq-answer{
    /* cursor: default; */
}
.faq-answer a, .faq-answer a *{
    color: blue !important;
    text-decoration: underline;
    font-size: 1.325vw;
}
.faq-answer a:hover, .faq-answer a:hover *{
    opacity: 0.9;
}
#toggle-faqs:hover{
    opacity: 0.9;
}
.contactBox{
    /* background-image: url(https://dev.codeit.sa/public/uploads/174833531930.svg); */
    background-repeat: no-repeat;
    background-size: cover;
}
footer .quick-link::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: all 500ms;
}
footer .quick-link:hover::before {
    width: 100%;
}


.flipStaticImage{
    transform: scaleX(-1);
}
.oneStaticImg{
    width: 100%;
    padding: 56px 72px;
    gap: 20px;
    transform: scaleX(-1);
}
.oneStaticImg > div{
    background-position: center;
}
.staticText, .text-dark-mood{
    position: absolute;
    /* bottom: 8.9vh; */
    color: var(--main-color);
    right: 3vw;
}
.staticText{
    bottom: unset;
    top: 60%;
}
.staticText button, .text-dark-mood button{
    width: 13.8vw;
    padding: 10px;
    border-radius: 12px;
    margin-top: 16px;
}
.text-dark-mood{
    background-position: center;
}
.text-dark-mood{
    /* bottom: 50px; */
    right: 7.35vw;
    top: 58%;
}
/* .text-dark-mood button{
    background-color: var(--main-color);
} */
.swiper.sectors-container {
    padding-left: 48px;
    padding-right: 48px;
}
.soon-text-sol{
    bottom: 25px;
    left: 25px;
}

/* Pricing page */
.pricing-feature-row p{
    color: var(--secondary-color-500);
    text-align: start;
    font-weight: 600;
}
.solution-card p img, .price-card-desc img{
    display: inline-block;
    filter: brightness(0);
    opacity: 0.6;
}
.solution-card:hover p img, .price-card:hover .price-card-desc img{
    filter: brightness(100);
    opacity: 1;
}


/* New Home Section Style */
/* .text-dark-mood{
    display: flex;
    justify-content: space-between;
    padding: 0 7.5vw;
    top: 67.2%;
    width: 100%;
    right: 0;
    gap: 5vw;
}
.text-dark-mood > div:first-child{
    padding: 0 0.3vw;
}
.text-dark-mood h1{
    font-size: 2.9vw;
}
.text-dark-mood button{
    width: 13.8vw;
    padding: 10px;
    border-radius: 12px;
    margin-top: 38px;
    font-size: 24px;
} */








@media (max-width: 1200px) {
    /* .home-section{
        height: calc(var(--vh, 1vh) * 0.9);
    } */
    .swiper.test .oneImg + .home-text{
        top: calc(var(--textTop) * 0.5);
        padding-right: 100px;
    }
    .text-dark-mood{
        top: 64%;
    }
    .cta-section  .tablets-img{
        width: 5%;
    }
    .cta-section  .tablets-img img{
        width: 44vw;
        top: -35%;
    }
    .home-section{
        height: 700px;
    }
    .oneStaticImg > div{
        background-size: contain;
    }
    .oneStaticImg{
        padding: 56px 72px;
    }
    .staticText{
        bottom: 3.5vh;
        right: 2vw;
    }
    .staticText button{
        margin-top: 3.1vh;
    }
    /* .text-dark-mood {
        bottom: 7vh;
    } */
}
@media (max-width: 1024px) {
    /* General Settings */
    .notification_bar button{
        font-size: 1.6vw;
    }
    .custom-container{
        padding: 0 32px;
    }
    .try-btn-container  .try-btn{
        padding: 6px 32px;
        font-size: 1.3vw;
    }
    nav .main-menu{
        font-size: 1.3vw;
    }
    .section-title{
        font-size: 3.5vw;
    }
    .section-sub-title{
        font-size: 3.5vw;
    }
    /* Home Section */
    /* .swiper.test{ */
        /* height: 37rem; */
    /* } */
    .home-section{
        margin-bottom: 60px;
        /* height: 70vh; */
        height: calc(var(--vh, 1vh) * 0.8);
        height: 600px;
    }
    .swiper.test .home-text{
        /* width: 50vw; */
        /* margin-top: 16vh; */
        padding-top: 16vh;
    }
    .home-text h1{
        font-size: 2.6vw;
    }
    .home-text p{
        font-size: 2vw;
        margin-bottom: 3rem;
    }
    .home-text li{
        font-size: 0.9rem;
        white-space: nowrap;
    }
    /* .swiper.test .oneImg + .home-text{
        padding-top: 12vh !important;
    } */
    .swiper.test .oneImg + .home-text{
        top: calc(var(--textTop) * 0.37);
        padding-right: 64px;
    }
    /* Feaures Section */
    .feature-card h5{
        font-size: 1.6vw;
    }
    .feature-card p{
        font-size: 1.3vw;
    }
    /* Hero Section */
    .hero-card h5, .hero-card p{
        font-size: 1.6vw;
    }
    /* Numbers Section */
    .numbers_des h2 {
        font-size: 3.5vw;
    }
    .numbers_des h2 img{
        width: 9vw;
    }
    .numbers_des p{
        font-size: 1.6vw;
    }
    .numbers_part > div{
        gap: 0.5vw;
    }
    .number-number {
        font-size: 4vw;
    }
    .number-name{
        font-size: 1.3vw;
    }
    /* Price Section */
    .plan-btn, .price-card h4, .price .per, .price-card-desc, .pricing-btn{
        font-size: 1.6vw;
    }
    .price{
        font-size: 3.5vw;
    }
    /* Solution Section */
    .solution-card h5{
        font-size: 1.6vw;
    }
    /* .solution-card img{
        max-width: 110px;
    } */
    .solution-card p, .solution-card .sol-btn{
        font-size: 1.3vw;
    }
    /* FAQs Section */
    .faq-num, .faq-question, .faq-answer, .contactBox h2, .contactBox p{
        font-size: 1.6vw;
    }
    .contact-btns{
        /* margin: 0; */
        font-size: 1.3vw;
    }
    .contactBox-btn{
        margin-top: 0.8rem;
    }
    /* CTA Section */
    .cta-section > div{
        padding: 2rem;
    }
    .cta-section h2, .cta-section p{
        margin-bottom: 1rem;
        font-size: 3vw;
        width: 74%;
    }
    .cta-section .cta-item, .cta-section button{
        font-size: 1.6vw;
    }
    .cta-section .tablets-img{
        width: 36%;
        margin-right: -50px;
    }
    /*.cta-section > div > div > div{*/
    /*    gap: 83px;*/
    /*}*/
    /*.cta-section > img{*/
    /*    max-width: 425px;*/
    /*    margin-top: -46.5px;*/
    /*}*/
    /*.tablets-img{*/
    /*    margin-top: 0.3rem;*/
    /*}*/
    /*.tablets-img img{*/
    /*    width: 32rem;*/
    /*}*/

    /* Footer */
    /* footer{
        padding: 1.25rem 32px;
    } */
    /* footer > div{
        gap: 6rem;
    } */
    .logo-info p{
        font-size: 1rem;
        margin: 2rem 0;
    }
    /* .logo-info > div{
        margin-bottom: 2rem;
    } */
    .quick-links a, .contact-info div{
        font-size: 1rem;
    }
    .quick-links h4, .contact-info h4{
        margin-bottom: 2rem;
        font-size: 1.3rem;
    }
    .copy-right{
        font-size: 1rem;
        padding: 1rem 1.3rem;
    }
    .copy-right img{
        max-width: 80px;
    }
    /* Pricing Page */
    .pricing-feature h2, .pricing-feature-row p{
        font-size: 1.6vw;
    }
    #toggle-faqs{
        font-size: 1.3vw;
    }
    .cta-section .tablets-img img{
        width: 43vw;
    }
    .staticText button {
        margin-top: 1.2vh;
    }
    .oneStaticImg{
        padding: 20px;
        gap: 10px;
    }
}

@media (max-width: 834px){
    .try-btn-container .try-btn {
        padding: 6px 20px;
    }
    .swiper.test .home-text{
        /* margin-top: 16vh; */
        padding-top: 12vh;
    }
    .home-section{
        height: calc(var(--vh, 1vh) * 0.7);
        height: 500px;
    }
    .text-dark-mood{
        top: 56%;
    }
    .swiper.test .oneImg + .home-text{
        top: calc(var(--textTop) * 0.34);
    }
    /* .notif{
        font-size: 1rem;
    }
    .notif img{
        max-width: 1rem;
        margin-top: 2px;
    }
    .notification_bar button {
        width: 100px;
        height: 2.4rem;
    }
    .nav-main-logo {
        max-width: 100px;
        width: 100px;
    } */
    /* nav .main-menu li {
        margin: 0 0.9rem;
    } */
    /* .custom-container {
        padding: 0 17px;
    }
    .section-title{
        font-size: 4vw;
    }
    .section-sub-title{
        font-size: 4vw;
    }
    .swiper.test{
        height: 32rem;
    }
    .home-section{
        margin-bottom: 30px;
    }
    .singleProductSection{
        margin-top: -9rem;
    }
    .swiper.test .home-text {
        margin-top: 12vh;
        padding-right: 36px;
        width: 20rem;
    } */
    /*.singleProductSection .home-text {*/
    /*    padding-top: 6.5rem;*/
    /*}*/
    /* .home-text h1{
        font-size: 1.3rem;
    }
    .home-text p{
        font-size: 0.9rem;
    }
    .home-text ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .feature-cards .feature-card{
        width: 50%;
        margin-bottom: 3vw;
    }
    .feature-cards .feature-card h5{
        font-size: 3vw;
    }
    .feature-cards .feature-card p{
        font-size: 2vw;
    }
    .hero-card{
        gap: 0.5rem;
    }
    .hero-card > div{
        gap: 12px;
    }
    .hero-icon{
        max-width: 25px;
    }
    .hero-card h5,
    .hero-card.active h5{
        font-size: 2vw;
    }
    .hero-card p{
        margin-right: 34px; */
        /* font-size: 0.8rem; */
        /* font-size: 2vw;
    } */
    /* .price-card h4{
        margin-bottom: 0.35rem;
    } */
    /* .price-card-desc{
        margin-top: 0.35rem;
    } */
    /*.solution-card{*/
    /*    height: 180px;*/
    /*}*/
    .discount-line{
        margin-top: 0.6rem;
    }
    .price {
        font-size: 4.5vw;
    }
    /* .solution-card h4{
        font-size: 0.9rem;
    } */
    /* .solution-card img{
        max-width: 40%;
    } */
    /* .solution-card p {
        font-size: 0.8rem;
    } */
    /* .solution-card a{
        margin-top: 10px;
    } */
    /* .contactBox h2{
        font-size: 1rem;
        margin: 0;
    } */
    /* .contactBox p{
        font-size: 0.9rem;
    } */
    .contactBox-btn{
        padding: 5px 30px;
        font-size: 0.8rem;
        height: 2rem;
        margin: 0;
    }
    .cta-section .tablets-img img {
        width: 36vw;
        top: 0;
    }
    /* .cta-section > div > div { */
        /* max-width: 370px; */
    /* } */
    .cta-section h2, .cta-section p, .cta-section > div > div > div {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    /* .cta-section button{
        padding: 0.5rem 4rem;
    } */
    /*.cta-section > img {*/
    /*    max-width: 378px;*/
    /*    margin-top: -60.5px;*/
    /*}*/
    /*.tablets-img img{*/
    /*    width: 20rem;*/
    /*}*/
    footer > div {
        gap: 1.8rem;
    }
    .oneStaticImg{
        padding: 15px;
        gap: 0;
    }
}
@media (max-width: 768px){
    /* nav .main-menu li {
        margin: 0 0.7rem;
    } */
    /*.swiper.test{*/
    /*    height: 30vh;*/
    /*}*/
    /*.singleProductSection{*/
    /*    margin-top: -5rem;*/
    /*}*/
    /*.home-text {*/
    /*    padding-right: 20px;*/
    /*    width: 16rem;*/
    /*    margin-top: 5rem;*/
    /*}*/
    /*.home-text p{*/
    /*    margin-top: 1.5rem;*/
    /*}*/
    /* .swiper.test .home-text{
        padding-right: 20px;
        width: 18rem;
        margin-top: 12vh;
    } */
    .home-section {
        /* height: calc(var(--vh, 1vh) * 0.6); */
    }
    .swiper.test .home-text{
        /* margin-top: 12vh; */
    }
    .home-text p {
        margin-bottom: 3vh;
    }
    /* .swiper.test .home-text h1{
        font-size: 1.1rem;
    }
    .swiper.test .home-text p{
        margin-top: 0.4rem;
        font-size: 0.8rem;
    } */
    .home-text ul{
        margin-top: 1.5rem;
        grid-template-columns:  repeat(4, 1fr);
    }
    .text-dark-mood{
        top: 60%;
    }
    /* .home-text > a{
        margin-top: 2rem;
    } */
    /* .solutions-container{ */
        /*height: 35rem;*/
        /* height: auto; */
    /* } */
    .feature-cards{
        flex-wrap: wrap;
    }
    .sol-cards-container{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .solution-card h5 {
        font-size: 2vw;
    }
    .solution-card img{
        width: 13vw;
    }
    .solution-card p{
        font-size: 1.8vw;
    }
    .solution-card .sol-btn{
        font-size: 1.6vw;
    }
    /* .solution-card h4 {
        font-size: 1.1rem;
    } */
    /*.solution-card img {*/
    /*    max-width: 90px;*/
    /*}*/
    /* .solution-card p {
        font-size: 0.9rem;
        padding-top: 1rem;
    } */
    /* .solution-card a {
        margin-top: 0;
        font-size: 0.9rem;
    }
    .solution-card a span{
        margin: 0 0.5rem;
    } */
    /* .contactBox{
        padding: 0.7rem;
    } */
    .faq-box{
        padding: 1rem;
    }
    .faq-num, .faq-question, .faq-answer {
        font-size: 0.9rem;
    }
    .accordion-number{
        padding: 1rem;
    }
    .faq-answer{
        padding: 0.75rem 4rem 0 0;
    }
    /*.cta-section > div {*/
    /*    padding: 1rem;*/
    /*}*/
    /*.cta-section > img {*/
    /*    max-width: 326px;*/
    /*    margin-top: -51.5px;*/
    /*}*/
    /*.tablets-img img{*/
    /*    width: 16rem;*/
    /*}*/
    /*.tablets-img{*/
    /*    margin-left: 0;*/
    /*    margin-top: -1.2rem;*/
    /*}*/
    /* .cta-section .tablets-img img {
        top: 1vh;
        width: 33vw;
    } */
    .oneStaticImg{
        padding: 0 20px;
    }

    .contact-special label, .contact-special span, .contact-special i{
        font-size: 1.6vw;
    }
    .swiper.test .oneImg + .home-text {
        /*top: calc(var(--textTop) * 0.43);*/
    }
}

@media (max-width: 450px) {
    .notification_bar{
        display: none;
    }
    nav .nav-main-logo{
        width: 25vw;
    }
    nav .main-menu{
        position: absolute;
        top: 103px;
        left: 0;
        width: 100%;
        height: 87.8vh;
        background-color: white;
        padding: 0px 35px;
        z-index: 100;
        display: none;
    }
    nav .main-menu li{
        padding: 7px 15px;
        border-bottom: 1px solid #ddd;
    }
    nav .main-menu li a{
        display: inline-block;
        width: 100%;
    }
    nav .main-menu a, nav .main-menu button{
        font-size: 1rem;
    }
    .products-menu{
        width: 100%;
        left: 0;
        top: 25px;
        border-radius: 0;
        border: 0;
    }
    .products-menu li, .products-menu .soon-text{
        font-size: 1rem;
    }
    .small-nav{
        /* display: block; */
        font-size: 1.3rem;
        display: flex;
        gap: 20px;
        align-items: center;
    }
    li:has(.changelang){
        /* display: none; */
    }
    .try-btn-container{
        display: none;
        position: absolute;
        bottom: -85vh;
        z-index: 100;
        width: 100%;
        /* display: flex; */
        border-top: 1px solid var(--third-color);
        padding: 4vh 5vw;
        left: 0;
    }
    .try-btn-container .try-btn {
        font-size: 3vw;
        width: 48%;
        margin: 0 0.7%;
    }
    .try-btn{
        font-size: 0.9rem;
    }
    section:not(:first-of-type) {
        margin: 60px 0;
    }
    .custom-container {
        margin-bottom: 0;
    }
    /* Home Section */
    .home-section{
        /* height: 80vh; */
        height: 530px;
    }
    .swiper.test .swiper-wrapper {
        display: flex !important; /* override the grid */
        width: 100% !important;
    }
    .swiper.test .swiper-slide {
        width: 100% !important; /* reset width */
        margin: 0;
    }
    .swiper.test .home-text{
        width: 100vw;
        /* margin-top: 27vh; */
        text-align: center;
        padding: 30vh 15px 0;
    }
    .home-text h1{
        font-size: 7vw;
    }
    .home-text p{
        font-size: 5vw;
    }
    .home-text ul{
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .home-text a{
        font-size: 3vw;
        padding: 2vw 12vw;
    }
    .swiper.test .oneImg + .home-text {
        padding: 32vh 15px !important;
        width: 100%;
        top: 50px;
    }
    .swiper.test .oneImg + .home-text p{
        color: var(--secondary-color-500);
    }
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
        display: none;
    }
    /* Feature Cards Section */
    .section-title{
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    .section-sub-title{
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    .feature-cards{
        gap: 5vh;
    }
    .feature-cards .feature-card{
        width: 100%;
    }
    .feature-cards .feature-card img{
        width: 8vw;
    }
    .feature-cards .feature-card h5{
        font-size: 4vw;
    }
    .feature-cards .feature-card p{
        font-size: 3vw;
    }
    /* Hero Section */
    .hero-section div{
        width: 100%;
    }
    .hero-card h5, .hero-card p{
        font-size: 2.6vw;
    }
    .hero-card .hero-icon {
        width: 5vw;
    }
    .dynamicImage-container{
        display: none;
    }

    /* Pricing */
    .save-btn-cont{
        /* top: -100%; */
    }
    .save-btn-cont span{
        font-size: 3vw;
        padding: 1vw 3vw;
        top: -1vh;
    }
    .plan-btn, .price-card h4, .price .per, .price-card-desc, .pricing-btn {
        font-size: 2.6vw;
    }
    .price {
        font-size: 10vw;
    }
    .old_price{
        font-size: 4vw;
    }
    .old_price::before {
        width: 10vw;
    }
    /* Solutions Section */
    .solution-card h5 {
        font-size: 4vw;
    }
    .solution-card p {
        font-size: 3vw;
    }
    .solution-card img {
        width: 25vw;
    }
    .solution-card .sol-btn {
        font-size: 3vw;
    }
    .faq-num, .faq-question, .faq-answer, .contactBox h2, .contactBox p, .faqBox-icon {
        font-size: 4vw;
    }
    .cta-section h2{
        margin-left: auto;
        margin-right: auto;
    }
    .cta-section .cta-item, .cta-section button{
        font-size: 3vw;
    }
    .logo-info{
        margin-top: 5vh;
    }
    .logo-info a{
        width: 14vw;
        height: 14vw;
    }
    .logo-info a i{
        font-size: 5vw;
    }
    .zatca{
        width: 50vw;
    }
    /* Pricing Page */
    .pricing-feature h2, .pricing-feature-row p {
        font-size: 3vw;
    }
    #common_qsy, .cta-section, .faq-page-contact{
        margin: 5vw 0;
    }
    #toggle-faqs, #toggle-faqs i {
        font-size: 3vw;
    }
    .contact-form > div{
        flex-direction: column;
    }
    .contact-form label, .contact-form input, .contact-form span,
    .contact-form select, .contact-form textarea, .contact-form button{
        font-size: 3vw;
    }
    .contact-special{
        flex-direction: column;
    }
    .contact-special > div{
        width: 100%;
    }
    .contact-special label, .contact-special span, .contact-special i, .contact-special .copy-msg{
        font-size: 3vw;
    }

    /* div:has(> #cardsContainer){
        width: 100%;
    } */
    /* .special_card{
        width: calc(100% - 35px);
        margin: 0 auto;
    } */
    /* .cta-section{
        margin: 50px 7.5px;
    } */
    /* .swiper-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 24px;
        width: auto;
    }
    .swiper-slide {
        margin: 0 !important;
        width: auto !important;
    } */
    
    /* .contactBox-btn{
        padding: 9px;
        margin: 0.5rem auto 0;
        height: fit-content;
    } */

    #common_qsy{
        padding: 50px 0 0;
    }

    footer > div > div{
        flex-direction: column;
    }
    /* .main-back{
        display: none;
    }
    .main-img-back{
        display: none;
    }
    .sub-mg-back{
        display: none;
    }
    .home-sec-back{
        display: none;
    } */
    /* Default bullet */
    /* .swiper-pagination-bullet {
        background-color: #ccc;
        width: 12px;
        height: 2px;
        border-radius: 4px;
        margin: 0 4px;
        display: inline-block;
        opacity: 0.5;
        transition: opacity 0.3s ease;
    } */
    /* Active bullet */
    /* .swiper-pagination-bullet-active {
        background-color: #000;
        opacity: 1;
    }
        .home-imgs {
        height: 364px;
        position: absolute;
        top: 0;
        margin-top: 0;
        width: 100%;
    } */

    /* Codeit */
    #numbers > div{
        flex-direction: column;
        padding: 5vw;
        text-align: center;
        gap: 50px;
    }
    .numbers_des{
        width: 100%;
    }
    .numbers_des h2{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 6vw;
    }
    .numbers_des h2 img{
        width: 50%;
    }
    .numbers_des p{
        font-size: 4vw;
        padding: 0 6vw;
    }
    .numbers_part{
        width: 100%;
        flex-direction: column;
    }
    .number-card{
        width: 100%;
    }
    .numbers_part > div {
        margin: 20px 0;
    }
    .numbers-icon{
        width: 10vw;
        margin: -15px 2vw 0;
    }
    .number-name{
        font-size: 3.5vw;
        text-align: start;
    }
    .number-number{
        direction: ltr;
        font-size: 10vw;
    }
    #partner .partner-cards{
        flex-direction: column;
        align-items: center;
    }
    #partner .partner-cards .partner{
        width: 100%;
        height: auto;
    }
    #partner .partner-cards .partner img{
        margin: 0 auto;
    }
    .contact-form{
        width: 100%;
    }
    .contact-special{
        padding: 0 1rem;
    }
    .contact-page-cta{
        margin: 0;
    }
    .faq-page-cta, .faq-page-cta{
        margin: 0 5vw;
    }
    .cta-section{margin: 0;}
    .faq-answer a, .faq-answer a *{
        font-size: 3vw;
    }
    .cta-section p{
        width: 100%;
    }
    .tablets-img{
        display: none;
    }
    .copy-right p{
        font-size: 2vw;
    }
    .contact-special{
        margin-bottom: 2rem;
        padding: 0;
    }
    .contact-info > div{
        padding: 0;
    }
    .oneStaticImg{
        flex-direction: column;
        padding: 30px 15px;
    }
    .oneStaticImg > div{
        height: 100%;
        /* background-position: center; */
    }
    .staticText{
        right: 14vw;
        top: 54%;
        max-width: 80%;
    }
    .staticText p {
        font-size: 6.7vw;
    }
    .staticText button{
        width: 28.9vw;
        padding: 11px;
        border-radius: 8px;
        font-size: 2.1vw;
        margin-top: 2.7vh;
    }
    .mobile_dark_mood{
        background-position: center;
        height: 901px;
    }
    .mobile_dark_mood .text-dark-mood{
        bottom: unset;
        top: 308px;
        right: 8vw;
        max-width: 100%;
    }
    .mobile_dark_mood .text-dark-mood p{
        font-size: 5.35vw;
    }
    .mobile_dark_mood .text-dark-mood button{
        width: 23vw;
        font-size: 3.55vw;
        margin-top: 16px;
    }
    .mobile-menu-icon{
        padding: 2px 9px;
        border: 1px solid var(--main-color);
        border-radius: 8px;
    }
    .sector{
        /* width: 200px !important; */
    }
    .four-hero-card img{
        width: 7vw;
    }
    .four-hero-card h5 {
        font-size: 5vw;
    }
    .four-hero-card p {
        font-size: 4.5vw;
    }
    .soon-text-sol{
        font-size: 3vw;
    }
    .solution-card .riyal-symbol{
        margin: 0 1px;
        width: 3vw;
    }
    .mobile-cta > div{
        width: 100%;
    }
}

@media (max-width: 350px) {
    .nav-main-logo{
        max-width: 20vw;
    }
    .changelang {
        font-size: 3.6vw;
    }
    nav .main-menu{
        top: 57px;
    }
    .home-img{
        background-size: 220%;
        background-position-x: 72%;
    }
    .home-text{
        margin-top: 400px;
        width: 100%;
        padding: 0 1.5rem;
        text-wrap: balance;
    }
    .swiper-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 24px;
        width: auto;
    }
    
    .swiper-slide {
        margin: 0 !important;
        width: auto !important;
    }
    .swiper-button-next,
    .swiper-button-prev{
        display: none !important;
    }
    .copy-right{
        padding: 10px 20px;
    }
    .copy-right p {
        font-size: 10px;
    }
    .copy-right img{
        width: 70px;
    }
}

#slider {
    position: relative;
    width: 100%;
    height: 283px;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    /* display: none; */
    text-align: center;
    line-height: 150px;
    font-size: 24px;
}

.slide.active {
    display: block;
}

@media (min-width: 1569px) {
    .home-section {
        /* height: calc(100vh + 11.8vh); */
        height: calc(var(--vh, 1vh) * 1.3);
    }
    .swiper.test{
        /* min-height: 57rem; */
        /* min-height: 100vh; */
    }
    .singleProductSection{
        min-height: 60rem;
        margin-top: -13rem;
    }
    .swiper-pagination-horizontal{
        bottom: 0px !important;
    }
    .title-logo{
        width: 6.7vw;
    }
    /* .text-dark-mood{
        bottom: 130px !important;
    } */
}
@media (min-width: 1850px){
    .home-section {
        /* height: calc(100vh + 11.8vh); */
        /* height: calc(var(--vh, 1vh) * 1.3); */
        height: 1200px;
    }
    .text-dark-mood{
        top: 60%;
    }
    .swiper.test .oneImg + .home-text{
        padding: 0 115px 0 0;
        top: calc(var(--textTop) * 0.47);
    }
}