/* Site Fonts */
/* @font-face {
  font-family: "HeeboLocal";
  src: local("Heebo");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Afek DL v2 AAA";
  src: url("assets/fonts/AfekDLv2AAA-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Afek DL v2 AAA";
  src: url("assets/fonts/AfekDLv2AAA-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Afek DL v2 AAA";
  src: url("assets/fonts/AfekDLv2AAA-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Common */
:root {
  --dark: #0b0e19;
  --grey: #171e35;
  --greyLight: #282f43;
  --bright: #eff1f5;
  --gold: #c6a04e;
  --greyText: #6a7aa4;
  --white: #ffffff;
  --green: #26b07e;
}
*,
::before,
::after {
  box-sizing: border-box;
}
:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}
html,
button,
input,
select,
textarea,
body {
  font-family: "Afek DL v2 AAA";
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
p,
li,
input,
textarea,
.section-label,
.project-info,
.EM-nav .menu-item a {
  font-size: 14px;
  line-height: 1.6;
}
body {
  line-height: 1.5;
  color: var(--greyText);
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: var(--dark);
  direction: rtl;
  max-width: 100%;
  overflow-x: hidden;
}
.open-menu {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
a,
span {
  display: inline-block;
}
a,
a:hover {
  transition: all 0.35s;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--gold);
}
img {
  max-width: 100%;
  display: block;
  margin: 0;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
}
main {
  overflow: hidden;
  background: var(--dark);
}
.swiper {
  position: relative;
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  display: block;
}

/* Typography */
h1,
.h1 {
  font-size: 31px;
  line-height: 1.08;
}
h2,
.h2 {
  font-size: 31px;
  line-height: 1.2;
}
h3,
.h3 {
  font-size: 28px;
  line-height: 1.2;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 1.2;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 1.2;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  color: var(--bright);
  letter-spacing: 0;
  margin: 0 0 16px;
}
p,
ul,
ol,
blockquote {
  margin: 0 0 16px;
}
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
b,
strong {
  font-weight: 500;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mt-120 {
  margin-top: 120px;
}
.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.section-label {
  color: var(--gold);
  font-weight: 300;
  opacity: 0.8;
  margin-bottom: 14px;
  flex-direction: row-reverse;
}
.center-heading {
  text-align: center;
  width: 100%;
  margin: 0 0 64px;
}
.center-heading h2 {
  margin-bottom: 16px;
}
.center-heading p {
  color: var(--greyText);
  max-width: 1280px;
  margin: 0 auto;
}
.heading-mark {
  width: 50px;
  height: auto;
  margin: 18px auto 0;
}

/* Icons */
.icon-mask {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  flex: 0 0 auto;
}
.icon-arrow-right {
  mask-image: url("assets/images/icons/icon-arrow-right.svg");
  -webkit-mask-image: url("assets/images/icons/icon-arrow-right.svg");
}
.icon-arrow {
  mask-image: url("assets/images/icons/arrow-left-alt.svg");
  -webkit-mask-image: url("assets/images/icons/arrow-left-alt.svg");
}
.icon-handshake {
  mask-image: url("assets/images/icons/icon-handshake.svg");
  -webkit-mask-image: url("assets/images/icons/icon-handshake.svg");
}
.icon-checkbook {
  mask-image: url("assets/images/icons/icon-checkbook.svg");
  -webkit-mask-image: url("assets/images/icons/icon-checkbook.svg");
}
.icon-glob {
  mask-image: url("assets/images/icons/icon-glob.svg");
  -webkit-mask-image: url("assets/images/icons/icon-glob.svg");
}
.icon-shield {
  mask-image: url("assets/images/icons/icon-shield.svg");
  -webkit-mask-image: url("assets/images/icons/icon-shield.svg");
}
.icon-certificate {
  mask-image: url("assets/images/icons/icon-certificate.svg");
  -webkit-mask-image: url("assets/images/icons/icon-certificate.svg");
}

.icon-calendar {
  mask-image: url("assets/images/icons/icon-calendar.svg");
  -webkit-mask-image: url("assets/images/icons/icon-calendar.svg");
}
.icon-location {
  mask-image: url("assets/images/icons/icon-location.svg");
  -webkit-mask-image: url("assets/images/icons/icon-location.svg");
}
.icon-credit {
  mask-image: url("assets/images/icons/icon-credit.svg");
  -webkit-mask-image: url("assets/images/icons/icon-credit.svg");
}
.icon-trending {
  mask-image: url("assets/images/icons/icon-trending.svg");
  -webkit-mask-image: url("assets/images/icons/icon-trending.svg");
}
.icon-check-verify {
  mask-image: url("assets/images/icons/icon-check-verify.svg");
  -webkit-mask-image: url("assets/images/icons/icon-check-verify.svg");
}
.icon-shield-check {
  mask-image: url("assets/images/icons/icon-shield-check.svg");
  -webkit-mask-image: url("assets/images/icons/icon-shield-check.svg");
}
.icon-quote {
  mask-image: url("assets/images/icons/icon-quote.svg");
  -webkit-mask-image: url("assets/images/icons/icon-quote.svg");
}
.icon-mail {
  mask-image: url("assets/images/icons/icon-mail.svg");
  -webkit-mask-image: url("assets/images/icons/icon-mail.svg");
}
.icon-call {
  mask-image: url("assets/images/icons/icon-call.svg");
  -webkit-mask-image: url("assets/images/icons/icon-call.svg");
}
.icon-location-2 {
  mask-image: url("assets/images/icons/icon-location-2.svg");
  -webkit-mask-image: url("assets/images/icons/icon-location-2.svg");
}

/* Buttons */
.gold-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 24px;
  border-radius: 48px;
  background: var(--gold);
  color: var(--dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid var(--gold);
  transition: all 0.35s;
}
.gold-btn:hover {
  background: transparent;
  color: var(--gold);
}

/* Header */
.EM-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  min-height: 100px;
  z-index: 99;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.35s;
}
.EM-header.sticky {
  position: fixed;
  background: rgba(11, 14, 25, 0.92);
  backdrop-filter: blur(18px);
  border-color: rgba(255, 255, 255, 0.08);
}
.EM-header .container {
  padding: 0 16px;
  max-width: 1312px;
  margin-inline: auto;
}
.EM-headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.EM-logo {
  width: 120px;
  flex: 0 0 auto;
}
.EM-logo img {
  width: 100%;
  height: auto;
}
.EM-nav {
  margin-right: auto;
  margin-left: 0;
}
.EM-nav .menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
}
.EM-nav .menu-item a {
  position: relative;
  font-weight: 300;
  color: var(--bright);
  padding: 8px 0;
}
.EM-nav .menu-item a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: all 0.35s;
}
.EM-nav .menu-item.current-menu-item a::before,
.EM-nav .menu-item a:hover::before {
  width: 100%;
}
.EM-mobileToggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--grey);
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 102;
}
.EM-mobileToggle span {
  width: 20px;
  height: 2px;
  background: var(--bright);
  border-radius: 6px;
  transition: all 0.35s;
}
.open-menu .EM-mobileToggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.open-menu .EM-mobileToggle span:nth-child(2) {
  opacity: 0;
}
.open-menu .EM-mobileToggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.EM-hero {
  position: relative;
  background: var(--dark);
  overflow: hidden;
  padding-block: 170px 120px;
}
.EM-heroBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.EM-heroBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.EM-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(7, 12, 25, 0.16), rgba(7, 12, 25, 0.16)),
    linear-gradient(
      180deg,
      rgba(12, 14, 20, 0.7) 62.98%,
      rgba(12, 14, 20, 0) 75.53%
    );
  z-index: 1;
}
.EM-hero .container {
  height: 100%;
  padding: 0 80px;
  max-width: 1440px;
}
.EM-heroInner {
  position: relative;
  height: 100%;
  z-index: 2;
}
.EM-heroText {
  max-width: 550px;
}
.EM-heroText h1 {
  color: var(--bright);
  margin-bottom: 16px;
}
.EM-heroText p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
}
.EM-heroText .gold-btn {
  margin-top: 40px;
}

