:root {
  --primary_color: #6921e6;
  --orange_color: #50d4ec;
  --orange_color: #ff7e5f;
  --filter: brightness(0) saturate(100%) invert(62%) sepia(68%) saturate(507%)
    hue-rotate(330deg) brightness(99%) contrast(95%);
  --offwhite_color: rgb(246, 247, 249);
  --main_bg: linear-gradient(90deg, var(--orange_color), var(--primary_color));
  --transition: 0.3s all ease;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSuXd.woff2")
    format("woff2");
}

@font-face {
  font-family: "Tajawal";
  font-style: normal;
  font-weight: 300 800; /* covers Light → SemiBold → Bold */
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1lZhXjrZP.woff2")
    format("woff2");
}
/* KEYFRAMES */
@keyframes navSlide {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(20%);
    opacity: 1;
  }
}

@keyframes marquee {
  to {
    transform: translate(-100%);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(120px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* MAIN STYLES */
[data-aos] {
  will-change: transform;
}

body {
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
}

body[dir="rtl"] {
  font-family: "Tajawal", sans-serif;
  button,
  a,
  input,
  select,
  placeholder {
    font-family: "Tajawal", sans-serif;
  }
  ::placeholder {
    transform-origin: right;
  }
  .select_arrow {
    right: initial;
    left: 1.25rem;
  }

  .floating_feedback {
    right: initial;
    left: 3rem;
  }
  .input_holder label {
    left: initial;
    right: 0;
    transform: translate(-1.25rem, 1rem);
  }
  .floating_fieldset input,
  .floating_fieldset select {
    padding-left: 1rem;
    padding-right: 3.25rem;
  }
  nav ul li {
    font-size: 1.35rem !important;
  }
  .hero_intro {
    h1 {
      line-height: 1;
      text-align: end;
      direction: ltr;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }
    h3 {
      font-size: 2rem;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
  }

  .hero_overlay {
    right: initial;
    left: 2rem;
  }

  .areas .intro {
    font-size: 4rem;
    @media (max-width: 640px) {
      font-size: 3rem;
    }
  }

  #lang .langs {
    font-size: 1.2rem;
  }
  nav .logo {
    padding-right: 2rem;
  }

  .question_opener {
    right: initial;
    left: 1rem;
  }

  @media (max-width: 480px) {
    .question_opener {
      left: 0.5rem;
    }
  }
}

body[dir="rtl"] .btn {
  font-size: 1.1rem;
  .button_icon {
    left: 1.1rem;
    right: initial;
    rotate: -135deg;
  }
  &:hover {
    .button_icon {
      rotate: -180deg;
    }
  }
}

/* navbar styles */
.floating_nav {
  position: fixed;
  max-width: 1536px;
  transition: var(--transition);
  will-change: transform;
  padding-inline: 1rem;
  width: 92%;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  animation: navSlide 0.75s ease-out forwards;
  -webkit-animation: navSlide 0.75s ease-out forwards;
}

nav.floating_nav {
  color: black;
  .logo {
    max-height: 60px;
  }
  .container {
    width: 100%;
    background-color: white;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  }
}

nav {
  margin-bottom: -200px;
  position: absolute;
  z-index: 999;
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
  justify-content: space-between;
  color: white;
  max-height: fit-content;
}

nav .container {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  position: relative;
  width: 95%;
  justify-content: space-between;
  max-width: 1480px;
}

#navigation_dropdown {
  position: absolute;
  left: 0;
  color: black;
  display: none;
  width: 100%;
  transform: translateY(70px);
  img {
    filter: brightness(0);
  }
  transition: all 500ms
    linear(
      0,
      0.012 0.9%,
      0.05 2%,
      0.411 9.2%,
      0.517 11.8%,
      0.611 14.6%,
      0.694 17.7%,
      0.765 21.1%,
      0.824 24.8%,
      0.872 28.9%,
      0.91 33.4%,
      0.939 38.4%,
      0.977 50.9%,
      0.994 68.4%,
      1
    );
  transform-origin: bottom;
  overflow: hidden;
  interpolate-size: allow-keywords;
  margin: auto;
  right: 0;
  height: 0;
  z-index: -1;
}

#navigation_dropdown.show_dropdown {
  height: auto;
}
#navigation_dropdown .container {
  background-color: var(--offwhite_color);
  /* box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4); */

  padding-block: 2rem !important;
  justify-content: center;
  .main_Links {
    flex-direction: column;
  }
}

