/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 








 */


.grayscale {
  filter: grayscale(1);
}

.filter-container {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  text-align: left;
  border: 1px solid #e2e2e2;
  z-index: 9999;
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9000;
  transition: opacity 0.3s ease,
    transform 0.3s ease;
}

#filter-container.show {
  display: block;
  opacity: 1;
}

.modal-backdrop {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.filter-container .btn-check:checked+.btn {
  color: white;
}

/* common */
.ribbon {
  width: 10px;
  height: 10px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.select2-container--bootstrap-5 {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #EDF9FF;
  background-clip: padding-box;
  border: 1px solid var(--main-color);
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.timeline-main-container {
  border-left: 1px dashed #45b3be;
  margin-left: 50px;
}

.xyz::before {
  content: "";
  border-radius: 50%;
  height: 20px;
  /* Changed */
  width: 20px;
  /* Changed */
  background-color: white;
  position: absolute;
  /* Added */
  left: -63px;
  /* Added */
  padding: 10px;
  border: 3px solid #45b3be;
}

.xyz {
  margin-left: 50px;
  position: relative;
  /* Added */
}

#hero-join {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: white;
}

#hero-join h1 {
  font-size: 40px;
  line-height: 50px;
  color: white;
  text-align: left;
  font-weight: 700;

}

#why-join {
  padding: 70px 0;
}

#why-join h2 {
  font-size: 30px;
}


.card-join {
  border: 1px solid var(--primary-blue);
  background-color: white;
  border-radius: 20px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
  padding: 20px;
}

.card-join h3 {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
}

.card-join .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-join img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.card-join .content-title {
  /* Atur tinggi minimal */
  flex: 0 0 auto;
  /* Tidak tumbuh atau menyusut */
}

.card-join .content-card {
  flex: 1 0 auto;
  /* Tumbuh untuk isi ruang tersisa */
}


.card-join .content-card p {
  font-size: 13px;
  line-height: auto;
  letter-spacing: 0;
}

.scs {
  padding: 70px 0;
}

.scs h2 {
  font-size: 30px;
}

.scs p {
  text-align: justify;
}

#testimonials {
  padding: 70px 0;
}


#testimonials h2 {
  font-size: 30px;
}

.card-testimonial {
  background-color: var(--secondary-blue);
  border-radius: 20px;
  padding: 30px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 4px solid var(--primary-blue);
  color: white
}

.card-testimonial img {
  width: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.card-testimonial .author {
  font-size: 23px;
  font-weight: 700;
}

/*  start swiper */
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.swiper-testimonial .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid gray;
  background-color: gray;
  opacity: 1;
}

.swiper-testimonial .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: var(--primary-blue);
  ;
  position: relative;
  width: 25px !important;
  border-radius: 999px !important;
  background-color: var(--primary-blue) !important;
}

.swiper-testimonial .swiper-button-prev,
.swiper-testimonial .swiper-button-next {
  color: var(--primary-blue);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  position: relative !important;
  z-index: 10;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card.card-testimonial {
  flex-grow: 1;
}

.swiper-slide {
  height: auto;
}

.layer-hero {
  background-color: var(--secondary-blue);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 0
}

@media (min-width: 1900px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1399.98px) and (orientation: portrait) {}

@media only screen and (max-width: 1399.98px) {}

@media only screen and (max-width: 991.98px) {

  #hero-join h1 {
    font-size: 30px;
    line-height: normal;
    color: white;
    text-align: left;
    font-weight: 700;

  }

  .text-bergabung {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .join-content {
    padding: 38px 0px;
  }
}

@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 30px !important;
  }


  #hero-join h1 {
    font-size: 30px;
    line-height: 50px;
    color: white;
    text-align: left;
    font-weight: 700;

  }


  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 16px !important;
  }

  p {
    font-size: 16px;
  }

  .page-body {
    margin: 10px 20px 20px 20px;
  }

  #hero .sub-heading-zipkos {
    font-size: 18px !important;
    line-height: 120%;
  }

  .hero-banner {
    height: 286px;
  }

  .hero-form {
    margin: 0 0;
  }

  .img-promo {
    width: 255px;
    height: 144px;
  }

  .img-bergabung {
    margin-bottom: 20px;
  }

  .text-bergabung {
    text-align: center;
    width: 100%;
  }

  .text-bergabung h2 {
    font-size: 30px !important;
  }

  .download-app {
    background-image: url("<%= asset_url('webp_compress/bg-banner-homepage-mobile.webp') %>");
    border-radius: 20px;
    overflow: hidden;
    padding: 70px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .text-download h2 {
    font-size: 18px !important;
  }

  .text-download h3 {
    font-size: 14px !important;
  }

  .smartphone-1 {
    width: 100%;
    position: absolute;
    top: 250px;
    left: 30px;
    z-index: 100;
    padding-top: 80px;
  }

  .smartphone-2 {
    position: absolute;
    width: 100%;
    left: 75%;
    top: 360px;
  }

  .google-play-img {
    width: 150px;
  }

  .text-banner {
    text-align: center;
  }

  .image-banner {
    height: 40% !important;
    justify-content: center !important;
  }

  .col-5-5 {
    width: 90%;
  }

  .value-rate {
    font-size: 40px;
    font-weight: 500;
  }

  .success-banner {
    height: 286px;
  }

  #solution {
    margin: 0;
  }

  .big-square {
    width: 350px;
    height: 480px;
  }

  .small-square {
    width: 350px;
    height: 228px;
  }

  .property-info p {
    font-size: 12px !important;
  }

  .header-properti h2 {
    font-size: 25px !important;
  }

  .join-tenant-content {
    height: 500px;
    width: 100%;
  }

  .join-tenant-content #tenant-android {
    height: 50%;
  }

  .custom-list {
    display: block;
    width: 100%;
  }

  .custom-list {
    display: block;
    width: 100%;
  }

  .custom-list li {
    font-size: 14px;
    width: 49%;
    float: left;
  }

  .banner-about {
    height: 388px;
  }

  #hero-about .body-hero {
    margin: 0 16px;
  }

  .space-about {
    margin-bottom: 64px;
  }

  .space-about h1 {
    font-size: 36px !important;
    font-weight: 600 !important;
  }

  .space-about h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
  }

  .space-about p {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }

  #pemisah h2 {
    font-size: 16px !important;
  }

  #information-contact .data-contact {
    margin-bottom: 32px;
  }

  #information-contact .data-contact p i {
    font-size: 20px;
  }

  #information-contact .data-contact p {
    margin-bottom: 16px !important;
  }

  #information-contact .data-contact h5 {
    margin-bottom: 4px;
    font-size: 18px;
  }

  #form-contact .header p {
    margin-bottom: 12px !important;
  }

  #form-contact .header h3 {
    margin-bottom: 16px !important;
    font-size: 30px !important;
  }

  #form-contact .header h5 {
    margin-bottom: 48px !important;
    font-size: 18px !important;
  }

  #form-contact .form-join {
    border-radius: 20px 20px 20px 20px;
  }

  #page-promo p {
    margin-bottom: 6px !important;
  }


  .join-content .vertical-mobile {
    height: 65%;
  }
}

.cta-container {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
}

.cta-wa {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: var(--primary-blue);
  border: 2px solid white;

  padding: 10px 15px;
  align-items: center;
  display: flex;
  gap: 10px;
}

.cta-wa i {
  color: white;
  font-size: 30px;
}

.cta-wa span {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
