/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "cairo";
  font-style: normal;
  src: url("../fonts/Cairo/static/Cairo-Regular.ttf");
}
@font-face {
  font-family: "cairo-bold";
  font-style: normal;
  src: url("../fonts/Cairo/static/Cairo-Bold.ttf");
}

@font-face {
  font-family: "cairo-medium";
  font-style: normal;
  src: url("../fonts/Cairo/static/Cairo-Medium.ttf");
}

@font-face {
  font-family: "cairo-light";
  font-style: normal;
  src: url("../fonts/Cairo/static/Cairo-Light.ttf");
}

dd, dt, ul, blockquote, article, video, audio, figure{
  padding: 0;
  margin: 0;
  outline: 0;
}

:root,
html {
  font-size: 14px;
}

body {
  font-family: "cairo", sans-serif;
  color: #201d1c;
  font-size: 1rem;
  user-select: none; /* منع تحديد النصوص أو المحتوى */

}

a {
  color: #4d573f;
  text-decoration: none;
}

a:hover {
  color: #4d573f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "cairo", sans-serif;
}
.float-start {
  float: left;
}
.float-end {
  float: right;
}
[dir="rtl"] .float-start {
  float: right !important;
}
[dir="rtl"] .float-end {
  float: right !important;
}
.text-justify {
  text-align: justify;
}
.text-right {
text-align: right;
}
.btn-light.custom-btn{  
  background: #a9bf90;
  border-color: #a9bf90;
  color: #201d1c;
  font-weight: 600;  
  padding: 6px 12px;
}
.btn-light.custom-btn:hover{  
  background: #4D573F;
  border-color: #4D573F;
  color: #ffffff;
}

.btn-dark.custom-btn{  
  background: #4D573F;
  border-color: #4D573F;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 12px;
}
.btn-dark.custom-btn:hover{ 
  background: #a9bf90;
  border-color: #a9bf90; 
  color: #ffffff;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #4d573f;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #4d573f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 2rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #a9bf90;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 1.9rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 64px;
}

.x-twitter i {
  font-size: 22px;
  color: #000; /* X official color */
}

.x-twitter:hover i {
  color: #1d9bf0; /* optional hover */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 1.15rem;
  color: #6f7072;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 700;
}

.navbar a i,
.navbar a:focus i {
  font-size: 0.85rem;
  line-height: 0;
  margin-inline-start: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #201d1c;
  font-weight: bold;
}

.navbar a:hover:after,
.navbar .active::after,
.navbar .active:focus::after,
.navbar li:hover > a::after {
  content: "";
  width: 46px;
  height: 4px;
  background-color: #201d1c;
  border-radius: 2px;
  position: absolute;
  border: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translate(-23%, 0);
}
.navbar .getstarted {
  display: none;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4d573f;
  padding: 8px 20px;
  margin-inline-start: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #4d573f;
}

