@font-face {
  font-family: neulisalt;
  src: url(Fonts/NeulisAlt-Regular.ttf);
}

@font-face {
  font-family: neulisalt-bold;
  src: url(Fonts/NeulisAlt-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Montserrat;
  src: url(Fonts/Montserrat/Montserrat-Regular.ttf);
}

/* header */
.desktop-header,
.header {
  display: flex;
  /* margin-left: 50px; */
}

.icon,
.icons {
  vertical-align: middle;
}

a,
body,
li,
ul {
  font-family: neulisalt;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.header-bg {
  /* background: url("images/bg/bg-header.png") center/cover no-repeat; */
  height: 800px;
  padding-top: 50px;
}
.slide1
{
  background-image: url('images/bg/bg-header.png');
}
.slide2
{
  background-image: url('images/bg/bg-header2.png');
}
.slide3
{
  background-image: url('images/bg/bg-header3.png');
}
.header {
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  margin: 10px auto 0px;
  /* max-width: 89%; */
  width: 100%;
}
.header-slider
{ top: 50px;
  left: 0;
  z-index: 1000;
  position: absolute;
}
.desktop-header {
  background-color: rgba(255, 255, 255, 1);
  padding: 6px 20px;
  border-radius: 10px;
  opacity: 1;
  /* مرئي دائمًا */
  transform: translateY(0);
  /* الوضع الطبيعي */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  /* تأثيرات الانتقال */
}

.is-stuck {
  position: fixed;
  z-index: 1000;
  text-align: center;
  display: flex;
  /* استخدام flexbox لتوسيط النص */
  align-items: center;
  /* توسيط رأسي */
  justify-content: center;
  /* توسيط أفقي */
  border-radius: 10px;
  opacity: 1;
  /* جعله مرئيًا */
  
  transform: translateY(0);
  /* تثبيته بمكانه */
  background-color: rgba(255, 255, 255, 0.9);
  /* خلفية شفافة */
  margin: 15px auto auto;
  width: 100%;
  margin-top: 20px;
  top: 0px;
}



/* قبل التثبيت (لإضافة تأثير الإخفاء) */
/* عند إخفاء الهيدر */


  .is-hidden {
    display: none!important;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  
  /* تحريك للأعلى */
}


.desktop-header .menuheader {
  margin: auto 0 auto auto;
  float: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.desktop-header .nav ul {
  /* display: flex;
  gap: 60px; */
  margin: auto;
  width: 100%;
}

.desktop-header .nav a {
  color: #2734ad;
  font-size: 14px;
  text-transform: capitalize;
  height: 20px;
  font-weight: 700;
  margin: 0PX 25px !important;

}

.desktop-header .nav a.active {
  text-decoration: underline #15632f solid 3px;
  text-underline-offset: 10px;
}

.desktop-header .logo img {
  height: 45px;
}

.lang-switch {
  margin: auto 0 auto auto;
  width: 140px !important;
  display: flex;
  justify-content: flex-end;
}

.lang-switch button {
  background-color: #15632f;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
}

.lang-switch button img {
  padding-right: 10px;
}

.mobile-header,
.mobile-nav {
  display: none;
}

.mobile-logo img {
  height: 35px;
}

.menu-toggle {
  font-size: 24px;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding-left: 70px;
}

.mobile-nav {
  background-color: #fff;
  width: 100%;
}

.mobile-nav {
  position: absolute;
  top: 65px;
  left: 0;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  text-align: left;
}

.mobile-nav ul {
  padding: 0px 10px;
}

.btn-read,
.is-stuck,
.mobile-nav li {
  padding: 6px 20px;
}

.mobile-nav li {
  border-bottom: 1px solid #eee;
  padding: 5px;
  /* لإضافة مساحة حول النص */

}

.mobile-nav li a {
  display: block;
  padding: 10px;
  /* لإضافة مساحة حول النص */

  color: #333;
  /* اللون الافتراضي للنص */
  text-decoration: none;
  /* إزالة الخط السفلي */
  transition: background-color 0.3s, color 0.3s;
  /* تأثير عند التغيير */
  font-size: 16px;
}

.mobile-nav li a:hover {
  background-color: #15632f;
  /* لون الخلفية عند التمرير */
  color: #fff!important;
  /* لون النص عند التمرير */

}

.mobile-nav li a.active {
  background-color: #15632f;
  /* لون الخلفية عند التمرير */
  color: #fff;
  /* لون النص عند التمرير */
}

.mobile-nav .lang-button a {
  display: inline-block !important;
  background-color: #15632f;
  border: none;
  color: #fff !important;
  padding: 10px 17px !important;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
}

.mobile-nav .lang-button .icon img {
  width: 20px;
}

.slider-container {
  max-width: 100%;
  position: relative;
  margin-top: -50px;
  z-index: 333;

}
#main-slider .slide {
  background-size: cover;
  background-position: center;
  height: 800px;
    display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: white;
  
}

.owl-carousel {
  width: 100%;
  margin: auto;
}

.slider-container .owl-dots {
  display:block !important;
  justify-content: center;
 
width: 100%;
margin: auto;
    align-items: center;
    text-align: center;
    margin-top: -70px;
    z-index: 333;
    position: absolute;
}

.owl-dot {
  width: 20px;
  height: 20px;
  margin: auto;
  background: 0 0;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: 0.3s;
  bottom: 0;
}

.owl-dot.active {
  background: #fff;
}

.slider-container h4 {
  color:#fff;
  font-size: 35px;
  font-weight: 700;
  margin-left: 30px;
}

.slider-container .slide1 h4 {
  color: #2734ad !important;
 
}
.slider-container h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-left: 30px;

}
.slider-container .slide1 h2 {
  color: #2734ad !important;
 
}
.slider-container p {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  margin-left: 30px;

}
.slider-container .slide1 p {
  color: #595959 !important;
 
}

#who-we-are {
  background: #f8f9fa;
  padding: 50px 0;
}

#who-we-are h2 ,.intro-about h2{
  color: #2734ad!important;
}
.btn-read:hover {
  color: #fff!important;
}
#who-we-are .main-p {
  font-size: 11pt;
  font-family: 'Montserrat';
}

.btn-read {
  color: #fff;
  background: #15632f;
  border: none;
  font-size: 12pt;
  border-radius: 30px;
  font-family: neulisalt-bold;
}

#managed-services .icon-box,
#operations .icon-box {
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.text-who {
  width: 100px;
  height: 100px;
  background-color: #1f3be8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 40px;
  font-weight: 700;
  margin: 40px auto auto;
}

.text-title-who {
  color: #75140c;
  font-size: 20px;
  font-weight: 700;
}

.text-subtitle-who {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0px;
  padding: initial;
}

.p-who {
  padding-left: 1.5rem;
  padding-top: 2rem;
}

.m-projects {
  margin-bottom: 50px;
}

.projects p,
.clients p {
  color: #2734ad;
  font-size: 12.13pt;
  font-family: neulisalt;
  text-align: end;

}

.projects h3,
.clients h3 {
  color: #2734ad;
  font-size: 57.71pt;
  display: inline-block;
  width: 150px;
  position: absolute;
  z-index: 50;
  font-family: neulisalt-bold;
  float: left!important;
}

.projects .progress-bar-container {
  position: relative;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  /* Light bar background */
  border-radius: 4px;
  margin: 10px 0 10px;
  width: 58%;
  z-index: 10;
  float: left;
  top: 22px;
  left: 150px;

}

.clients .progress-bar-container {
  position: relative;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  /* Light bar background */
  border-radius: 4px;
  margin: 10px 0 10px;
  width: 48%;
  z-index: 10;
  float: left;
  top: 22px;
  left: 150px;

}

