@charset "UTF-8";
/*----------------------------------------------------

1. Global Area
2. Header Section

=====================================================================*/
:root {
  /*--default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  /*--heading-font: "Raleway",  sans-serif;*/
  /*--nav-font: "Poppins",  sans-serif;*/
  --font-family: 'Noor', serif;
}

@font-face {
  font-family: "Noor";
  src: url("../fonts/noor.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*@font-face{*/
/*  font-family:'Noor';*/
/*  src:url('../fonts/noor.woff2') format('woff2'),*/
/*  url('../fonts/noor.woff')  format('woff');*/
/*  font-weight:400; font-style:normal; font-display:swap;*/
/*}*/

/*@font-face {*/
/*  font-family: "Noorehira";*/
/*  src: url("../fonts/noorehira.ttf") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: "Noorehuda";*/
/*  src: url("../fonts/noorehuda.ttf") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

:root {
  --white-color:                  #ffffff;
  --secondary-color:              #0c405e;
  --primary-color: #0d71b9;
  --policy-color: #787878;
  --section-bg-color:             #f0f8ff;
   --body-font-family:             'Noor';
  --title-font-family:            'Noor';

  --border-radius-large:          100px;
  --border-radius-medium:         20px;


}


.xis-it-body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #8b888e;
  font-family: "Noor";
   -webkit-font-smoothing: antialiased;
  direction: rtl;
  text-align: start;
  background-color: rgb(251, 251, 251);
}
.xis-it-body .container {
  max-width: 1230px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffff url("../img/pre.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}



img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------------- */
/* whatsapp-float */
/*----------------------------------------------------*/


  .whatsapp-float {
   position: fixed;
   bottom: 20px;
   inset-inline-end: 20px;
   z-index: 1000;
 }
.whatsapp-float img {
  width: 50px;
  height: 50px;
}
 /*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.xis-it-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: absolute;
  /*Mobile area*/
  /*----------------------------------------------------*/
}

.xis-it-header-section .dropdown li:after {
  top: 8px;
  right: 15px;
}

.xis-it-header-section .dropdown-menu .dropdown-menu {
  top: 20px;
  opacity: 0;
  left: 250px;
}
.xis-it-header-section .dropdown-menu .dropdown-menu a {
  font-size: 18px;
  color: #1a2428;
  font-weight: 700;
}
.xis-it-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.xis-it-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}
.xis-it-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.xis-it-header-section .dropdown-menu li:after {
  display: none;
}
.xis-it-header-section .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}
.xis-it-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 20px 10px !important;
  color: #1a2428 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}
.xis-it-header-section .dropdown-menu a:before {
  display: none;
}
.xis-it-header-section .dropdown-menu a:after {
  display: none;
}
.xis-it-header-section .dropdown-menu a:hover {
  margin-left: 10px;
}
.xis-it-header-section .dropdown-menu a:hover:before {
  width: 10px;
}
.xis-it-header-section .mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}
.xis-it-header-section .mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 270px;
  overflow-y: scroll;
  background-color: #ffffff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.xis-it-header-section .mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.xis-it-header-section .mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.xis-it-header-section .mobile_menu_content .dropdown:after {
  display: none;
}
.xis-it-header-section .mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.xis-it-header-section .mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.xis-it-header-section .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000000;
  display: block;
  font-weight: 600;
  /*font-size: 18px;*/
  font-family: "Noor";
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.xis-it-header-section .mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}
.brand-logo {
 padding-left: 4px;
 padding-right: 4px;
}
.main-menu-content {
  flex-direction: row-reverse;
}
.xis-it-header-section .mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.xis-it-header-section .mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(85 83 83 / 63%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.xis-it-header-section .mobile_menu_overlay_on {
  overflow: hidden;
}
.xis-it-header-section .mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}
.xis-it-header-section .mobile_menu_button {
  right: 0;
  top: -45px;
  z-index: 5;
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}
.xis-it-header-section .mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.xis-it-header-section .mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.xis-it-header-section .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.xis-it-header-top-content .header-cta-login .login-btn button {
  padding: 0;
  border: none;
  color: #8b888e;
  font-weight: 700;
  background-color: transparent;
}

