.otgs-development-site-front-end, 
.grecaptcha-badge {
    display: none!important;
}

.pt-80 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

img.object-position-top {
  object-position: top;
}

/* header + top bar */
.nav-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.header .top-bar-ctn {
  display: flex;
  justify-content: end;
  gap: 25px;
  padding: 0 20px 10px 20px;
}

.header .top-bar-ctn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  transition: all 0.4s ease;
}

.header-area.homepage1.inner-menu .top-bar-ctn a,
.header.sticky .top-bar-ctn a {
  color: #fff;
}

.header .top-bar-ctn a:hover {
  color: var(--secondary-color-hover);
}

.site-logo img {
  width: 200px;
}

/* inner pages banner */
.page-banner {
  position: relative;
  padding: 200px 0 125px;
  z-index: 1;
}

.page-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #04211d;
  opacity: 0.5;
  z-index: -1;
}

.page-banner h1 {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
    text-transform: uppercase;
}

.content-img-ctn {
    height: 650px;
    width: 100%;
}

@media (max-width: 767px) {
    .content-img-ctn {
        height: 400px;
    }
}

/* homepage banner */
@media (max-width: 991px) {
    .homepage-banner {
        margin-top: 80px;
    }
}

.homepage-banner .video-ctn {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.homepage-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1200px) {
    .homepage-banner .video-ctn {
        height: auto;
        padding-bottom: 56.25%;
    }

    .homepage-banner video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }
}

.homepage-banner .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  z-index: 1;
}

.homepage-banner .banner-title h1 {
  text-align: center;
  color: #fff;
}

/* homepage values section */
.values-section {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .values-section {
    padding-bottom: 50px;
  }
}

.about-page.values-section {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .about-page.values-section {
    padding-bottom: 50px 0;
  }
}

.values-swiper {
    border-radius: 8px;
}

.values-swiper .swiper-slide {
    height: unset;
}

.values-swiper .swiper-buttons-ctn {
  position: absolute;
  right: 30px;
  bottom: 25px;
  display: flex;
  justify-content: end;
  gap: 20px;
}

.values-swiper .swiper-button-prev,
.values-swiper .swiper-button-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 0;
  transition: all 0.3s ease;
}

.values-swiper .swiper-button-prev:hover {
  transform: translateX(-8px);
}

.values-swiper .swiper-button-next:hover {
  transform: translateX(8px);
}

.values-swiper .swiper-button-prev img,
.values-swiper .swiper-button-next img {
  width: 40px;
}

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

.value-ctn {
  position: relative;
  width: 100%;
  min-height: 75vh;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

@media (max-width: 767px) {
    .value-ctn {
        height: 100%;
    }
}

.value-ctn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #141414;
  opacity: 0.7;
}

.value-content-ctn {
  width: 80%;
  padding: 70px;
  z-index: 1;
}

@media (max-width: 991px) {
  .value-content-ctn {
    width: 100%;
    padding: 60px 20px;
  }
}

.value-content-ctn .value-title h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s46);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
    .value-content-ctn .value-title h2 {
        font-size: var(--ztc-font-size-font-s30);
    }
}

.value-content-ctn .value-title p {
  font-size: 22px;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
    .value-content-ctn .value-title p {
        font-size: 20px;
    }
}

.value-content-ctn .value-content p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
    .value-content-ctn .value-content p {
        font-size: 18px;
    }
}

.values-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #cecece;
}

.values-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

/* contact form section */
.contact-section {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .contact-section {
    padding: 75px 15px 30px 15px;
  }
}

.contact-ctn {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}

@media (max-width: 767px) {
  .contact-ctn {
    padding: 30px 15px;
  }
}

.contact-ctn h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
  color: var(--secondary-color);
}

@media (max-width: 767px) {
  .contact-ctn h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: 40px;
  }
}