.navbar .getstarted:hover::after,
.navbar .getstarted:focus:hover::after {
  display: none;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 0.85rem;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #4d573f;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.switch-lang,
.switch-lang:focus {
  background: #a9bf90;
  padding: 8px 20px;
  margin-inline-start: 30px;
  border-radius: 4px;
  color: #201d1c;
  font-weight: 700;
}

.switch-lang:hover,
.switch-lang:focus:hover {
  color: #fff;
  background: #a9bf90;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0b2341;
  font-size: 2rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .switch-lang {
    display: none;
  }

  .navbar .getstarted {
    display: block;
  }
  .navbar a:hover:after,
  .navbar .active::after,
  .navbar .active:focus::after,
  .navbar li:hover > a::after {
    content: "";
    width: 90%;
    height: 2px;
    background-color: #212529;
    border-radius: 2px;
    position: absolute;
    border: 0;
    bottom: 0;
    left: 23%;
    right: auto;
    transform: translate(-23%, 0);
  }

  [dir="rtl"] .navbar a:hover:after,
  [dir="rtl"] .navbar .active::after,
  [dir="rtl"] .navbar .active:focus::after,
  [dir="rtl"] .navbar li:hover > a::after {
    left: auto;
    right: 23%;
    transform: translate(23%, 0);
  }

  .home-carousel h2{
    font-size: 2rem !important;;
  }

  .orgchart {
    display: block !important;
    overflow-x: scroll;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1.14rem;
  color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #4d573f;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 0.85rem;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #4d573f;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.top-section {
  background-color: #dde5d3;
  background-image: url("../img/top-section-bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
.top-section > .container > img {
  margin-top: 100px;
  vertical-align: middle;
  max-height: 340px;
  border-radius: 10px;
  filter: brightness(72%);
}
main > section:first-child {
  padding-top: 10px;
}
/*--------------------------------------------------------------
# Home Carousel Section
--------------------------------------------------------------*/
section.home-carousel {
  background-color: rgba(169, 191, 144, 0.4);
  padding-top: 4.3rem;
  padding-bottom: 10px;
}
section#home-carousel{
  padding-bottom: 4.3rem;
}
.home-carousel .carousel-control-next,
.home-carousel .carousel-control-prev {
  z-index: 2;
}
.home-carousel .carousel-control-next-icon,
.home-carousel .carousel-control-prev-icon {
  font-size: 2.15rem;
  line-height: 0;
  background-color: rgba(223, 221, 200, 0.5);
  background-image: none;
  border-radius: 50px;
  transition: 0.3s;
  color: #201d1c;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-carousel .carousel-control-next-icon i,
.home-carousel .carousel-control-prev-icon i {
  color: #201d1c;
  font-size: 3rem;
}

.home-carousel .carousel-control-next-icon:hover,
.home-carousel .carousel-control-prev-icon:hover {
  background-color: rgba(223, 221, 200, 0.8);
  color: rgba(255, 255, 255, 0.8);
}

.home-carousel .carousel-inner {
  margin-top: 7rem;
  border-radius: 10px;
}

.home-carousel .carousel-item img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 340px;
  border-radius: 10px;
  filter: brightness(60%);
}

.home-carousel h2 {
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
  top: 50%;
  width: 84%;
  left: 8%;
  text-align: center;
  color: #dfddc8;
  font-size: 2.85rem;
}
.carouse-inner
{
    width: 1000px;
    height: 1000px;
    margin: auto;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
}

.section-bg {
  background-color: rgba(169, 191, 144, 0.2);
}

.section-bg2 {
  background-color: rgba(223, 221, 200, 0.3);
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #aaaaaa;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #201d1c;
}

/*--------------------------------------------------------------
# Chairman-word
--------------------------------------------------------------*/
section.chairman-word {
  padding: 25px 0 10px 0;
}
.chairman-word .content {
  display: flex;
  align-items: center;
}

.chairman-word .content h4 {
  font-size: 1.15rem;
  font-weight: 700;
}
.chairman-word .content p {
  font-size: 1.15rem;
  font-family: "cairo-medium", sans-serif;
  text-align: justify;
  width: 75%;
  margin: auto;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: rgba(169, 191, 144, 0.3);
  box-shadow: 0px 2px 4px rgb(110 123 131 / 10%);
  padding: 0;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  height: 100%;
}
/*-----------------------*/
.services .icon-box-main {
  text-align: center;
  background: rgb(77 87 63);
  box-shadow: 0px 2px 4px rgb(110 123 131 / 10%);
  padding: 0;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  height: 100%;
}

.services .icon-box-main .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #4d573f;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box-main .icon i {
  color: #fff;
  font-size: 2rem;
}

.services .icon-box-main .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box-main .img img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #a9bf90;
}

.services .icon-box-main h4 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.services .icon-box-main h4 a {
  color: #fff;
}

.services .icon-box-main p {
  line-height: 24px;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #fff;
}

.services .icon-box-main:hover {
  background: #4d573f;
  border-color: #4d573f;
}

.services .icon-box-main:hover .icon {
  background: #201d1c;
}

.services .icon-box-main:hover .icon i {
  color: #4d573f;
}

.services .icon-box-main:hover .icon::before {
  background: #4d573f;
}

.services .icon-box-main:hover h4 a,
.services .icon-box-main:hover p {
  color: #201d1c;
}

.services .icon-box-main .more-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 10px;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #a9bf90;
  background: #a9bf90;
  color: #201d1c;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 120px;
}

.services .icon-box-main .more-btn:hover {
  background: #4d573f;
  color: #fff;
  border-color: #fff;
}
/*-----------------------*/

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #4d573f;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 2rem;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box .img img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #a9bf90;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.services .icon-box h4 a {
  color: #201d1c;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #201d1c;
}

