html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23C43230' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-two .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23208549' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

:root {
  /* Primary Colors */
  --color-primary:#C43230 ;
  --color-primary-hover: #FDF7EB;
  /* Secondary Colors */
  --color-secondary:#021206;
  --color-secondary-light: #f2f2f2;
  /* info Colors  */
  --color-info: #8E8E93;
  --color-info-light: #FEF8CD;
  /* success Colors  */
  --color-success: #595959;
  --color-success-light: #FEF8CD;
  /* danger Colors  */
  --color-danger: #87807A;
  --color-danger-light: #FEF8CD;
  /* Neutral / Grayscale */
  --color-gray-dark: #3b3c40;
  --color-gray-medium: #454545;
  --color-gray-light: #D2BADE;
  /* Text Colors */
  --color-text-heading: #2B2B2B;
  --color-text-dark: #020202;
  --color-text-dark-alt: #232323;
  --color-text-muted: #6D6D6D;
  --color-text-footer: #d7d7d7;
  --color-text-light: #898989;
  --color-text-lighter: #2DAFAF;
  /* Accent Colors */
  --color-accent: #5B705F;
  --color-accent-alt: #3B3B3B;
  /* Background Colors */
  --color-bg-card: #617766;
  --color-bg-light: #FDF7EB;
  --color-bg-light-alt: #FAF6EE;
  --color-bg-light-soft: #C8A154;
  /* Dark Backgrounds */
  --color-bg-dark: #0D0D0D;
  --color-bg-dark-alt: #1A1A1A;
  --color-bg-dark-soft: #11111199;
}