/* About */
.EM-about {
  background: var(--dark);
}
.EM-aboutInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  align-items: flex-start;
  direction: rtl;
}
.EM-aboutImage {
  direction: rtl;
  position: relative;
  order: 2;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.EM-aboutImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: ce;
}
.EM-aboutText {
  direction: rtl;
  text-align: right;
  max-width: 600px;
  justify-self: end;
  order: 1;
}
.EM-aboutText h2 {
  margin-bottom: 16px;
}
.EM-aboutText h2 span {
  color: var(--gold);
}
.EM-aboutText p {
  color: var(--greyText);
}

/* Feature Band */
.EM-why {
  position: relative;
  padding: 120px 0;
  background: var(--dark);
  overflow: hidden;
}
.EM-whyBg {
  position: absolute;
  inset: 0;
  opacity: 0.7;
}
.EM-whyBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.EM-featureGrid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
}
.feature-box {
  text-align: right;
  padding: 0 44px 0 0;
  border-image-slice: 1;
  border-right: 1px solid;
  border-image-source: linear-gradient(
    180deg,
    rgba(198, 160, 78, 0) 0%,
    #c6a04e 31%,
    rgba(198, 160, 78, 0) 100%
  );
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--grey);
  border-radius: 8px;
  color: var(--gold);
  padding: 12px;
  display: block;
  margin-left: auto;
  margin-bottom: 32px;
}
.feature-icon img {
  width: 24px;
  height: 24px;
}
.feature-box h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--bright);
}
.feature-box p {
  font-weight: 300;
  color: var(--greyText);
  margin: 0;
}

