@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
.navbar li,
.navbar>ul>li {
    position: relative
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}
.social-links a:hover {
    transform: translateY(-3px);
    /* color: #6c5ce7; */
    box-shadow: 0 5px 15px rgba(108, 92, 231, 0.2);
}
.social-links a:hover,
a,
a:hover {
    text-decoration: none
}
.social-links a,
ul.social-network li a {
    width: 36px;
    height: 36px;
    display: inline-block
}
.counts .count-box p,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: "Cairo", sans-serif;
}
#header .logo,
.faq .faq-list a {
    font-family: "Cairo", sans-serif;
}
#footer .footer-bottom a:hover,
#header .logo a,
a {
    color: #2e3e4e
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .8rem
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border: 4px solid #0cbaa4;
    border-top-color: #dfeae8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: 1s linear infinite animate-preloader
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.back-to-top {
    position: fixed;
    opacity: 0;
    bottom: 15px;
    z-index: 996;
    width: 35px;
    height: 35px;
    border-radius: 4px;
     right: 20px;
    transition: .4s
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}
.back-to-top.active {
    visibility: visible;
    opacity: 1
}
.datepicker-dropdown {
    padding: 20px !important
}
#topbar {
    height: 40px;
    transition: .5s;
    z-index: 998;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    text-wrap: nowrap
}
#topbar .contact-info a {
    line-height: 1;
    transition: .3s
}
.header-scrolled .header-dropdown .btn,
body {
    color: #444
}
#header {
    transition: .5s;
    z-index: 997;
    padding: 15px 0 0;
}
.services .icon-box:hover .icon,
.staff {
    background: #fff
}
#header.header-scrolled {
    top: 35px;
}
#header .logo {
    /* font-size: 30px; */
    margin: 0;
    padding: 0;
    line-height: 1;
    /* font-weight: 700 */
}
#header .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 70px;
    margin-bottom: 10px
}
.more-btn {
    text-align: center;
    margin-top: 10px
}
.header-no-bg {
    box-shadow: none !important
}
.header-scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}
.navbar>ul>li {
    white-space: nowrap;
    padding: 8px 0 23px 25px
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    transition: .3s;
    padding: 5px 0
}
.navbar a .drop-arrow {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}
.navbar .dropdown ul a .drop-arrow {
    position: absolute;
    right: 15px;
    top: 15px
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: 115%;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: .3s
}
.navbar .dropdown:hover>ul,
.navbar-mobile .dropdown ul {
    opacity: 1;
    visibility: visible
}
.gallery .gallery-item img,
.why-us .content .more-btn {
    transition: .4s ease-in-out
}
/* .navbar .dropdown ul li, */
.navbar-mobile .dropdown ul li {
    min-width: 200px
}
.navbar .dropdown ul li{
    min-width: 500px;
}
.navbar .dropdown ul a {
    padding: 10px 40px 10px 20px;
    font-size: 13px;
    text-transform: none;
    color: #082744;
    border: none;
    display: block
}
.header-dropdown i,
.navbar .dropdown ul a .fa {
    margin-right: 5px
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: 100%;
    visibility: hidden
}
.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}
@media (max-width:500px){
   html[dir="ltr"] #topbar .contact-info{
            font-size: smaller;
    }
}
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s;
    margin-top: -10px
}
#footer .copyright,
.mobile-nav-toggle.bi-x {
    color: #fff;
}
.header-scrolled .mobile-nav-toggle {
    color: #005bb8;
}
@media (max-width:1024px) {
    .mobile-nav-toggle {
        display: block
    }
    .navbar ul {
        display: none
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: 999;
    width: 100%;
    height: 100%
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 85px;
    left: 0px;
    font-size: 28px;
    border: 1px solid #f0f0f0;
    padding: 2px;
    /* background: #fff; */
    border-radius: 4px
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    /* top: 60px; */
    right: 0;
    height: max-content;
    bottom: 0;
    left: 0;
    padding: 15px 0 0;
    background-color: #fff;
    /* overflow-y: auto; */
    transition: .3s
}
.navbar-mobile>ul>li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 2.5rem;
    font-size: 15px;
    color: #2e3e4e;
    border: none
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 30px;
    padding: 10px 0;
    background: #fff
}
#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
#hero h2,
.slider-details,
.why-us .content h3,
.why-us .content p {
    margin-bottom: 30px
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px
}
.navbar-mobile .dropdown>.dropdown-active {
    display: block
}
.header-scrolled .navbar-mobile ul {
    top: 120px
}
.mobile-nav-toggle {
    /* position: absolute; */
    top: 20px;
    left: 15px;
    font-size: 28px;
    cursor: pointer;
    z-index: 1001;
}
 .menu-simple {
    width: 300px;
    background: white;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
      .dropdown > ul:not(.menu-simple) {
    display: flex;
    width: 620px;
    background: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 7px;
}
       html[dir="rtl"] .menu-list {
            width: 45%;
            border-left: 1px solid #ddd;
            padding-left: 15px;
        }
        html[dir="ltr"] .menu-list{
            width: 45%;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
        .menu-item {
            padding: 8px 10px;
            cursor: pointer;
        }
        .menu-item.active,
        .menu-item:hover {
            /* background: #f0f0f0; */
            font-weight: bold;
        }
        .menu-content {
            width: 100%;
            padding-right: 5px;
            display: flex
        }
        .menu-details {
            width: 55%;
            /* margin-top: 85px; */
            padding: 10px 10px 0px 10px;
        }
        .menu-content img {
            width: 100%;
            height: 230px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        .details {
            display: none;
        }
        .details.active {
            display: block;
        }
@media (max-width:1024px) {
#topbar {
    height: 60px;
    transition: .5s;
    z-index: 998;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    text-wrap: auto;
    text-align: center;}
#header{
    top: 60px !important;
}
#header.header-scrolled{
    top: 60px !important;
}
/* .mobile-login{
    margin-top: -7px;
} */
.mobile-login a{
    text-wrap: nowrap;
    font-size: 9px;
}
.language-switcher{
    font-size: 14px !important;
}
#header .logo img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 50px;
    margin-top: 0px;
    margin-bottom: 10px;
}
}
.faq .faq-list a.collapsed .icon-show,
.share,
.slider-link {
    display: inline-block
}
.fixed-top-margin {
    margin-top: 50px
}
@media (max-width:1030px) {
    .fixed-top-margin {
        margin-top: 0px
    }
    #hero p {
        width: 100%;
        padding: 0 10px
    }
}
#hero h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900
}
@media (min-width:1024px) {
    #hero p {
        width: 60%
    }
}
.carousel-item-clear::before {
    display: none !important
}
section {
    padding: 40px 0
}
.section-title {
    text-align: center;
    /* padding-bottom: 30px */
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    /* color: #2e3e4e */
}
.section-title p {
    margin-bottom: 0
}
.breadcrumbs {
    padding: 20px 0;
    min-height: 40px
}
.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}
@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px
    }
}
.breadcrumbs ol,
.counts .count-box p {
    padding: 0;
    margin: 0
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}
.breadcrumbs ol li+li {
    padding-left: 10px
}
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}
.counts {
    background: #edf3f2;
    padding: 70px 0 60px
}
.counts .count-box {
    padding: 30px 30px 25px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff
}
.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px
}
.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744
}
#footer a,
.services .icon-box:hover h4,
.services .icon-box:hover p,
.whatsapp_float:active,
.whatsapp_float:hover,
.whatsapp_float:visited {
    color: #fff
}
.active>.page-link,
.extra-images-count .text-primary,
.page-link.active,
.social-links a {
    color: #fff !important
}
.services .icon-box img,
article .photo-panel {
    margin-bottom: 20px
}
.faq .faq-list {
    padding: 0 100px
}
.faq .faq-list ul {
    padding: 0;
    list-style: none
}
.faq .faq-list li+li {
    margin-top: 15px
}
.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative
}
#footer .footer-bottom,
.bottom-article,
.contact .info i {
    background: #edf3f2
}
.faq .faq-list a {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
    outline: 0;
    cursor: pointer
}
.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee
}
.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}
.faq .faq-list a.collapsed {
    color: #343a40
}
@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}
.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}
.contact .info,
.contact .php-email-form {
    width: 100%;
    background: #fff
}
.contact .info i {
    font-size: 20px;
    color: #0cbaa4;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out
}
.btn.disabled,
.btn:disabled,
.social-links a,
fieldset:disabled .btn {
    background: #2e3e4e
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2e3e4e
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    color: #2e3e4e
}
.contact .info .email,
.contact .info .phone {
    margin-top: 40px
}
.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
    background: #0cbaa4;
    color: #fff
}
.contact .php-email-form .form-group {
    padding-bottom: 8px
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}
.contact .php-email-form .error-message br+br {
    margin-top: 25px
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: 1s linear infinite animate-loading
}
.btn-theme {
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}
#footer .footer-bottom,
.section-border-top {
    border-top: 1px solid #edf3f2
}
@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
#topbar .social-links a {
    width: 28px;
    height: 28px;
    padding: 7px;
    font-size: 14px
}
.footer-title,
.form-control,
.select2-container,
article .row {
    margin-bottom: 15px
}
.footer-title h1 {
    font-size: 22px
}
.language-switcher img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 5px
}
.thumbnail img,
footer,
iframe {
    width: 100%
}
.header-dropdown .btn {
    border: none;
    padding: 0;
    margin-left: 15px
}
img {
    max-width: 100%
}
#google-map {
    position: relative;
    height: 350px;
    border-radius: 15px
}
#contact-google-map {
    position: relative;
    height: 350px
}
.sub-title {
    font-size: 24px;
    margin-bottom: 20px
}
.owl-stage-outer .item {
    margin: 0 10px
}
.text-justify,
.topic-page article .article-body {
    text-align: justify
}
.thumbnail img {
    text-align: center;
    padding: 10px;
    border-radius: 15px
}
.post-main-photo {
    border-radius: 15px;
    margin-bottom: 10px
}
.bottom-article {
    overflow: hidden;
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 15px;
    border: 1px solid #dfeae8
}
.bottom-article .title {
    font-size: 20px
}
ul.social-network {
    list-style: none;
    margin: 0;
    padding: 0
}
ul.social-network li {
    display: inline;
    margin: 0 2px
}
.share-title {
    font-size: 24px
}
.share-title i {
    line-height: 32px;
    margin: 0 4px
}
ul.social-network li a {
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 10px 0 0;
    line-height: 10px;
    font-size: 18px
}
ul.social-network li .facebook {
    background: #3b5998
}
ul.social-network li .twitter {
    background: #1da1f2
}
ul.social-network li .google {
    background: #dc4e41
}
ul.social-network li .pintrest {
    background: #cb2027
}
ul.social-network li .youtube {
    background: #db4437
}
ul.social-network li .instagram {
    background: #b07109
}
ul.social-network li .tumblr {
    background: #36465d
}
ul.social-network li .flickr {
    background: #ff0084
}
ul.social-network li .whatsapp {
    background: #00a859
}
.datetimepicker {
    margin-top: 130px !important
}
.line-frame {
    text-align: center;
    border: 1px solid #edf3f2;
    padding: 20px;
    transition: .3s ease-in-out;
    border-radius: 15px
}
.select2-container .select2-selection--single {
    height: 38px !important
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #dfeae8 !important;
    border-radius: .375rem !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #edf3f2 !important;
    margin: 2px !important
}
.badge-primary,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0cbaa4;
    color: #fff
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px !important;
    height: 36px !important
}
.select2-container--default .select2-results__option--selected {
    background-color: #dfeae8
}
.select2-dropdown {
    border: 1px solid #dfeae8 !important
}
.form-control-label {
    margin-bottom: 5px
}
.card {
    border-radius: 10px;
    padding: 20px 10px;
    border: 1px solid #dfeae8;
    display: block;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
}
.sidebar-card {
    border-radius: .375rem
}
.sidebar-card h4 {
    font-size: 1.25rem
}
.sidebar-list .list-group .badge {
    float: right;
    border-radius: 4px
}
.sidebar-list .list-group .list-group,
.topic-custom-fields {
    margin-top: 10px
}
.sidebar-list .list-group .list-group .list-group-item {
    border: none;
    padding-right: 0
}
.post-card:hover .badge {
    opacity: 1 !important
}
.badge-inline,
.post-card h5 {
    font-size: 1rem
}
.post-card h3 {
    font-size: 1.4rem
}
.h-200px {
    height: 200px
}
.green-audio-player {
    width: 100%;
    min-width: 250px;
    background: #edf3f2;
    box-shadow: none
}
.green-audio-player .slider .gap-progress,
.green-audio-player .slider .gap-progress .pin {
    background-color: #0d6efd
}
.green-audio-player .volume .volume__button.open path {
    fill: #0d6efd
}
.green-audio-player .volume .volume__controls {
    background-color: #6c757d
}
.whatsapp_float {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 44px;
    z-index: 100;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, .6);
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 40px;
    animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
