@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");
@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Regular.woff2") format("woff2"), url("../fonts/GraphikArabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Semibold.woff2") format("woff2"), url("../fonts/GraphikArabic-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "29LT Zarid Display";
  src: url("../fonts/29LTZaridDisplay-Bold.woff2") format("woff2"), url("../fonts/29LTZaridDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Medium.woff2") format("woff2"), url("../fonts/GraphikArabic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Light.woff2") format("woff2"), url("../fonts/GraphikArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Thin.woff2") format("woff2"), url("../fonts/GraphikArabic-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Black.woff2") format("woff2"), url("../fonts/GraphikArabic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "graphik_arabiclight";
  src: url("../fonts/graphikarabic-light-webfont.woff2") format("woff2"), url("../fonts/graphikarabic-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "graphik_arabicsemibold";
  src: url("../fonts/graphikarabic-semibold-webfont.woff2") format("woff2"), url("../fonts/graphikarabic-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mackay";
  src: url("../fonts/Mackay-Bold.woff2") format("woff2"), url("../fonts/Mackay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic Super";
  src: url("../fonts/GraphikArabic-Super.woff2") format("woff2"), url("../fonts/GraphikArabic-Super.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Bold.woff2") format("woff2"), url("../fonts/GraphikArabic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik Arabic";
  src: url("../fonts/GraphikArabic-Extralight.woff2") format("woff2"), url("../fonts/GraphikArabic-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #FFF 0%, #BED5D4 53.37%, #9BD1CE 100%) !important;
  height: 100vh;
  font-family: "Graphik Arabic" !important;
}
body .maplibregl-map {
  font-family: "Graphik Arabic";
}
body .maplibregl-ctrl-group {
  background: none;
  box-shadow: none;
}
body .maplibregl-ctrl-group button {
  width: 37px;
  height: 43px;
}
body .maplibregl-ctrl-top-right {
  top: auto;
  bottom: 114px;
  right: 27px;
  z-index: 101;
}
@media (max-width: 1000px) {
  body .maplibregl-ctrl-top-right {
    right: 0px;
  }
}
body .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
  background: #FF9260;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1 8H15M8 1V15' stroke='%23FFFCF9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
body .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon:hover {
  background: #5B5D6C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1 8H15M8 1V15' stroke='%23FFFCF9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
body .maplibregl-ctrl button.maplibregl-ctrl-zoom-in {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
body .maplibregl-ctrl-zoom-out {
  background: #FF9260;
  border-radius: 0px 0px 10px 10px;
}
body .maplibregl-ctrl button:hover,
body .maplibregl-ctrl-zoom-in:hover {
  background: #5B5D6C !important;
}
body .maplibregl-ctrl-bottom-right {
  display: none;
}
body .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='2' viewBox='0 0 16 2' fill='none'%3E%3Cpath d='M1 1H15' stroke='%23FFFCF9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 2px;
}
body .maplibregl-popup-close-button {
  font-size: 0;
  background: url(../images/close-button.svg) no-repeat center center;
  width: 49px;
  height: 49px;
}
@media (max-width: 1000px) {
  body .maplibregl-popup-close-button {
    background: url(../images/close-button.svg) no-repeat center center #FF9260;
    border-radius: 10px;
    border-top-right-radius: 0;
  }
}
body .maplibregl-popup-close-button:hover {
  opacity: 0.7;
}
body .maplibregl-popup {
  left: 50%;
  max-width: 94.5% !important;
  margin: 0px auto !important;
  width: 100%;
  z-index: 100;
  border-radius: 19px !important;
  background: #FFF;
  box-shadow: 0 14px 34px 0 rgba(0, 9, 26, 0.3) !important;
  transform: translate(-50%, 2.5vh) !important;
  top: 0;
  pointer-events: auto;
  z-index: 10001;
  margin-top: 56px !important;
}
@media (max-width: 1000px) {
  body .maplibregl-popup {
    max-width: 90% !important;
    height: auto;
    border-radius: 17px !important;
    border-bottom-right-radius: 0px !important;
  }
}
body .maplibregl-popup-content {
  border-radius: 0px;
  box-shadow: none;
  background: none;
  /* Custom scrollbar styling for a "proper" look */
}
body .maplibregl-popup-content::-webkit-scrollbar {
  width: 8px;
}
body .maplibregl-popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
body .maplibregl-popup-content::-webkit-scrollbar-thumb {
  background: #00BDB4;
  border-radius: 10px;
}
body .maplibregl-popup-content {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding: 45px 10px;
}
@media (max-width: 1000px) {
  body .maplibregl-popup-content {
    height: 100%;
    padding: 0;
    padding-top: 60px;
  }
}
body .maplibregl-popup-tip {
  display: none;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.majra-map-banner {
  height: 363px;
  position: relative;
}
.majra-map-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .majra-map-banner img {
    height: 280px;
  }
}
.majra-map-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 100px;
}
.majra-map-banner h1 {
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  font-family: "Mackay";
  color: #00BDB4;
  text-align: center;
}
@media (max-width: 767px) {
  .majra-map-banner h1 {
    font-size: 44px;
    line-height: 40px;
  }
}

.toolbar {
  position: absolute;
  top: 20vh;
  left: 50px;
  display: none;
  gap: 10px;
  z-index: 1001;
}
@media (max-width: 767px) {
  .toolbar {
    left: 10px;
    top: 15vh;
  }
}

.toolbar-btn {
  width: 82px;
  height: 82px;
  border-radius: 20px;
  padding: 10px 10px;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .toolbar-btn {
    width: 56px;
    height: 56px;
    padding: 5px 5px;
  }
}

.maplibregl-ctrl-compass {
  display: none !important;
}

.btn-refresh {
  position: absolute;
  right: 40px;
  bottom: 206px;
  z-index: 101;
  border: none;
  background: none;
  background: #FFF;
  height: 35px;
  width: 35px;
  border-radius: 20px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 9, 26, 0.32);
  outline: none;
  padding: 0;
}
@media (max-width: 1000px) {
  .btn-refresh {
    right: 13px;
  }
}
.btn-refresh:hover {
  background: #FF9260;
}
.btn-refresh:hover i {
  color: #FFF;
}

.filter-sub-div {
  border-radius: 20px;
  border: 2px solid var(--Aqua-Marine-800, #d5774c);
  background: #FF9260;
  box-shadow: 0 4px 5.2px 0 rgba(0, 0, 0, 0.17);
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #FFF;
}

#filter-panel {
  position: absolute;
  top: 25vh;
  left: 144px;
  width: 328px;
  border-radius: 8px;
  padding: 20px 20px 40px 20px;
  display: none;
  transform: translateY(-10px);
  transition: 0.3s;
  border-radius: 19px;
  background: rgba(0, 9, 26, 0.36);
  backdrop-filter: blur(16.3999996185px);
  z-index: 1002;
}
@media (max-width: 767px) {
  #filter-panel {
    left: 69px;
    width: 280px;
  }
}
@media (max-width: 360px) {
  #filter-panel {
    width: 240px;
  }
}
#filter-panel.active {
  display: block;
  transform: translateY(0);
}

.filter-group label {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  margin-bottom: 16px;
}
.filter-group .form-div {
  padding-bottom: 20px;
}
.filter-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 46px;
  border-radius: 10px;
  background: #F6F6F8;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_782_3701)'%3E%3Cpath d='M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z' fill='%233BC5BC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_782_3701'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.filter-group select:focus {
  outline: none;
}

