body {
      background: linear-gradient(88deg, #f8f9fa, #277dda);
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 0;
      color: #333;
	  
	  padding-right: 60px; /* مساحة لعدم تداخل sidebar */
	  
    }
	
body.noscroll {
  overflow: hidden;
}

.body-ar-bg {
	 background: linear-gradient(272deg, #f8f9fa, #277dda);
}
	
.splash {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	z-index:9999;
}

.splash img {
	width:400px;
	height:400px;
	animation:spin 10s linear infinite;
	object-fit: cover;
	border-radius: 50%;
}

.main-header {
   background: linear-gradient(135deg, #f8f9fa, #277dda);
   background-color: #f8f9fa;
#  padding: 20px 30px;
#  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: -60px;
  height: 60px
}

.main-header-margin {
  margin-right: -60px; 
}

.main-header-ar-bg {
	 background: linear-gradient(272deg, #f8f9fa, #277dda);
}

    header {
      position: sticky;
      top: 0;
      background: #fff;
      color: #333;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      z-index: 999;
 #     box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }
#    header img {
#      height: 50px;
#      margin-left: 1rem;
#    }
    nav a {
      margin: 0 0.5rem;
      text-decoration: none;
      font-weight: bold;
      color: #007bff;
      transition: 0.3s;
    }
    nav a:hover {
      text-decoration: underline;
    }
    .language-toggle {
      position: fixed;
      bottom: 10px;
      left: 10px;
      z-index: 9999;
    }
    section {
	  scroll-margin-top: 80px;
      padding: 20px 20px;
	  color: #003366;
    }
	
	section h2{
	   padding: 0px 0px 5px 0px;
	}
    .card {
      background: #ffffff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      margin: 10px;
      text-align: center;
      transition: 0.3s;
    }
    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    }
    .swiper-container {
      width: 100%;
      height: 200px;
    }
    .swiper-slide img {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }
    .promo-section {
      background-color: #f7faff;
    }
    .promo-swiper {
      width: 100%;
      padding: 20px 0;
    }
    .promo-swiper .swiper-slide {
      background: #fff;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    footer {
      color: white;
      text-align: center;
      margin-right: -60px;
    }
	
	.footer-div {
      background: #007bff;
	  
	  #background-image: url('images/contact_us2.png');
      #background-size: cover;
      #background-position: center;
      #background-repeat: no-repeat;
      #color: white;
      text-align: center;
	}
	
	.loyalty-card {
      /* background: #007bff; */
      background-image: url('images/loyalty/bg.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      text-align: center;
      align-items: center;
    }
	.card-color {
      color: #100dcc !important;
    }
	
	.card-color p {
      color: #100dcc !important;
    }
 
 .loyalty-card img {
     height: 50px;
    margin-bottom: 10px;
 }
	
	footer img {
	  height: 50px; 
	  margin: 10px;
	}
    .social-icons a {
      margin: 0 10px;
      color: white;
      font-size: 20px;
    }
    .team-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .team-member {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      width: 250px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	  border-radius: 50%;
    }
    .team-member img {
      width: 100%;
	  height: 150px;
      border-radius: 8px;
      margin-bottom: 10px;	

    }
    .map-container {
      width: 100%;
      height: 400px;
    }
	
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
#  background-color: #ffffff;
#  padding: 10px 30px;
#  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
#  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.navbar-logo {
 
  height: 120px;
  width: 120px;
  #margin-top: -0px;
#  margin-bottom: -95px;
  padding: 0px;
#  position: fixed;
  top: 0;
  z-index: 10000;
}

.navbar-logo-mini {
 
 margin-top: -25px;
 margin-bottom: -25px;
 padding: 0px;
}

.navbar-menu {
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-menu > li {
  position: relative;
}

.navbar-menu > li > a {
  text-decoration: none;
  color: #003366;
  font-weight: 600;
  padding: 0px;
  display: block;
  transition: background 0.5s ease;
}

.navbar-menu > li > a:hover {
  background-color: #e6f0ff;
  border-radius: 6px;
}

/* Submenu Styles */
.has-submenu:hover .submenu {
  display: block;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  list-style: none;
  padding: 10px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 999;
}

.submenu li {
  margin: 0;
}

.submenu li a {
  display: block;
  padding: 8px 12px;
  color: #003366;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.3s;
}

.submenu li a:hover {
  background-color: #f0f8ff;
}

.lang-switch  {
    display: contents;
}

.lang-switch button {
  background: #fff;
  color: #003366;
  border: 1px solid #003366;
 # padding: 6px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: small;
  transition: background 0.3s ease;
  order: 2
}

.lang-switch button:hover {
  background: #003366;
  color: #fff;
}


/* إخفاء القائمة على الموبايل */
@media (max-width: 1000px) {
	
	  .navbar-menu {
		display: none !important;
		flex-direction: column;
		background-color: #fff;
		position: absolute;
		top: 70px;
		right: 0;
		width: 100%;
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	  }
	  
	  body {
			padding-right: 0px;
	   }
	   
	   .main-header-margin {
          margin-right: 0px; 
       }
	   
	   .social-sidebar-top {
		  top: 95% !important;
		}
		
		.non-whats {
			display: none !important;
		}
		
		footer {
			margin-right: 0px;
	   }
	   
		.main-header {
           background: linear-gradient(135deg, #fffff, #277dda);
		}
		
		.mobile-menu-toggle {
			display: block !important;
			background: none;
			border: none;
			font-size: 28px;
			cursor: pointer;
			color: #003366;
		  }
   }
  
  @media (max-width: 400px) {
	  .main-logo-span {
		  display: none !important;
	  }
  

  .navbar-menu.show {
    display: flex !important;
  }
  
  }
  
  .mobile-menu-toggle {
	       display: none;
  }
  
.social-sidebar {
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 999;
}

.social-sidebar-top {
  top: 50%;  
}

.social-sidebar a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #003366;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s;
}

.social-sidebar a:hover {
  background-color: #005599;
}

/* Swiper pagination */
.swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #003366;
  opacity: 0.5;
  margin: 0 8px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #005599;
}

.swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color: #000;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
    }

    .swiper-pagination-bullet-active {
      color: #fff;
      background: #007aff;
    }
	
	
	
.loading-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #003366;
  animation: fadeInOut 3s infinite;
}

@keyframes fadeInOut {
  0%, 100% { opacity: 1; }
  25% { opacity: 0.5; }
  50% { opacity: 1; }
  75% { opacity: 0.5; }
}


.offcanvas-header .btn-close {
  margin-left: auto; 
  margin-right: 0;
}

body[dir="rtl"] .offcanvas-header .btn-close {
  margin-left: 0;
  margin-right: auto;
}


.offcanvas {
  width: 260px;
  background-color: #f8f9fa;
}

.offcanvas .nav-link {
  font-weight: 500;
  padding: 10px 15px;
  color: #1b0da8;
}

.offcanvas .nav-link:hover {
  background-color: #e2e6ea;
  border-radius: 8px;
}

.main-menu {
	width: 280px !important;
	color: #0c00dd;
	background: linear-gradient(347deg, #f8f9fa, #3d78b8);
}

.menu-logo {
   height: 150px;
   width: 150px;
   margin-bottom: 20px;
}


.gradient-text {
background: linear-gradient(to right, #007BFF, #00C6FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}


.flashing-text {
  animation: flashColor 10s infinite;
}

@keyframes flashColor {
  0%   { color: #007BFF;  }
  25%  {color: #202355; }
  50%  {color: #0916df; }
  75%  {color: #4a0cd4; }
  100% { color: #007BFF; }
}

.main-logo-div {
	width: 220px;
	display: flex;
}

.main-logo-span-div {

    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-weight: bold;
}

.accordion-header-img {
	
	width: 100px;
	height: 100px; 
	object-fit: cover;
}