.whatsapp-icon {
    margin-top: 16px
}
article ul li {
    list-style-type: disc
}
article ol li {
    list-style-type: auto
}
@media screen and (max-width:767px) {
    .whatsapp-icon {
        margin-top: 10px
    }
    .whatsapp_float {
        bottom: 20px;
        right: 10px;
        width: 65px;
        height: 65px;
        padding: 5px;
    }
}
.img-circle {
    border-radius: 50% !important
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}
footer {
    margin-top: auto;
    bottom: 0
}
.extra-images-count {
    position: absolute;
    right: 18px;
    bottom: 15px;
    font-size: 24px;
    opacity: .8
}
.widget-title {
    padding: 10px 15px;
    background: #edf3f2;
    border-radius: .375rem;
    margin-bottom: 10px
}
.categories-widget .categories-title {
    cursor: pointer
}
.form-control,
.list-group-item {
    border-color: #dfeae8
}
.form-control:focus {
    border-color: #cfdbd8;
    box-shadow: 0 0 0 .25rem rgba(12, 186, 164, .11)
}
.active>.page-link,
.bg-primary,
.page-link.active {
    background-color: #0cbaa4 !important;
    border-color: #0cbaa4 !important
}
.bg-secondary,
.btn-secondary {
    background-color: #2e3e4e !important;
    border-color: #2e3e4e !important
}
.page-link,
.text-primary {
    color: #0cbaa4 !important
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent
}
#footer .footer-newsletter form input[type=email]:focus,
.header-form-search .form-control:focus {
    box-shadow: none
}
.header-form-search {
    display: flex;
    position: relative
}
.header-form-search .form-control {
    background: #f9f9f9;
    display: inline-block;
    padding: 4px 8px;
    line-height: 26px;
    height: 26px;
    min-height: 26px;
    width: 200px;
    font-size: 14px
}
.header-form-search .btn {
    border-radius: 50%;
    position: absolute;
    right: 0;
    padding: 2px 8px;
    height: 26px
}
.maintenance-mode {
    background: #fcfcff
}
.testimonials {
    border-top: 1px solid #eee
}
@media (max-width:768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px
    }
    #hero h2 {
        font-size: 28px
    }
    .navbar-mobile-bg .bi-list{
        background: #155089;
    }
    .breadcrumbs .d-flex {
        display: block !important
    }
    .breadcrumbs ol {
        display: block
    }
    .breadcrumbs ol li {
        display: inline-block
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 1rem
    }
    #topbar .social-links {
        padding-top: 0 !important;
        max-width: 125px;
        overflow: hidden
    }
    .categories-widget .categories-title i {
        font-size: 24px
    }
    .categories-widget .categories-list {
        display: none
    }
    .header-form-search .form-control {
        width: 120px
    }
}
.cookies-accept-box {
    background-color: #130f40de;
    padding: 20px;
    border-radius: 10px
}
.cookies-accept {
    bottom: 0;
    position: fixed;
    right: 0;
    border-radius: 4px;
    padding: 15px;
    z-index: 999999
}
.cookies-accept button {
    -webkit-box-shadow: 0 0 2px 0 #fff;
    -moz-box-shadow: 0 0 2px 0 #fff;
    box-shadow: 0 0 2px 0 #fff
}
/*  */
.progress-square {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.progress-square-bg {
    fill: none;
    stroke: rgba(255,255,255,0.2);
    stroke-width: 2;
    stroke-dasharray: 144; 
    stroke-dashoffset: 0;
}
.progress-square-fill {
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-dasharray: 144;
    stroke-dashoffset: 144;
    transition: stroke-dashoffset 0.1s linear;
}
/*  */
.bubbles {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.bubble {
    position: absolute;
    left: var(--bubble-left-offset);
    bottom: -75%;
    display: block;
    width: var(--bubble-radius);
    height: var(--bubble-radius);
    border-radius: 50%;
    animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite;
}
.bubble::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(183, 94%, 76%, 0.3);
    border-radius: inherit;
    animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite;
}
@keyframes float-up {
    to {
        transform: translateY(-175vh);
    }
}
@keyframes sway-left-to-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes sway-right-to-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
.section-bg {
position: relative;
}
.gallery-item {
    position: relative;
    z-index: 2;
}
.section-title h2,
.section-title p,
.accordion,
.btn-theme {
  position: relative;
  z-index: 2;
}
/* row1  */
    @media (max-width: 768px) {
        .row > div {
            margin-bottom: 1.5rem;
        }
        h4 {
            font-size: 0.9rem;
        }
    }
     .counter-item {
        padding: 20px;
    }
     .hero-title {
        line-height: 78px;
    font-weight: 600;
    }
/*  */
/* row 2 */
.custom-sector-link {
    /* display: inline-flex;
    align-items: center;
    gap: 8px; */
    padding: 10px 25px;
    background-color: #fff;
    color: #212529;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
     display: flex;
    flex: 1; 
    justify-content: center;
}
.custom-sector-link span {
    margin: 0 10px;
}
.custom-sector-link:hover {
    transform: translateY(-10px);
}
.custom-sector-link:hover span i {
    color: #fff !important;
}
 @media (max-width: 767.98px) {
    .row .custom-sector-link {
    display: flex;
    flex: 1; 
    justify-content: center;
}
 }
 @media (max-width:1200px) {
    .custom-sector-link{
            padding: 10px 3px;
    }
 }
/*  */
/* row3 */
    .carousel-inner img {
            width: 100%;
            /* height: auto; */
            max-height: 425px;
                /* padding: 0px 40px; */
            border-radius: 20px;
        }
        .nav-pills {
            background: #fff;
            margin: 20px 0;
        }
        .nav-justified>li {
    padding: 5px 5px;
    border: 1px solid #eee;
    border-radius: 8px;
}
        .nav-pills li a {
            color: #333;
            text-align: center;
            padding: 10px;
            cursor: pointer;
            border-radius: 5px;
            transition: all 0.3s ease;
        }
        .nav-pills li a:hover {
            background: #f0f0f0;
            text-decoration: none;
        }
        .nav-pills li.active a {
            background: #f0f0f0;
            color: white;
        }
        .nav-pills b {
            display: block;
            font-size: 18px;
            margin-bottom: 5px;
        }
        .nav-pills small {
            display: block;
            font-size: 12px;
            color: inherit;
            opacity: 0.8;
            line-height: 1.4;
        }
        .nav-pills .active small {
            opacity: 0.9;
        }
        /*  */
         .solutions-section {
            padding: 40px 0 0 0;
            background-color: white;
        }
        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }
        .section-header .title {
            font-weight: 700;
            margin-bottom: 20px;
        }
      
        .x_solution-btn {
            border: none;
            padding: 8px 20px;
            border-radius: 5px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
            width: 30%;
        }
       html[dir="rtl"] .x_solution-btn i {
            margin-right: 5px;
        }
       html[dir="ltr"] .x_solution-btn i {
            margin-left: 5px;
        }
        .app-badges {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }
        .app-badges img {
            height: 40px;
            width: auto;
        }
        @media (max-width: 1200px) {
           
            .x_solution-btn{
                width: 40%;
            }
        }
        @media (max-width: 991.98px) {
            .section-header {
                margin-bottom: 30px;
            }
           
            .app-badges {
                flex-wrap: wrap;
            }
            .nav-pills{
                display: block;
                padding: 0;
            }
            .solutions-section{
                padding: 20 0 0 0;
            }
            .x_solution-btn{
                width: 70%;
                margin-top: 20px;
            }
        }
