
:root {
    --primary-red: #E03032;
    --primary-red-rgb: 224, 48, 50;
    --dark-blue: #0078BF;
    --medium-blue: #00A0E3;
    --light-gray: #F5F5F5;
    --dark-text: #1A1A1A;
}

/*Start Global */
body {
    font-family: 'cairo-regular', sans-serif;
}
h2{
    font-size:1.75em;
    font-weight: 400;
}
h4{
    font-size: 1.25em;
    font-weight: 500;
}
.title a{
    font-size: 1.25em;
}
/*End Global */

/* Strat header  */
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a{
    font-family: 'cairo-regular', sans-serif;
}

.rs-slider.main-home .owl-nav .owl-next:hover,
.rs-slider.main-home .owl-nav .owl-prev:hover,
#scrollUp.orange-color i:hover{
    background-color: rgba(224, 48, 50, 0.8);
}

/* end header  */


.main-color{
    color: var(--dark-blue);
}
.main-bg{
    background-color: var(--dark-blue);
}


/* for topbar header  */
.full-width-header .rs-header .topbar-area .topbar-contact li{
    border-left: 0;
    margin-left:5px;
    padding-left:5px;
}

.full-width-header .rs-header .topbar-area .topbar-contact li,
.full-width-header .rs-header .topbar-area .topbar-contact li a,
.topbar-link-color{
    color: #D0D6DD;

}
.full-width-header .rs-header .topbar-area .topbar-right li.login-register a:hover{
    color: #A2A2B2;
}

.full-width-header .rs-header .topbar-area .topbar-contact li i:before{
    color: #E9EBEB;
}

.full-width-header .rs-header .topbar-area .topbar-right li{
    margin-left: 10px;
}

.divider{
    font-size: 20px;
    line-height: 20px;
    padding: 0 10px;
}

.full-width-header .rs-header .topbar-area .topbar-right li.login-register i{
    margin-left: 5px;
}

