body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0;
}
body.ar {
  font-family: "Rubik", sans-serif;
}
body.guest {
  background-color: #fdf00112;
}
.guest .navbar.navbar-default {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 20px 0;
}
.guest.signup .navbar.navbar-default {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.guest .navbar-default .navbar-brand {
  height: auto;
  padding-left: 30px;
  line-height: 1;
}
.guest .navbar-default .navbar-brand svg {
  width: 200px;
  height: 48px;
}
.guest .navbar-nav > li > .dropdown-menu {
  min-width: 90px;
  border-radius: 8px;
  margin-top: 10px;
  border: none;
}
.guest .navbar-nav > li > .dropdown-menu >li>a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 6px;
}
.guest .navbar-nav > li > .dropdown-menu > li.active > a {
  background-color: #FDF001 !important;
  color: #000 !important;
}
.guest .navbar-nav > li > .dropdown-menu > li {
  padding: 0 10px;
}
/*.guest .navbar-default .navbar-brand img {
filter: invert(1) brightness(7) hue-rotate(260deg);
}*/
.guest .header-wrapper {
  filter: drop-shadow(4px 10px 31px rgba(0, 0, 0, 0.09));
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 8px 0;
}
body.guest .header-wrapper .navbar-right {
  margin-right: 30px;
  width:100%;
}
.guest .navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #111924;
  text-shadow: none;
  position: relative;
}
.guest .navbar-default .navbar-nav > li > a:hover, 
.guest .navbar-default .navbar-nav > li > a:active, 
.guest .navbar-default .navbar-nav > li > a:focus, 
.guest .navbar-default .navbar-nav > li.active > a {
  color: #FDF001;
  background-image: radial-gradient(circle closest-side at 100% 100%, #8aff2a, #00a40c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.btn.btn-primary {
  background: #000000;
  border: none;
  border-radius: 18px;
  padding: 2px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
}
.btn.btn-secondary {
  background-color: #FDF001;
  border: none;
  border-radius: 18px;
  padding: 2px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.btn.btn-primary > span,
.btn.btn-secondary > span {
  display: flex;
  padding: 18px 30px;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.36) 100%);
  border-radius: 16px;
  position: relative;
}
.btn.btn-primary > span:before,
.btn.btn-secondary > span:before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
}
.btn.btn-primary > span:before {
  background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#A9A9A9);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
.btn.btn-secondary > span:before {
  background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGBA(255, 255, 255, 0.48));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
.btn.btn-primary.btn-v2 > span {
  justify-content: space-between;
  min-width: 140px;
  padding-left: 13px;
  padding-right: 13px;
}
.ar .btn.btn-primary img {
  transform: rotateY(180deg);
}
.well {
  background-color: #FFFFFF;
  border: 1px solid #EAE5D6;
  border-radius: 24px;
  box-shadow: none;
}
.nightmode .well {
  background-color: #141414;
  border-color: #252525;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgb(20 20 20 / 90%);
}
.nav.nav-tabs.top-well-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.nav.nav-tabs.top-well-tabs:before,
.nav.nav-tabs.top-well-tabs:after {
  display: none;
}
.nav.nav-tabs.top-well-tabs > li {
  flex: 1 1 calc(100% / 7 - 10px);
  margin-bottom: 0;
}
.nav.nav-tabs.top-well-tabs li.active a, 
.nav-tabs.top-well-tabs > li.active > a:hover, 
.nav-tabs.top-well-tabs > li.active > a:focus {
  background-color: #000000;
  border-radius: 14px;
  border: none;
  color: #FFFFFF;
}
.nav.nav-tabs.top-well-tabs li a {
  display: flex;
  justify-content: center;
  height: 48px;
  align-items: center;
  padding: 2px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 24px 24px 0 0;
  border-bottom: none;
  border-top: 1px solid #EAE5D6;
  border-right: 1px solid #EAE5D6;
  border-left: 1px solid #EAE5D6;
}
.nightmode .nav.nav-tabs.top-well-tabs li a {
  background-color: #141414;
  border-color: #252525;
  color: #FFFFFF;
}
.nav.nav-tabs.top-well-tabs li a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  width: 100%;
  background-color: #FFFFFF;
  height: 14px;
  z-index: 1;
}
.nightmode .nav.nav-tabs.top-well-tabs li a::after {
  background-color: #141414;
}
.nav.nav-tabs.top-well-tabs li:last-child a::before,
.nav.nav-tabs.top-well-tabs li:first-child a::before{
  content: '';
  width: 15px;
  height: 40px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -41px;
  z-index: 2;
}
.nav.nav-tabs.top-well-tabs li:first-child a::before {
  left: -1px;
  border-left: 1px solid #EAE5D6;
}
.ar .nav.nav-tabs.top-well-tabs li:first-child a::before {
  right: -1px;
  left: auto;
  border-left: none;
  border-right: 1px solid #EAE5D6;
}
.nav.nav-tabs.top-well-tabs li.active a .tab-el, 
.nav-tabs.top-well-tabs > li.active > a:hover .tab-el, 
.nav-tabs.top-well-tabs > li.active > a:focus .tab-el {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.36) 100%);
  position: relative;
  border-radius: 12px;
}
.nav.nav-tabs.top-well-tabs li.active a .tab-el:before, 
.nav-tabs.top-well-tabs > li.active > a:hover .tab-el:before, 
.nav-tabs.top-well-tabs > li.active > a:focus .tab-el:before {
  content: '';
  background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#A9A9A9);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: add, add;
  mask-composite: ;
  mask-composite: exclude;
  position: absolute;
  inset: 0px;
  border-radius: 12px;
  padding: 2px;
}
.nav.nav-tabs.top-well-tabs li:first-child.active a::before {
  left: auto;
  right: -13px;
  bottom: -13px;
  height: 15px;
  width: 13px;
  background-color: #FFFFFF;
  border: none;
  z-index: 1;
}
.nav.nav-tabs.top-well-tabs li:last-child a::before {
  right: -1px;
  border-right: 1px solid #EAE5D6;
}
.ar .nav.nav-tabs.top-well-tabs li:last-child a::before {
  right: auto;
  left: -1px;
  border-left: 1px solid #EAE5D6;
  border-right: none;
}
.ar .nav.nav-tabs.top-well-tabs li:first-child.active a::before {
  right: auto;
  left: -13px;
}
.nav.nav-tabs.top-well-tabs li:last-child.active a::before {
  right: auto;
  left: -13px;
  bottom: -13px;
  height: 15px;
  width: 13px;
  background-color: #FFFFFF;
  border: none;
  z-index: 1;
}
.ar .nav.nav-tabs.top-well-tabs li:last-child.active a::before {
  right: -13px;
  left: auto;
}
.nav-tabs.top-well-tabs > li:first-child.active > a::after {
  width: 13px;
  right: -11px;
  left: auto;
  border-right: 1px solid #EAE5D6;
  border-bottom: 1px solid #EAE5D6;
  border-radius: 0 0 100px 0;
  background-color: #fdf00112;
  height: 20px;
  z-index: 2;
  bottom: -13px;
}
.ar .nav-tabs.top-well-tabs > li:first-child.active > a::after {
  right: auto;
  left: -11px;
  border-left: 1px solid #EAE5D6;
  border-right: none;
  border-radius: 0 0 0 100px;
}
.nav-tabs.top-well-tabs > li:last-child.active > a::after {
  width: 13px;
  left: -11px;
  right: auto;
  border-left: 1px solid #EAE5D6;
  border-bottom: 1px solid #EAE5D6;
  border-radius: 0 0 0 100px;
  background-color: #fdf00112;
  height: 20px;
  z-index: 2;
  bottom: -13px;
}
.ar .nav-tabs.top-well-tabs > li:last-child.active > a::after {
  left: auto;
  right: -11px;
  border-right: 1px solid #EAE5D6;
  border-left: none;
  border-radius: 0 0 100px 0;
}
.top-well-tabs li.active .tab-el-content svg path {
  fill: #FDF001;
}
.top-well-tabs li .tab-el-content svg path {
  fill: #000000;
}
.nav.nav-tabs.top-well-tabs li.active a .tab-el::before, 
.nav-tabs.top-well-tabs > li.active > a:hover .tab-el::before, 
.nav-tabs.top-well-tabs > li.active > a:focus .tab-el::before {
  background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGBA(255, 255, 255, 0.48));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
