/* Fixes CSS - Add your custom fixes here */
body {
    font-family: "Sora", sans-serif !important;
}
@media (min-width: 768px) {
  .new__nav .nav__container .nav__content {
    padding: 0px;
  }
  .new__nav .nav__menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.media-section .card a {
  padding: 0;
}
.media-section .card p {
  padding-top: 10px;
}

.btn.read-more
{
  padding-left: 0;
}
/* Chart.js Radar Chart Styles */
.statistics-section .chart-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  height: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  overflow: visible;
}

@media (max-width: 991.98px) {
  .statistics-section .chart-container {
    max-width: 540px;
    height: 540px;
    padding: 10px;
  }
  .map-main{
    height: 350px;
  }
}
.map-container  > div{
  border-radius: 12px;
}
@media (max-width: 768px) {
  .statistics-section .chart-container {
    max-width: 480px;
    height: 480px;
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .statistics-section .chart-container {
    max-width: 100%;
    height: 400px;
    padding: 20px;
  }
}

.statistics-section .chart-container canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

/* Remove any default spacing from Chart.js wrapper */
.statistics-section .chart-container > * {
  margin: 0;
  padding: 0;
}

.statistics-section .chart-total {
  text-align: center;
  margin-top: 30px;
}

.statistics-section .chart-total h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .statistics-section .chart-total h3 {
    font-size: 20px;
  }
}

.statistics-section .chart-total p {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  .statistics-section .chart-total p {
    font-size: 24px;
  }
}

.mobile-logo img {
  width: auto;
  height: 50px;
}
@media (min-width: 991px) {
  /* .media-section .card h5{
        height: 70px;
    }
    .media-section .card p{
        height: 45px;
    } */
  .auth-img {
    height: 324px;
    object-fit: cover;
    border-radius: 32px;
    height: 100%;
  }
}


.new__nav .nav__menu > ul > li:before {
    height: 2px;
    width: 100%;
    background-color: #004784;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    opacity: 0;

}
@media (max-width: 991.98px) {
    .breadcrumb a {
        font-size: 14px;
        line-height: 20px;
    }
}

