/**************************/
/*RESET*/
/**************************/
*:where( :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

input,
button,
textarea,
select {
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

/**************************/
/*ROOT*/
/**************************/
:root {
  --c-primary-0: #d0ebe9;
  --c-primary-50: #c2e4e2;
  --c-primary-100: #b5deda;
  --c-primary-150: #a7d7d3;
  --c-primary-200: #99d0cb;
  --c-primary-300: #7ec3bd;
  --c-primary-400: #62b5ae;
  --c-primary-500: #47a89f;
  --c-primary-600: #3b8b84;
  --c-primary-700: #2f6f69;
  --c-primary-800: #22524d;
  --c-primary-850: #1c4440;
  --c-primary-900: #163632;
  --c-primary-950: #102725;
  --c-primary-1000: #0a1917;

  --c-secondary-50: #e7f4fd;
  --c-secondary-100: #d0e8fb;
  --c-secondary-200: #a0d2f8;
  --c-secondary-300: #71bbf4;
  --c-secondary-400: #41a5f1;
  --c-secondary-500: #062f4f;
  --c-secondary-600: #0e72be;
  --c-secondary-700: #0b558e;
  --c-secondary-800: #07395f;
  --c-secondary-900: #041c2f;
  --c-secondary-950: #020e18;

  --c-neutral-0: #ffffff;
  --c-neutral-50: #f5f5f5;
  --c-neutral-100: #ececec;
  --c-neutral-150: #e2e2e2;
  --c-neutral-200: #d8d8d8;
  --c-neutral-300: #c5c5c5;
  --c-neutral-400: #b1b1b1;
  --c-neutral-500: #9e9e9e;
  --c-neutral-600: #808080;
  --c-neutral-700: #636363;
  --c-neutral-800: #454545;
  --c-neutral-850: #363636;
  --c-neutral-900: #282828;
  --c-neutral-950: #191919;
  --c-neutral-1000: #0a0a0a;

  --c-green-0: #e4f4e4;
  --c-green-50: #d3e9d3;
  --c-green-100: #c1dfc2;
  --c-green-150: #b0d4b0;
  --c-green-200: #9eca9f;
  --c-green-300: #7cb47d;
  --c-green-400: #599f5a;
  --c-green-500: #368a38;
  --c-green-600: #2b6e2d;
  --c-green-700: #205322;
  --c-green-800: #163716;
  --c-green-850: #102911;

  --c-blue-0: #ecf2fd;
  --c-blue-50: #d8e4fb;
  --c-blue-100: #c4d6f8;
  --c-blue-150: #b0c8f6;
  --c-blue-200: #9cbaf3;
  --c-blue-300: #749fee;
  --c-blue-400: #4c83e9;
  --c-blue-500: #2467e4;
  --c-blue-600: #1e55bd;
  --c-blue-700: #113270;
  --c-blue-800: #0a214a;
  --c-blue-850: #071836;

  --c-danger-0: #fff5f5;
  --c-danger-50: #ffecec;
  --c-danger-100: #ffd8d8;
  --c-danger-150: #ffc5c5;
  --c-danger-200: #ffb2b2;
  --c-danger-300: #ff8b8b;
  --c-danger-400: #ff6565;
  --c-danger-500: #ff3e3e;
  --c-danger-600: #a52525;
  --c-danger-700: #621313;
  --c-danger-800: #4c0c0c;
  --c-danger-850: #350606;

  --c-black: #000;
  --anim: 0.3s ease-out;

  --ff-main: KALAMEH;
  --ff-icon: VisaforiIcon;

  --fs-10: 1.2rem;
  --fs-11: 1.3rem;
  --fs-12: 1.4rem;
  --fs-13: 1.5rem;
  --fs-14: 1.6rem;
  --fs-15: 1.6rem;
  --fs-16: 1.8rem;
  --fs-17: 1.8rem;
  --fs-18: 1.8rem;
  --fs-20: 1.8rem;
  --fs-22: 1.8rem;
  --fs-24: 2.1rem;
  --fs-26: 2.2rem;
  --fs-28: 2.3rem;
  --fs-30: 2.4rem;
  --fs-32: 2.5rem;
  --fs-36: 2.6rem;
  --fs-40: 4rem;

  --gutter-container: 2rem;
  --gutter-x: 2rem;
  --width-container: 135rem;
  --swiper-navigation-color: var(--c-blue);
  --swiper-pagination-bullet-width: 0.8rem;
  --swiper-pagination-bullet-height: 1.5rem;
  --swiper-pagination-bullet-border-radius: 2px;
  --swiper-pagination-color: var(--c-primary-400);
  --swiper-pagination-bullet-inactive-color: var(--c-neutral-300);
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-navigation-size: 4rem;
  --swiper-pagination-bullet-horizontal-gap: 0.3rem;
}

/**************************/
/*Fonts*/
/**************************/
@font-face {
  font-style: normal;
  font-display: swap;
  font-family: KALAMEH;
  src: url("../../fonts/KALAMEH-REGULAR.woff2") format("woff2");
}

@font-face {
  font-style: normal;
  font-display: swap;
  font-weight: bold;
  font-family: KALAMEH;
  src: url("../../fonts/KALAMEH-MEDIUM.woff2") format("woff2");
}

/**************************/
/*Config*/
/**************************/
body {
  position: relative;
  direction: rtl;
  font-family: var(--ff-main), Arial, Helvetica, sans-serif;
  font-size: var(--fs-16);
  line-height: 2;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--c-neutral-800);
  background-color: #f7f7f7;
}

html {
  font-size: 2.12vw;
  font-size: min(2.12vw, 8px);
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}

* {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  /* Code for Firefox */
  background: #cadefe;
}

::selection {
  background: #cadefe;
}

*:focus-visible {
  outline: none;
  outline-offset: 4px;
}

[role="button"] {
  cursor: pointer;
}

canvas {
  pointer-events: none;
}

/* @media (hover: hover) and (pointer: fine) {
  body,
  html {
    height: 100%;
    overflow: hidden;
  }
} */
body,
html {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
}

:target {
  scroll-margin-top: 14rem;
}

i,
svg {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

input {
  font-family: var(--ff-main), Arial;
}

/* input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
} */
img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

video {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 1.4rem;
  height: auto;
}

a {
  transition: 0.3s;
  color: currentColor;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ins {
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

del {
  text-decoration: line-through;
}

#overlay {
  position: fixed;
  z-index: 16;
  background: #0000007a;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  inset: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: none;
}

@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

button {
  cursor: pointer;
}

/**************************/
/*home*/
/**************************/

.site-main {
  margin-bottom: 5rem;
}

.modular-page .heading2 {
  margin-bottom: 1.5rem;
  color: var(--c-secondary-800);
}

.modular-page .editor-content {
  margin-bottom: 2rem;
}

.modular-page .btn {
  margin-top: 2rem;
}

.modular-page .container {
  --width-container: 120rem;
}

.modular-page {
  position: relative;
}

.home .modular-page::before {
  content: "";
  position: absolute;
  background-image: url(../../img/map-mobile.webp);
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

/**************************/
/*lg*/
/**************************/
.lg-outer .lg-thumb-outer {
  background-color: #000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.lg-backdrop {
  background-color: #0000009c;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.lg-outer .lg-thumb {
  margin: 0 auto;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  direction: ltr;
}

/* .container {
  max-width: var(--width-container);
} */

/**************************/
/*Reusable class */
/**************************/

.container {
  width: 100%;
  max-width: var(--width-container);
  padding-left: var(--gutter-container);
  padding-right: var(--gutter-container);
  margin: 0 auto;
}

.sw-auto .swiper-slide {
  height: auto;
}

.empty-error {
  color: var(--c-danger-500);
  background-color: var(--c-danger-50);
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: var(--fs-16);
  grid-column: 1/-1;
}

.gutter-b {
  margin-bottom: var(--gutter-x);
}

.text-justify {
  text-align: justify;
}

.btns--box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1rem;
  margin-top: 3rem;
}

.icon-plus {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.icon-plus::after {
  transform: rotate(-90deg);
  transition: 0.3s 0.1s;
}

.icon-plus::before {
  transform: rotate(0.1deg);
  transition: 0.3s;
}

.icon-plus::after,
.icon-plus::before {
  content: "";
  background-color: var(--c);
  width: 2px;
  height: 1rem;
  transform-origin: center;
  display: block;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
}

/* .icon-plus:hover::after, */
.active .icon-plus::after {
  transform: rotate(-45deg);
}

/* .icon-plus:hover::before, */
.active .icon-plus::before {
  transform: rotate(45deg);
}

.sw {
  position: relative;
}

.accordion-content:not(.open) {
  display: none;
  overflow: hidden;
}

.hint-grid {
  display: flex;
  align-items: start;
  gap: 1rem;
  background: var(--c-danger-50);
  color: var(--c-danger-700);
  border-radius: 12px;
  padding: 1.6rem;
}

.hint-grid>i {
  font-size: 2rem;
}

/**************************/
/*line clamp*/
/**************************/
.line-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.line-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/**************************/
/*positions*/
/**************************/
.position-static {
  position: static;
}

.relative {
  position: relative;
}

/**************************/
/*text align*/
/**************************/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

/**************************/
/*spacing*/
/**************************/

.pt-2 {
  padding-top: 2rem;
}

.pt-xs {
  padding-top: 1.5rem;
}

.pt-sm {
  padding-top: 7rem;
}

.pt-md {
  padding-top: var(--g-md);
}

.pt-lg {
  padding-top: min(11rem, 15vw);
}

.pt-xl {
  padding-top: min(13rem, 16vw);
}

.pt-xxl {
  padding-top: min(14rem, 17vw);
}

/* padding bottom */
.mb-1 {
  margin-bottom: 1rem;
}

.pb-xs {
  padding-bottom: 1rem;
}

.pb-sm {
  padding-bottom: 7rem;
}

.mb-md {
  margin-bottom: var(--g-md);
}

:root {
  --g-md: 3.5rem;
}

.pb-md {
  padding-bottom: var(--g-md);
}

.pb-lg {
  padding-bottom: min(11rem, 15vw);
}

.pb-xl {
  padding-bottom: min(13rem, 16vw);
}

.pb-xxl {
  padding-bottom: min(14rem, 17vw);
}

.space-md {
  padding: min(4rem, 6vw) 0;
}

/**************************/
/*heading*/
/**************************/

.heading1 {
  font-size: var(--fs-36);
  font-weight: bold;
  color: var(--c-neutral-850);
}

.heading2 {
  font-size: var(--fs-24);
  line-height: 1.7;
  font-weight: bold;
  color: var(--c-neutral-850);
}

.fs-14 {
  font-size: var(--fs-14);
}

.fs-15 {
  font-size: var(--fs-15);
}

.fs-16 {
  font-size: var(--fs-16);
}

.fs-17 {
  font-size: var(--fs-17);
}

.fs-18 {
  font-size: var(--fs-18);
}

.fs-20 {
  font-size: var(--fs-20);
}

.fs-22 {
  font-size: var(--fs-22);
}

.fs-24 {
  font-size: var(--fs-24);
}

.fs-26 {
  font-size: var(--fs-26);
}

.fs-28 {
  font-size: var(--fs-28);
}

.fs-30 {
  font-size: var(--fs-30);
  line-height: 1.5;
}

.fs-36 {
  font-size: var(--fs-36);
  line-height: 1.5;
}

.fs-32 {
  font-size: var(--fs-32);
  line-height: 1.5;
}

.fs-42 {
  font-size: var(--fs-42);
  line-height: 1.5;
}

.banner--sidebar__item {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

a.banner--sidebar__item:hover {
  opacity: 0.9;
}

.banner--sidebar__item img {
  width: 100%;
}

/**************************/
/*wieght*/
/**************************/
.fw-bold {
  font-weight: bold;
}

/**************************/
/*general list*/
/**************************/

/* .modular-main
  .section:not(
    :first-child,
    .section--hero,
    .section--testimonal,
    .section--codes,
    .section--content.type4,
    .section--list,
    .section--editor,
    .section--webservicebtns
  ) {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
} */
.rank-math-breadcrumb {
  overflow-x: auto;
  color: var(--c-neutral-600);
  margin: 2.4rem 0;
}

.rank-math-breadcrumb .separator {
  display: none;
}

.rank-math-breadcrumb :is(a, span, p),
#breadcrumbs :is(a, span) {
  white-space: nowrap;
}

.rank-math-breadcrumb a:after,
#breadcrumbs a:after {
  content: "\e912";
  font-family: var(--ff-icon);
  display: inline-flex;
  margin: 0 1.1rem;
  vertical-align: middle;
  font-size: 0.7rem;
}

.rank-math-breadcrumb .last,
.rank-math-breadcrumb a:hover {
  color: var(--c-primary-400);
}

/**************************/
/*grid-cols  */
/**************************/

/**************************/
/*copeid-alert  */
/**************************/
.copeid-alert {
  position: fixed;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--ff-main);
  font-size: var(--fs-14);
  background: var(--c-black);
  padding: 1rem 2rem;
  color: var(--c-white);
  border-radius: 8px;
  width: min(22rem, 90%);
  text-align: center;
  z-index: 52;
  transition: 0s;
  box-shadow: 0 8px 10px #00000026;
}

.copeid-alert.hide {
  opacity: 0;
  transition: 0.2s;
}

/**************************/
/* popup share */
/**************************/
.share-popup-wrapper {
  position: fixed;
  top: 1rem;
  right: 0;
  bottom: 1rem;
  left: 0;
  z-index: 50;
  display: none;
}

.share-popup__title {
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 2rem;
  gap: 1rem;
  border-bottom: 1px solid var(--c-primary-200);
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.share-popup--close {
  width: 4rem;
  height: 4rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.6rem;
  transition: 0.3s;
}

.share-popup--close:hover {
  color: var(--c-primary-300);
}

.share-popup-box {
  height: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.share-popup__container {
  position: relative;
  max-height: 100%;
  width: min(50rem, 94%);
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--c-neutral-0);
  display: flex;
  flex-direction: column;
}

.share-popup--backdrop {
  position: fixed;
  background-color: #00000098;
  inset: 0;
}

.share-popup__contents {
  padding: 2rem;
}

.popup-share-items :is(a, button) {
  all: unset;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  border-radius: 12px;
  color: var(--c-neutral-0);
  -webkit-filter: brightness(1);
  filter: brightness(1);
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-share-items i {
  font-size: var(--fs-18);
}

.popup-share-items button[title="copy"] {
  background: #9e9e9e;
}

.popup-share-items a[title="Facebook"] {
  background-color: #3b5998;
}

.popup-share-items a[title="Twitter"] {
  background-color: #00acee;
}

.popup-share-items a[title="telegram"] {
  background-color: #2aabee;
}

.popup-share-items a[title="LinkedIn"] {
  background-color: #0072b1;
}

.popup-share-items a[title="Whatsapp"] {
  background-color: #2bb741;
}

.popup-share-items :is(a, button):hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.popup-share-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  gap: 1.3rem;
}

/* popup share */
/**************************/
/*Scrollbar config */
/**************************/
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: var(--c-neutral-100);
  border-radius: 12px;

  /* border: 2px solid ; */
}

::-webkit-scrollbar-thumb {
  background: var(--c-primary-600);
  cursor: pointer;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--c-primary-300);
}

/* Hide scrollbar for Chrome, Safari and Opera */

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar::-webkit-scrollbar {
  display: none !important;
}

.hide-scrollbar {
  -ms-overflow-style: none !important;
  /* IE and Edge */
  scrollbar-width: none !important;
  /* Firefox */
}

/**************************/
/* Head Section */
/**************************/

.heading--center {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
  text-align: center;
}

.heading--center .title {
  text-align: center;
  color: var(--c-neutral-850);
  font-weight: bold;
}

.title b {
  color: var(--c-primary-300);
}

.heading--center .subtitle {
  text-align: center;
  margin-top: 1rem;
}

.heading--between .subtitle,
.heading--right .subtitle {
  text-align: center;
  margin-top: 1rem;
}

.heading--between {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20rem;
  column-gap: 20rem;
  row-gap: 2rem;
  margin-bottom: 2.5rem;
}

.heading--between .btns--box {
  margin-top: 0;
}

.heading--between-right {
  flex: 1;
}

.heading--right {
  margin-bottom: 2rem;
  text-align: center;
}

.heading--right .title {
  color: var(--c-neutral-850);
  font-weight: bold;
}

.overflow-x {
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  white-space: nowrap;
}

.tabcontent.open,
.tabcontent.active {
  display: block !important;
}

.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 0.5s;
  animation: fadeEffect 0.5s;
}