.tab-el-content {
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}
.tab-el-content svg {
  margin-right: 6px;
}
.ar .tab-el-content svg {
  margin-right: 0;
  margin-left: 6px;
}
.nav.nav-tabs.well-tabs {
  margin-bottom: 15px;
  border: none;
  display: flex;
  gap: 6px;
}
.well-tabs.nav-tabs > li > a {
  background-color: #fdf00112;
  border-radius: 14px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  height: 48px;
  line-height: 2;
  padding-left: 25px;
  padding-right: 25px;
}
.well-tabs.nav-tabs > li.active > a, 
.well-tabs.nav-tabs > li.active > a:hover, 
.well-tabs.nav-tabs > li.active > a:focus {
  background-color: #FDF001;
  border: none;
  color: #000000;
}
.well-tabs.nav-tabs > li.active > a, 
.well-tabs.nav-tabs > li.active > a:hover, 
.well-tabs.nav-tabs > li.active > a:focus {
  color: #000000;
  background-color: #FDF001;
}
.well .form-control {
  background-color: #fdf00112;
  border-color: #EAE5D6;
  box-shadow: none;
  border-radius: 12px;
  height: 52px;
}
.well input.form-control {
  height: 52px;
}
.well textarea.form-control {
  height: 400px;
}
.nightmode .nav.nav-tabs.top-well-tabs li:last-child a::before, 
.nightmode .nav.nav-tabs.top-well-tabs li:first-child a::before {
  background-color: #141414;
}

