.header {
  position: fixed;
  top: 16px;
  width: 100%;
  left: 0;
  z-index: 2;
}
.header .header-box .box {
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  padding: 18px 32px;
  width: 100%;
}
.header .main-menu-box .menu-item {
  color: var(--main-color);
  font-size: 20px;
  transition: 0.4s;
  padding: 16px 12px;
}
.btn {
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 60px;
  transition: 0.4s;
  color: var(--body-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-gray {
  background-color: #d0d4db;
}
.btn-primary {
  background-color: var(--main-color);
  color: #fff;
}
.btn-primary:hover {
  background: var(--secondary-color);
  color: var(--main-color);
}
.btn-primary:hover img {
  filter: invert(1);
}
.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--main-color);
}
.btn-outline {
  background-color: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}
.btn-secondary:hover,
.prop_item_std:hover .btn-secondary,
.btn-outline:hover {
  background-color: var(--main-color);
  color: #fff;
}
.btn-gray:hover {
  background-color: var(--blue);
  color: #fff;
}
.btn-secondary img,
.btn img {
  transition: 0.4s;
}
.btn-secondary:hover img,
.prop_item_std:hover .btn-secondary img,
.btn-gray:hover img {
  filter: brightness(0) invert(1);
}
.btn-header-icon {
  width: 48px;
  height: 48px;
}
.landing-section {
  position: sticky;
  top: 0;
}
.land-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.land-box-wrap {
  z-index: 2;
}
.landing-section .swiper-custom-pagination {
  position: absolute;
  bottom: 10px;
  z-index: 2;
}
.swiper-custom-pagination.normal span {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  opacity: 0.4;
  background-color: #fff;
}
.swiper-custom-pagination.normal span.swiper-pagination-bullet-active {
  opacity: 1;
}
.land-box {
  height: 100svh;
}
.land-tt {
  font-size: 96px;
  line-height: 1;
}
.land-dd {
  font-size: 40px;
}
.why-partner-section {
  padding-top: 137px;
  border-radius: 32px 32px 0 0;
}
.why-partner-section:before,
.contact-azad-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 411px;
  background: url(../images/azad-patt-top.svg) repeat;
  pointer-events: none;
}
.sticky-our-prop-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 411px;
  background: url(../images/azad-patt-center.svg) repeat;
  pointer-events: none;
}
.ar .prop-slider-images:after {
    background: linear-gradient(89deg, rgba(0, 0, 0, 0) 45.94%, rgba(0, 0, 0, 0.6) 99.16%);
}
footer.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 411px;
  background: url(../images/azad-patt.svg) repeat;
  pointer-events: none;
}
footer.footer:before {
  top: auto;
  bottom: 0;
}
.contact-azad-section:before {
  opacity: 0.03;
}
footer.footer .container {
  position: relative;
}
.section-title-64 {
  font-size: 64px;
  font-weight: 700;
  font-family: var(--secondary-font);
  line-height: 1.4;
}
.ar .section-title-64{
    font-family: var(--main-font);
}
.why-partner-section .right {
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 14.92%, rgba(0, 0, 0, 0.00) 46.68%); */
}
.why-partner-section .dx {
  font-size: 48px;
}
.why-partner-section {
  padding-bottom: 100px;
          overflow: hidden;
}
.sticky-our-prop-section {
  padding-block: 210px;
  position: sticky;
  top: 0;
}
.sticky-our-prop-section .box {
  padding-top: 140px;
  padding-inline-start: 35px;
  cursor: pointer;
}
.sticky-prop-slider {
  width: 70%;
  max-width: 100%;
}
.sticky-prop-slide .tt {
  font-size: 64px;
}
.sticky-prop-slide,
.sticky-prop-slider {
  height: 330px;
  overflow: hidden;
}
.prop-slider-images:after {
  content: "";
  background: linear-gradient(
    269.02deg,
    rgba(0, 0, 0, 0) 45.94%,
    rgba(0, 0, 0, 0.6) 99.16%
  );
  background-blend-mode: darken;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sticky-our-prop-section .swiper-custom-pagination {
  top: inherit;
  transform: none;
  display: flex;
  flex-direction: column;
  right: auto;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.sticky-our-prop-section .swiper-custom-pagination span {
  box-shadow: 0px 0px 15.9px 0px rgba(255, 255, 255, 0.25);
  margin: 0 !important;
  padding: 0;
  opacity: 0.4;
  background-color: #fff;
  width: 8px;
  height: 8px;
  transition: 0.4s;
}
.sticky-our-prop-section
  .swiper-custom-pagination
  span.swiper-pagination-bullet-active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.sticky-our-prop-section .swiper-slide .sticky-prop-slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.prop-slider-images img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.prop-slider-images img.active {
  opacity: 1;
}
.sticky-our-prop-section .swiper-slide-active .sticky-prop-slide {
  opacity: 1;
}
.patt-circle {
  position: absolute;
  top: 70px;
  left: 0;
  pointer-events: none;
  max-width: 900px;
  transform: scale(-1);
}
.about-azad-section-patt {
  top: 200px;
  max-width: 100%;
}
.service_item_std {
  aspect-ratio: 0.7 / 1;
}
.service_item_std .inner {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45.4%,
    rgba(0, 0, 0, 0.61) 73.47%,
    rgba(0, 0, 0, 0.61) 100%
  );
  background-blend-mode: plus-darker, normal;
}
.patt-circle-right {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.our-team-section-patt {
  top: auto;
  bottom: 0;
}
.news-section .box {
  row-gap: 65px;
}
.why-azad-section {
  border-radius: 32px 32px 0 0;
}
.foot-col {
  max-width: 385px;
}
.foot-list a,
.foot-list p {
  color: #fff;
  transition: 0.4s;
  font-size: 16px;
  line-height: 1.5;
}
.foot-col.col5 {
  max-width: 200px;
}
.awards-section .box-wrap {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.awards-section .box-wrap .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
}
.awards-section .box-wrap .box img {
  max-width: 100%;
  object-fit: contain;
  min-height: 150px;
}
.banner-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-tt {
  font-size: 64px;
}
.sub-banner-tt {
  color: white;
  font-size: 24px;
  font-family: var(--main-font);
  font-weight: 500;
  word-wrap: break-word
}
.just-wrapper-main {
  border-radius: 32px 32px 0 0;
  overflow: hidden;
  margin-top: -15px;
}
.breadcrumb-nav ul li:not(:last-of-type):after {
  content: "";
  display: block;
  background: url(../images/chev.svg) no-repeat;
  width: 6px;
  height: 11px;
  background-size: cover;
}
.breadcrumb-nav:lang(ar) ul li:not(:last-of-type):after {
  content: "";
  display: block;
  background: url(../images/chev.svg) no-repeat;
  width: 7px;
  height: 11px;
  background-size: cover;
  transform: rotate(180deg);
}
.breadcrumb-nav .list-none li {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.3;
}
.lang-ar .breadcrumb-nav ul li:not(:last-of-type):after {
  transform: scale(-1);
}
.breadcrumb-nav ul {
  overflow-x: auto;
  overflow-y: hidden;
}
.vmv_item_std {
  aspect-ratio: 1 / 1.02;
  width: 100%;
  border-radius: 64px;
}
.vmv_item_std:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 53, 94, 0) 0%, rgba(28, 53, 94, 0.2) 52%, #1c355e 100%), linear-gradient(180deg, rgba(208, 207, 205, 0) 0%, #d0cfcd 75.48%, #d0cfcd 100%);
  mix-blend-mode: multiply;
}
.vmv_item_std .inner {
  z-index: 1;
}
.our-vals-section .item {
  width: 30%;
}
.our-vals-section .box-out:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  left: 0;
  width: 100%;
  height: 30%;
  background: url(../images/azad-patt.svg) repeat;
  border-radius: var(--main-radius);
}
.our-vals-section {
  position: relative;
}
.our-vals-section .patt-circle{
  top: 70px;
  right: 0;
  left: auto;
  z-index: -1;
  max-width: 100%;
  transform: rotate(0deg);
}
.our-vals-section .item img {
  background-color: #12284B;
  border-radius: 10px;
  padding: 5px;
}
.our-vals-section .box {
  gap: 30px;
  row-gap: 80px;
}
.team-item_std .img {
  aspect-ratio: 1 / 1.31;
}
.our-team-section .box-in {
  row-gap: 33px;
  grid-template-columns: repeat(5, 1fr);
}
.section-title-48 {
  font-size: 48px;
  font-weight: 500;
}
.section-title-56 {
  font-size: 56px;
}
.prop_item_std .logo-inside-box {
  position: absolute;
  top: 0;
  right: 40px;
  width: 143px;
  height: 106px;
  border-radius: 0 0 16px 16px;
  z-index: 1;
}
.prop_item_std .logo-inside-box img {
  max-width: 90%;
  max-height: 90%;
}
.prop_item_std .fig-border {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #fff;
  opacity: 0.6;
}
.prop_item_std:hover .fig-border {
  border-radius: 24px;
}
.prop_item_std:hover .logo-inside-box {
  height: 126px;
  background-color: #eeeeee;
}
.props-listing-section .box {
  gap: 118px 220px;
}
.prop_item_std .main-img {
  aspect-ratio: 1 / 0.78;
}
.other-prop-section .item:hover {
  color: var(--blue);
}
.bg-soft-2 {
  background-color: #ececeb;
}
.leasing-item .fig {
  height: 64px;
  width: 64px;
}
.leasing-item .fig img {
  max-height: 64px;
  max-width: 64px;
}
.badge-tag {
  border: 1px solid #1c2948;
  padding: 10px 16px 7px 16px;
}
.zone-listing-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.-top-2 {
  position: relative;
  top: -2px;
}
.success-partners-item {
  border: 0.5px solid #c3c3c3;
  aspect-ratio: 1 / 0.54;
}
.success-partners-item .img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
.success-partners-item:hover {
  border-color: var(--main-color);
}
.success-partners-item:hover .img {
  transform: scale(1.1) rotate(3deg);
}
.zone-map-section iframe {
  width: 100%;
  border-radius: 32px;
  border: 0;
  height: 448px;
}
.banner-with-figure-section .up {
  width: 250px;
  border-radius: 200px;
  background-color: #c4c4c4;
  padding: 10px;
  height: 250px;
}
.banner-with-figure-section .up img {
  max-width: 80%;
  max-height: 80%;
}
.barrier-border {
  display: block;
  margin-block: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.full-checkbox input {
  display: none;
}
.full-checkbox .badge-tag {
  transition: 0.4s;
  background-color: #fbfbfb;
}
.full-checkbox :checked + .badge-tag {
  background-color: var(--main-color);
  color: #fff;
}
.search-filter {
  background-color: transparent;
  border: 0;
  padding-inline: 16px;
  width: 100%;
}
.right-head-filters {
  border-radius: 30px;
  max-width: 412px;
  width: 412px;
  border: 1px solid #1c2948;
}
.search-filter-btn {
  padding-inline-start: 16px;
}
.zone-tenants_item .img-itm {
  border: 1px solid #1c294833;
}
.zone-tenants-listing-section .box {
  row-gap: 90px;
}
.pagination-items-ul li a {
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  color: #333;
  font-weight: 600;
  font-size: 13px;
}
.pagination-items-ul li a:hover {
  background-color: #f1f1f1;
}
.pagination-items-ul li a.active {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.btn-arr-slide {
  border: 1px solid var(--main-color);
  width: 48px;
  height: 48px;
}
.btn-arr-slide img:lang(ar) {
  transform: rotate(180deg);
}
.btn-arr-slide:hover {
  background-color: #f1f1f1;
}
.black-4 {
  color: #303e48;
}
.prop-gallery-item-slide:hover img {
  scale: 1.1;
}
.prop-gallery-item-slide .just-for-hover {
  opacity: 0;
}
.prop-gallery-item-slide:hover .just-for-hover {
  opacity: 0.2;
}
.header-burger-menu-btn,
.header-menu-item-btn {
  width: 42px;
  height: 42px;
}
.search-form-input {
  border-radius: 60px;
  border: 1px solid #d0cfcd;
}
.header-mo .header-mo-box{
  border: 1px solid rgb(18 40 74);
  background: rgb(18 40 74 / 85%);
  backdrop-filter: blur(10px);
  padding: 18px 32px;
  width: 100%;
}
.search-input {
  color: #292929;
  width: 100%;
  font-size: 20px;
  height: 80px;
  padding: 38px 40px;
  transition: 0.4s;
  border: 0;
  border-radius: 60px;
  background-color: transparent;
}
.search-input::placeholder {
  color: #1c355e99;
}
.search-form-input .clear-search-btn {
  width: 120px;
}
.search-form-input:hover {
  background-color: #0c214108;
}
.search-modal .modal-head2 {
  margin-top: -25px;
}
.search-modal .close-modal-btn:hover {
  background-color: #0c214108;
}
.search-modal-form-inside {
  max-width: 804px;
  width: 100%;
  margin-inline: auto;
}
.form-control {
  width: 100%;
  border-radius: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 16px 16px;
  color: #000;
  height: 56px;
}
.form-control:lang(ar){
 text-align: right;
}
.form-control::placeholder {
  color: #000;
  opacity: 0.4;
}
textarea.form-control {
  height: 212px;
}
.btn-submit {
  border: 0;
}
.validation-err {
  font-size: 13px;
  color: red;
  display: none;
}
.contact-azad-section .contact-itm {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.barrier-award {
  background-color: #d0cfcd;
  height: 1px;
}
.aw-listing_item_std .itm-img {
  mix-blend-mode: multiply;
}
.moments-gallery-item-slide .bg {
  background-color: #00000080;
}
.faq-filters button {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 24px;
  transition: 0.4s;
  padding-inline: 32px;
  border-radius: 200px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.faq-filters button.active,
.faq-filters button:hover {
  background-color: #eaeaea;
}
.faq-item {
  border-radius: 32px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
}
.faq-item .faq-head {
  border-bottom: 0.5px solid transparent;
}
.faq-item:not(.active) .faq-head:hover {
  background-color: #ececeb;
}
.faq-item.active .faq-head {
  background-color: #ececeb;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.faq-item.active .arr-icon {
  transform: rotate(180deg);
}
.header .has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .has-children > a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/menu-arrow.svg) no-repeat center;
  background-size: 20px;
  margin-inline-start: 3px;
  transition: .4s;
}
.header .has-children.active > a:after {
  transform: rotate(180deg);
}
.header-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
.header .has-children.active .header-submenu {
  visibility: visible;
  pointer-events: auto;
}
.header-submenu .header-submenu-box {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  width: 229px;
  opacity: 0;
  overflow-y: auto;
}
.header .has-children.active .header-submenu-box {
  opacity: 1;
}
.header-submenu:before {
  content: '';
  display: block;
  width: 100%;
  height: 26px;
}
.header-submenu .header-submenu-box a:hover {
  background-color: rgba(28, 53, 94, 0.40);
}
.main-menu-mo-list [accordion-item].active button:after {
  transform: rotate(180deg);
}
.why-azad-banner-section .left .dd:before {
  margin-inline-end: 10px;
}
.why-azad-banner-section .left .dd:before,
.why-azad-banner-section .left .dd:after {
  content: '';
  width: 24px;
  height: 16px;
  background: url(../images/quote-up.svg);
  display: inline-block;
}
.why-azad-banner-section .left .dd:after {
  background: url(../images/quote-down.svg);
  margin-inline-start: 10px;
}
.why-azad-banner-section:lang(ar) .left .dd:before,
.why-azad-banner-section:lang(ar) .left .dd:after {
  transform: rotate(180deg);
}
.work-us-item .bg {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
  background-blend-mode: darken, normal;  
}
.work-us-item .bg:lang(ar){
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.work-us-item .www {
  max-width: 560px;
}
.work-us-item {
  min-height: 450px;
}
.video-section video {
  aspect-ratio: 1 / 0.55;
}
.saudi-vision-section .box {
  max-width: 860px;
}
.saudi-vmv-section .work-us-item .www{
  max-width: 732px;
}

.know-more-section {
  background: #F6F5F5;
  border-radius: 24px;
}
.form-control:lang(ar) {
  text-align: right;
}

@media (max-width: 1600px) {
  .sticky-our-prop-section .box .actions {
    padding-top: 20px;
  }
}
@media (max-width: 1450px) {
  .header .main-menu-box {
    gap: 15px;
  }
}
@media (max-width: 1350px) {
  .header .main-menu-box .menu-item {
    font-size: 17px;
  }
  .btn-header-icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1250px) {
  .header .btn-header {
    padding: 12px 14px;
    font-size: 14px;
  }
  .header .main-menu-box .menu-item {
    padding: 16px 5px;
  }
  .our-team-section .box-in {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1100px) {
  .btn-header-icon {
    width: 25px;
    height: 25px;
  }
  .header .main-menu-box .menu-item {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  :root {
    --body-font-size: 16px;
  }
  .header {
    top: 0;
  }
  .header .container{
    padding: 0 !important;
  }
  .header .box .left {
    display: none;
  }
  .header .header-box .box {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    backdrop-filter: none;
    padding: 0;
  }
  .right-mo-blank-head {
    width: 32px;
    height: 32px;
  }
  .land-tt {
    font-size: 64px;
    margin-bottom: 10px;
  }
  .land-dd {
    font-size: 24px;
  }
  .land-box-in {
    padding-bottom: 44px;
  }
  .why-partner-section {
    padding-block: 64px 35px;
  }
  .why-partner-section:before {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .section-title-64 {
    font-size: 40px;
  }
  .section-title-56 {
    font-size: 40px;
  }
  .why-partner-section .head {
    gap: 8px;
  }
  .why-partner-section .head .actions {
    margin-top: 10px;
  }
  .why-partner-section .item img {
    width: 40px;
    height: 40px;
  }
  .why-partner-section .dx {
    font-size: 28px;
  }
  .why-partner-section .dz {
    font-size: 18px;
  }
  .why-partner-section .right {
    gap: 40px;
    row-gap: 67px;
  }
  .sticky-our-prop-section .box {
    padding-top: 90px;
}
  .sticky-our-prop-section {
    padding-block: 32px 48px;
    padding-top: 150px;
  }
  .sticky-prop-slide,
  .sticky-prop-slider {
    height: 400px;
  }
  .sticky-prop-slider {
    width: 100%;
  }
  .sticky-prop-slide .tt {
       font-size: 32px;
    line-height: 32px;
  }
  .sticky-prop-slide .dd {
    line-height: 1.2;
    height: 150px;
    overflow: hidden;
  }
  .sticky-our-prop-section .box {
    padding-inline-start: 10px;
  }
  .sticky-prop-slide {
    padding-inline-end: 40px;
  }
  .sticky-our-prop-section .box .actions {
    padding-bottom: 130px;
  }

  .service_item_std .ttx {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .news-section {
    padding-block: 100px 80px;
  }
  .news_item_std {
    flex-direction: column;
    gap: 30px;
  }
  .news_item_std figure {
    width: 100%;
  }
  .news_item_std figure img {
    width: 100%;
  }
  .news_item_std .zxc {
    font-size: 24px;
    -webkit-line-clamp: 4;
  }
  .news_item_std .zxc2 {
    font-size: 20px;
  }
  .why-azad-section {
    padding-block: 64px;
  }
  .align-p {
    text-align: inherit;
  }
  .footer {
    padding-block: 48px 0;
  }
  .footer .box {
    flex-direction: column;
    gap: 48px;
  }
  .footer .foot-tt {
    font-size: 20px;
  }
  .footer .box2 {
    padding-bottom: 25px;
  }
  .land-box:after {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0) 38.19%
      ),
      linear-gradient(270deg, rgba(0, 0, 0, 0) 38.36%, rgba(0, 0, 0, 0.3) 100%);
  }
  .search-modal .modal-head2 {
    margin-top: 100px;
  }
  .search-input {
    font-size: 16px;
    height: 52px;
    padding: 13px 40px;
  }
  .search-form-input .clear-search-btn {
    width: 70px;
  }
  .search-form-input .clear-search-btn img {
    width: 14px;
  }
  .main-menu-mo-list a,
  .main-menu-mo-list button {
    color: var(--main-color);
    padding-block: 10px;
    display: flex;
  }
  .main-menu-mo-list [acc-head] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background-color: transparent;
    padding-inline: 0;
    padding-block: 5px;
    text-align: inherit;
  }
  .main-menu-mo-list [acc-head]:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/menu-arrow.svg) no-repeat center;
    background-size: 20px;
    transition: 0.4s;
    flex-shrink: 0;
    align-self: baseline;
  }
  .menu-close-btn {
    width: 32px;
    height: 32px;
    display: flex;
    padding-inline-end: 0;
  }
  .main-menu-mobile .btn-header-icon {
    width: 48px;
    height: 48px;
  }
  .our-team-section .box-in {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-tt {
    font-size: 40px;
  }
  .banner-section .box {
    padding-bottom: 30px;
  }
  .section-title-48 {
    font-size: 36px;
  }
  .about-azad-section .head {
    padding-bottom: 50px;
  }
  .vmv_item_std .ttx {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .vmv_item_std {
    border-radius: 24px;
    aspect-ratio: inherit;
    height: 500px;
  }
  .about-azad-section {
    padding-bottom: 64px;
  }
  .our-vals-section {
    padding-block: 50px;
  }
  .our-vals-section .head {
    padding-bottom: 64px;
  }
  .our-vals-section .desc {
    font-size: 20px;
  }
  .our-vals-section .box {
    flex-direction: column;
    gap: 32px;
  }
  .our-vals-section .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }
  .our-vals-section .item .xzcaq {
    font-size: 24px;
    text-align: left;
    padding-top: 0;
  }
  .our-vals-section .item .xzcaq:lang(ar) {
    text-align: right;
  }
  .our-vals-section .item figure {
    margin: 0;
  }
  .font-48 {
    font-size: 36px;
  }
  .our-team-section .head-tt {
    padding-bottom: 15px;
  }
  .our-team-section .box-in {
    display: flex;
    overflow-x: auto;
    gap: 30px;
  }
  .team-item_std {
    max-width: 42%;
    width: 42%;
    min-width: 42%;
  }
  .team-item_std .img {
    aspect-ratio: inherit;
    height: 200px;
  }
  .team-item_std .za {
    font-size: 20px;
  }
  .team-item_std .z2 {
    font-size: 14px;
  }
  .banner-section > img {
    height: 300px;
  }
  .prop_item_std .main-img {
    aspect-ratio: inherit;
    height: 461px;
  }
  .prop_item_std .fig-border {
    top: 20px;
    left: 0;
    width: 100%;
  }
  .prop_item_std .ta {
    font-size: 40px;
  }
  .prop_item_std .da {
    font-size: 20px;
    -webkit-line-clamp: inherit;
  }
  .props-listing-section .box {
    gap: 80px;
  }
  .our-vals-section .box-out:before {
    height: 50%;
  }
  .other-prop-section {
    padding-block: 64px;
  }
  .other-prop-section .box {
    flex-direction: column;
    display: flex;
  }
  .other-prop-section .item {
    font-size: 24px;
  }
  .zone-listing-item .dd1 {
    font-size: 36px;
  }
  .banner-with-image-section .right img {
    width: 212px;
    height: auto;
    object-fit: contain;
  }
  .breadcrumb-nav ul::-webkit-scrollbar {
    display: none;
  }
  .leasing-listing-section .box {
    row-gap: 25px;
  }
  .leasing-item .fig img {
    max-width: inherit;
    max-height: inherit;
    width: 72px;
    height: 72px;
  }
  .zone-listing-item figure img {
    height: 330px;
  }
  .zone-listing-item .dd2 {
    font-size: 20px;
    -webkit-line-clamp: inherit;
  }
  .success-partners-item {
    border-radius: 24px;
    aspect-ratio: inherit;
    height: 140px;
  }
  .success-partners-section .box {
    gap: 38px 16px;
  }
  .right-head-filters {
    width: 100%;
    max-width: inherit;
    height: 40px;
    flex-direction: row-reverse;
  }
  .search-filter-btn {
    padding-inline: 16px;
  }
  .search-filter-btn img {
    width: 18px;
  }
  .left-head-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .zone-tenants_item .x1 {
    font-size: 32px;
  }
  .zone-tenants_item .lft .x1 {
    margin-inline-start: 24px;
  }
  .zone-tenants-listing-section .box {
    row-gap: 25px;
  }
  .tenant-gallery-item-slide img,
  .tenant-gallery-item-slide,
  .tenant-gallery-slider .swiper-slide {
    width: 300px;
    height: 300px;
  }
  .prop-details-section .right-itm .icn {
    width: 32px;
    height: 32px;
  }
  .contact-azad-section .contact-itm {
    border-radius: 12px;
  }
  .awards-desc-section .img {
    width: 109px;
    height: auto;
  }
  .moments-gallery-item-slide .img {
    height: 216px;
  }
  .moments-gallery-item-slide .bg {
    min-height: 76px;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .moments-gallery-slider .swiper-slide {
    width: 287px;
  }
  .faq-filters {
    overflow-x: auto;
  }
  .faq-filters button {
    font-size: 20px;
    white-space: nowrap;
  }
  .faq-head {
    padding: 16px 24px;
  }
  .faq-tab-wrap:not(:first-of-type) .faq-category-box {
    padding-top: 30px;
  }
  .why-azad-banner-section .box {
    padding-inline-end: 16px;
  }
  .why-azad-banner-section .left .dd:before, .why-azad-banner-section .left .dd:after {
    width: 16px;
    height: 13px;
    margin-inline-start: -26px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .why-azad-banner-section .left {
    padding-inline-start: 12px;
  }
  .why-azad-banner-section .left .dd:after {
    margin-inline-start: 10px;
  }
  .why-azad-banner-section .right img {
    width: 236px;
    height: auto;
  }
  .work-us-item .item-in {
    padding: 40px 24px 110px 24px;
  }
  .work-us-item .www {
    max-width: 100%;
  }
  .work-us-item,
  .work-us-item .radius {
    border-radius: 24px;
  } 
  .saudi-vmv-section .work-us-item,
  .saudi-vmv-section .work-us-item .radius {
    border-radius: 32px;
  }
  .saudi-vmv-section .work-us-item .item-in {
    padding: 260px 16px 32px 16px;
    background: linear-gradient(196deg, rgba(0, 0, 0, 0.00) 4.42%, rgba(0, 0, 0, 0.80) 99.11%);
  }
}

/* Register your interest */


.input {
  width: 100%;
  background-color: #f2f4f5;
  border: 0;
  border-radius: 0;
  height: 40px;
  color: #000;
  font-size: 16px;
  padding: 15px;
}
.input::placeholder {
  color: #878787;
}
.register-section .btn {
  font-size: 16px;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 400;
line-height: 20px;
}
.register-section .box {
  padding: 35px;
  background: rgba(60, 55, 58, 0.7);
}
.register-section.white-theme .box {
  background-color: #fff;
  color: #000;
}
.register-section .input {
  background-color: #fff;
  border-radius: 12px;
  border: 0.5px solid #ababab;
  font-size: 16px;
  padding: 15px;
}

.register-section .input:disabled,
.register-section .input:read-only {
  background-color: #efefef;
}

.register-section .mobile-number {
  padding-left: 0;
}
.register-section .mobile-number:lang(ar) {
  text-align: right;
}

.register-section .tabs-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(28, 41, 72, 0.1);
}

.register-section .tabs-section .tabText {
  position: relative;
  padding: 0 35px;
  cursor: pointer;
  pointer-events: none;
}

.register-section .tabs-section .tabText span {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
}

.register-section .tabs-section .tabText::after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: rgba(28, 41, 72, 0.4);
  position: absolute;
  right: 0;
  border-radius: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.register-section .tabs-section .tabText:last-child:after {
  display: none;
}

.register-section .tabs-section .tabText::before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  border: 2px dashed rgba(28, 41, 72, 0.4);
  border-radius: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.register-section .tabs-section .tabText.inPro span {
  color: black;
}

.register-section .tabs-section .tabText.inPro::before {
  background-color: #3f8aab;
  border: 2px dashed black;
}

.register-section .tabs-section .tabText.active span {
  color: black;
}

.register-section .tabs-section .tabText.active::before {
  background-image: linear-gradient(to right, #10233f, #0e2a53);
  border: 2px solid black;
}

.register-section .tabs-section .tabText.active::after {
  background-color: black;
}

.wizardDiv {
  display: flex;
  overflow-x: clip;
  flex-wrap: nowrap;
}

.field-nextButton:lang(en) {
  position: absolute;
  bottom: 0;
  right: 7%;
}
.field-nextButton:lang(ar) {
  position: absolute;
  bottom: 0;
  left: 7%;
}
.field-pretButton:lang(en) {
  position: absolute;
  bottom: 0;
  left: 7%;
}
.field-pretButton:lang(ar) {
  position: absolute;
  bottom: 0;
  right: 7%;
}
.field-pretButton .arr-icon {
  transform: rotate(180deg);
}
.tab-section {
  display: inline-flex;
  flex-direction: row;
  margin: 30px 0;
  min-width: 100%;
  align-self: center;
  position: relative;
  left: 0;
  transition: 0.6s ease-in-out;
  min-height: 50vh;
  padding-bottom: 75px;
}

.tab-section .secContent {
  width: 50%;
  padding: 0 15px;
  display: grid;
  gap: 24px;
  height: fit-content;
  margin: auto;
}

.tab-section .secContent .headerText label {
  font-size: 40px;
  color: #303e48;
  display: block;
}

.tab-section .secView {
  width: 50%;
  text-align: center;
  padding: 0 20px;
  gap: 24px;
  display: grid;
  height: fit-content;
  align-self: center;
}

.selectMenu {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border-color: #ababab;
  appearance: none;
}

.custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(225deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.custom-select {
  position: relative;
  text-align: justify;
}

.select-selected {
  cursor: pointer;
  width: 100%;
  padding: 11px 15px;
  border-radius: 12px;
  border: 0.5px solid #A0A9B7;
}

.select-items {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 99;
  width: 100%;
}

.select-items div {
  padding: 10px;
  cursor: pointer;
}

.select-items div:hover {
  background-color: #f1f1f1;
}

.select-hide {
  display: none;
}

.m-auto {
  margin: auto !important;
}

.spanTitle {
  min-width: 100px;
  margin: auto 0;
}

.boxReqSum {
  border: 0.5px solid #ababab;
  border-radius: 5px;
  padding: 4px 13px;
  margin: 5px;
}

:lang(ar) .custom-select::after {
  left: 20px;
  right: auto;
}

:lang(ar) .register-section .tabs-section .tabText::before {
  left: auto;
  right: 0;
}

:lang(ar) .register-section .tabs-section .tabText::after {
  right: auto;
  left: 0;
}

.interest-modal {
  display: block;
  width: 465px;
  height: auto;
  padding: 32px 32px 48px 32px;
  border-radius: 16px;
  border: 2px solid rgba(28, 41, 72, 0.3);
  background-color: #fff;
  margin-inline: auto;
  top: 50%;
  left: 50%;
  flex-shrink: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}
.interest-modal .retry-btn {
  margin-right: 20px;
  font-size: 17px;
  text-transform: capitalize;
  padding: 10px 40px;
}
.interest-modal .btn-back {
  border-radius: 100px;
  border: 1px solid #1c2948;
  background: #fff;
  color: #1c2948;
  backdrop-filter: blur(5px);
  font-size: 17px;
  text-transform: capitalize;
}
.interest-modal .btn-back:hover,
.interest-modal .btn-back:focus {
  background-color: #1c2948;
  color: #fff;
}
.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: flex;
}

.loading-image {
  width: 100px;
  height: auto;
}
.register-section .input::placeholder {
  color: #878787;
}
.register-section.white-theme .box .lbl {
  color: #000;
}
.subscribe-form .btn {
  width: 126px;
  height: 55px;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
}
.subscribe-form .btn:hover,
.subscribe-form .btn:focus {
  border: var(--main-color);
  background: var(--main-color);
  color: #fff;
}
.register-section.white-theme .box .subscribe-form .input {
  width: 300px;
}

.register-section .btn {
  border: 1px solid #001936;
  border-radius: var(--main-radius);
  font-family: "Dubai", sans-serif;
  color: #fff;
  background-color: var(--main-color);
  font-size: 18px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-section .btn:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #fff;
}
.register-section .btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.register-section .btn-outline-white:hover {
  background: #fff;
  color: #333;
}
.register-section .btn-dark {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  font-size:16px;
}
.register-section .field-pretButton .btn-dark {
  background-color: #D0D4DB;
  border: 1px solid #D0D4DB;
  color: var(--main-color);
  font-size:16px;
}
.register-section .field-pretButton .btn-dark:hover {
  color: var(--main-color);
}
.register-section .btn-dark:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #fff;
}
.register-section .btn-secondary {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #fff;
}
.register-section .btn-main {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}
.register-section .btn-secondary:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.box-overlay {
  height: 85%;
  bottom: 0;
  top: auto;
}
.prop-map-item {
  height: 311px;
}
.line_1-2 {
  line-height: 1.2;
}
.input {
  width: 100%;
  background-color: #f2f4f5;
  border: 0;
  border-radius: 0;
  height: 40px;
  color: #000;
  font-size: 16px;
  padding: 15px;
}
.input::placeholder {
  color: #878787;
}
.register-section .btn {
  font-size: 16px;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 400;
line-height: 20px;
}
.register-section .box {
  padding: 35px;
  background: rgba(60, 55, 58, 0.7);
}
.register-section.white-theme .box {
  background-color: #fff;
  color: #000;
}
.register-section .input {
  background-color: #fff;
  border-radius: 12px;
  border: 0.5px solid #ababab;
  font-size: 16px;
  padding: 15px;
  min-height: 46px;
}

.register-section .input:disabled,
.register-section .input:read-only {
  background-color: #efefef;
}

.register-section .mobile-number {
  padding-left: 15px;
}

.register-section .tabs-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(28, 41, 72, 0.1);
}

.register-section .tabs-section .tabText {
  position: relative;
  padding: 0 35px;
  cursor: pointer;
  pointer-events: none;
}

.register-section .tabs-section .tabText span {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
}

.register-section .tabs-section .tabText::after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: rgba(28, 41, 72, 0.4);
  position: absolute;
  right: 0;
  border-radius: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.register-section .tabs-section .tabText:last-child:after {
  display: none;
}

.register-section .tabs-section .tabText::before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  border: 2px dashed rgba(28, 41, 72, 0.4);
  border-radius: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.register-section .tabs-section .tabText.inPro span {
  color: black;
}

.register-section .tabs-section .tabText.inPro::before {
  background-color: #3f8aab;
  border: 2px dashed black;
}

.register-section .tabs-section .tabText.active span {
  color: black;
}

.register-section .tabs-section .tabText.active::before {
  background-image: linear-gradient(to right, #10233f, #0e2a53);
  border: 2px solid black;
}

.register-section .tabs-section .tabText.active::after {
  background-color: black;
}

.wizardDiv {
  display: flex;
  overflow-x: clip;
  flex-wrap: nowrap;
}

.tab-section {
  display: inline-flex;
  flex-direction: row;
  margin: 30px 0;
  min-width: 100%;
  align-self: center;
  position: relative;
  left: 0;
  transition: 0.6s ease-in-out;
  min-height: 50vh;
  padding-bottom: 75px;
}

.tab-section .secContent {
  width: 50%;
  padding: 0 15px;
  display: grid;
  gap: 24px;
  height: fit-content;
  margin: auto;
}

.tab-section .secContent .headerText label {
  font-size: 40px;
  color: #303e48;
  display: block;
}

.tab-section .secView {
  width: 50%;
  text-align: center;
  padding: 0 20px;
  gap: 24px;
  display: grid;
  height: fit-content;
  align-self: center;
}

.selectMenu {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border-color: #ababab;
  appearance: none;
}

.custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(225deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.custom-select {
  position: relative;
  text-align: justify;
}

.select-selected {
  cursor: pointer;
  width: 100%;
  padding: 11px 15px;
  border-radius: 12px;
  border: 0.5px solid #A0A9B7;
}

.select-items {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 99;
  width: 100%;
}

.select-items div {
  padding: 10px;
  cursor: pointer;
}

.select-items div:hover {
  background-color: #f1f1f1;
}

.select-hide {
  display: none;
}

.m-auto {
  margin: auto !important;
}

.spanTitle {
  min-width: 100px;
  margin: auto 0;
}

.boxReqSum {
  border: 0.5px solid #ababab;
  border-radius: 5px;
  padding: 4px 13px;
  margin: 5px;
}

:lang(ar) .custom-select::after {
  left: 20px;
  right: auto;
}

:lang(ar) .register-section .tabs-section .tabText::before {
  left: auto;
  right: 0;
}

:lang(ar) .register-section .tabs-section .tabText::after {
  right: auto;
  left: 0;
}

.interest-modal {
  display: block;
  width: 465px;
  height: auto;
  padding: 32px 32px 48px 32px;
  border-radius: 16px;
  border: 2px solid rgba(28, 41, 72, 0.3);
  background-color: #fff;
  margin-inline: auto;
  top: 50%;
  left: 50%;
  flex-shrink: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}
.interest-modal .retry-btn {
  margin-right: 20px;
  font-size: 17px;
  text-transform: capitalize;
  padding: 10px 40px;
}
.interest-modal .btn-back {
  border-radius: 100px;
  border: 1px solid #1c2948;
  background: #fff;
  color: #1c2948;
  backdrop-filter: blur(5px);
  font-size: 17px;
  text-transform: capitalize;
}
.interest-modal .btn-back:hover,
.interest-modal .btn-back:focus {
  background-color: #1c2948;
  color: #fff;
}
.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: flex;
}

.loading-image {
  width: 100px;
  height: auto;
}
.register-section .input::placeholder {
  color: #878787;
}
.register-section.white-theme .box .lbl {
  color: #000;
}

.multi-checkbox-select {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #ababab;
  border-radius: 12px;
  margin-top: 20px;
}

.multi-checkbox-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(225deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

:lang(ar) .multi-checkbox-select::after {
  left: 20px;
  right: auto;
}

.multi-checkbox-select .selected-item {
  margin: 0 5px;
  background: aliceblue;
  padding: 2.5px 5px 2.5px 30px;
  border-radius: 5px;
  position: relative;
  top: -50px;
  display: inline-block;
}

.multi-checkbox-select .selected-count {
  margin: 5px;
  background: aliceblue;
  padding: 2.5px 5px;
  border-radius: 5px;
  position: relative;
  top: -50px;
}

.multi-checkbox-select .selected-item:hover {
  opacity: 1;
}

.multi-checkbox-select .selected-item:before,
.multi-checkbox-select .selected-item:after {
  position: absolute;
  left: 15px;
  top: 12px;
  content: ' ';
  height: 13px;
  width: 2px;
  background-color: #333;
}


.multi-checkbox-select .selected-item:before {
  transform: rotate(45deg);
}

.multi-checkbox-select .selected-item:after {
  transform: rotate(-45deg);
}

.selected {
  padding: 12px 15px;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
}

/*.selected::after {
  content: "Please Select Unit(s)";
  position: absolute;
  left: 15px;
}

:lang(ar) .selected::after {
  content: "ÙŠØ±Ø¬Ù‰ Ø§Ø®ØªÙŠØ§Ø± Ø§Ù„ÙˆØ­Ø¯Ø©/Ø§Ù„ÙˆØ­Ø¯Ø§Øª";
  right: 15px;
  left: auto;
}*/

.options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  z-index: 1000;
  max-height: 225px;
  overflow-y: scroll;
}

#unitOptions{
  max-height: 225px;
  overflow-y: scroll;
}

#unitOptions label input{
  margin-right: 10px;
  margin-left: 10px;
}

.options label {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.options label:hover {
  background: #f0f0f0;
}

.select-items {
  height: auto;
  overflow-y: scroll;
}

.boxReqSum.units {
  border: 0;
  padding: 0;
  margin: 0;
}

.selected-placeHolder {
  position: absolute;
}

.buildings .boxReqSum {
  border: 0;
}

.image-container {
  position: relative;
}

.image-container img {
  cursor: pointer;
  width: 100%;
  object-fit: contain;
}

.overlay-text {
  position: absolute;
  right: 14px;
  bottom: 15px;
  color: #000;
  background: rgba(256, 256, 256, 0.5);
  padding: 14px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 400;
  text-align: left;
}

.image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 80%;
  max-height: 80%;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.tab-section .image-container {
  border: 1px solid rgba(28, 41, 72, 0.20);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(11px);
}

.confirmation-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.confirmation-modal .modal-content {
  background-color: #fefefe;
  padding: 40px;
  border: 1px solid #888;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  border-radius: 16px;
  border: 3px solid rgba(28, 41, 72, 0.30);
  background: var(--white, #FFF);
}

.confirmation-modal .modal-buttons .btn {
  margin: 0 10px;
  font-size: 16px;
}

#modalContent {
  width: 100%;
  max-width: 500px;
}

.verification-context #confirmationText,
.submission-context #confirmationText{
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  line-height: 30px;
  white-space: pre-line;
}

.verification-context .modal-content,
.submission-context .modal-content{
  max-width: 100%;
}

.validation-context .modal-content{
  align-items: normal;
  max-width: 100%;
}
.validation-context #confirmationText{
  font-size: 18px;
  text-align: left;
  line-height: 25px;
}
.validation-context #confirmationText:lang(ar){
  text-align: right;
}