.xis-it-header-main-menu-wrap {
  padding-top: 35px;
}

.xis-it-main-menu-navigation .navbar-nav {
  display: inherit;
}
.xis-it-main-menu-navigation li {
  margin: 0px 30px;
  font-family: "Noor";
}
.xis-it-main-menu-navigation li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
}
.xis-it-main-menu-navigation li .nav-link {
  display: inline;
}
.xis-it-main-menu-navigation li a:before,
.xis-it-main-menu-navigation li .nav-link:before {
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  content: "";
  bottom: 20px;
  margin: 0 auto;
  position: absolute;
  background-color: #0c405e;
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.xis-it-main-menu-navigation li:hover a,
.xis-it-main-menu-navigation li .nav-link.active {
  color: #0c405e;
}
.xis-it-main-menu-navigation li:hover a:before,
.xis-it-main-menu-navigation li .nav-link.active:before {
  width: 100%;
}


.xis-it-header-btn a:hover {
  background-position: 120%;
}
.xis-it-header-section.sticky-on .xis-it-main-menu-navigation li a {
  color:var(--primary-color) ;
}
.xis-it-header-section.sticky-on .xis-it-main-menu-navigation li:hover a {
  color: #fff;
}

.xis-it-header-section.sticky-on .xis-it-main-menu-navigation li a:before {
  background-color: #ffffff;
}


.xis-it-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  padding: 15px 0px;
  /*background-color: #0c405e;*/
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.xis-it-header-section.sticky-on .xis-it-header-top {
  display: none;
}
.xis-it-header-section.sticky-on .xis-it-header-main-menu-wrap {
  padding-top: 0;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
.xis-it-slider-section {
  overflow: hidden;
}
.xis-it-slider-section:before {
  left: 0;
  bottom: -50px;
  content: "";
  width: 105%;
  height: 80px;

}
.slider-text-title {
  position: absolute;
  top: 30%;
  inset-inline-start: 15%;
  color: #fff;
  font-size: 84px;
  font-weight: bold;
  text-align: center;
  font-family: "Noor";
  z-index: 10;
}
.slider-text-body {
  position: absolute;
  font-family: "Noor";
  top: 44%;
  inset-inline-start: 5%;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .slider-text-title  {
    font-size: 26px;
    top: 50%;
  }
  .slider-text-body  {
    font-size: 18px;
    top: 65%;
  }
}




#rev_slider_2_1_wrapper .zeus .tp-title-wrap {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

#rev_slider_2_1_wrapper .zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

#rev_slider_2_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(100%);
  -webkit-transform: translatex(100%);
}

#rev_slider_2_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder {
  transform: translatex(0);
  -webkit-transform: translatex(0);
  opacity: 1;
}

#rev_slider_2_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
@media (max-width: 780px){
  rs-module #layerTitle{
    top:230px !important;
  }
  rs-module #layerTitle2{
    top:280px !important; 
  }
  rs-module #layerTitle3{
    top:220px !important;
  }
  rs-module #layerTitle4{
    top:280px !important;
  }
  rs-module #layerTitle5{
    top:220px !important;
  }
  rs-module #layerTitle6{
    top:280px !important;
  }
}
/*rs-module #layerTitle{font-size:48px!important;line-height:20px!important}*/
/*@media (max-width:1024px){rs-module #layerTitle{font-size:30px!important;line-height:30px!important}}*/
/*@media (max-width:768px){rs-module #layerTitle{font-size:24px!important;line-height:28px!important}}*/
/*@media (max-width:480px){rs-module #layerTitle{font-size:18px!important;line-height:10px!important}}*/

/*rs-module #layerTitle2{font-size:48px!important;line-height:30px!important}*/
/*@media (max-width:1024px){rs-module #layerTitle2{font-size:40px!important;line-height:30px!important}}*/
/*@media (max-width:768px){rs-module #layerTitle2{font-size:34px!important;line-height:28px!important}}*/
/*@media (max-width:480px){rs-module #layerTitle2{font-size:18px!important;line-height:2px!important}}*/