.nightmode .nav.nav-tabs.top-well-tabs li:last-child a::before {
  border-color: #252525;
}
.nightmode .nav.nav-tabs.top-well-tabs li:first-child a::before {
  border-color: #252525;
}
.nightmode .nav.nav-tabs.top-well-tabs li:first-child.active a::before {
  background-color: #141414;
}

.nightmode .nav.nav-tabs.top-well-tabs li:last-child.active a::before {
  background-color: #141414;
}

.nightmode .nav-tabs.top-well-tabs > li:first-child.active > a::after {
  border-color: #252525;
  background-color: #303030;
}
.nightmode .nav-tabs.top-well-tabs > li:last-child.active > a::after {
  background-color: #303030;
  border-color: #252525;
}
.nightmode .top-well-tabs li .tab-el-content svg path {
  fill: #FFFFFF;
}
.nightmode .top-well-tabs li.active .tab-el-content svg path {
  fill: #000000;
}
.nightmode .nav.nav-tabs.top-well-tabs li.active a, 
.nightmode .nav-tabs.top-well-tabs > li.active > a:hover, 
.nightmode .nav-tabs.top-well-tabs > li.active > a:focus {
  background-color: #FDF001;
  color: #000000;
}
.nightmode .well-tabs.nav-tabs > li > a {
  background-color: #262626;
  color: #FFFFFF;
}
.nightmode .search-dropdown .input-wrapper .input-wrapper__prepend {
  color: #FDF001;
}
.nightmode .well .form-control {
  background-color: #262626;
  border-color: #252525;
  color: #FFFFFF;
}
.well .control-label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.nightmode .well .control-label {
  color: #FFFFFF;
}
.well .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 52px;
}
.well .select2-container--default .select2-selection--single .btn-group-vertical.align-middle.select2-selection__icon {
  width: 34px;
  height: 34px;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE5D6;
  border-radius: 8px;
  color: #000000;
}
.well .select2-container--default .select2-selection--single .select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE5D6;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 8px;
}
/* ØªØ¹Ø¯ÙŠÙ„ Ø§Ø³Ù… Ø§Ù„Ø®Ø¯Ù…Ø© - Ø§Ù„Ø®Ø· ÙˆØ§Ù„Ù„ÙˆÙ† */
.well .select2-container .select2-selection__rendered > span {
  font-family: 'Tajawal', sans-serif !important; /* ØªØºÙŠÙŠØ± Ø§Ù„Ø®Ø· */
  font-size: 15px; /* ØªÙƒØ¨ÙŠØ± Ø¨Ø³ÙŠØ· Ù„Ù„ÙˆØ¶ÙˆØ­ */
  font-weight: 600;
  color: #000000 !important; /* Ø§Ù„Ù„ÙˆÙ† Ø§Ù„Ø³Ù…Ø§ÙˆÙŠ Ø§Ù„Ø°ÙŠ Ø§Ø®ØªØ±ØªÙ‡ */
  display: inline-flex;
  align-items: center;
}

/* ØªØ¹Ø¯ÙŠÙ„ Ø§Ù„Ù„ÙˆÙ† ÙÙŠ Ø§Ù„ÙˆØ¶Ø¹ Ø§Ù„Ù„ÙŠÙ„ÙŠ Ù„ÙŠØ¸Ù„ ÙˆØ§Ø¶Ø­Ø§Ù‹ */
.nightmode .well .select2-container .select2-selection__rendered > span {
  color: #ffffff !important;
  text-shadow: 0 0 5px rgba(0, 195, 255, 0.2); /* ØªÙˆÙ‡Ø¬ Ø¨Ø³ÙŠØ· */
}