#buildingErrorMessage{
  color: red;
}

.contact-link {
  color: red;
  text-decoration: underline;
  margin-left: 10px;
  font-weight: bold;
}

.contact-link:hover {
  text-decoration: none;
  color: #0e2a53;
}


.confirmation-modal .modal-buttons .btn-light {
  color: #001936;
  background: #FFF;
}

/*------------------------------------*/
.title-text {
  color: #1C2948;
  font-size: 48px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 50px;
  word-wrap: break-word;
}

.content-text {
  color: black;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  max-width: 860px;
}

@media (max-width: 768px) {
  .title-text {
      font-size: 36px;
  }
}


/* our services section */
.our-services-section,
.our-properties-section {
  padding: 64px 0;
  position: relative;
}

.our-services-section::before,
.our-properties-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/azad-pattern.png);
  background-repeat: repeat-x;
  z-index: -1;
}

.card-our-service {
  padding: 64px 32px;
  border-radius: 24px;
  min-height: 500px;
  width: 343px;
  min-width: 343px;
  display: flex;
  background-color: #12284B;
  position: relative;
}

/* 1st, 4th, and 7th card-our-service */
.section-card-services:nth-of-type(3n+1) .card-our-service {
  background-color: #12284B;
}

/* 2nd, 5th, and 8th card-our-service */
.section-card-services:nth-of-type(3n+2) .card-our-service {
  background-color: #ECECEB;
}

