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;
  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='%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='%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:#D8B66D ;
  --color-primary-hover: #FDF7EB;
  /* Secondary Colors */
  --color-secondary:#1D180D;
  --color-secondary-light: #f2f2f2;
  /* info Colors  */
  --color-info: #5D5D5D;
  --color-info-light: #FEF8CD;
  /* success Colors  */
  --color-success: #191919;
  --color-success-light: #FEF8CD;
  /* danger Colors  */
  --color-danger: #797979;
  --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: #020202;
  --color-text-muted: #6D6D6D;
  --color-text-footer: #d7d7d7;
  --color-text-light: #898989;
  --color-text-lighter: #2DAFAF;
  /* Accent Colors */
  --color-accent: #0C2527;
  --color-accent-alt: #0D0D0D;
  /* Background Colors */
  --color-bg-card: #1D332D;
  --color-bg-light: #FDF7EB;
  --color-bg-light-alt: #EDF1F8;
  --color-bg-light-soft: #FBEAEA;
  /* 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-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 #ac8e63 !important;
}
.contact-sec input:focus {
  border: none !important;
  border-bottom: 1px solid #ac8e63 !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 #ac8e63 !important;
}
.contact-sec textarea:focus {
  border: none !important;
  border-bottom: 1px solid #ac8e63 !important;
  box-shadow: none !important;
  color: var(--dark-color) !important;
  outline: none !important;
}

input:focus {
  border: 1px solid var(--color-primary) !important;
  box-shadow: none !important;
}
input::placeholder {
  font-size: 14px;
}

.form-select:focus {
  border: 1px solid var(--color-primary) !important;
  box-shadow: none !important;
}

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

textarea {
  resize: none !important;
}
textarea:focus {
  border: 1px solid var(--color-primary) !important;
  box-shadow: none !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: "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;
}
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(17, 17, 17, 0.3019607843) !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: var(--color-primary) !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(--color-primary) !important;
  }
  .offcanvas-body .nav-link:hover svg path {
    stroke: var(--color-primary);
  }
  .offcanvas-body {
    background-color: var(--color-primary);
    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(--color-primary) !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, .nav-hover-link.active {
    color: white !important;
  }
  .nav-hover-link:hover::after, .nav-hover-link.active::after {
    width: 100%;
    background-color: white !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;
}

.music-loader {
  width: 180px;
  height: 180px;
  margin: auto;
}

.music-loader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.faq-accordion .accordion-button {
  background-color: var(--bg-neutral-50) !important;
  border: 1px solid #ac8e63;
  box-shadow: none !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #bfaa85 !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid white !important;
}
.faq-accordion .accordion-item {
  background-color: var(--bg-neutral-50) !important;
}
.faq-accordion .accordion-body:not(.collapsed) {
  background-color: #bfaa85 !important;
  color: white !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.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);
  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 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 120vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

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

.section-background {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  border-radius: 0rem;
}
.section-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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%;
  z-index: 1;
}

.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 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}
.services-slider .card-overlay-services img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.services-slider .card-overlay-services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
}
.services-slider .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 {
  right: 20px;
  left: unset;
}
.services-slider .card-overlay-services:hover img {
  transform: scale(1.05);
}