.text-heading {
  color: var(--color-text-heading) !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-primary-hover {
  color: var(--color-primary-hover) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-secondary-light {
  color: var(--color-secondary-light) !important;
}

.text-muted {
  color: var(--color-text-muted) !important;
}

.text-dark {
  color: var(--color-text-dark) !important;
}

.text-danger {
  color: var(--color-danger) !important;
}

.text-dark-alt {
  color: var(--color-text-dark) !important;
}

.text-gray-light {
  color: var(--color-gray-light) !important;
}

.text-footer {
  color: var(--color-text-footer) !important;
}

.text-accent {
  color: var(--color-accent) !important;
}

.text-accent-alt {
  color: var(--color-accent-alt) !important;
}

.text-gray-dark {
  color: var(--color-gray-dark) !important;
}

.text-info {
  color: var(--color-info) !important;
}

.text-success {
  color: var(--color-success) !important;
}

.text-light-custom {
  color: var(--color-text-light);
}

.text-lighter-custom {
  color: var(--color-text-lighter);
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-info {
  background-color: var(--color-info-light) !important;
}

.bg-secondary-light {
  background-color: var(--color-secondary-light) !important;
}

.bg-card {
  background-color: var(--color-bg-card) !important;
}

.bg-light {
  background-color: var(--color-bg-light) !important;
}

.bg-light-alt {
  background-color: var(--color-bg-light-alt) !important;
}

.bg-light-soft {
  background-color: var(--color-bg-light-soft) !important;
}

.bg-dark {
  background-color: var(--color-bg-dark) !important;
}

.bg-dark-alt {
  background-color: var(--color-bg-dark-alt) !important;
}

.bg-dark-soft {
  background-color: var(--color-bg-dark-soft) !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

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

.fs-15 {
  font-size: 15px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.text-Neutral-700 {
  color: #333333 !important;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.hero-text {
  line-height: 140% !important;
}

.line-height-120 {
  line-height: 120% !important;
}

.line-height-150 {
  line-height: 150% !important;
}

.line-height-160 {
  line-height: 160% !important;
}

ol {
  list-style-type: lower-alpha;
}

.btn-primary {
  color: white !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  transition: all 0.5s linear !important;
  font-weight: 700;
  display: inline-block;
}
.btn-primary:hover {
  color: var(--color-primary) !important;
  background-color: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
  font-weight: 700;
  transform: translateY(-5px) !important;
}
.btn-primary:hover svg path {
  stroke: var(--color-primary);
}

.btn-white {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
  transition: all 0.5s linear !important;
  font-weight: 700;
  display: inline-block;
}
.btn-white:hover {
  color: var(--color-primary) !important;
  background-color: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
  font-weight: 700;
  transform: translateY(-5px) !important;
}
.btn-white:hover svg path {
  stroke: var(--color-primary);
}

.btn-light-soft {
  color: white !important;
  background-color: var(--color-bg-light-soft) !important;
  border-color: var(--color-bg-light-soft) !important;
  transition: all 0.5s linear !important;
  font-weight: 700;
  display: inline-block;
}
.btn-light-soft:hover {
  color: var(--color-bg-light-soft) !important;
  background-color: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
  font-weight: 700;
  transform: translateY(-5px) !important;
}
.btn-light-soft:hover svg path {
  stroke: var(--color-primary);
}

.btn-light {
  color: var(--secondary-color) !important;
  background-color: #EAFAF1 !important;
  border-color: #EAFAF1 !important;
  transition: all 0.5s linear !important;
  font-weight: 700;
  display: inline-block;
}
.btn-light:hover {
  color: var(--color-primary) !important;
  background-color: var(--light-color-three) !important;
  border-color: var(--light-color-three) !important;
  font-weight: 700;
  transform: translateY(-5px) !important;
}
.btn-light:hover svg path {
  stroke: var(--color-primary);
}

.btn-outline-primary {
  color: var(--color-primary) !important;
  background-color: transparent !important;
  border: 1px solid var(--color-primary) !important;
  transition: 0.5s linear !important;
}
.btn-outline-primary:hover {
  color: white !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.btn-secondary {
  color: white !important;
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  transition: 0.5s linear !important;
}
.btn-secondary:hover {
  color: var(--secondary-color) !important;
  background-color: var(--light-color-three) !important;
  border-color: var(--light-color-three) !important;
  font-weight: 700;
}
.btn-secondary:hover svg path {
  fill: var(--secondary-color) !important;
}
.btn-secondary:not(.no-translate):hover {
  transform: translateY(-5px) !important;
}

.contact-sec input {
  border-bottom: 1px solid #fff !important;
}
.contact-sec input:focus {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  box-shadow: none !important;
  color: var(--dark-color) !important;
  outline: none !important;
}
.contact-sec ::placeholder {
  color: #5e5e5e !important;
}
.contact-sec textarea {
  border-bottom: 1px solid #fff !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #EDEDED !important;
}
.contact-sec textarea:focus {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  box-shadow: none !important;
  color: var(--dark-color) !important;
  outline: none !important;
}

input {
  border: none !important;
  box-shadow: none !important;
  background-color: #EDEDED !important;
}
input:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: #EDEDED !important;
}
input::placeholder {
  font-size: 16px;
  color: #AEAEB2 !important;
}

.form-select {
  border: none !important;
  box-shadow: none !important;
  background-color: #EDEDED !important;
}
.form-select:focus {
  border: 1px solid white !important;
  box-shadow: none !important;
}

textarea {
  border: none !important;
  box-shadow: none !important;
  background-color: #EDEDED !important;
  resize: none !important;
}
textarea:focus {
  border: 1px solid white !important;
  box-shadow: none !important;
}
textarea::placeholder {
  font-size: 16px;
  color: #AEAEB2 !important;
}

.intl-tel-input {
  width: -webkit-fill-available !important;
}

.iti {
  direction: rtl;
  width: -webkit-fill-available !important;
}

body:not(.arabicVersion) .iti--allow-dropdown .iti__flag-container,
body:not(.arabicVersion) .iti--show-selected-dial-code .iti__flag-container {
  right: auto !important;
  left: 0 !important;
}

body:not(.arabicVersion) .iti__arrow {
  margin-right: 5px;
  margin-left: 6px;
}

body:not(.arabicVersion) .iti {
  direction: ltr !important;
  width: -webkit-fill-available !important;
}

body:not(.arabicVersion) .iti input {
  direction: ltr !important;
  text-align: left !important;
  padding-left: 50px !important;
}

.iti input {
  direction: ltr !important;
  text-align: right !important;
}

body:not(.arabicVersion) .iti input.iti__search-input {
  padding-left: 10px !important;
}

.iti__country-name {
  margin-right: 8px;
  color: var(--dark-color) !important;
}

.LanguageMenu {
  text-align: left;
}

.LanguageMenu span {
  font-size: 16px;
}

.LanguageMenu svg {
  display: inline-block !important;
  vertical-align: middle;
  direction: ltr;
}

body.arabicVersion {
  font-family: "Tajawal", sans-serif;
}

.fs-ar {
  font-family: "Inter", sans-serif;
}

body.arabicVersion .fs-ar {
  font-family: "Inter", sans-serif;
}

body.arabicVersion .ms-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

body.arabicVersion .LanguageMenu {
  text-align: right;
}

body.arabicVersion .LanguageMenu span {
  font-size: 16px;
}

body.arabicVersion .LanguageMenu svg {
  margin-right: 0;
}

body.arabicVersion .arrow-ar {
  transform: scaleX(-1) !important;
}

body:not(.arabicVersion) .arrow-ar-dir {
  transform: scaleX(-1) !important;
}

body.arabicVersion .plan-img {
  transform: scaleX(1) !important;
}

.plan-img {
  transform: scaleX(-1) !important;
}

body.arabicVersion .rotate-img {
  transform: scaleX(-1) !important;
}

.link-hover {
  transition: 0.4s all !important;
}

.link-hover:hover {
  transform: translateX(-5px) !important;
}
body:not(.arabicVersion) .link-hover:hover {
  transform: translateX(5px) !important;
}

.social-icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2509803922) !important;
  color: white !important;
  border: none !important;
  transition: 0.5s all;
}
.social-icons:hover {
  background-color: white !important;
  color: var(--color-primary) !important;
  transform: translateY(-5px);
}
.social-icons:hover svg path {
  stroke: var(--color-primary);
}

.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 50px;
  font-size: 20px !important;
  line-height: 0px !important;
  display: none;
  z-index: 2;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.back-to-top svg path {
  fill: white !important;
}
.back-to-top:hover {
  background-color: var(--color-primary) !important;
  color: white !important;
  border: 1px solid var(--color-primary) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
body.arabicVersion .back-to-top {
  left: 10px;
  right: auto;
}

.btn-phone i {
  line-height: 1;
}

.whats-app {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 70px;
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  right: 10px;
}
.whats-app:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
body.arabicVersion .whats-app {
  left: 10px;
  right: auto;
}

.ice-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body:not(.arabicVersion) .ice-icon {
  left: unset;
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.home-ice-top {
  right: 0;
  top: 0;
  transform: translateY(20%);
}
body:not(.arabicVersion) .home-ice-top {
  left: 0px;
  right: unset;
  transform: translateY(20%) scaleX(-1);
}

.home-ice-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
body:not(.arabicVersion) .home-ice-bottom {
  right: unset;
  left: 0;
  transform: scaleX(-1);
}

.home-ice-bottom-two {
  position: absolute;
  bottom: 0;
  left: 0;
}
body:not(.arabicVersion) .home-ice-bottom-two {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}

.about-ice-top {
  right: 0;
  top: 0;
  transform: translateY(20%);
}
body:not(.arabicVersion) .about-ice-top {
  left: 0px;
  right: unset;
  transform: translateY(20%) scaleX(-1);
}

.number-icon {
  width: 60px;
  flex-shrink: 0;
}

.services-sec .card {
  background-color: #F6F6F6;
  transition: all 0.6s ease;
}
.services-sec .number-height {
  height: 120px;
}

.services-ice-top {
  right: 0;
  top: 0;
  transform: translateY(20%);
}
body:not(.arabicVersion) .services-ice-top {
  left: 0px;
  right: unset;
  transform: translateY(20%) scaleX(-1);
}

.services-ice-bottom {
  left: 0;
  bottom: 0;
}
body:not(.arabicVersion) .services-ice-bottom {
  right: 0px;
  left: unset;
  transform: scaleX(-1);
}

.contact-ice-top {
  right: 0;
  top: 0;
}
body:not(.arabicVersion) .contact-ice-top {
  right: unset;
  left: 0px;
  transform: scaleX(-1);
}

.contact-ice-bottom {
  left: 0;
  bottom: 0;
}
body:not(.arabicVersion) .contact-ice-bottom {
  right: 0px;
  left: unset;
  transform: scaleX(-1);
}

.ice-top {
  position: absolute;
  right: -8px;
  top: 0;
  transform: translateY(-50%);
  z-index: 0;
}
body:not(.arabicVersion) .ice-top {
  right: unset;
  left: -8px;
  transform: translateY(-50%) scaleX(-1);
}

.ice-center {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
body:not(.arabicVersion) .ice-center {
  left: unset;
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.ice-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
body:not(.arabicVersion) .ice-bottom-right {
  right: unset;
  left: 0;
  transform: scaleX(-1);
}

.ice-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
body:not(.arabicVersion) .ice-bottom-left {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}

.cursor-pointer {
  cursor: pointer !important;
}

@media (max-width: 991px) {
  .img-small {
    width: 85px !important;
  }
  .offcanvas-body::-webkit-scrollbar {
    width: 8px;
  }
  .w-sm {
    width: 70px;
  }
  .flight-path {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .navbar-nav.bg-light-alt {
    background-color: var(--color-primary) !important;
  }
  .offcanvas-body::-webkit-scrollbar-track {
    background: white;
  }
  .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
  }
  .offcanvas {
    padding: 0;
  }
  .offcanvas-body {
    padding: 0;
  }
  .offcanvas-body .navbar-nav {
    margin: 0;
  }
  .offcanvas-header {
    display: flex;
    align-items: end;
    justify-content: end;
    background-color: white !important;
  }
  .offcanvas-header .btn-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-left: auto;
  }
  body.arabicVersion .offcanvas-header .btn-close {
    margin-left: unset;
    margin-right: auto;
  }
  .offcanvas-body .nav-link {
    color: white !important;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
    margin: 0;
  }
  .offcanvas-body .nav-link:hover {
    background-color: var(--color-primary) !important;
    color: white !important;
  }
  .offcanvas-body .nav-link:hover svg path {
    stroke: white !important;
  }
  .offcanvas-body .nav-link:hover .LanguageText {
    color: white !important;
  }
  .offcanvas-body .nav-link svg path {
    stroke: var(--color-primary) !important;
  }
  .offcanvas-body {
    background-color: white;
    color: var(--color-primary) !important;
  }
  .offcanvas-body .text-secondary {
    color: white !important;
    border-bottom: 1px solid rgb(176, 176, 176) !important;
  }
  .offcanvas-body .btn-outline-primary {
    color: var(--color-primary) !important;
    border: 1px solid white !important;
  }
  .offcanvas-body .btn-outline-primary:hover {
    color: white !important;
  }
  .offcanvas-body .LanguageText {
    color: var(--color-primary);
    font-weight: 600;
  }
  .offcanvas-body .LanguageText:hover {
    color: white !important;
  }
  .offcanvas-body .text-secondary {
    color: var(--color-primary) !important;
  }
}
@media (min-width: 1100px) {
  .nav-hover-link {
    transition: color 0.5s ease, font-weight 0.5s ease;
  }
  .nav-hover-link::after {
    content: "";
    height: 2px;
    width: 0%;
    background-color: var(--color-primary) !important;
    transition: 0.5s;
    margin: auto;
    display: block;
  }
  .nav-hover-link:hover, .nav-hover-link.active {
    color: var(--color-primary) !important;
    font-weight: 700 !important;
  }
  .nav-hover-link:hover::after, .nav-hover-link.active::after {
    width: 100%;
    background-color: var(--color-primary) !important;
  }
  .nav-hover-link-primary {
    transition: color 0.5s ease, font-weight 0.5s ease;
  }
  .nav-hover-link-primary::after {
    content: "";
    height: 2px;
    width: 0%;
    background-color: var(--color-primary) !important;
    transition: 0.5s;
    margin: auto;
    display: block;
  }
  .nav-hover-link-primary:hover, .nav-hover-link-primary.active {
    color: var(--color-primary) !important;
  }
  .nav-hover-link-primary:hover::after, .nav-hover-link-primary.active::after {
    width: 100%;
    background-color: var(--color-primary) !important;
  }
}
.btn-custom {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .card-not-hover:hover {
    transform: translateY(0px);
    box-shadow: none !important;
  }
  .position-resp {
    position: static !important;
  }
  .position-resp .para-responsive {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .position-resp .heading-responsive {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .position-resp .text-black-responsive {
    color: #1E1E1E !important;
  }
  .text-resp {
    font-size: 10px !important;
  }
  .h6-resp {
    font-size: 12px !important;
    white-space: nowrap;
    font-weight: 500;
  }
  .h1-resp {
    font-size: 20px !important;
  }
}
.fs-4-sm {
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-resp .fs-4-sm {
    font-size: 1rem;
  }
  .text-resp p {
    font-size: 12px;
  }
  .para-responsive {
    font-size: 10px !important;
  }
  .heading-responsive {
    font-size: 12px !important;
  }
}
.image-container {
  display: block;
  overflow: hidden;
  border-radius: 0.7rem;
  position: relative;
}

.rounded-top-img {
  border-radius: 0.4rem 0.4rem 0 0 !important;
}

.image-container img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  display: block;
  -webkit-mask-image: radial-gradient(circle, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0);
  mask-image: radial-gradient(circle, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 0);
}

.image-container:hover img {
  transform: scale(1.06);
}

.home-img img {
  animation: animate 3s ease-in-out infinite;
}

@keyframes animate {
  0% {
    transform: translate(-11px, 0);
  }
  50% {
    transform: translate(0px, -11px);
  }
  100% {
    transform: translate(-11px, 0);
  }
}
@media (min-width: 768px) {
  .custom-modal-size {
    max-width: 700px;
  }
}
.cursor-pointer {
  cursor: pointer !important;
}

@media (min-width: 999px) and (max-width: 1199px) {
  .fs-sm {
    font-size: 13px !important;
  }
}
.line-height-153 {
  line-height: 153%;
}

.custom-gap {
  row-gap: 0.5rem !important;
}

.border-gray {
  border: 1px solid #ebebeb !important;
}

.border-card-form {
  border: 1px solid #a7a6a4 !important;
}

@media (max-width: 768px) {
  .overlay-text {
    font-size: 14px;
    padding: 8px;
  }
}
.text-nowrap {
  word-break: break-word;
}

.loader-bg {
  position: fixed;
  overflow: hidden;
  z-index: 1111111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banter-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
}

.banter-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
}

.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}

.banter-loader__box:nth-child(1):before, .banter-loader__box:nth-child(4):before {
  margin-left: 26px;
}

.banter-loader__box:nth-child(3):before {
  margin-top: 52px;
}

.banter-loader__box:last-child {
  margin-bottom: 0;
}

@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(0px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 0px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}

@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 26px);
  }
  81.8181818182% {
    transform: translate(0px, 26px);
  }
  90.9090909091% {
    transform: translate(0px, 26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}

@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(-26px, 0);
  }
  54.5454545455% {
    transform: translate(-26px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}

@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, 0px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}

@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(0, 0);
  }
  27.2727272727% {
    transform: translate(0, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 0);
  }
  54.5454545455% {
    transform: translate(26px, 0);
  }
  63.6363636364% {
    transform: translate(26px, 0);
  }
  72.7272727273% {
    transform: translate(26px, 0);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}

@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(0px, 0);
  }
  72.7272727273% {
    transform: translate(0px, 26px);
  }
  81.8181818182% {
    transform: translate(-26px, 26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}

@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(26px, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(26px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}

@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}

@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-52px, 0);
  }
  90.9090909091% {
    transform: translate(-26px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.banter-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}

.faq-accordion .accordion-button {
  background-color: white !important;
  border: none !important;
  box-shadow: none !important;
  text-align: right;
  line-height: 160% !important;
}
.faq-accordion body:not(.arabicVersion) .accordion-button {
  text-align: left !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #1E1E1E !important;
  background-color: white !important;
  box-shadow: none !important;
  border: none;
  border-bottom: none !important;
}
.faq-accordion .accordion-item {
  background-color: white !important;
}
.faq-accordion .accordion-body:not(.collapsed) {
  background-color: white !important;
  color: #87807A !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -1.5rem !important;
}
.faq-accordion .accordion-button::after {
  content: "";
  background-image: url(../images/Caret_Down_MD.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  transform: rotate(180deg);
  height: 30px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/Caret_Down_MD-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.faq-accordion .accordion-button::after {
  margin-left: auto;
}
body.arabicVersion .faq-accordion .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0;
}

.dropdown-item:focus,
.dropdown-item:active {
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--color-primary);
}

.hero-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
.hero-bg .hero-text {
  position: relative;
  z-index: 2;
}

.lh-160 {
  line-height: 160% !important;
}

.lh-100 {
  line-height: 100% !important;
}

.section-background {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 450px;
  border-radius: 0rem;
}
.section-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.section-background .section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.section-background .section-content h1 {
  font-size: 2.5rem;
}

.section-background-three {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 480px;
  border-radius: 0rem;
}
.section-background-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
}
.section-background-three .testimonial-section {
  position: relative;
  z-index: 2;
}