nav.floating_nav #navigation_dropdown .container {
  max-width: 92%;
}

nav:not(.floating_nav) .container {
  padding-block: 8px !important;
}

nav .logo {
  max-width: 130px;
  max-height: 75px;
  scale: 150%;
  padding-left: 2rem;
  padding-block: 8px;
  object-fit: contain;
}

nav ul,
.main_Links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-height: fit-content;
  font-size: 1rem;
}

nav:not(.floating_nav) {
  li {
    img {
      filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    }
  }
}

nav li {
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
  transition: var(--transition);
  cursor: pointer;

  align-items: center;
  &:hover {
    color: var(--orange_color);
  }

  img {
    width: 1.25rem;
  }
  span img {
    width: 1rem;
    margin-bottom: 4px;
  }
}

nav.floating_nav li img:not(.langs img) {
  filter: brightness(0);
}

nav li:hover img:not(.langs img) {
  filter: var(--filter) !important;
}

#menu {
  font-size: 1.5rem;
  display: none;
}

.active {
  color: var(--orange_color) !important;
  img {
    filter: var(--filter) !important;
  }
}

li#lang {
  position: relative;
  min-width: 116px;
}

#lang_changer {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 60px;
  transition: var(--transition);
  border-radius: 8px;
  width: 140px;
  background-color: white;
  border-radius: 12px;
  color: black;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

.hide_lang_changer {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

#lang_changer .langs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  padding: 0.75rem;
  transition: var(--transition);
  width: 100%;
  color: black;
  &:hover {
    background: linear-gradient(
      90deg,
      var(--orange_color),
      var(--primary_color)
    );
    color: white;
  }
}
.langs img {
  width: 22px;
  min-height: 13px;
  margin-right: 2px;
}

/* .header-hero styles */
.header {
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #101014;
  overflow: hidden;
}

@media (min-height: 1024px) {
  .header {
    min-height: 0 !important;
    height: 1000px;
  }
  .header .container {
    min-height: 0 !important;
    height: 900px !important;
  }
}

.floating_feedback {
  width: 300px;
  height: fit-content;
  flex-direction: column;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  display: flex;
  padding: 1rem;
  gap: 1.25rem;
  position: absolute;
  z-index: 10;
  right: 3rem;
  bottom: 3rem;
  color: white;
  span {
    display: flex;
    gap: 0.25rem;
  }
  p {
    font-size: 0.9rem;
    font-weight: 400;
  }
  i {
    color: white;
    font-size: 0.9rem;
  }
}

.header .container {
  min-height: calc(100vh - 100px);
  min-height: calc(100dvh - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
}

.header .hero_overlay {
  position: absolute;
  z-index: -2;
  overflow: hidden;
  width: calc((100% - 20rem) / 2);
  height: calc(100% - 3rem);
  border-radius: 1rem;
  margin: auto;
  right: 2rem;
  top: 0;
  bottom: 0;
  filter: brightness(80%);
  img {
    object-fit: cover;
    object-position: right;
  }
}

/* ensure the container allows wrapping (no nowrap rule) */
.hero_intro h1 {
  white-space: nowrap;
  line-height: 1.1;
}

/* animated letter spans */
.hero_intro h1 .letter {
  display: inline-block; /* needed so transform/translate works and letters stack naturally */
  opacity: 0;
  transform: translateY(24px);
  animation: letterFade 0.75s ease forwards;
}

/* final animation keyframes */
@keyframes letterFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

article.hero_intro {
  padding-top: 6rem;
}
.hero_intro {
  color: white;
  flex-grow: 1;
  display: flex;
  width: fit-content;
  gap: 1.5rem;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  h1 {
    font-weight: 500;
    font-family: "Manrope", sans-serif;

    font-size: Clamp(1.8rem, calc(5vw + 2rem), 3rem);
  }
  h3 {
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0;
    animation: fadeUp 1s 0.75s forwards;
  }
  .LLC {
    font-size: 2.125rem;
  }

  .btn {
    margin: 0;
    background-color: white;
    color: black;
    border: none;
    padding-block: 1.1rem;
    font-size: 0.95rem;
    min-width: 250px;
    opacity: 0;
    animation: fadeUp 1s 0.75s forwards;
    transition: var(--transition);
  }
}

/* why section styles */
section.why {
  overflow: hidden;
}

.intro {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.25rem;
  font-weight: bold;
}
.special_intro {
  color: white;
  border-radius: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #101014;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  margin: auto;
  padding: 0.25rem 1rem;
}

.why .intro {
  margin-bottom: 1.5rem;
}
.why {
  min-height: 100vh;
}
.why .container {
  display: flex;
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 200px);
  column-gap: 9rem;
  row-gap: 2rem;
}

