<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========== Nav-bar Styling Start ========= */
.nav-item .btn-box {
  display: none;
}

.logo-box {
  min-width: 10%;
}

.nav-items-box {
  min-width: 85%;
}

.frist-nav-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.frist-nav-item form {
  width: 70%;
  border: 1px solid var(--gray-color);
  border-radius: 20px;
  position: relative;
}

.frist-nav-item form input {
  padding: 0.5rem;
  border: none;
  font-size: 0.8rem;
  width: 100%;
  font-weight: 500;
}

.frist-nav-item form .search-icon {
  position: absolute;
  width: 37px;
  display: flex;
  right: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--black-color);
  height: 100%;
  cursor: pointer;
}

.frist-nav-item form input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.frist-nav-item .btn-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
}

.btn-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--black-color);
  cursor: pointer;
  margin-left: 1rem;
  padding: 0.25rem 0.5rem;
  transition: all 0.1s;
}

.btn-box svg {
  margin-right: 0.3rem;
}

.btn-box button.language {
  color: var(--white-color);
  outline: none;
  border: none;
  padding: 0.25rem;
  display: flex;
  background: var(--orange-color);
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-box button.language:hover {
  background: var(--light-orange-color);
  color: var(--white-color);
}

.menu-items li a.nav-link {
  font-size: 0.85rem;
  padding: 0.5rem;
  font-weight: 500;
  color: var(--black-color);
  text-transform: uppercase;
  border-radius: 20px;
}

.menu-items .nav-item a.active,
.menu-items li a.nav-link:hover {
  background: var(--orange-color);
  color: var(--white-color);
  border-radius: 20px;
}

/* ========== Nav-bar Styling End ========= */
/* ========== Header Styling Start ========= */
.header-sec {
  background: linear-gradient(rgba(255, 255, 255, 0.404),
      rgba(255, 255, 255, 0.304)),
    url(../../assets/images/Landing/2.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

/* ========== Header Styling End ========= */
/* ========== Business Section Styling Start ========= */
.business-sec {
  background: linear-gradient(90deg,
      var(--light-orange-color),
      var(--light-orange-color)),
    url(../../assets/images/Landing/3.jpg);
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 0;
  position: relative;
}

.title {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: var(--white-color);
  line-height: 3rem;
}

.business-content-box {
  margin-top: 3rem;
  height: 250px;
}

.business-content-box .vr {
  color: var(--white-color);
  width: 3px;
}

.content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 24%;
}

.content h3 {
  font-size: 1.8rem;
  color: var(--white-color);
  font-weight: 600;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.content h3:hover {
  opacity: 1;
}

.business-sec button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.business-sec .btn-white {
  background: var(--white-color);
  color: var(--black-color);
  font-weight: 600;
  font-size: 1rem;
}

/* ========== Business Section Styling End ========= */
/* ========== Property Section Styling start ========= */
.property-sec {
  background: linear-gradient(90deg,
      rgba(8, 69, 200, 0.607),
      rgba(8, 69, 200, 0.601)),
    url(../../assets/images/Landing/4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.property-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 500px;
  position: relative;
}

.property-content-box {
  flex: 1 1 50%;
}

.slider-container {
  flex: 1 1 50%;
  height: 300px;
}

.slide-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.property-container .arrow-btn {
  left: 85%;
  top: 85%;
}

.property-content-box {
  padding-left: 4rem;
}

.property-content-box .title {
  text-align: left;
  font-size: 2.5rem;
}

.property-content-box p {
  color: var(--white-color);
  margin-bottom: 0;
}

.property-content-box .location svg {
  fill: #fff;
}

/* ========== Property Section Styling End ========= */
/* ========== Service Section Styling start ========= */
.service-sec {
  background-color: #fff;
  border-bottom: 3px solid #858585;
}

.service-sec .title {
  color: var(--black-color);
  font-size: 2rem;
}

.services {
  padding: 5rem 0 7rem 0;
}

.colum-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.colum-content .trophy-box {
  width: 180px;
  height: 180px;
  background: rgb(4, 32, 93);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.colum-content .trophy-box svg {
  fill: #fff;
}

.colum-content p {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 500;
}

/* ========== Service Section Styling End ========= */
/* ========== properti Update Section Styling start ========= */

.upt-property-sec h2 {
  font-size: 2rem;
  font-weight: 600;
}

.upt-property-sec p.des {
  font-size: 1rem;
  font-weight: 400;
}

.upt-property-sec .row&gt;* {
  padding: 0;
}

.upd-box {
  margin-top: 3rem;
}

.colum-1 {
  background: rgb(4, 32, 93);
  height: 100%;
}

.colum-2 {
  background: #818181;
  height: 100%;
}

.colum-3 {
  background: #ff6600;
  height: 100%;
}

.content-colum {
  padding: 2rem;
}

.add-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-color);
}

.add-box p {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  opacity: 0.6;
}

.add-box .add-icon svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.slider-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.content-colum .slider-container .property-content-box h2 {
  color: var(--black-color);
  background: var(--white-color);
  font-size: 1.5rem;
  text-align: left;
  width: 180px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.5rem;
  position: relative;
  z-index: 10;
}

.content-colum .slider-container .property-content-box p {
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.5;
}

.content-colum .slider-container .arrow-btn {
  right: 0px;
  top: 85%;
  width: 100px;
}

.content-colum .slider-container .arrow-btn .swiper-button-next,
.content-colum .slider-container .arrow-btn .swiper-button-prev {
  background: transparent;
  border: 1px solid var(--white-color);
  opacity: 0.5;
  width: 35px;
  height: 35px;
}

.content-colum .slider-container .arrow-btn svg {
  height: 20px;
}

.reports-box {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.report {
  margin: 1rem 0;
}

.report p {
  color: var(--white-color);
  margin-bottom: 0;
}

/* ========== properti Update Section Styling End ========= */
/* ==========  Info Section Styling start ========= */
.info-sec {
  background: #e6e6e685;
}

.info-sec h2 {
  font-size: 1.2rem;
  font-weight: 600;
}

.info-box {
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.address-box p {
  margin-bottom: 0;
}

/* ==========  Info Section Styling End ========= */
/* ==========  Footer Section Styling Start ========= */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(4, 32, 93);
}

.social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ==========  Footer Section Styling End ========= */

@media (max-width: 990px) {
  .nav-items-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2rem;
  }

  .frist-nav-item {
    width: 100%;
  }

  .frist-nav-item form {
    width: 100%;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .business-sec {
    height: auto;
  }

  .business-content-box {
    height: auto;
  }

  .content {
    width: 100%;
  }

  .content h3 {
    width: 70%;
    padding: 1.5rem 0;
    border-bottom: 2px solid var(--white-color);
    text-align: center;
  }

  .business-sec button {
    position: static;
    display: block;
    margin: 2rem auto 0;
    transform: none;
  }

  .sm-swiper {
    right: 0;
    width: 350px;
  }
}

@media (max-width: 870px) {
  .slider-content {
    width: 80%;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 1.8rem;
    padding: 0 1rem;
  }

  .property-container {
    flex-direction: column;
    align-items: normal;
    justify-content: flex-start;
  }

  .property-content-box {
    flex: 1 1 40%;
    text-align: center;
  }

  .property-content-box .title {
    text-align: center;
  }

  .slider-container {
    flex: 1 1 60%;
  }

  .property-container .arrow-btn {
    position: static;
  }
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Batasi jumlah baris */
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu {
  background: var(--orange-color);
  border: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 20px;
}

.dropdown-item {
  color: #fff;
  padding: 10px 20px;
}

.dropdown-item:hover {
  background: var(--orange-color);
  color: #fff;
  opacity: 0.8;
}

.dropdown-menu.mega-menu {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dropdown-menu.mega-menu {
  pointer-events: auto;
}

.dropdown-menu.mega-menu:hover {
  pointer-events: auto;
}

.nav-item:hover .dropdown-menu.mega-menu,
.dropdown-menu.mega-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  /* Enable pointer events when visible */
}

.nav-item:hover .dropdown-menu.mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


.ktm-mega-menu {
  position: initial;
}

.dropdown-menu .submenu {
  display: block; /* Ensure submenu is shown */
  position: relative; /* Adjusted for correct positioning */
  left: 0;
  top: 0;
  width: auto; /* Adjust width as needed */
}

.mega-menu {
  width: 100%;
}

.mega-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-submenu li {
  margin-bottom: 10px;
}

.mega-submenu a {
  color: #fff;
  text-decoration: none;
}

.mega-submenu a:hover {
  text-decoration: underline;
}

.parent-menu {
  flex: 0 1 auto;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.number a {
  color: black;
}

.number a:hover {
  color: orange;
}

.mail a {
  color: black;
}

.mail a:hover {
  color: #ff6600;
}

.testimoni-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}

.testimoni-sec .title {
  color: var(--black-color);
  font-size: 2rem;
}

figure.snip1157 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}

figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}

figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}

figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}

figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}

figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}

figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}

figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}

.about-nav-btn {
  color: black;
}

.about-nav-btn.active {
  color: white;
}

.about-nav-btn:hover {
  color: white;
  background: var(--dark-blue-color);
  border: var(--dark-blue-color);
}

.imgBox .img-fluid {
  border-radius: 20px;
}

#btn-login-submit {
  background-color: #ff6600; /* Warna default */
  color: white; /* Warna teks */
  border: none; /* Hapus border */
}

#btn-login-submit:hover {
  background-color: #15135b; /* Warna saat hover */
}

.swal-text-agreement {
  font-size: 12px;
}

.swal-text-agreement-container {
  margin: 1em 2em 3px;
}

.text-agreement {
  font-size: 14px !important;
  text-align: left;
}

.text-agreement-modal {
  font-size: 14px !important;
  text-align: justify;
}

.modal-body-agreement {
  max-height: 400px;
  overflow-y: auto;
}

/* error container */
.error-container {
  background-color: #111c64;
  color: white;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  align-content: center;
}

.error-container h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.error-container h2 span {
  color: #ff5722;
}

.error-container p {
  color: #cccccc;
  font-size: 0.9rem;
}

.error-container::before {
  left: 10px;
}

.error-container::after {
  right: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .error-container {
    padding: 30px;
  }

  .error-container h2 {
    font-size: 1.25rem;
  }

  .error-container p {
    font-size: 0.8rem;
  }

  .error-container::before,
  .error-container::after {
    height: 40px;
  }
}

@media (max-width: 576px) {
  .error-container {
    padding: 20px;
  }

  .error-container h2 {
    font-size: 1rem;
  }

  .error-container p {
    font-size: 0.75rem;
  }

  .error-container::before,
  .error-container::after {
    height: 30px;
  }
}</pre></body></html>