.breadcrumb a {
    color: var(--dark-gray, #3F3F3F);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}
.breadcrumb a:hover{
  color: #004784;
}
@media (min-width:1200px) {
  

.new__nav .nav__menu > ul > li:hover:before,
.new__nav .nav__menu > ul > li.active:before {
 
    opacity: 1;}
    .new__nav .nav__menu > ul > li.nav__logo:before {
  display: none;

}
   .new__nav .nav__menu > ul > li.nav__menu--list img{
          transition: all .3s ease-in-out;

}
.new__nav .nav__menu > ul > li.nav__menu--list li a{
        transition: all .3s ease-in-out;

}
.new__nav .nav__menu > ul > li:hover > a,
.new__nav .nav__menu > ul > li.active > a{
     color: #004784!important;
 
}
.new__nav .nav__menu > ul > li.nav__menu--list li:hover a,
.new__nav .nav__menu > ul > li.nav__menu--list li.active a{
    color: #004784!important;

}
   
    .new__nav .nav__menu > ul > li.nav__menu--list:hover img,
        .new__nav .nav__menu > ul > li.nav__menu--list.active img{
        filter: invert(12%) sepia(93%) saturate(4035%) hue-rotate(194deg) brightness(95%) contrast(110%);

    }
   .new__nav .nav__menu > ul > li.nav__menu--list ul li:hover a,
.new__nav .nav__menu > ul > li.nav__menu--list ul li.active a{
color: #004784;
}}

.new__nav .nav__menu > ul > li a {
  text-transform: capitalize;
  transition: all .3s ease-in-out;
}
.media-card{
  cursor: pointer;
}
.card {
  display: flex;
  flex-direction: column;
}
.media-card h3,
.media-card p{
  transition: all .3s ease-in-out;
}
.media-section .card h5{
  transition: all .3s ease-in-out;
}
.media-card:hover h3{
  color: #004784!important;
}
.media-section .card:hover h5{
  color: #004784;
}
.media-thumb{
  position: relative;
}
/* .media-thumb:after{
      background: linear-gradient(180deg, rgba(11, 20, 29, 0.24) 0%, rgba(6, 11, 17, 0.24) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 45.03%, rgba(0, 0, 0, 0.64) 100%), linear-gradient(180deg, rgba(0, 114, 178, 0) 0%, rgba(0, 114, 178, 0.32) 100%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;

}
.media-card:hover .media-thumb:after{
  opacity: 1;
} */
/* .media-card{
      display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 430px;
} */
.media-main-card,
.media-body {
  flex-grow: 1;
  padding-top: 14px;
}
.nice-select.media-sort{
  border:0
}
.gallery-cards .media-card .media-thumb img{
  background-color: #eee;
}
.media-section .card > img:first-child {
  display: block;
  width: 100%;
      background: #eee;
  height: 245px;
  object-fit: contain;
}
.gallery-cards .media-card .media-thumb img{
  object-fit: contain;
}

@media (max-width:768px) {
   .card {
    height: auto;
    width: 100%;
   } 
   .sliderTab.org-slider .swiper-slide{
    width: inherit!important;
    height: auto!important;
   }
}
.services-section .cards .card .card-body p {
    font-size: 16px !important;
    color: #3F3F3F !important;
    font-weight: 400!important;
        font-family: "Sora", sans-serif !important;
    padding: 14px 20px !important;}
@media (max-width: 1199.98px) {
    /* .new__nav .nav__menu > ul {
        margin: 40px 0!important;
    } */
     .new__nav .nav__menu > ul > li:not(:last-child) {
        margin-inline-end: 0;
    }
    .close-icon{
        top: 0;
        text-align: end;
        width: 100%;
    }
    :lang(ar) .close-icon{
      text-align: start;
    }
        .new__nav .nav__menu {
        overflow-y: scroll;
        padding: 40px 0;}
            .new__nav .nav__menu > ul > li a {
padding-inline-start: 0;
}
.new__nav .nav__menu > ul > li.nav__menu--list a:focus {
    outline: 0!important;
}

}
@media (max-width: 575px) {
    .new__nav .nav__container .nav__content .nav_icon {
        width: 20px;
    }
    .mobile-logo img {
    width: 150px;
    height: auto;
}
/* .new__nav .nav__container .nav__content .nav__control > ul{
    width: 33%;
} */
    .mobile-logo {
        margin: auto;
        width: 33%;
    }
    .new__nav .nav__container .nav__content .nav__control ul:last-of-type li:first-child {
    margin-inline-end: 8px;}
    .new__nav .nav__container .nav__content .nav__control ul:last-of-type li:first-child::after {
    right: -5px;}
    :lang(ar) .new__nav .nav__container .nav__content .nav__control ul:last-of-type li:first-child::after {
    left: -5px!important;
    right: unset;}

}
.slider-main .swiper-button-next,.slider-main .swiper-button-prev{
    z-index: 7;
}
@media (max-width:1200px) {
    .navbar{
padding-bottom: 0;
padding-top: 0;
    }
       .new__nav .nav__menu > ul > li{
        width: auto;
    }
        /* .new__nav .nav__menu > ul > li.nav__menu--list img {
        right: -30px;} */
               .new__nav .nav__menu > ul > li.nav__menu--list img {
        right: 0;}
           :lang(ar)  .new__nav .nav__menu > ul > li.nav__menu--list img {
        left: 0;
        right: unset;
    }
       /* :lang(ar)  .new__nav .nav__menu > ul > li.nav__menu--list img {
        left: -30px;
        right: unset;
    } */
    .new__nav .nav__menu > ul > li.nav__menu--list ul{
        padding-left: 0!important;
    }
}
@media (max-width: 991.98px) {
    .nice-select.lang-select__box .list {
        left: -60px;
    }
    .mission-vision-values .mission-item:first-of-type{
      margin-top: 24px;
    }
 
        .btn.btn-primary {
        font-size: 14px;
        height: 40px;
        width: 160px;
    }
     :lang(ar) .nice-select.lang-select__box .list {
        right: -60px;
        left: unset;
    }
    .new__nav .nav__menu > ul > li.nav__menu--list img {
        top: 7px;}
        .new__nav .nav__menu > ul > li {
        padding:  0;}
        .statistics-section p {
    padding: 20px 0;}
    .media-section .btn.btn-primary {
    margin: 10px 0 0;
}


}
  

.highcharts-figure {
  min-width: 300px;
  max-width: 100%;
  margin: 1em auto;
  height: 100%;
}

.highcharts-tooltip-header + path {
    display: none !important;
}

/* Or target the specific marker class if using styled mode */
.highcharts-color-marker {
    display: none!important;
}


.highcharts-figure .tooltip{
    display: none;
    background-color: transparent;
}
.disabled-right-section .accordion-body p{
  height: 145px;
  overflow-y: auto;
  color: var(--black, #000);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
text-transform: capitalize;
}
@media (min-width:992px) {
  

.map-container{
  top: -60px;
}
.map-container {
    width: 100%;
    height: calc(100% + 60px) !important;
    left: 0;
    z-index: 8;
    position: absolute;}
.branches-tabs nav {
    width: 48%;
    height: fit-content;
    /* margin-bottom: 32px; */
    position: absolute;
    top: 0;
    max-height: 200px;
    min-height: 70px;
    display: flex;
    align-items: center;}
    /* .branch-summary:first-of-type{
      margin-top: 130px;
    } */
    .map-container iframe{
      height: 100%;
    }}
/* .highcharts-figure  svg path{
    stroke: #004784;
} */
/* Force the tooltip container to be invisible */
.highcharts-tooltip-container, 
.highcharts-tooltip {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
#container h4 {
  text-transform: none;
  color: #000;
    text-transform: none;
text-align: center;
font-size: 16px;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
}
.sliderContent .swiper-slide .content{
  background-color: transparent;
}
.highcharts-figure rect{
  fill: transparent;
}
.highcharts-figure text{
  display: none;
}
.is-single .prev, 
.is-single .next, 
.is-single .num {
    display: none!important;
}
#container p {
  font-size: 13px;
  line-height: 16px;
}


#container h4 
{
    text-transform: capitalize;
}
.branches-tabs .slider-main-tabs{
overflow-x: hidden;
}
@media (min-width: 992px) {
    .new__nav .nav__menu > ul > li.nav__menu--list ul {
      width: max-content;
      max-width: 250px;;
    }
    .slider-main-tabs__container {
      height: 80%;
      width: 50%!important;
    }

    .services-section .cards > a{
      width: 33%;
      display: inline-block;
    }
  }
      .services-section .cards > a{
              display: contents;

      }
  .services-section .cards .card{
    text-decoration: none;
    width: 100%;
  }
  /* Hide all paragraphs by default inside auth-desc */
.auth-desc p,
  .services-section .cards .card-body p {
    display: none;
}

/* Show only the first and second paragraph */
.auth-desc p:nth-of-type(1),
.auth-desc p:nth-of-type(2),
  .services-section .cards .card-body p:nth-of-type(1)
   {
    display: block;
}
  .services-section .cards .card-body p:nth-of-type(1)
{
  height: 65px;
  overflow: hidden;
}
.services-section .cards .card .card-body .btn.read-more {
    margin: 0 0 20px 0;
    padding: 0 20px;
}

  .services-section .cards .card .card-body .card-img{
    height: 178px;
    object-fit: cover;
  }
.mission-vision-values .value-img{
  object-fit: cover;
  height: 100%;
  border-radius: 32px;
}
@media screen and (max-width: 600px) {
  #container h4 {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  #container p {
    font-size: 2.3vw;
    line-height: 3vw;
  }
}

.highcharts-description {
  margin: 0.3rem 10px;
}
 .footer-main .footer-list ul li h2{
  text-transform: capitalize;
 }
 .mission-vision-values .mission-item ul ,
 .service-details-card ul{
  padding-inline-start: 20px;
  list-style: square;
 }
 .mission-vision-values .mission-item ul li{
  color: var(--black, #000);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px;
 }
 .service-details-card ul li{
  color: var(--dark-gray, #3F3F3F);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 200% */
letter-spacing: -0.64px;
text-transform: capitalize;
 }
 @media (min-width:1200px) and (max-width:1600px) {
  .mission-vision-values .mission-item {
    padding: 18px;
  }
   .mission-vision-values .mission-item ul li,
   .mission-vision-values .mission-item p{
    font-size: 15px;
   }
   .mission-vision-values .mission-item h3{
    padding-bottom: 10px;
   }
 }
 .disable-point-img{
  object-fit: cover;
  border-radius: 32px;
 }
 .footer-main .footer-bottom{
  border-top: 0;
  height: auto;
 }
.footer-main .footer-bottom .footer-content{
  border-top: 1px solid #fff;
  padding: 32px 0;
 }
 @media (min-width:992px) {
  
 
 .footer-main .footer-list .important-links {
    padding-bottom: 32px;
    padding-top: 32px;
    max-width: 18%;
}
.main-logo{
  width: 20%;
}
}
.footer-main .footer-list ul li h2 {
    font-weight: 900;
}
.footer-main .footer-list ul li a{
  font-weight: 400;
}

.main-logo p{
    font-weight: 400;
color: #fff;
font-size: 14px;
}
.footer-main:after{
  display: none;
}

.footer-main .footer-list .main-logo ul li {
  padding-bottom: 24px;
}
.info-list li a,
.info-list li span{
color: var(--white, #FFF);
text-decoration: none;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
text-transform: capitalize;}

@media (max-width: 1199.98px) {
    .info-list.mobile li img{
filter: brightness(0);    }
.info-list li a,
.info-list li span{
  color: #004784;
}
}
.info-list li a:hover{
  color: #000;
}
@media (min-width:992px) {
.new__nav .nav__menu > ul > li.nav__menu--list:hover img {
    transform: rotate(180deg);
}
.footer-main .footer-list .main-logo > ul  {
padding: 32px 0;
}
}
@media (max-width: 1199.98px) {
    .new__nav .nav__menu > ul > li a {
        width: calc(100% - 5px);
    }
        .new__nav .nav__menu > ul > li {
        width: 280px;}
}
/* Rotate submenu indicator arrow when submenu is open or on hover */
.new__nav .nav__menu > ul > li.nav__menu--list img {
    transition: transform 0.25s ease, filter 0.25s ease;
    transform-origin: center;
}
.new__nav .nav__menu > ul > li.nav__menu--list.open img {
    transform: rotate(180deg);
}
.gallery-cards .media-card .media-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 4px 0;}
    .gallery-cards .media-card .media-body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
    
@media (min-width:1200px) {
  .media-section .card {
    height: 100%;
    max-height: 430px;
}
  
}
:root {
  --sidebar-bg: #7a869a; /* The grey color from your image */
  --sidebar-hover: #5d6a7d;
}

/* Sidebar Container */
.acc-sidebar {
  position: fixed;
  right: 0;
  top: 20%;
  display: flex;
  flex-direction: column;
  background-color: #004784;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  z-index: 9;
  width: 50px;
}

/* Individual Buttons */
.acc-sidebar button {
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  color: white;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.acc-sidebar button:hover {
  background: rgba(255,255,255,0.3);
}
.acc-sidebar button:first-of-type:hover{
  border-top-left-radius: 10px;

}

.text-icon { font-size: 14px; }
.icon { font-size: 18px; }

/* High Contrast Class (Triggered by JS) */
body.high-contrast {
  background-color: #000 !important;
  color: #fff !important;
}
body.high-contrast * {
  background-color: #000 !important;
  color: #ffff00 !important; /* Yellow text for high accessibility */
  border-color: #fff !important;
}

/* Search Box styling */
#search-container {
  position: absolute;
  right: 60px;
  top: 155px;
  background: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.hidden { display: none; }
/* Accessibility Buttons */
.acc-buttons button {
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

/* Social Media Section */
.social-section {
  padding: 10px 0;
  text-align: center;
  display: none;
}

.share-count {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #fff;
}

.share-count span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.8;
}

.social-icons {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2x2 Grid like the image */
  gap: 5px;
  padding: 0 5px;
}

.social-btn {
  background: rgba(255,255,255,0.1);
  color: white;
  text-decoration: none;
  font-size: 14px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.2s;
}

.social-btn:hover {
  background: rgba(255,255,255,0.3);
}
.details-img img{
  max-height: 500px;
  object-fit: contain;
  background-color: #eee;
  border-radius: 12px;
}
.footer-main .footer-bottom .footer-content ul li a {
    text-transform: capitalize;}
@media (max-width: 991.98px) {
    .first-section.home-page-first-section .num {
        top: 50%;
    }
   
    /* #search-container{
      top:0;
      width: 50%;
    } */
    /* .acc-buttons{
      display: flex;
    } */
    .acc-buttons button {
    border-right: 1px solid #fff;}
    /* .acc-sidebar {
      top: unset;
      bottom: 0;
      width: 100%;
    } */
     :lang(ar) .acc-buttons button {
   border-left: 1px solid #fff;
   border-right: 0;
}}
.acc-buttons button:last-of-type{
  border-bottom: 0;
}
.sort-button .nice-select{
  border: 0!important;
}
/* Container to position the toasts (usually top-right) */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

/* The Toast Box */
.toast {
    display: flex;
    align-items: center;
    background-color: #5cb85c; /* The green from your screenshot */
    color: white;
    padding: 12px 20px;
    border-radius: 6px;       /* Rounded corners */
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Soft shadow */
    min-width: 250px;
    opacity: 0.95;            /* Slight transparency */
}

/* The Checkmark Icon */
.toast .icon {
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

/* The Message Text */
.toast .text {
    font-size: 14px;
    line-height: 1.4;
}

/* Optional: Different colors for different message types */
.toast-error { background-color: #d9534f; }
.toast-warning { background-color: #f0ad4e; }
.toast-info { background-color: #5bc0de; }
.spinnerElem{
  width: 20px;
  height: 20px;
}
.lawSwiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 0 62px 0;
}
@media (max-width: 479px) {
  .lawSwiper {
    width: 100%;
  }
}
.lawSwiper.org-slider .swiper-slide {
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: auto;
  border-radius: 80px;
  border: 1px solid rgba(87, 87, 87, 0.2);
  color: var(--black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
  letter-spacing: -0.64px;
  text-transform: capitalize;
  background-color: transparent;
  height: 40px !important;
  line-height: normal;
  width: fit-content !important;
}
.lawSwiper.org-slider .swiper-slide.on {
  background-color: #004784;
}
.lawSwiper.org-slider .swiper-slide.on:after {
  display: none;
}
.lawSwiper.org-slider .swiper-slide.on img {
  filter: brightness(0) invert(1);
}
.lawSwiper.org-slider a {
  flex-direction: row !important;
  align-items: center;
}
.lawSwiper .swiper-wrapper {
  display: flex;
  width: 100%;
}
.lawSwiper .swiper-slide {
  border-radius: 12px;
  background: var(--light-blue-bg, #F5FAFC);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  padding: 15px 29px;
  height: auto !important;
  /* width: fit-content !important; */
}
.lawSwiper .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  width: 25px;
  height: 30px;
  background-color: #004784;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.lawSwiper .swiper-slide a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lawSwiper .swiper-slide a img {
  width: 36px;
  height: 36px;
}
.lawSwiper .swiper-slide .text {
  color: var(--black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .lawSwiper .swiper-slide .text {
    font-size: 16px;
  }
}
.lawSwiper .swiper-slide-thumb-active {
  background-color: #004784;
}
.lawSwiper .swiper-slide-thumb-active:after {
  opacity: 1;
  visibility: visible;
}
.lawSwiper .swiper-slide-thumb-active .text {
  color: #fff;
}

.lawSwiper2 {
  width: 100%;
}
.lawSwiper2 .swiper-slide .content {
  border-radius: 12px;
  background: var(--light-blue-bg, #F5FAFC);
  padding: 37px 40px;
}
@media (max-width: 991.98px) {
  .lawSwiper2 .swiper-slide .content {
    padding: 20px;
  }
}
.lawSwiper2 .swiper-slide .content p {
  margin-bottom: 30px;
  color: var(--dark-gray, #3F3F3F);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  line-height: 40px;
}
@media (max-width: 991.98px) {
  .lawSwiper2 .swiper-slide .content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
  }
}
.lawSwiper2 .swiper-slide .content .title {
  margin-bottom: 24px;
  color: var(--dark-blue-80, #004784);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 40px;
}
@media (max-width: 991.98px) {
  .lawSwiper2 .swiper-slide .content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.slider-main {
  padding: 48px 0 80px 0;
}

.slider-main-tabs {
  padding-left: 0;
  padding-right: 20px;
  position: relative;
}

.slider-main-tabs .lawSwiper {
  position: static;
}

.slider-main-tabs .swiper-button-next, .slider-main-tabs .swiper-container-rtl .swiper-button-prev {
  right: -20px;
  top: 50%;
  transform: translateY(calc(-50% - 9px));
}
.slider-main-tabs .swiper-button-prev{
    transform: translateY(calc(-50% - 9px)) scaleX(-1)!important;

}
.slider-main-tabs .swiper-button-prev, .slider-main-tabs .swiper-container-rtl .swiper-button-next {
  left: -20px;
  top: 50%;
  transform: translateY(calc(-50% - 9px));
}

:lang(ar) .slider-main-tabs .swiper-button-next, :lang(ar) .slider-main-tabs .swiper-container-rtl .swiper-button-prev {
  left: -20px;
  right: auto;
}

:lang(ar) .slider-main-tabs .swiper-button-prev, :lang(ar) .slider-main-tabs .swiper-container-rtl .swiper-button-next {
  right: -20px;
  left: auto;
}

.slider-main-tabs .swiper-button-next:after, .slider-main-tabs .swiper-container-rtl .swiper-button-prev:after,
.slider-main-tabs .swiper-button-prev:after, .slider-main-tabs .swiper-container-rtl .swiper-button-next:after {
  display: none;
}

.lawSwiper .swiper-slide a:focus {
  outline: 0;
}

@media (max-width: 768px) {
  .slider-main-tabs .swiper-button-next, .slider-main-tabs .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }

  .slider-main-tabs .swiper-button-prev, .slider-main-tabs .swiper-container-rtl .swiper-button-next {
    left: 0;
  }

  :lang(ar) .slider-main-tabs .swiper-button-next, :lang(ar) .slider-main-tabs .swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: 0;
  }

  :lang(ar) .slider-main-tabs .swiper-button-prev, :lang(ar) .slider-main-tabs .swiper-container-rtl .swiper-button-next {
    right: 0;
    left: auto;
  }
}
.first-section.home-page-first-section .num{
  right: 60px;
}
:lang(ar) .first-section.home-page-first-section .num{
  left: 60px!important;
  right: unset;
}
:lang(ar) .acc-sidebar{
  left: 0;
  right: unset;
}
.stat-main .row{
  gap: 10px;
}
video:-webkit-full-page-media
{
  margin: 0;
  width: 100%;
}
video:-webkit-full-page-media {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* This forces it to fill the screen */
}
.statistics-main .progress > .fill {
  min-width: 50px;
}
.sliderTab.org-slider .swiper-slide.active{
        background-color: rgba(0, 71, 132, 1);
}
.sliderTab.org-slider .swiper-slide.active .text{
color: #fff;

}
:lang(ar) .acc-sidebar {  
    border-radius: 0 8px 8px 0;}


        .slider-main-tabs__container {
      width: 100%;
      height: 300px;
      overflow: hidden;
    }

   

    
    .slider-main-tabs__container {
      height: 60px;
      box-sizing: border-box;
      padding: 10px 0;
      background-color: #fff;
      border-radius: 12px;

    }
    .slider-main-tabs__container .swiper-slide .nav-link{
      white-space: nowrap; /* Keeps text on one line */
    width: max-content;
    }
    .slider-main-tabs__container .swiper-slide {
      height: 100%;
      width: auto!important; /* Required if using centeredSlides or variableWidth */
      /* width: fit-content!important; */
    }

    .inner-chart{ 
        width: 100%;
        padding: 20px;
        max-width: 800px;
        margin: 0 auto;
    }
    .media-section .card p {
    -webkit-line-clamp: 2;}
    :lang(ar) .btn.read-more img{
      transform: scaleX(-1);
    }
    .media-section .card h5 p {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn.read-more:hover {
    color: #004784;
}
.btn.read-more img{
  transition: all.3s ease-in-out;
}
.video-responsive {
    padding-bottom: 20.25%;

}
.video-responsive video{
  width: 100% !important;
}
.btn.read-more:hover img{
filter: invert(14%) sepia(81%) saturate(3120%) hue-rotate(194deg) brightness(98%) contrast(103%);}

@media (max-width: 768px) {
  .statistics-main .icon{
    display: none;
  }
}
.slider-main-tabs__container .swiper-slide .nav-link{
  position: relative;
}
.slider-main-tabs__container .swiper-slide .nav-link:before {
    height: 2px;
    width: 100%;
    background-color: #004784;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    opacity: 0;
}
.slider-main-tabs__container .swiper-slide .nav-link.active:before {
  opacity: 1;
}
/* By default, hide the open book and show the closed one */
.icon-open {
    display: none;
}
.icon-closed {
    display: block;
}

/* When the slide is active, reverse the visibility */
.lawSwiper .swiper-slide-thumb-active .icon-open {
    display: block;
}
.lawSwiper .swiper-slide-thumb-active .icon-closed {
    display: none;
}
/* Mobile Styles (Under 768px) */
@media (max-width: 767px) {
    .fab-wrapper {
        position: fixed;
        bottom: 20px;
        z-index: 9999;
        /* Automatic positioning based on dir="rtl" or "ltr" */
        inset-inline-end: 20px; 
    }

    /* The circular gear button */
    .fab-main {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background-color: #004784; /* Match your brand blue */
        color: white;
        border: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Hide the menu initially */
    .acc-sidebar.fab-menu {
        display: none;
    }

    /* Show when active */
    .fab-wrapper.active .fab-menu {
        display: flex;
    }
}

/* Desktop Styles (Original look) */
@media (min-width: 768px) {
    .fab-main { display: none; }
    /* Keep your existing .acc-sidebar styling here */
}
@media (max-width: 1199.98px) {
    .new__nav .nav__menu > ul {
        height: auto;
    }
    .new__nav .nav__menu {
        padding: 100px 0;
    }
}