/*  */
/* row 4 */
        .integration-card {
            background-color: white;
            border-radius: 10px;
                padding: 15px 20px 40px 60px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #eee;
        }
        .integration-card:hover{
            transform: translateY(2px);
        }
        .integration-card img {
            /* max-height: 60px; */
            margin-bottom: 20px;
        }
        .integration-card .logs {
            max-height: 100%;
            margin-bottom: 20px;
        }
        .integration-card h3 {
            color: #333;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 15px;
        }
        .integration-card p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
        }
        @media (max-width: 767.98px) {
            .integration-section {
                padding: 0px 0;
            }
            .x_integration-title {
                font-size: 26px;
            }
            .integration-card {
                margin-bottom: 20px;
                background-color: #054a8a29;
                 padding: 30px 20px 45px 20px;
                 text-align: center;
            }
        }
/*  */
/* row 5 */
       .x_pricing-section {
            padding: 80px 0;
            background-color: #fff;
        }
        .section-subtitle {
            color: #0070f2;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .section-title {
            font-weight: 700;
            /* margin-bottom: 20px; */
            /* color: #333; */
        }
        .section-description {
            color: #666;
            margin-bottom: 40px;
        }
        
        /* Pricing Cards Styles */
        .pricing-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            padding: 30px;
            height: 100%;
            transition: all 0.3s;
            border: 1px solid #eee;
            position: relative;
            overflow: hidden;
        }
       
        .pricing-plan-name {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #333;
        }
        .pricing-price {
            font-size: 30px;
            font-weight: 700;
            display: flex;
            color: #333;
            margin-bottom: 5px;
        }
        .pricing-period {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #666;
            margin-bottom: 20px;
        }
        .pricing-period img {
            width: 50px;
            height: 40px;
        }
        .pricing-description {
            color: #666;
            margin-bottom: 25px;
            min-height: 80px;
        }
        .pricing-btn {
            background-color: #0070f2;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s;
        }
        .pricing-btn:hover {
            background-color: #005bb8;
            color: white;
        }
        .pricing-features {
            margin-top: 25px;
        }
        .pricing-feature {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
            color: #666;
        }
        .pricing-feature i {
            color: #0070f2;
        }
        @media (max-width: 767.98px) {
            .x_pricing-section {
                padding: 0;
            }
            .pricing-card {
                margin-bottom: 20px;
                background: #ebebeb;
            }
            .x_big-business{
                padding: 0 !important;
                padding-top: 20px !important;
            }
            .x_big-business .display-5{
                font-size: x-large;
            }
        }
          .feature-list-price {
        font-size: large;

    }
    .feature-list-price li{
        margin-bottom: 10px;
    }
   html[dir="rtl"] .feature-list-price li:before {
            content: "✓";
            color: var(--primary-color);
            margin-left: 8px;
            font-weight: bold;
        }
    html[dir="ltr"] .feature-list-price li:before {
                content: "✓";
                color: var(--primary-color);
                margin-right: 8px;
                font-weight: bold;
          }
/*  */
/* row6 */
 .owl-carousel .owl-item {
        transition: all 0.3s ease-in-out;
    }
    .owl-carousel .owl-item .card {
        padding: 30px;
        position: relative;
        border-color: #fff;
    }
    .owl-carousel .owl-stage-outer {
        overflow-y: auto !important;
        padding-bottom: 40px;
    }
    .owl-carousel .owl-item  img.c-logo {
       width: auto;              /* أو يمكنك وضع قيمة ثابتة مثل 120px إن أردت */
    height: 120px;            /* الطول الثابت المطلوب */
    object-fit: contain;      /* أو استخدم cover إذا كنت تريد ملء الطول تمامًا */
    margin: 20px 0;
    display: block;
    }
    .customertype {
        letter-spacing: 0px;
        color: #021544;
        font-size: 14px;
        display: inline-block;
    }
    .owl-carousel .owl-item .card p {
        /* font-family: inherit; */
        font-size: 18px;
        line-height: 1.6;
        margin: 0;
        font-weight: 400;
    }
    .owl-carousel .owl-item img.c-img {
        max-width: 130px;
        margin: 0px;
    }
    .owl-carousel .owl-item .card {
        opacity: 0.2;
        transform: scale3d(0.8, 0.8, 1);
        transition: all 0.3s ease-in-out;
    }
    .owl-carousel .owl-item.active.center .card {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        background: #fff;
    }
    .owl-carousel .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .owl-theme .owl-dots .owl-dot span {
        height: 20px;
        /* background: #2a6ba3 !important; */
        border-radius: 20px !important;
        opacity: 0.8;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        height: 13px;
        width: 13px;
        opacity: 1;
        transform: translateY(2px);
        background: #0571cf !important;
    }
     @media (max-width: 767.98px) {
        .owl-carousel .owl-item .card{
            opacity: 1;
        }
        .owl-carousel .owl-stage-outer{
            overflow-y: hidden !important;
            padding-bottom: 0px ;
        }
        .owl-carousel .owl-item .card{
            padding: 15px;
        }
    }