.nightmode .well .select2-container--default .select2-selection--single .btn-group-vertical.align-middle.select2-selection__icon {
  background-color: #FDF001;
  border-color: #FDF001;
  color: #000000;
}
.well .select2-container--default .select2-selection--single .select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  border-color: #FDF001;
  background-color: #FDF001;
}
.well .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #EAE5D6;
}
/* Ø²Ø± Ø§Ù„Ø·Ù„Ø¨ Ø§Ù„Ø£Ø³Ø§Ø³ÙŠ Ù…Ø¹ Ø¥Ø¶Ø§ÙØ© Ø®Ø§ØµÙŠØ© Ø§Ù„Ù„Ù…Ø¹Ø§Ù† */
.well .btn.btn-primary {
  background: linear-gradient(180deg, #00fbff 0%, #00d2ff 100%) !important;
  color: #000 !important;
  font-size: 18px;
  font-weight: 700;
  height: 56px;
  border-radius: 16px;
  border: none;
  position: relative;
  overflow: hidden; /* Ø¶Ø±ÙˆØ±ÙŠ Ø¬Ø¯Ø§Ù‹ Ø¹Ø´Ø§Ù† Ø­Ø±ÙƒØ© Ø§Ù„Ù„Ù…Ø¹Ø§Ù† Ù…Ø§ ØªØ·Ù„Ø¹ Ø¨Ø±Ø§ Ø§Ù„Ø²Ø± */
  transition: all 0.3s ease;
  box-shadow: 0 6px 0px #00a8cc, 0 12px 20px rgba(0, 210, 255, 0.3) !important;
}

/* Ø­Ø±ÙƒØ© Ø§Ù„Ù„Ù…Ø¹Ø§Ù† (Ø§Ù„Ø®ÙŠØ§Ù„ Ø§Ù„Ø£Ø¨ÙŠØ¶ Ø§Ù„Ù„ÙŠ ÙŠÙ…Ø±) */
.well .btn.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-20deg);
  animation: shine-loop 3s infinite;
}

/* Ø¹Ù†Ø¯ ØªÙ…Ø±ÙŠØ± Ø§Ù„Ù…Ø§ÙˆØ³: ÙŠØ±ØªÙØ¹ Ù‚Ù„ÙŠÙ„Ø§Ù‹ ÙˆÙŠØ²ÙŠØ¯ Ø§Ù„ØªÙˆÙ‡Ø¬ */
.well .btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0px #00a8cc, 0 15px 25px rgba(0, 210, 255, 0.4) !important;
}

/* Ø¹Ù†Ø¯ Ø§Ù„ÙƒØ¨Ø³: ÙŠÙ†Ø¶ØºØ· Ù„Ù„Ø£Ø³ÙÙ„ */
.well .btn.btn-primary:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0px #00a8cc, 0 5px 10px rgba(0, 210, 255, 0.2) !important;
}

/* ØªØ¹Ø±ÙŠÙ Ø£Ù†ÙŠÙ…ÙŠØ´Ù† Ø§Ù„Ù„Ù…Ø¹Ø§Ù† */
@keyframes shine-loop {
  0% { left: -100%; }
  20% { left: 100%; }
  100% { left: 100%; }
}

