@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  color: #4e4f51;
  font-family: "Fb Reforma";
}

strong {
  font-weight: 500;
}

.en-font {
  font-family: "Poppins", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  color: #ff372f;
  margin-bottom: 16px;
}

h1 {
  font-size: 72px;
  line-height: 88px;
}

h2 {
  font-size: 66px;
  line-height: 66px;
}

.container-custom {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1390px;
  box-sizing: content-box;
}

.search-icon {
  background-image: url("../images/search-icon.svg");
  display: block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-position: center;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 52px;
}

header nav {
}

header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 23px;
}

header nav ul li {
}

header nav ul li a {
  display: block;
  font-size: 20px;
  text-decoration: none;
  color: #4e4f51;
  border-bottom: solid 1px #fff;
  line-height: 28px;
  transition: all 0.5s;
}
header nav ul li.current-menu-item a,
header nav ul li a:hover {
  border-color: #ff372f;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-left a:not(.search-icon) {
  color: #4e4f51;
  text-decoration: none;
  font-size: 20px;
  display: block;
}

.arrow-link {
  position: relative;
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 22px;
  line-height: 28px;
  background-image: url(../images/left-arrow.svg);
}

.arrow-link.white-arrow {
  background-image: url("../images/left-arrow-white.svg");
}

.arrow-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  right: 0;
  bottom: 0;
  background-color: #ff372f;
}

.header-left a.hct-link {
  font-size: 20px;
  margin-left: 39px;
  font-weight: 400;
}

.header-left a.search-icon {
  margin-left: 27px;
}