#rev_slider_2_1_wrapper #mc_embed_signup {
  max-width: 645px;
  margin-top: 15px;
  padding: 0 !important;
  position: relative !important;
  background-color: transparent;
}

.applghu-footer-area {
  background-color: rgb(64 64 64);
  padding-top: 30px;
}
.footer-frame{width:100%;height:200px;border:0;display:block}

.applghu-footer-area .applghu-footer-top {
  padding-top: 1px;
  padding-bottom: 0px;
  margin-top: 30px;
  border-top: 2px solid #ffffff;
}

.applghu-footer-area .applghu-footer-widget h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;

}

.applghu-footer-area .applghu-footer-about p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noor";
  color: #ffffff;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 575.98px) {
  .applghu-footer-area .applghu-footer-about p {
    font-size: 14px;
    line-height: 2;
  }
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social {
  display: flex;
  gap: 12px;
  list-style: none;
  padding-bottom: 12px;
  margin: 0;
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li {
  display: inline-flex; /* أو inline-block عادي */
}


.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li:last-child {
  margin-right: 0;
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #0d71b9;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a i {
  font-size: 20px;
   background: linear-gradient(to bottom right, #ffffff, #ffffff);
  -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a:hover {
   background: linear-gradient(to bottom right, #ffffff, #fbfbfb);
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a:hover i {
  -webkit-text-fill-color: #000000;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #ffffff;
  text-align: start;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul {
  margin-right: 0px;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul:last-child {
  margin-right: 0;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Noor";
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a {
    font-size: 14px;
  }
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a:hover:after {
  width: 100%;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a:hover {
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .applghu-footer-area .applghu-footer-contact {
    margin-top: 50px;
  }
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact:last-child {
  margin-bottom: 0;
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact .applghu-footer-contact-icon-box {
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 5px;
  background: #0d71b9;
  line-height: 40px;
  text-align: center;
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact .applghu-footer-contact-icon-box i {
  font-size: 20px;
   background: linear-gradient(to bottom right, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact p {
  font-size: 16px;
  font-family: "Noor";
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  .applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact p {
    font-size: 14px;
  }
}
.applghu-copyright-area {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.applghu-copyright {
  display: flex;
  width: 100%;
  justify-content: space-between !important;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.applghu-copyright li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Noor";
}

.applghu-copyright li a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}




.dia-footer-section{
    padding-top: 20px;
  background-color: #f1f1f1;
}
.dia-footer{
    padding-top: 20px;
  background-color: #f1f1f1;
}
.dia-footer-title{
  padding-top: 20px;
  font-size: 22px;
  color: black;
}

.dia-footer-widget .dia-widget-title {
  font-size: 20px;
  color: #000000;
  font-weight: 800;
  padding-bottom: 10px;
  padding-top: 20px;
}
.margin-bottom-only{
  margin-bottom: 12px;
}



.dia-footer-widget .dia-footer-logo {
  margin-top: 20px;
}
.dia-footer-widget p {
  max-width: 220px;
  line-height: 1.875;
}
.dia-footer-widget .dia-payment-mathod {
  margin-top: 30px;
}
.dia-footer-widget ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-family: "Noor";
}
.dia-footer-widget ul li a {
  color: rgba(64, 65, 85, 0.94);
  font-weight: 600;
  font-size: 18px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.dia-footer-widget ul li a:before {
  left: -20px;
  top: 0px;
  content: "\f053";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  font-family: "Noor";
}
.dia-footer-widget ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #0072fd;
  transition: 0.3s all ease-in-out;
}
.dia-footer-widget ul li a:hover {
  color: #0072fd;
  margin-left: 10px;
}
.dia-footer-widget ul li a:hover:after {
  width: 100%;
}

.dia-footer-copyright {
  color: #373a5b;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 500;
  font-family: "Noor";
}
.dia-footer-copyright .dia-footer-copyright-content {
  padding: 25px 0px 15px;
  border-top: 2px solid #dee2ef;
}
.dia-copyright-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dia-copyright-menu > * {
  flex: 1;
  text-align: center;
}
.dia-copyright-menu > *:first-child {
  text-align: right;
}
.dia-copyright-menu > *:last-child {
  text-align: left;
}
.dia-footer-copyright .dia-copyright-menu a {
  margin-left: 0px;
}

@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/

@media screen and (max-width: 1300px) {


  .xis-it-main-menu-navigation li {
    margin: 0px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .xis-it-main-menu-navigation li {
    margin: 0px 20px;
  }


}
@media screen and (max-width: 991px) {
  /*.xis-it-header-section .xis-it-header-top {*/
  /*  display: none;*/
  /*}*/

  .xis-it-main-menu-navigation {
    display: none;
  }

  .xis-it-header-main-menu-wrap {
    padding-top: 20px;
  }
  .xis-it-header-section .mobile_menu_button {
    display: block;
  }

  #rev_slider_2_1_wrapper .zeus.tparrows {
    min-width: 40px !important;
    min-height: 40px !important;
    background-color: #000;
    -webkit-transform: translate(20px, -20px) !important;
            transform: translate(20px, -20px) !important;
  }
  #rev_slider_2_1_wrapper .zeus.tparrows.tp-rightarrow {
    -webkit-transform: translate(-50px, -20px) !important;
            transform: translate(-50px, -20px) !important;
  }

  #rev_slider_2_1_wrapper .zeus.tparrows:before {
    line-height: 40px;
  }


}
@media screen and (max-width: 680px) {
  #rev_slider_2_1_wrapper #mc_embed_signup input[type=text] {
    width: 300px;
    height: 50px;
    font-size: 15px !important;
    padding-left: 15px !important;
  }

  #rev_slider_2_1_wrapper #mc_embed_signup input[type=submit] {
    top: 15px;
    width: 60px;
    right: 15px;
    height: 40px;
  }


}
@media screen and (max-width: 480px) {
  #rev_slider_2_1_wrapper #mc_embed_signup input[type=text] {
    font-size: 12px !important;
  }

  .xis-it-header-btn a {
    height: 45px;
    width: 130px;
  }

  .xis-it-header-section .mobile_menu_button {
    top: -40px;
  }


}
@media screen and (max-width: 395px) {
  #rev_slider_2_1_wrapper #mc_embed_signup input[type=submit] {
    top: 12px;
    right: 8px;
  }

  .xis-it-header-section .brand-logo {
    /*width: 120px;*/

  }

}



/*---------------------------------------------------- */
/*product*/
.pr1-team-section {
  padding: 30px 0;
  background-color: rgba(243, 243, 243, 0.59);
  align-content: center;
}

.pr1-title-area .p-70 {
  padding: 0 70px;
}

@media (max-width: 575.98px) {
  .pr1-title-area .p-70 {
    padding: 0 10px;
  }
  .pr1-title-area .pr1-pera-txt{
    font-size: 16px !important;
  }
}

.pr1-team-content {
  position: relative;
  padding-bottom: 30px;
}

.pr1-team-content .pr1-team-shape-1 {
  width: 140px;
  position: absolute;
  left: 0px;
  top: -30px;
}

.pr1-team-content .pr1-team-shape-2 {
  width: 120px;
  position: absolute;
  right: -70px;
  bottom: -30px;
}

.pr1-team-slider .slick-list {
  margin: 0 -15px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.pr1-team-slider .slick-slide {
  margin: 0 15px;
}

.pr1-team-slider .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.pr1-team-slider .slick-dots li {
  display: inline-block;
}

.pr1-team-slider .slick-dots li button {
  width: 35px;
  height: 8px;
  background-color: #010148;
  border-radius: 3px;
  font-size: 0;
  border: 0;
}

.pr1-team-slider .slick-dots li+li {
  margin-left: 10px;
  margin-right: 10px;
}

.pr1-team-slider .slick-dots li.slick-active button {
  background-color: #0d71b9;
}

.pr1-team-slider .pr1-team-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(135, 135, 135, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(135, 135, 135, 0.15);
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .pr1-team-slider .pr1-team-single {
    margin-right: 40px;
    margin-left: 40px;
  }
}

.pr1-team-slider .pr1-team-single:hover .pr1-team-slider-left .pr1-team-thumb .pr1-team-social {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-left {
  margin-right: 3px;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-left .pr1-team-thumb {
  width: 115px;
  height: 115px;
  border-radius: 20%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#2782f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #2782f9);
  background-image: -o-linear-gradient(top, #ffffff, #2782f9);
  background-image: linear-gradient(to bottom, #ffffff, #2782f9);
  padding: 2px;
  position: relative;
  margin-inline-end: 60px;
}
 @media (max-width: 576px) {
  .pr1-team-slider .pr1-team-single .pr1-team-slider-left .pr1-team-thumb {
    margin-inline-end: 20px;
  }
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-left .pr1-team-thumb .pr1-team-social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  text-align: center;
  background-color: rgba(39, 130, 249, 0.9);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-left .pr1-team-thumb .pr1-team-social a {
  color: #ffffff;
  line-height: 160px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-left .pr1-team-thumb .pr1-team-social a:hover {
  color: #ff6c00;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-left .pr1-team-thumb .pr1-team-social a+a {
  margin-left: 8px;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-left .pr1-team-thumb img {
  border-radius: 20%;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-right span {
  font-weight: 500;
  color: #010148;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-right .pr1-team-btn {
  margin-top: 10px;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-right .pr1-team-btn a {
  background-color: transparent;
  padding: 6px;
  border-radius: 5px;
  border: 2px solid #0d71b9;
  color: #010148;
  font-family: "Noor";
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pr1-team-slider .pr1-team-single .pr1-team-slider-right .pr1-team-btn a:hover {
  background-color: #2782f9;
  border: 2px solid transparent;
  color: #ffffff;
}
.pr1-title-area .pr1-pera-txt  {
  margin-top: 15px;
  color: #474747;
  line-height:2;
  font-size: 20px;
  font-family: "Noor";

}
.pr1-title-area {
  margin-bottom: 30px;
}
.pr1-headline h4 {
  color: #0c405e;
  font-weight: 700;
}
.pr1-team-slider-right .pr1-headline span {
  color: #6c6c6c !important;
}
.pr1-headline-home-item {
  color: #0c405e;
  font-weight: 700;
  font-size: 1.12rem;
}

/*swiper*/

.section-swiper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(171,102,255,1) 0%, rgba(116,182,247,1) 90% );*/
  overflow: hidden;
  margin-top: 30px ;
  padding-top: 30px ;
  padding-bottom: 30px ;
  background-color: rgba(243, 243, 243, 0.59);
  align-content: center;
}

.swiper {
  width: 100%;
  padding-bottom: 50px;
}
.padding-swiper {
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-end;
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: var(--secondary-color);
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
}

.swiper-slide--one span {
  background: var(--secondary-color);
}

.swiper-slide--two span {
  background: var(--secondary-color);
}

.swiper-slide--three span {
  background: var(--secondary-color);
}

.swiper-slide--four span {
  background: var(--secondary-color);
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 25px 45px 0 25px;
}

.swiper-slide p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 25px 35px 25px;
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-slide--one {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/block.webp),
          url(../img/slider/block.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;

}

.swiper-slide--two {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/change_pass_admiin.webp),
          url(../img/slider/change_pass_admiin.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;

}

.swiper-slide--three {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/netcat.webp),
          url(../img/slider/netcat.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.swiper-slide--four {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/chenge_name.webp),
          url(../img/slider/chenge_name.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.swiper-slide--five {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/network_hide.webp),
          url(../img/slider/network_hide.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-slide--sex {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/limit_trafic.webp),
          url(../img/slider/limit_trafic.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-slide--seven {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/change_password.webp),
          url(../img/slider/change_password.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-slide--eight {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/move.webp),
          url(../img/slider/move.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-slide--nine {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/format.webp),
          url(../img/slider/format.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-slide--ten {
  background:
          linear-gradient(to top, #0f2027, #203a4300, #2c536400),
          url(../img/slider/limit_user.webp),
          url(../img/slider/limit_user.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}


/*---------------------------------------------------- */
/*hero-section*/
/*---------------------------------------------------- */
/*---------------------------------------
  CAROUSEL
-----------------------------------------*/
.hero-section {
  /*background-image: url('../img/background_4.png');*/
  background-repeat: no-repeat;
  background-color: rgba(186, 193, 198, 0.02);
  background-size: cover;     /* تغطي كامل الـ section */
  background-position: center; /* تتمركز وتقص الزائد */
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.owl-carousel {
  text-align: center;
}

.owl-carousel-image {
  display: block;
}

.owl-carousel .owl-item .owl-carousel-verified-image {
  display: inline-block;
  width: 20px;
  height: auto;
  position: relative;
  right: 5px;
}
/*.owl-carousel .owl-item .media-wrap {*/
/*  transform: scale(0.9);*/
/*  transition: transform 0.3s ease;*/
/*  transform-origin: bottom center;*/
/*}*/

/*.owl-carousel .owl-item.center .media-wrap {*/
/*  transform: scale(1.15);*/
/*  transition: transform 0.3s ease;*/
/*  transform-origin: bottom center;*/
/*}*/
/* الغلاف يحافظ على border-radius */
/* الغلاف */
/* قص موحّد لكل العناصر */
.owl-carousel .owl-item .owl-carousel-info-wrap{
  --br: var(--border-radius-medium);
  border-radius: var(--br);
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* اجعل الصورة ترث القص وتملأ العرض */
.owl-carousel .owl-item .owl-carousel-info-wrap picture,
.owl-carousel .owl-item .owl-carousel-info-wrap img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;      /* مهم */
}

/* التحجيم على المحتوى الداخلي فقط */
.owl-carousel .owl-item .media-wrap{
  transition: transform .3s ease;
  transform-origin: bottom center;
  transform: scale(.9);
  will-change: transform;
}

/* العنصر في المنتصف يكبر */
.owl-carousel .owl-item.center .media-wrap{
  transform: scale(1.15);
}

/* إن كان Bootstrap يزيل القص عن .img-fluid، اجبره هنا */
.img-fluid{ border-radius: inherit !important; }
.owl-carousel .owl-item .media-wrap{ clip-path: inset(0 round var(--border-radius-medium)); }





.verified-image {
  display: inline-block;
  width: 20px;
  height: auto;
}

.owl-carousel .owl-item {
  opacity: 0.50;
}

.owl-carousel .owl-item.active.center {
  opacity: 1;
}

/*.owl-carousel-info-wrap {*/
/*  border-radius: var(--border-radius-medium);*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  text-align: start;*/
/*}*/
.owl-carousel-info h5 {
  color: #0c405e;
}
.product-header {
  display: flex;
  justify-content: space-between;
}

.product-title {
  font-size: 18px;
  font-weight: 600;
  color: #0c405e;
}

/* السعر */
.product-price{
  font-weight:600;
  font-size:18px;
  color: #0c405e;
  padding-bottom: 4px;
}


.cta-row{
  margin-top:4px;
  display:flex;
  justify-content:center;
}

.add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 15px;
  padding: 10px 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  cursor: pointer;
  transition: transform .08s ease, box-shadow .2s ease;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
}

.order-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0c405e;
    color:#fff;
    border:1px solid #0c405e;
    border-radius:15px;
    padding:10px 18px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    cursor:pointer;
    transition:transform .08s ease, box-shadow .2s ease;
    text-align:center;
    width:auto;
    max-width:420px;
    margin-left:12px;
    margin-right:12px;
    text-decoration:none;
}
.order-btn:hover,
.order-btn:focus{ transform:translateY(-1px); color:#fff; }

@media (max-width:480px){
    .order-btn{ padding:8px 12px; font-weight:600; font-size:14px; }
}


.add-to-cart:hover,
.add-to-cart:focus {
  color: #0d71b9;

}
 @media (max-width: 480px){
  .product-price{ font-size:13px;   color: #0c405e; font-weight:600;}
  .product-title{ font-size:13px;  color: #0c405e; font-weight:600;}
  .add-to-cart{   padding: 8px 12px ; color: #0c405e; font-weight:600; font-size: 14px; }
}


.owl-carousel-info {
  background-color: var(--section-bg-color);
  /*box-shadow: 0 1rem 3rem rgba(0,0,0,.175);*/
  /*position: absolute;*/
  bottom: 10px;
  right: 0;
  left: 0;
  padding: 8px 6px;
}

.owl-carousel-info-wrap .social-share,
.team-thumb .social-share {
  position: absolute;
  right: 0;
  bottom: 0;
}

.owl-carousel-info-wrap .social-icon,
.team-thumb .social-icon {
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(0);
  padding-right: 20px;
  padding-left: 20px;
}

.owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon,
.team-thumb:hover .social-icon {
  transform: translateY(-100%);
  opacity: 1;
}

.owl-carousel-info-wrap .social-icon-item,
.owl-carousel-info-wrap .social-icon-link,
.team-thumb .social-icon-item,
.team-thumb .social-icon-link {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
}

.owl-carousel-info-wrap .social-icon-link {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 2160px) {
  .hero-section {
    background-size: 100% 90%;
   }
}


@media screen and (min-width: 1600px) {
  .site-footer {
    padding-top: 250px;
  }
}

@media screen and (max-width: 1240px) {
  .hero-section {
    background-size: 116%;
   }
}

.hero-section {
  background-size: 160% 66%;
 }

@media screen and (max-width: 540px) {
  .hero-section {
    background-size: 180% 65%;
   }

  .custom-block .custom-block-top {
    flex-direction: column;
  }

  .custom-block .custom-block-top small:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/*modal*/
.modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent; }
.modal .logo a img {
  width: 30px; }
.modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 7px; }
.modal .modal-content .modal-body {
  border-radius: 7px;
  overflow: hidden;
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
.modal .modal-content .modal-body h2 {
  font-size: 18px; }
.modal .modal-content .modal-body p {
  color: #777;
  font-size: 14px; }
.modal .modal-content .modal-body h3 {
  color: #000;
  font-size: 22px; }
.modal .modal-content .modal-body .close-btn {
  color: #000; }
.modal .modal-content .modal-body .promo-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px; }
.modal .main-content {
   padding-inline-end: 20px;
}
.modal .coupon {
  padding: 10px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px dashed #6c757d;
  margin-bottom: 20px; }
.modal .cancel {
  color: gray;
  font-size: 14px; }

#exampleModalCenter .modal-img-box{
  width:100%;
  min-height:320px;
  aspect-ratio: 1 / 1;
}
.modal-title {
  font-weight: 700;
  font-size: 18px;
  color: var(--secondary-color);
  font-family: var(--body-font-family);
  text-align: start;

}
@media (max-width: 575.98px) {
  .modal-title {
    font-size: 15px;
  }
}
.modal-title-line{
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 8px;
}
.modal-title-desc{
  line-height:2;
}
#exampleModalCenter .modal-img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
  display:block;
}
#exampleModalCenter .wow { visibility: hidden; }
#exampleModalCenter .wow.animate,
#exampleModalCenter .wow.animated {
  visibility: visible;
}

.form-control {
  border: transparent; }
.form-control:active, .form-control:focus, .form-control:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn {
  border-radius: 12px;
  border: none; }
.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.bg-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.logo img {
  width: 70px; }

.bg-4 {
  background: #fff4e4; }

.img {
  background-size: contain;
  backdrop-filter: blur(7px);
  background-repeat: no-repeat;
  background-position: center center; }



.modal-dialog {
  max-width: 950px; }


.modal-content .modal-header {
  padding: 0;
  border: none; }
.modal-content button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: #0c405e;
   }
.modal-content .modal-body {
  border: none;
  position: relative;
  z-index: 0;
  color: rgba(255, 255, 255, 0.8);
}
.modal-content .modal-body.color-1 {
  background:   #fff;;
  /*backdrop-filter: blur(7px);*/
}
.modal-content .modal-body .subheading {
  font-weight: 700; }
.modal-content .modal-body .heading {
  font-weight: 700; }
.modal-content .modal-body a:hover {
  color: #afa939; }
.form-control:disabled, .form-control:read-only {
   background-color: var(--secondary-color) ;
  opacity: 1;
}
.form-control{ color:#fff !important; }
@media (max-width: 767.98px) {
  .modal-content .img {
    height: 450px;
    background-position: top center; } }

/*.btn-secondary{*/
/*  color: #fff;*/
/*  background-color: rgb(64 64 64);*/
/*  border-color: #6c757d;*/
/*  margin-top: 22px;*/
/*}*/
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

  /*Page Header Start */
.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 90px;
}




.page-header-display-3 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.2;
  color:  var(--secondary-color) !important;
}

/* عند الهواتف (عرض أقل من 768px مثلاً) */
@media (max-width: 767px) {
  .page-header-display-3 {
    font-size: 1.5rem;
  }
  .page-header {
    margin-top: 60px ;
  }
}

.sub-list{
  list-style: none;
  padding-inline-start: 0;
  margin: .5rem 0 0;
}
.sub-list li{
  position: relative;
  padding-inline-start: 1.2em;
  margin-inline-start: 24px;
  unicode-bidi: isolate;
  color:  #474747;
}
.sub-list li::before{
  content: "–";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  color: #474747;
}
.fa-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.fa-check-list li span{
  color: #474747;
  background-clip: text;
  font-weight:700;
}
.features-title{
  color: #474747; !important;
}


.fa-check-list i {
  margin-inline-end: 8px;
  color: var(--secondary-color) !important;
  font-size: 0.9em;
  font-family: var(--font-family), serif;
}

.fa-check-list img {
  width: 16px;
  height: 16px;
  margin-inline-end: 8px;
}
.bold-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--secondary-color);
  font-family: var(--body-font-family);
  text-align: center;
}
@media (max-width: 575.98px) {
  .bold-title {
    font-size: 18px;
  }
}
.bold-desc {
  font-weight: 700;
  font-size: 20px;

  color: var(--secondary-color);
  text-align: center;
}
.service-background-1 {
  background-color: rgb(246, 246, 246);
  width: 100vw;
  padding-top: 6px;

}

.bold-title-policy {
  font-weight: 700;
  font-size: 22px;
  color: var(--secondary-color);
  text-align: start;
}
.bold-desc-policy {
  font-weight: 700;
  font-size: 20px;
  color: var(--secondary-color);
  text-align: start;
}
.text-muted-policy {
  font-weight: 700;
  font-size: 20px;
  color: var(--policy-color);
  text-align: start;
}
.text-muted-policy-cookies {
  font-weight: 500;
  font-size: 16px;
  color: var(--policy-color);
  text-align: start;
}

policy-section:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.toc-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.toc-link:hover {
  color: #0d6efd;
}

.card-body { background-color: rgba(245, 246, 247, 0.82);margin-top: 50px }
@media (max-width: 575.98px) {
  .bold-title-policy {
    font-size: 18px;
  }
  .card-body {
    font-size: 18px;
    margin-top: 30px;
  }
  .bold-title-policy
  {
    font-weight: 700;
    font-size: 18px;
  }
  .bold-desc-policy  {
    font-weight: bold;
    font-size: 16px;
    line-height:1.8;
  }
  .text-muted-policy  {
    font-weight: 500;
    font-size: 16px;
  }
  .text-muted-policy-cookies  {
    font-weight: 500;
    font-size: 15px;
  }


<!-- =======================
= Modal Sizing CSS =
======================= -->
    /* تلوين الهيدر (اختياري) */
    #videoModal .video-modal-header {
        background: #000;
        border-bottom: none;
    }
    #videoModal .close { opacity: 1; }

    /* مقاسات المودال: موبايل فل ويد تقريبًا، وعلى الديسكتوب واسع */
    .video-modal-dialog { max-width: 100%; margin: 1rem; }
    @media (min-width: 576px) { .video-modal-dialog { max-width: 540px; } }
    @media (min-width: 768px) { .video-modal-dialog { max-width: 720px; } }
    @media (min-width: 992px) { .video-modal-dialog { max-width: 900px; } }   /* أوسع على md/lg */
    @media (min-width: 1200px){ .video-modal-dialog { max-width: 1100px; } }  /* واسع على الشاشات الكبيرة */

    /* إزالة الحواف داخل الجسم */
    #videoModal .modal-body { padding: 0; }

    /* تحسينات صغيرة للنص داخل زر اعرف المزيد */
    .learn-more { cursor: pointer; font-weight: 700; }
}
 /*Page Header End */