/* Ø§Ù„ÙˆØ¶Ø¹ Ø§Ù„Ù„ÙŠÙ„ÙŠ Ø§Ù„Ù…Ø­Ø³Ù† */
.nightmode .well .btn.btn-primary {
  box-shadow: 0 6px 0px #005f73, 0 0 20px rgba(0, 210, 255, 0.4) !important;
}
@media(max-width: 550px){
  body.guest .header-wrapper .navbar-right {
    margin-right: 0;
  }
  .guest .header-wrapper{
    border-radius: 12px;
    padding: 0px 0;
  }
  .guest .navbar-default .navbar-brand {
    padding-left: 10px;
  }
  .guest .navbar-brand img {
    max-height: 32px;
  }
  .btn.btn-primary,
  .btn.btn-secondary {
    border-radius: 12px;
  }
  .btn.btn-primary.btn-v2 {
    border-radius: 12px;
  }
  .btn.btn-primary > span, .btn.btn-secondary > span {
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 10px;
  }
  .btn.btn-primary > span::before, .btn.btn-secondary > span::before {
    border-radius: 10px;
    padding: 1px;
  }
  .guest .rtl-navbar .navbar-header {
    margin: auto;
  }
  /*Dashboard*/
  .nav.nav-tabs.top-well-tabs li a {
    height: 46px;
    font-size: 14px;
  }
  .well {
    padding: 15px 10px;
  }
  .well-tabs.nav-tabs > li > a{
    border-radius: 10px;
    font-size: 12px;
    height: 36px;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.en img.header-top-image.bottom, .en .header-bottom-image.bottom {
    transform: rotateY(180deg);
}
.en img.header-top-image.top, .en .header-bottom-image.top{
    transform: rotateY(180deg);
}


/*********New Update*********/

.guest .navbar.navbar-default {
    padding: 0;
}
.guest .collapse.navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.guest ul.nav.navbar-nav.navbar-right li a i {
    background-color: #FFFFFF;
    box-shadow: 4px 4px 8px rgba(174, 190, 205, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 12px;
    min-width: 40px;
    min-height: 40px;
    font-size: 17px;
}
.guest ul.nav.navbar-nav.navbar-right li.active a i, .guest .navbar-default .navbar-nav > li > a:hover > i  {
    -webkit-text-fill-color : #FDF001;
}

.guest ul.nav.navbar-nav.navbar-right li.active a, .guest .navbar-default .navbar-nav > li > a:hover{
background-image:  none;
   background-color: #FDF001;
}



.guest .header-wrapper {
    background: transparent;
    display: flex;
    align-items: center;
}
.guest .navbar-default .navbar-nav > li > a.dropdown-toggle {
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 4px 8px rgba(174, 190, 205, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.8);
    padding: 12px;
    height: 40px;
    width: 40px;
}
.guest .navbar-default .navbar-brand{
   background: #fff;
    border-radius: 12px;
    box-shadow: 4px 4px 8px rgba(174, 190, 205, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.8);
}
.guest ul.nav.navbar-nav.navbar-left-block {
    display: flex;
    align-items: center;
}
a.guest-buttons {
    background: #fff;
    margin: 0 10px;
    border-radius: 28px;
    box-shadow: 4px 4px 8px rgba(174, 190, 205, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.8);
    min-width: 137px;
}

section#reviews {
    text-align: center;
}

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

/*    .guest .collapse.navbar-collapse {
    display: none !important;
} 
    .guest .collapse.navbar-collapse ul {
    display: none !important;
}
    */
    .guest .navbar-header {
    width: 100%;
    margin-top: 10px !important;
}
    .guest .collapse.navbar-collapse ,.guest .navbar-collapse.collapsing {
    display: none !important;
}
.guest .navbar-collapse.collapse.in {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    background: #f5f9fff0;
    top: 60px;
    border-radius: 10px;
    height: 430px;
    overflow-y: scroll;
}
    .guest .navbar-nav > li > .dropdown-menu {
        position: fixed;
        width: 100%;
        top: 484px;
        background: #f5f9fff0;
        box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    }
}
.how-icons svg {s
    height: 3em;
}
.how-icons {
 /*   background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 8px 8px 16px rgba(174, 190, 205, 0.3), -8px -8px 16px rgba(255, 255, 255, 0.8);
  */
      background: linear-gradient(145deg, #ffffff, #FDF001);
    box-shadow: 14px 14px 28px #fdf00117, -10px -10px 24px rgba(255, 255, 255, 1), inset 3px 3px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 5px rgba(209, 231, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.8);
  width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
}
.how-works {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    box-shadow: 12px 12px 24px rgba(174, 190, 205, 0.4), -12px -12px 24px rgba(255, 255, 255, 0.9);
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 10px 7px;
}
.reviews-box {
    box-shadow: 12px 12px 24px rgba(174, 190, 205, 0.4), -12px -12px 24px rgba(255, 255, 255, 0.9);
    margin: 10px;
}
a.button-shaded {
    background: #fdf00117;
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
}
.how-works.special-snap {
    display: inherit;
    text-align: justify;
}
.how-works.special-snap .how-icons {
    margin-bottom: 17px;
}
.how-works.special-snap h3 {
	margin-bottom: 2px;
}
.how-works.empowering {
    height: 150px;
}
.how-works.empowering .how-icons {
    border-radius: 100%;
    position: relative;
    top: -60px;
}
.how-works.empowering .main-text {
    position: relative;
    top: -50px;
}
.how-works.empowering h3 {
    position: relative;
    top: -65px;
    font-weight: bold;
}
ul.about-list {
    display: flex;
    gap: 0;
}
ul.about-list li {
    width: 100%;
    height: 116px;
    /* flex-direction: column; */
    display: flex;
    align-items: center;
    margin: 10px;
}
ul.about-list svg {
    width: 35px;
}
.about-list-img {
  /*
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 8px 8px 16px rgba(174, 190, 205, 0.3), -8px -8px 16px rgba(255, 255, 255, 0.8);
  */
      background: linear-gradient(145deg, #ffffff, #FDF001);
    box-shadow: 14px 14px 28px #fdf00117, -10px -10px 24px rgba(255, 255, 255, 1), inset 3px 3px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 5px rgba(209, 231, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.8);
  width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    margin: 7px;
}
.about-list li:first-child, .about-list li:nth-child(3) {
    margin-top: 0 !important;
}
.sub-heading {
    font-size: 50px;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.forgot-password {
    position: inherit;
    right: 11px;
    bottom: 7px;
}


/******************New Order Page ************************/
ul.vertical-nav-menu li {
    margin: 5px 0;
}
.daymode .form-control {
    border: none;
   background-color: rgb(238 243 248 / 1) !important;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9) !important;
      border-radius: 14px;
}
.daymode .input-wrapper {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
      border-radius: 14px;
}
.daymode .select2-container, .daymode .form-group .select2.select2-container .select2-selection {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border-radius: 14px;
}

.daymode .well {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    border: none;
}
.daymode .nav.nav-tabs.top-well-tabs li:last-child a::before {
     background-color: rgb(238 243 248 / 1);
}
.daymode .nav.nav-tabs.top-well-tabs li:first-child.active a::before, .daymode .nav.nav-tabs.top-well-tabs li:first-child a::before {
   background-color: rgb(238 243 248 / 1);
}
.daymode .nav.nav-tabs.top-well-tabs li a::after, .daymode .nav.nav-tabs.top-well-tabs li a{
     background-color: rgb(238 243 248 / 1);
}
.daymode .nav.nav-tabs.top-well-tabs li.active a, .daymode .nav-tabs.top-well-tabs > li.active > a:hover,.daymode .nav-tabs.top-well-tabs > li.active > a:focus {
    background-color: #000000;
    color: #FFFFFF;
}
.daymode .filter-list li .brand-category {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border: none;
}
.daymode .filter-wrapper {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border: none;
}

.daymode .welcome-box {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
}

.daymode .app-sidebar, .daymode .vertical-nav-menu li > a, .daymode .app-header, .daymode .util-button, .daymode .setting-button, .panel-body.border-solid.border-rounded {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border: none;
}
.daymode button.mode-button.toggle.dm {
    background: transparent;
}
.daymode .app-header {
    background: transparent;
    border: none;
    box-shadow: none;
}
.daymode .left-stats li {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border: none;
}

.left-stats li {
    padding: 12px;
    border-radius: 15px;
}
.left-stats li:nth-child(2) {
    padding: 12px !important;
}
.stats-box.stats-box-right {
    display: none;
}
.stats-box.stats-box-left {
    border-radius: 14px !important;
}
.nightmode .form-control, 
.nightmode .panel-body.border-solid.border-rounded {
    background-color: #262626 !important;
    border: 1px solid #3C3C3C !important;
    color: #fff !important;
    /* Ø¸Ù„ Ø£Ø³ÙˆØ¯ Ø¹Ù…ÙŠÙ‚ Ù„Ù„Ø¨Ø±ÙˆØ² ÙÙŠ Ø§Ù„Ù„ÙŠÙ„ */
    box-shadow: 0 6px 0px #000000, 0 12px 20px rgba(0,0,0,0.4) !important;
}.nightmode .app-sidebar, .nightmode .vertical-nav-menu li > a, .nightmode .app-header, .nightmode .util-button, .nightmode .setting-button, .nightmode .panel-body.border-solid.border-rounded {
		 background-color: #262626;
         box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(38,38,38,0.9);
}
.nightmode .panel-body.border-solid.border-rounded {
color:#fff;
}
@media screen and (max-width:576px){
.grid {
    display: none;
}  
  .login-form {
    margin: 10px;
}
.guest ul.nav.navbar-nav.navbar-left-block {
    flex-wrap: wrap;
    gap: 10px 0;
}
.guest .navbar-default .navbar-nav > li > a.dropdown-toggle {
    margin: 0 10px;
    border-radius: 28px;
    width: 93%;
}
 
}

/* ===============================
   Select2 Categories â€“ Clean UX
   Arabic + English (RTL / LTR)
   =============================== */

/* Ø§Ù„Ù‚Ø§Ø¦Ù…Ø© */
.select2-dropdown {
    background: #ffffff !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 12px !important;
    padding: 10px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06) !important;
}

/* ÙƒÙ„ Ø¹Ù†ØµØ± - ØªÙ… ØªØ¹Ø¯ÙŠÙ„Ù‡ Ù„ÙŠÙƒÙˆÙ† Ù…Ø±Ù†Ø§Ù‹ ÙˆÙŠÙ‚Ø¶ÙŠ Ø¹Ù„Ù‰ Ø§Ù„ÙØ±Ø§Øº */
.select2-results__option {
    position: relative !important;
    background: #f9fbfd !important;
    color: #222 !important;

    /* ØªÙ‚Ù„ÙŠÙ„ Ø§Ù„Ù…Ø³Ø§Ø­Ø§Øª Ø§Ù„Ø¬Ø§Ù†Ø¨ÙŠØ© */
    padding: 12px 15px !important; 
    margin-bottom: 8px !important;

    border-radius: 10px !important;
    border: 1px solid #edf1f5 !important;

    font-size: 17px !important;
    font-weight: 700 !important;

    /* ØªÙØ¹ÙŠÙ„ Ù†Ø¸Ø§Ù… Ø§Ù„Ù…Ø±ÙˆÙ†Ø© Ù„Ø§Ù„ØªØµØ§Ù‚ Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© Ø¨Ø§Ù„Ù†Øµ */
    display: flex !important;
    align-items: center !important;
    gap: 10px !important; /* Ø§Ù„Ù…Ø³Ø§ÙØ© Ø¨ÙŠÙ† Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© ÙˆØ§Ù„ÙƒÙ„Ø§Ù… */
    white-space: normal !important;
}

/* Ø¢Ø®Ø± Ø¹Ù†ØµØ± */
.select2-results__option:last-child {
    margin-bottom: 0 !important;
}

/* Ø§Ù„Ø¹Ø±Ø¨ÙŠ ÙÙ‚Ø· - ØªØ±ØªÙŠØ¨ Ø§Ù„Ø¹Ù†Ø§ØµØ± ÙˆÙ…Ø­Ø§Ø°Ø§Ø© Ø§Ù„Ø®Ø· Ø§Ù„Ø£Ø®Ø¶Ø± */
.select2-results__option:lang(ar) {
    direction: rtl !important;
    text-align: right !important;
    flex-direction: row !important; /* ØªØ±ØªÙŠØ¨: Ø£ÙŠÙ‚ÙˆÙ†Ø© Ø«Ù… Ù†Øµ ÙÙŠ RTL */
}

/* Ø§Ù„Ø¥Ù†Ø¬Ù„ÙŠØ²ÙŠ ÙÙ‚Ø· - ØªØ±ØªÙŠØ¨ Ø§Ù„Ø¹Ù†Ø§ØµØ± ÙˆÙ…Ø­Ø§Ø°Ø§Ø© Ø§Ù„Ø®Ø· Ø§Ù„Ø£Ø®Ø¶Ø± */
.select2-results__option:lang(en) {
    direction: ltr !important;
    text-align: left !important;
    flex-direction: row !important; /* ØªØ±ØªÙŠØ¨: Ø£ÙŠÙ‚ÙˆÙ†Ø© Ø«Ù… Ù†Øµ ÙÙŠ LTR */
}

/* hover */
.select2-results__option--highlighted {
    background: #f4f7fa !important;
    border-color: #e1e7ed !important;
}

/* Ø§Ù„Ù…Ø®ØªØ§Ø± */
.select2-results__option[aria-selected="true"] {
    background: #f5f7fa !important;
    border: 1px solid #cfe3d8 !important;
    box-shadow: 0 0 0 3px rgba(39,174,96,0.1) !important;
    font-weight: 600 !important;
}

/* Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© - ØªÙ… Ø¥Ù„ØºØ§Ø¡ Ø§Ù„ØªÙ…ÙˆØ¶Ø¹ Ø§Ù„Ù…Ø·Ù„Ù‚ (absolute) Ù„ØªÙ„ØªØµÙ‚ Ø¨Ø§Ù„Ù†Øµ */
/* Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© - ØªÙƒØ¨ÙŠØ± ÙˆØªØ£Ø«ÙŠØ± 3D Soft */
.select2-results__option i, 
.select2-results__option .select2-selection__icon {
    position: static !important;
    transform: none !important;
    
    /* ØªÙƒØ¨ÙŠØ± Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© */
    font-size: 20px !important; 
    width: 32px !important;
    height: 32px !important;
    
    /* Ø¬Ø¹Ù„Ù‡Ø§ Ø¯Ø§Ø¦Ø±ÙŠØ© Ø¨Ø¨Ø±ÙˆØ² Ù†Ø§Ø¹Ù… */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    
    /* ØªØ£Ø«ÙŠØ± Ø§Ù„Ù€ 3D Soft (Ø§Ù„ØªØ¯Ø±Ø¬ ÙˆØ§Ù„Ø¸Ù„Ø§Ù„) */
    background: linear-gradient(145deg, #ffffff, #f0f0f0) !important;
    border-radius: 8px !important;
    color: #1da1f2 !important; /* Ù„ÙˆÙ† Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© */
    
    /* Ø§Ù„Ø¸Ù„ Ø§Ù„Ù„ÙŠ ÙŠØ¹Ø·ÙŠ ØªØ£Ø«ÙŠØ± Ø§Ù„Ø¨Ø±ÙˆØ² (Neumorphism light) */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.08), 
                -1px -1px 4px rgba(255,255,255,0.9) !important;
    
    transition: all 0.3s ease !important;
}

/* Ø­Ø±ÙƒØ© Ø¨Ø³ÙŠØ·Ø© Ø¹Ù†Ø¯ ØªÙ…Ø±ÙŠØ± Ø§Ù„Ù…Ø§ÙˆØ³ Ø¹Ù„Ù‰ Ø§Ù„Ø¹Ù†ØµØ± */
.select2-results__option--highlighted i {
    transform: scale(1.1) rotate(-5deg) !important; /* ØªÙƒØ¨ÙŠØ± Ø¨Ø³ÙŠØ· ÙˆØ­Ø±ÙƒØ© Ø§Ø­ØªØ±Ø§ÙÙŠØ© */
    background: #1da1f2 !important; /* Ù‚Ù„Ø¨ Ø§Ù„Ø£Ù„ÙˆØ§Ù† Ø¹Ù†Ø¯ Ø§Ù„Ø§Ø®ØªÙŠØ§Ø± */
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(29, 161, 242, 0.3) !important;
}

/* Ø§Ù„Ø®Ø· Ø§Ù„Ø£Ø®Ø¶Ø± (Ø§Ù„Ù…Ø¤Ø´Ø± Ø§Ù„Ø¬Ø§Ù†Ø¨ÙŠ) - ØªÙ… Ø­Ù„ Ù…Ø´ÙƒÙ„Ø© Ø§Ù„Ø§Ø®ØªÙØ§Ø¡ Ø¹Ù†Ø¯ ØªØºÙŠÙŠØ± Ø§Ù„Ù„ØºØ© */
.select2-results__option[aria-selected="true"]::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    border-radius: 4px;
    background: #27ae60;
    animation: softShake 0.35s ease-out;
}

/* Ø¥Ø°Ø§ ÙƒØ§Ù†Øª Ø§Ù„Ù„ØºØ© Ø¹Ø±Ø¨ÙŠØ© ÙŠØ¸Ù‡Ø± Ø§Ù„Ø®Ø· ÙŠÙ…ÙŠÙ† */
.select2-results__option[aria-selected="true"]:lang(ar)::before {
    right: 5px;
    left: auto;
}

/* Ø¥Ø°Ø§ ÙƒØ§Ù†Øª Ø§Ù„Ù„ØºØ© Ø¥Ù†Ø¬Ù„ÙŠØ²ÙŠØ© ÙŠØ¸Ù‡Ø± Ø§Ù„Ø®Ø· ÙŠØ³Ø§Ø± */
.select2-results__option[aria-selected="true"]:lang(en)::before {
    left: 5px;
    right: auto;
}

/* ØªØ¹Ø·ÙŠÙ„ Ø³ØªØ§ÙŠÙ„ Bootstrap Ø§Ù„Ù‚Ø¯ÙŠÙ… */
.select2-dropdown .dropdown-menu > .active > a {
    background-color: transparent !important;
    color: inherit !important;
}

.price {
    color: #1e8449 !important;
    font-weight: 600;
}

@keyframes softShake {
    0%   { transform: translateY(-50%) translateX(0); }
    50%  { transform: translateY(-50%) translateX(2px); }
    100% { transform: translateY(-50%) translateX(0); }
}

/* Ù…ÙˆØ¨Ø§ÙŠÙ„ - ØªÙƒØ¨ÙŠØ± Ø§Ù„Ø®Ø· ÙˆØªÙˆØ¶ÙŠØ­Ù‡ */
@media (max-width: 768px) {
    .select2-results__option {
        padding: 10px 12px !important;
        /* Ù†Ø±ÙØ¹ Ø§Ù„Ø­Ø¬Ù… Ø¥Ù„Ù‰ 15px ÙˆÙ†Ø®Ù„ÙŠ Ø§Ù„ÙˆØ²Ù† 700 Ù„ÙŠÙƒÙˆÙ† Ø¹Ø±ÙŠØ¶Ø§Ù‹ */
        font-size: 15px !important; 
        font-weight: 700 !important; 
    }
    
    /* ØªØµØºÙŠØ± Ø§Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© Ù‚Ù„ÙŠÙ„Ø§Ù‹ Ù„ØªÙ†Ø§Ø³Ø¨ Ø´Ø§Ø´Ø© Ø§Ù„Ù‡Ø§ØªÙ */
    .select2-results__option i {
        font-size: 18px !important;
        width: 30px !important;
        height: 30px !important;
    }
}