.why_details {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.why_intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.1rem;
  h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
  }
}

.why_holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  column-gap: 2rem;
  row-gap: 1rem;
  margin-top: 1rem;
}

.why_article {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  color: black;
  /* padding: 1rem; */
  font-size: 1rem;
  gap: 0.5rem;
  border-radius: 1rem;
  img {
    max-width: 50px;
    max-height: 50px;
    filter: var(--filter);
    object-fit: contain;
  }
  p {
    text-wrap: balance;
    max-width: 65ch;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.7);
  }
}

.why_banner {
  flex: 1;
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* services section styles */
section.services {
  background-color: #101014;
  .intro {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: white;

    .special_intro {
      color: #101014;
      background-color: white;
    }

    p {
      font-size: 1.5rem;
      font-weight: 400;
      opacity: 0.75;
    }
  }
}

.services .container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.service_article {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1rem;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  &:hover {
    transition: var(--transition) !important;
    border-color: var(--orange_color);
  }
}

.service_article > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  transition: inherit;
  height: 100%;
  font-size: 1.5rem;
  min-width: 200px;
  img {
    border-radius: 0.75rem;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  h3 {
    font-size: 1.5rem;
    min-height: 71px;
    line-height: 1.1;
  }
  p {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.6);
  }
  h3,
  p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .btn {
    padding-block: 0.75rem;
  }
}

.service_number {
  color: var(--orange_color);
  font-size: 1.75rem;
}

.btn {
  margin-top: auto;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 1rem;
  font-size: 0.75rem;
  display: flex;
  width: 190px;
  text-transform: uppercase;
  border-radius: 1.1rem;
  transition: inherit;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-align: start;
  .button_icon {
    position: absolute;
    z-index: -10;
    width: 30px;
    height: fit-content;
    right: 1.1rem;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    font-size: 1rem;
    border-radius: 50%;
    rotate: -45deg;
    color: white;
    background-color: var(--orange_color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: inherit;
    i {
      transition: inherit;
    }
  }
}
/* .service_banner {
  max-width: 235px;
} */

.service_discount {
  font-size: 1.75rem !important;
  color: var(--orange_color);
  span {
    color: initial;
    font-size: 1.25rem;
    text-transform: uppercase;
  }
}

.btn {
  &:hover {
    background-color: var(--orange_color);
    color: white;
    border-color: var(--orange_color);
    .button_icon {
      background-color: black;
      rotate: 0deg;
      i {
        color: white;
      }
    }
  }
}
/* areas-we-serve section styles */

section.areas {
  text-transform: uppercase;
  overflow: hidden;
}

.areas .intro {
  color: black;
  font-size: 3rem;
  margin-bottom: 6rem;
  span {
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
  }
}

.areas_overlay,
.mask {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.areas_overlay {
  /* opacity: 0.1; */
  scale: 1.5;
  background: #fafafa;
  background-size: cover;
  background-position: center;
}

.mask {
  z-index: -2;
}

.areas_maps {
  display: flex;
  align-items: center;
  padding-inline: 2rem;
  justify-content: space-between;
  max-width: 1280px;
  direction: ltr;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
  gap: 82px;
  scale: 0.85;
  isolation: isolate;
}

.areas_maps article {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  flex-direction: column;
  text-transform: uppercase;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  h3 {
    font-size: 1.7rem;
    text-align: center;
    transition: var(--transition);
    transform: translateY(-100%);
    opacity: 0;
  }
  &:hover {
    h3 {
      opacity: 1;
      transform: translateY(20%);
    }
  }
}

.map_mask {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background-color: white;
  mask-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  mask-size: cover;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  &:hover {
    filter: brightness(150%);
  }
}

.map_mask.USA {
  min-width: 363px;
  height: 237px;
  mask-image: url("../media/map1.png");
  background-image: url(../media/Flag-United-States-of-America.webp);

  -webkit-mask-image: url("../media/map1.png");
}
.map_mask.SAUDI {
  mask-image: url("../media/map2.png");
  -webkit-mask-image: url("../media/map2.png");
  background-image: url(../media/Flag_of_Saudi_Arabia.svg.webp);
  height: 316px;
  min-width: 365px;
  background-size: 95%;
  background-position: center left -33%;
  background-color: #005430;
}
.map_mask.UAE {
  mask-image: url("../media/map3.png");
  -webkit-mask-image: url("../media/map3.png");
  background-image: url(../media/Flag_of_the_United_Arab_Emirates.svg.png);
  height: 211px;
  min-width: 275px;
}

.arrow {
  width: 400px;
  object-fit: contain;
  position: absolute;
  z-index: -1;
  left: 35%;
  height: fit-content;
  filter: var(--filter);
}

/* experience section styles */

section.experience {
  padding: 100px 0;
}

.experience .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
  gap: 1rem;
}

.statis {
  display: flex;
  position: relative;
  isolation: isolate;
  flex-direction: column;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid transparent;
  color: black;
  /* overflow: hidden; */
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  h2,
  i,
  span {
    font-weight: 400;
  }

  &:hover {
    transition: var(--transition) !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    color: var(--orange_color);
    p {
      color: var(--orange_color);
    }
  }
}

.statis::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(white, white) padding-box,
    var(--orange_color) border-box;
  border: 2px solid transparent;
  z-index: -1;
  position: absolute;
  left: 0;
  opacity: 0;
  border-radius: inherit;
  top: 0;
  transition: var(--transition);
  /* transform: translateX(-100%); */
}
.counter {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  gap: 0.5rem;
  h2,
  span {
    font-weight: 300;
    transition: var(--transition);
  }
}