/* Projects */
.EM-projects {
  background: var(--dark);
  padding: 80px 0;
}
.EM-projects .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  max-width: 100%;
}
.EM-projects .center-heading {
  margin: 0;
}
.EM-projectSwiper {
  overflow: visible;
  width: 100%;
  padding: 40px 0 80px;
}

.EM-projectSwiper .swiper-wrapper {
  align-items: center;
}

.EM-projectSwiper .swiper-slide {
  width: auto !important;
  display: flex;
  justify-content: center;
  opacity: 0.45;
  transition: opacity 0.4s ease;
}

.EM-projectSwiper .swiper-slide-active {
  opacity: 1;
  z-index: 10;
}

.project-card {
  position: relative;
  width: 604px;
  height: 593px;
  border-radius: 14px;
  overflow: hidden;
  background: #ddd;

  transform: scale(0.88);
  transform-origin: center center;

  transition:
    transform 0.45s ease,
    opacity 0.45s ease;

  opacity: 0.75;
}

.swiper-slide-active .project-card {
  transform: scale(1);
  opacity: 1;
}
.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-body {
  position: absolute;
  left: 21.6px;
  right: 21.6px;
  bottom: 21.6px;
  min-height: 245.9px;
  background: var(--bright);
  border-radius: 21.6px;
  padding: 21.6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21.6px;
  text-align: right;
}

.project-body h3 {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--grey);
  margin: 0;
}

.project-info {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  border-bottom: 1px solid rgba(40, 47, 67, 0.24);
  color: var(--grey);
  width: 100%;
}

.project-info span {
  opacity: 0.8;
  flex: 1;
  text-align: right;
}
.project-info strong {
  font-weight: 300;
  color: var(--grey);
}
.project-info .icon-mask {
  color: var(--gold);
  width: 21.6px;
  height: 21.6px;
}
.swiper-slide-active .project-info .icon-mask {
  width: 24px;
  height: 24px;
}
.project-infoGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14.4px;
  width: 100%;
}

.project-body .gold-btn {
  height: 43.18px;
  min-width: 165.78px;
  padding: 10.8px 21.6px;
  font-size: 14.4px;
  border-radius: 43.18px;
  align-self: center;
}