/* sticky menu  */
.full-width-header .rs-header .logo-part img{
    max-height: 7em;
    width:7em;
    height: 7em;
}
.full-width-header .rs-header .menu-area .logo-cat-wrap{
    height: 90px;
    line-height: 90px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a{
    height: 90px;
    line-height: 90px;
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area{
    justify-content:flex-start;
}

.full-width-header .rs-header .menu-area .nav-expander span{
    background-color:#394459;
}

.full-width-header .rs-header .menu-area.sticky .nav-expander span{
    background-color: #fff;
}
/* hovering items  */
.full-width-header .rs-header .menu-area.sticky .nav-expander:hover span{
    background-color:#ccc ;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .expand-btn-inner li > a:hover{
    color: #ccc;
}



/* main slider  */
.rs-slider.main-home .slider-content .content-part .sl-title{
    font-size: 40px;
}

.features-wrap .icon-part i{
    font-size: 50px;
    margin:0 0 8px 20px;
}

.rs-features .features-wrap .icon-part img{
    margin: 0 0 8px 10px;
}


.owl-carousel .owl-item img{
    width: 100%;
}

.rs-breadcrumbs .breadcrumbs-text ul li a:before, .rs-breadcrumbs .breadcrumbs-text ul li a:after{
    top: 9px;
}

/* Quick access Start */
.qabg{
    background: url(../images/quick_access/qabg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.qa-title-line{
    position: relative;
}

.qa-title-line::after{
    content: '';
    width: 6.9em;
    height: 5px;
    background-color: #A2A2B2;
    position: absolute;
    bottom: -12px;
    right: 0;
}
.qa-content{
    border-radius: 10px;
    transition: all 0.3s;
    /* background-color: #00856a; */
    /* background-color: #19c8fa; */
    background-color: #00A0E3;
}
/* Quick access end */

/* news part  */
.rs-blog.main-home .blog-item .blog-content .blog-meta li:last-child{
    font-size: 12px;
}
.header-news{
    position: relative;
}

.header-news::after{
    content: '';
    width: 6em;
    height: 5px;
    background-color: #A2A2B2;
    position: absolute;
    bottom: -12px;
    right: 0;
}

/* event part  */

.event-row{
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-events{
    position: relative;
}

.header-events::after{
    content: '';
    width: 7.7em;
    height: 5px;
    background-color: #A2A2B2;
    position: absolute;
    bottom: -12px;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .rs-blog.style1 .events-short{
        flex-direction: column;
    }
    .rs-blog.style1 .events-short .date-part{
        position: relative;
        margin-bottom: 1em;
    }
    .rs-blog.style1 .events-short .content-part{
        padding-right: 0;
        text-align: center;
    }
}



/*  latest news  */
.rs-blog.style1 .blog-item .blog-content{
    padding: 14px 14px 14px;
}


.rs-blog.style1 .blog-item .blog-content .title a{
    font-size: 18px;
}

.rs-blog.style1 .blog-item .blog-content .readon-arrow{
    font-size: 14px;
}
.rs-blog.style1 .blog-item .image-part{
    padding-right: 14px;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories:before{
    content: "\f007";
}

/* Statistics  */
.rs-statistics{
    box-shadow: 0px 0px 10px -7px var(--dark-blue);
    /* box-shadow: 0px 0px 13px -3px ; */
}

.header-statistics{
    position: relative;
}

.header-statistics::after{
    content: '';
    width: 7.5em;
    height: 5px;
    background-color: #A2A2B2;
    position: absolute;
    bottom: -12px;
    right: 0;
}

.rs-counter .counter-item .rs-count{
    padding-right: 0;
    padding-left: 0;
    font-size: 2.75em;
    font-weight: 400;
}
.lg-mb-70{
    margin-bottom: 70px;
}
.rs-counter .counter-item .title ,
.rs-counter.style2-about .counter-item .title{
    color: var(--dark-blue);
    font-size: 1.25em;
    font-weight: 400;
}

/* playlist */
.header_playlist{
    position: relative;
}

.header_playlist::after{
    content: '';
    width: 7.8em;
    height: 5px;
    background-color: #A2A2B2;
    position: absolute;
    bottom: -12px;
    right: 0;
}

/* College and Institute */

.rs-degree.style1 .degree-wrap .content-part{
    padding: 30px 30px 30px;
}

.header-colleges{
    position: relative;
    font-size: 33px;
    text-align: right;
    padding: 0 0.5em;
}
.header-colleges::after{
    content: '';
    width: 0.3em;
    height: 90%;
    background-color: var(--dark-blue);
    position: absolute;
    top: 0.2em;
    right: 0px;
}
.header-college-subtitle{
    font-size: 22px;
    margin-top: 1.5em;
    text-align: right;
}
/* temperary in college and institute */

@media (min-width: 768px) {
    .rs-degree.style1 .degree-wrap img{
        /* height: 390px ; */
        height: 455px ;
    }
}

@media only screen and (max-width: 575px){
    .rs-degree.style1 .degree-wrap img{
        height: 325px ;
    }
}


/* New Videos */
.rs-faq-part.rs-college-videos.style1 .img-part{
    min-height: 250px;
}


/* albums */
.rs-degree.rs-college-album.style1{
    background-color: #BCC5D6;

}
@media (min-width: 768px){
    .rs-degree.rs-college-album.style1 .album-container
    {
        box-shadow:0 0 12px -1px #000;
    }
    .album-title{
        background-color: var(--dark-blue);
        padding: 50px;

    }

}



.rs-degree.rs-college-album.style1 .degree-wrap img{
    height: 325px;
}

.header-album{
    position: relative;
    font-size: 1.5em;
}

.header-album::after{
    content: '';
    width: 8px;
    height: 90%;
    /* background-color: var(--dark-blue); */
    background-color: #A2A2B2;
    position: absolute;
    top: 2px;
    right: -12px;
}
.header-album-subtitle{
    font-size: 1em;
    margin-top: 1.5em;
}

.rs-degree.rs-college-album.style1 .degree-wrap:hover .title-part{
    bottom: 0;
    opacity: 1;
}

/* Footer  */
.rs-footer.home9-style .footer-top{
    padding: 80px 0 80px;
}
.desc.desc-title{
    padding-right: 0 !important;
}

.rs-blog.main-home .blog-item .blog-content .title a{
    font-size: 20px;
    line-height: 30px;
}

.rs-blog.style1 .events-short .content-part .title a{
    font-size: 16px;
    line-height: 24px;
}

/* blog list */
.recent_post_title::before{
    width: 7.5em !important;
}
.tags_title::before{
    width: 8.2em !important;
}



/* waleed eadit start */
.h2_eadit {
    font-size: 29px !important;
}
.content-shadow {
    box-shadow: 0px 0px 12px 11px rgba(0, 0, 0, 0.03);
}
/* news  */

.rs-blog.main-home .blog-item .blog-content .title a {
    color: #000;
}
.rs-blog.main-home .blog-item .blog-content .blog-meta {
    color: #777777;
}
.rs-blog.main-home .blog-item .blog-content .btn-btm .rs-view-btn a {
    padding: 3px;
    border: 2px solid var(--dark-blue);
    border-radius: 10px;
    background: var(--dark-blue);
    color: #fff;
}
.rs-blog.main-home .blog-item .blog-content .btn-btm .rs-view-btn a:hover {
    padding: 3px;
    border: 2px solid var(--dark-blue);
    border-radius: 10px;
    color: #000;
    background: #fff;
}

.rs-blog.main-home .blog-item .blog-content .btn-btm .rs-view-btn a:after {
    content: "\f053";
    font-family: fontawesome;
    font-size: 12px;
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    margin-right: 3px;
}
@media (min-width: 768px) {
    .album-title {
        max-width: 100% !important;
    }
}
@media (max-width: 768px) {
    .album-title {
        max-width: 100% !important;
        background-color: var(--dark-blue);
        padding-bottom: 10px;
    }
}
/* content-card  */
.rs-degree.style1 .degree-wrap .content-part,
.rs-team.style1 .team-item:after {
    width: calc(101%);
    height: calc(101%);
}
.header-college-subtitle {
    color: #777777;
}
.rs-degree.style1 .degree-wrap .content-part {
    background: #fff;
}
.rs-degree.style1 .degree-wrap .content-part .title a {
    color: #000;
}
.rs-degree.style1 .degree-wrap .content-part .desc {
    color: #777777;
}
.rs-degree.style1 .degree-wrap .content-part .btn-part a {
    color: #777777;
}
.rs-blog.style1 .events-short .content-part .title a {
    color: #000;
}



.rs-counter.style2-about .counter-item{
    display: flex;
}
.rs-counter.style2-about .counter-item .statistic-image{
    padding-left: 0.7em;
}
.rs-counter.style2-about .counter-item .statistic-content{
    text-align: right;
}

.rs-counter.style2-about .counter-item .statistic-image .image {
    width: 5.7em;
    height: 100%;
}

@media only screen and  (max-width: 991px)
/* @media (max-width:768px) */
{
    .rs-counter.style2-about .counter-item{
       flex-direction: column;
    }
    .rs-counter.style2-about .counter-item .statistic-image{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1em;
    }
    .rs-counter.style2-about .counter-item .statistic-content{
        text-align: center;
    }
}




.rs-counter.style2-about .counter-item .rs-count {
    color: #ed3600 !important;
}
.rs-counter.style2-about .counter-item .rs-count:hover {
    color: var(--dark-blue) !important;
}
.rs-counter.style2-about .counter-item .title {
    color: var(--dark-blue) !important;
}

/* youtup */
.rs-faq-part.rs-college-videos.style1 .img-part {
    min-height: 170px !important;
}
.media-icon .popup-videos {
    width: 60px;
    height: 60px;
}
.media-icon .popup-videos i {
    margin-right: -3px;
    margin-top: -2px;
}

/* album */
@media (min-width: 768px) {
    .rs-degree.rs-college-album.style1 .album-container {
        box-shadow: none !important;
    }
}
.album-title {
    max-width: 20%;
}
.rs-degree.rs-college-album.style1 {
    background: url(../images/bg/bg2.jpg);
}
.rs-degree.style1 .degree-wrap {
    border-radius: 12px;
}
/* footer */
.rs-footer.home9-style.main-home .footer-top .widget-title:before {
    background: #fff;
}
.rs-footer.home9-style.main-home .footer-top .site-map li a:hover {
    color: #a2a2b2 !important;
}
.rs-footer.home9-style .footer-top .address-widget li .desc a:hover {
    color: #a2a2b2 !important;
}
.rs-footer.home9-style .footer-top .address-widget li .desc:hover {
    color: #a2a2b2 !important;
    cursor: pointer;
}
.rs-footer.home9-style.main-home .footer-top .site-map li:before {
    background: #fff;
}
.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li:before {
    background: #fff;
}
.rs-footer.home9-style.main-home {
    background: var(--dark-blue);
}
.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li a:hover {
    color: #a2a2b2 !important;
}
.album-btn {
    background-color: var(--dark-blue);
    color: #fff !important;
    border: 2px solid #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 10px;
    transition: 0.3s all;
}
.album-btn:hover {
    border: none;
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.4);

    color: #fff;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .waleed {
    color: #fff;
}
.rs-menu-area .waleed {
    color: #000;
}
.full-width-header.header-style2
    .rs-header
    .menu-area.sticky
    .topbar-link-color {
    color: #ffffff;
}
.full-width-header
    .rs-header
    .topbar-area
    .topbar-right
    li.login-register
    a:hover {
    color: #a2a2b2;
}
.rs-footer.home9-style.main-home .footer-top .footer_social li a:hover {
    color: #a2a2b2;
}

.full-width-header .rs-header .topbar-area .topbar-contact li,
.full-width-header .rs-header .topbar-area .topbar-contact li a,
.topbar-link-color {
    color: #fff;
}

.full-width-header .rs-header .topbar-area .topbar-contact li i:before {
    color: #e9ebeb;
}
.header-events::after {
    height: 3px !important;
}
.header-news::after {
    height: 3px !important;
}
.header-statistics::after {
    height: 3px !important;
}
.header_playlist::after {
    height: 3px !important;
}
@media (max-width: 992px) {
    .rs-menu-area .waleed {
        display: none !important;
    }
}
@media (max-width: 992px) {
    .full-width-header .rs-header .menu-area .nav-expander {
        display: none !important;
    }
}
/* waleed edit end */


.full-width-header.header-style2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover,
.full-width-header.header-style2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.active,
.full-width-header.header-style2 .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a
{
    /* color: #21a7d0  !important; */
    color: #ffffffbf  !important;
}


/* hovering submenu item  */
@media only screen and (max-width: 991px) {
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover, .full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
        color: #bcc5d6 !important;
    }
}

.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu{
    background: white;
}


/* waleed Ameed */
.rs-about.style1 .img-part .top-center {
    top: -30px;
    right: 72%;
    z-index: -1;
}
.readon2:hover {
    background: #fff;
    color: #000;
    border: 2px solid var(--dark-blue);
    border-radius: 5px;
}
.ameed {
    padding-top: 40px;
}
@media (max-width: 992px) {
    .rs-about.style1 .img-part .top-center {
        top: -30px;
        right: 55% !important;
        z-index: -1;
    }
    .rs-about .ima {
        max-width: 100%;
        height: auto;
        margin-right: 63px;
    }
}
@media (max-width: 768px) {
    .rs-about.style1 .img-part .top-center {
        top: -30px;
        right: 67% !important;
        z-index: -1;
    }
    .rs-about .ima {
        max-width: 100%;
        height: auto;
        margin-right: 63px;
    }
}
.rs-cta.main-home .partition-bg-wrap:after {
    background: url(../images/waleed/Rectangle\ 93.png);
    background-color: var(--dark-blue);
    background-repeat: no-repeat;
    background-position: top;
    left: 0;
}
.rs-cta.main-home .padin {
    padding: 0;
}
.rs-cta.main-home .partition-bg-wrap:before {
    background: #bcc5d6;

    right: 0;
}
.sec-title3 .desc.white-color {
    color: #777777 !important;
}
.rs-cta.main-home .partition-bg-wrap {
    padding: 40px 0;
}

.header-news {
    position: relative;
    display: inline-block;
}
.header-news::after {
    height: 2px !important;
    content: "";
    width: 100% !important;
    height: 5px;
    background-color: #a2a2b2;
    position: absolute;
    bottom: -12px;
    left: 0;
}

/* System Modules Section Style Start */
.modules-section {
    background: linear-gradient(135deg, #ffffff 0%, var(--light-gray) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.modules-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 80%, rgba(0, 120, 191, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(224, 48, 50, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* تباعد مضبوط */
.mb-60 { margin-bottom: 60px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-15 { margin-bottom: 15px !important; }
.py-60 { padding-top: 60px !important; padding-bottom: 60px !important; }

.module-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f8f9fa;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.module-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-red), var(--dark-blue), var(--medium-blue));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.module-item:hover::before {
    transform: scaleX(1);
}

.module-header {
    padding: 40px 30px 30px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    position: relative;
}

.module-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--dark-blue), var(--primary-red));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.module-icon::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(224, 48, 50, 0.1);
    border-radius: 25px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all 0.4s ease;
}

.module-icon i {
    font-size: 32px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.module-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-text);
    margin: 0;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.module-body {
    padding: 0 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.module-description {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 15px;
    text-align: center;
}

.module-features {
    margin-top: auto;
}

.features-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.module-properties {
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-item {
    margin-bottom: 12px;
    animation: fadeInLeft 0.5s ease forwards;
    opacity: 0;
    transform: translateX(-10px);
}

.property-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
}

.property-icon {
    color: var(--primary-red);
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.property-text {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}

.module-footer {
    padding: 25px 30px 30px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

.module-btn {
    background: linear-gradient(135deg, var(--dark-blue), var(--primary-red));
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.module-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(224, 48, 50, 0.3);
    color: #ffffff;
}

.module-btn i {
    transition: transform 0.3s ease;
}

.module-btn:hover i {
    transform: translateX(-3px);
}

/* Hover Effects */
.module-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.module-item:hover .module-icon {
    transform: scale(1.1) rotate(5deg);
}

.module-item:hover .module-icon::before {
    transform: translate(50%, -50%) scale(1.1);
}

.module-item:hover .module-title {
    color: var(--primary-red);
}

.module-item:hover .property-icon {
    transform: scale(1.2);
}

/* Animations */
@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.module-item {
    animation: fadeInUp 0.6s ease forwards;
}

.property-item:nth-child(1) { animation-delay: 0.1s; }
.property-item:nth-child(2) { animation-delay: 0.2s; }
.property-item:nth-child(3) { animation-delay: 0.3s; }
.property-item:nth-child(4) { animation-delay: 0.4s; }
.property-item:nth-child(5) { animation-delay: 0.5s; }

/* Empty State */
.no-modules {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.empty-state {
    padding: 60px 30px;
}

.empty-state i {
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .modules-section {
        padding: 90px 0;
    }

    .module-header {
        padding: 35px 25px 25px;
    }

    .module-body {
        padding: 0 25px;
    }

    .module-footer {
        padding: 20px 25px 25px;
    }
}

@media (max-width: 991px) {
    .modules-section {
        padding: 80px 0;
    }

    .section-title .title {
        font-size: 36px;
    }

    .module-item {
        margin-bottom: 25px;
    }

    .mb-60 { margin-bottom: 50px !important; }
    .mb-30 { margin-bottom: 25px !important; }
}

@media (max-width: 767px) {
    .modules-section {
        padding: 70px 0;
    }

    .section-title .title {
        font-size: 32px;
    }

    .section-title .desc {
        font-size: 16px;
    }

    .module-header {
        padding: 30px 20px 20px;
    }

    .module-body {
        padding: 0 20px;
    }

    .module-footer {
        padding: 20px 20px 25px;
    }

    .module-icon {
        width: 70px;
        height: 70px;
    }

    .module-icon i {
        font-size: 28px;
    }

    .mb-60 { margin-bottom: 40px !important; }
    .mb-30 { margin-bottom: 20px !important; }
    .py-60 { padding-top: 50px !important; padding-bottom: 50px !important; }
}

@media (max-width: 575px) {
    .modules-section {
        padding: 60px 0;
    }

    .section-title .title {
        font-size: 28px;
    }

}

/* تحسينات الوصول */
@media (prefers-reduced-motion: reduce) {
    .module-item,
    .property-item,
    .module-btn {
        animation: none;
        transition: none;
    }
}

/* تحسينات الطباعة */
@media print {
    .module-item {
        break-inside: avoid;
        box-shadow: none;
        border: 2px solid #ddd;
    }

    .module-btn {
        display: none;
    }
}

/* System Modules Section Style End  */

/* System Features Section Style Start  */
.features-section {
    background: var(--light-gray);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(224, 48, 50, 0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.feature-item {
    background: #ffffff;
    padding: 50px 30px 45px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-red), var(--dark-blue));
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.feature-item:hover::before {
    transform: translateX(0);
}

.feature-item .services-icons {
    margin-bottom: 25px;
    position: relative;
}

.feature-item .services-icons i {
    font-size: 60px;
    color: var(--dark-blue);
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.feature-item .services-icons::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(224, 48, 50, 0.1);
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all 0.4s ease;
}

.feature-item:hover .services-icons::before {
    background: rgba(224, 48, 50, 0.15);
    transform: translate(50%, -50%) scale(1.1);
}

.feature-item .services-title {
    margin-bottom: 15px;
}

.feature-item .services-title .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark-text);
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.feature-item .text {
    color: #505050;
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-red);
}

.feature-item:hover .services-icons i {
    transform: scale(1.1);
    color: var(--primary-red);
}

.feature-item:hover .services-title .title {
    color: var(--primary-red);
}

.no-features {
    background: #ffffff;
    padding: 60px 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px dashed #e0e0e0;
}

.no-features i {
    opacity: 0.7;
}

.section-title .sub-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.section-title .title {
    font-size: 42px;
    font-weight: 700;
    color: var(--dark-text);
    line-height: 1.3;
}

.section-title .desc {
    font-size: 18px;
    color: #505050;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 991px) {
    .features-section {
        padding: 80px 0;
    }

    .section-title .title {
        font-size: 36px;
    }

    .feature-item {
        padding: 40px 25px 35px;
    }
}

@media (max-width: 767px) {
    .features-section {
        padding: 60px 0;
    }

    .section-title .title {
        font-size: 32px;
    }

    .feature-item {
        padding: 35px 20px 30px;
    }

    .feature-item .services-icons i {
        font-size: 50px;
    }
}

/* Animation for feature items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-item {
    animation: fadeInUp 0.6s ease forwards;
}

.feature-item:nth-child(1) { animation-delay: 0.1s; }
.feature-item:nth-child(2) { animation-delay: 0.2s; }
.feature-item:nth-child(3) { animation-delay: 0.3s; }
.feature-item:nth-child(4) { animation-delay: 0.4s; }
.feature-item:nth-child(5) { animation-delay: 0.5s; }
.feature-item:nth-child(6) { animation-delay: 0.6s; }

/* System Features Section Style End */

/* Statistics Style Start  */

/* التصميم العام */
.statistic-counter {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 50%, #ffffff 100%);
    position: relative;
}

.statistic-counter::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-red), transparent);
}

/* العنوان */
.sec-title .sub-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.gradient-text {
    background: linear-gradient(135deg, var(--dark-blue), var(--primary-red));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 2.5rem;
}

/* بطاقة الإحصائية */


.statistic-counter {
    position: relative;
    overflow: hidden;
}

.statistic-counter::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 30% 20%, rgba(224, 48, 50, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 120, 191, 0.05) 0%, transparent 50%);
    pointer-events: none;
}