.projects .progress-bar,
.clients .progress-bar {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  /* Adjust width for different bars */
  background: linear-gradient(to left,
      rgba(39, 52, 173, .5),
      /* اللون الأول مع شفافية */
      rgba(130, 216, 168, 0.5),
      /* اللون الثاني مع شفافية */
      rgba(255, 255, 255, 0.5)
      /* اللون الثالث مع شفافية */
      /* Gradient bar */

    );
  border-radius: 30px;
  color: #2734ad;
  text-align: left;
  font-size: 16.03pt;
  padding-left: 40px;

}

#managed-services {
  background: url("images/bg/bg-managementservice.png") center center/cover no-repeat;
  color: #fff;
  padding: 50px 0;
}
#managed-services p ,#operations p{
font-size: 11pt;
font-family: 'Montserrat';
}
#managed-services h4 ,#operations h4{
  font-size: 18pt;
  font-family: neulisalt-bold;

}
#managed-services .icon-box {
  background: rgba(97, 123, 147, 0.5);
  padding: 30px;
}

.img-service-auto {
  margin: auto 0px;
}

.img-service a {
  color: #fff !important;
  margin: auto;
  vertical-align: middle;
}

.img-service p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;

}

#operations {
  background: #2734ad;
  padding: 50px 0;
}

#operations .icon-box {
  background: #626bc2;
  padding: 30px;
}


.section-title {
  font-size: 24pt;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.contact-section {
  padding: 50px 0 200px;
  background-color: #fff;
}

.contact-section h2 {
  font-size: 24pt;
  font-weight: bold;
  line-height: 35px;
  color: #2734ad;
}

.contact-section p {
  font-size: 11pt;
  line-height: 20px;
  font-family: Montserrat;
}

.managed-contact {
  background-color: #2634b0;
  border-radius: 30px;
  padding: 40px;
  color: #fff;
}

.managed-contact h4 {
  font-size: 18pt;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}

.managed-contact p {
  font-size: 11pt;
  color: #fff;
  font-family: Montserrat;
  margin-bottom: 0;
}

.mt-100 {
  margin-top: 50px;
}

.ms-operation {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}

/* managed-services and contact-section */
input,
textarea {
  padding: 10px 30px !important;
  background-color: #fafafa !important;
}

.contact-section .managed-services {
  background-color: #2643c4;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

input::placeholder,
textarea::placeholder {
  color: #d2d2d2;
  font-size: 12px;
}

input {
  border: 1px solid #15632f !important;
  border-radius: 40px !important;
}

textarea {
  border: 1px solid #15632f !important;
  border-radius: 20px !important;
}

.contact-section .contact-form {
  background: #fafafa;
  border-radius: 40px;
  padding: 40px;
}

.contact-form h4 {
  font-size: 18pt;
  font-weight: 700;
  line-height: 35px;
  color: #2734ad;
}

.contact-form p {
  color: #000;
  font-size: 12px;
  margin-bottom: 20px;
}

.contact-section .btn {
  color: #fff;
  background: #15632f;
  border: none;
  padding: 10px 20px;
  font-size: 12pt;
  font-family: neulisalt-bold;
  border-radius: 30px;
  width: 130px;
  right: 0;
}
.contact-section .btn:hover {
  color: #fff;
  background: #15632f;

}

.bg-primary {
  background-color: #1229a9 !important;
}

/* footer */
footer img {
  width: 240px;
  margin-left: 0px;
  text-align: left;
}

footer p {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}

footer a {
  font-size: 12px;
  margin: 0;
  line-height: 30px;
}

footer a:hover {
  text-decoration: underline;
}

.icon {
  width: 30px;
}

.icons {
  width: 20px;
}

footer .menu {
  padding-left: 50px;
}

footer .social {
  text-align: left;
}

/* Service page */
/* تصميم البانر */
.banner {
  background: url('images/banner/banner-service.png') center/cover no-repeat;
  height: 450px;
  /* تعديل الارتفاع حسب الحاجة */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* طبقة التعتيم للخلفية */
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* تنسيق النص */
.banner-title {
  font-family: neulisalt-bold;
  color: white;
  font-size: 35pt;
  z-index: 1;
  /* لجعل النص فوق طبقة التعتيم */
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  padding-bottom: 30px;
  padding-left: 50px;
}

/* تصميم القسم */
.intro-services {
  background-color: white;
  padding: 60px 0;
}

/* تنسيق العنوان */
.intro-services .title {
  font-size: 24pt;
  font-family: neulisalt-bold;
  color: #2E3192;
  /* اللون الأزرق */
}

/* تنسيق النص */
.intro-services .subtitle {
  font-size: 18pt;
  font-family: Montserrat;
  color: #666;
  margin-top: 10px;
  width: 100%;
}

/* تصميم الصورة */
.intro-services .illustration {
  max-width: 100%;
  height: auto;
}

.management-section-home {
  padding: 60px 0;
  text-align: center;
  margin: auto 5px!important;
}

/* تصميم الكروت */
.management-section-home .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* يجعل "Read More" دائمًا في الأسفل */
}

/* التأثير عند التحويل */
.management-section-home .info-card:hover {
  transform: translateY(-5px);
}

/* الأيقونات */
.management-section-home .card-icon {
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* رابط "Read More" */
.management-section-home .read-more {
  margin-top: auto;
  /* يدفعه للأسفل تلقائيًا */
  display: block;
  font-weight: bold;
  color: #272727;
  text-decoration: none;
  padding-right: 20px;
  text-align: right;
  font-family: neulisalt-bold;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.management-section-home .read-more:hover {
  text-decoration: underline;
}

.management-section-home .read-more .fa-solid {
  font-weight: bold;
  color: #fff;
  background-color: #15632f;
  border-radius: 50%;
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 5px;
}

.management-section-home .read-more:hover {
  text-decoration: underline;
}

.management-section-home .info-card p {
  font-size: 12pt;
  color: #58595b;
  font-family: neulisalt;
  padding-left: 45px;
  padding-right: 20px;
  padding-top: 20px;

}
.management-section-home .info-card h3 {
  font-size: 18pt;
  color: #15632f;
  font-family: neulisalt-bold;
  padding-left: 45px;
  padding-right: 20px;

}
.management-section .info-card h3 ,.related-services-card  h3{
  font-size: 18pt;
  color: #15632f;
  font-family: neulisalt-bold;
  padding-left: 45px;
  padding-right: 20px;
  margin-top: 20px;
}




#managment-carousel {
  display: none;
}

.img-service-auto {
  display: block;
}

/* تصميم القسم */
.management-section {
  background-color: #15632f;
  /* اللون الأخضر */
  color: white;
  padding: 60px 0;
  text-align: center;
}

/* العنوان الرئيسي */
.management-section .section-title {
  font-size: 24pt;
  font-family: neulisalt-bold;
}

/* الفقرة الوصفية */
.management-section .section-description {
  font-size: 11pt;
  max-width: 65%;
  margin: 0 auto 80px;

}

.management-section p {
  font-size: 11pt;
  color: #ffff;
  font-family: Montserrat;
  padding-left: 45px;

}

.management-section .info-card p {
  font-size: 11pt;
  color: #58595b;
  font-family: Montserrat;
  padding-left: 45px;
  padding-right: 20px;
  padding-top: 20px;

}

hr.dotted {
  border-top: 1px dotted #58595b;
  margin-left: 40px;
  width: 80%;
  opacity: 1 !important;
  margin-top: 0px;
}

.operations-section-home .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* يجعل "Read More" دائمًا في الأسفل */
margin: auto 5px;
}

/* التأثير عند التحويل */
.operations-section-home  .info-card:hover {
  transform: translateY(-5px);
}
.operations-section-home .card-text {
  padding-left: 0px !important;
  margin-top: 40px;
  padding-right: 30px!important;
}
/* الأيقونات */
.operations-section-home  .card-icon {
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.operations-section-home  p{
  font-size: 8pt;
  margin-top: auto;
}

/* رابط "Read More" */
.operations-section-home  .read-more {
  margin-top: auto;
  /* يدفعه للأسفل تلقائيًا */
  display: block;
  font-weight: bold;
  color: #272727;
  text-decoration: none;
  padding-right: 20px;
  text-align: right;
  font-family: neulisalt-bold;
  font-size: 12pt;
  margin-bottom: 0px;
}

.operations-section-home .read-more:hover {
  text-decoration: underline;
}

.operations-section-home  .read-more .fa-solid {
  font-weight: bold;
  color: #fff;
  background-color: #2734ad;
  border-radius: 50%;
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 5px;
}

.operations-section-home  .read-more:hover {
  text-decoration: underline;
}

.operations-section-home,#managment-carousel .owl-dots.active, #operations-carousel .owl-dots.active ,
#managment-carousel .owl-dots, #operations-carousel .owl-dots

{
  display: none;
}
.operations-desktop
{
display: block;
}
/* تصميم الكروت */
.management-section .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* يجعل "Read More" دائمًا في الأسفل */
}

/* التأثير عند التحويل */
.management-section .info-card:hover {
  transform: translateY(-5px);
}

/* الأيقونات */
.management-section .card-icon {
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* رابط "Read More" */
.management-section .read-more {
  margin-top: auto;
  /* يدفعه للأسفل تلقائيًا */
  display: block;
  font-weight: bold;
  color: #272727;
  text-decoration: none;
  padding-right: 20px;
  text-align: right;
  font-family: neulisalt-bold;
  font-size: 12pt;
  margin-bottom: 10px;
}

.management-section .read-more:hover {
  text-decoration: underline;
}

.management-section .read-more .fa-solid {
  font-weight: bold;
  color: #fff;
  background-color: #15632f;
  border-radius: 50%;
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 5px;
}

.management-section .read-more:hover {
  text-decoration: underline;
}


/* تصميم القسم */
.operations-service {
  background: url("images/bg/bg-operations-service.png") center center/cover;
  color: white;
  padding: 60px 15px 150px 15px;
}

/* العنوان */
.operations-service .section-title {
  font-size: 24pt;
  font-family: neulisalt-bold;
}

/* الوصف */
.operations-service .section-description {
  font-size: 11pt;
  max-width: 65%;
  margin: 0 auto 80px;
  font-family: Montserrat;
}

.operations-service .info-card p {
  font-size: 11pt;
  color: #58595b;
  font-family: Montserrat;
  height: 150px;
  margin-top: 30px;

}
.operations-service .info-card h3 ,.related-services h3.blue{
  font-size: 20pt;
  color: #2734ad;
  font-family: neulisalt-bold;
  padding-left: 45px;
  padding-right: 20px;
  width: fit-content;
  margin: 0px auto;

}
.operations-section-home  h3{
  font-size: 14pt;
  color: #2734ad;
  font-family: neulisalt-bold;
  padding-left: 15px;
  padding-right: 20px;


}

.operations-service hr.dotted {
  border-top: 1px dotted #58595b;
  margin-left: 0px;
  width: 80%;
  opacity: 1 !important;
  margin-top: 0px;
}

/* تصميم الكروت */
.operations-service .info-card,
.related-services .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: max-content;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* يجعل "Read More" دائمًا في الأسفل */
}

.operations-service .info-card:hover,
.related-services .info-card:hover {
  transform: translateY(-5px);
}

/* الأيقونات */
.operations-service .card-icon,
.related-services .card-icon {
  max-width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}

.operations-service .card-text,
.related-services .card-text {

  margin-top: 50px;
  padding-left: 0px !important;
  padding-right: 30px !important;
  display: flex;
  flex-direction: column;
}

/* رابط "Read more" */
.operations-service .card-text .read-more,
.related-services .card-text .read-more {
  margin-top: auto !important;
  /* يدفعه للأسفل تلقائيًا */
  display: block;
  color: #272727;
  text-decoration: none;
  padding-right: 20px;
  text-align: right;
  font-family: neulisalt-bold;
  font-size: 12pt;
  margin-bottom: 20px;
  bottom: 0px;

}

.operations-service .read-more .fa-solid,
.related-services .read-more .fa-solid {
  font-weight: bold;
  color: #fff;
  background-color: #2734ad;
  border-radius: 50%;
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 5px;
}

.operations-service .read-more:hover,
.related-services .read-more:hover {
  text-decoration: underline;
}

.related-services .info-card p {
  margin-top: 68px;
  height: 200px;
  line-height: 1.2;
  font-size: 11pt;
  font-family: Montserrat;
}

.contact-service {
  padding: 60px 15px;
}

/* تصميم الكروت */
.contact-service .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: max-content;
  padding: 50px;
  margin-top: -120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* يجعل "Read More" دائمًا في الأسفل */

}

.contact-service .info-card:hover {
  transform: translateY(-5px);
}

.contact-service p {
  font-size: 18pt;
  color: #1c1c1c;
  font-family: neulisalt;
  text-align: left;
  padding-right: 30px;
  margin-top: 50px;

}

.contact-box h3 {
  color: #2734ad;
  font-size: 18pt;
  font-family: neulisalt-bold;

}

.contact-box p {
  color: #1c1c1c !important;
  ;
  font-size: 11pt !important;
  font-family: Montserrat  !important;
  margin-top: 0px !important;
}

/* عناصر الإدخال */
.contact-box input,
.contact-box textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fafafa !important;

}