.sw--blog:not(.swiper-initialized) .swiper-slide {
  flex-shrink: unset;
  margin-left: 20px;
  width: 411px;
  flex: 0 0 411px;
}

.grid-cols .swiper-wrapper {
  width: calc(100% + 2 * var(--gutter-x));
  margin-right: calc(-1 * (var(--gutter-x)));
  padding: 0 var(--gutter-x);
  box-sizing: border-box;
}

.grid-cols .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.grid-cols .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  scroll-behavior: smooth;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  grid-auto-columns: min(28rem, 100%);
  gap: min(3rem, 4vw);
}

/* Hide scrollbar for IE, Edge and Firefox */
.grid-cols .swiper-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/**************************/
/* Gallery Viewer */
/**************************/
.section-banner {
  position: relative;
}

.banner__title {
  font-size: var(--fs-24);
  font-weight: bold;
  color: var(--c-secondary-800);
  line-height: 1.5;
}

.banner {
  position: relative;
  padding: 1.5rem;
  background-color: var(--c-secondary-50);
  /* box-shadow: 0 4px 64px rgb(41 45 50 / 5%); */
  border-radius: 16px;
  border: 1px solid var(--c-secondary-800);
}

.banner__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 3rem;
  row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner__img {
  position: absolute;
  height: calc(100% + 6rem);
  bottom: 0%;
  display: flex;
  left: 3vw;
}

