@font-face {
  font-family: "Bahij_TheSansArabic";
  src: url("../fonts/Bahij_TheSansArabic-Plain.ttf") format("truetype");
}

@font-face {
  font-family: "Lama_Sans";
  src: url("../fonts/LamaSans-RegularExpanded.ttf") format("truetype");
}

@font-face {
  font-family: "GE_Snd_Book";
  src: url("../fonts/GE\ Snd\ Book.ttf") format("truetype");
}


*,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Bahij_TheSansArabic";
}

:root {
  --main-color: #092D4B;
  --green-color: #68B545;
  --main-color-dark: #3C2464;
  --main-color-light: #083254;
  --light-color: #EDE2FF;
  --yellow-color: #CAAF3E;
  --black-gray: #575757;

  --light-color: #F9F6E9;
  --paragraph: #484848;
  --light-gray: #F2F2F2;
  --petrol-color: #0E2A46;
  --danger-color: #E31A1A;
  --input-color: #0C3558
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;

}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
  background: transparent;
  /* Light gray background */
  border-radius: 10px;
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  /* Blue color */
  border-radius: 10px;
  border: 0;
  /* Optional: Adds spacing around the thumb */
}

/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

.bg-light {
  background: rgba(242, 242, 242, 0.50) !important;

}

.rounded-16 {
  border-radius: 16px;
}

/* Global Classes */
.logo {
  height: 60px;
  width: 163px
}

.not-fixed {
  position: relative !important;
  background-color: var(--main-color) !important
}

.navbar {
  height: 86px;
  display: flex;
  padding: 24px 48px 30px 48px;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  background: var(--main-color);
}

.about-us-dropdown {
  background-color: var(--main-color);
  padding: 0 !important;
  width: 100px;
  top: 63px !important;

  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0px 0px 8px 8px !important;
  overflow: hidden
}

.about-us-dropdown a {
  padding: 16px 32px;
  transition: all .1s linear;
  color: #FFF;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center
}

.about-us-dropdown a:hover {
  background-color: #FFF;
}

.lang-dropdown {
  border-radius: 4px !important;
  background: #FFF !important;
  padding: 0 !important;
  min-width: 98%;
  right: 50%;
  transform: translateX(50%);
  top: calc(160%) !important;
  z-index: 0;
}

[dir="ltr"] .lang-dropdown {
  left: auto
}

.lang-dropdown a {
  padding: 16px;
  color: var(--main-color) !important;
  transition: all .2s ease-in-out
}

.lang-dropdown li:last-child {
  border-top: 1px solid var(--main-color)
}

.lang-dropdown a:hover {
  background-color: var(--light-gray) !important;
  color: var(--main-color) !important
}

header .navbar-expand-md .navbar-nav {
  gap: 8px;
}

header .navbar-expand-md .navbar-nav li:nth-child(1) a.login-btn {
  padding: 8px 32px !important;
  font-size: 16px !important;
}

.nav-btn-container {
  gap: 8px;
}

.navbar-brand img {
  height: 40px;
}

nav .dropdown-toggle::after {
  display: none;
}

.reset-btn,
.select2-search__field {
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent !important
}