/*  */
/* row 7 */
 /* .partners-slider{
        width: 75%;
    } */
.partner-logo-container {
    padding: 15px;
}
 .slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}
.slider-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: -55px;
  transition: 0.2s ease;
}
.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}
.swiper-button-next, .swiper-button-prev{
    top: 30%;
    color: #6a6b6c !important;
}
@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 20px 40px;
  }
  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}
/* footer */
 .footer {
        position: relative;
        padding-top: 45px;
        background: #fff;
    }
    .footer .copyright {
        padding: 30px 15px;
    }
    .footer .copyright p {
        margin: 0;
        color: #dddddd;
    }
    .footer .copyright .col-md-6:last-child p {
        text-align: left;
    }
    .footer .copyright p a {
        color: #0085ff;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .footer .copyright p a:hover {
        color: #ffffff;
    }
    @media (max-width: 768px) {
        .footer .copyright p,
        .footer .copyright .col-md-6:last-child p {
            margin: 5px 0;
            text-align: center;
        }
        .footer{
            padding-top: 0px ;
        }
    }
    .subscription.bg-white .subscription-wrapper {
        background: #f6f9fc;
    }
    .subscription-wrapper {
        border-radius: 10px;
        padding: 40px 20px;
        z-index: 1;
        border: 1px solid #e1e8f0;
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    }
    .subscription.bg-white .form-control {
        border: 1px solid #ebebeb !important;
    }
    .subscription-wrapper .form-control {
        height: 60px;
        background: #fff;
        border-radius: 10px;
    }
    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    .x_img-feauter{
        height: 100px;
    }
    .x_subscription-btn {
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
        padding: 18px 45px;
        border-radius: 10px;
        font-weight: 500;
        border: 1px solid;
        position: relative;
        z-index: 1;
        transition: .3s ease-in;
        overflow: hidden;
    }
    .btn-subscription-btn:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 102%;
        height: 100%;
        background: #00a8f4;
        z-index: -1;
        transition: ease 0.3s;
    }
    .list-unstyled {
        padding-left: 5px;
        padding-right: 5px;
        list-style: none;
    }
    .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 6px;
        /* background: #162560; */
        color: white;
        transition: transform 0.3s ease, background-color 0.3s ease;
        text-decoration: none;
        font-size: 18px;
    }
    .social-icon:hover {
        transform: scale(1.1);
        opacity: 0.9;
        color: #fff
    }
@media (max-width: 640px) {
.footer-newsletter{
    margin-bottom: 25px;
}
.copyright{
    margin-bottom: 10px;
}
}
/* row8 */
 .faq-section {
        /* background-color: #f8f9fa; */
        padding: 60px 0;
        color: #fff;
    }
    .faq-title {
        /* color: #333; */
        margin-bottom: 20px;
        font-weight: 700;
    }
    .faq-subtitle {
        color: #fff;
        /* background-color: #6c757d; */
        padding: 5px 10px;
        border-radius: 4px;
        /* display: inline-block; */
        margin-bottom: 30px;
    }
    .accordion-button {
        text-align: right;
        padding: 15px 20px;
        font-weight: 500;
    }
    .accordion-button:not(.collapsed) {
        color: #0d6efd;
        background-color: #f8f9fa;
    }
    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, .125);
    }
    .accordion-body {
        padding: 15px 20px;
    }
    .more-questions {
        margin-top: 40px;
    }
    .more-questions h4 {
        font-weight: 600;
        margin-bottom: 15px;
    }
    .btn-float {
        transition: all 0.3s ease;
    }
    .btn-float:hover {
        transform: translateY(-3px);
    }
    .accordion-button::after {
        display: none !important
    }
    .accordion-item .accordion-button {
        background: #155089 !important;
        color: #fff !important;
    }
    .accordion-item:first-of-type .accordion-button.collapsed {
        background: #155089 !important;
        color: #fff !important;
    }
    .accordion-button .accordion-icon {
        margin-left: 10px;
    }
    .accordion-button:not(.collapsed) .fa-plus,
    .accordion-button.collapsed .fa-minus {
        display: none;
    }
     @media (max-width:1200px) {
    .more-questions .btn-float{
            text-wrap: nowrap;
            font-size: 15px;
    }
     }
/*  */
/* auth */
 #mains {
            margin-top: 6%;
        }
          @media (max-width:1200px) {
            #mains {
                margin-top: 8%;
            }
        }
 .sidebar-box {
        color: #fff;
        border-radius: 30px;
        padding: 2rem;
        height: 100%;
    }
    .sidebar-box ul {
        list-style: none;
        padding: 0;
    }
    .sidebar-box ul li {
        margin-bottom: .5rem;
        display: flex;
        align-items: center;
    }
    .sidebar-box ul li img {
        width: 20px;
        margin-left: .5rem;
    }
    .sidebar-footer {
        padding-top: 1rem;
    }
    .sidebar-footer img {
        height: 40px;
        margin-left: 1rem;
    }
    .sidebar-box h4 {
        font-size: 35px;
    }
    .sidebar-box p {
        font-size: 20px;
    }
    @media (max-width: 991.98px) {
        .sidebar-box{
            margin-top: 50px;
        }
        .sidebar-box h4 {
        font-size: 25px;
    }
    .sidebar-box p {
        font-size: 15px;
    }
    }
    .form-control-icon {
  position: absolute;
  right: 10px;
  top: 70%;
  transform: translateY(-50%);
  z-index: 2;
  color: #aaa;
  font-size: 16px;
  pointer-events: none;
}
.form-control-icon.fa-lock{
    top: 45%;
}
.form-control  {
  padding-right: 2.375rem !important;
}
     .login-box{
        width: 50%;
        margin: auto
     }
     .trial-box{
        width: 50%;
        margin: auto
     }
     .login-box{
        border-radius: 20px;
    box-shadow: 0 0 15px 0 rgba(0, 112, 242, 0.1) !important;
    border: none !important;
     }
          @media (max-width: 900px) {
        .login-box{
              margin-top: 90px !important;
        }
    }
     @media (max-width: 576px) {
        .login-box{
            width: 100%;
        }
        .trial-box{
            width: 100%;
        }
        .trial-box .btn{
                    text-wrap: nowrap;
        font-size: x-small;
        }
     }
      .forgot-password {
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border: none;
            width: 100%;
            max-width: 400px;
        }
        .form-control {
            padding: 12px 15px;
            border-radius: 8px;
        }
        .form-label {
            font-weight: 600;
            margin-bottom: 8px;
        }
        .welcome-text {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }
        .forgot-text {
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }
/* programes */
.pro{
    width: 100%; 
    position: relative;
  overflow: visible;
}
.pro-top{
    padding-bottom: 90px;
}
.space-pro{
    margin-bottom: 23%;
}
/* الحاوية التي تمسك الصورة */
.image-pro {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -43%; /* نصف الصورة للخارج */
  max-width: 900px;
  width: 80%;
}
.image-pro img {
  width: 100%;
  height: auto;
}
/* استجابة للشاشات الصغيرة */
@media (max-width: 768px) {
  .image-pro {
    bottom: -24%; /* نزول أكبر للصورة في الشاشات الصغيرة */
    width: 95%;
  }
  .pro-top .hero-title {
    font-size: 20px; /* تقليل حجم الخط في الشاشات الصغيرة */
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .image-pro {
    bottom: -5%;
    /* width: 100%; */
  }
}
/* pro services */
        .service-section {
            padding: 4rem 0;
        }
        .section-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 2rem;
            text-align: center;
        }
        .service-card {
            margin-bottom: 3rem;
            border-radius: 0.5rem;
            overflow: hidden;
            /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
        }
        .service-image{
            padding: 20px;
        }
        .service-img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            object-fit: cover;
        }
        .service-content {
            padding: 2rem;
        }
        .service-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: #2c3e50;
        }
      html[dir="rtl"]  .service-desc {
            line-height: 1.6;
            font-size: 17px;
            padding: 0px 0px 0px 100px;
        }
      html[dir="ltr"]  .service-desc {
            line-height: 1.6;
            font-size: 17px;
            padding: 0px 0px 0px 0px;
        }
        .divider {
            height: 2px;
            width: 15%;
            background-color: #1dc064;
            margin: 1.5rem 0;
        }
         @media (max-width: 1030px) {
             html[dir="rtl"]  .service-desc {
            line-height: 1.6;
            font-size: 17px;
            padding: 0px 0px 0px 0px;
        }
      html[dir="ltr"]  .service-desc {
            line-height: 1.6;
            font-size: 17px;
            padding: 0px 0px 0px 0px;
        }
         .service-image{
                padding: 0;
            }
            .service-content{
                padding: 0;
            }
    }
        @media (max-width: 767.98px) {
            .reverse-mobile {
                flex-direction: column-reverse;
            }
            .service-section{
                padding: 1rem 0;
            }
           
             
        }