.section-background-contact {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 480px;
  border-radius: 0rem;
}
.section-background-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-background-contact .testimonial-section {
  position: relative;
  z-index: 2;
}

.logo-slider .slick-slide {
  padding: 0 25px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

body.arabicVersion .custom-svg {
  transform: scaleX(1) !important;
}

.custom-svg {
  transform: scaleX(-1) !important;
}

.project-card {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-card:hover .card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 30%, transparent 100%);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 40%, transparent 100%);
  color: white;
  text-align: center;
  transition: background 0.4s ease;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.shadow-box {
  box-shadow: 0 0 73px rgba(0, 0, 0, 0.05);
}

.project-details-img {
  height: 350px;
  width: 100%;
}

.page-link {
  background-color: #F6F6F6 !important;
}

.page-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

svg.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

body:not(.arabicVersion) svg.arrow-dir {
  transform: scaleX(1) !important;
}

body.arabicVersion svg.arrow-dir {
  transform: scaleX(-1) !important;
}

.active-page {
  background-color: var(--green-bg) !important;
  color: #ffffff !important;
  border: 0 !important;
}

body.arabicVersion .products-slider-nav .prev {
  transform: scaleX(-1);
}

body.arabicVersion .products-slider-nav .next {
  transform: scaleX(-1);
}