header .en-font {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.banner {
  height: 830px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.banner:after {
  content: "";
  background-image: url(../images/banner-gradient.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
}

.banner-inner {
  position: relative;
  z-index: 2;
}

.home-banner .banner-inner {
  padding-top: 106px;
}

.banner h1,
.banner p,
.banner a {
  color: #fff;
  text-decoration: none;
}

.banner h1 {
  margin-bottom: -6px;
  font-weight: 400;
}

.banner p {
  font-size: 44px;
  line-height: 54px;
  max-width: 735px;
  margin-bottom: 10px;
}

.banner a {
  font-size: 28px;
  display: inline-flex;
  padding-left: 26px;
  background-position: left 6px;
}

.banner a:after {
  bottom: -5px;
}

.banner .banner-drawing {
  position: absolute;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner.inner-page-banner,
.banner.inner-page-banner .banner-inner {
  height: 530px;
}

.banner.inner-page-banner .banner-inner h1 {
  position: absolute;
  bottom: 40px;
  line-height: 80px;
  padding-bottom: 10px;
}

.banner.inner-page-banner.single-activity .banner-inner h1 {
  position: unset;
}

.banner.inner-page-banner .banner-multiline {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.banner.inner-page-banner .banner-multiline span {
  font-size: 40px;
  color: #fff;
}

.home-intro {
  padding-top: 141px;
  padding-bottom: 100px;
}

.home-intro .intro-inner {
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

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

.intro-inner .intro-left .ik-fact-box {
  position: relative;
  height: 116px;
  margin-bottom: 19px;
  display: flex;
  margin-right: auto;
  max-width: 621px;
}

.intro-inner .intro-left .ik-fact-box:not(.fact-box-link):before {
  content: "";
  width: 100%;
  height: 116px;
  position: absolute;
  left: 0;
  top: 0;
  background: #4e4f51;
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.intro-inner .intro-left .ik-fact-box.fact-box-2:before {
  opacity: 0.6;
}

.intro-inner .intro-left .ik-fact-box.fact-box-link {
  background-color: #ff372f;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
  cursor: pointer;
}

.intro-inner .intro-left .ik-fact-box.fact-box-link img {
  height: 78px;
  margin-right: 34px;
  max-width: 162px;
  width: 100%;
  object-fit: cover;
}

.intro-inner .intro-left .ik-fact-box.fact-box-link a {
  color: #fff;
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 61.672px;
  /* 237.2% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.intro-inner .intro-left .ik-fact-box span {
  position: relative;
  display: block;
  font-size: 38.765px;
  margin-top: auto;
  color: #fff;
  z-index: 2;
  line-height: 61.672px;
  margin-right: 26px;
  margin-bottom: -4px;
}

.intro-inner .intro-left .ik-fact-box span .en-font {
  font-style: normal;
  font-size: 79.293px;
  font-weight: 400;
  line-height: 61.672px;
  font-family: "Fb Reforma";
}

.intro-inner .intro-right {
  max-width: 641px;
}

.intro-inner .intro-right p {
  margin-bottom: 12px;
}

.home-activities {
  background-color: #f7f7f7;
  padding-top: 87px;
  padding-bottom: 162px;
}

.home-activities h2 {
  margin-bottom: 62px;
  line-height: 70px;
  font-weight: 400;
}

.activities-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 13px;
  direction: rtl;
  grid-auto-rows: minmax(614px, auto);
}

.large-wrap {
  height: 100%;
  width: 314px;
  margin: auto;
}

.small-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 373px;
}

.activity-box {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
}

.activity-box-large {
  height: 100%;
}

.activity-box-small {
  height: 297px;
}

.activity-box-small.activity-box-2 {
  height: 263px;
}

.activity-box-small.activity-box-3 {
  height: 337px;
}

.activity-box-small.activity-box-5 {
  height: 287px;
}

.activity-box-small.activity-box-6 {
  height: 317px;
}

.activity-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4e4f51;
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.activity-box:hover .activity-overlay {
  opacity: 0.8;
}

.activity-content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.activity-box.activity-box-large .activity-content-wrap {
  padding: 50px 40px;
}

.activity-box.activity-box-small .activity-content-wrap {
  padding: 50px 30px;
}

.activity-title-content {
  width: 100%;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.activity-title-content .title {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 44px;
}

.activity-title-content .short-content {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-width: 248px;
  font-size: 30px;
}

.activity-box:hover .activity-title-content {
  transform: translateY(-35px);
}

.activity-box:hover .activity-title-content .short-content {
  max-height: 100px;
  opacity: 1;
}

.customer-logos {
  padding-top: 77px;
  padding-bottom: 55px;
}

.customer-logos .all-link {
  margin-top: 70px;
}

.customer-logos .logos-inner .logos-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34.5px;
}

.customer-logos .logos-inner .logos-row:last-child {
  margin-bottom: 0;
}
.customer-logos .logo-wrap img {max-width: 260px;max-height: 180px;}
.customer-logos .logo-wrap {
  transition: opacity 0.4s ease;
}

.customer-logos .logo-wrap.logo-wrap-1 {
  text-align: right;
}

.customer-logos .logo-wrap.logo-wrap-2,
.customer-logos .logo-wrap.logo-wrap-3 {
  text-align: center;
}

.customer-logos .logo-wrap.logo-wrap-4 {
  text-align: left;
}

.customer-logos .logo-wrap.is-fading {
  opacity: 0;
}

.all-client-link {
  color: #4e4f51;
  text-decoration: none;
  font-size: 30px;
}

.all-client-link:after {
  bottom: -7px;
}

.foundation-outer {
  background: rgba(217, 217, 217, 0.2);
  padding-top: 105px;
  padding-bottom: 204px;
}

.foundation-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.found-image {
  width: 496.187px;
}

.founda-circles {
  width: 496.187px;
  height: 555px;
  position: relative;
  padding-top: 50px;
}

.founda-circles .small-img {
  position: absolute;
  transform: translate(-254px, -309px);
  border-radius: 100%;
  overflow: hidden;
  width: 176px;
  height: 182px;
}

.founda-circles .small-img img {
  object-fit: cover;
  object-position: center center;
  display: block;
  width: 176px;
  height: 182px;
  border-radius: 100%;
}

.found-content {
  max-width: 641px;
}

.found-content p {
  max-width: 581px;
}

.foundation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foundation-list li {
  position: relative;
  font-size: 30px;
  line-height: 28px;
  color: #4e4f51;
  display: flex;
  height: 75px;
  align-items: end;
  transition: all 1s ease-in-out;
  padding-bottom: 7px;
}

.foundation-list li:first-child {
  color: #ff372f;
  font-weight: 500;
}

.foundation-list li:after {
  content: "";
  background-image: url(../images/large-arrow.svg);
  position: absolute;
  height: 21px;
  width: 1390px;
  right: 0;
  background-repeat: no-repeat;
  background-position: left;
  bottom: -10px;
  z-index: 1;
}

.foundation-list li.list-item-1:after {
  max-width: 1140px;
}

.foundation-list li.list-item-2:after {
  max-width: 1026px;
}

.foundation-list li.list-item-3:after {
  max-width: 1028px;
}

.foundation-list li.list-item-4:after {
  max-width: 1062px;
}

.home-project {
  padding-top: 85px;
}

.project-details .project-banner {
  height: 454px;
  margin-bottom: 32px;
}

.project-details .project-banner img {
  object-fit: cover;
  object-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}

.project-details .details-columns {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 37px;
}

.project-details .details-columns .en-font {
  font-size: 20px;
}

.project-details .details-columns p {
  margin-bottom: 21px;
}

.project-details .details-columns .details-right {
  max-width: 665px;
}

.project-details .details-columns .details-left {
  max-width: 652px;
}

.project-details .details-columns .details-left p {
  border-bottom: solid 2px #a7a9ac;
  padding-bottom: 12px;
}

.project-details .details-columns .details-left p:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.project-details .details-columns .details-left strong {
  color: #ff372f;
}

.project-details .project-stats {
  gap: 40px;
  display: flex;
  justify-content: center;
  justify-content: space-around;
  align-items: center;
  text-wrap-mode: nowrap;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 0px;
  border-bottom: solid 2px #ff372f;
  border-top: solid 2px #ff372f;
  position: relative;
}
.project-details .project-stats::before,
.project-details .project-stats::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background-color: #ff372f;
  display: none;
}

.project-details .project-stats:has(.stats-item:nth-child(5))::after {
    display: block;
    bottom: 52px;
    transform: translateY(-50%);
    top: auto;
}

/* ===============================
   3 ROWS → BEFORE + AFTER
   (9th item = third row)
================================ */
.project-details .project-stats:has(.stats-item:nth-child(9))::before {
    display: block;
    top: 33%;
    transform: translateY(-50%);
}

.project-details .project-stats .stats-item {
  display: flex;
  align-items: center;
  line-height: 56px;
}

.project-details .project-stats .stats-item img {
  margin-left: 5px;
}

.project-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.project-title h2 {
  margin-bottom: 9px;
}

.view-all-projects {
  padding-bottom: 20px;
  text-decoration: none;
  color: #4e4f51;
  position: relative;
}

.view-all-projects {
  position: relative;
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 35px;
  line-height: 28px;
  background-image: url(../images/left-arrow.svg);
  padding-bottom: 25px;
}

.view-all-projects:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  right: 0;
  bottom: 20px;
  background-color: #ff372f;
}

.section-jobs {
  background-color: #ff372f;
  padding: 78px 0;
  margin-top: 40px;
}

.section-jobs h2 {
  color: #fff;
  margin-bottom: 40px;
  font-family: "Fb Reforma";
}

.section-jobs ul {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 105px;
  display: inline-block;
}

.section-jobs ul li {
  display: flex;
  line-height: 56px;
  border-top: solid 2px #fff;
  padding-left: 30px;
  font-family: "Fb Reforma";
}

.section-jobs ul li:last-child {
  border-bottom: solid 2px #fff;
}

.section-jobs .jobs-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.section-jobs .jobs-img {
  text-align: left;
  max-width: 594px;
  height: 396.193px;
}

.section-jobs .jobs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.view-all-jobs {
  text-decoration: none;
  color: #fff;
  padding-left: 26px;
  background-position: left 12px;
}

.view-all-jobs:after {
  background-color: #fff;
}

.about-intro {
  background: rgba(217, 217, 217, 0.2);
  padding-top: 100px;
  padding-bottom: 60px;
}

.about-intro .intro-inner {
  display: flex;
  justify-content: right;
  gap: 116px;
}

.about-intro .a-intro-right {
  max-width: 634px;
  line-height: 29px;
  font-size: 22px;
}

.about-intro .a-intro-right strong {
  font-size: 26px;
}

.about-intro .a-intro-right strong .en-font,
.about-intro .a-intro-left strong .en-font {
  font-weight: 600;
}

.about-intro .a-intro-left {
  max-width: 603px;
  font-size: 22px;
  line-height: 29px;
}

.intro-link {
  text-decoration: none;
  color: #ff372f;
  margin-right: auto;
  margin-left: 0;
  font-size: 22px;
  background-position: left 2px;
}

.intro-link:after {
  bottom: -6px;
}

.intro-link .en-font {
  font-weight: 600;
}

.our-vision {
  padding-top: 58px;
}

.vision-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 494px;
  position: relative;
}

.vision-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 495px;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  max-width: 1390px;
  transform: translateX(-50%);
  z-index: 0;
}

.vision-circles {
  max-width: 1241px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 43px;
  margin-bottom: 127px;
}

.vision-circles p {
  margin-bottom: 0;
}

.vision-circles .v-circle1,
.vision-circles .v-circle2 {
  background-image: url(../images/vision-circle-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 454px;
  height: 471px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.vision-circles .v-circle1 .circle-content {
  max-width: 232px;
  margin-right: 70px;
}

.vision-circles .v-circle2 .circle-content {
  max-width: 239px;
  margin-right: 70px;
}

.vision-circles .v-circle2 {
  position: relative;
  z-index: 2;
  margin-right: -70px;
}

.vision-circles .v-circle3 {
  border-radius: 468px;
  width: 468px;
  height: 468px;
  background: #ff372f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin-right: -65px;
}

.vision-circles .v-circle3 .circle-content {
  max-width: 285px;
}

.vision-banner .vision-banner-content {
  max-width: 580px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  padding-top: 75px;
  padding-right: 75px;
  position: relative;
  z-index: 1;
}

.vision-banner .vision-banner-content p:last-child {
  font-size: 20px;
}

.our-team {
  background: rgba(217, 217, 217, 0.2);
  margin-top: 117px;
  padding-top: 95px;
  padding-bottom: 111px;
}

.our-team h2 {
  margin-bottom: 15px;
  line-height: 70px;
}

.ad-members {
  display: grid;
  align-items: center;
  justify-content: space-between;
  padding-top: 150px;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px;
}

.ad-description {
  max-width: 615px;
}

.ad-member {
  max-width: 153px;
  font-size: 22px;
}

.ad-member .ad-thumb {
  width: 153px;
  height: 153px;
  border-radius: 153px;
  background-color: #a7a9ac;
  margin-bottom: 13px;
}

.ad-member .ad-thumb img {
  object-fit: cover;
  object-position: center 2px;
  border-radius: 153px;
  width: 100%;
  height: 100%;
}

.ad-member strong {
}

.ad-member p {
}

.our-values {
  padding-top: 90px;
  padding-bottom: 64px;
}

.our-values h2 {
  margin-bottom: 46px;
}

.values-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.values-content {
  max-width: 654px;
}

.values-content .value-item {
  padding-top: 24px;
  border-bottom: solid 2.82px #4e4f51;
  display: flex;
  min-height: 110px;
  align-items: baseline;
}

.values-content .value-item:first-child {
  padding-top: 0;
  min-height: 90px;
}

.values-content strong {
  font-size: 36px;
  line-height: 28px;
  color: #ff372f;
  width: 250px;
  display: block;
}

.values-content p {
  width: calc(100% - 236px);
  font-size: 28px;
  line-height: 28px;
}

.about-customer-logos h2 {
  max-width: 494px;
}

.services-out {
  margin-top: 135px;
}

.services-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 0px;
}

.service-item {
  text-align: center;
}

.service-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.service-thumb {
  width: auto;
  height: auto;
  min-height: 122px;
}

.service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.service-content p {
  margin: 0;
  font-size: 36px;
  line-height: 70px;
  padding-top: 10px;
}

.service-content p .en-font {
  font-size: 30px;
}

.career-content {
  margin-top: 85px;
  padding-bottom: 85px;
}

.cr-ct-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 70px;
}

.ct-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 22px;
  gap: 56px;
}

.ct-item .item-right {
  flex: 0 0 520px;
  padding-left: 0px;
  display: flex;
  align-items: flex-start;
}

.ct-item .item-right span:not(.en-font) {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}

.ct-item .item-right .en-font {
  font-size: 70px;
  line-height: 32px;
  color: #ff372f;
  font-weight: 700;
  flex: 0 0 auto;
  margin-left: 26px;
  margin-top: 15px;
}

.ct-item .item-left {
  flex-grow: 1;
  line-height: 32px;
}

.career-jobs {
  background: rgba(217, 217, 217, 0.2);
  padding-top: 79px;
  padding-bottom: 150px;
  position: relative;
}

.cr-jobs-inner {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  max-width: fit-content;
}

.cr-jobs-inner .job-item {
  display: inline-flex;
  align-items: center;
  border-bottom: solid 2px #a7a9ac;
  justify-content: space-between;
  gap: 35px;
}

.cr-jobs-inner .job-item .job-title {
  line-height: 56px;
}

.open-apply-modal {
  color: #4d4d4f;
  font-size: 22px;
  text-decoration: none;
  background-position: left 4px;
}

.open-apply-modal:after {
  background-color: #4d4d4f;
}

.close-modal {
  color: #ff372f;
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
  position: absolute;
  cursor: pointer;
  left: 10px;
}

.career-popup {
  position: absolute;
  z-index: 999999999999;
  max-width: 1390px;
  background-color: #d9d9d9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  direction: ltr;
}

.career-popup.active-modal,
.proj-popup.active-modal {
  opacity: 1;
  visibility: visible;
}

.career-popup-inner,
.proj-popup-inner {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.job-modal-content {
  padding: 95px 65px 68px 85px;
}

.apply-columns,
.modal-top-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}

.modal-top-bar {
  margin-bottom: 95px;
}

.apply-columns {
  font-size: 22px;
  line-height: 37px;
}

.apply-columns strong {
  font-weight: 600;
  display: block;
  padding-bottom: 20px;
}

.apply-columns > div {
  max-width: 572px;
}

.modal-amenities {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 36px;
}

.modal-top-bar .modal-title {
  color: #ff372f;
  font-weight: 600;
  font-size: 28px;
  font-family: "Fb Reforma";
}

.modal-amenities {
  font-size: 22px;
  font-weight: 500;
  color: #4e4f51;
}

.modal-amenities img {
  width: 33.542px;
  height: 33.542px;
  object-fit: contain;
}

.modal-amenities .amen-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Fb Reforma";
}

.modal-apply {
  text-align: right;
  margin-top: 40px;
}

.modal-apply a {
  position: relative;
  background-image: url("../images/arrow-red.svg");
  background-repeat: no-repeat;
  background-position: right 12px;
  padding-right: 37px;
  color: #ff372f;
  font-weight: 600;
  text-decoration: none;
}

.modal-apply a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff372f;
  border-radius: 2px;
  left: 0;
  font-size: 28px;
  bottom: -4px;
}

.activity-main-content {
  position: relative;
  padding-top: 72px;
  padding-bottom: 71px;
}

.activity-main-content .container-custom {
}

.activity-main-content .main-inner {
  line-height: 32px;
  max-width: 658px;
}

.activity-main-content .main-inner p {
  margin-bottom: 40px;
}

.activity-projects {
  background: rgba(217, 217, 217, 0.2);
  padding-top: 78px;
  padding-bottom: 148px;
  position: relative;
}

.activity-projects h3 {
  color: #4e4f51;
  font-size: 36px;
  line-height: 28px;
}

.acti-proj-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  row-gap: 74px;
}

.acti-proj-inner.project-page {
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  margin-top: 50px;
  margin-bottom: 138px;
}

.activity-proj-box {
  height: 359px;
  position: relative;
  cursor: pointer;
}

.acti-proj-inner.project-page .activity-proj-box {
  height: 232.789px;
}
.activity-proj-box .box-overlay{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.71%, rgba(0, 0, 0, 0.7) 91.45%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.activity-proj-box:hover .box-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.71%, rgba(0, 0, 0, 0.9) 100.45%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}


/*.activity-proj-box:hover .box-overlay {*/
  /*opacity: 1;*/
  /*visibility: visible;*/
/*}*/

.activity-proj-box .proj-title {
  font-size: 30px;
  color: #fff;
  position: absolute;
  max-width: 225px;
  bottom: 45px;
  right: 55px;
  font-weight: 500;
}

.acti-proj-inner.project-page .activity-proj-box .proj-title {
  font-size: 22px;
  max-width: 161px;
  bottom: 37px;
  right: 37px;
  line-height: 22px;
  font-weight: 500;
}

.activity-proj-box .proj-title:after {
  content: "";
  background-image: url(../images/large-red-arrow.svg);
  position: absolute;
  width: 100%;
  height: 15px;
  background-repeat: no-repeat;
  max-width: 203px;
  right: 0;
  bottom: -14px;
}

.acti-proj-inner.project-page .activity-proj-box .proj-title:after {
  max-width: 131.95px;
  background-size: contain;
  bottom: -20px;
}

.projects-grids {
  position: relative;
}

.proj-popup {
  background-color: #fff;
  width: 100%;
  max-width: 1533px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 120px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.proj-modal-content {
  padding: 85px 78px;
}

.filters-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.filters-wrap li {
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
}

.filters-wrap li:not(.active-filter) {
  cursor: pointer;
}

.filters-wrap li.active-filter {
  color: #ff372f;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

@media (max-width: 768px) {
  .ct-item {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .ct-item .item-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
    white-space: normal;
  }
  .ct-item .item-right .en-font {
    font-size: 50px;
    line-height: 25px;
    margin-left: 10px;
    margin-top: -5px;
  }
  .ct-item .item-right {
    font-size: 24px;
    line-height: 28px;
  }
}

/* Tablet View (e.g., 768px and up) */

@media (max-width: 1024px) {
  .services-inner {
    /* Switch to 3 columns on tablet */
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile View (e.g., up to 600px) */

@media (max-width: 600px) {
  .services-inner {
    /* Switch to 2 columns on mobile */
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .service-thumb {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 992px) {
  .activities-inner {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .large-wrap,
  .small-wrap {
    height: auto;
  }
  .small-wrap {
    display: block;
  }
  .activity-box-large,
  .activity-box-small {
    height: 280px;
    margin-bottom: 15px;
  }
  .small-wrap .activity-box-small:last-child {
    margin-bottom: 0;
  }
}

/* SEARCH CSS START */

.search_popup {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.1);
  transition: all 0.4s ease;
  z-index: 9999;
  backdrop-filter: blur(10px);
}

.search_popup.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.search_popup .popup_inner {
  width: 90%;
  max-width: 600px;
  animation: slideDown 0.6s ease forwards;
}

.search_popup input {
  width: 100%;
  padding: 18px 20px;
  border: none;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid #000;
}

/* .search_popup .s_button {
  width: 200px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: auto;
  border-radius: 30px;
  background: #fff4d2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  transition: all 1s;
  margin-top: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
} */

/* .search_popup .s_button::after {
  content: "";
  background-image: url("../images/svg/btn_arrow.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 77%;
  left: 45%;
  transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
} */

.search_popup .s_btn {
  font-size: 20px;
  margin-left: 39px;
  font-weight: 500;
}

.search_popup .s_button {
  position: relative;
  max-width: 110px;
  height: 50px;
  padding: 0;
  margin: auto;
  margin-top: 30px;
}

.search_popup .s_button input {
  padding: 0;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 85px;
  margin: auto;
  margin-right: 0;
  text-align: justify;
  width: 100%;
}

.search_popup .s_button::after {
  content: "";
  position: absolute;
  width: 83%;
  height: 2px;
  border-radius: 2px;
  right: -4px;
  bottom: 5px;
  background-color: #ff372f;
}

.search_popup .s_btn {
  position: relative;
  background-repeat: no-repeat;
  background-position: left 19px;
  padding-left: 22px;
  line-height: 28px;
  background-image: url(../images/left-arrow.svg);
}

.search_popup .s_button input:focus {
  box-shadow: unset;
}

.search_popup input:focus {
  box-shadow: unset;
}

.close_popup {
  position: absolute;
  top: 25px;
  right: 35px;
  opacity: 0.8;
  transition: all 0.3s ease;
  z-index: 10000;
  background: transparent;
  border: unset;
  padding: 0;
}

.close_popup img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}

.close_popup:hover {
  transform: rotate(90deg);
  opacity: 1;
}

/* --- Slide Down Animation --- */

@keyframes slideDown {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* --- Responsive --- */

@media (max-width: 480px) {
  .search_popup input {
    font-size: 16px;
    padding: 15px;
  }
  .close_popup {
    top: 15px;
    right: 20px;
    font-size: 28px;
  }
}

/* SEARCH CSS END */

header .header-logo {
  max-width: 74.342px;
  height: 48px;
}

header .header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-intro .intro-right h2 {
  font-weight: 400;
}

.activity-title-content .title {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.activity-title-content .title::after {
  content: "";
  background-image: url("../images/homepage_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 28px;
  transition: all 1s;
}

.activity-box:hover .activity-title-content .title::after {
  bottom: -175px;
}

.activity-box.activity-box-large:hover .activity-title-content {
  transform: translateY(-100px);
}

.activity-box.activity-box-large:hover .activity-title-content .title::after {
  bottom: -230px;
}

.customer-logos .all-client-link {
  padding-left: 38px;
  background-position: left 4px;
}

.customer-logos h2 {
  line-height: 70px;
  font-weight: 400;
}

.foundation-outer .found-content h2 {
  line-height: 70px;
  font-weight: 400;
}

.foundation-outer .found-content h2 .en-font {
  font-weight: 600;
}

.activity-box .activity-overlay {
  opacity: 0.9;
  background: #4e4f51;
  mix-blend-mode: multiply;
}
/* 
.activity-box-2 .activity-overlay {
  opacity: 0.4;
  background: #4e4f51;
  mix-blend-mode: multiply;
}

.activity-box-3 .activity-overlay {
  opacity: 0.4;
  background: #4e4f51;
  mix-blend-mode: multiply;
}

.activity-box-4 .activity-overlay {
  opacity: 0.6;
  background: #4e4f51;
  mix-blend-mode: multiply;
}

.activity-box-6 .activity-overlay {
  opacity: 0.76;
  background: #4e4f51;
  mix-blend-mode: multiply;
}

.activity-box-5 .activity-overlay {
  opacity: 0.76;
  background: #4e4f51;
  mix-blend-mode: multiply;
} */

footer {
  background: #4e4f51;
  padding: 82px 20px 26px 20px;
}

footer .ctm_container {
  max-width: 1448px;
  margin: auto;
}

footer .flx {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

footer .footer_logo {
  max-width: 105px;
  height: 67.795px;
  width: 100%;
}

footer .footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .footer_nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 575px;
  width: 100%;
}

footer .footer_nav ul {
  padding: 0;
}

footer ul li a {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  transition: all 1s;
  text-decoration: none;
}

footer .bottom_footer .right_side .search_btn img {
  width: 22px;
  height: 22px;
  object-fit: cover;
}

footer .bottom_footer .right_side .job_en p {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  padding: 0 16px;
  margin: 0;
}

footer .bottom_footer .right_side .job_en p.en-font {
  font-size: 18px;
  padding: 0;
}

footer .bottom_footer .right_side .job_en,
footer .bottom_footer .right_side .f_en {
  display: flex;
}

footer .bottom_footer .right_side .f_en {
  align-items: baseline;
}

footer .bottom_footer .right_side h6 {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 28px;
  /* 140% */
}

footer .bottom_footer .right_side {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 476px;
  width: 100%;
}

footer .footer_social a {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

footer .footer_social {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 3px;
}

footer .footer_social a img {
  width: 28.846px;
  height: 30.664px;
  object-fit: cover;
  position: relative;
  top: -7px;
}

footer .b_flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 128px;
  gap: 20px;
  padding-left: 20px;
}

footer .bottom_footer .right_side .job_en {
  align-items: baseline;
}

footer a {
  text-decoration: none;
}
.single-jobs .banner.inner-page-banner::before,
.page-template-template-about .banner.inner-page-banner::before {
  content: "";
  background-image: url("../images/about_banner_after_.png");
  background-size: 56%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.single-jobs .banner.inner-page-banner,
.page-template-template-about .banner.inner-page-banner {
  overflow-x: clip;
}

.about-intro .intro-link {
  background-position: left 8px;
}

.our-team {
  position: relative;
}

.our-team::after {
  content: "";
  background-image: url("../images/about_banner_after.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1493px;
  height: 490px;
  background-size: 79%;
  transform: scale(-1) translate(424px, 0px);
}

.page-template-template-about .customer-logos {
  padding-bottom: 121px;
}

.our-team .ad-description p {
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  max-width: 615px;
}

.page-template-template-clients .customer-logos {
  padding-top: 85px;
  padding-bottom: 157px;
}

.page-template-template-clients .banner.inner-page-banner {
  position: relative;
  overflow-x: clip;
}

.page-template-template-clients .banner.inner-page-banner::before {
  content: "";
  background-image: url("../images/client-banner-after.png");
  background-size: 77%;
  background-repeat: no-repeat;
  position: absolute;
  left: -23px;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  width: 1201px;
  height: 869.863px;
  transform: rotate(4deg);
}

.services-inner {
  row-gap: 152px !important;
}

.banner.inner-page-banner .banner-inner {
  position: relative;
}

.page-template-template-services .banner.inner-page-banner .banner-inner::before {
  content: "";
  background-image: url("../images/service_banner_after.png");
  background-size: 89%;
  background-repeat: no-repeat;
  position: absolute;
  left: -261px;
  top: -94px;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  width: 711px;
  height: 770px;
}

.activities-template-default .banner.inner-page-banner {
  position: relative;
  background-position: 100% 30%;
}

.activities-template-default .banner.inner-page-banner::before {
  content: "";
  background-image: url("../images/activities_banner_after.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  width: 980px;
  height: 450px;
  transform: rotate(0deg) translate(0px, -74px);
}

.activity-main-content .container-custom {
  position: relative;
}

.activity-main-content .container-custom::after {
  content: "";
  background-image: url("../images/activity-main-content-after.png");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: 50%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* width: 654.733px;
	height: 476.443px; */
  width: 604.733px;
  height: 429.443px;
  transform: translateY(-50%);
}

.activity-main-content {
  overflow: hidden;
}

.activity-main-content .main-inner p:last-child {
  margin-bottom: 0;
}

.activity-projects h3 {
  margin-bottom: 56px;
}

.activity-projects .container-custom {
  max-width: 1384px;
}

.page-template-template-career .banner.inner-page-banner::before {
  content: "";
  background-image: url("../images/carrer_banner_after.png");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: auto;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* display: flex; */
  width: 979.74px;
  height: 759.652px;
  right: auto;
  top: auto;
}

.career-jobs::after {
  content: "";
  background-image: url("../images/career-jobs-after.png");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: auto;
  display: block;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  /* display: flex; */
  width: 1040.156px;
  height: 738.644px;
  right: auto;
  top: 50%;
  transform: translateY(-48%) translateX(-9%) rotate(-11deg);
  transition: all 0.6s;
}

.career-jobs {
  overflow: hidden;
}

.career-jobs.active-overflow::after {
  height: 526px;
  transform: translateY(-51%) translateX(-19%);
  transition: all 0.6s;
}

.career-jobs.active-overflow {
  overflow: unset;
  overflow-x: clip;
}

.career-jobs .close-modal {
  left: 25px;
  top: 10px;
}

.modal-apply a {
  font-size: 28px;
  line-height: 56px;
}

.activity-proj-box .box-overlay {
  position: relative;
}

.activity-proj-box .box-overlay::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.71%, rgba(0, 0, 0, 0.7) 91.45%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 99;
}

.activity-proj-box:hover .box-overlay::after {
  display: none;
}

.values-inner {
  gap: 20px;
}

.page-template-template-projects .banner.inner-page-banner {
  position: relative;
  overflow-x: clip;
}

.page-template-template-projects .inner-page-banner::before {
  content: "";
  background-image: url("../images/projects_banner_after.png");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: block;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  /* display: flex; */
  display: flex;
  width: 846.081px;
  height: 630.826px;
  justify-content: center;
  align-items: center;
  top: 0;
  transition: all 0.6s;
  transform: translateX(-129px) rotate(4deg);
}

@media (max-width: 1040px) {
  .about-intro .intro-link {
    background-position: left 8px;
    margin-top: 20px;
    font-size: 15px;
    width: 180px;
  }
}

.intro-inner .intro-left .ik-fact-box en-font.en-font {
  font-weight: 500;
}

.activity-box.activity-box-large.activity-box-1 .activity-title-content .title {
  padding-left: 6px;
}
.activity-box.activity-box-small.activity-box-3 .activity-title-content .title::after {
  background-image: url(../images/homepage_arrow-3.png);
}
.activity-box.activity-box-small.activity-box-3 .activity-title-content .title {
  padding-left: 10px;
}

.activity-box.activity-box-large.activity-box-4 .activity-title-content .title::after {
  background-image: url(../images/homepage_arrow-4.png);
}
.activity-box.activity-box-small.activity-box-4 .activity-title-content .title {
  padding-left: 14px;
}
section.home-project .heading-small {
  font-size: 30px;
  padding-bottom: 10px;
}
section.home-project .project-title h2 {
  line-height: 70px;
}
section.home-project .view-all-projects {
  font-size: 30px;
  position: relative;
  top: -8px;
}
.home .jobs-list {
  position: relative;
  top: -20px;
}
.section-jobs .arrow-link.white-arrow {
  font-size: 30px;
  font-family: "Fb Reforma";
}
.section-jobs .arrow-link:after {
  bottom: -5px;
}
.section-jobs .view-all-jobs {
  background-position: left 5px;
}
.intro-link .en-font {
  padding-right: 1px;
}
.vision-circles .v-circle1 {
  background-position: left;
}
.ad-member strong {
  font-size: 26px;
  line-height: 28px;
}
section.customer-logos.about-customer-logos p {
  font-size: 22px;
}
.logos-row.row-6 .logo-wrap.logo-wrap-1 {
  text-align: center;
}

.career-content h2 en-font.en-font {
  font-weight: 600;
}
.ct-item .item-right .en-font {
  width: 42px;
}
.amen-item.am-2 img {
  width: 28.205px;
  height: 41.691px;
}
.proj-popup .close-modal {
  left: 30px;
  top: 20px;
}
.proj-popup .view-all-projects {
  font-size: 30px;
  position: relative;
  top: -5px;
}
.project-details .project-title {
  margin-bottom: 10px;
}
.page-template-template-projects .proj-popup.active-modal {
  background-color: #d9d9d9;
}
.page-template-template-career .banner:after {
  display: none;
}
.acti-proj-inner.no-results {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 40px;
}
.hc-offcanvas-nav .nav-close span::before {
  content: "✕";
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: sans-serif;
  visibility: visible;
  border: none !important;
}
.page-template-template-about .banner.inner-page-banner .banner-inner h1 .en-font {
  font-weight: 600;
}
.hc-offcanvas-nav {
  font-family: "Fb Reforma" !important;
}
.hc-offcanvas-nav li.current-menu-item {
  background: #ff372f;
}
header nav ul li#menu-item-587 a {
  border-bottom: none;
}
.vision-circles p br {
  display: none;
}

.apply-now-btn {
  border: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 21px;
  padding-right: 37px;
  color: #ff372f;
  font-weight: 600;
  text-decoration: none;
  background-image: url(../images/arrow-red.svg);
  text-align: right;
  margin-top: 40px;
  background-color: transparent;
  padding-bottom: 0;
  text-align: left;
  padding-left: 0;
  font-size: 28px;
  margin-top: 0;
}

.apply-now-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff372f;
  border-radius: 2px;
  left: 0;
  font-size: 28px;
  bottom: -4px;
}

.apply-now-btn:hover {
  background-color: transparent;
}

.application-form-modal form .fields input::placeholder,
.application-form-modal form .fields input {
  color: #4e4f51;
  font-size: 26px;
  line-height: 56px;
  font-weight: 400;
  outline: none;
  height: 56px;
}

.application-form-modal form .fields {
  padding-bottom: 0;
}

.application-form-modal form .fields {
  padding-bottom: 10px;
}

.application-form-modal input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  line-height: normal;
}

.application-form-modal .fields.submit {
  border: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: left 21px;
  padding-left: 37px;
  color: #ff372f;
  font-weight: 600;
  text-decoration: none;
  background-image: none;
  text-align: right;
  margin-top: 40px;
  background-color: transparent;
  padding-bottom: 0;
  text-align: right;
  padding-right: 0;
  font-size: 28px;
  margin-top: 0;
  max-width: 90px;
  margin: auto;
  margin-left: 0;
}

.application-form-modal .fields.submit:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ff372f;
  border-radius: 2px;
  left: 0;
  font-size: 28px;
  bottom: -4px;
}

.application-form-modal .fields.submit input {
  background-color: transparent;
  font-size: 28px;
  border: none;
}

.application-form-modal .fields.submit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  width: 26px;
  height: 20px;
  background-image: url(../images/arrow-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.application-form-modal .fields.submit input {
  line-height: normal;
  height: auto;
}

.application-form-modal .fields.submit {
  margin-top: 30px;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  font-family: "Poppins";
}

.project-details .num-5 span.stats-label {
  padding-right: 4px;
}

.project-details .num-6 span.stats-label {
  padding-right: 3px;
}

.project-details .num-7 span.stats-label {
  padding-right: 2px;
}

.proj-popup {
  z-index: 9;
}

header.sticky {
  z-index: 99;
}
.general-post-content ul,
.general-post-content ol,
.general-page ol,
.general-page ul {
  padding-right: 20px;
  margin-bottom: 20px;
}
.wpcf7-list-item {
  margin-right: 0;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  padding-right: 0;
  margin-right: 0;
  font-size: 16px;
}
.project-details .project-stats .stats-item.num-2 img {
  margin-left: 15px;
}
.project-details .project-stats .stats-item.num-6 img {
  margin-left: 20px;
}
.project-details .project-stats .stats-item.num-4 img {
  margin-left: 12px;
}
.project-details .project-stats .stats-item.num-5 img {
  margin-left: 10px;
}
.hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -10px !important;
  width: 10px !important;
  height: 10px !important;
}
.application-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  font-size: 18px;
}

section.our-team {
  overflow-x: clip;
}

.hc-offcanvas-nav li.menu-item-587.current-menu-item {
  background: transparent;
}

.our-vision .flx .text-wrapper {
  max-width: 876px;
}

.our-vision .flx .text-wrapper .vision_text p {
  color: #ff372f;
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 110% */
}

.our-vision .flx .text-wrapper .vision_text p strong {
  font-weight: 500;
}

.our-vision .flx .text-wrapper .vision_paraghraph p {
  color: #4e4f51;
  font-weight: 400;
  font-size: 28px;
}

.our-vision .flx .text-wrapper .vision_heading {
  margin-bottom: 26px;
}

.our-vision .flx .text-wrapper .vision_paraghraph {
  margin-bottom: 36px;
}

.our-vision .flx .text-wrapper .vision_paraghraph:last-child {
  margin-bottom: 0;
}

.our-vision .flx {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 90px;
  margin-bottom: 133px;
}

.our-vision .flx .img-wrapper {
  max-width: 365.522px;
  height: 236px;
}

.our-vision .flx .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-vision h2 {
  margin-bottom: 50px;
}

.home-project {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden; /* scroll band */
  padding-bottom: 120px; /* arrow ke liye jagah */
}

.home-project .swiper-slide {
  width: 100%;
}

.home-project .slick-next {
  position: absolute;
  left: 0px;
  bottom: -107px;
  width: 98px;
  height: 56px;
  background-image: url("../images/next-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  cursor: pointer;
  z-index: 9;
  padding: 0;
  opacity: 1;
  top: auto;
}

.home-project .slick-next::before {
  content: none;
}

.home-project .slick-next:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* RTL FIX */
.home-project [dir="rtl"] .slick-prev {
  display: none;
}

[dir="rtl"] .slick-prev {
  display: none !important;
}



/* CONTACT BANNER CSS */
.banner.contact_banner{
  background: url('../images/contact_banner.png');
  width:100%;
  height: 534px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.banner.contact_banner h1 {
    position: absolute;
    bottom: 45px;
    line-height: 80px;
    padding-bottom: 10px;
    color: #FFF;
    /* font-family: FbReforma; */
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    z-index: 1;
}

.contact_us h2{
  color: #4E4F51;
  text-align: right;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 88.889% */
  margin-bottom: 60px;
}


.contact_us .contact-form form textarea,
.contact_us .contact-form form textarea::placeholder,
.contact_us .contact-form form input,
.contact_us .contact-form form input::placeholder{
  color: #4E4F51;
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 123.077% */
}


.contact_us .contact-form form input{
  max-width: 412px;
  width: 100%;
  border: transparent;
  border-bottom: 2px solid #A6A8AB;
  outline: none;
}


.contact_us .contact-form form .f_flx {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 78px;
    margin-bottom: 98px;
}

.contact_us .contact-form form textarea{
  max-width: 100%;
height: 182px;
width: 100%;
border: 2px solid #A6A8AB;
outline: none;
resize: none;
padding-top: 18px;
padding-right: 17px;
}



.contact_us .contact-form form .f_flx:last-of-type{
  margin-bottom: 82px;
}

.contact_us .contact-form input.contact_btn {
    max-width: max-content;
    background: transparent;
    border: transparent;
    color: #FF372F;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
}

.contact_us .contact-form .form-btn{
  max-width: 94px;
  width: 100%;
  border-bottom: 2px solid #FF372F;
  margin: auto;
  margin-left: 0;
  margin-top: 51px;
  display: flex;
  align-items: center;
  gap: 10px;
}


.contact_us .contact-form form{
  width: 898px;
}

.contact_us {
  padding:108px 20px 129px 20px ;
}

.contact_us .main_branch{
  max-width: 355px;
}

.contact_us .main_branch .address a,
.contact_us .main_branch .address{
  color: #4E4F51;
text-align: right;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 123.077% */
text-decoration: none;
}

.contact_us .main_branch .mail_to a{
  color: #4E4F51;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}


.contact_us .flx{
  display: flex;
  gap: 133px;
}
label.privacy a {
  color: #4E4F51 !important;
  font-weight: 500;
}
.contact_us label.privacy{
  font-size: 23px;
}
.proj-modal-content{
  width: 100%;
  height: 100%;
}
.project-title h2{
  width: 80%;
}
.modal-top-bar.rtl-dir{
  direction: rtl;
  font-family: "Fb Reforma";
}
.modal-top-bar.rtl-dir .modal-amenities,
.modal-top-bar.rtl-dir .modal-title{
  text-align: right;
  font-family: "Fb Reforma";
  direction: rtl;
}
.rtl-dir.apply-columns > div p,
.rtl-dir.apply-columns > div{
  text-align: right;
  font-family: "Fb Reforma";
  direction: rtl;
}
.rtl-dir ol,
.rtl-dir ul {
  padding-left: 0;
  padding-right: 2rem;
  direction: rtl;
  text-align: right;
  font-family: "Fb Reforma";
}
.modal-apply.rtl-dir{
  text-align: left;
}
.rtl-dir .apply-now-btn{
  background-position: left 21px;
  text-align: right;
  padding-right:0;
  padding-left: 34px;
  background-image: url(../images/arrow-red-en.png) !important;
  background-repeat: no-repeat;
}

/*Hide language switcher en*/
.header-left a.search-icon {
  margin-left: 0 !important;
}
a.lang-switch {
  display: none !important;
}
/*Hide language switcher en*/

.acti-proj-inner.project-page .activity-proj-box{
  background-size: cover;
}

.inside-bullets-main{
  display: flex;
}
.inside-bullets-left,
.inside-bullets-right{
  width: 49%;
}
.single-jobs .banner,
.single-projects .banner{
  background-size: cover;
}
.single-jobs .career-popup{
  visibility: visible;
  opacity: 1;
  position: unset;
  transform:none;
  margin: 0 auto;
}
.single-jobs .career-jobs::after{
  display: none;
}
.single-projects .proj-popup{
  visibility: visible;
  opacity: 1;
  position: unset;
  transform:none;
  margin: 0 auto;
}
.single-projects .proj-popup,
.single-projects .projects-grids{
  background-color: #d9d9d9;
}

.activity-proj-box{
  background-size: cover;
}
.section-jobs ul li{
  gap:5px;
}
.section-jobs ul li.li-en{
  direction: ltr;
  justify-content: right;
}
.intro-inner .intro-left .ik-fact-box span strong{
	color: #FFF;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 61.672px;
}
.ik-fact-box.fact-box-3:before{
	opacity: 0.39 !important;
}
.home .project-details .details-columns{
	gap: 130px;
	justify-content: right;
}
strong.stats-value .en-font{
  font-size: 20px;
}
.project-details .project-stats .stats-item img{
  width: 32px;
  height: 32px;
  object-fit: scale-down;
}