@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");
}

:root {
  --main-color: #092D4B;
  --green-color: #68B545;
  --main-color-dark: #3C2464;
  --main-color-light: #083254;
  --light-color: #F9F6E9;
  --yellow-color: #CAAF3E;
  --black-gray: #575757;
  --paragraph: #484848;
  --light-gray: #F2F2F2;
  --petrol-color: #0E2A46;
  --danger-color: #E31A1A;
  --input-color: #0C3558;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Bahij_TheSansArabic", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border: 0;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3;
}

.bg-light {
  background: rgba(242, 242, 242, .5) !important;
}

.rounded-16 {
  border-radius: 16px;
}

.logo {
  width: 163px;
  height: 60px;
}

.not-fixed {
  position: relative !important;
  background-color: var(--main-color) !important;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  height: 86px;
  padding: 24px 48px 30px;
  background: var(--main-color);
}

.navbar-brand img {
  height: 40px;
}

.nav-btn-container {
  gap: 8px;
}

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 .dropdown-toggle::after {
  display: none;
}

.about-us-dropdown {
  top: 63px !important;
  width: 100px;
  padding: 0 !important;
  overflow: hidden;
  background-color: var(--main-color);
  border: 0 !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: none !important;
}

.about-us-dropdown a {
  padding: 16px 32px;
  color: #fff;
  text-align: center;
  font-family: "Bahij_TheSansArabic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  transition: all .1s linear;
}

.about-us-dropdown a:hover {
  background-color: #fff;
}

.lang-dropdown {
  top: calc(160%) !important;
  right: 50%;
  z-index: 0;
  min-width: 98%;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 4px !important;
  transform: translateX(50%);
}

[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;
}

.reset-btn,
.select2-search__field {
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent !important;
}