.log-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-sec {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .logo-sec {
    padding: 25px 0;
    order: 1;
  }
}

@media (max-width: 767px) {
  .thumb-imag-sec {
    order: 2;
  }
}

.blue-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  z-index: -1;
}
@media (min-width: 1000px) {
  .blue-pattern {
    display: none;
  }
}
@media (max-width: 1000px) {
  .blue-pattern {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 360px;
    top: auto;
    border-radius: 17px;
    background: url("../images/pattern-pop-up.svg") no-repeat center right, linear-gradient(180deg, #FFF 0%, #EFFAFA 29.97%, #3BC5BC 105.67%);
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 1000px) {
  body .maplibregl-popup {
    background: url(../images/pattern-pop-up.svg) repeat-x, linear-gradient(60deg, #FFF 29.35%, #EFFAFA 54.69%, #DAF4F2 75.74%, #3BC5BC 110.43%);
  }
}

.thumnail-sec {
  height: 385px;
  overflow: hidden;
  border-radius: 8px;
  cursor: url(../images/zoom.svg), auto;
}
@media (max-width: 767px) {
  .thumnail-sec {
    height: 307px;
    margin-bottom: 30px;
  }
}
.thumnail-sec img {
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  height: 100% !important;
}

@media (min-width: 1000px) {
  .column-space-60 {
    margin: 0 -30px;
  }
  .column-space-60 [class*=col] {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .column-space-60 [class*=col]:nth-last-child(1), .column-space-60 [class*=col]:nth-last-child(2), .column-space-60 [class*=col]:nth-last-child(3) {
    padding-bottom: 0;
  }
  .column-3 {
    width: 25.5%;
  }
  .column-4 {
    width: 30.5%;
  }
  .column-5 {
    width: 44%;
  }
}
.scann-main {
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .scann-main {
    max-width: 320px;
  }
  .scann-main img {
    width: 150px !important;
    height: auto;
    border-radius: 11px;
  }
}
@media (max-width: 767px) {
  .scann-main {
    max-width: 290px;
    margin: 0px auto;
  }
}

@media (max-width: 1000px) {
  .scann-main > div {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

.scanner-sec {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
@media (max-width: 767px) {
  .scanner-sec {
    order: 6;
  }
}
.scanner-sec .scan-discription {
  display: flex;
  align-items: center;
  max-width: 150px;
}
.scanner-sec .scan-discription p {
  font-family: "Graphik Arabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  color: #00091A;
}

.map-info-window {
  padding: 0 !important;
}
.map-info-window .container {
  position: relative;
}
@media (max-width: 1000px) {
  .map-info-window .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1000px) {
  .map-info-window {
    height: 100% !important;
  }
}
.map-info-window h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #00BDB4;
  font-family: "Mackay";
}

.img-fluid {
  width: 100% !important;
  height: auto !important;
}

.img-radius {
  border-radius: 8px;
}

.visit-button {
  margin: 0 auto;
  border-radius: 100px;
  border: 2px solid #B7EAE7;
  background: #FFF;
  box-shadow: 0 4px 5.2px 0 rgba(0, 0, 0, 0.17);
  height: 40px;
  padding: 0 32px;
  color: #00BDB4;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  transition: 0.3s;
  justify-content: center;
  margin-top: 14px;
}
@media (min-width: 1000px) {
  .visit-button {
    min-width: 210px;
  }
}
@media (max-width: 767px) {
  .visit-button {
    margin-top: 20px;
  }
}
.visit-button:hover {
  color: #000;
}
.visit-button:hover path {
  stroke: #000;
}
.visit-button path {
  transition: 0.3s;
}
.visit-button i {
  position: relative;
  top: 1px;
}

.small-title {
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #747783;
  display: block;
}

.goals {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .goals {
    order: 5;
    border-top: 1px solid #E2E2E4;
    padding-top: 35px;
    margin-top: 35px;
  }
}
.goals ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.goals .small-title {
  margin-bottom: 34px;
}
.goals li {
  display: flex;
  align-items: center;
  gap: 26px;
}
.goals li .tag-icon {
  width: 72px;
  height: 42px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  gap: 8px;
  flex-shrink: 0;
}
.goals li .tag-icon i {
  display: flex;
  margin: 0;
  align-items: center;
}

.green-tag {
  background: #3F7E45;
  color: #FFF;
}

.light-green {
  background: #57C12D;
  color: #FFF;
}

.dark-blue {
  background: #1A486A;
  color: #FFF;
}

.tag-line {
  color: #00091A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pop-main-disc {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .pop-main-disc {
    order: 3;
  }
}
.pop-main-disc h2 {
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .pop-main-disc h2 {
    margin-bottom: 20px;
  }
}
.pop-main-disc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  color: #00091A;
}

.industry-sec {
  margin-top: 41px;
  padding-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media (min-width: 1000px) {
  .industry-sec {
    padding-left: 35px !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .industry-sec {
    order: 4;
    border-top: 1px solid #E2E2E4;
    padding-top: 35px;
  }
}
@media (min-width: 1000px) {
  .industry-sec:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #E2E2E4;
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
  }
}
.industry-sec .indutry-title {
  display: flex;
  gap: 8px;
}
.industry-sec .indutry-title i.icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #3BC5BC;
}
.industry-sec .indutry-title span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: #00BDB4;
}

@media (max-width: 767px) {
  .popup-main-row > [class*=col] {
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E4;
    margin-bottom: 30px;
  }
}
.popup-main-row > [class*=col] p:last-child {
  margin-bottom: 0;
}
.popup-main-row > [class*=col]:first-child {
  padding-bottom: 0;
}
.popup-main-row > [class*=col]:nth-child(1), .popup-main-row > [class*=col]:nth-child(2), .popup-main-row > [class*=col]:nth-child(3), .popup-main-row > [class*=col]:nth-child(5) {
  border: none;
  margin-bottom: 0;
}

.impact-area-title .small-title {
  margin-bottom: 12px;
}
.impact-area-title.benefeciries .tag-lists-borderd li {
  color: #0017EC;
}

.tag-lists-borderd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-lists-borderd li {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 4px;
  border: 1px solid #D0F0F0;
  height: 24px;
  padding: 2px 20px 0;
  color: #00BDB4;
}

.button-div {
  display: flex;
  gap: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.button-div button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  border-radius: 19px;
  width: 100%;
  gap: 5px;
}
.button-div button.reset {
  border: 2px solid #B7EAE7;
  background: transparent;
  box-shadow: 0 4px 5.2px 0 rgba(0, 0, 0, 0.17);
  color: #B7EAE7;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  transition: 0.5s ease;
}
.button-div button.reset path {
  transition: 0.5s ease;
}
.button-div button.reset:hover {
  border: 2px solid #000;
  color: #000;
}
.button-div button.reset:hover path {
  stroke: #000;
}
.button-div button.search {
  border: 2px solid #FF9260;
  background: #FF9260;
  box-shadow: 0 4px 5.2px 0 rgba(0, 0, 0, 0.17);
  transition: 0.5s ease;
}
.button-div button.search:hover {
  border: 2px solid #000;
  background: #000;
}

@media (max-width: 1000px) {
  .pattern-desktop {
    display: none;
  }
}

@media (min-width: 1000px) {
  .pattern-mob {
    display: none;
  }
}

.custom-smooth-marker {
  cursor: pointer;
  display: flex;
}
.custom-smooth-marker svg {
  transition: transform 0.3s ease-out;
}
.custom-smooth-marker .pin-body {
  transition: fill 0.5s ease;
  transform-origin: center center;
}
.custom-smooth-marker:hover svg {
  transform: translateY(-4px);
}
.custom-smooth-marker:hover .pin-body {
  fill: #00BDB4;
  transform: scale(0.5) translateY(-8px);
}

.lang-en-only {
  display: block;
}

.lang-ar-only {
  display: none;
}

body.lang-ar .lang-en-only {
  display: none;
}

body.lang-ar .lang-ar-only {
  display: block;
}

body ul li.current-menu-item a {
  color: #FF9260;
}

body.lang-ar header .menu-section a {
  font-size: 12px;
}
body.lang-ar .filter-group select {
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: right;
}
body.lang-ar .visit-button svg {
  transform: scaleX(-1);
}
body.lang-ar .maplibregl-map {
  font-family: "Noto Kufi Arabic", sans-serif !important;
}
body.lang-ar .map-info-window h2 {
  font-family: "Noto Kufi Arabic", sans-serif !important;
}
body.lang-ar {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}
body.lang-ar .blue-pattern {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}
@media (min-width: 1000px) {
  body.lang-ar .industry-sec {
    padding-left: 0px !important;
    padding-right: 75px !important;
  }
}
@media (min-width: 1000px) {
  body.lang-ar .industry-sec:after {
    left: auto;
    right: 30px;
  }
}
body.lang-ar .maplibregl-popup-close-button {
  left: 0;
  transform: scaleX(-1);
  right: auto;
}
body.lang-ar .filter-group select {
  background-position: center left 10px;
}

.maplibregl-ctrl-group:not(:empty) {
  box-shadow: none;
}

@media (min-width: 767px) {
  .thumb-imag-sec {
    height: 300px;
    overflow: hidden;
  }
  .thumb-imag-sec img.img-fluid {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .goals, .pop-main-disc, .industry-sec {
    width: 100%;
  }
  .map-info-window .container {
    padding-bottom: 32px;
  }
}
header {
  height: 110px;
  width: 100%;
  background: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header {
    height: 70px;
  }
}
header .container {
  max-width: 1360px;
}
header .logo-main svg, header .logo-main img {
  width: 100%;
}
header .logo-main {
  justify-content: flex-start;
  display: flex;
}
@media (min-width: 1200px) {
  header .menu-close {
    display: none;
  }
}
header .menu-close {
  width: 100%;
  text-align: right;
}
header .menu-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1200px) {
  header .menu-section {
    flex-direction: column;
    width: 100%;
    padding: 20px;
    align-items: flex-start;
    gap: 20px;
  }
}
header .menu-section a {
  color: #00091A;
  font-family: "Graphik Arabic";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
header .menu-section a:hover {
  color: #FF9260;
}
@media (min-width: 1200px) {
  header .close-bttn {
    display: none;
  }
}
header .close-bttn {
  width: 100%;
  text-align: right;
}
header .menu-main-sec {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  header .menu-main-sec {
    position: fixed;
    transform: translateX(-100%);
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
    overflow: hidden;
    height: 100vh;
    top: 0;
    background: #FFF;
    padding: 30px 20px;
    left: 0;
  }
}
@media (max-width: 1200px) {
  header .menu-main-sec.active {
    transform: translateX(0%);
  }
}
@media (min-width: 1200px) {
  header .hamburger {
    display: none;
  }
}
header .language-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  header .language-main {
    gap: 20px;
  }
}
header .language-buttons {
  background: #FBE8D5;
  border-radius: 100px;
  height: 37px;
  padding: 5px;
  display: flex;
}
header .language-buttons a {
  padding: 0px 15px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: 0.5s ease;
  cursor: pointer;
}
header .language-buttons a.active {
  background: #FF9260;
  border-radius: 999px;
  color: #FFF;
}
header .language-buttons .ar {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 0; /* 0% */
  text-transform: uppercase;
}
header .language-buttons .en {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

@media (max-width: 1200px) {
  .logo-main {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .language-main {
    width: 50%;
  }
}

@media (min-width: 1000px) and (max-height: 768px) {
  .majra-map-banner .overlay {
    align-items: flex-start;
    padding-bottom: 0;
    padding-top: 120px;
  }
  header {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  header .logo-main {
    width: 16%;
  }
  header .language-main {
    max-width: 16%;
  }
  header .menu-main-sec {
    width: 68%;
    justify-content: center;
  }
}
footer {
  position: absolute;
  z-index: 100;
  background: #FFF;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    padding: 8px 0;
  }
}
footer h4 {
  color: #1A1F33;
  font-family: "Mackay";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer h4 {
    font-size: 18px;
  }
}
footer .sc-icons {
  display: flex;
  gap: 10px;
}
footer .devider {
  background: #D9D9D9;
  height: 1px;
  width: 100%;
  margin: 8px 0;
}
footer .connection {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767px) {
  footer .connection {
    font-size: 12px;
  }
}
footer .connection a {
  font-weight: 600;
}
footer .connected-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  footer .connected-main {
    flex-direction: column;
    gap: 5px;
  }
}
footer .connected-main a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #00BDB4;
}
footer .connected-main a:hover {
  border-bottom: 1px solid #000;
}
footer .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  footer .social-icons {
    justify-content: center;
    font-size: 10px;
  }
}
footer .social-icons {
  gap: 20px;
}
footer .social-icons .sc-icons li {
  display: flex;
  align-items: center;
}
footer .or-div {
  border: 1px solid #B7EAE7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  footer .or-div {
    font-size: 12px;
    height: 24px;
    width: 24px;
    margin-bottom: 5px;
  }
}
footer .connection-last {
  display: flex;
  flex-direction: column;
}
footer .connection-last span {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  color: #878B9C;
}
@media (max-width: 767px) {
  footer .f-top-sec {
    text-align: center;
  }
}

.copy-right-main p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #282C3F;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .copy-right-main p {
    font-size: 10px;
  }
}