.products-slider-nav {
  position: relative;
}
.products-slider-nav .prev, .products-slider-nav .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #6D6D6D !important;
  background-color: transparent !important;
  border: 1px solid #6D6D6D !important;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s linear;
}

.prev:hover,
.next:hover {
  border-color: #ffc600;
  background-color: #ffc600;
}

.main-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.main-image img.show {
  opacity: 1;
  z-index: 2;
}

.main-image {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.thumbs img {
  object-fit: cover;
  cursor: pointer;
  border: none;
  transition: transform 0.3s;
}
.thumbs img:hover {
  transform: scale(1.02);
}

.home-img img {
  animation: animate 3s ease-in-out infinite;
}

@keyframes animate {
  0% {
    transform: translate(-11px, 0);
  }
  50% {
    transform: translate(0px, -11px);
  }
  100% {
    transform: translate(-11px, 0);
  }
}
.mt-2n {
  margin-top: -2px !important;
}

body.arabicVersion input.date {
  direction: rtl;
  text-align: right !important;
}

.product-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.quantity-btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  background-color: var(--color-primary);
  color: white;
  border: none;
  line-height: 1;
}
.quantity-btn:hover {
  color: white;
  background-color: var(--color-primary) !important;
}

.quantity {
  width: 10px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border: none;
}