/* 3rd, 6th, and 9th card-our-service */
.section-card-services:nth-of-type(3n+3) .card-our-service {
  background-color: #717E93;
}

.card-our-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fill-available;
  height: 100%;
  background-image: url(../images/bg-ourServicesCard.png);
  background-repeat: no-repeat;
}

.section-card-services {
  align-items: stretch;
  display: flex;
}

.section-card-services:nth-child(even) {
  flex-direction: row-reverse !important;
}

.cardImg {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  height: 500px;
  width: -webkit-fill-available;
}
.cardImg img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.card-our-service .infoCard {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.card-our-service .titleText {
  color: #F6F5F5;
  font-size: 32px;
  font-family: var(--main-font);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  word-wrap: break-word
}

.card-our-service .contentText {
  color: #F6F5F5;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}

.section-card-services:nth-of-type(3n+2) .card-our-service .contentText,
.section-card-services:nth-of-type(3n+2) .card-our-service .titleText {
  color: #12284B;
}

@media (max-width: 768px) {
  .card-our-service .contentText {
      font-size: 16px;
  }

  .section-card-services {
      gap: 0 !important;
  }

  .flex-col-mob {
      flex-direction: column !important;
  }

  .section-card-services:nth-child(odd) {
    flex-direction: column !important;
  }
  .section-card-services:nth-child(even) {
    flex-direction: column !important;
  }

  .flex-colReverse-mob {
      flex-direction: column-reverse !important;
  }

  .card-our-service::before {
      left: -125px;
  }

  .cardImg {
      border-radius: 24px 24px 0 0;
  }

  .card-our-service {
      min-height: 329px;
      width: 100%;
      min-width: auto;
      border-radius: 0 0 24px 24px;
      padding: 32px 16px;
  }
}


/* privacy-policy-section  */
.header-text {
  color: #1C2948;
  font-size: 32px;
  font-family: var(--main-font);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  word-wrap: break-word
}

.textContent {
  color: black;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}

.textContent a {
  color: black;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}

.textContent a:hover {
  text-decoration: underline;
}


/* Sitemap section*/
.sitemap {
  row-gap: 64px;
  column-gap: 100px;
}

.sec-sitemap {
  width: calc(33.33% - 100px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.headerSite {
  color: black;
  font-size: 32px;
  font-family: var(--main-font);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  word-wrap: break-word
}

.listSite {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.link-site {
  color: #007291;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.link-site:hover {
  text-decoration: underline;
}


@media (max-width: 992px) {
  .sec-sitemap {
      width: calc(50% - 100px);
  }
}

@media (max-width: 768px) {
  .sitemap {
      row-gap: 32px;
  }

  .sec-sitemap {
      width: 100%;
  }
}


/* 404 page */
.img-404 {
  max-width: 730px;
  width: 100%;
  margin: auto;
}

.label-404 {
  color: #1C2948;
  font-size: 56px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 80px;
  word-wrap: break-word;
  margin: auto;
}

.content-404 {
  font-family: var(--main-font);
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}

.btn-404 {
  padding: 12px 24px;
  border-radius: 32px;
  color: white;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  background-color: #12284B;
  width: fit-content;
  margin: auto;
  display: flex;
      align-items: center;
}

@media (max-width: 768px) {
  .label-404 {
      color: #1C2948;
      font-size: 40px;
  }
}


/* our services section */
.news-section {
  padding: 64px 0;
  position: relative;
}

.news-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/azad-pattern.png);
  background-repeat: repeat-x;
  z-index: -1;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
 }

/* news page */
.featurSec {
  display: flex;
  overflow: hidden;
  padding: 1px;
  width: 100%;
}

.featurSec .swiper-wrapper {
  align-items: stretch;
}

.cardFeatur {
  border-radius: 24px;
  overflow: hidden;
  background-color: #F6F6F6;
  height: auto;
  align-items: stretch;
  border:  1px solid #f6f6f6;
}

.img-featur {
  height: 250px;
  min-height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.img-featur img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.content-featur {
  padding: 32px;
  background-color: #F6F6F6;
  justify-content: space-around;
  height: 100%;
}

.label-featur {
  color: black;
  font-size: 24px;
  font-family: var(--main-font);
  font-weight: 500;
  word-wrap: break-word;
}

.p-featur {
  color: black;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-featur {
  padding: 12px 24px;
  color: #12284B;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  background-color: #97D4E9;
  width: fit-content;
  border-radius: 32px;
  gap: 10px;
  display: flex;
  align-items: center;
}

.btn-featur span {
  margin-top: 3px;
}

.pagination-news {
  row-gap: 64px;
  column-gap: 16px;
}

.cardNews {
  width: calc(33.3% - 16px);
  border-radius: 24px;
  overflow: hidden;
  background-color: #F6F6F6;
  align-items: stretch;
  border: 1px solid #F6F6F6;
}

.img-news {
  min-height: 238px;
  height: 238px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.img-news img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.content-news {
  padding: 32px;
  background-color: #F6F6F6;
  height: 100%;
}

.label-news {
  color: black;
  font-size: 24px;
  font-family: var(--main-font);
  font-weight: 500;
  word-wrap: break-word;
}

.p-news {
  color: black;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-news {
  padding: 12px 24px;
  color: #12284B;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  background-color: #97D4E9;
  width: fit-content;
  border-radius: 32px;
  gap: 10px;
  display: flex;
  align-items: center;
}

.btn-news span {
  margin-top: 3px;
}

@media (max-width: 992px) {
  .cardNews {
      width: calc(50% - 16px);
  }
}

@media (max-width: 768px) {
  .cardNews {
      width: 100%;
      max-width: 550px;
      margin: auto;
  }
}

/* pagination style  */
.pagination-container {
  text-align: center;
  padding: 10px;
  display: flex;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 8px;
}

.pagination li {
  display: inline;
  margin: auto;
  cursor: pointer;
}

.pagination span,
.pagination a {
  text-decoration: none;
  padding: 8px;
  font-size: 18px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 19.53px;
  word-wrap: break-word;
  color: black;
}

.pagination a.pagination-arrow-left:hover,
.pagination a.pagination-arrow-right:hover {
  border-bottom: none;
}

.pagination span:hover,
.pagination a:hover {
  border-bottom: 3px solid #97D4E9;
}

.pagination span.current,
.pagination a.current {
  border-bottom: 3px solid #97D4E9;
}


/* Arrow design */
.arrow {
  border: solid #97D4E9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin: auto;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow-left:lang(ar) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-right:lang(ar) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}



/* empty news page */
.img-empty {
  max-width: 100px;
  width: 100%;
  margin: auto;
}

.label-empty {
  color: #1C2948;
  font-size: 56px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 80px;
  word-wrap: break-word;
  margin: auto;
}

.content-empty {
  font-family: var(--main-font);
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  margin: auto;
}

.btn-empty {
  padding: 12px 24px;
  border-radius: 32px;
  color: white;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  background-color: #12284B;
  width: fit-content;
  margin: auto;
}

@media (max-width: 768px) {
  .label-empty {
      color: #1C2948;
      font-size: 40px;
  }

  .flex-col-mob {
      flex-direction: column;
  }
}

.max-860 {
  max-width: 860px;
}
.max-600 {
  max-width: 600px;
}
.max-500 {
  max-width: 500px;
}
.max-380 {
  max-width: 380px;
}

.widFit {
  width: fit-content;
}

.m-auto {
  margin: auto;
}

.btn-gray {
  background-color: #D0D4DB;
}


.empty-news-section {
  padding: 64px 0;
  position: relative;
}

.empty-news-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/azad-pattern.png);
  background-repeat: repeat-x;
  z-index: -1;
}

@media (max-width: 768px) {
  .empty-news-section .btn-news {
      width: 100%;
  }
}




/* career section */

.career-section {
  padding: 64px 0;
  position: relative;
}

.career-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/azad-pattern.png);
  background-repeat: repeat-x;
  z-index: -1;
}


.img-career-center-body {
  width: 100%;
  height: 590px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.img-career-center-body img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
}

.career-card-sec div {
  flex-grow: 1;
}

.img-card-sec {
  width: calc(50% - 25px);
  height: 500px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.img-card-sec img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
}

.card-career {
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #F6F5F5;
  width: calc(50% - 25px);
  border-radius: 24px;
  position: relative;
}

.card-career img {
  width: fit-content;
}

.card-career:nth-child(odd) {
  background: rgba(151, 212, 233, 0.20);
}

.card-career .title-career {
  color: #1C355E;
  font-size: 48px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 50px;
  word-wrap: break-word;
}

.card-career .content-career {
  color: #1C355E;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.career-roles-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.career-roles-cards {
  display: flex;
  overflow: hidden;
  padding: 1px;
  width: 100%;
  padding-bottom: 90px;
}

.role-card {
  background: #F6F5F5;
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
}

.title-role {
  color: #1C355E;
  font-size: 32px;
  font-family: var(--main-font);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  word-wrap: break-word
}

.sub-title-role {
  color: #1C355E;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}

.content-role {
  color: #1C355E;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word
}

.btn-role {
  padding: 12px 24px;
  color: #12284B;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  background-color: #97D4E9;
  width: fit-content;
  border-radius: 32px;
  gap: 10px;
  display: flex;
  justify-content: space-between;
}


.career-roles-cards .swiper-button-next {
  background: #F6F5F5;
  border-radius: 16px;
  padding: 20px;
  bottom: 0;
  position: absolute;
  top: auto;
  width: 65px;
  height: 65px;
}

.career-roles-cards .swiper-button-next:after {
  content: "  →  ";
  font-size: 25px;
  color: black;
}

.career-roles-cards .swiper-button-prev {
  background: #F6F5F5;
  border-radius: 16px;
  padding: 20px;
  bottom: 0;
  top: auto;
  right: 91px;
  left: auto;
  position: absolute;
  width: 65px;
  height: 65px;
}

.career-roles-cards .swiper-button-prev:after {
  content: " ← ";
  font-size: 25px;
  color: black;
}

.footer-career {
  padding: 64px;
  background-color: rgba(151, 212, 233, 0.20);
  border-radius: 24px;
}

.footer-career .title-footer-career {
  color: #12284B;
  font-size: 48px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 50px;
  word-wrap: break-word;
}

.footer-career .sub-footer-career {
  font-family: var(--main-font);
  color: #12284B;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: 24px;
}


@media (max-width: 992px) {

  .footer-career,
  .role-card,
  .card-career {
      padding: 24px 16px;
  }

  .img-career-center-body,
  .img-card-sec {
      width: 100%;
      height: 271px;

  }

  .t-flex-column-reverse {
      flex-direction: column-reverse;
  }

  .card-career {
      width: 100%;
  }
}

.sub-header-text {
  color: #1C2948;
  font-size: 40px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 44px;
  word-wrap: break-word;
}

.header-list {
  color: #1C2948;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.banner-section {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.banner-section > img {
  width: 100%;
  object-fit: cover;
}
.main-menu-box {
  width: 100%;
}

.btn-featur:lang(ar) .arr-icon ,.btn-news:lang(ar) .arr-icon, .btn-secondary:lang(ar) .arr-icon {
  transform: rotate(180deg);
}

.box-top-desc-props {
  min-height: 400px;
  justify-content: center;
  display: flex;
}

.prop-logo-des {
  max-width: 450px;
  min-width: 250px;
  height: auto;
  width: auto;
  max-height: 400px;
  margin: auto;
}

.justify-center{
  justify-content: center;
}

@media (max-width: 992px) {
  .prop-logo-des {
    max-width: 350px;
    min-width: 200px;
  }
}

.props-zone-subTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: #FFF;
}

.cookie-consent .close-btn {
  position: absolute;
  top: 0.5rem;
  right: 0;
  font-size: 35px;
  font-weight: 400;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.cookie-consent .btn {
  border: 1px solid #001936;
  border-radius: var(--main-radius);
  font-family: "Dubai", sans-serif;
  color: #FFF;
  background-color: var(--main-color);
  font-size: 18px;
  padding: 7px 15px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-consent .btn-secondary {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #fff;
}

.cookie-consent .close-btn {
  min-width: 50px;
}

.ar .cookie-consent .close-btn {
  right: unset;
  left: 0;
}

@media (max-width: 768px) {
  .js-cookie-consent .cookie-consent-container {
    flex-direction: column;
    gap: 15px;
  }
  .js-cookie-consent .items-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .js-cookie-consent p {
    font-size: 13px;
    line-height: 14px;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 25px;
    text-align: left;
  }
  .js-cookie-consent p:lang(ar) {
    text-align: right;
  }
  .justify-center-p {
    justify-content: center;
  }
  .js-cookie-consent button {
    font-size: 13px;
    min-width: 140px;
    padding: 8px 20px 9px;
    white-space: normal;
    cursor: pointer;
  }

  .btn-404 {
    width: 100%;
    justify-content: space-between;
  }
}


.why-azad-img img {
min-width: 64px;
min-height: 64px;
}
.why-azad-img img {
width: auto;
height: auto;
max-width: 64px;
max-height: 64px;
}

.content-top-text {
  color: white;
  font-size: 20px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}


.overlay-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, black 45%, transparent);
  opacity: 0.5;
}



.subscribe-section {
  padding: 48px 0 80px;
  position: relative;
  bottom: -32px;
  background-color: #97D4E9;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 32px 32px 0 0;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}

.header-subscribe {
  color: #12284B;
  width: fit-content;
  margin: auto;
  font-size: 40px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 44px;
  word-wrap: break-word;
  padding: 0 15px;
  text-align: center;
}

.subscribe-section .data-sec {
  padding: 0 15px;
}
.subscribe-section .data-sec .subscribe-form {
  display: flex;
  gap: 32px;
  width: 100%;
  max-width: 800px;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.subscribe-section .data-sec .subscribe-form .field-group {
  width: 100%;
  max-width: 602px;
}

.subscribe-input {
  min-width: 602px;
  height: 50px;
  border: none;
  border-radius: 12px;
  padding: 6px 13px;
  color: #12284B;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}


.subscribe-input::placeholder {
  color: #717E93;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}


.subscribe-section .data-sec .submit-group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px 12px 44px;
  border: none;
  border-radius: 32px;
  background-color: #12284B;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.subscribe-section .data-sec .submit-group:hover {
  box-shadow: 0 0 10px;
}
.btn-subscribe {
  border: none;
  background-color: #12284B;
  color: #F6F5F5;
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.subscribe-section .data-sec .submit-group::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../images/ic-paper-plane.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.subscribe-section:lang(ar) .data-sec .submit-group {
  padding: 12px 44px 12px 24px;
}
.subscribe-section:lang(ar) .data-sec .submit-group::after {
  left: auto;
  right: 17px;
}

.prop-gallery {
  padding-bottom: 75px;
}

.prop-gallery .swiper-button-next {
  border: 2px solid black;
  padding: 5px;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 70px;
  top: auto;
}

.prop-gallery .swiper-button-next::after {
  font-size: 30px;
  top: 50%;
  left: 55%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: black;
}

.prop-gallery .swiper-button-prev {
  border: 2px solid black;
  padding: 5px;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 0;
  top: auto;
}

.prop-gallery .swiper-button-prev::after {
  font-size: 30px;
  top: 50%;
  left: 45%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: black;
}

.img-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 32px;
  overflow: hidden;
}
.prop-video {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  overflow: hidden;
}
.prop-video iframe {
  width: 100%;
  min-height: 600px;
}

.normal-modal .modal-body{
  width: 800px;
  max-width: 100%;
  top: -100px;
  opacity: 0;
  max-height: 90vh;
}
.normal-modal.active .modal-body {
  top: 0;
  opacity: 1;
}

.news-section .swiper-button-prev,
.news-section .swiper-button-next {
  color: #12284a;
  font-size: 40px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-section .swiper-button-prev {
  left: 10px;
}

.news-section .swiper-button-next {
  right: 10px;
}

.news-section .swiper-button-prev::after,
.news-section .swiper-button-next::after {
  display: none;
}


@media (max-width: 800px) {
  .header-subscribe {
    font-size: 32px;
  }
  .subscribe-section .data-sec .subscribe-form {
    flex-direction: column;
    gap: 15px;
  }

  .data-sec, .data-sec form,.data-sec .subscribe-input {
    width: 100%;
    min-width: auto;
  }
}



@media (max-width: 992px) {
  .register-section .tabs-section {
    overflow: hidden;
    white-space: nowrap;
    justify-content: flex-start;
    padding: 15px;
  }
  .saudi-vmv-2-section .left-side img{
        object-fit: contain;
        height: auto;
  }
  #propertyPreview,  .custom-select.property-select {
    margin: auto;
    width: 100%;
  }

  .tab-section{
    flex-direction: column;
    gap: 48px;
    padding-bottom: 0;
  }
  .tab-section .secContent {
    width: 100%;
    max-width: 768px;
    position: relative;
    padding-bottom: 80px;
  }
  .tab-section.reqSummary .secContent {
    padding-bottom: 0;
  }
  .tab-section.reqSummary .secView {
    padding-bottom: 80px;
  }

  .tab-section .secView {
    width: 100%;
    max-width: 768px;
  }

  .field-nextButton:lang(en) {
    right: 15px;
  }
  .field-nextButton:lang(ar) {
    left: 15px;
  }
  .field-pretButton:lang(en) {
    left: 15px;
  }
  .field-pretButton:lang(ar) {
    right: 15px;
  }
  .field-nextButton .arr-icon {
    display: none;
  }
  .field-pretButton .arr-icon {
    display: none;
  }
}


.our-strength:lang(ar) .banner-section::before,
.azad-properties-team:lang(ar) .banner-section::before,
.great-place-to-work:lang(ar) .banner-section::before,
.azad-properties-awards:lang(ar) .banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #122848 0%, rgba(18, 40, 72, 0) 100%);
  z-index: 0;
}


.azad-properties-team:lang(ar) .banner-section > img {
    object-fit: initial;
}