body{
  font-family: "Frank Ruhl Libre", sans-serif !important;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden; /* cegah scroll kanan */
  overflow-y: auto;   /* tetap bisa scroll ke bawah */
  background: url('../img/background.jpg') no-repeat center center fixed;
  background-size: cover;
}

/*Display Mobilde & Desktop*/
.mobile_show{display: none !important;}
.desktop_show{display: block !important;}
/*Display Mobilde & Desktop*/


/* Navbar default transparan */
.navbar {
  transition: all 0.4s ease;
  font-family: "Fira Sans", sans-serif !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400 !important;
}
.navbar img{
  max-width: 100%;
}
.navbar-custom {
  background-color: transparent;
}

/* Navbar saat discroll */
/* Navbar default */
.navbar {
  transition: all 0.4s ease;
  font-family: "Fira Sans", sans-serif !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 200;
}
.navbar img {
  max-width: 100%;
}
.navbar-custom {
  background-color: transparent;
}
.navbar.scrolled {
  background-color: rgba(19, 60, 42, 1.0);
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.navbar-brand, .nav-link {
  color: #fff !important;
  transition: color 0.3s ease;
  width: 120px;
}
.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand {
  color: #fff !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e");
}

/*Navbar*/

.banner-top {
  background: linear-gradient(263.66deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banner.jpg);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  height: auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  padding-top: 250px;
  padding-bottom: 200px;
}
.banner-top h1{
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.banner-top p{
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
/* Carousel custom style */
.carousel-item img {
  object-fit: cover;
  filter: brightness(80%);
  transition: transform 0.8s ease, filter 0.5s ease;
}

/* Zoom effect on active slide */
.carousel-item.active img {
  transform: scale(1.05);
  filter: brightness(100%);
}
.property_highlight{
  padding: 60px;
  /*background-color: #fff9f3;*/
  background: transparent;
}
.property_highlight h1{
  font-size: 50px;
  font-weight: 200;
  color: #0d2d1d;
  /*text-transform: uppercase;*/
}
.property_highlight p{
  color: #0d2d1d;
  font-size: 25px;
}
.property_highlight_item{
  background-color: #123929;
  padding: 20px;
  border:3px solid #D4AF37;
  border-radius: 20px;
  color: white;
}
.property_highlight_item i{
  font-size: 25px;
}
.property_highlight_item span{
  font-size: 25px;
}
.property_highlight_item p{
  color: white !important;
}
/* Caption styling */
.carousel-caption {
  bottom: 20%;
}

.carousel-caption h5 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 4px 8px rgba(0,0,0,0.6);
}

.carousel-caption p {
  font-size: 30px;
  text-shadow: 0px 2px 5px rgba(0,0,0,0.6);
}

/* Custom control buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  padding: 15px;
}

/* Indicator styling */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  width: 30px;
  border-radius: 10px;
  background-color: #0d6efd;
  opacity: 1;
}

/*Owl Carousel*/
.owl-carousel .item {
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  /*box-shadow: 0 5px 15px rgba(0,0,0,0.4);*/
}

/* Custom arrows */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  background: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 9rem !important;
  color: #123929 !important;
  transition: background 0.3s ease;
}

/*.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: rgba(255, 255, 255, 0.7) !important;
}*/

.owl-nav button.owl-prev {
  left: -80px;
}

.owl-nav button.owl-next {
  right: -80px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #FFF;
  display: none;
}
/*Owl Carousel*/

/*Facilities*/
.facilities{
  /*background-color: #fff9f3;
  background: url(../img/background.jpg);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background:transparent;
  padding: 50px;
}
.facilities h1{
  font-size: 50px;
  font-weight: 200;
  color: #0d2d1d;
  /*text-transform: uppercase;*/
}
.facilities p{
  color: #0d2d1d;
  font-size: 19px;
}
/*Facilities*/

/*Property Type*/
.property_type{
  /*background-color: #fff9f3;
  background: url(../img/background_2.jpg);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;*/
  background:transparent;
  padding: 50px;
}
.property_type h1{
  font-size: 50px;
  font-weight: 200;
  color: #0d2d1d;
  /*text-transform: uppercase;*/
}
.property_type p{
  color: #0d2d1d;
  font-size: 16px;
  text-align: justify;
}
/*Property Type*/

/*News*/
.news{
  /*background-color: #fff9f3;
  background: url(../img/background.jpg);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;*/
  background: transparent;
  padding: 50px;
}
.news h1{
  font-size: 50px;
  font-weight: 200;
  color: #0d2d1d;
}
.newsCard {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #fff;
  color:#fff;
  overflow: hidden;
  border-radius: 6px;
}

