:root {
  --primaryBlue: #0092e4;
  --lightBlue: #e0eef9;
  --purple: #5a5794;
  --white: #fff;
  --blackFont: #212529;
  --grayFont: #5b5b5b;
  --redFont: #e34234;
  --green: #66cb9f;
  --grayBackground: #f4f4f4;
  --yellowColor: #ffd700;
  --lightGray: #ccc;
  --darkGray: #1e1e1e;
  --whiteGray: #f9fafb;
}

.cardComponent {
  border-radius: 10px;
  border-color: var(--white);
  transition: all 0.3s;
  cursor: pointer;
}

.iconArrow {
  color: var(--grayFont);
}

.cardComponent:hover {
  border-color: var(--green);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
}

.cardComponent:hover .iconArrow {
  color: var(--green);
}

.separatorDivider {
  height: 1px !important;
}

.button {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 10px;
  border: none;
  transition: all 0.2s ease-in-out;
}
.button.button-gray {
  background-color: var(--grayBacgkround);
  color: var(--blackFont);
}
.button.buttonPrimary {
  background-color: var(--primaryBlue);
  color: #fff;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.badgeComponent {
  padding: 0.25rem 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 60px;
  color: var(--primaryBlue);
  background-color: #e0eef9;
}

.costumContact {
  border-radius: 15px;
}

.question-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f5f8;
  border-radius: 16px;
  padding: 3rem;
  overflow: hidden;
}
.question-box .question-content {
  flex: 1;
  max-width: 45%;
  z-index: 2;
}
.question-box .question-content .btn-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primaryBlue);
  color: var(--w);
  padding: 0.8rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}
.question-box .question-content .btn-call:hover {
  background: #1678f2, 10%;
}
.question-box .question-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: -2rem;
  margin-bottom: -2rem;
}
.question-box .question-image img {
  max-width: 70%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 16px;
}

@media (max-width: 768px) {
  .question-box {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
  .question-box .question-content {
    max-width: 100%;
    margin-bottom: 0;
  }
  .question-box .question-image {
    display: none;
  }
}
.footer {
  background: var(--darkGray);
  color: var(--lightGray);
}
.footer .footer-desc {
  font-size: 0.9rem;
  line-height: 1.6;
}
.footer .footer-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--white);
}
.footer ul li {
  margin-bottom: 0.5rem;
}
.footer ul li a {
  color: var(--lightGray);
  text-decoration: none;
  transition: color 0.2s;
}
.footer ul li a:hover {
  color: var(--white);
}

.input-container {
  display: flex;
  align-items: center;
  border: 1px solid var(--lightGray);
  border-radius: 50px;
  padding: 8px 12px;
  width: 400px;
  max-width: 90%;
  background-color: transparent;
}
.input-container input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  color: var(--white);
  font-size: 1rem;
  padding: 10px;
}
.input-container button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: var(--primaryBlue);
  color: var(--white);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.input-container button:hover {
  background-color: var(--primaryBlue);
}

@media (max-width: 480px) {
  .input-container {
    padding: 6px 10px;
  }
  .input-container input {
    font-size: 0.8rem;
  }
  .input-container button {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Urbanist", sans-serif;
}

.heroHeading {
  color: var(--white);
}

.bg-dark {
  background-image: url("/static/img/BannerImage.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.price-range .input-group-text {
  background: var(--whiteGray);
}

.labelPopup {
  font-size: 0.9rem;
  color: var(--grayFont);
  font-weight: 500;
}

.valuePopup {
  font-size: 1.2rem;
  color: var(--blackFont);
  font-weight: 600;
}

.tabCostum {
  border-bottom: 1px solid #dee2e6;
  justify-content: start;
}

.tabCostum .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
  padding-left: 10rem; /* bikin garis biru lebih panjang kiri */
  padding-right: 10rem; /* bikin garis biru lebih panjang kanan */
  display: inline-block;
}

.tabCostum .nav-link.active {
  color: #000;
  font-weight: 700;
  border: none;
  background: transparent;
  border-bottom: 1.5px solid #0d6efd;
  padding-left: 10rem; /* bikin garis biru lebih panjang kiri */
  padding-right: 10rem; /* bikin garis biru lebih panjang kanan */
}

.bgSection2 {
  background-color: var(--whiteGray);
}

h1 {
  color: var(--blackFont);
}

.heroStyle {
  height: 70vh;
  margin-bottom: 15rem;
}

.costumTab {
  width: 50% !important;
}

.searchPopUp {
  top: -10rem !important;
  max-width: 900px !important;
}

.strokeDivider {
  width: 38%;
}

.svgIcon {
  color: var(--blackFont);
}

.pinIconLocation {
  width: 1.8rem !important;
  height: 1.8rem !important;
}

.valuePopup {
  font-size: 1.2rem;
  color: var(--blackFont);
  font-weight: 600;
}

.description {
  font-size: 1rem;
  color: var(--grayFont);
  font-weight: 400;
}

.description-hero {
  color: var(--white);
}

.card-heading {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--blackFont);
}