.statis {
  h2,
  p,
  h4 {
    transition: var(--transition);
  }
}

.statis-details {
  display: flex;
  padding-top: 0.5rem;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  p {
    font-size: 0.9rem;
    color: rgb(70, 69, 69);
    font-weight: 400;
  }
}
.statis:hover::after {
  opacity: 1;
}

/* client reviews section styles */

.colored_star {
  /* background: var(--main_bg); */
  background-color: var(--orange_color);
  color: transparent;
  background-clip: text;
  padding-block: 2px;
}
.gray_star {
  color: gray;
}

section.feedback {
  background-color: var(--offwhite_color);
  padding-bottom: 0;
  .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    p {
      font-size: 2rem;
      font-weight: 400;
      max-width: 65ch;
      text-wrap: balance;
    }
  }
}

.marquee {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 340px;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.client_review {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.7);
  width: 400px;
  user-select: none;
  border-radius: 0.75rem;
  gap: 4px;
  will-change: transform;
  left: 0;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgb(250, 250, 250);
  animation: marquee var(--marquee_timer) linear infinite;
  position: absolute;
}

.marquee:nth-child(even) .client_review {
  animation-direction: reverse;
}
.client_review:nth-child(even) {
  background-color: rgb(233, 236, 242);
}

.client_feedback {
  font-size: 1.1rem;
  line-height: 1.4;
  min-height: 123px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* ⬅️ required */
  -webkit-line-clamp: 5; /* ⬅️ required */
  text-overflow: ellipsis;
}

.client_profile {
  display: flex;
  margin-top: 3rem;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
}