.yield-pill {
  position: absolute;
  left: 22.5px;
  top: 22.5px;
  height: 43.18px;
  min-width: 191.77px;
  border-radius: 72px;
  background: var(--bright);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--dark);
  font-size: 14.4px;
  font-weight: 500;
  z-index: 2;
}

.yield-pill strong {
  color: var(--green);
  font-weight: 500;
}
.yield-pill .icon-mask {
  width: 21.6px;
  height: 21.6px;
  color: var(--dark);
}

.slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  height: 48px;
  flex-direction: row-reverse;
}
.slider-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid var(--greyLight);
  border-radius: 38px;
  position: relative;
  color: var(--greyText);
  transition: all 0.35s;
}
.slider-arrow::before {
  content: "";
  position: absolute;
  inset: 12px;
  background: currentColor;
  mask: url("assets/images/icons/arrow-left-alt.svg") center/contain no-repeat;
  -webkit-mask: url("assets/images/icons/arrow-left-alt.svg") center/contain
    no-repeat;
}
.slider-arrow.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.slider-arrow.project-prev::before {
  transform: scaleX(-1);
}
.slider-arrow:hover {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}

/* Process */
.EM-process {
  background: var(--dark);
  padding: 80px 0;
}
.EM-process .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 48px;
}
.EM-process .center-heading {
  margin: 0;
}
.EM-processSwiper {
  width: 100%;
  overflow: visible;
  padding: 0;
  padding-bottom: 60px;
}
.EM-processSwiper .swiper-slide {
  width: 360px;
  height: 100%;
}
.step-card {
  width: 360px;
  background: var(--dark);
  border: 1px solid var(--grey);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: right;
}

.step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 312px;
  height: 48px;
  flex-direction: row-reverse;
}
.step-top > span:not(.boxed-icon) {
  color: var(--greyText);
  text-align: center;
}
.boxed-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--grey);
  border-radius: 8px;
  color: var(--gold) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.boxed-icon .icon-mask {
  width: 24px;
  height: 24px;
  color: inherit;
  background-color: currentColor !important;
}
.step-card h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--bright);
  margin: 0;
}
.step-card p {
  font-weight: 300;
  color: var(--greyText);
  margin: 0;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--greyLight);
  opacity: 1;
  border-radius: 0px;
  rotate: 45deg;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 14px;
  bottom: 10px !important;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: var(--gold);
}

/* Testimonials */
.EM-testimonials {
  position: relative;
  background: var(--dark);
  padding: 80px 0;
  overflow: hidden;
}
.EM-testimonialsInner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  align-items: flex-start;
  direction: ltr;
}
.testimonial-copy {
  direction: rtl;
  text-align: right;
  order: 2;
}

.testimonial-copy h2 {
  margin-bottom: 16px;
}
.testimonial-copy p {
  color: var(--greyText);
  margin: 0;
}
.EM-testimonialSwiper {
  direction: rtl;
  max-width: 608px;
  width: 100%;
  order: 1;
  overflow: hidden;
  padding: 40px 40px 70px 0px;
  margin-top: 0;
}
.EM-testimonialSwiper .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
}
.testimonial-card {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 33px 34px;
  background: var(--dark);
  border: 1px solid var(--grey);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.swiper-slide-active .testimonial-card::before,
.swiper-slide-active .testimonial-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 12px;
  background: var(--dark);
  border: 1px solid var(--grey);
}
.swiper-slide-active .testimonial-card::after {
  right: -20px;
  height: calc(100% + 45px);
}
.swiper-slide-active .testimonial-card::before {
  right: -40px;
  height: 100%;
}
.stars {
  width: 100%;
  height: 16px;
  display: flex;
  justify-content: start;
  gap: 4px;
  margin: 0;
  color: var(--gold);
}
.stars i {
  width: 16.83px;
  height: 16px;
  background: currentColor;
  mask: url("../images/icons/star.svg") center/contain no-repeat;
  -webkit-mask: url("../images/icons/star.svg") center/contain no-repeat;
}
.testimonial-card p {
  font-weight: 300;
  color: var(--greyText);
  margin: 0;
  text-align: right;
}
.testimonial-card .name-wrap {
  width: 100%;
  display: flex;
  gap: 16px;
  border-top: 1px solid var(--grey);
  padding-top: 16px;
  flex-direction: row-reverse;
}
.testimonial-card .name-wrap i {
  width: 24px;
  height: 24px;
  background-color: var(--gold);
  flex-shrink: 0;
}
.testimonial-card cite {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-style: normal;
}
.testimonial-card cite strong {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--bright);
}
.testimonial-card cite p {
  color: var(--greyText);
}