.bg {
  background-color: #F6F6F6 !important;
}

.table td {
  border-bottom: none;
}

.table tbody tr {
  border-bottom: 1px solid #dee2e6;
}

@media (max-width: 768px) {
  .mobile-view thead {
    display: none;
  }
  .mobile-view .h-cart {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .mobile-view .h-cart td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
    width: 100% !important;
    box-sizing: border-box;
  }
  .mobile-view .h-cart td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
    display: inline-block;
  }
  .mobile-view .h-cart td:last-child {
    border-bottom: none;
  }
}
.text-cart {
  color: #041115 !important;
}

.text-gray-cart {
  color: #7F8B90 !important;
}

.bg-light-cart {
  background-color: #F6F6F6 !important;
}

.nav-pills .nav-link.active,
.nav-pills .nav-pills .show > .nav-link {
  color: var(--color-secondary) !important;
  background-color: #FDF7EB !important;
  border-bottom: 1px solid var(--color-primary);
  position: relative;
  overflow: hidden;
}
.nav-pills .nav-link.active::after,
.nav-pills .nav-pills .show > .nav-link::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  border-bottom: 2px solid var(--color-primary);
  border-radius: none;
  pointer-events: none;
  margin: auto;
  right: 0;
  left: 0;
}
.nav-pills .nav-link, .nav-pills .nav-pills .show > .nav-link {
  border: none !important;
  background-color: transparent !important;
  color: #797979 !important;
}