.client_face {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

/* ANSWERING QUESTIONS */

section.answer_question {
  .intro {
    width: fit-content;
    text-align: start;
    position: sticky;
    top: 120px;
    max-height: fit-content;
    .special_intro {
      margin: 0;
    }

    p {
      font-size: 1.5rem;
      font-weight: 400;
      opacity: 0.75;
    }
    .btn {
      margin-top: 2rem;
      transition: var(--transition);
    }
  }
}

section.answer_question .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.questions {
  grid-column: span 2;
  display: flex;

  flex-direction: column;
  gap: 1.5rem;
}

.question_tag {
  background-color: var(--offwhite_color);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1.5rem 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  isolation: isolate;
  font-size: 1.25rem;
  overflow: hidden;
  interpolate-size: allow-keywords;
  transition: var(--transition);
  height: 100px;
  h3 {
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 64px;
  }
  p {
    font-size: 1rem;
    opacity: 0;
    scale: 0.99;
    transition: inherit;
  }
}

.question_opener {
  position: absolute;
  z-index: 10;
  top: 1rem;
  right: 1rem;
  scale: 1.2;
  cursor: pointer;
  transition: inherit;
}

.question_tag.opened {
  height: auto !important;
  .question_opener {
    rotate: 45deg;
  }
  p {
    opacity: 0.75;
    scale: 1;
  }
  h3 {
    -webkit-line-clamp: initial;
    line-clamp: initial;
  }
}
/* Book a service section styles */
section.book_service {
  background-color: var(--offwhite_color);
  padding: 50px 0;
  .intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    p {
      font-size: 2rem;
      font-weight: 400;
      max-width: 65ch;
      text-wrap: balance;
    }
  }
}

.book_service .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 3rem;
  padding-bottom: 0;
  column-gap: 3rem;
}

.book_service .container article {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: black;

  h3 {
    font-size: 2rem;
  }
  p {
    font-size: 1.75rem;
    /* flex: 1 1 300px; */
    line-height: 1.2;
  }
}
.book_service .container article:has(img) {
  border-radius: 46px;
  overflow: hidden;
}
.read_more {
  height: fit-content;
  min-width: 250px;
  max-width: fit-content;
  padding: 1rem;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  background: var(--orange_color);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.read_more:hover {
  opacity: 0.8;
  scale: 0.98;
}

.book_service .container article:nth-child(1) {
  max-width: 500px;
}

.floating_fieldset {
  width: 100%;
  min-height: 360px;
  border: 2px solid transparent;
  border-radius: 2rem;
  position: relative;
  background-image: linear-gradient(white, white),
    linear-gradient(90deg, var(--primary_color), var(--orange_color));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  padding: 2rem;
  display: grid;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  align-items: center;
  gap: 1rem;
}

.floating_fieldset .input_holder {
  position: relative;
  isolation: isolate;
  max-height: fit-content;
  width: 100%;
}

.input_holder label {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 2px;
  width: 20px;
  transform: translate(1.25rem, 1rem);
  -webkit-transform: translate(1.25rem, 1rem);
  -moz-transform: translate(1.25rem, 1rem);
  -ms-transform: translate(1.25rem, 1rem);
  -o-transform: translate(1.25rem, 1rem);
}

.floating_fieldset input,
.floating_fieldset select {
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) border-box;
  width: 100%;
  display: block;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  padding-left: 3.25rem;
  border-radius: 1rem;
  max-height: fit-content;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  ::placeholder {
    color: rgba(0, 0, 0, 0.2);
  }
}

.select_wrapper {
  display: flex;
}

input:focus {
  background: linear-gradient(white, white) padding-box,
    var(--orange_color) border-box;
}

::placeholder {
  transform-origin: left;
  transition: var(--transition);
}

input:focus::placeholder {
  scale: 0.8;
  transform: translateY(-15px);
}

#select_service {
  position: relative;
}

#options {
  width: 100%;
  border-radius: 0.5rem;
  bottom: 110%;
  left: 0;
  position: absolute;
  background-color: white;
  overflow: hidden;
  z-index: 1000 !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  span {
    display: block;
    padding: 1rem;
    cursor: pointer;
    transition: 0.3 all ease;
    &:hover {
      background: linear-gradient(
        90deg,
        var(--orange_color),
        var(--primary_color)
      );
      color: white;
    }
  }
}

#options span:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.select_arrow {
  position: absolute;
  z-index: 10;
  width: 16px;
  top: 1.25rem;
  right: 1rem;
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.floating_fieldset > .read_more {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: span 2;
  max-width: none;
  padding-block: 1rem;
  gap: 0.5rem;
  img {
    width: 24px;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
}

/* footer styles */

footer {
  overflow: hidden;
  background-color: #101014;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.footer_article {
  display: flex;
  gap: 4rem;
  justify-content: end;
}

/* .footer_article:not(:has(.logo)) {
  flex: 2;
} */

.footer_article:has(.logo) {
  max-width: 200px;
}

.footer_article:has(.countries) {
  flex: 2;
}

.links {
  color: white;
  text-transform: uppercase;
  display: flex;
  min-width: min(300px, 100%);
  flex-direction: column;
  gap: 2rem;
  /* h3 {
    font-size: 1.5rem;
  } */
  ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.15rem;
  }
}