figure img {
display: block;
object-fit: cover !important;
object-position: center center !important; height: 100%;
width: 100%;
}

.overlay{
  background: rgb(40,26,54);
  background: -moz-linear-gradient(0deg, rgba(40,26,54,1) 0%, rgba(89,59,116,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(40,26,54,1) 0%, rgba(89,59,116,0) 100%);
  background: linear-gradient(0deg, rgb(19, 60, 42) 0%, rgba(89,59,116,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281a36",endColorstr="#593b74",GradientType=1);s
  display: block;
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 0;
  z-index: 3;
}

.newsCaption {
  position: absolute;
  top: auto;
  bottom: 57px;
  left: 0;
  width: 100%;
  height: 35%;
  z-index: 10;
  padding: 15px;
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:  -webkit-transform 0.4s;
  transition:  -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s,  -webkit-transform 0.4s;
}
.newsCaption i{font-size: 24px;}

.newsCaption-title {
  margin-top: 0px;
}
.newsCaption-content {
  margin: 0;
}

.newsCaption-link {
  color: #fff;
  text-decoration: underline;
  opacity: .8;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.news-Slide-up:hover .overlay{ background: rgb(64,10,111);
background: -moz-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
background: linear-gradient(0deg, rgb(19, 60, 60) 0%, rgba(89,59,116,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#400a6f",endColorstr="#593b74",GradientType=1);
}

.news-Slide-up:hover .newsCaption {

  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition:  -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s,
  transition: transform 0.4s, -webkit-transform 0.4s;
}
/*News*/

/*Testimonial*/
.testimonial{
  /*background-color: #fff9f3;
  background: url(../img/background_2.jpg);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background: transparent;
  padding: 50px;
}
.testimonial-item{
  display: block;
  background-color: #0d2d1d;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.testimonial-item h5{
  color: #d7af27;
  font-weight: 500;
  font-size: 30px;
}
.testimonial-item p{
  color: white;
}
.testimonial-item-left{
  padding: 10px;
  display: block;
}
.testimonial-item-right{
  padding: 10px;
  margin-top: -125px;
  text-align: center;
}
.testimonial-item-right img{
  border-radius: 50px;
  /*border: 4px solid #d7af27;*/
  max-width: 80%;
  margin: auto;
}
.testimonial h1{
  font-size: 50px;
  font-weight: 200;
  color: #0d2d1d;
  margin-bottom: 10px;
  /*text-transform: uppercase;*/
}
.testimonial p{
  color: white;
  font-size: 19px;
}
/*Testimonial*/

/*Unit Type*/
.slick-slide > div {
  width: 100%;
}


.unit-carousel {
      width: 100%;
      margin: 0 auto;
    }

    .unit-item {
      position: relative;
      overflow: hidden;
    }

    .unit-item img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      display: block;
    }

    /* Overlay teks selalu tampil */
    .unit-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background: rgba(0,0,0,0.5);
      color: white;
      text-align: center;
    }

    .unit-overlay h3 {
      font-size: 1.2rem;
      margin-bottom: 12px;
    }

    .btn-detail {
      display: inline-block;
      padding: 8px 16px;
      background-color: #d4af37; /* emas */
      color: #000;
      font-weight: bold;
      text-decoration: none;
      border-radius: 4px;
      transition: background 0.3s ease, color 0.3s ease;
    }
    .btn-detail:hover {
      background-color: #000;
      color: #fff;
    }

   

    /* Slick arrows */
    .slick-prev, .slick-next {
      z-index: 2;
      width: 40px;
      height: 40px;
      background: rgba(0,0,0,0.5);
      border-radius: 50%;
    }
    .slick-prev:before, .slick-next:before {
      font-size: 20px;
      color: white;
    }
    .slick-prev:hover, .slick-next:hover {
      background: rgba(0,0,0,0.8);
    }
    /* Swipe guidance muncul di desktop & mobile */
    .swipe-guide {
      position: absolute;
      bottom: 200px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      color: white;
      font-size: 14px;
      font-weight: bold;
      animation: bounce 1.5s infinite;
      z-index: 10;
    }

    .swipe-guide svg {
      display: block;
      margin: 0 auto 5px;
      width: 28px;
      height: 28px;
      fill: white;
      opacity: 0.8;
    }

    @keyframes bounce {
      0%, 100% { transform: translate(-50%, 0); }
      50% { transform: translate(-50%, -10px); }
    }
/*Unit Type*/

/*News Update*/
.news_update{
  background-color: #fff9f3;
  background: url(../img/background_2.jpg);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}
.news-card {
      border: none;
      border-radius: 16px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .news-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .news-image {
      height: 220px;
      object-fit: cover;
    }

    .card-body {
      padding: 1.2rem;
    }

    .news-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #133c2a;
      transition: color 0.3s ease;
    }

    .news-card:hover .news-title {
      color: #198754; /* hijau bootstrap */
    }

    .news-meta {
      font-size: 0.85rem;
      color: #6c757d;
      margin-bottom: 8px;
    }

    .read-more {
      text-decoration: none;
      font-weight: 600;
      color: #198754;
      transition: opacity 0.3s ease;
    }

    .read-more:hover {
      opacity: 0.7;
    }
/*News Update*/

/*Contact*/
.contact{
  background-color: #fff9f3;
  background: url(../img/background.jpg);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}
.contact h1{
  font-size: 50px;
  font-weight: 200;
  color: #0d2d1d;
  /*text-transform: uppercase;*/
}
.contact p{
  color: #0d2d1d;
  font-size: 19px;
}
.form-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.2);
      padding: 40px 30px;
      max-width: 100%;
    }

    .form-card h3 {
      font-weight: 600;
      color: #133c2a;
      margin-bottom: 15px;
    }

    .form-card p {
      font-size: 14px;
      color: #555;
      margin-bottom: 25px;
    }

    .form-control {
      border-radius: 12px;
      border: 1px solid #ccc;
      padding: 12px 15px;
      transition: all 0.3s ease;
    }

    .form-control:focus {
      border-color: #133c2a;
      box-shadow: 0 0 8px rgba(19,60,42,0.3);
    }

    .btn-custom {
      background: linear-gradient(45deg, #d4af37, #133c2a);
      color: #fff;
      font-weight: 600;
      padding: 12px;
      border: none;
      border-radius: 12px;
      width: 100%;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .btn-custom:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .form-label {
      font-weight: 500;
      color: #333;
    }
/*Contact*/

/*Map*/
 /* Google Maps responsive */
    .map-responsive {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 56.25%; /* rasio 16:9, bisa diganti 75% untuk 4:3 */
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .map-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

/*Map*/

/*News Detail*/
.news_detail{
  padding: 50px;
  background-color: #fff9f3;
  background: url(../img/background_2.jpg);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_detail span{
  font-size: 20px;
  font-weight: bold;
}
.news_dertail p{
  text-align: justify;
  font-size: 20px;
  font-weight: normal;
}
/*News Detail*/

/*Property Detail*/
.property_detail {
  padding: 50px;
  background-color: #fff9f3;
  background: url(../img/background_2.jpg);
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.property_detail h5{
  font-weight: bold;
  font-size: 30px;
}
.property_detail p{
  font-weight: normal;
  text-align: justify;
  margin-bottom: 50px;
}
.property_detail span{
  font-size: 18px;
}
.property_specification{
  display: flex;
}
.specification_item{
  padding: 10px;
}

/* Default (mobile & tablet) -> kolom normal */
.sticky-col {
  position: static;
}

.scroll-col {
  height: auto;
  overflow: visible;
  background: #f5f5f5; /* opsional */
  padding: 20px;
}

/*Property Detail*/


/*Video*/
/* full-width responsive container (16:9) */
.video-hero {
  position: relative;
  width: 100vw;              /* lebar 1 layar */
  max-width: 100%;
  overflow: hidden;
  /* gunakan aspect-ratio bila ingin */
  aspect-ratio: 16 / 9;      /* modern browsers */
  background: #000;
}

/* fallback untuk browser lama: padding-top trick */
.video-hero.no-aspect-ratio {
  height: 0;
  padding-top: 56.25%; /* 16:9 */
}

.video-hero iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none; /* mencegah klik (agar tidak muncul pause overlay) */
}

/* kalau ingin tetap menerima klik pada desktop, comment pointer-events di atas */
/* overlay optional untuk menutupi ikon/tooltip youtube bila muncul */
.video-hero .cover {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
/*Video*/


/*Footer*/
.footer{
  background-color: #0d2d1d;
  padding: 50px;
  color: white;
}
.footer-space{
  margin-bottom: 80px;
}
.footer h1{
  font-size: 50px;
  font-weight: 200;
  color: #fbd44f;
  /*text-transform: uppercase;*/
}
.footer span{
  color: white;
  font-size: 20px;
  text-decoration: none;
}
.footer img{
  max-width: 60% !important;
}
.footer ul{
  color: white;
  list-style: none;
}
.footer li{
  font-size: 20px;
}
.footer p{
  font-size: 20px;
  margin-top: 20px;
}
.footer-end{
  background-color: #deae2f;
  padding: 10px;
  text-align: center;
}
.footer-end span{
  color: #0d2d1d;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
}
/*Footer*/

/*Row Equal*/
/* Flex agar kolom sama tinggi */
.row.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.row.equal-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* iframe full tinggi */
.row.equal-height iframe {
  width: 100%;
  height: 100%;
  min-height: 400px; /* fallback */
  border: 0;
}
/*Row Equal*/

 /* Desktop */
@media (min-width: 992px) {
  .unit-item {
    height: 400px; /* tinggi fix untuk desktop */
  }
}


/* Slide menu hanya untuk mobile */
@media (max-width: 991px) {
  body{
    background: url('../img/background.jpg') no-repeat bottom left fixed !important;
  }
  /*Display Mobilde & Desktop*/
  .mobile_show{display: block !important;}
  .desktop_show{display: none !important;}
  /*Display Mobilde & Desktop*/
  .navbar img {
    max-width: 71%;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -250px; /* hidden */
    width: 250px;
    height: 100vh;
    background: rgba(19, 60, 42, 0.95);
    padding-top: 80px;
    transition: left 0.3s ease-in-out;
    z-index: 1050;
  }
  .navbar-collapse.show {
    left: 0; /* slide in */
  }
  .navbar-nav {
    flex-direction: column;
    padding-left: 20px;
  }
  .navbar-toggler {
    border: none;
    z-index: 1100;
    margin-right: 15px;   /* kasih jarak dari kanan */
    padding: 6px 10px;    /* biar lebih nyaman di klik */
    border:none !important;
  }
  .unit-item {
    height: 100vh;  /* penuh layar */
  }
  #navbarNav {
    padding: 20px;        /* kasih ruang dalam menu */
  }

  #navbarNav .nav-link {
    font-size: 16px;      /* lebih besar biar enak dibaca */
    padding: 10px 0;      /* spasi antar menu */
    display: block;       /* full width klik area */
  }
  .carousel-caption h5 {
   font-size: 30px;
  }
  .carousel-caption p {
    font-size: 20px;
  }
  .carousel-item img {
    height: auto;
  }
  .property_highlight {
    padding: 20px;
    text-align: center;
  }
  .property_highlight h1 {
    font-size: 25px;
    font-weight: bold;
  }
  .property_highlight p {
    font-size: 16px;
  }
  .owl-nav button.owl-prev, .owl-nav button.owl-next {
    font-size: 4rem !important;
  }
  .facilities{
    padding: 20px;
    text-align: center;
  }
  .facilities h1 {
    font-size: 25px;
    font-weight: bold;
  }
  .facilities p {
    font-size: 16px;
  }
  .property_type {
    padding: 20px;
  }
  .property_type h1 {
    font-size: 25px;
    font-weight: bold;
  }
  .property_type h3{
    font-size: 18px;
    text-align: center;
  }
  .property_type p{
    font-size: 16px;
    text-align: center;
  }
  .news{
    padding: 20px;
  }
  .news h1 {
    font-size: 25px;
    font-weight: bold;
  }
  .newsCard {
    height: 200px;
  }
  .testimonial{
    padding: 20px;
    text-align: center;
  }
  .testimonial h1{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .testimonial-item {
    padding: 0px;
  }
  .testimonial-item-right {
    padding: 0px;
    text-align: center;
    margin-top: 0px;
  }
  .testimonial-item-right img {
    border-radius: 9px 9px 0px 0px;
    border: none;
    max-width: 100%;
    margin: auto;
  }
  .testimonial-item h5 {
    font-size: 25px;
  }
  .testimonial p {
    font-size: 16px;
  }
  .news_update {
    padding: 20px;
  }
  .contact {
    padding: 20px;
  }
  .sticky-col {
    position: sticky;
    top: 100px; /* sesuaikan dengan tinggi navbar/header */
  }

  .scroll-col {
    max-height: 100vh;
    overflow-y: auto;
  }
  .footer {
    padding: 20px;
    text-align: center;
  }
  .footer h1 {
    font-size: 25px;
    font-weight: bold;
  }
  .footer span {
    font-size: 20px;
  }
  .footer-space{
    display: none;
  }
  .footer img {
    margin-bottom: 40px;
  }
  .footer p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .footer ul {
    display: none;
  }
  .row.equal-height {
    display: block;
  }
  .row.equal-height iframe {
    height: 300px;
  }
  .property_highlight_item span {
    font-size: 15px;
  }
  .property_highlight_item i {
    font-size: 20px;
  }
  .newsCaption {
      bottom: 85px;
  }
  .newsCard {
        height: auto;
  }
}