.img-w-h {
  width: 80px;
  height: 80px;
}

.custom-radio {
  position: relative;
}

.custom-radio:checked::after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  color: white;
  background-color: var(--color-primary);
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.border-light {
  border: 1px solid #AEB2B0 !important;
}

.input-checkout :focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.input-checkout ::placeholder {
  font-size: 16px;
}

.border-start-only {
  border: none !important;
  border-radius: 0.5rem 0 0 0.5rem !important;
}

.nav-tabs-scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-tabs-scrollable::-webkit-scrollbar {
  margin-top: 15px;
}

.nav-tabs-scrollable {
  padding-bottom: 0.5rem;
}

.nav-tabs-scrollable::-webkit-scrollbar {
  height: 6px;
}

.nav-tabs-scrollable::-webkit-scrollbar-track {
  background-color: var(--light-color, #f0f0f0);
  border-radius: 10px;
}

.nav-tabs-scrollable::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color, #888);
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.nav-tabs-scrollable .nav-link {
  white-space: nowrap;
  flex-shrink: 0;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.img-box {
  position: relative;
  overflow: hidden;
  height: 180px;
}

.short-height {
  height: 150px !important;
}

.short-overlay-full .overlay-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
}

.short-overlay-full .overlay-small img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-bottom-primary {
  border-bottom: 2px solid var(--color-primary) !important;
}

.border-bottom-primary-4 {
  border-bottom: 4px solid var(--color-primary) !important;
}

.event-img-height {
  height: 250px;
  width: 100%;
}

.pricing-card {
  border: none;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.pricing-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.pricing-card .card-body {
  position: relative;
  z-index: 3;
}

.pricing-card .card-body {
  color: #fff;
  overflow: hidden;
}

.features-list li {
  display: flex;
  align-items: center;
  /* gap: 6px; */
  white-space: normal;
  word-break: break-word;
}

.pricing-slider-nav,
.services-slider-nav {
  position: relative;
  top: -20px;
  text-align: right;
}
.pricing-slider-nav .prev, .pricing-slider-nav .next,
.services-slider-nav .prev,
.services-slider-nav .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff !important;
  background-color: var(--color-primary) !important;
  border: 2px solid var(--color-primary) !important;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s linear;
}
.pricing-slider-nav .next,
.services-slider-nav .next {
  background-color: white !important;
  border: 2px solid white !important;
  color: var(--color-primary) !important;
}

.prev:hover,
.next:hover {
  border-color: #ffc600;
  background-color: #ffc600;
}

.services-slider .card-overlay-services,
.services-section .card-overlay-services {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services-slider .price-tag,
.services-section .price-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 15px;
  z-index: 3;
}
body.arabicVersion .services-slider .price-tag,
body.arabicVersion .services-section .price-tag {
  left: 20px;
  right: unset;
}
.services-slider .card-overlay-services img,
.services-section .card-overlay-services img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.services-slider .card-overlay-services::before,
.services-section .card-overlay-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: inherit;
  transition: transform 0.8s ease;
  z-index: 0;
}
.services-slider .card-overlay-services:hover::before,
.services-section .card-overlay-services:hover::before {
  transform: scale(1.05);
}
.services-slider .card-overlay-services::after,
.services-section .card-overlay-services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.services-slider .card-overlay-services .card-content,
.services-section .card-overlay-services .card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
}
body.arabicVersion .services-slider .card-overlay-services .card-content,
body.arabicVersion .services-section .card-overlay-services .card-content {
  right: 20px;
  left: unset;
}
.services-slider .card-overlay-services:hover img,
.services-section .card-overlay-services:hover img {
  transform: scale(1.05);
}