.contact-form form {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.contact-form form input.form-control {
  width: 100%;
  height: 56px;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border: solid 1px var(--secondary-color);
  border-radius: 8px;
  padding: 20px 15px;
  margin-bottom: 15px;
}

.contact-form form .radio-btn-ctn {
    margin-bottom: 15px;
}

/* .contact-form form input[type="radio"] {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    transform: scale(0.85);
    margin-bottom: 0;
} */

.contact-form form textarea.form-control {
  width: 100%;
  height: 125px;
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  border: solid 1px var(--secondary-color);
  border-radius: 8px;
  padding: 20px 15px;
  margin-bottom: 15px;
}

.contact-form button {
  margin-top: 20px;
}

/* benefits page values */
.value-cards-section {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .value-cards-section {
    padding-bottom: 50px;
  }
}

.value-cards-section .value-card {
  position: relative;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.value-cards-section .value-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.6;
  z-index: 0;
  border-radius: 8px;
}

.value-cards-section .value-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.value-cards-section a:hover .value-card img {
  transform: scale(1.1);
}

.value-cards-section .value-card .value-inner-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  z-index: 1;
}

.value-cards-section .value-card .value-inner-card .card-title h3 {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: 30px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 1;
  margin-bottom: 20px;
}

.value-cards-section .value-card .value-inner-card .card-content p {
  color: #fff;
}

.benefits-section {
  padding: 80px 0;
  background: var(--secondary-color);
}

@media (max-width: 767px) {
  .benefits-section {
    padding: 50px 0;
  }
}

.benefits-section .heading2 h2,
.benefits-section .heading2 h5 {
  color: #fff;
}

.benefits-section h3 {
    color: #fff;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
}

.benefits-ctn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.benefits-ctn li {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

@media (max-width: 1200px) {
    .benefits-ctn li {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .benefits-ctn li {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .benefits-ctn li {
        width: 100%;
    }
}

.benefits-ctn li img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.benefits-ctn p {
  color: #fff;
  font-family: var(--ztc-family-font2);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 1.2;
}

/* about page */
.partners-section {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .partners-section {
    padding-bottom: 50px;
  }
}

.partners-section .partners-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

@media (max-width: 767px) {
  .partners-section .partners-card {
    align-items: center;
  }
}

.partners-section .partners-card img {
  width: 100%;
  max-width: 350px;
  max-height: 125px;
  object-fit: contain;
  margin-bottom: 25px;
}

.partners-section .partners-card img.invert-img {
  filter: invert(1);
}

.partners-section .partners-card h3 {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: 32px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 1.2;
  margin-bottom: 15px;
}

.partners-section .partners-card p {
  flex-grow: 1;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .partners-section .partners-card h3,
  .partners-section .partners-card p {
    text-align: center;
  }
}

/* our values page */
.our-values-section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .our-values-section {
    padding: 50px 0;
  }
}

.our-values-section .our-values-title {
  margin-bottom: 25px;
}

.our-values-section .our-values-title h2 {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  /* font-size: var(--ztc-font-size-font-s50); */
  font-size: 40px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .our-values-section .our-values-title h2 {
    font-size: var(--ztc-font-size-font-s30);
    line-height: 40px;
    margin-bottom: 0;
  }
}

.our-values-section .our-values-title h5 {
  color: var(--primary-color);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s22);
  font-style: italic;
  font-weight: var(--ztc-weight-semibold);
  line-height: 1.4;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 767px) {
  .our-values-section .our-values-title h5 {
    font-size: var(--ztc-font-size-font-s18);
  }
}

.our-values-section .our-values-content p {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-text-text-10);
  margin-bottom: 15px;
}

.our-values-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

/* all projects page */
#map-ctn {
  width: 100%;
  height: 600px;
}

.all-projects-section {
  padding: 100px 0;
}

.all-projects-section .projects-ctn {
  border-bottom: solid 1px #141414;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.all-projects-section .projects-ctn:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.all-projects-section .projects-ctn .projects-content {
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 70px;
}

.all-projects-section .all-project-img {
  width: 100%;
  height: 550px;
}

.all-projects-section .all-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* single project page */
.property-single-area.single-project-section {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .property-single-area.single-project-section {
    padding: 50px 0;
  }
}

.property-single-area.single-project-section .values-swiper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .property-single-area.single-project-section .values-swiper img {
    height: 450px;
  }
}

.property-single-area .block-separation {
    border-bottom: 1px solid #EAEBEB;
    padding: 46px 0;
}