.fw-semiBold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

.fw-bold {
  font-weight: 700;
}

.property-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ececec;
  transition: transform 0.2s, box-shadow 0.2s;
}
.property-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  border-color: #dbbcbc;
}
.property-card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.label-yellow {
  background: var(--yellowColor);
  color: var(--blackFont);
  font-size: 0.85rem;
  padding: 0.3rem 0.8rem;
  border-radius: 60px;
  font-weight: 600;
}

.price {
  font-size: 1.25rem;
  color: var(--redFont);
  font-weight: 600;
}
.price small {
  color: #666;
  font-weight: 400;
  font-size: 0.8rem;
}

.info-text {
  font-size: 1rem;
  color: #555;
}

.tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.8rem;
  border-radius: 60px;
  background: #ccfae4;
  color: #109a59;
  margin: 2px 4px 2px 0;
  font-weight: 500;
}

.text-rt {
  font-size: 1rem;
  color: var(--blackFont);
}

.search-box {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem 2rem;
  max-width: 900px;
  margin: auto;
  border: #ececec;
}

/* Tab Pop Up */
.nav-tabs {
  border-bottom: 1px solid #ececec;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.nav-tabs .nav-link {
  border: none;
  font-weight: 700;
  font-size: 1rem;
  color: var(--grayFont);
  margin: 0 1.2rem;
  white-space: nowrap;
}

.nav-tabs .nav-link.active {
  border-bottom: 1.5px solid var(--primaryBlue);
  color: var(--blackFont);
}

/* Custom dropdown style */
.custom-select-box {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 0.8rem 0.8rem;
  background: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.custom-select-box:hover {
  border-color: var(--primaryBlue);
}

.custom-select-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.custom-select-text span:first-child {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--grayFont);
}

.custom-select-text span:last-child {
  font-size: 1.2rem;
  color: var(--blackFont);
  margin-top: 2px;
  font-weight: 700;
}

.btn-search {
  background: var(--primaryBlue);
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--white);
}

.btn-search i {
  margin-right: 0.5rem;
}

.testimonial-card {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 2rem;
  background: #fafafc;
  height: 100%;
  transition: box-shadow 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.testimonial-card .testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
.testimonial-card .testimonial-footer .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #ddd;
  margin-right: 1.2rem;
  flex-shrink: 0;
}
.testimonial-card .testimonial-footer .name {
  font-weight: 600;
  font-size: 1rem;
  color: var(--blackFont);
}
.testimonial-card .testimonial-footer .role {
  font-size: 0.9rem;
  color: var(--blackFont);
}

.iconDropdown {
  color: var(--blackFont);
}

.data {
  color: var(--blackFont);
}

.custom-select-box {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  background: var(--white);
}
.custom-select-box .custom-select-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-select-box .dropdown-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.custom-select-box .custom-options {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--lightGray);
  border-radius: 8px;
  background: var(--white);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000;
}
.custom-select-box .custom-options li {
  padding: 1rem;
  cursor: pointer;
}
.custom-select-box .custom-options li:hover {
  background: var(--whiteGray);
}
.custom-select-box.active .custom-options {
  display: block;
}

.custom-select-box {
  position: relative;
  width: 100%;
  color: black;
}
.custom-select-box .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 4px;
  padding: 0;
  list-style: none;
  display: none;
  max-height: 220px;
  overflow-y: auto;
  z-index: 99;
}
.custom-select-box .custom-options li {
  padding: 8px 12px;
}
.custom-select-box .custom-options .dropdown-header {
  font-weight: 600;
  font-size: 14px;
  color: #666;
  background: #f9f9f9;
  cursor: default;
}
.custom-select-box .custom-options .dropdown-item {
  cursor: pointer;
}
.custom-select-box .custom-options .dropdown-item:hover {
  background: #f1f1f1;
}
.custom-select-box.active .custom-options {
  display: block;
}/*# sourceMappingURL=main.css.map */