.custom-pagination .page-link {
  color: #000;
  padding: 10px 16px;
  margin: 0 3px;
  border-radius: 0 !important;
  background: white !important;
}

.custom-pagination .page-item.active .page-link {
  background: #e8c06c !important;
  color: #fff !important;
  border-style: solid !important;
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid #e8c06c !important;
}

.custom-pagination .page-item.disabled .page-link {
  border: none;
  color: #999;
  background: transparent;
}

.custom-pagination .page-link:hover {
  background: transparent !important;
}

.curved-underline {
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.underline-svg {
  min-width: 180px;
  display: block;
}

.underline-svg-home {
  width: 100%;
  display: block;
}

.custom-circle {
  position: relative;
}

.custom-circle::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EEE2CA;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
body.arabicVersion .custom-circle::before {
  left: unset;
  right: -20px;
}

.custom-circle-lg {
  position: relative;
}

.custom-circle-lg::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #EEE2CA;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
body.arabicVersion .custom-circle-lg::before {
  left: unset;
  right: -30px;
}

.custom-circle-xl {
  position: relative;
  z-index: 2;
}
.custom-circle-xl h1 {
  position: relative;
  z-index: 3;
}
.custom-circle-xl::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #EEE2CA;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -30px;
}
body.arabicVersion .custom-circle-xl::before {
  left: unset;
  right: -30px;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.custom-slider .slide-item {
  position: relative;
  padding: 15px;
  transition: 0.4s ease;
  overflow: hidden;
  border-radius: 12px;
}

.custom-slider .slide-item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  transition: 0.4s ease;
}

.custom-slider .slide-item .overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 12px;
  z-index: 2;
  pointer-events: none;
  transition: 0.3s ease;
  opacity: 1;
}

.custom-slider .slick-center img {
  transform: scale(1.15);
}

.custom-slider .slick-center {
  z-index: 5;
}

.custom-slider .slick-center .overlay {
  opacity: 0;
}

.arrow-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-primary) !important;
  font-size: 20px;
  line-height: 0;
  cursor: pointer;
  background: transparent !important;
  color: var(--color-primary) !important;
}
.arrow-btn svg path {
  stroke: white !important;
}

body:not(.arabicVersion) .arrow-btn {
  transform: scaleX(-1) !important;
}

.arrow-btn svg path {
  stroke: var(--color-primary) !important;
  transition: 0.3s;
}

.arrow-btn:nth-child(2) {
  background: var(--color-primary) !important;
  color: #fff;
}
.arrow-btn:nth-child(2) svg path {
  stroke: white !important;
}

@media (max-width: 768px) {
  .custom-slider .slick-list {
    padding: 0 20px !important;
  }
}
.about-img {
  position: relative;
  width: 100%;
}

.main-img {
  width: 100%;
  height: auto;
  display: block;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.logo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}

.logo-center {
  width: 220px;
}

.triangle-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 3;
  border-top: 100px solid #fff;
  border-left: 70px solid transparent;
}
body.arabicVersion .triangle-shape {
  right: unset;
  left: 0;
  border-left: none;
  border-right: 70px solid transparent;
}

.card-blur::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(3px);
  transform: scale(1.1);
  z-index: 0;
}

.middle-ellipse {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body:not(.arabicVersion) .middle-ellipse {
  right: unset;
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}

.quote-icon {
  width: 50px;
  height: 50px;
  top: -25px;
  left: 25px;
  background-color: var(--color-primary);
  font-size: 20px;
}
.quote-icon img {
  width: 30px;
  height: 30px;
  margin-top: 20px;
}

.img-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  font-size: 20px;
}
.img-icon img {
  width: 30px;
  height: 30px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-inline: 3px;
  border: none;
  border-radius: 100%;
  background-color: #FAF6EE;
  text-indent: -9999px;
}

.btn-slider {
  background: var(--bg-gradient);
}

.btn-slider:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
  text-decoration: none !important;
  color: #FFF;
}

.slider li {
  color: #FAF6EE;
  border-right: 2px solid #fff;
  text-align: center;
}

.btn-slider {
  padding: 10px 40px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0px;
  border-color: transparent !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

li.slick-active button {
  background-color: var(--color-primary);
  width: 1rem;
  height: 1rem;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}

.slick-dots button {
  transition: all 0.3s ease-in-out;
}

.service-card {
  position: relative;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 25px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.service-card .card-content {
  position: relative;
  z-index: 2;
}

.testimonial-slider-arrow {
  position: relative;
  top: -20px;
  text-align: right;
}

.testimonial-slider-arrow .prev-btn,
.testimonial-slider-arrow .next-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff !important;
  background: #EEE2CA;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.4s linear;
  padding: 0;
}

body:not(.arabicVersion) .arrow-btn {
  transform: scaleX(-1) !important;
}

.arrow-btn:nth-child(2) {
  background: #c8a154;
  color: #fff;
}

.acc-section .image-container {
  height: 350px;
}
.acc-section .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.acc-section .accordion-scroll {
  max-height: 350px;
  overflow-y: auto;
  padding-left: 8px;
}
body:not(.arabicVersion) .acc-section .accordion-scroll {
  padding-left: unset;
  padding-right: 8px;
}
.acc-section .accordion-scroll::-webkit-scrollbar {
  width: 6px;
}
.acc-section .accordion-scroll::-webkit-scrollbar-thumb {
  background: #EEE2CA;
  border-radius: 10px;
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.4) !important;
  color: white !important;
}