.breadcrumb-container {
  border-top: 2px solid #FFF;
  height: 60px;
  display: flex;
  padding: 0px 141.6px 0px 48px;
  top: 86px;
  width: 100%;
  right: 0;
  z-index: 800;
  position: fixed;
  background: linear-gradient(90deg, #ffffff 0%, #E1F0DC 100%)
}

.breadcrumb-container nav {
  width: 100%;
  background-color: transparent;
}

.breadcrumb-container a {
  text-decoration: none;
  color: var(--green-color);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "GE_Snd_Book";

}

.breadcrumb-container .active {
  color: var(--main-color);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

[dir="ltr"] .breadcrumb-container nav,
[dir="ltr"] .breadcrumb-container nav ol {
  flex-direction: row-reverse
}

[dir="ltr"] .breadcrumb-container {
  background: linear-gradient(-90deg, #ffffff 0%, #E1F0DC 100%);
}

[dir="ltr"] .breadcrumb-container nav ol li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center
}

[dir="ltr"] .breadcrumb-container nav ol li i {
  transform: rotateY(180deg)
}

[dir="ltr"] .breadcrumb-item+.breadcrumb-item {
  padding: 0 !important
}

.breadcrumb {
  align-items: center
}

.breadcrumb i {
  font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none !important
}

.flex-1 {
  flex: 1
}

.top-23 {
  top: 23px !important
}

.gap-8 {
  gap: 8px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.white-place::placeholder {
  color: #FFF !important
}

.pt-200 {
  padding-top: 200px !important;
}

[dir="ltr"] .pe-md-4 {
  padding-right: 0 !important;
  padding-left: 1.5rem !important
}

.my-32 {
  margin: 32px 0
}

.h-50 {
  height: 50px !important
}

.rounded-5 {
  border-radius: 5px !important;
}

.mb-16 {
  margin-bottom: 16px !important
}

.mb-24 {
  margin-bottom: 24px !important
}

.mt-48 {
  margin-top: 48px
}

.mt-110 {
  margin-top: 110px
}

.mt-10 {
  margin-top: 10px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-27 {
  margin-top: 27px
}

.mt-32 {
  margin-top: 32px
}

.mt-16 {
  margin-top: 16px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-12em {
  margin-top: 12em
}

.mb-2em {
  margin-bottom: 2em
}

.mb-50 {
  margin-bottom: 50px !important
}

.mb-100 {
  margin-bottom: 100px !important
}

.mt-65 {
  margin-top: 65%;
}

.mt-40 {
  margin-top: 40%;
}

.g-1 {
  gap: 4px;
}

.g-4 {
  gap: 16px;
}

.g-25 {
  gap: 25px !important
}

.g-10 {
  gap: 10px;
}

.g-5 {
  gap: 32px;
}

.g-padding {
  padding: 114px 0 100px;
}

.z-10 {
  z-index: 10
}

.font-14 {
  font-size: 14px !important
}

.g-title {
  color: var(--main-color);
  font-family: "Lama_Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.inner-title {
  color: var(--main-color);
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-weight: 700;
  line-height: 46.896px;
  text-transform: capitalize;
}

.g-slogan {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.5px;

}


.form-control.mt-0 {
  margin-top: 0 !important
}

.g-title.scale::after {
  top: calc(100% - 20px) !important;
  transform: scale(1.3) !important;
}

.input-group label,
.shared-label {
  color: #303031;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  width: auto !important
}

.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="password"],
.input-group input[type="datetime-local"],
.input-group input[type="date"],
.input-group select,
.input-group textarea {
  height: 50px;
  padding: 8px 12px;
  border-radius: 5px !important;
  border: 1px solid var(--Borders, #EAEAEA);

}

/* Set the width of the Select2 container */
.select2-container {
  /*  width: 100% !important; */
  /* Matches the parent element's width */
}

/* Set the height of the Select2 input field */
.select2-selection--single {
  height: 50px !important;
  /* Adjust height */
  display: flex;
  align-items: center;
  /* Center the text vertically */
  padding: 0 10px;
  /* Add padding for better appearance */
  font-size: 16px;
  /* Adjust font size */
}

/* Adjust the dropdown width */
.select2-dropdown {}

/* Adjust the dropdown item's height */
.select2-results__option {
  padding: 10px;
  /* Adjust padding for item height */
  font-size: 14px;
  /* Adjust font size for dropdown items */
}

.select2-selection__rendered {
  height: 100%;
  display: flex !important;
  align-items: center;
}

.select2-selection__arrow {
  display: none
}

.select2-container {
  margin-top: 8px !important;
  width: 100% !important;
}

.phone-code .select2-container,
.phone div {
  margin-top: 0 !important
}

.phone-code .icon {
  transform: translateY(-50%)
}

.select2-selection {
  border-radius: 5px !important;
  border: 1px solid var(--Borders, #EAEAEA) !important;
}

.input-group textarea {
  width: 100%;
  height: 80px;
}

.input-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

.date-container,
.select-container select {
  margin-top: 8px;
}

.select-container .icon {
  top: 50%;
  left: 12px;
  z-index: 100;
}

[dir="ltr"] .select-container .icon {
  right: 12px;
  left: auto
}

.select-container .icon.translateY {
  transform: translateY(-25%)
}

.date-container input {
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  height: 100%;
  width: 100%
}

.date-container img,
.date-container span,
.date-container i.icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.date-container img,
.date-container i.icon {
  left: 12px;
}

.date-container span {
  right: 12px;
}

.required label {
  position: relative;
  align-self: flex-start
}

.required label::after {
  content: '*';
  position: absolute;
  right: 105%;
  color: var(--danger-color)
}

[dir="ltr"] .required label::after {
  left: 105%;
  right: auto
}

label.required,
.form-label {
  position: relative;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 600
}

label.required::after {
  content: '*';
  position: absolute;
  right: 105%;
  color: var(--danger-color)
}

input:focus,
select:focus,
.input-group>.form-select:focus {
  box-shadow: none !important;
}

.modal-content {
  border-radius: 12px !important;
}

.modal .time {
  color: var(--Purple, #4A2D7B);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 16.8px */
}



.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 1.8rem;
  /* Adjust star size */

  margin-top: 8px;
}

.rating span {
  display: inline-block;
  color: #ccc;
  /* Default gray for unfilled stars */
  position: relative;
}

.rating span.filled {
  color: #D4AF37;
  /* Gold color for filled stars */
}

.img-black {
  filter: brightness(0) invert(0)
}

.file-box {
  height: 50px;
  border-radius: 5px;
}

.file-box input[type=file] {
  padding: 4px;
  margin: -4px;
  position: relative;
  outline: none;
  opacity: 0;
  height: 100% !important;
  z-index: 100;
  background-color: #FFF
}

.shallow-input {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 16px;
  color: #6d6e71;
  font-size: 16px;
  padding: 12px 10px 12px 20px;
}

.file-input-btn {
  color: #FFF;
  text-align: center;
  font-family: "GE_Snd_Book";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: var(--green-color) !important;
  padding: 4px 16px;
  border-radius: 4px;

}

#file-upload-text {
  font-family: "GE_Snd_Book";
  font-size: 18px;
  font-weight: 400;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 45%;
  transform: rotate(-45deg) translateY(-100%) translateX(-15%);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
  background-color: var(--main-color);
}

.round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.accept-terms-text {
  color: #303031;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 16.8px */
}

.yellow-submit-btn {
  padding: 12px 48px;
  border-radius: 50px;
  background-color: var(--yellow-color) !important;
  font-size: 18px;
  font-weight: 600;
}



.checkbox-wrapper-13 {
  display: flex
}

.checkbox-wrapper-13 input[type=checkbox] {
  --active: #275EFE;
  --active-inner: #fff;
  --focus: 2px rgba(39, 94, 254, .3);
  --border: #BBC1E1;
  --border-hover: #275EFE;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}

.checkbox-wrapper-13 input[type=checkbox]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}

.checkbox-wrapper-13 input[type=checkbox]:checked {
  --b: var(--main-color);
  --bc: var(--main-color);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}

.checkbox-wrapper-13 input[type=checkbox]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}

.checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}

.checkbox-wrapper-13 input[type=checkbox]:disabled+label {
  cursor: not-allowed;
}

.checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}

.checkbox-wrapper-13 input[type=checkbox]:focus {
  box-shadow: 0 0 0 var(--focus);
}

.checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
  width: 21px;
}

.checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
  opacity: var(--o, 0);
}

.checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
  --o: 1;
}


.checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
  border-radius: 4px;
}

.checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 4px;
  transform: rotate(var(--r, 20deg));
}

.checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
  --r: 43deg;
}


.checkbox-wrapper-13 * {
  box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
  box-sizing: inherit;
}

/* 
.shared-label {
  border: 2px solid red !important
} */

.shared-table thead tr th {
  color: #303031;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 19.2px */
}

.shared-table {
  border: 1px solid #f2f2f2;
  width: 100%;
  border-collapse: collapse;
}

.shared-table thead tr th {
  padding: 20px 8px;
  background: rgba(242, 242, 242, 0.50);
  border: 0;
  font-weight: 600
}

.shared-table tbody td {
  text-align: center;
  padding: 20px 8px;

  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 0;
  /* 16.8px */
}

.pagination {
  gap: 10px;
}

.pagination a,
.pagination span {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-radius: 3.332px;
  border: 0.833px solid var(--Borders, #EAEAEA);
  background: var(--BG-color, #F9F9F9);
}

[dir="ltr"] .pagination a i {
  transform: rotateY(180deg)
}

.pagination .page-item:nth-child(1) a,
.pagination .page-item:last-child a {
  width: auto !important;
  padding: 8px 10px !important;
}

.pagination .page-item.active .page-link {
  background: var(--main-color);
  border-color: var(--main-color);
}

.pagination .page-item a:hover {
  background: var(--main-color);
  color: #FFF;
}

.file-uploader {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  text-align: right;

  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  height: 50px;
  display: flex;
  align-items: center
}

.upload-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #999;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
}

.upload-label span {
  font-size: 12px !important;
}

.upload-icon {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 4px;
  display: inline-block;
}

.upload-input {
  display: none;
  /* Hide the default file input */
}

.input-group select+div i {
  color: #8891A1 !important
}

.textarea-with-height {
  height: 180px !important
}

.input-group input,
.input-group-text {
  margin-top: 10px !important;

  font-family: "GE_Snd_Book";
  font-size: 20px;
  font-weight: 400;
}



.input-group-text {
  background-color: transparent;
  border: 0;
  margin-top: 0 !important
}


.input-group label {

  font-family: "GE_Snd_Book";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
}

.input-group input::placeholder {
  font-size: 16px
}

.search-input-wrapper {
  position: relative;
}

.search-input-wrapper input {
  height: 60px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #F9F9F9;
  width: 100%;
  color: #484848;
  font-family: "GE_Snd_Book";
  font-size: 16px;
  font-weight: 400;
}

.search-input-wrapper button {
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  height: 36px;
  background-color: var(--green-color);
  color: #FFF !important;
  padding: 0 38px
}

[dir="ltr"] .search-input-wrapper button {
  right: 16px;
  left: auto
}

.shared-tabs {
  gap: 16px;
}

.shared-tabs .nav-link {
  padding: 16px 48px;



  padding: 16px 48px;
  font-family: "GE_Snd_Book";
  font-size: 18px;
  font-weight: 400;
  line-height: 19.6px;
  /* 108.889% */

}

.shared-tabs .nav-link.active {
  background-color: var(--main-color) !important;
  color: #FFF;
}

.shared-tabs .nav-link:not(.active) {
  border-radius: 4px;
  background: rgba(3, 95, 172, 0.12);
  color: var(--main-color)
}

@media (max-width: 567px) {



  .lang-dropdown {
    padding-top: 0 !important;
    min-width: 140px !important;
    top: calc(100% - 45px) !important;
    z-index: 999;
  }

  .mt-for-contact {
    margin-top: 6em !important
  }
}

.for-reset .select2-container {
  margin: 0 !important;
  position: relative;
  padding: 0 5px;
}

.for-reset * {
  border: 0 !important
}

.for-reset.select-container .icon {
  transform: translateY(-50%)
}


.book-form-wrapper .select2-selection--single {
  border: 1px solid #C6C6C6 !important;
}