.statistic-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statistic-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-red), var(--dark-blue));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.statistic-card:hover::before {
    transform: scaleX(1);
}

.icon_style {
    color: var(--primary-red);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.statistic-counter .statistic-card:hover .icon_style {
    color: var(--dark-blue);
    transform: scale(1.1) rotate(5deg);
}

/* خلفية البطاقة المتحركة */
.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bg-circle-1,
.bg-circle-2 {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(224, 48, 50, 0.03) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

.bg-circle-1 {
    width: 120px;
    height: 120px;
    top: -30px;
    right: -30px;
    animation-delay: 0s;
}

.bg-circle-2 {
    width: 80px;
    height: 80px;
    bottom: -20px;
    left: -20px;
    animation-delay: 3s;
}

/* الأيقونة المحسنة */
.statistic-icon-wrapper {
    position: relative;
    margin-bottom: 25px;
}

.icon-background {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(224, 48, 50, 0.1), rgba(0, 120, 191, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-pulse {
    width: 60px;
    height: 60px;
    background: rgba(224, 48, 50, 0.15);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.icon_style {
    font-size: 2.5em;
    position: relative;
    z-index: 2;
    line-height: 1;
}

/* العداد */
.counter-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

.rs-count {
    font-size: 3rem;
    font-weight: 800;
    color: var(--dark-blue);
    line-height: 1;
    margin: 0;
}

.counter-suffix {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-red);
}

/* العنوان والوصف */
.statistic-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 10px;
    line-height: 1.4;
}



.statistic-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* تأثير Hover */
.card-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(224, 48, 50, 0.03), rgba(0, 120, 191, 0.03));
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 20px;
}

.statistic-card:hover .card-hover-effect {
    opacity: 1;
}

.statistic-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* زر الإحصائيات */
.btn-statistics {
    background: linear-gradient(135deg, var(--primary-red), var(--dark-blue));
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(224, 48, 50, 0.3);
}

.btn-statistics:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(224, 48, 50, 0.4);
    color: #ffffff;
}