.contact-box textarea {
  height: 150px;
}

.contact-box ::placeholder {
  font-size: 11pt;
  font-family: Arial;

}

/* زر الإرسال */
.contact-box button {
  width: max-content;
  font-size: 12pt;
  text-align: center;
  float: right;
  font-family: neulisalt-bold;
}

.contact-box button .fa {
  padding-left: 30px;
}

.partners-section {
  text-align: center;
  padding: 40px 0;
  background: #fff;
}

.partners-section h2 {
  color: #2734ad;
  font-size: 24pt;
  font-family: neulisalt-bold;
}

.partners-container {
  max-width: 900px;
  margin: auto;
  background: #fff;
  position: relative;
}

.partner-logo {
  max-width: 230px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #15632f !important;
  color: white !important;
  width: 40px;
  height: 40px;
  font-size: 24px !important;
  border-radius: 50% !important;
  border: 0px;

}

.owl-nav .owl-prev {
  left: -50px;
}

.owl-nav .owl-next {
  right: -50px;
}

.banner-compliance {
  background: url('images/banner/banner-compliance.png') center/cover no-repeat;
  height: 450px;
  /* تعديل الارتفاع حسب الحاجة */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* طبقة التعتيم للخلفية */
.banner-compliance::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-risk {
  background: url('images/banner/banner-risk.png') center/cover no-repeat;
  height: 450px;
  /* تعديل الارتفاع حسب الحاجة */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* طبقة التعتيم للخلفية */
.banner-risk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-assurance {
  background: url('images/banner/banner-assurance.png') center/cover no-repeat;
  height: 450px;
  /* تعديل الارتفاع حسب الحاجة */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* طبقة التعتيم للخلفية */
.banner-assurance::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-orchestrator {
  background: url('images/banner/banner-orchestrator.png') center/cover no-repeat;
  height: 450px;
  /* تعديل الارتفاع حسب الحاجة */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* طبقة التعتيم للخلفية */
.banner-orchestrator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* تنسيق النص */
.banner-title-compliance {
  font-family: neulisalt-bold;
  color: white;
  font-size: 35pt;
  z-index: 1;
  /* لجعل النص فوق طبقة التعتيم */
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  padding-bottom: 30px;
  padding-left: 50px;
}

.intro-compliance {
  background-color: white;
  padding: 60px 0;
}

/* تنسيق العنوان */
.intro-compliance .title {
  font-size: 24pt;
  font-family: neulisalt-bold;
  color: #2f6234;
  /* اللون الأزرق */
}

/* تنسيق العنوان */
.intro-compliance .title-blue {
  font-size: 24pt;
  font-family: neulisalt-bold;
  color: #2734ad;
  /* اللون الأزرق */
}


/* تنسيق النص */
.intro-compliance .subtitle {
  font-size: 11pt;
  font-family: Montserrat;
  color: #000;
  margin-top: 10px;
  padding-right: 40px;
}

/* تصميم الصورة */
.intro-compliance .illustration {
  max-width: 100%;
  height: auto;
}

.compliance-section {
  background: #2734ad;
  padding: 50px 0;
  text-align: center;
}

.compliance-section h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24pt;
  font-family: neulisalt-bold;
}

.compliance-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: max-content;

}

.compliance-card:hover {
  transform: translateY(-5px);
}

.compliance-icon {
  height: 50px;
  /* margin-right: 15px; */
}

.assurance-icon {
  height: 50px;
  /* margin-right: 15px; */
}

.compliance-text {
  color: #2734ad;
  flex-grow: 1;
  font-size: 14pt;
  font-family: neulisalt-bold;
  text-align: left;
  margin-bottom: 30px;

}

.compliance-section p {
  font-size: 11pt;
  font-family: Montserrat;
  text-align: left;
  height: 110px;
}

.compliance-section .read-more {
  margin-top: auto;
  /* يدفعه للأسفل تلقائيًا */
  color: #272727;
  text-decoration: none;
  padding-right: 20px;
  text-align: right;
  font-family: neulisalt-bold;
  font-size: 12pt;
  margin-bottom: 0px;
}

.compliance-section .read-more .fa-solid {
  color: #fff;
  background-color: #15632f;
  border-radius: 50%;
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 5px;
}

.compliance-section.read-more i {
  margin-left: 5px;
}


/* تصميم القسم */
.download-section {
  background-color: #15632f;
  /* اللون الأخضر */
  color: white;
  padding: 30px 0;
  display: flex;

}

/* العنوان الرئيسي */


/* الفقرة الوصفية */
.download-section .section-text {
  color: #fff;
  flex-grow: 1;
  font-size: 11pt;
  text-align: right;
  margin: auto;

}

.download-section .read-more {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  text-align: right;
  font-family: neulisalt-bold;
  font-size: 18pt;
  margin-bottom: 0px;
}

.download-section .read-more .fa-solid {
  color: #15632f;
  font-size: 12pt;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 5px;
  margin-left: 20px;
}

.download-section .read-more i {
  margin-left: 5px;
}

.why-use-section {
  background: #fff;
  padding: 30px 0;
}

.why-use-section h2 {
  color: #2f6234;
  margin-bottom: 30px;
  text-align: left;
  font-family: neulisalt-bold;
  text-transform: uppercase;
  width: 50%;
  font-size: 24pt;
}

.why-use-section h2.blue {
  color: #2734ad !important;
}

.why-use-section .subtitle {
  color: #000;
  text-align: left;
  font-family: Montserrat;
  font-size: 11pt;
  width: 50%;
  margin-bottom: 30px;


}

.why-use-section .subtitle-b {
  color: #2f6234;
  margin-bottom: 0px;
  text-align: left;
  font-family: Montserrat;
  font-size: 11pt;
  width: 63%;
  padding-top: 30px;


}

.why-use-section .subtitle-b2 {
  color: #000;
  margin-bottom: 0px;
  text-align: left;
  font-family: neulisalt-bold;
  font-size: 11pt;
  width: 100%;
}

.why-use-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;

  align-items: center;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 180px;
}

.why-use-card:hover {
  transform: translateY(-5px);
}

.why-use-card h5 {
  margin-top: 10px;
  font-size: 12pt;
  font-family: neulisalt;
  color: #2f6234;
  font-weight: bold;
}

.why-use-card h5.blue {
  color: #2734ad !important;
}

.why-use-card p {
  margin-top: 20px;
  font-size: 11pt;
  font-family: Montserrat;
  color: #2f2f2f;
  font-weight: normal;
  line-height: 1.2;


}

.faq-section {
  padding: 60px 20px 40px;
  text-align: center;
}

.faq-section h2 {
  color: #2f6234;
  margin-bottom: 30px;
  font-family: neulisalt-bold;
  text-align: left;
  font-size: 21pt;
}

.faq-section h2.blue {
  color: #2734ad !important;

}

.accordion-button {
  font-weight: bold;
  color: #2f6234;
  background-color: #fff;
  border-bottom: 1px dotted #ccc;
  font-size: 14pt;
  font-family: neulisalt;
}

.accordion-button.blue {
  color: #2734ad !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #2f6234;
  border-bottom: 0px dotted #ccc;

}

.accordion-body {
  text-align: left;
  font-family: neulisalt;
  font-size: 10.5pt;
  width: 65%;

}

.accordion-item {
  border: 0px;
  margin-bottom: 5px;
}

.accordion-button::after {
  font-family: 'Font Awesome 6 Free';
  content: "\f054";
  /* رمز السهم */
  font-size: 14px;
  color: white;
  /* لون السهم */
  background-color: #2f6234;
  /* لون الدائرة */
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
  font-weight: bold;
  background-image: none !important;
}

.accordion-button.blue::after {
  background-color: #2734ad !important;
  /* لون الدائرة */

}

.accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

/* خلفية القسم */
.related-services {
  background: url('images/bg/bg-related-service.png') no-repeat center center;
  background-size: cover;
}

/* عنوان القسم */
.related-services-title {
  color: #0A3D00;
  font-size: 24pt;
  font-family: neulisalt-bold;
  margin-top: 40px;

}

.related-services-title.blue {
  color: #2734ad !important;


}


/* تصميم الكروت */
.related-services-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  padding-bottom: 20px;
  height: 500px;
}