/* Contact */
.EM-contact {
  background: var(--dark);
  padding: 80px 0;
}
.EM-contact .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}
.EM-contact .center-heading {
  margin: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  direction: ltr;
  align-items: start;
}
.contact-grid > * {
  direction: rtl;
}
.contact-form,
.contact-card {
  border: 1px solid var(--grey);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: transparent;
}
.contact-form {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form h3,
.contact-card h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--bright);
  margin: 0;
}
.contact-form label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 552px;
  height: 82px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--bright);
  margin: 0;
  text-align: right;
}
.contact-form label .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0;
  border-width: 1px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
.contact-form label br {
  display: none;
}
.contact-form label:has(textarea) {
  height: 161px;
}
input,
textarea {
  width: 552px;
  height: 50px;
  background: var(--greyLight);
  border: 1px solid rgba(42, 42, 42, 0.08);
  border-radius: 8px;
  color: var(--bright);
  padding: 12px 16px;
  margin: 0;
  text-align: right;
  display: block;
  transition: all 0.35s;
}
textarea {
  height: 122px;
  min-height: 122px;
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: rgba(239, 241, 245, 0.4);
}
input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(198, 160, 78, 0.65);
}
.contact-form .gold-btn {
  width: 100%;
  margin: 0;
}
.contact-form .gold-btn .wpcf7-spinner {
  display: none;
  margin: 0;
  width: 24px;
  height: 24px;
}
.contact-form .submitting .gold-btn .wpcf7-spinner {
  display: block;
}
.contact-form .submitting .gold-btn .icon-mask {
  display: none;
}
.contact-form .gold-btn .wpcf7-spinner::before {
  top: 0px;
  left: 0px;
}
.contact-side {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 32px;
}
.contact-card {
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.contact-card .title {
  text-align: right;
  width: 100%;
}
.contact-card ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  width: 100%;
}
.contact-card li {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 16px;
  text-align: right;
  justify-content: right;
}
.contact-card li > span:not(.contact-icon) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
  /* color: var(--greyLight); */
}
.contact-card li strong {
  font-size: 14px;
  line-height: 24px;
  color: var(--bright);
  display: block;
  width: 100%;
  font-weight: 500;
}
.contact-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 0 !important;
  background: rgba(201, 169, 97, 0.1);
  border-radius: 8px;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  flex-shrink: 0;
}
.contact-icon .icon-mask {
  width: 24px;
  height: 24px;
  color: inherit;
  background-color: currentColor !important;
}
.contact-card p {
  text-align: right;
  margin: 0;
}
.contact-card .gold-btn {
  width: fit-content;
}
.contact-card .details-card {
  text-align: right;
}