body.lang-ar header .menu-section.lang-ar-only {
  display: flex;
}

@media (min-width: 1000px) and (max-width: 1400px) {
  .scanner {
    width: 46%;
  }
  .scann-main img {
    width: 100% !important;
  }
  .scanner-sec .scan-discription {
    width: 50%;
  }
  .tag-lists-borderd li {
    font-size: 10px;
  }
}
.map-info-window {
  height: 75vh !important;
  overflow-x: hidden;
  overflow: auto;
}
@media (max-width: 1000px) {
  .map-info-window {
    height: 68vh !important;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
}
.map-info-window {
  /* Custom scrollbar styling for a "proper" look */
}
.map-info-window::-webkit-scrollbar {
  width: 8px;
}
.map-info-window::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.map-info-window::-webkit-scrollbar-thumb {
  background: #00BDB4;
  border-radius: 10px;
}

@media (min-width: 1900px) {
  body .maplibregl-popup {
    max-width: 1900px !important;
  }
  body .maplibregl-popup .container {
    max-width: 100%;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
  .map-info-window h2 {
    font-size: 37px;
    line-height: 30px;
  }
  .pop-main-disc p {
    font-size: 18px;
    line-height: 32px;
  }
  .scann-main {
    max-width: 450px;
  }
  .scann-main img {
    width: 205px !important;
  }
  .scanner-sec .scan-discription p {
    font-size: 18px;
    line-height: 22px;
  }
  .visit-button {
    min-width: 290px;
    font-size: 14px;
  }
  .small-title {
    font-size: 14px;
    line-height: 18px;
  }
  .tag-line {
    font-size: 16px;
    line-height: 16px;
  }
  .goals li .tag-icon {
    width: 100px;
    height: 60px;
    font-size: 17px;
  }
  .small-title {
    font-size: 16px;
  }
  .industry-sec .indutry-title span {
    font-size: 22px;
  }
  .tag-lists-borderd li {
    font-size: 13px;
    height: 33px;
  }
  .blue-pattern {
    min-height: 474px;
  }
  .thumb-imag-sec {
    height: 415px;
  }
}
@media (max-width: 1000px) {
  body {
    overflow: hidden;
  }
}

@media (max-width: 1000px) {
  .majra-pop-custom-sec {
    padding-top: 60px;
  }
}

body .marker-tooltip {
  bottom: 63px;
}
body .tooltip-content {
  background: #FF9260;
  color: #FFF;
  padding: 4px 7px;
  width: 200px;
  border: none;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}
body .tooltip-arrow {
  border-top: 6px solid #FF9260;
}

.scanner-main-sec {
  max-width: 100%;
  display: flex;
  gap: 10px;
}
@media (min-width: 1000px) {
  .scanner-main-sec .scanner {
    width: 42%;
  }
  .scanner-main-sec .scan-discription {
    width: 58%;
  }
}

@media (min-width: 1000px) {
  .visit-button {
    min-width: none;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 135px;
  }
  .scanner-sec {
    width: 100%;
    display: block;
  }
  .scanner-sec img {
    width: 100% !important;
  }
  .column-space-60 {
    margin: 0 -37px;
  }
  .column-space-60 [class*=col] {
    padding-left: 37px;
    padding-right: 37px;
    padding-bottom: 30px;
  }
  .column-space-60 [class*=col]:nth-last-child(1), .column-space-60 [class*=col]:nth-last-child(2), .column-space-60 [class*=col]:nth-last-child(3) {
    padding-bottom: 0;
  }
  .column-3 {
    width: 33.5%;
  }
  .column-4 {
    width: 33.25%;
  }
  .column-5 {
    width: 33.25%;
  }
  .scann-main {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .only-mobile {
    display: none;
  }
}
@media (max-width: 1000px) {
  .only-desktop {
    display: none;
  }
}
body .lightbox-overlay {
  background: rgba(245, 245, 245, 0.95);
}
body .lightbox-overlay.active {
  display: flex;
  z-index: 99999;
}

h4.companylogo {
  font-size: 24px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
  color: #00091A;
}

.light-box-parent {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 580px;
}

.lightbox-close {
  background: url(../images/close-button.svg) no-repeat center center;
  width: 49px;
  height: 49px;
  font-size: 0 !important;
  top: -22px;
  right: -9px;
}
@media (max-width: 1000px) {
  .lightbox-close {
    width: 30px;
    height: 30px;
    font-size: 0 !important;
    top: 0px !important;
    right: 23px;
    background-size: 30px;
  }
}

@media (min-height: 1200px) {
  body .maplibregl-popup {
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%) !important;
  }
  .map-info-window {
    height: auto !important;
  }
}
.majra-map-banner {
  z-index: 5;
}
.majra-map-banner.active {
  z-index: 0;
}

.majra-map-banner h1 {
  /* Apply the animation */
  /* name | duration | timing | delay | fill-mode */
  animation: moveIn 2s ease-out 1s forwards;
  /* Initial state must match the 0% keyframe to prevent flickering */
  transform: scale(2.5) translateY(25vh);
}

@keyframes moveIn {
  0% {
    transform: scale(2.5) translateY(25vh);
  }
  100% {
    transform: scale(1) translateY(0vh);
  }
}
body {
  overflow: hidden;
}

@media (min-width: 767px) and (max-width: 1000px) {
  .popup-main-row {
    gap: 25px;
  }
  .popup-main-row > div {
    width: 100%;
  }
}
@media (min-width: 567px) and (max-width: 1000px) {
  .map-info-window .container {
    max-width: 100%;
  }
}
.totalrecord {
  font-size: 14px;
  line-height: 16px;
  color: #B7EAE7;
  padding: 20px 0 0 0;
  font-weight: 500;
}

.totalrecord p {
  margin: 0;
  padding: 0;
}

body .loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
body .loader::before,
body .loader::after {
  content: "";
  grid-area: 1/1;
  --c:no-repeat radial-gradient(farthest-side,#fff 92%,#0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 12px 12px;
  animation: l12 1s infinite;
}
body .loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear;
}
@keyframes l12 {
  100% {
    transform: rotate(0.5turn);
  }
}

@media (max-width: 1000px) {
  body .lightbox-content {
    max-height: inherit;
  }
  body .light-box-parent {
    max-width: inherit;
    max-height: 600px;
  }
}
@media (max-height: 1000px) {
  body .lightbox-content {
    max-height: inherit;
  }
  body .light-box-parent {
    max-width: inherit;
    max-height: 600px;
  }
}
@media (min-width: 1900px) {
  body .lightbox-content {
    max-height: inherit;
  }
  body .light-box-parent {
    max-width: inherit;
    max-height: 65vh;
  }
}
body.lang-ar .maplibregl-popup {
  border-bottom-right-radius: 17px !important;
}

@media (min-width: 1000px) {
  body.lang-ar .maplibregl-popup {
    background: url(../images/pattern-pop-up.svg) repeat-x, linear-gradient(300deg, #FFF 29.35%, #EFFAFA 54.69%, #DAF4F2 75.74%, #3BC5BC 110.43%);
  }
}/*# sourceMappingURL=stylemap.css.map */