/* الأيقونة داخل دائرة */
.related-services-card .icon .circle {
  width: 50px;
  height: 50px;
  background: #0A3D00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.related-services-card .icon {
  width: 100%;

}

.related-services-card .icon img {
  width: 100%;
  padding-top: 20px;

}

.related-services-card p {
  font-size: 11pt;
  color: #58595b;
  font-family: Montserrat;
  padding-left: 45px;
  padding-right: 20px;
  height: 100px;
  padding-top: 20px;
}

.related-services-card .list-unstyled {
  padding-left: 30px;
  padding-top: 30px;
}

/* عنوان البطاقة
.related-services-card h3 {
  color: #0A3D00;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
} */

/* قائمة المحتويات */
.related-services-card ul li {
  font-size: 14px;
  color: #58595b;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  padding-right: 50px;


}

.related-services-card ul li::before {
  content: "•";
  color: #58595b;
  position: absolute;
  left: 0;
  font-size: 18px;
  top: -5px;
}

.related-services-card .list-unstyled hr.dotted {
  border-top: 1px dotted #58595b !important;
  background-color: #fff !important;
  color: #58595b;
  margin-left: 0px;
  width: 80%;
  opacity: 1 !important;
  margin-top: 0px;
  margin-left: 20px;
}

/* رابط "Read More" */
.related-services-card .read-more {
  margin-top: auto;
  /* يدفعه للأسفل تلقائيًا */
  display: block;
  font-weight: bold;
  color: #272727;
  text-decoration: none;
  padding-right: 20px;
  text-align: right;
  font-family: neulisalt-bold;
  font-size: 12pt;
  margin-bottom: 10px;
  padding-top: 50px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.related-services-card .read-more:hover {
  text-decoration: underline;
}

.related-services-card .read-more .fa-solid {
  font-weight: bold;
  color: #fff;
  background-color: #15632f;
  border-radius: 50%;
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 5px;

}

.related-services-card .read-more:hover {
  text-decoration: underline;
}

.side-title a {
  font-size: 12pt;
  color: #757575;
  font-family: neulisalt;

}

.side-title {
  font-size: 12pt;
  color: #757575;
  font-family: neulisalt;
  margin-bottom: 30px;

}

a .side-title-active {
  color: #15632f;
}

a .side-title-blue-active {
  color: #2734ad;
  font-family: neulisalt-bold;

}

/**/
/* تصميم القائمة الجانبية */
.subservice {
  padding-left: 50px;
}


.side-nav ul {
  border-right: 1px dotted #58595b !important;
}

.side-nav ul li {
  margin-bottom: 10px;
  padding-right: 30px;
}

.side-nav ul li a {
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 30px;
  border-radius: 20px !important;
  text-decoration: none;
  font-weight: bold;
  color: #6b6b6b;
  font-family: neulisalt;
  font-size: 14pt;
}

.side-nav ul li a.active {
  background-color: #15632f !important;
  color: white !important;
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 10px 20px 30px;
  font-family: neulisalt-bold;
  font-size: 14pt;

}

.side-nav ul li a:hover {
  background-color: #15632f !important;
  color: white!important;
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 10px 20px 30px;
  font-family: neulisalt-bold;
  font-size: 14pt;

}
.side-nav ul li a.blue.active {
  background-color: #2734ad !important;
  color: white !important;
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 10px 20px 30px;
  font-family: neulisalt-bold;
  font-size: 14pt;

}
.side-nav ul li a.blue:hover {
  background-color: #2734ad !important;
  color: white!important;
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 10px 20px 30px;
  font-family: neulisalt-bold;
  font-size: 14pt;

}

.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.icon-circle img {
  width: 45px;
  margin-right: 10px;
}
/* تغيير صورة الأيقونة عند تمرير الماوس  governance*/
.side-nav ul li a .icon-circle-g1 img {
  content: url("images/icons/icon1-tab-g.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-g1 img {
  content: url("images/icons/icon1-tab-g-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-g1 img {
  content: url("images/icons/icon1-tab-g-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle-g2 img {
  content: url("images/icons/icon2-tab-g.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-g2 img {
  content: url("images/icons/icon2-tab-g-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-g2 img {
  content: url("images/icons/icon2-tab-g-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}
/* ////////////////////////////////// */

/* تغيير صورة الأيقونة عند تمرير الماوس  risk*/
.side-nav ul li a .icon-circle-r1 img {
  content: url("images/icons/icon1-tab-risk.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-r1 img {
  content: url("images/icons/icon1-tab-risk-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-r1 img {
  content: url("images/icons/icon1-tab-risk-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle-r2 img {
  content: url("images/icons/icon2-tab-risk.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-r2 img {
  content: url("images/icons/icon2-tab-risk-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-r2 img {
  content: url("images/icons/icon2-tab-risk-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}
/* /////////////////////////// */

/* تغيير صورة الأيقونة عند تمرير الماوس  assurance*/
.side-nav ul li a .icon-circle-ass1 img {
  content: url("images/icons/icon1-tab-ass.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-ass1 img {
  content: url("images/icons/icon1-tab-ass-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-ass1 img {
  content: url("images/icons/icon1-tab-ass-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle-ass2 img {
  content: url("images/icons/icon2-tab-ass.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-ass2 img {
  content: url("images/icons/icon2-tab-ass-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-ass2 img {
  content: url("images/icons/icon2-tab-ass-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle-ass3 img {
  content: url("images/icons/icon3-tab-ass.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-ass3 img {
  content: url("images/icons/icon3-tab-ass-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-ass3 img {
  content: url("images/icons/icon3-tab-ass-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}
/* /////////////////////////// */

/* تغيير صورة الأيقونة عند تمرير الماوس  orchestrator*/
.side-nav ul li a .icon-circle-orch1 img {
  content: url("images/icons/icon1-tab-orch.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-orch1 img {
  content: url("images/icons/icon1-tab-orch-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-orch1 img {
  content: url("images/icons/icon1-tab-orch-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle-orch2 img {
  content: url("images/icons/icon2-tab-orch.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-orch2 img {
  content: url("images/icons/icon2-tab-orch-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-orch2 img {
  content: url("images/icons/icon2-tab-orch-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle-orch3 img {
  content: url("images/icons/icon3-tab-orch.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle-orch3 img {
  content: url("images/icons/icon3-tab-orch-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle-orch3 img {
  content: url("images/icons/icon3-tab-orch-active.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}
/* /////////////////////////// */
/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle1 img {
  content: url("images/icons/icon-step1.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle1 img {
  content: url("images/icons/icon-step1-hover.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle1 img {
  content: url("images/icons/icon-step1-hover.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle2 img {
  content: url("images/icons/icon-step2.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle2 img {
  content: url("images/icons/icon-step2-hover.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle2 img {
  content: url("images/icons/icon-step2-hover.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle3 img {
  content: url("images/icons/icon-step3.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle3 img {
  content: url("images/icons/icon-step3-hover.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle3 img {
  content: url("images/icons/icon-step3-hover.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* تغيير صورة الأيقونة عند تمرير الماوس */
.side-nav ul li a .icon-circle4 img {
  content: url("images/icons/icon-step4.svg");
  /* الأيقونة الافتراضية */
  transition: all 0.3s ease-in-out;
}

.side-nav ul li a:hover .icon-circle4 img {
  content: url("images/icons/icon-step4-hover.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

.side-nav ul li a.active .icon-circle4 img {
  content: url("images/icons/icon-step4-hover.svg");
  /* الأيقونة التي ستظهر عند التمرير */
}

/* المحتوى الرئيسي */
.subservice .title {
  font-size: 18pt;
  color: #2734ad;
  font-family: neulisalt-bold;
  width: 50%;
}
.subservice .title1 {
  font-size: 18pt;
  color: #2734ad;
  font-family: neulisalt-bold;
  width: 100%;
  padding-top: 20px;
}
.subservice .subtitle {
  font-size: 12pt;
  font-family: neulisalt;
  color: #272727;
  font-weight: bold;
  padding-top: 20px;
}

.subservice p {
  font-size: 11pt;
  font-family: Montserrat;
  color: #272727;
  font-weight: normal;
  padding-top: 20px;
}
.subservice p.who-needs-tex1 {
  color: #2734ad;
  font-family: neulisalt-bold;

 
}
.subservice .key-features-title-paragraph 
{
  font-size: 10pt;
  font-family: neulisalt;
  color: #272727;
  font-weight: normal;
  padding-top: 0px; 
}
.subservice .key-features-title1-paragraph 
{
  font-size: 11pt;
  font-family: neulisalt-bold;
  color: #2734ad;
  font-weight: normal;
  padding-top: 20px; 
  padding-bottom: 20px;
}

.subservice .key-features-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18pt;
  color: #2734ad;
  font-family: neulisalt;
  width: 50%;
  font-weight: bold;
}

/* تصميم البطاقات */
.feature-card {
  background: white;
  padding: 25px 25px 10px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  height: 220px;
}
.feature-card.full-width {

  height: max-content;
}


.feature-card h4 {
  color: #2734ad;
  font-weight: bold;
  font-family: neulisalt;
  font-size: 14pt;
  width: 40%;

}
.feature-card h4.full-width{
  width: 100%;

}
.feature-card p {
  font-size: 11pt;
  font-family: Montserrat;
  color: #272727;
  font-weight: normal;
  padding-top: 10px;
}

.benefits-title,
.needs-title {
  color: #2734ad;
  font-weight: bold;
  font-family: neulisalt;
  font-size: 18pt;
  padding-top: 30px;

}

.benefits-list {
  list-style: none;
  padding: 20px 0px 0px 0px;
}

.benefits-list li {
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2734ad;
  font-size: 11pt;
}
.benefits-list li p
{
  margin-left: 40px;
  padding-top:0px;
  font-size: 11pt;
}
.benefits-list li img {
  width: 24px;
  margin-right: 10px;
}

.who-needs-text {

  width: 80%;
  font-size: 11pt !important;
  padding-bottom: 20px !important;
}
.who-needs-text1 {

  width: 100%;
  font-size: 11pt !important;
  margin-top: 40px !important;
  padding-bottom: 20px !important;
  color: #2734ad!important;
  font-family: neulisalt-bold!important;
}

/* About us page */
/* تصميم البانر */
.banner-aboutus {
  background: url('images/banner/banner-aboutus.png') center/cover no-repeat;
  height: 450px;
  /* تعديل الارتفاع حسب الحاجة */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* طبقة التعتيم للخلفية */
.banner-aboutus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* تنسيق النص */
.banner-aboutus-title {
  font-family: neulisalt-bold;
  color: white;
  font-size: 35pt;
  z-index: 1;
  /* لجعل النص فوق طبقة التعتيم */
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  padding-bottom: 30px;
  padding-left: 50px;
}


/* تصميم القسم */
.intro-about {
  background-color: white;
  padding: 0px 0 0px 0px;
  background: url('images/bg/aboutus-section-desktop.png') center/cover no-repeat;
  height: 500px;
  /* تعديل الارتفاع حسب الحاجة */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.intro-about-section {
  display: none;

}

/* تنسيق العنوان */
.intro-about .title {
  font-size: 24pt;
  font-family: neulisalt-bold;
  color: #2E3192;
  /* اللون الأزرق */
}

/* تنسيق النص */
.intro-about .subtitle {
  font-size: 16pt;
  font-family: neulisalt;
  color: #800000;
  margin-top: 10px;
  width: 100%;
}

/* تنسيق النص */
.intro-about .subject {
  font-size: 11pt;
  font-family: Montserrat;
  color: #000;
  margin-top: 10px;
  width: 100%;
}


/* تصميم الصورة */
.intro-about .illustration {
  max-width: 100%;
  height: auto;
}

/* Achievements Section Styles */
.achievements-section {
  background-color: #2734ad;
  /* Blue background */
}

.achievements-section h2 {
  font-size: 24pt;
  font-family: neulisalt-bold;
  text-transform: capitalize !important;

}

.achievements-section .projects p,
.achievements-section .clients p {
  color: #fff;
  font-size: 12.13pt;
  font-family: neulisalt;
  text-align: left;
  float: right;

}

.achievements-section .projects h3,
.achievements-section .clients h3 {
  color: #fff;
  font-size: 57.71pt;
  display: block;
  width: 150px;
  position: absolute;
  z-index: 50;
  font-family: neulisalt-bold;
float: left!important;

}

.achievements-section .projects .progress-bar-container {
  position: relative;
  height: 30px;
  background-color: #2734ad;
  /* Blue background */
  border-radius: 4px;
  margin: 10px 0 10px;
  width: 58%;
  z-index: 10;
  top: 22px;
  left: 150px;

}

.achievements-section .clients .progress-bar-container {
  position: relative;
  height: 30px;
  background-color: #2734ad;
  /* Blue background */
  border-radius: 4px;
  margin: 10px 0 10px;
  width: 48%;
  z-index: 10;
  float: left;
  top: 22px;
  left: 150px;

}

.achievements-section .projects .progress-bar,
.achievements-section .clients .progress-bar {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  /* Adjust width for different bars */
  background: linear-gradient(to right,
      rgba(39, 52, 173, 0.5),
      /* اللون الأول مع شفافية */
      rgba(130, 216, 168, 0.5),
      /* اللون الثاني مع شفافية */
      rgba(21, 99, 47, 0.5)
      /* اللون الثالث مع شفافية */
      /* Gradient bar */

    );
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #fff;
  text-align: left;
  font-size: 16.03pt;
  padding-left: 40px;
}

/* General Section Styling */

.content-box {
  border: 2px solid #ddd;
  /* Border for the box */
  border-radius: 10px;
  /* Rounded corners */
}

.check-icon img {
  width: 30px !important;
}

/* تصميم القسم */
.why-choose-us {
  background-color: white;
  padding: 60px 0 0px 0px;
  height: 450px;
  /* تعديل الارتفاع حسب الحاجة */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


/* تنسيق العنوان */
.why-choose-us .title {
  font-size: 24pt;
  font-family: neulisalt-bold;
  color: #2E3192;
  /* اللون الأزرق */
}



.why-choose-us .list-unstyled li {

  margin: 0px !important;
}

.why-choose-us .list-unstyled li .subject {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: left;
  padding: 5px 20px 10px 0px;
  background: linear-gradient(to left,
      rgba(39, 52, 173, 0.5),
      /* اللون الأول مع شفافية */
      rgba(130, 216, 168, 0.5),
      /* اللون الثاني مع شفافية */
      rgba(255, 255, 255, 0.5)
      /* اللون الثالث مع شفافية */
      /* Gradient bar */

    );
  color: #000 !important;
  margin: 0px !important;
}
.why-choose-us .list-unstyled li .subject h6{
  font-size: 18pt;

}
.why-choose-us .list-unstyled li .subject p {
  width: max-content !important;
  color: #000 !important;
  font-size: 11pt;
    font-family: Montserrat;


}

/* تصميم الصورة */
.intro-about .illustration {
  max-width: 100%;
  height: auto;
}

/* تصميم القسم */
.operations-aboutus {
  background: url("images/bg/bg-aboutus-section3.png") center center/cover;
  color: white;
  padding: 60px 15px 60px 15px;
}


.operations-aboutus .info-card p {
  font-size: 11pt;
  color: #58595b;
  font-family: Montserrat;
  padding-left: 60px;
  padding-right: 20px;
  height: 100px;
  margin-top: 20px;

}

.operations-aboutus .info-card h3  {
  font-size: 28pt;
  color: #2734ad;
  font-family: neulisalt-bold;
  padding-left: 60px;
  padding-right: 20px;
  width: fit-content;


}
/* تصميم الكروت */
.operations-aboutus .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: max-content;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* يجعل "Read More" دائمًا في الأسفل */
}

.operations-aboutus .info-card:hover {
  transform: translateY(-5px);
}
.img-service-auto:hover
{  transform: translateY(-5px);
}
.img-service:hover
{  transform: translateY(-5px);
}
.img-service, .img-service-auto{
  transition:transform 0.3s ease-in-out;
}
/* الأيقونات */
.operations-aboutus .card-icon {
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 0px;
}

.operations-aboutus .card-text {
  margin-top: 50px;
  padding-left: 0px !important;
  padding-right: 20px !important;
}

/* رابط "Read more" */
.operations-aboutus .read-more {
  margin-top: auto;
  /* يدفعه للأسفل تلقائيًا */
  display: block;
  font-weight: bold;
  color: #272727;
  text-decoration: none;
  padding-right: 20px;
  text-align: right;
  font-family: neulisalt-bold;
  font-size: 12pt;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.operations-aboutus .read-more .fa-solid {
  font-weight: bold;
  color: #fff;
  background-color: #2734ad;
  border-radius: 50%;
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 5px;
}

.operations-aboutus .read-more:hover {
  text-decoration: underline;
}

/* تصميم القسم */
.our-cybersecurity {
  background-color: #fff;
  /* اللون الأخضر */
  padding: 60px 0;
  text-align: center;
}

/* العنوان الرئيسي */
.our-cybersecurity .section-title {
  font-size: 24pt;
  font-family: neulisalt-bold;
  color: #2734ad;
  text-align: left;

}

/* الفقرة الوصفية */
.our-cybersecurity .section-description {
  font-size: 11pt;
  max-width: 65%;
  text-align: left;
  color: #000;
  margin-left: 0px !important;
  padding-left: 0px !important;
  font-family:Montserrat;
  padding-bottom: 30px !important;
}

.our-cybersecurity .info-card h2 {
  font-size: 18pt;
  color: #2f6234;
  font-family: neulisalt-bold;
  margin-bottom: 20px;

}

.our-cybersecurity .info-card p {
  font-size: 11pt;
  color: #000;
  font-family: Montserrat;
  height: 80px;


}

/* تصميم الكروت */
.our-cybersecurity .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: max-content;
  padding: 25px;
  display: block;

}

/* التأثير عند التحويل */
.our-cybersecurity .info-card:hover {
  transform: translateY(-5px);
}


/* تصميم القسم */
.local-insight {
  background-color: #15632f;
  /* اللون الأخضر */
  padding: 60px 0;
  text-align: center;
}

/* العنوان الرئيسي */
.local-insight .section-title {
  font-size: 24pt;
  font-family: neulisalt-bold;
  color: #2734ad;
  text-align: left;

}

/* الفقرة الوصفية */
.local-insight .section-description {
  font-size: 11pt;
  max-width: 55%;
  text-align: left;
  color: #fff;
  margin-left: 0px !important;
  padding-left: 0px !important;
  font-family: Montserrat;
  padding-bottom: 30px !important;
}

.local-insight .info-card h2 {
  font-size: 18pt;
  color: #2f6234;
  font-family: neulisalt-bold;
  margin-bottom: 20px;

}

.local-insight .info-card p {
  font-size: 11pt;
  color: #000;
  font-family: Montserrat;
  height: 80px;

}

/* تصميم الكروت */
.local-insight .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: 190px;
  padding: 25px;
  display: block;

}

/* التأثير عند التحويل */
.local-insight .info-card:hover {
  transform: translateY(-5px);
}

.local-insight .section-paragraph {
  font-size: 11pt;
  max-width: 48%;
  text-align: left;
  color: #fff;
  margin-left: 0px !important;
  padding-left: 0px !important;
  font-family: Montserrat;
  margin-top: 40px;
}

.banner-contactus {
  background: url('images/banner/banner-contactus.png') center/cover no-repeat;
  height: 450px;
  /* تعديل الارتفاع حسب الحاجة */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* طبقة التعتيم للخلفية */
.banner-contactus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* تنسيق النص */
.banner-contactus-title {
  font-family: neulisalt-bold;
  color: white;
  font-size: 35pt;
  z-index: 1;
  /* لجعل النص فوق طبقة التعتيم */
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  padding-bottom: 30px;
  padding-left: 50px;
}


/* تصميم القسم */
.contactusmain-secation {
  background-color: #fff;
  /* اللون الأخضر */
  padding: 30px 0px 0px;
  text-align: center;
  z-index: 50;
  position: relative;
}

/* العنوان الرئيسي */
.contactusmain-secation h2 {
  font-size: 24pt;
  font-family: neulisalt-bold;
  color: #2f6234;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}

.contactusmain-secation img
{
width: 50px;
}

.contactusmain-secation .info-card h4 {
  font-size: 18pt;
  color: #2f6234;
  font-family: neulisalt-bold;
  margin-bottom: 20px;

}

.contactusmain-secation .info-card p {
  font-size: 11pt;
  color: #676767;
  font-family: Montserrat;

}

.contactusmain-secation .info-card .img {
  padding: 0px !important;
}

/* تصميم الكروت */
.contactusmain-secation .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: 190px;
  padding: 25px;
  display: block;
  position: relative;
  top: 40px
}

/* التأثير عند التحويل */
.contactusmain-secation .info-card:hover {
  transform: translateY(-5px);
}

/* Contact us page */
.contactus-section .contactus-form {
  background: #fafafa;
  border-radius: 40px;
  padding: 40px;
}

.contactus-form h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  color: #2734ad;
}

.contactus-form p {
  color: #000;
  font-size: 12px;
  margin-bottom: 20px;
}

.map-postion {
  top: -120px;
  z-index: 10;
}

.contact-contactus {
  background-color: #15632f;
  /* اللون الأخضر */
  padding: 60px 0;
  text-align: center;
  height: 500px;
}

.contact-contactus p {
  font-size: 18pt;
  color: #fff;
  font-family:  neulisalt;
  text-align: left;
  padding-right: 30px;
  margin-top: 50px;

}

.contact-contactus h2 {
  color: #fff;
  font-size: 24pt;
  font-family: neulisalt-bold;
  text-align: left;

}


/* تصميم الكروت */
.contact-contactus .info-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease-in-out;
  height: max-content;
  padding: 50px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* يجعل "Read More" دائمًا في الأسفل */
  position: relative;
  color: #000;

}

.contact-contactus .info-card:hover {
  transform: translateY(-5px);
}

.mt-partener {
  margin-top: 150px;
}

/* تحسين التصميم للشاشات الصغيرة */
@media (max-width: 768px) {
  .section-title {
    font-size: 24pt;
  }

  .info-card {
    margin-bottom: 15px;
  }

  .contact-box {
    width: 90%;
  }

}

.img-service img {
  max-width: 200px;
  margin: auto;
}

@media (max-width: 1399px) {

  .img-service img {
    max-width: 160px !important;
    margin: auto;
  }
}

@media (max-width: 768px) {

  .p-who {
    padding-left: 20px;
  }

  .header {
    padding-left: 0px !important;
    padding-right: 0px !important;
    justify-content: flex-start;


  }


.header-bg {
  /* background: url("images/bg/bg-header-mobile.png") center/cover no-repeat; */
  height: 750px;
  padding-top: 20px;
}
.slide1
{
  background-image: url('images/bg/bg-header-mobile.png');
}
.slide2
{
  background-image: url('images/bg/bg-header-mobile2.png');
}
.slide3
{
  background-image: url('images/bg/bg-header-mobile3.png');
}


.slider-container {
  max-width: 100%;
  position: relative;
  margin-top: -50px;
  z-index: 333;
}

.slider-container h4 {
  font-size: 20px;
}

.slider-container h2 {
  font-size: 30px;
}

.slider-container p {
  font-size: 18px;
}

.owl-dots {
  bottom: 30px;
}

.owl-dot {
  width: 16px;
  height: 16px;
  margin: 5px;
  background: 0 0;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: 0.3s;
  bottom: 0;
}

.owl-dot.active {
  background: #fff;
}

.text-subtitle-who,
.text-subtitle-who p {
  text-align: center;
  margin: 20px auto auto auto !important;
  width: 100px;
}

.img-service {

  text-align: center;
}

.img-service p {
  margin: auto;
}

#operations {
  direction: ltr;
}

.managed-contact {
  margin-bottom: 20px;
}

footer .address {
  margin: 30px auto;
}

footer p {
  margin-top: 10px;
}

footer .menu {
  text-align: left;
  padding-left: 10px;
}

footer .ms-footer {
  padding-left: 100px !important;
}

footer .social {
  text-align: left;
  padding-left: 100px !important;

}

#operations .row {
  display: flex;
  flex-direction: column;
  /* ترتيب العناصر عمودي */
  text-align: left;
  /* لمحاذاة النص في المنتصف */
}
.operations-section-home
{
  display: block;
}
.operations-desktop
{
display: none;
}
#managment-carousel .owl-dots.active, #operations-carousel .owl-dots.active {
  display: flex !important;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  margin: auto;
  bottom: 0px;
  border: 2px solid #fff;

}
.operations-section-home .row {
  display: flex;
  flex-direction:row!important;
  /* ترتيب العناصر عمودي */
  text-align: left;
  /* لمحاذاة النص في المنتصف */
}
#operations .col-md-6 {
  order: 1;
  /* النص في الأعلى */
  margin-bottom: 20px;
  /* إضافة مسافة بين النص والأيقونات */
}

#operations .col-md-2 {
  order: 2;
  /* الأيقونات في الأسفل */
}
#operations #operations-carousel {
  order: 3;
  /* النص في الأعلى */
  margin-bottom: 20px;
  /* إضافة مسافة بين النص والأيقونات */
}

.opacity-100 {
  opacity: 1 !important;
}

.banner-title-compliance {
  font-size: 24pt;
  padding-left: 10px;

}

.subservice .title {
  width: 100%;

}

.related-services-card {
  margin-top: 20px;
}

.who-needs-text {
  width: 100%;
}

.download-section .read-more {
  font-size: 14pt;
}

.download-section .read-more .fa-solid {
  margin-left: 10px;
}

.owl-nav .owl-prev {
  left: 20px;
}

.owl-nav .owl-next {
  right: 20px;
}

.side-nav ul {
  border-right: 0px dotted #58595b !important;
  border-bottom: 1px dotted #58595b !important;
}

.subservice {
  padding-left: 20px;
  margin-top: 40px;
}

.feature-card {
  height: max-content !important;
}

.why-use-card {
  height: max-content !important;
  padding: 20px !important;
  ;
}

.intro-compliance .illustration {
  padding-top: 20px;
}

.intro-compliance .title,
.intro-compliance .title-blue {
  font-size: 18pt;
}

.why-use-section h2 {
  width: 100%;
}

.intro-services .subtitle {
  width: 100%;
}

.management-section .section-description {
  max-width: 100%;
  padding-left: 0px;
  padding-bottom: 30px;
}

.operations-service .card-text {
  padding-left: 10px !important;
  margin-top: 20px;
}

.intro-about {
  background: none !important;
  height: auto;
  /* تعديل الارتفاع حسب الحاجة */

}

.intro-about-section {
  display: contents;

}

.intro-about .title {
  font-size: 22pt;
  font-family: neulisalt-bold;
  color: #2E3192;
  /* اللون الأزرق */
}

.projects p,
.clients p {
  text-align: left;
}

.contact-section {
  padding: 0px 0px 200px !important;
}
}
@media (max-width:992px) {

  /* list */
  .side-nav ul li {
    padding-right: 12px;
  }

  .side-nav ul li.active a {
    padding: 10px 5px 10px 10px;
    font-size: 13px
  }

  .side-nav ul li a {
    padding: 10px 3px 10px 10px;
    font-size: 13px
  }

  .icon-circle img {
    width: 32px;
    margin-right: 0px;
  }

  .feature-card {
    height: 300px;

  }

  .feature-card h4 {
    width: 100%;
  }

  .subservice {
    padding-left: 20px;
  }

  .compliance-card {
    padding: 5px;
  }

  .compliance-section p
  {
    height: 140px!important;
  }
  .compliance-text {
    font-size: 14pt;
  }

  .compliance-section .read-more {
    padding-right: 0px;
    text-align: right;
    font-size: 10pt;
  }

  .why-use-card {
    padding: 10px;
    height: 200px;
  }

  .why-use-section h2 {
    width: 75%;
  }

  .intro-services .subtitle {
    width: 100%;
    font-size: 18pt;
  }

  .management-section p {
    text-align: center !important;
  }

  ;

  .management-section .info-card {
    max-height: auto;
  }

  .operations-service .card-text {
    padding-left: 10px !important;
    margin-top: 20px;
  }

  .contact-service .info-card {
    margin-top: -120px
  }

  .contact-service p {
    margin-top: 0px;
    padding-right: 10px;
  }

  .contact-service .info-card {
    padding: 20px;
  }

  .operations-service .section-description {
    max-width: 100% !important;
  }

  .management-section .info-card p {
    padding-left: 25px;
    text-align: left !important;
  }
  .related-services .info-card p
  {
    margin-top: 0px!important;
    height: max-content!important;
  }

}

@media (max-width: 1024px) {

  /* Menu */
  .desktop-header,
  .desktop-header.is-stuck {
    display: none !important;
  }

  .mobile-header {
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
    /* خلفية شفافة */
    width: 100%;
    border-radius: 50px;
    padding: 6px 0px;



  }

  .mobile-header.is-stuck {
    position: fixed;
    width: 100%;
    z-index: 1000;
    align-items: center;
    padding: 6px 0px;
    border-radius: 50px;
    margin: auto;
    max-width: 100%;
    margin-top: 20px;
    align-items: center;
    /* توسيط رأسي */
    justify-content: flex-start;
    /* توسيط أفقي */
    opacity: 1;
    /* جعله مرئيًا */
    transform: translateY(0);
    /* تثبيته بمكانه */
    background-color: rgba(255, 255, 255, 0.9);
    /* خلفية شفافة */

  }

  .mobile-logo {
    margin-left: 20px;
  }

  .menu-toggle {
    position: fixed;
    right: 15px;

  }

  .why-choose-us .list-unstyled li .subject p {
    width: 100% !important;
  }

  .why-choose-us {
    height: auto !important;
    margin-bottom: 30px !important;
  }

  .our-cybersecurity .section-description,
  .local-insight .section-description,
  .local-insight .section-paragraph {
    max-width: 100% !important;
  }

  .local-insight .info-card {
    height: 240px;

  }

  .operations-aboutus .info-card {
    height: max-content;

  }

  .operations-aboutus .info-card p {
    padding-left: 30px !important;
  }

  .contactusmain-secation .info-card {
    padding-right: 5px !important;
  }

  .contactusmain-secation .info-card {
    height: 230px;
  }

  .our-cybersecurity .info-card p {
    height: 110px;
  }
}

@media (max-width: 480px) {

  .clients .progress-bar-container,
  .projects .progress-bar-container , .achievements-section .clients .progress-bar-container,
  .achievements-section .projects .progress-bar-container {
    left: 100px;
    margin: 0px !important;

  }

  .projects p,
  .clients p ,.achievements-section .projects p, .achievements-section .clients p {
    font-size: 10pt;
  }
  .projects .progress-bar,
  .clients .progress-bar ,  
  .achievements-section .projects .progress-bar,
  .achievements-section .clients .progress-bar {
    font-size: 13pt;
    margin: auto;
  }

  .projects h3,
  .clients h3 ,.achievements-section   .projects h3,
  .achievements-section .clients h3{
    font-size: 40pt;
    width: 50px;
    margin: auto;
    float: left!important;
    left: 100px!important;

  }

  .contact-service .info-card {
    margin-top: 20px !important;
    margin: auto;
  }

  .operations-service .card-text {
    padding-left: 30px !important;
    margin-top: 20px !important;
  }

  .achievements-section .projects p,
  .achievements-section .clients p {
    float: left !important;
  }

  .why-choose-us .list-unstyled li .subject p {
    width: 100% !important;
  }

  .why-choose-us {
    height: auto !important;
    margin-bottom: 30px !important;
  }

  .our-cybersecurity .section-description,
  .local-insight .section-description,
  .local-insight .section-paragraph {
    max-width: 100% !important;
  }

  .mt-partener {
    margin-top: 430px;
  }

  .our-cybersecurity .info-card p {
    height: 70px;
  }

  .intro-about {
    padding-top: 30px;
  }

  .operations-service .card-icon {
    margin-bottom: 0px;
  }

  .operations-service .info-card p {
    margin-top: 0px;
    height: auto;
  }

  .compliance-text {
    margin-top: 30px;
  }

  .why-use-section h2 {

    width: 100%;


  }

  .why-use-section .subtitle {

    width: 100%;


  }
  #managment-carousel {
    display: block;
  }
  
  .img-service-auto {
    display: none;
  }
  #managment-carousel .owl-dots.active, #operations-carousel .owl-dots.active, #managment-carousel .owl-dots, #operations-carousel .owl-dots
  {
    display: block!important;
  } 
  .assurance-icon
  {
    margin-left: 0px!important;
  }
  .operations-service .card-text, .related-services .card-text  {
    padding-left: 30px!important;
  }
  .compliance-card .col-md-2
  {
    text-align: left!important;
  }
  .compliance-card{
  padding: 20px!important;
}
.operations-section-home .card-text
{
  margin-top: 30px;
}
.operations-section-home p
{
  height: 260px;
}
.banner-title,.banner-aboutus-title,.banner-contactus-title
{
  padding-left: 10px!important;
  font-size: 25pt!important;
}

}
.owl-carousel .item img {
  display: block !important;
  width: 100%;
  height: auto;
}