.services .icon-box:hover {
  background: #4d573f;
  border-color: #4d573f;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #4d573f;
}

.services .icon-box:hover .icon::before {
  background: #4d573f;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

.services .icon-box .more-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 10px;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #a9bf90;
  background: #a9bf90;
  color: #201d1c;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 120px;
}

.services .icon-box .more-btn:hover {
  background: #4d573f;
  color: #fff;
  border-color: #fff;
}

.services .load-more-btn,
.branches-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 10px;
  transition: none;
  font-size: 1.2rem;
  font-weight: 400;
  transition: 0.3s;
  border: 0;
  background: #4d573f;
  color: #dfddc8;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 270px;
  box-shadow: 0px 15px 30px -2px rgba(169, 191, 144, 0.5);
}

.services .load-more-btn:hover,
.branches-btn:hover {
  background: #a9bf90;
  color: #201d1c;
}

.section-details p {
  color: #201d1c;
  text-align: justify;
  font-size: 1.14rem;
}

.section-details img {
  margin-inline-end: 20px;
  border-radius: 10px;
  border: 1px solid #a9bf90;
  mix-blend-mode: normal;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.branches-table a {
  color: #201d1c;
  font-size: 1.14rem;
}

.branches-table i {
  font-size: 1.5rem;
  vertical-align: middle;
}

table.table-striped.branches-table tbody tr:nth-of-type(odd) > * {
  background-color: #ffffff !important;
}
.table-striped.branches-table > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #ffffff !important;
  color: #201d1c;
}

table.table-striped.branches-table tbody tr:nth-of-type(even) > * {
  background-color: #eef2e9 !important;
}
.table-striped.branches-table > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: #eef2e9 !important;
  color: #201d1c;
}

table.branches-table thead.table-light {
  --bs-table-bg: rgba(169, 191, 144, 0.4) !important;
}
table.branches-table thead tr th {
  padding-block: 1.75rem !important;
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.contact-form .email-form {
  box-shadow: none;
  padding: 10px;
  background: transparent;
}

.contact .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact-form .email-form .error-message br + br {
  margin-top: 25px;
}

.contact-form .email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact-form .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact-form .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact-form .form-label{
  color:#201D1C;
  font-family: 'cairo-medium', sans-serif;
}

.contact-form .email-form input,
.contact-form .email-form textarea,
.contact-form .email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 1.14rem;
  border-radius: 10px;
  border:1px solid #A9BF90;
}

.contact-form .email-form input:focus,
.contact-form .email-form textarea:focus,
.contact-form .email-form select:focus {
  border-color: #4d573f;
}

.contact-form .email-form input,
.contact-form .email-form select {
  padding: 10px 15px;
}

.contact-form .email-form textarea {
  padding: 12px 15px;
}

.contact-form .email-form button[type="submit"] {
  background: #4D573F;
  border: 0;
  padding: 15px 30px;
  border-radius: 10px;
  color: #DFDDC8;
  font-weight: 700;
  transition: 0.4s;
  min-width: 220px;
}

.contact-form .email-form button[type="submit"]:hover {
  background: #a9bf90;
  color: #201D1C;
}