.banner__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

@media screen and (min-width: 50em) {
  .banner__text {
    flex-direction: row;
  }
}

@media screen and (max-width: 49.99em) {
  .banner__text {
    text-align: center;
    justify-content: center;
  }

  .banner__img {
    display: none;
  }

  .banner {
    padding: 3rem 2rem;
  }
}

.content-service {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 2rem;
}

.content-service__text {
  width: 100%;
}

.content-service__img img {
  border-radius: 12px;
  width: 100%;
}

.content-service__img {
  order: -1;
}

@media screen and (min-width: 50em) {
  .content-service__img {
    flex: 0 0 30%;
    max-width: 30%;
    order: unset;
  }

  .content-service {
    flex-direction: row;
  }
}

/**************************/
/* Gallery Viewer */
/**************************/
.gallery-viewer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.gallery-viewer.show {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  opacity: 1;
}

.gallery-viewer__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-viewer.show .gallery-viewer__img {
  transform: scale(1);
  opacity: 1;
}

.gallery-viewer__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--c-neutral-0);
  color: var(--c-neutral-900);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--anim);
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
}

.gallery-viewer.show .gallery-viewer__close {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition-delay: 0.2s;
}

.gallery-viewer__close:hover {
  background: var(--c-neutral-100);
  transform: scale(1.1) rotate(90deg);
}