/* Footer */
.EM-footer {
  background: var(--dark);
  display: flex;
  align-items: center;
  padding: 20px 0px 20px;
}
.EM-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.footer-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 0;
  border: 0;
}
.footer-inner > div {
  width: 272px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  text-align: right;
}
.footer-inner img {
  width: 120px;
  margin: 0 0 0 auto;
}
.footer-inner p {
  color: var(--white);
  margin: 0;
  text-align: right;
}
.footer-inner h3 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--bright);
  margin: 0;
  text-align: right;
}
.copyright {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.footer-contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.footer-contact-details li i {
  width: 14px;
  height: 14px;
  opacity: 70%;
  background-color: var(--white);
}
.footer-contact-details li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-details li a {
  line-height: 1;
  color: var(--white);
  font-size: 12px;
}
.footer-contact-details li a:hover {
  color: var(--gold);
}
/* Fallback slider */
.is-fallback-slider {
  overflow: hidden;
}
.is-fallback-slider .swiper-wrapper {
  display: flex;
  gap: 32px;
  transition: transform 0.7s ease;
  will-change: transform;
}
.is-fallback-slider .swiper-slide {
  height: auto;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .container {
    padding: 0 32px;
  }
  .EM-hero {
    padding-block: 170px 70px;
  }
  .pb-120,
  .EM-why {
    padding-bottom: 70px;
  }
  .pt-120 {
    padding-top: 70px;
  }
  .EM-projects,
  .EM-process,
  .EM-testimonials,
  .EM-contact {
    padding: 70px 0;
  }
  .EM-header .container,
  .EM-hero .container {
    padding: 0 32px;
  }
  .EM-heroText {
    right: 32px;
  }
  .EM-aboutInner,
  .EM-featureGrid,
  .contact-grid,
  .footer-inner,
  .copyright {
    width: 100%;
  }
  .EM-projectSwiper {
    padding: 0px 0 40px;
  }
  .EM-projects .container {
    gap: 24px;
  }
  .EM-aboutInner,
  .EM-testimonialsInner,
  .contact-grid {
    gap: 30px;
  }
}

@media (max-width: 1024px), (max-device-width: 1024px) {
  .container {
    padding: 0 24px;
  }
  .EM-header {
    min-height: auto;
    padding: 16px 0px;
    position: fixed;
    background: rgba(11, 14, 25, 0.92);
    backdrop-filter: blur(18px);
  }
  .EM-logo {
    width: 110px;
  }
  .header-btn {
    display: none;
  }
  .EM-mobileToggle {
    display: flex;
  }
  .EM-nav {
    position: fixed;
    top: 103px;
    right: 0;
    width: 100%;
    height: calc(100vh - 72px);
    background: rgba(11, 14, 25, 1);
    border-top: 1px solid var(--grey);
    padding: 27px 20px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s;
    margin: 0;
    z-index: 101;
    backdrop-filter: blur(10px);
  }
  .EM-nav .menu-toggle {
    display: none;
  }
  .open-menu .EM-nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .EM-nav .menu {
    display: block;
  }
  .EM-nav .menu-item {
    border-bottom: 1px solid var(--grey);
  }

  .EM-heroText {
    top: 140px;
    width: calc(100% - 64px);
  }
  .EM-heroText p {
    width: 100%;
  }
  .EM-mapPath {
    display: none;
  }
  .EM-about {
    height: auto;
    padding: 80px 0;
  }
  .EM-aboutInner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .EM-aboutImage,
  .EM-aboutImage img {
    width: 100%;
    height: auto;
  }
  .EM-aboutText {
    width: 100%;
    height: auto;
  }
  .EM-aboutText h2,
  .EM-aboutText p {
    width: 100%;
  }
  .EM-why {
    height: auto;
  }
  .EM-featureGrid {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .feature-box {
    width: auto;
  }
  .EM-projects {
    height: auto;
  }
  .EM-projects .center-heading,
  .EM-process .center-heading,
  .EM-contact .center-heading {
    height: auto;
  }
  .EM-process {
    height: auto;
  }
  .EM-process .container {
    height: auto;
  }
  .EM-processSwiper {
    width: 100%;
  }
  .EM-testimonials {
    height: auto;
  }
  .EM-testimonialsInner {
    grid-template-columns: 1fr;
    gap: 48px;
    height: auto;
  }
  .testimonial-copy {
    width: 100%;
    height: auto;
    order: 1;
  }
  .EM-testimonialSwiper {
    width: 100%;
    order: 2;
  }
  .EM-contact {
    height: auto;
  }
  .EM-contact .container {
    height: auto;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    height: auto;
    gap: 32px;
  }
  .contact-form,
  .contact-side,
  .contact-card {
    width: 100%;
    height: auto !important;
  }
  .contact-form label,
  input,
  textarea,
  .contact-form .gold-btn,
  .contact-card ul,
  .contact-card li,
  .contact-card p {
    width: 100%;
  }
  .footer-inner {
    width: 100%;
  }
  .footer-inner > div,
  .footer-inner p {
    width: 100%;
  }
  .EM-footer .container {
    height: auto;
  }
  .EM-aboutInner,
  .EM-testimonialsInner,
  .contact-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .EM-aboutText {
    max-width: 100%;
  }
}

@media (max-width: 767px), (max-device-width: 767px) {
  body {
    direction: ltr;
  }
  .EM-headerInner,
  .EM-nav,
  .EM-heroText,
  .EM-aboutInner,
  .EM-aboutText,
  .EM-featureGrid,
  .feature-box,
  .center-heading,
  .project-card,
  .step-card,
  .EM-testimonialsInner,
  .testimonial-copy,
  .testimonial-card,
  .contact-grid,
  .contact-grid > *,
  .footer-inner {
    direction: rtl;
  }
  .container {
    padding: 0 20px;
  }
  .EM-header .container,
  .EM-hero .container {
    padding: 0 20px;
  }
  .EM-logo {
    width: 96px;
  }
  .EM-hero {
    height: auto;
    min-height: auto;
    padding: 140px 0 35px;
  }
  .EM-hero .container,
  .EM-heroInner {
    height: auto;
  }
  .EM-heroText {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0;
    text-align: right;
    max-width: 100%;
  }
  .EM-heroText p {
    width: 100% !important;
  }
  .EM-heroText .gold-btn {
    margin-top: 22px;
  }
  .EM-featureGrid {
    grid-template-columns: 1fr;
  }
  .feature-box {
    padding-right: 16px;
  }
  .project-card,
  .swiper-slide-active .project-card {
    width: 330px;
    height: 520px;
  }
  .project-body,
  .swiper-slide-active .project-body {
    left: 16px;
    right: 16px;
    bottom: 16px;
    min-height: 245px;
    padding: 18px;
    gap: 16px;
  }
  .project-infoGrid {
    grid-template-columns: 1fr;
  }
  .yield-pill,
  .swiper-slide-active .yield-pill {
    left: 18px;
    top: 18px;
    min-width: 170px;
    height: 42px;
    font-size: 14px;
  }
  .step-card,
  .EM-processSwiper .swiper-slide {
    width: 320px;
  }
  .step-top,
  .step-card h3,
  .step-card p {
    width: 100%;
  }

  .testimonial-card {
    padding: 24px;
  }

  .contact-form,
  .contact-card {
    padding: 24px;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    height: auto;
  }
  .copyright {
    width: 100%;
  }
  .slider-controls {
    flex-direction: row;
    gap: 16px;
  }
  .EM-why,
  .EM-about,
  .EM-projects,
  .EM-process,
  .EM-testimonials,
  .EM-contact {
    padding: 40px 0px;
  }
  .EM-footer .container {
    gap: 28px;
  }
  .EM-testimonialSwiper {
    padding: 40px 20px 60px 0px;
  }
  .EM-contact .container {
    gap: 24px;
  }
  h2,
  .h2,
  h1,
  .h1 {
    font-size: 26px;
  }
  p,
  ul,
  ol,
  blockquote {
    margin: 0 0 8px;
  }
  .EM-featureGrid,
  .EM-process .container,
  .EM-testimonialsInner {
    gap: 30px;
  }
  .slider-controls {
    bottom: -30px;
    gap: 20px;
  }
  .slider-arrow {
    width: 42px;
    height: 42px;
  }
  .contact-form h3,
  .contact-card h3 {
    font-size: 20px;
  }
  .contact-card {
    gap: 20px;
  }
  .gold-btn {
    gap: 6px;
    padding: 8px 14px;
  }
}