.links img {
  width: 20px;
  /* transition: var(--transition); */
  object-fit: contain;
}

.links:not(.countries) li {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
  gap: 0.5rem;
  a {
    color: white;
  }
  &:hover {
    a {
      color: var(--orange_color);
    }
    img {
      filter: var(--filter);
    }
  }
}
.links span {
  min-width: 24px;
  height: 24px;
  background-color: white;
  font-size: 12px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  transition: var(--transition);
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  i {
    color: var(--primary_color);
    transition: var(--transition);
  }
}

.links.countries {
  width: 100%;
  ul {
    align-items: center;
    flex-grow: 1;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 2rem !important;
    margin: auto;
    column-gap: 1.25rem !important;
    flex-direction: row !important;
  }
  li {
    flex-direction: column;
    display: flex;
    font-size: 1.25rem;
    min-width: 245px;
    gap: 0.35rem;
    span {
      max-width: 24px;
    }
    p {
      text-transform: capitalize;
      font-weight: 300;
    }
    a {
      display: flex;
      gap: 0.25rem;
      transition: var(--transition);
      color: white;
      white-space: nowrap;
      &:hover {
        color: var(--orange_color);
        span {
          background-color: var(--orange_color);
          i {
            color: white;
          }
        }
      }
    }
  }

  .socials {
    margin-top: 1rem;
    span {
      width: 32px;
      height: 32px;
      font-size: 1.25rem;
    }
  }
}
/* MEDIA QURIES */