.property-single-area .heading2 {
  margin-bottom: 15px;
}

.property-single-area .boxarea {
  position: relative;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.property-single-area .boxarea::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #04211d;
  border-radius: 8px;
  opacity: 0.6;
  z-index: 0;
}

.property-single-area .boxarea .img-ctn img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 8px;
}

.property-single-area .boxarea .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 1;
}

.property-single-area .boxarea .content h4 {
  color: #fff;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-align: center;
  transition: all 0.4s;
}

.side-bar-content a {
  color: var(--primary-color);
  transition: all 0.4s ease;
}

.side-bar-content a:hover {
  color: var(--secondary-color);
}

.single-contact-area .form-title-ctn {
    margin-bottom: 10px;
}

.single-contact-area .form-title-ctn h3 {
    padding-bottom: 5px;
    border-bottom: solid 1px #EAEBEB;
}

/* inner pages padding */
.mission-section-area.benefits-page {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .mission-section-area.benefits-page {
    padding: 50px 0;
  }
}

/* contact footer section */
.input-wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
}

@media (max-width: 576px) {
  .input-wrapper {
    flex-direction: column;
    gap: 0;
  }
}

.input-wrapper .input-ctn {
  flex: 1 1 0;
}

.textarea-ctn {
  width: 100%;
}

.consent-ctn {
  margin-bottom: 15px;
}

.consent-ctn .wpcf7-list-item {
  margin: 0;
}

.consent-ctn a {
  color: #212529;
  text-decoration: underline;
}

.consent-ctn input[type="checkbox"] {
  flex-shrink: 0;
  margin: 6px 0 0 0;
}

.inner2-section-area h1 {
  color: #fff;
  text-transform: none;
  font-size: 68px;
}

.padd-lg {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .padd-lg {
    padding: 50px 0;
  }
}

.para-2 p {
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-regular);
  color: #141414;
  margin-bottom: 15px;
}

.para-title {
  font-family: var(--ztc-family-font1);
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.row-margin {
  padding: 50px 0;
  border-bottom: 1px solid #ac966d;
}

img.invert {
  filter: invert(1);
}

.property-single-area .condo--description ul {
  list-style: disc;
  padding-left: 40px;
}

.property-single-area .condo--description ul li {
  list-style: disc;
  width: 100%;
  color: var(--ztc-text-text-10);
  line-height: 1.4;
  font-size: 17px;
  margin-bottom: 8px;
  display: list-item;
}

.property-single-area .promotion {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.single--condo ul li {
  display: inline-block;
  font-size: 15px;
  border-radius: 8px;
  background: #ddd;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.our-values-section.ip-condos .images img {
  height: 420px;
  object-fit: cover;
}

.dark-button.big-button {
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 40px;
}

.heading1 h3 {
  font-family: var(--ztc-family-font1);
  font-size: 40px;
}

#condos-map {
  height: 500px;
}

/* .leaflet-tile {
  filter: grayscale(100%) brightness(90%) contrast(110%);
} */

.leaflet-container a {
    color: #000000;
}

.condo--popup .popup--title {
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  line-height: 1.2;
}

.condo--popup .popup--image {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

/* single blog page */
.default-page-section {
  padding: 187px 0 100px 0;
}

.default-page-section h1 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s50);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    text-transform: uppercase;
}

@media (max-width: 767px) {
  .default-page-section h1 {
    font-size: var(--ztc-font-size-font-s30);
  }
}

.default-page-section h2,
.default-page-section h3 {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 52px;
}

.default-page-section h2 {
  font-size: var(--ztc-font-size-font-s32);
}

.default-page-section h3 {
    font-size: var(--ztc-font-size-font-s26);
}

.default-page-section .single-blog-img-ctn {
  width: 100%;
  max-height: 700px;
  height: 100%;
}

.default-page-section ul {
  list-style: disc;
  padding-left: 30px;
}

.default-page-section p,
.default-page-section ul li {
  margin-bottom: 12px;
}

.partners-logo-ctn {
  text-align: center;
}

/* partner page */
@media (max-width: 767px) {
  .partners-logo-ctn img {
    max-width: 275px;
  }
}