.btn-statistics i {
    transition: transform 0.3s ease;
}

.btn-statistics:hover i {
    transform: translateX(-5px);
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.05);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        opacity: 1;
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rs-count {
    animation: countUp 1s ease-out forwards;
}

/* التجاوب */
@media (max-width: 1199px) {
    .rs-count {
        font-size: 2.5rem;
    }

    .statistic-card {
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
    .gradient-text {
        font-size: 2rem;
    }

    .rs-count {
        font-size: 2.2rem;
    }

    .statistic-icon-wrapper .icon_style {
        font-size: 2em;
    }
}

@media (max-width: 767px) {
    .statistic-counter {
        padding: 80px 0;
    }

    .sec-title.mb-60 {
        margin-bottom: 40px !important;
    }

    .statistic-card {
        padding: 25px 15px;
    }

    .rs-count {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .gradient-text {
        font-size: 1.8rem;
    }

    .counter-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .counter-suffix {
        font-size: 1.2rem;
    }
}

/* تحسينات الوصول */
@media (prefers-reduced-motion: reduce) {
    .statistic-card,
    .icon_style,
    .bg-circle-1,
    .bg-circle-2,
    .btn-statistics {
        transition: none;
        animation: none;
    }
}

/* وضع الطباعة */
@media print {
    .statistic-card {
        box-shadow: none;
        border: 2px solid #ddd;
    }

    .btn-statistics {
        display: none;
    }
}

/* Statistics Style End */
/* end ammed  */