.contact-form .email-form .input-group-text{  
  background-color: #4D573F;
  border: 1px solid #A9BF90;
  border-radius: 10px;
  color: #DFDDC8;
  cursor: pointer;
  font-size: 1.14rem;
}
.contact-form .email-form select {
  background-image: url('../img/dropdown-iocn.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 64px 56px;
  cursor: pointer;
}
[dir="rtl"] .contact-form .email-form select{
  background-position: left center;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 1rem;
}

.breadcrumbs ol li + li {
  padding-inline-start: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-inline-end: 10px;
  color: #123a6d;
  content: "/";
}

/* ---------------------------------------------------------
.About Company
--------------------------------------------------------------*/
.about-company.section-bg {
  background-color: rgba(223, 221, 200, 0.3);
}
.inner-counts-bg {
  background-image: url("../img/cover2.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.inner-counts-bg .overlay2 {
  width: 100%;
  height: 100%;
  background: rgba(32, 29, 28, 0.8);
}
fieldset.home-count-box,
fieldset.inner-count-box {
  box-shadow: none;
  padding: 15px 20px;
  width: 75%;
  border-radius: 10px;
  position: relative;
  margin: 5px auto;
}
fieldset.home-count-box {
  border: 5px solid #a9bf90;
}
fieldset.inner-count-box {
  border: 5px solid #dfddc8;
}
fieldset.home-count-box legend,
fieldset.inner-count-box legend {
  float: unset;
  width: auto;
  padding: 0 2rem;
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: 700;
}
fieldset.home-count-box legend {
  color: #201d1c;
}
fieldset.inner-count-box legend {
  color: #dfddc8;
}
fieldset.home-count-box legend i.bx,
fieldset.inner-count-box legend i.bx {
  font-size: 1.75rem;
}
fieldset.home-count-box p,
fieldset.inner-count-box p {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  text-align: center;
}
fieldset.home-count-box p {
  color: #201d1c;
}
.social-media fieldset.inner-count-box p {
  color: #201d1c;  
  font-size: 1rem;
}
fieldset.inner-count-box p {
  color: #dfddc8;
}

.social-media fieldset.inner-count-box{
  width: 100%;
  padding: 25px 20px;
}

.social-media fieldset.inner-count-box.facebook {
  border-color: #0572e6;
}
.social-media fieldset.inner-count-box.twitter {
  border-color: #1da1f2;
}
.social-media fieldset.inner-count-box.linkedin {
  border-color: #2867b2;
}
.social-media fieldset.inner-count-box.instagram {
  border-color: #f00073;
}

.social-media fieldset.inner-count-box legend span {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  background: #dfddc8;
}
.social-media fieldset.inner-count-box.facebook legend span {
  background: #0572e6;
}

.social-media fieldset.inner-count-box.twitter  legend span {
  background: #1da1f2;
}
.social-media fieldset.inner-count-box.linkedin  legend span {
  background: #2867b2;
}
.social-media fieldset.inner-count-box.instagram  legend span {
  background: #f00073;
}

section.work-team {
  padding: 40px 0;
  background: rgba(223, 221, 200, 0.3);
  border-radius: 10px;
}

.featurette{
  align-items: center;
  margin-bottom: 2rem;
}
.featurette h2{
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.featurette img{
  border-radius: 10px;
  mix-blend-mode: normal;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.featurette .lead{
  font-size: 1.14rem;
  color: #201D1C;
  text-align: justify;
}

.featurette .news-list{
  padding: 0;
  padding-inline-start: 1rem;
  list-style-type: square;
}

.featurette .news-list li{
  margin-block: 1rem;  
  padding: 3px;
  transition: all 0.3s ease-in-out;
}

.featurette .news-list li:hover{
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.featurette .news-list li a{
  font-size: 1.14rem;
  color: #201D1C;
}

.featurette .news-list li a strong {
  text-decoration: underline;
}

.featurette .news-list li a:hover{
  color: #000;
}

.featurette-divider{
  color: #eee;
}
/* ---------------------------------------------------------
.Org Chart
--------------------------------------------------------------*/
.orgchart {
  display: inline-block;
  min-height: 202px;
  min-width: 202px;
  background-size: 10px 10px;
  border: 1px dashed transparent;
  padding: 0;
}

.orgchart .hidden,
.orgchart ~ .hidden {
  display: none;
}

.orgchart div,
.orgchart div::before,
.orgchart div::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.orgchart.l2r {
  position: absolute;
  -ms-transform: rotate(-90deg) rotateY(180deg);
  -webkit-transform: rotate(-90deg) rotateY(180deg);
  transform: rotate(-90deg) rotateY(180deg);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.orgchart > .spinner {
  font-size: 100px;
  margin-top: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart table {
  border-spacing: 0;
  border-collapse: separate;
}

.orgchart > table:first-child {
  margin: 20px auto;
}

.orgchart td {
  text-align: center;
  vertical-align: top;
  padding: 0;
}

.orgchart tr.lines .topLine {
  border-top: 2px solid rgba(111, 192, 148, 0.8);
}

.orgchart tr.lines .rightLine {
  border-right: 1px solid rgba(111, 192, 148, 0.8);
  float: none;
  border-radius: 0;
}

.orgchart tr.lines .leftLine {
  border-left: 1px solid rgba(111, 192, 148, 0.8);
  float: none;
  border-radius: 0;
}

.orgchart tr.lines .downLine {
  background-color: rgba(111, 192, 148, 0.8);
  margin: 0 auto;
  height: 20px;
  width: 2px;
  float: none;
}

/* node styling */
.orgchart .node {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 3px;
  border: 2px dashed transparent;
  text-align: center;
  width: 130px;
}

.orgchart.l2r .node,
.orgchart.r2l .node {
  width: 50px;
  height: 130px;
}

.orgchart .node > .hazy {
  opacity: 0.2;
}

.orgchart .node > .spinner {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  vertical-align: middle;
  font-size: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart .node:hover {
  background-color: rgba(238, 217, 54, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: default;
  z-index: 20;
}

.orgchart .node.focused {
  background-color: rgba(238, 217, 54, 0.5);
}

.orgchart .ghost-node {
  position: fixed;
  left: -10000px;
  top: -10000px;
}

.orgchart .ghost-node rect {
  fill: #ffffff;
  stroke: #bf0000;
}

.orgchart .node.allowedDrop {
  border-color: rgba(68, 157, 68, 0.9);
}

.orgchart .node .title {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(111, 192, 148, 0.8);
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.orgchart.b2t .node .title {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.orgchart.l2r .node .title {
  -ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  -webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  width: 120px;
}

.orgchart.r2l .node .title {
  -ms-transform: rotate(-90deg) translate(-40px, -40px);
  -webkit-transform: rotate(-90deg) translate(-40px, -40px);
  transform: rotate(-90deg) translate(-40px, -40px);
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  width: 120px;
}

.orgchart .node .title .symbol {
  float: left;
  margin-top: 4px;
  margin-left: 2px;
}

.orgchart .node .content {
  width: 100%;
  height: 20px;
  font-size: 11px;
  line-height: 18px;
  border: 1px solid rgba(111, 192, 148, 0.8);
  border-radius: 0 0 4px 4px;
  text-align: center;
  background-color: #fff;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orgchart.b2t .node .content {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.orgchart.l2r .node .content {
  -ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  -webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  width: 120px;
}

.orgchart.r2l .node .content {
  -ms-transform: rotate(-90deg) translate(-40px, -40px);
  -webkit-transform: rotate(-90deg) translate(-40px, -40px);
  transform: rotate(-90deg) translate(-40px, -40px);
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  width: 120px;
}

.orgchart .node .edge {
  font-size: 15px;
  position: absolute;
  color: rgba(68, 157, 68, 0.5);
  cursor: default;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.orgchart.noncollapsable .node .edge {
  display: none;
}

.orgchart .edge:hover {
  color: #449d44;
  cursor: pointer;
}

.orgchart .node .verticalEdge {
  width: calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  left: 5px;
}

.orgchart .node .topEdge {
  top: -4px;
}

.orgchart .node .bottomEdge {
  bottom: -4px;
}

.orgchart .node .horizontalEdge {
  width: 15px;
  height: calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  top: 5px;
}

.orgchart .node .rightEdge {
  right: -4px;
}

.orgchart .node .leftEdge {
  left: -4px;
}

.orgchart .node .horizontalEdge::before {
  position: absolute;
  top: calc(50% - 7px);
  top: -moz-calc(50% - 7px);
}

.orgchart .node .rightEdge::before {
  right: 3px;
}

.orgchart .node .leftEdge::before {
  left: 3px;
}

.orgchart .node .toggleBtn {
  position: absolute;
  left: 5px;
  bottom: -2px;
  color: rgba(68, 157, 68, 0.6);
}

.orgchart .node .toggleBtn:hover {
  color: rgba(68, 157, 68, 0.8);
}

.oc-export-btn {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #5cb85c;
  border: 1px solid transparent;
  border-color: #4cae4c;
  border-radius: 4px;
}

.oc-export-btn:hover,
.oc-export-btn:focus,
.oc-export-btn:active {
  background-color: #449d44;
  border-color: #347a34;
}

.orgchart ~ .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.orgchart ~ .mask .spinner {
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 108px;
}

.orgchart .node {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
}

.orgchart .slide-down {
  opacity: 0;
  top: 40px;
}

.orgchart.l2r .node.slide-down,
.orgchart.r2l .node.slide-down {
  top: 130px;
}

.orgchart .slide-up {
  opacity: 0;
  top: -40px;
}

.orgchart.l2r .node.slide-up,
.orgchart.r2l .node.slide-up {
  top: -130px;
}

.orgchart .slide-right {
  opacity: 0;
  left: 130px;
}

.orgchart.l2r .node.slide-right,
.orgchart.r2l .node.slide-right {
  left: 40px;
}

.orgchart .slide-left {
  opacity: 0;
  left: -130px;
}

.orgchart.l2r .node.slide-left,
.orgchart.r2l .node.slide-left {
  left: -40px;
}

.orgchart {
  /*     background: rgba(185, 203, 233, 0.2); */
  background-image: none;
  width: 100%;
}

.orgchart ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
}

.orgchart .prime-list > li {
  margin: auto;
}

.orgchart .node {
  position: relative;
  display: flex;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 41px;
}

.orgchart ul {
  position: relative;
}

.orgchart ul:not(.prime-list):before {
  content: "";
  position: absolute;
  top: -20px;
  left: 1px;
  width: 100%;
  height: 1px;
  background: transparent;
  border-bottom: 1px dashed #201D1C;
}

.node:not(.no-child):after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 99px;
  width: 2px;
  height: 21px;
  background: transparent;
  border-left: 1px dashed #201D1C;
}

.sub-list .node:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 99px;
  width: 2px;
  height: 20px;
  background: transparent;
  border-left: 1px dashed #201D1C;
}

.orgchart .sub-list li {
  position: relative;
}

.orgchart .sub-list li:first-child:before,
.orgchart .sub-list li:last-child:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 50%;
  height: 2px;
  background: #f5f5ee;
}

.orgchart .sub-list li:first-child:before {
  left: 1px;
}

.orgchart .sub-list li:last-child:before {
  right: -3px;
}

.orgchart .node.focused,
.orgchart .node:hover {
  background-color: rgba(127, 198, 249, 0.3);
}

.orgchart tr.lines .downLine {
  background: #b3bec7;
}

.orgchart tr.lines * {
  border-color: #b3bec7 !important;
}

.employee-card {
  font-size: 1rem;
  background: #ffffff;
  text-align: center;
  margin: 0;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  /* -webkit-box-shadow: 0 1px 4px 2px hsla(0, 0%, 80%, 0.3);
  box-shadow: 0 1px 4px 2px hsla(0, 0%, 80%, 0.3); */
}

.employee-card .department-info {
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 6px;
}

.employee-card .department-info .name {
  font-size: 1.14rem;
  font-weight: 600;
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: center;
  color: #201D1C;
  margin: 0;
}

.employee-card .icon-user {
  width: 1em;
  padding-right: 0.2em;
  vertical-align: middle;
}

.employee-card .count {
  vertical-align: middle;
}

.employee-card .info-block {
  padding: 5px 5px;
  border-top: 4px solid #4D573F;
  background:  rgba(169, 191, 144, 0.4);
  color: #201D1C;
}

.employee-card .info-block .job-title {
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 0;
}

.employee-card .info-block .personal-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align:center;
  align-items: center;
}

.employee-card .info-block .profile-image {
  width: 5.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .8rem;
}

.employee-card .info-block .info-wrap {
  padding-left: 0.6em;
}

.employee-card .info-block .name,
.employee-card .info-block .email {
  font-size: 1.14rem;
  color: #201D1C;
  font-weight: 600;
}

.employee-card .info-block .reportee-count {
  color: #ffffff;
  background: #46abf3;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 3px;
}
/* ---------------------------------------------------------
.Our-Cleints
--------------------------------------------------------------*/

.our-cleints.section-bg {
  background-color: #ffffff;
}
.our-cleints .swiper-button-next,
.our-cleints .swiper-button-prev {
  background: #dfddc8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.our-cleints .swiper-button-next:after,
.our-cleints .swiper-button-prev:after {
  font-size: 1.5rem;
  color: #201d1c;
}
.our-cleints .swiper-button-prev {
  left: 0;
}
.our-cleints .swiper-button-next {
  right: 0;
}

.swiper-slide img {
  display: block;
  width: 80%;
  height: 80%;
  object-fit: cover;
  margin-block-start: 10%;
  margin-block-end: 10%;
}

/*--------------------------------------------------------------
# Job Opportunities
--------------------------------------------------------------*/
.job-opportunities .card{
  background: rgba(223, 221, 200, 0.3);
  border-radius: 10px;
  border: 0;
}

.job-opportunities .card dl dt, .job-opportunities .card dl dd{
  color: #201d1c;
  font-size: 1.14rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.job-opportunities .card dl dd{
  font-weight: 500;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #fff;
  padding: 0 0 30px 0;
  color: #201d1c;
  font-size: 1rem;
}

#footer .footer-top {
  background: rgba(169, 191, 144, 0.2);
  padding: 0 0;
}

#footer .footer-top h4 {
  font-size: 1.14rem;
  font-weight: 600;
  color: #201d1c;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-address, .contact-us .footer-address {
  color: #201d1c;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-address dt, .contact-us .footer-address dt {
  font-size: 1.14rem;
  margin-block-start: 1.5rem;
}
#footer .footer-top .footer-address dd, .contact-us .footer-address dd {
  font-size: 1.2rem;
  margin-block-start: 1.5rem;
}

#footer .location-box, .contact-us .location-box {
  border-radius: 1.3rem;
  background-image: url("../img/our-map.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}
.contact-us .location-box {min-height: 300px; max-height: 300px;}
#footer .location-box .map-btn-holder, .contact-us .location-box .map-btn-holder {
  display: flex;
  height: 100%;
  background: rgba(32, 29, 28, 0.7);
  border-radius: 1.3rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 3rem;
  color: #dfddc8;
}
#footer .location-box .map-btn-holder a, .contact-us .location-box .map-btn-holder a {
  font-size: 1.7rem;
  color: #dfddc8;  
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.contact-us .location-box .map-btn-holder a {font-size: 1.3rem;}
#footer .location-box .map-btn-holder a:hover, .contact-us .location-box .map-btn-holder a:hover {
  color: #ffffff;
}

#footer .footer-bottom {
  padding: 2rem;
  background: rgba(169, 191, 144, 0.4);
  box-shadow: inset 0px 1px 2px 0px rgb(169 191 144 / 40%);
}

#footer .footer-bottom .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

#footer .footer-bottom .footer-links ul li {
  padding: 8px 16px;
}

#footer .footer-bottom .footer-links ul a {
  color: #201d1c;
  transition: 0.3s;
  display: inline-block;
  font-size: 1.14rem;
  font-weight: 700;
  text-align: center;
}

#footer .footer-bottom .footer-links ul a:hover {
  color: #000;
}

#footer .footer-bottom .social-links {
  display: flex;
  justify-content: space-around;
}
#footer .footer-bottom .social-links a {
  font-size: 1.25rem;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  width: 2.86rem;
  height: 2.86rem;
  line-height: 2.86rem;
  transition: all 0.3s ease-in-out;
  background: #4d573f;
}