.gallery-viewer__close i {
  font-size: 2rem;
}

.gallery_item {
  cursor: zoom-in;
}

/**************************/
/* BELOW 360px */
/**************************/
@media (min-width: 22.5em) {}

/**************************/
/* BELOW 576px */
/**************************/
@media (min-width: 36em) {
  /* a:is(:hover, :focus-visible) {
    text-decoration: none;
    color: var(--c-orange);
  } */
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: -1.5rem;
}

.form-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
}

.wpcf7-spinner {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
  margin: 0;
}

.form-container .w-100 {
  width: 100%;
}

.wpcf7 {
  direction: rtl;
  text-align: right;
}

.form-container .form-submit {
  width: 100%;
  text-align: center;
  position: relative;
}

.form-submit {
  margin-top: 2rem;
}

.form-submit p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-container .w-50 {
  width: 100%;
}

/**************************/
/* ABOVE 800px */
/**************************/

@media (min-width: 50em) {
  .form-container .w-50 {
    width: calc(50% - 1.5rem);
  }

  .heading--between .subtitle,
  .heading--right .subtitle {
    text-align: justify;
  }

  .heading--right {
    text-align: right;
  }

  :root {
    --fs-10: 1rem;
    --fs-11: 1.1rem;
    --fs-12: 1.2rem;
    --fs-13: 1.3rem;
    --fs-14: 1.4rem;
    --fs-15: 1.5rem;
    --fs-16: 1.6rem;
    --fs-17: 1.7rem;
    --fs-18: 1.8rem;
    --fs-20: 2rem;
    --fs-22: 2.2rem;
    --fs-24: 2.4rem;
    --fs-26: 2.6rem;
    --fs-28: 2.8rem;
    --fs-30: 3rem;
    --fs-32: 3.2rem;
    --fs-36: 3.6rem;
    --fs-40: 4rem;
  }

  html {
    font-size: min(0.694vw, 10px);
  }

  .heading--between {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }

  .home .modular-page::before {
    background-image: url(../../img/map.webp);
  }
}

/* @media (min-width: 90em) {
  html {
    font-size: 10px;
  }
} */
/**************************/
/* ABOVE 1024px */
/**************************/
@media (min-width: 64em) {}

/**************************/
/* ABOVE 1200px */
/**************************/
@media (min-width: 75em) {}