@charset "UTF-8";
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(--primary-color);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  /*font-family: "Almarai", sans-serif;*/
  font-family: "Roboto", 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='%23FFFFFF' 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='%23AC8E63' 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-color: #595bc2;
  --primary-color-two: #373895;
  --secondary-color: #9cf3eb;
  --secondary-color-two: #f2f2f2;
  --third-color: #6d6d6d;
  --dark-color: #202020;
  --danger-color: #222222;
  --fifth-color: #1bbab9;
  --sixth-color: #666666;
  --shark-color: #040404;
  --gray-color: #3b3c40;
  --footer-text-color: #d7d7d7;
  --gray-color-two: #454545;
  --heading-color: #292929;
  --light-color: #f1f5fd;
  --light-color-two: #8f90d6;
  --light-color-three: #ffffff99;
  --light-border: #ebebeb;
  --border-dark-color: #656565;
  --bg-card-color: #eafaf2;
  --aspect-ratio: 3 / 4;
}

.text-heading {
  color: var(--heading-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-primary-two {
  color: var(--primary-color-two) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-secondary-two {
  color: var(--secondary-color-two) !important;
}

.text-third {
  color: var(--third-color) !important;
}

.text-dark {
  color: var(--dark-color) !important;
}

.text-dark-two {
  color: var(--dark-color-alt) !important;
}

.text-danger {
  color: var(--danger-color) !important;
}

.text-fifth {
  color: var(--fifth-color) !important;
}

.text-sixth {
  color: var(--sixth-color) !important;
}

.text-gray {
  color: var(--gray-color) !important;
}

.text-footer {
  color: var(--footer-text-color) !important;
}

.text-gray-two {
  color: var(--gray-color-two) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-shark {
  color: var(--shark-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-primary-two {
  background-color: var(--primary-color-two) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-secondary-two {
  background-color: var(--secondary-color-two) !important;
}

.bg-third {
  background-color: var(--third-color) !important;
}

.bg-fourth {
  background-color: var(--fourth-color) !important;
}

.bg-fifth {
  background-color: var(--fifth-color) !important;
}

.bg-sixth {
  background-color: var(--sixth-color) !important;
}

.bg-light {
  background-color: var(--light-color) !important;
}

.bg-light-two {
  background-color: var(--light-color-two) !important;
}

.bg-light-three {
  background-color: var(--light-color-three) !important;
}

.bg-card {
  background-color: var(--bg-card-color) !important;
}

.bg-dark {
  background-color: var(--dark-color) !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-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.text-secondary-800 {
  color: #333333 !important;
}

.text-secondary-400 {
  color: #999999 !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(--primary-color) !important;
  border-color: var(--primary-color) !important;
  transition: all 0.5s linear !important;
  font-weight: 700;
  display: inline-block;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: var(--primary-color) !important;
  background-color: var(--light-color-three) !important;
  border-color: var(--light-color-three) !important;
  font-weight: 700;
  transform: translateY(-5px) !important;
}
.btn-primary:hover svg path {
  stroke: var(--primary-color);
}

.btn-outline-primary {
  color: var(--primary-color) !important;
  background-color: transparent !important;
  border: 1px solid var(--primary-color) !important;
  transition: 0.5s linear !important;
}
.btn-outline-primary:hover {
  color: white !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !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: transparent !important;
  border-color: var(--secondary-color) !important;
}
.btn-secondary:hover svg path {
  fill: var(--secondary-color) !important;
}

input:focus {
  border: 1px solid white !important;
  box-shadow: none !important;
}

.form-select:focus {
  border: 1px solid white !important;
  box-shadow: none !important;
}

.intl-tel-input {
  width: -webkit-fill-available !important;
}

.iti__arrow {
  border-top: 4px solid #fff !important;
}

body.arabicVersion .iti--allow-dropdown .iti__flag-container,
body.arabicVersion .iti--show-selected-dial-code .iti__flag-container {
  right: 0 !important;
  left: auto !important;
}

body.arabicVersion .iti__arrow {
  margin-right: 5px;
  margin-left: 6px;
}

body.arabicVersion .iti {
  direction: rtl !important;
  width: -webkit-fill-available !important;
}

body.arabicVersion .iti input {
  direction: rtl !important;
  text-align: right !important;
  padding-right: 55px !important;
}

body.arabicVersion .iti input.iti__search-input {
  padding-right: 10px !important;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: none;
}

textarea {
  resize: none !important;
  color: white;
}
textarea:focus {
  border: 1px solid white !important;
  box-shadow: none !important;
}

::placeholder {
  color: white !important;
}

.iti {
  width: -webkit-fill-available !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: "Cairo", 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;
}

.social-icons {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border: none !important;
  color: #040404 !important;
  transition: 0.5s all;
}
.social-icons:hover {
  background-color: white !important;
  color: var(--primary-color) !important;
  transform: translateY(-5px);
}
.social-icons:hover svg path {
  stroke: var(--primary-color);
}

.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color);
  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(--primary-color) !important;
  color: #fff !important;
  border: 1px solid var(--primary-color) !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(--primary-color) !important;
  border: 1px solid var(--primary-color) !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;
}

.cursor-pointer {
  cursor: pointer !important;
}

@media (max-width: 991px) {
  .offcanvas-body::-webkit-scrollbar {
    width: 8px;
  }
  .flight-path {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .offcanvas-body::-webkit-scrollbar-track {
    background: white;
  }
  .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
  }
  .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: var(--primary-color) !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='%23ffffff'%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;
  }
  .offcanvas-body .nav-link {
    color: white !important;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
    margin: 0;
  }
  .offcanvas-body .nav-link:hover {
    background-color: white !important;
    color: var(--dark-color) !important;
  }
  .offcanvas-body .nav-link:hover svg path {
    stroke: var(--primary-color);
  }
  .offcanvas-body {
    background-color: var(--primary-color);
    color: white !important;
  }
  .offcanvas-body .text-primary {
    color: white !important;
    border-bottom: 1px solid #fff;
  }
  .offcanvas-body .btn-outline-primary {
    color: white !important;
    border: 1px solid white !important;
  }
  .offcanvas-body .btn-outline-primary:hover {
    color: var(--primary-color) !important;
  }
  .offcanvas-body .text-secondary {
    color: white !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: white !important;
    transition: 0.5s;
    margin: auto;
    display: block;
  }
  .nav-hover-link:hover::after {
    width: 100%;
    color: white !important;
  }
  .nav-hover-link:hover {
    color: white !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;
}

.image-container.no-radius {
  border-radius: 0 !important;
}

.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);
}

.image-container-home img {
  transition: transform 0.5s ease-in-out;
  -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;
}

.loader img {
  height: 70px;
  width: auto;
  animation: scalePulse 1.5s ease-in-out infinite;
}

.faq-accordion .accordion-item:first-of-type .accordion-button,
.faq-accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 15px !important;
}
.faq-accordion .accordion-item:first-of-type .accordion-button:not(.collapsed),
.faq-accordion .accordion-item:last-of-type .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.faq-accordion .accordion-button {
  background-color: #dadaf1 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 15px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--shark-color) !important;
  background-color: #dadaf1 !important;
  box-shadow: none !important;
  border: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.faq-accordion .accordion-item {
  border: none !important;
  border-radius: 20px !important;
}
.faq-accordion .accordion-body:not(.collapsed) {
  background-color: var(--secondary-color-two) !important;
  color: var(--sixth-color) !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.faq-accordion .accordion-button::after {
  content: "";
  background-image: url(../images/Component-accordion.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/two-Component-accordion.svg);
  transform: translateY(1px);
  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(--primary-color);
}

.hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 120vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.height-bg {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 30px;
}
.height-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.height-bg .hero-text {
  position: relative;
  z-index: 2;
}

.z-nav {
  z-index: 1000;
}

.lh-160 {
  line-height: 160% !important;
}

.lh-100 {
  line-height: 100% !important;
}

.section-background {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
.section-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.section-background .section-content {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  z-index: 2;
}
.section-background .section-content h1 {
  font-size: 2.5rem;
}

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;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.logo-card {
  background-color: #f1f1fa;
  border-radius: 12px;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}

.logo-card:hover {
  transform: scale(1.05);
}

.logo-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer !important;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.badge.text-bg-light {
  background-color: rgba(4, 4, 4, 0.0509803922) !important;
}

.circle-number {
  width: 48px;
  height: 48px;
  background-color: #dadaf1;
  color: var(--primary-color);
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}

.gallery-slider .slick-slide {
  margin: 0 10px;
}

.gallery-slider .slick-list {
  margin: 0 -10px;
}

.gallery-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 8px;
  z-index: 10;
}

.gallery-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.gallery-slider .slick-dots button {
  display: block;
  width: 4px;
  height: 12px;
  margin-inline: 3px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3019607843);
  text-indent: -9999px;
}

.gallery-slider-two .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.gallery-slider-two .slick-dots button {
  display: block;
  width: 4px;
  height: 12px;
  margin-inline: 3px;
  border: none;
  border-radius: 50%;
  background-color: rgba(89, 91, 194, 0.2) !important;
  text-indent: -9999px;
}

.gallery-slider-two li.slick-active button {
  background-color: #595BC2 !important;
}

.pagination .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.pagination .slick-dots button {
  display: block;
  width: 4px;
  height: 12px;
  margin-inline: 3px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  text-indent: -9999px;
}

.pagination li.slick-active button {
  background-color: white !important;
}

li.slick-active button {
  background-color: white !important;
}

.btn-slider {
  background: var(--bg-gradient);
}

.gallery-img {
  height: 300px;
  width: 100%;
}

.gallery-img-slider {
  height: 350px;
}

.projects-img-slider {
  height: 250px;
}

.dir-img {
  z-index: -1;
  top: 20%;
}

body.arabicVersion .dir-img {
  transform: scaleX(-1) !important;
}

.icon-right {
  right: 0;
  bottom: 0 !important;
  transform: translateY(-60%);
}
body.arabicVersion .icon-right {
  left: 0px;
  right: unset;
  transform: translateY(-60%) scaleX(-1);
}

.icon-right-two {
  right: 0;
  top: 0 !important;
}
body.arabicVersion .icon-right-two {
  left: 0px;
  right: unset;
  transform: scaleX(-1);
}

.Categories-slider-nav {
  position: relative;
  top: -20px;
  text-align: center;
}
.Categories-slider-nav .prev,
.Categories-slider-nav .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s linear;
}
.Categories-slider-nav .next {
  background-color: transparent !important;
}
.Categories-slider-nav .prev {
  background-color: transparent !important;
}

.bullet-item > .text-shark::before {
  content: "•";
  color: #000;
  margin-right: 8px;
  font-size: 25px;
}

.bullet-item > .text-white::before {
  content: "•";
  color: #fff;
  margin-right: 8px;
  font-size: 25px;
}

.card-body .bullet-item:last-child {
  margin-bottom: 0 !important;
}

.services-sec .end-img {
  right: 0px;
}
body.arabicVersion .services-sec .end-img {
  left: 0px;
  right: unset;
}

.timeline-container {
  position: relative;
}

.timeline-bar {
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  position: relative;
  top: 18px;
}

.timeline-point {
  width: 32px;
  height: 32px;
  background-color: #5a5ec8;
  border: 6px solid white;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-label {
  background-color: var(--primary-color-two);
  padding: 4px 20px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  z-index: 3;
}

.top .timeline-label {
  top: -35px;
}

.top .timeline-label::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: var(--primary-color-two) transparent transparent transparent;
}

.bottom .timeline-label {
  top: 60px;
}

.bottom .timeline-label::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent var(--primary-color-two) transparent;
}

.product-details-img {
  height: 370px !important;
  width: 100%;
}
.product-details-img-height{
    height:500px;
    width:100%;
}
.bg-dark-card {
  background-color: rgba(0, 0, 0, 0.6);
}

.gallery-sec .content {
  bottom: 20px;
  max-width: 90%;
  left: 0;
}
body.arabicVersion .gallery-sec .content {
  left: unset;
  right: 0;
}
.gallery-sec .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
body.arabicVersion .gallery-sec .rounded-end-3 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background-color: var(--primary-color-two) !important;
  border-color: var(--primary-color-two) !important;
  color: white;
}
.nav-tabs .nav-link.active :hover, .nav-tabs .nav-item.show .nav-link :hover {
  color: white !important;
}

.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
  background-color: #B4B5E4 !important;
  border-color: #B4B5E4 !important;
  color: white;
}
.nav-tabs .nav-link :hover, .nav-tabs .nav-item.show .nav-link :hover {
  color: white !important;
}

.bg-dark-project {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
/* flip arrow icons when RTL is enabled */
[dir="rtl"] .slick-arrow svg {
    transform: scaleX(-1);
}



/*[dir="ltr"] .Categories-slider-nav .prev svg {*/
/*    transform: rotate(0deg);*/
/*}*/

/*[dir="ltr"] .Categories-slider-nav .next svg {*/
/*    transform: rotate(180deg);*/
/*}*/

/*[dir="rtl"] .Categories-slider-nav .prev svg {*/
/*    transform: rotate(-1);*/
/*}*/

/*[dir="rtl"] .Categories-slider-nav .next svg {*/
/*    transform: rotate(-1);*/
/*}*/