#footer .footer-bottom .social-links a:hover {
  box-shadow: 0 3px 3px #4d573f;
  text-decoration: none;
}

#footer .footer-bottom .social-links a:hover i {
  font-size: 1.5rem;
}
#footer .footer-bottom .social-links a.facebook {
  background: #0572e6;
}
#footer .footer-bottom .social-links a.twitter {
  background: #1da1f2;
}
#footer .footer-bottom .social-links a.linkedin {
  background: #2867b2;
}
#footer .footer-bottom .social-links a.instagram {
  background: #f00073;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
  color: #201d1c;
  font-family: "cairo-medium", sans-serif;
}

/* -------------------------------- Media Query ----------------------- */

@media (max-width: 575px) {
  :root,
  html {
    font-size: 12px;
  }
  .chairman-word .content {
    flex-direction: column-reverse;
  }
  .chairman-word .content img {
    margin-bottom: 1rem;
  }
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
  #footer .footer-bottom .footer-links ul li {
    padding: 8px 8px;
  }

  #footer .footer-top .footer-address dd.text-end {
    text-align: center !important;
  }
}
video 
{
            pointer-events: none; /* لمنع التفاعل المباشر */
}
@media (min-width:1000px)
 {
     .video-container
 {
     max-width: 80%;
     width: 80%;
     max-height: 10vh;
     margin: auto;
     justify-content: center;
     align-items: center;
 }
 }
 .video-container 
 {
    position: relative;  
    overflow: hidden; 
    margin-bottom: 50px; 
    max-height: 80vh;
}