.breadcrumb-container {
  position: fixed;
  top: 86px;
  right: 0;
  z-index: 800;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0 141.6px 0 48px;
  border-top: 2px solid #fff;
  background: linear-gradient(90deg, #fff 0%, #E1F0DC 100%);
}

.breadcrumb-container nav {
  width: 100%;
  background-color: transparent;
}

.breadcrumb-container a {
  color: var(--green-color);
  text-align: right;
  text-decoration: none;
  font-family: "GE_Snd_Book", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.breadcrumb-container .active {
  color: var(--main-color);
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

[dir="ltr"] .breadcrumb-container {
  background: linear-gradient(-90deg, #fff 0%, #E1F0DC 100%);
}

[dir="ltr"] .breadcrumb-container nav,
[dir="ltr"] .breadcrumb-container nav ol {
  flex-direction: row-reverse;
}

[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-10 { gap: 10px; }
.gap-15 { gap: 15px; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.gap-32 { gap: 32px; }
.my-32 { margin: 32px 0; }
.mt-10 { margin-top: 10px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-27 { margin-top: 27px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mt-50 { margin-top: 50px; }
.mt-65 { margin-top: 65%; }
.mt-40 { margin-top: 40%; }
.mt-110 { margin-top: 110px; }
.mt-12em { margin-top: 12em; }
.mb-16 { margin-bottom: 16px !important; }
.mb-24 { margin-bottom: 24px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-2em { margin-bottom: 2em; }
.h-50 { height: 50px !important; }
.rounded-5 { border-radius: 5px !important; }
.g-1 { gap: 4px; }
.g-4 { gap: 16px; }
.g-10 { gap: 10px; }
.g-25 { gap: 25px !important; }
.g-5 { gap: 32px; }
.z-10 { z-index: 10; }
.font-14 { font-size: 14px !important; }

.pt-200 {
  padding-top: 200px !important;
}

.g-padding {
  padding: 114px 0 100px;
}

.white-place::placeholder {
  color: #fff !important;
}

[dir="ltr"] .pe-md-4 {
  padding-right: 0 !important;
  padding-left: 1.5rem !important;
}

.g-title {
  color: var(--main-color);
  font-family: "Lama_Sans", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
}

.g-title.scale::after {
  top: calc(100% - 20px) !important;
  transform: scale(1.3) !important;
}

.inner-title {
  color: var(--main-color);
  font-family: "Bahij_TheSansArabic", sans-serif;
  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: -.5px;
}

.form-control.mt-0 {
  margin-top: 0 !important;
}

.input-group label,
.shared-label {
  width: auto !important;
  color: #303031;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.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: 1px solid var(--Borders, #EAEAEA);
  border-radius: 5px !important;
}

.input-group input,
.input-group-text,
.input-group textarea {
  margin-top: 10px !important;
  font-family: "GE_Snd_Book", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.input-group input::placeholder {
  font-size: 16px;
}

.input-group textarea {
  width: 100%;
  height: 80px;
  box-shadow: none !important;
}

.input-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

.input-group-text {
  margin-top: 0 !important;
  background-color: transparent;
  border: 0;
}

.input-group label {
  font-family: "GE_Snd_Book", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.h-120 {
  height: 120px !important;
}

.textarea-with-height {
  height: 180px !important;
}

.select2-container {
  width: 100% !important;
  margin-top: 8px !important;
}

.select2-selection {
  border: 1px solid var(--Borders, #EAEAEA) !important;
  border-radius: 5px !important;
}

.select2-selection--single {
  display: flex;
  align-items: center;
  height: 50px !important;
  padding: 0 10px;
  font-size: 16px;
}

.select2-selection__rendered {
  display: flex !important;
  align-items: center;
  height: 100%;
}

.select2-selection__arrow {
  display: none;
}

.select2-results__option {
  padding: 10px;
  font-size: 14px;
}

.phone-code .select2-container,
.phone div {
  margin-top: 0 !important;
}

.phone-code .icon {
  transform: translateY(-50%);
}

.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 {
  width: 100%;
  height: 100%;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
}

.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,
label.required,
.form-label {
  position: relative;
  align-self: flex-start;
}

.required label::after,
label.required::after {
  content: '*';
  position: absolute;
  right: 105%;
  color: var(--danger-color);
}

[dir="ltr"] .required label::after,
[dir="ltr"] label.required::after {
  right: auto;
  left: 105%;
}

label.required,
.form-label {
  font-size: 14px;
  font-weight: 600;
}

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-weight: 600;
  line-height: 1;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 8px;
  font-size: 1.8rem;
}

.rating span {
  position: relative;
  display: inline-block;
  color: #ccc;
}

.rating span.filled {
  color: #D4AF37;
}

.img-black {
  filter: brightness(0) invert(0);
}

.file-box {
  height: 50px;
  border-radius: 5px;
}

.file-box input[type="file"] {
  position: relative;
  z-index: 100;
  height: 100% !important;
  padding: 4px;
  margin: -4px;
  outline: none;
  opacity: 0;
  background-color: #fff;
}

.shallow-input {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 12px 10px 12px 20px;
  color: #6d6e71;
  font-size: 16px;
}

.file-input-btn {
  padding: 4px 16px;
  border-radius: 4px;
  background-color: var(--green-color) !important;
  color: #fff;
  text-align: center;
  font-family: "GE_Snd_Book", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

#file-upload-text {
  font-family: "GE_Snd_Book", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.file-uploader {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  text-align: right;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.upload-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
  color: #999;
  font-size: 16px;
  cursor: pointer;
}

.upload-label span {
  font-size: 12px !important;
}

.upload-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 4px;
}

.upload-input {
  display: none;
}

.round {
  position: relative;
}

.round label {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.round label::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  opacity: 0;
  transform: rotate(-45deg) translateY(-100%) translateX(-15%);
}

.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-weight: 600;
  line-height: 1;
}

.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 *,
.checkbox-wrapper-13 *::before,
.checkbox-wrapper-13 *::after {
  box-sizing: inherit;
}

.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;
  position: relative;
  display: inline-block;
  height: 21px;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
  background: var(--b, var(--background));
  border: 1px solid var(--bc, var(--border));
  outline: none;
  transition: background .3s, border-color .3s, box-shadow .2s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.checkbox-wrapper-13 input[type="checkbox"]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .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: .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;
  border-radius: 4px;
}

.checkbox-wrapper-13 input[type="checkbox"]:not(.switch)::after {
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  opacity: var(--o, 0);
  transform: rotate(var(--r, 20deg));
}

.checkbox-wrapper-13 input[type="checkbox"]:not(.switch):checked {
  --o: 1;
  --r: 43deg;
}

.shared-table {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
}

.shared-table thead tr th {
  padding: 20px 8px;
  color: #303031;
  text-align: center;
  background: rgba(242, 242, 242, .5);
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.shared-table tbody td {
  padding: 20px 8px;
  color: #7E7E7E;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 0;
}

.pagination {
  gap: 10px;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  color: var(--main-color);
  background: var(--BG-color, #F9F9F9);
  border: .833px solid var(--Borders, #EAEAEA);
  border-radius: 3.332px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

[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;
}

.input-group select + div i {
  color: #8891A1 !important;
}

.search-input-wrapper {
  position: relative;
}

.search-input-wrapper input {
  width: 100%;
  height: 60px;
  color: #484848;
  background: #F9F9F9;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-family: "GE_Snd_Book", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.search-input-wrapper button {
  top: 50%;
  left: 16px;
  height: 36px;
  padding: 0 38px;
  color: #fff !important;
  background-color: var(--green-color);
  transform: translateY(-50%);
}

[dir="ltr"] .search-input-wrapper button {
  right: 16px;
  left: auto;
}

.shared-tabs {
  gap: 16px;
}

.shared-tabs .nav-link {
  padding: 16px 48px;
  font-family: "GE_Snd_Book", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.6px;
}

.shared-tabs .nav-link.active {
  background-color: var(--main-color) !important;
  color: #fff;
}

.shared-tabs .nav-link:not(.active) {
  color: var(--main-color);
  background: rgba(3, 95, 172, .12);
  border-radius: 4px;
}

.for-reset .select2-container {
  position: relative;
  padding: 0 5px;
  margin: 0 !important;
}

.for-reset * {
  border: 0 !important;
}

.for-reset.select-container .icon {
  transform: translateY(-50%);
}

.book-form-wrapper .select2-selection--single {
  border: 1px solid #C6C6C6 !important;
}

@media (max-width: 567px) {
  .lang-dropdown {
    top: calc(100% - 45px) !important;
    z-index: 999;
    min-width: 140px !important;
    padding-top: 0 !important;
  }

  .mt-for-contact {
    margin-top: 6em !important;
  }
}