.footer-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.footer-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 1;
  pointer-events: none;
}

.circle {
  width: 20px;
  height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5B705F;
  display: inline-block;
  flex-shrink: 0;
}

.about-card {
  clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);
}

body.arabicVersion .about-card {
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
}

.about-card-wrapper {
  filter: drop-shadow(0 15px 40px rgba(0, 0, 0, 0.25));
}

@media (min-width: 1200px) {
  .about-card-wrapper {
    margin-left: -5rem;
  }
  body.arabicVersion .about-card-wrapper {
    margin-right: -5rem;
    margin-left: unset;
  }
}
@media (min-width: 992px) {
  .left-custom {
    right: 190px;
    transform: translateY(-50%);
    top: 50% !important;
    position: absolute;
  }
  body.arabicVersion .left-custom {
    right: unset;
    left: 170px;
  }
  .right-custom {
    right: 350px;
    transform: translateY(-50%);
    top: 50% !important;
    position: absolute;
  }
  body.arabicVersion .right-custom {
    left: unset;
    right: 166px;
  }
}
.end-custom {
  right: 0;
  transform: scaleX(-1) translateY(-50%) !important;
}
body.arabicVersion .end-custom {
  transform: scaleX(1) translateY(-50%) !important;
  right: unset;
  left: 0;
}

.end-custom-home {
  right: 0;
  transform: scaleX(-1) !important;
}
body.arabicVersion .end-custom-home {
  transform: scaleX(1) !important;
  right: unset;
  left: 0;
}

.start-custom {
  left: 0;
  bottom: 0;
  transform: scaleX(-1);
}
body.arabicVersion .start-custom {
  transform: scaleX(1);
  left: unset;
  right: 0;
}

.start-custom-home {
  left: 0;
  top: 0;
  transform: scaleX(-1);
}
body.arabicVersion .start-custom-home {
  transform: scaleX(1);
  left: unset;
  right: 0;
}

.vision-box {
  background: #FFFFFF;
  padding: 45px 30px;
  position: relative;
  z-index: 3;
  margin-top: 60px;
  clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);
}
body.arabicVersion .vision-box {
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
}

.mission-box {
  background: #FFFFFF;
  padding: 45px 30px;
  position: relative;
  z-index: 3;
  margin-top: 60px;
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
}
body.arabicVersion .mission-box {
  clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);
}

.vision-card-wrapper {
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
}

.vision-img-wrapper {
  position: relative;
}

.vision-img {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

.vision-title {
  font-weight: 700;
  font-size: 26px;
}

.vision-text {
  font-size: 20px;
  line-height: 1.9;
}

@media (max-width: 992px) {
  .vision-box {
    margin-top: 0 !important;
  }
  .vision-img {
    margin-top: 0 !important;
  }
}
.slider-img-h {
  height: 250px;
  width: 100%;
}

.fa-star {
  color: #FFC107;
}

.card-shadow {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}

.clipped-card {
  position: relative;
  overflow: hidden;
}

:root {
  --clip-size: 40px;
  --cut-color: #fff;
}

.clip-r-t-l-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 var(--clip-size) var(--clip-size);
  border-color: transparent transparent transparent var(--cut-color);
}

.clip-r-t-l-b::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: var(--clip-size) var(--clip-size) 0 0;
  border-color: transparent var(--cut-color) transparent transparent;
}

.clip-l-t-r-b::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 var(--clip-size) var(--clip-size) 0;
  border-color: transparent var(--cut-color) transparent transparent;
}

.clip-l-t-r-b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: var(--clip-size) 0 0 var(--clip-size);
  border-color: transparent transparent transparent var(--cut-color);
}

body.arabicVersion .clip-r-t-l-b::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 var(--clip-size) var(--clip-size) 0;
  border-color: transparent var(--cut-color) transparent transparent;
}

body.arabicVersion .clip-r-t-l-b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: var(--clip-size) 0 0 var(--clip-size);
  border-color: transparent transparent transparent var(--cut-color);
}

body.arabicVersion .clip-l-t-r-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 var(--clip-size) var(--clip-size);
  border-color: transparent transparent transparent var(--cut-color);
}

body.arabicVersion .clip-l-t-r-b::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: var(--clip-size) var(--clip-size) 0 0;
  border-color: transparent var(--cut-color) transparent transparent;
}