.video-container video 
{
    width: 100%;
    height: 100%; 
    display: block; 
    z-index: 9999;
}

/* المحتوى الذي يأتي بعد الفيديو */
.content-below 
{
    margin-top: 20px; /* مسافة بين الفيديو والنص */
    padding: 20px;
    text-align: center;
}
@media (max-width: 359px) 
{
  #footer .footer-bottom .footer-links ul li {
    padding: 6px 4px;
  }
  #footer .footer-bottom .footer-links ul a {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
  }
}
.new-year h1
{
    font-size: 100px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.new-year 
{
    margin-top: 10%;
    position: relative;
}

.year-4, .year-5 
{
    position: absolute;
    transition: all 1s;
    font-size: 5rem;
    backface-visibility: hidden;
}
.year-4 
{
    transform: rotateX(0deg);
}

.year-5 {
    opacity: 0; 
    transform: rotateX(90deg); 
}
.video-background 
{
    position: relative;
    height: 50vh; 
    overflow: hidden; 
    width: 100%;
    transform-style: preserve-3d;
}
.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* وضع الفيديو خلف النص */
    transform: translate(-50%, -50%);
    background: no-repeat;
    background-size: cover;
}
.video-background .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 9999; /* النص في الأمام فوق الفيديو */
}
@media (max-width: 1600px)
{
    .new-year h1
{
    font-size: 80px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
}
@media (max-width: 1000px)
{
    .new-year h1
{
    font-size: 55px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.video-background 
{
    position: relative;
    height: 40vh; 
    overflow: hidden; 
}
}
@media (max-width: 800px)
{
    .new-year h1
{
    font-size: 40px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.video-background 
{
    position: relative;
    height: 40vh; 
    overflow: hidden; 
}
}
@media (max-width: 500px)
{
    .new-year h1
{
    font-size: 30px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.video-background 
{
    position: relative;
    height: 30vh; 
    overflow: hidden; 
}
}

/*
Alerts

*/
/* =========================================================
   ALERT MODAL – FULL ISOLATED STYLESHEET
   Prefix: alert-
   ========================================================= */

/* -------- Base Isolation -------- */
.alert-modal,
.alert-modal * {
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif;
}

/* -------- Overlay -------- */
.alert-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.55);
  z-index: 9999;
}

/* Hidden State */
.alert-hidden {
  display: none !important;
}

/* -------- Card -------- */
.alert-card {
  width: 90%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden; /* clips progress bar */
  animation:
    alert-appear 0.45s ease-out,
    alert-float 3s ease-in-out infinite;
}

/* -------- Header -------- */
.alert-header {
  background: linear-gradient(to right, #dc2626, #b91c1c);
  padding: 20px 16px;
  position: relative;
  color: #ffffff;
}

.alert-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}

/* -------- Close Button -------- */
.alert-close-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.22);
  border: none;
  color: #ffffff;
  border-radius: 50%;
  padding: 6px 10px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.alert-close-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.05);
}