.gradient-bg-section{
    background-image:linear-gradient(180deg,rgba(235,237,245,0) 0%,#ebedf5 100%);
}
        .benefit-card {
            text-align: center;
            padding: 2rem;
            /* margin-bottom: 2rem; */
            transition: all 0.3s ease;
        }
        .benefit-card:hover {
            transform: translateY(-5px);
        }
        .benefit-icon {
            width: 150px;
            height: 150px;
            margin: 0 auto 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .benefit-icon img {
            max-width: 100%;
            height: auto;
        }
        .benefit-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #2c3e50;
        }
        .benefit-desc {
            color: #7f8c8d;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }
         @media (max-width: 767.98px) {
            .benefit-card {
                padding: 1.5rem;
            }
            .benefit-icon {
                width: 120px;
                height: 120px;
            }
        }
        .pricing-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 0;
            text-align: center;
        }
        .highlight-text {
            color: #0d6efd; /* Bootstrap primary color */
            font-weight: 700;
        }
        @media (max-width: 767.98px) {
            .pricing-title {
                font-size: 1.8rem;
            }
        }
        .service-adds-card {
            padding: 2rem;
            margin-bottom: 2rem;
           background-color: #f6f9fc;
            border-radius: 20px;
            height: 100%;
        }
        .service-divider {
            height: 2px;
            width: 10%;
            background-color: #3a15b7;
            margin: 1.5rem 0;
        }
        .service-adds-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: #2c3e50;
        }
        .services-adds-section .col-md-8  .service-adds-desc{
            padding: 0px 0px 0px 80px;
        }
        .service-adds-desc {
            /* color: #7f8c8d; */
            line-height: 1.6;
            padding: 0px 0px 0px 50px;
        }
        @media (max-width: 1024px) {
            .services-adds-section .col-md-8  .service-adds-desc{
                padding: 0px 0px 0px 0px;
            }
            .service-adds-desc {
                padding: 0px 0px 0px 0px;
            }
        } 
        @media (max-width: 767.98px) {
            .service-adds-card {
                padding: 1.5rem;
            }

        }
        /* الفاتورة-الالكترونية */
        .invoice-section {
            color: white;
            padding: 5rem 0;
            width: 100%;
        }
        .invoice-content {
            /* display: flex; */
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }
        .invoice-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
        }
        .invoice-subtitle {
            font-size: 1.9rem;
            font-weight: 600;
            margin-bottom: 2rem;
        }
        .invoice-desc {
            font-size: 1.4rem;
            line-height: 1.6;
            margin-bottom: 2rem;
            color: rgba(255,255,255,0.9);
        }
        .invoice-btn {
            background-color: #0d6efd;
            color: white;
            padding: 0.75rem 2rem;
            border-radius: 0.5rem;
            font-weight: 500;
            display: inline-block;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .invoice-btn:hover {
            background-color: #0b5ed7;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
        }
        .invoice-img {
            width: 100%;
            height: auto;
            border-radius: 0.5rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }
        @media (max-width: 767.98px) {
            .invoice-section {
                padding: 3rem 0;
                text-align: center;
            }
            .invoice-title {
                font-size: 1.3rem;
            }
            .invoice-subtitle {
                font-size: 1.1rem;
            }
            .invoice-desc{
                font-size: 1.1rem;
            }
            .invoice-img {
                margin-top: 2rem;
            }
        }
        .title-invoice-h4{
            font-size: 12px;
        }
        .invoice-features-img{
            padding: 20px;
        }
         .section-subtitle {
            font-size: 1.1rem;
            color: #7f8c8d;
            text-align: center;
            margin-bottom: 3rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
         .blog-card {
            background: white;
            border-radius: 0.5rem;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        .blog-img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
        .blog-content {
            padding: 1.5rem;
        }
        .blog-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #2c3e50;
        }
        .blog-link {
            color: #0d6efd;
            text-decoration: none;
            font-weight: 500;
            display: inline-block;
            margin-top: 1rem;
        }
        .blog-link:hover {
            text-decoration: underline;
        }
        .cta-btn {
            background-color: #0d6efd;
            color: white;
            padding: 0.75rem 2rem;
            border-radius: 0.5rem;
            font-weight: 500;
            display: inline-block;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-top: 2rem;
        }
        .cta-btn:hover {
            background-color: #0b5ed7;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
        }
        .spacer {
            height: 2rem;
        }
        @media (max-width: 767.98px) {
            .section-title {
                font-size: 1.7rem;
            }
            .section-subtitle {
                font-size: 1rem;
            }
            .blog-img {
                height: 200px;
            }
        }
        /* التكاملات */
        .integration-bg .container{
padding: 200px 0px 150px 0px;
        }
         .benefit-content .benefit-title  {
            font-size: 1.2rem; 
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
        }
         .benefit-content  .benefit-desc{
            font-size: 1.2rem; 
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
        }
        .help-section{
            background: #f6f9fc;
        }
         @media (max-width: 767.98px) {
            .benefit-content .benefit-title{
                font-size: 1.0rem;
            }
            .benefit-content .benefit-desc{
                font-size: 1.0rem;
            }
        }
        /*  */
        .card-free-trial{
    border-radius: 10px;
    padding: 5px 10px
        }
         .form-check .form-check-input {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-check-label{
    margin-right: 20px;
}
/* الأسعار */
.plan-cycle-section {
            margin: 0 auto;
            text-align: center;
        }
        .plan-cycle-section  p:first-of-type{
            color: #49d8f7;
            font-size: large;
        }
        .ready_start {
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            margin-top: 15px;
            margin-bottom: 10px;
        }
        .ready_start_des {
            color: #fff;
            font-size: 18px;
            margin-bottom: 30px;
        }
        .zacat_footer {
            padding: 20px 0;
            background-color: #f8f9fa;
            border-top: 1px solid #eee;
        }
        /* الأعمال الكبيرة */
        .pricing-badge {
            color: var(--accent-color);
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 1rem;
            display: block;
            text-align: center;
        }
        .pricing-title {
            color: var(--secondary-color);
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        .pricing-description {
            color: var(--light-gray);
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 2rem;
            line-height: 1.6;
        }
       
        .highlight-text {
            color: var(--primary-color);
            font-weight: 600;
        }
        @media (max-width: 768px) {
            .x_pricing-section {
                padding:  0;
            }
            .pricing-title {
                font-size: 1.8rem;
            }
            .pricing-description {
                font-size: 1rem;
                padding: 0 1rem;
            }
        }
         /*  */
        /* row14 */
         .modern-card {
       
        overflow: hidden;
       transition: transform 0.3s ease;
    }
    .card-image {
        position: relative;
        aspect-ratio: 12/9;
        margin-bottom: 10px;
    }
    .card-image img {
        width: 100%;
        height: 100%;
         border-radius: 15px;
    }
    .card-content {
        /* padding: 1.5rem; */
        padding: 10px 5px;
    }
    .meta-info {
        display: flex;
        gap: 15px;
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    .meta-info i {
        margin-right: 5px;
    }
    .card-content h3 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
        font-weight: 600;
        color: #000;
    }
    .card-content p {
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }
    .card-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 1rem;
        margin-top: auto;
    } 
    /*  */
    .newsletter-blog{
        margin: auto;
    border: 1px solid;
    border-radius: 15px;
    padding: 10px 25px;
    }
     @media (max-width: 550px) {
        .newsletter-blog{
            margin: 0;
            padding: 10px 5px;
        }
    }
    /*  */
/* من نحن */
.about-hero {
color: #fff;
position: relative;
overflow: hidden;
}
.about-hero:before,
.about-hero:after {
content: "";
position: absolute;
border-radius: 50%;
filter: blur(40px);
opacity: .25;
}
.about-hero:after {
width: 220px; height: 220px; background: #20c997;
left: -60px; bottom: -60px;
}
.about-hero .section-title { font-weight: 800; letter-spacing: .5px; text-align: justify;}
.lead-hero { max-width: 60ch; }
/* Cards */
.info-card {
border: none;
border-radius: 1.25rem;
box-shadow: 0 10px 30px rgba(0,0,0,.06);
transition: transform .2s ease, box-shadow .2s ease;
background: #fff;
}
.info-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.08); }
.info-icon {
width: 52px; height: 52px; display: grid; place-items: center;
background: rgba(13,110,253,.12); color: var(--primary);
border-radius: .9rem; font-size: 1.4rem;
}
/* Stats */
.stats-wrap { background: #fff; border-radius: 1.25rem; }
.stat-number {  font-size: clamp(1.5rem, 3vw, 1.25rem); }
.badge-soft {
background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.3);
}
/* Values list */
.values-list li { display:flex; gap:.75rem; align-items:flex-start; margin-bottom: .75rem; }
.values-list i { color: #20c997; font-size: 1.1rem; margin-top:.25rem; }
/* Utilities */
.rounded-2xl { border-radius: 1.25rem; }
@media (max-width: 768px) {
    #mission{
        padding: 0;
    }
}
.loader {
  width: 60px;
  aspect-ratio: 2;
  --g1: no-repeat radial-gradient(circle closest-side, var(--primary-color) 90%, #0000); /* أزرق */
  --g2: no-repeat radial-gradient(circle closest-side, var(--secondary-color) 90%, #0000); /* أحمر */
  background:
    var(--g1) 0%   50%,   /* دائرة 1 (أزرق) */
    var(--g2) 50%  50%,   /* دائرة 2 (أحمر) */
    var(--g1) 100% 50%;   /* دائرة 3 (أزرق) */
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}
html[dir="rtl"] #myCarousel .carousel-inner{
    padding: 0 45px 0 0;
}
html[dir="ltr"] #myCarousel .carousel-inner{
    padding: 0;
}
@media (max-width: 900px) {
    #myCarousel .carousel-inner{
        padding: 0 !important;
    }
}
.feature-img{
    border-radius: 10px;
}
/* row16 */
.search-box {
        margin-bottom: 30px;
    }
    .search-input {
        border: 1px solid #ced4da;
        border-radius: 8px;
        padding: 10px 15px;
        transition: all 0.3s;
    }
    .search-input:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }
    .search-btn {
        border: 2px solid #000;
        border-radius: 8px;
        padding: 10px 20px;
        font-weight: 500;
        transition: all 0.3s;
    }
    .search-btn:hover {
        background-color: #000;
        color: #fff;
    }
    .main-video {
        background-color: #000;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .video-title {
        font-size: 24px;
        font-weight: 600;
        margin: 15px 0;
    }
    .other-videos-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .video-thumbnail {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 10px;
        transition: transform 0.3s;
    }
    .video-thumbnail:hover {
        transform: scale(1.05);
    }
    .thumbnail-img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
        transition: opacity 0.3s;
    }
    .thumbnail-gif {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .video-thumbnail:hover .thumbnail-img {
        opacity: 0;
    }
    .video-thumbnail:hover .thumbnail-gif {
        opacity: 1;
    }
    .video-card-title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    @media (max-width: 991.98px) {
        .other-videos {
            margin-top: 0px;
        }
        .other-videos-title{
            margin-bottom: 40px;
        }
        .other-videos .row .col{
            margin-top: 5px !important;
        }

    }
    /*  */
.prices_now,
.register_now {
  width: 240px !important;
  text-align: center;
}
.x_bg-light .btn{
    width: 240px !important;
}
.btn:hover{
    transform: translateY(-3px);
}

/* new  */
 .section-title {
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        color: var(--primary-color);
    }

    .owl-carousel.custom-carousel .item {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.4s ease;
        margin: 10px;
    }

    .owl-carousel.custom-carousel .item:hover {
        transform: translateY(-10px);
    }

    .owl-carousel.custom-carousel .item img {
        width: 100%;
        height: 230px;
        object-fit: contain;
        background-color: #fff;
    }

    .owl-carousel.custom-carousel .item h4 {
        margin-top: 15px;
        font-size: 1.2rem;
    }

    .owl-carousel.custom-carousel .item p {

        font-size: 0.95rem;
    }

     .feature-item_x {
        transition: all 0.3s ease;
        border: 1px solid #e9ecef;
    }

    .feature-item_x:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    }

    .feature-icon {
        transition: transform 0.3s ease;
    }

    .feature-item_x:hover .feature-icon {
        transform: scale(1.1);
    }

     .table-custom {
        border-radius: 10px;
        overflow: hidden;
    }

    .flip-card {
        background-color: transparent;
        perspective: 1000px;
        height: 250px;
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flip-card-front {
        background-color: #fff;
        color: #333;
        border: 1px solid #e9ecef;
    }

    .flip-card-back {
        background-color: var(--primary-color);
        color: white;
        transform: rotateY(180deg);
        padding: 20px !important;
    }

    .flip-card-back p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }

    .flip-card .flip-card-inner .flip-card-front i{
        color: white;
    }
    .icon-flip_x {
        padding: 25px;
        border-radius: 20px;

    }
    .x_subscription-btn {
        background: var(--primary-color);
    }

     .card-container {
        position: relative;
        height: 300px;
        margin-bottom: 2rem;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .card-main {
        position: absolute;
        width: 100%;
        height: 100%;
        background: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1.5rem;
        text-align: center;
        transition: transform 0.5s ease;
        z-index: 2;
    }

    .card-details {
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--primary-color);
        color: white;
        padding: 1.5rem;
        display: flex;
        align-items: center;
        text-align: center;
        transform: translateX(100%);
        transition: transform 0.5s ease;
        z-index: 1;
    }

    .card-container:hover .card-main {
        transform: translateX(-100%);
    }

    .card-container:hover .card-details {
        transform: translateX(0);
    }
    .card-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 0.5rem;
    }

    .card-desc {
        font-size: 1rem;
        line-height: 1.6;
    }

    @media (max-width: 767px) {
        .card-container {
            height: 250px;
        }

        .card-main,
        .card-details {
            padding: 1rem;
        }

        .card-title {
            font-size: 1.1rem;
        }

        .card-desc {
            font-size: 0.9rem;
        }
    }

    .section-heading {
        color: var(--primary-color);
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .content-text {
        color: var(--secondary-color);
        text-align: center;
        font-size: 1.25rem;
        line-height: 1.8;
    }

    .tab-section2 .nav-tabs {
        border-bottom: none;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .tab-section2 .nav-tabs .nav-link {
        color: #333;
        border: none;
        padding: 1rem 1.5rem;
        margin: 0 0.5rem;
        border-radius: 8px;
        background-color: #e3dede;
        transition: all 0.3s ease;
    }

    .tab-section2 .nav-tabs .nav-link:hover {
        background-color: var(--primary-color);
        color: white;
    }

    .tab-section2 .nav-tabs .nav-link.active {
        background-color: var(--primary-color);
        color: white;
    }

    .tab-section2 .tab-content {
        background-color: white;
        border-radius: 8px;
        padding: 2rem;
        box-shadow: 0 10px 25px rgb(0 0 0 / 26%);
    }

    .tab-content>.active {
        display: flex;
    }

    .tab-section2 .tab-pane {
        /* display: flex; */
        align-items: center;
        flex-wrap: wrap;
    }

    .tab-section2 .tab-image {
        max-width: 400px;
        height: auto;
        border-radius: 8px;
        margin: auto;
    }

    .tab-section2 .tab-text {
        font-size: 1.4rem;
        line-height: 1.7;
        max-width: 50%;
    }


    @media (max-width: 992px) {
        .tab-section2 .nav-tabs {
            margin: 0 0px 0px 40px;
        }

        .tab-section2 .nav-tabs .nav-item {
            display: contents;

        }

        .tab-section2 .nav-tabs .nav-link {
            padding: 0.75rem 1rem;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .tab-section2 .content-text {
            font-size: 1.1rem;
        }

        .tab-section2 .tab-pane {
            flex-direction: column-reverse;
        }

        .tab-section2 .tab-image {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .tab-section2 .tab-text {
            font-size: 1.4rem;
            line-height: 1.7;
            max-width: 100%;
        }
    }

     .tabs-section {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        margin: 50px auto;
        max-width: 1100px;
    }

    /* أزرار التبويب */
    .tabs-section .nav-tabs {
        border: none;
        justify-content: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .tabs-section .nav-link {
        background: #fff;
        border: none;
        border-radius: 15px;
        color: #6c757d;
        font-weight: 600;
        margin: 5px;
        padding: 12px 25px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .tabs-section .nav-tabs .nav-link.active {
        background-color: var(--primary-color);
        color: #fff;
    }

    .tabs-section .nav-tabs .nav-link i {
        font-size: 1.3rem;
    }

    /* ====== محتوى التبويب ====== */
    .tabs-section .tab-content>.active {
        display: flex;
    }

    .tabs-section .tab-pane {
        /* display: flex ; */
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        text-align: right;
        padding: 10px;
    }

    /* الصورة */
    .tabs-section .tab-pane img {
        width: 100%;
        max-width: 350px;
        border-radius: 12px;
        flex-shrink: 0;
    }

    /* النص */
    .tabs-section .tab-pane .content {
        flex: 1;
        min-width: 300px;
        max-width: 500px;
        padding: 15px;
    }

    .tabs-section .tab-pane .content h5 {
        color: var(--primary-color);
        font-weight: 700;
        margin-bottom: 15px;
    }

    .tabs-section .tab-pane .content p {
        color: #444;
        line-height: 1.8;
        font-size: 1.05rem;
    }

    /* ✅ استجابة كاملة */
    @media (max-width: 992px) {
        .tabs-section {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            /* padding: 30px; */
            margin: 0 0;
            max-width: 1100px;
            /* ✅ لا تتجاوز هذا العرض */
        }

        .tabs-section .tab-content>.active {
            display: block;
        }

        .tabs-section .tab-pane {
            flex-direction: column;
            text-align: center;

        }

        .tabs-section .tab-pane img {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .tabs-section .tab-pane .content {
            max-width: 100%;
            padding: 10px;
            min-width: auto;
        }

        .tabs-section .nav-tabs {
            display: inline;
        }

        .tabs-section .nav-tabs .nav-item {
            margin-bottom: 15px;
        }

        .tabs-section .nav-tabs .nav-link {
            width: 100%;
            white-space: normal;
            margin-bottom: 10px;
        }
    }

    .partners-swiper {
        position: relative;

    }


    .partners-slider {
        padding: 30px 0;
          overflow: hidden;
    max-width: 1200px;
    height: 250px;

    }


    .partner-card {
        background: #fff;
        border-radius: 15px;
        text-align: center;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        /* max-width: 280px; */
    }

    .partner-card:hover {
        transform: translateY(5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }
    .partners-slider .swiper-slide:hover{
        transform:none !important;
    }

    .partner-image {
        /* width: 100%; */
        height: 80px;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 10px;
    }

    .partner-text {
        font-size: 1rem;
        color: #444;
        line-height: 1.6;
    }
    .partners-slider .swiper-slide{
        height: 180px;
    }

    .device-card {
        background: white;
        border-radius: 15px;
        padding: 2.5rem 2rem;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        border: 3px solid transparent;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .device-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .device-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(129, 75, 118, 0.2);
        border-color: var(--primary-color);
    }

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

    .device-icon {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
        color: var(--primary-color);
        transition: all 0.3s ease;
    }

    .device-card:hover .device-icon {
        transform: scale(1.1);
        color: var(--secondary-color);
    }

    .device-title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 1rem;
    }

    .device-description {
        color: #666;
        font-size: 1rem;
        line-height: 1.6;
    }

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

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .device-card {
        animation: fadeInUp 0.6s ease-out;
    }

    .device-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .device-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .device-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .devices-section {
            padding: 3rem 0;
        }

        .section-heading {
            font-size: 2rem;
        }

        .content-text {
            font-size: 1.1rem;
        }

        .device-card {
            padding: 2rem 1.5rem;
            margin-bottom: 1.5rem;
        }

        .device-icon {
            font-size: 3rem;
        }

        .device-title {
            font-size: 1.3rem;
        }
    }

    @media (max-width: 576px) {
        .section-heading {
            font-size: 1.8rem;
        }

        .device-card {
            padding: 1.5rem 1rem;
        }

        .device-icon {
            font-size: 2.5rem;
        }
    }

    .feature-item-system {
    transition: transform 0.3s ease;
    padding: 20px;
        box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 88%);
}

.feature-item-system {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item-system:hover {
    transform: translateY(-5px);
    background: var(--primary-color);
}

.feature-item-system:hover .card-title {
    color: white !important;
    border-radius: 8px;
    padding: 12px 8px;
    margin: 0 -8px;
}

.feature-number {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item-system:hover .feature-number {
    transform: scale(1.15) rotate(5deg);
}

.feature-item-system:hover .bg-primary {
    background: var(--secondary-color) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.feature-number .bg-primary{
width: 80px; height: 80px; font-size: 1.5rem;
}
.card-title-system {
    color: #333;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir="rtl"] .lead {
    font-size: 1.1rem;
    line-height: 1.8;

}
[dir="ltr"] .lead {
    font-size: 0.9rem;
    line-height: 1.8;

}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* تصميم متجاوب للنص */
@media (max-width: 768px) {


    .display-5 {
        font-size: 2rem !important;
    }

    .fs-5 {
        font-size: 1rem !important;
    }
}

/* تحسينات إضافية */
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.section-description-system {
      font-size: 1.1rem;
      color: var(--primary-color);
      line-height: 1.7;
      text-align: center;
      margin: auto;
      width: 65%;
      margin-bottom: 40px;
    }
     .hover-card {
      position: relative;
      overflow: hidden;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      cursor: pointer;
      height: 180px;
    }

    .hover-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    }
     .hover-card-new {
      position: relative;
      overflow: hidden;
      padding: 30px;
      background: var(--primary-color);
      color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      cursor: pointer;
      height: 180px;
    }

    .hover-card-new:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    }

    .hover-card-content {
      position: absolute;
      inset: 0;
      background: var(--primary-color);
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .hover-card:hover .hover-card-content {
      opacity: 1;
    }

    .hover-card h3 {
     color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    padding: 50px;
    margin: revert-layer;
    font-size: 1.3rem;
    }
    .hover-card h5 {
     color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    padding: 25px;
    margin: revert-layer;
    font-size: 1.3rem;
    }

    .hover-card-content p {
      font-size: 1rem;
      margin: 0;
      color: #fff;
      line-height: 1.6;
    }
    @media (max-width: 992px) {
      .section-description-system {
        width: 100%;

      }
    }
     .typing-text {
        color: var(--secondary-color);
    }

   [dir="rtl"] .typing-effect span {
        font-size: 1.2rem;
    }
   [dir="ltr"] .typing-effect span {
        font-size: 0.9rem;
    }

    .feature-list {
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }

    .feature-list li {
        padding: 8px 0;
        font-size: 1.1rem;
    }

    .feature-list i {
        color: var(--secondary-color);
        margin-left: 5px;
    }

     .system-card {
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    background: white;
    height: 310px;
    margin-bottom: 40px;
}

.system-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.system-icon img {
    max-width: 50px;
    max-height: 50px;
}

.system-icon i {
    color: var(--secondary-color);
}

.system-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.system-description {
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* عدد الأسطر */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* الزر نصفه داخل الكارد ونصفه خارجها */
.system-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: absolute;
    bottom: 0; /* وضعه عند أسفل البطاقة */
    left: 50%;
    transform: translate(-50%, 50%); /* يجعله نصف داخل ونصف خارج */
}

.system-btn:hover {
    transform: translate(-50%, 45%); /* تأثير بسيط عند المرور */
    box-shadow: 0 5px 15px rgba(33, 3, 122, 0.515);
    color: white;
}

.section-title p {
    color: var(--primary-color);
    font-size: 1.1rem;
}

/* يحتاج تعديل */

 .header-section {
            background: linear-gradient(135deg, #fff 0%, #f0f8ff 100%);
            padding: 3rem 0;
            margin-bottom: 3rem;
            border-bottom: 1px solid #eaeaea;
        }

        .main-title {
            color: var(--primary-color);
            font-weight: 800;
            margin-bottom: 1.5rem;
            font-size: 2.2rem;
        }

        .sub-title {
            color: var(--secondary-color);
            font-size: 1.4rem;
            font-weight: 400;
            max-width: 800px;
            margin: 0 auto;
        }

/* === RTL Styles (Default) === */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: var(--primary-color);
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -3px;
    border-radius: 10px;
}

.timeline-step {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 3rem;
}

.timeline-step:nth-child(odd) {
    right: 0;
}

.timeline-step:nth-child(even) {
    right: 50%;
}

.timeline-step::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: white;
    border: 4px solid var(--primary-color);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-step:nth-child(odd)::after {
    left: -12px;
}

.timeline-step:nth-child(even)::after {
    right: -12px;
}

.step-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid var(--primary-color);
}

.step-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.step-number {
    position: absolute;
    top: -15px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.timeline-step:nth-child(odd) .step-number {
    left: -20px;
}

.timeline-step:nth-child(even) .step-number {
    right: -20px;
}

.step-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5rem;
}

.step-description {
    color: #444;
    font-size: 1.05rem;
}

.step-description strong {
    color: var(--secondary-color);
}

/* Responsive - RTL */
@media screen and (max-width: 768px) {
    .timeline::after {
        right: 31px;
    }

    .timeline-step {
        width: 100%;
        padding-right: 70px;
        padding-left: 25px;
    }

    .timeline-step:nth-child(even) {
        right: 0;
    }

    .timeline-step::after {
        right: 19px;
    }

    .timeline-step:nth-child(odd) .step-number,
    .timeline-step:nth-child(even) .step-number {
        right: -20px;
        left: auto;
    }
}

/* === LTR Mode === */
[dir="ltr"] .timeline::after {
    left: 50%;
    right: auto;
    margin-left: -3px;
}

[dir="ltr"] .timeline-step:nth-child(odd) {
    left: 0;
    right: auto;
}

[dir="ltr"] .timeline-step:nth-child(even) {
    left: 50%;
    right: auto;
}

[dir="ltr"] .timeline-step:nth-child(odd)::after {
    right: -12px;
    left: auto;
}

[dir="ltr"] .timeline-step:nth-child(even)::after {
    left: -12px;
    right: auto;
}

[dir="ltr"] .step-content {
    border-right: 4px solid var(--primary-color);
    border-left: none;
}

[dir="ltr"] .timeline-step:nth-child(odd) .step-number {
    right: -20px;
    left: auto;
}

[dir="ltr"] .timeline-step:nth-child(even) .step-number {
    left: -20px;
    right: auto;
}

/* Responsive - LTR */
@media screen and (max-width: 768px) {
    [dir="ltr"] .timeline::after {
        left: 31px;
        right: auto;
    }

    [dir="ltr"] .timeline-step {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    [dir="ltr"] .timeline-step::after {
        left: 19px;
        right: auto;
    }

    [dir="ltr"] .timeline-step:nth-child(odd) .step-number,
    [dir="ltr"] .timeline-step:nth-child(even) .step-number {
        left: -20px;
        right: auto;
    }
}

/* يحتاج تعديل */

 .nav-tabs-container.tabs-vertical {
            margin-bottom: 30px;
            border-bottom: 1px solid #dee2e6;
        }
        .tabs-vertical .nav-tabs {
            border-bottom: none;
            display: flex;
            /* overflow-x: auto; */
            /* flex-wrap: nowrap; */
            border-left: 1px solid #000;
        }
        .tabs-vertical .nav-tabs .nav-item {
            margin-bottom: 8px;
            /* flex-shrink: 0; */
        }
        .tabs-vertical .nav-tabs .nav-link {
            border: 1px solid transparent;
            border-radius: 8px 8px 0 0;
            padding: 15px 20px;
            color: #495057;
            background-color: #f8f9fa;
            margin: 0 5px;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
            min-width: 220px;
        }
        .tabs-vertical .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
            background-color: #e9ecef;
        }
        .tabs-vertical .nav-tabs .nav-link.active {
            color: #fff;
            background-color: var(--primary-color);
            border-color: var(--primary-color) var(--primary-color) #fff;
        }
        .tabs-vertical .nav-tabs .nav-link img {
            width: 40px;
            height: 40px;
            margin-left: 10px;
            border-radius: 50%;
            object-fit: cover;
        }
        .tabs-vertical .nav-tabs .nav-link h4 {
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
        }
        .tab-content.tab-vertical {
            background-color: #fff;
            border-radius: 0 0 8px 8px;
            padding: 30px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            min-height: 400px;
        }
       .tab-vertical  .tab-pane {
            display: none;

        }

       .tab-vertical  .tab-pane.active {
            display: block;
            margin-top: 60px;
            animation: fadeIns 0.5s ease;
        }
      .tab-vertical   .tab-content-inner {
            display: flex;
            align-items: center;
            gap: 30px;
        }
     .tab-vertical    .tab-image {
            flex: 0 0 40%;
            text-align: center;
        }
     .tab-vertical    .tab-image img {
            max-width: 100%;
            /* border-radius: 8px; */
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
     .tab-vertical    .tab-text {
            flex: 1;
        }
       .tab-vertical  .tab-text p {
            font-size: 1.1rem;
            margin-bottom: 0;
        }

        @keyframes fadeIns {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* تصميم متجاوب */
        @media (max-width: 768px) {
          .tab-vertical   .tab-content-inner {
                flex-direction: column-reverse;
            }
             .tab-vertical  .tab-pane.active{
                margin-top: 0px;
             }
           .tab-vertical  .tab-image {
                flex: 0 0 auto;
                margin-bottom: 20px;
            }
          .tabs-vertical  .nav-tabs .nav-link {
                min-width: 180px;
                padding: 12px 15px;
            }
         .tabs-vertical   .nav-tabs .nav-link h4 {
                font-size: 0.9rem;
            }
        }

        .x_under-heros{
            max-width: 70%;
        }
        @media (max-width: 768px) {
            .x_under-heros{
                max-width: 100%;
            }
        }

        .cta-section {
      background-color: var(--primary-color); /* بنفسجي غامق */
      background-image: url('https://www.transparenttextures.com/patterns/wavecut.png'); /* شكل موجات بسيط */
      background-repeat: repeat-x;
      background-size: cover;
      border-radius: 12px;
      padding: 40px 50px;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .cta-text {
      flex: 1;
      min-width: 250px;
    }

    .cta-text h4 {
      font-weight: 700;
      margin-bottom: 10px;
    }

    .cta-text p {
      font-size: 15px;
      margin-bottom: 0;
    }

    .cta-btn {
      background-color: var(--secondary-color); /* برتقالي */
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 10px 25px;
      font-weight: 600;
      transition: 0.3s ease-in-out;
    }

    .cta-btn:hover {
      background-color: var(--secondary-color);
      color: #fff;
    }

    @media (max-width: 768px) {
      .cta-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
      }
      .cta-btn {
        margin-top: 20px;
      }

    }

     .report-main-card {
    border-radius: 15px;
}

.report-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
}

.report-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.report-card ul li {
    padding-right: 10px;
    color: var(--primary-color);
    line-height: 1.6;
}

.report-card h5 {
    font-size: 1.1rem;
}