@media (min-width: 1024px) {
  nav {
    justify-content: center;
    align-items: start;
  }
  nav .container {
    margin: 0;
    margin-left: 2rem;
    width: fit-content;
    gap: 2rem;
  }

  nav .container img ~ ul {
    width: fit-content;
    justify-content: center;
    align-items: center;
    transform-origin: left;
    row-gap: 1rem;
    li {
      font-size: 0.9rem;
    }
  }
  #side_menu {
    display: none;
  }
  .hero_intro h3,
  .LLC {
    color: #656565;
  }
}
@media (max-width: 1280px) {
  /* nav:not(.floating_nav) {
    max-width: 920px;
    .container {
      max-width: 920px;
    }
  } */
  .intro {
    font-size: 2.25rem !important;
    .special_intro {
      font-size: 1rem;
    }
    p {
      font-size: 1.1rem !important;
    }
  }
  .service_article > div h3 {
    min-height: 58px !important;
  }
  .areas .intro span {
    font-size: 1.75rem;
  }

  .logo {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .arrow {
    top: 70px;
    left: 37.5%;
    width: 350px;
  }

  .overlay_menu {
    display: flex;
  }
  .why_details {
    flex: 2 !important;
    max-width: 520px;
  }
  .why .container {
    column-gap: 2.5rem;
  }
}

@media (max-width: 1024px) {
  *[data-aos] {
    transition-delay: 0s !important;
  }
  #navigation_dropdown {
    display: flex;
  }
  .floating_feedback {
    display: none;
  }
  .hero_overlay {
    width: calc(100% - 3rem) !important;
    right: 0 !important;
    left: 0 !important;
  }

  .why_details {
    max-width: 100%;
  }
  nav > .container .main_Links {
    display: none;
  }
  #menu,
  #side_menu {
    display: block;
  }
  .why .container {
    flex-direction: column;
  }
  .why .why_banner {
    width: 100%;
  }

  .answer_question {
    .intro {
      position: static !important;
      text-align: center !important;
      .special_intro {
        margin: auto !important;
      }
      .btn {
        margin: auto;
      }
    }
    .container {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
  footer .container {
    justify-content: center;
  }
  .footer_article:not(:has(.logo)) {
    flex: initial;
    justify-content: center;
    max-width: fit-content;
  }
  .intro {
    max-width: 90%;
    text-wrap: balance;
    margin-inline: auto;
  }
  .footer_article {
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
  }
  .arrow {
    display: none;
  }
  .areas_maps {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  nav .container {
    width: 90%;
  }
  .hero_intro {
    padding-inline: 2rem;
    h1 {
      white-space: normal;
    }
  }

  .links.countries ul {
    max-width: 420px;
  }
  .areas {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 640px) {
  nav:not(.floating_nav) {
    padding: 0 0rem;
  }
  .header {
    min-height: initial !important;
    height: 540px;
    button.btn {
      font-size: 0.8rem;
      width: 210px;
      min-width: 0px;
    }
  }

  .hero_overlay {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    inset: initial;
    top: 0;
    left: 0;
    border-radius: initial !important;
  }

  .side_menu_logo .logo {
    height: 86px;
  }
  .side_menu_logo::after {
    max-width: 265px;
  }
  .hero_overlay img {
    object-position: 85%;
  }
  .side_menu_links {
    width: 80%;
  }

  .floating_fieldset > .read_more {
    grid-column: initial;
  }

  .why::before,
  .why::after {
    left: -1rem;
  }
  .why_intro {
    font-size: 0.9rem;
    h1 {
      font-size: 2rem;
    }
  }

  .services .container {
    display: flex !important;
    flex-direction: column;
    button {
      margin-top: 1rem;
    }
  }

  .areas_maps {
    gap: 40px;
  }

  .book_service .container {
    row-gap: 3rem;
  }
  .service_article {
    gap: 1rem;
  }
  .feedback .intro,
  .book_service .intro {
    p {
      font-size: 1.5rem !important;
    }
  }
  .marquee {
    scale: 0.9;
    transform-origin: bottom;
  }
  .marquee:nth-child(odd) {
    transform-origin: top !important;
  }
  .hero_intro {
    width: 100%;
    padding-inline: 6px;
    h1 {
      font-size: clamp(1.8rem, calc(2vw + 1.8rem), 3rem);
      max-width: 100%;
    }
    h3 {
      font-size: 1.35rem !important;
    }
    .LLC {
      font-size: clamp(1.5rem, calc(2vw + 1.8rem), 2rem);
    }
  }
}

@media (max-width: 480px) {
  .why .container,
  .services .container {
    padding-block: 0;
  }
  nav {
    width: 95% !important;
    min-width: 280px;
  }
  nav:not(.floating_nav) {
    top: 20px;
  }
  .map_mask {
    scale: 0.85;
  }
  nav .logo {
    scale: 100%;
  }
  nav:not(.floating_nav) .container {
    padding-block: 0 !important;
  }
  nav .container {
    width: 95%;
  }
  .header .container {
    min-height: initial !important;
  }

  .intro {
    font-size: 2rem !important;
  }
  .feedback .intro p {
    font-size: 1.25rem !important;
  }

  nav.floating_nav {
    padding: 0;
  }
  .floating_fieldset {
    grid-template-columns: 100%;
    padding-inline: 1rem;
  }

  .book_service p {
    font-size: 1.25rem !important;
  }
  .book_service .container article:has(img) {
    border-radius: 24px;
  }
  .why::before,
  .why::after {
    left: -4rem;
    width: 140%;
  }
  .why::before {
    filter: brightness(0.8999);
  }
  .service_article {
    flex-wrap: wrap;
  }
  .service_banner {
    height: 240px !important;
  }
  .services {
    button {
      margin-inline: auto;
    }
  }
  .swiper-wrapper {
    margin-top: 200px;
  }
  .areas .intro {
    margin-top: 2rem;
    margin-bottom: 0 !important;
    span {
      font-size: 1.75rem;
    }
  }
  .read_more {
    min-width: 100%;
  }

  .statis {
    padding-inline: 1rem;
    h4 {
      white-space: nowrap;
    }
  }

  .question_tag {
    font-size: 1rem;
    p {
      font-size: 0.9rem;
    }
  }
  .question_opener {
    right: 0.5rem;
    top: 0.5rem;
  }
  .footer_article ul {
    justify-content: center;
  }
  footer ul li {
    overflow-wrap: break-word;
    word-break: break-word;
  }
  #navigation_dropdown {
    transform: translateY(60px);
  }
}