/* -------- Content -------- */
.alert-content {
    text-align:right;
  padding: 24px;
  max-height: 70vh;
  overflow-y: auto;
  color: #334155;
  line-height: 1.85;
}

.alert-date {
  color: #b91c1c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.alert-bold {
  font-weight: 600;
  color: #0f172a;
    direction: rtl;
}

/* Warning Box */
.alert-warning-box {
  background: #fef2f2;
  border: 1px solid #fecaca;
  padding: 16px;
  border-radius: 14px;
  color: #991b1b;
  font-weight: 600;
  margin: 16px 0;
}

/* -------- Action Button -------- */
.alert-action-btn {
  margin-top: 24px;
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #dc2626;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.alert-action-btn:hover {
  background: #b91c1c;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

/* -------- Progress Bar (INSIDE CARD) -------- */
.alert-progress-wrapper {
  height: 6px;
  width: 100%;
  background: #e5e7eb;
}

.alert-progress-bar {
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, #dc2626, #b91c1c);
  animation: alert-countdown 120s linear forwards;
  border-radius: 0 0 24px 24px;
}

/* -------- Animations -------- */
@keyframes alert-appear {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(18px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

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

@keyframes alert-countdown {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

/* -------- Mobile Tweaks -------- */
@media (max-width: 480px) {
  .alert-card {
    border-radius: 20px;
  }

  .alert-progress-bar {
    border-radius: 0 0 20px 20px;
  }

  .alert-header-content {
    font-size: 20px;
  }
}
