body {
  font-family: "inter", sans-serif;
  background-color: #f2f6fa;
  color: #16243d;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;

}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
}


.nav-links {
  text-decoration: none;
  color: #6b7280;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 0;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  position: relative;
  transition: all 0.3s ease;
  padding: 0.5rem 0.5rem !important;
}

.nav-link:hover {
  color: #024ca1;
  transform: translateY(-2px);
}


.nav-link.active {
  color: #024ca1 !important;
  transform: translateY(-2px);
}


.nav-link::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 52%;
  width: 0;
  height: 2px;
  background: #024ca1;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link.active::after {
  width: 80%;
}

.dropdown-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.nav-item:hover .dropdown-icon {
  transform: rotate(180deg);
}


.navbar .dropdown-menu {
  margin-top: 0px;
}

.navbar .dropdown:hover>.dropdown-menu {
  display: block !important;
}


.navbar .dropdown-menu {
  display: none !important;
}


.navbar .dropdown-menu .dropend:hover>.dropdown-menu {
  display: block !important;
}


@media (min-width: 576px) {

  .navbar .dropend>.dropdown-menu {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
  }


  .navbar .dropend .dropend>.dropdown-menu {
    left: auto !important;
    right: 100% !important;
  }


  .navbar .dropend .dropend .dropend>.dropdown-menu {
    left: 100% !important;
    right: auto !important;
  }


  .navbar .dropend .dropend .dropend .dropend>.dropdown-menu {
    left: auto !important;
    right: 100% !important;
  }
}

section {

  padding-top: 5rem;
  /* 80px */
  padding-bottom: 5rem;
  /* 80px */

}


.home-section {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.leading {
  color: #024ca1;
  font-size: 12px;
  padding: 8px;
  background-color: #deeeff;
  border-radius: 8px;
  max-width: fit-content;
}

.text-header {
  font-size: 48px;
  letter-spacing: 1.2px;
  color: black;
}

.text-deskripsi {
  color: rgba(0, 0, 0, 0.65);
}

.btn-konsul {
  background-color: #16243d;
  border: none;
  font-size: 16px;
  padding: 12px 18px;
}

.btn-konsul:hover {
  background-color: #024ca1;
  transition: 300ms;
}

.btn-explore {
  font-size: 16px;
  padding: 12px 18px;
  border-color: rgba(2, 76, 161, 0.3);
  color: #024ca1;
}

.btn-explore:hover,
.btn-explore:active,
.btn-explore:focus {
  background-color: #f2f6fa;
  color: #024ca1;
  border-color: #024ca1;
  transition: 300ms;
}

.companies {
  color: #024ca1;
  font-size: 13px;
  letter-spacing: 1.2px;
}

.home-img .card-img {
  z-index: 10;
  border-radius: 20px;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  max-width: 280px;
  bottom: -40px;

  right: 0;
}

.home-img .hero-img {

  position: relative;
}

.mission-statement {
  background-color: #16243d;
  position: relative;
  width: 100%;
}

.mission-circle {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(222, 238, 255, 0.1);
}

.mission-text {
  color: #deeeff;
  font-size: 12px;
}

.lamp-icon {
  color: #deeeff;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  background-color: #16243d;
}

.step-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #deeeff;
  background-color: #16243d;
  font-size: 18px;
}

.content {
  padding: 70px 0px;
  background-color: #16243d;
}

.service-card {
  border: 1px solid rgba(73, 75, 92, 0.2);
  background-color: #fff;
}

.icon-bg i {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #024ca1;
}

.icon-bg {
  display: inline-block;
  position: relative;
}

.icon-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 40px;
  right: -8px;
  bottom: 8px;
  border-radius: 50%;
  background-color: #cee4fb;
}

.icon-wrapper {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.icon-arrow {
  font-size: 25px;
  position: relative;
  display: inline-block;
}

.ava {
  text-align: center;
  padding-top: -45px;
  position: relative;
}


.ava img {
  position: relative;
  height: 90px;
  width: 90px;
  margin-top: -45px;
  margin-bottom: 1.5rem;
}

.person-contents {
  padding: 10px;
}

.person-contents span {
  font-weight: 500;
  font-size: 15px;
}

.person-contents p {
  font-size: 15px;
}

.faq__v2 .subtitle {
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}

.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: black;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "\f2ea";
}

.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.faq__v2 .custom-accordion .accordion-item .accordion-body {
  border-top: none;
}

.accordion-body {
  color: rgba(0, 0, 0, 0.65);
}

.icon-contact {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #16243d;
  color: #fff;
}

.form {
  display: block;
  width: 100%;
  height: 52px;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.35rem;
}

.button-send {
  font-size: 18px;
  padding: 14px 20px;
  background-color: #16243d;
  border: none;
  transition: 300ms;
}

.button-send:hover {
  background-color: #024ca1;
}

footer h2,
.footer h3,
.footer h4 {
  font-size: 16px;
}

footer ul li {
  padding: 0;
  margin: 0 0 8px 0;
}

footer a {
  color: #6b7280;
  text-decoration: none;
}

footer p {
  color: #6b7280;
}

footer a:hover {
  color: var(--inverse-color);
}

.property-content {
  background: #fff;
  padding: 30px;
  font-size: 13px;
  position: relative;
  width: 100%;
  margin-top: -100px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.price {
  border-bottom: 2px solid #024ca1;
  display: inline-block;
  color: #024ca1;
}

.see-details-button {
  padding: 10px 16px;
  background-color: #024ca1;
  border: none;
  font-size: 16px;
  transition: 300ms;
}

.see-details-button:hover {
  background-color: #16243d;
}


@media (max-width: 768px) {
  .navbar-nav {
    gap: 10px;
  }

  .dropdown-menu {
    position: static;
  }

  .home-img .card-img {
    left: 0px;
    position: relative;
    top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    bottom: 0px;
    z-index: 0;
    display: block;
    max-width: 100% !important;
    right: auto;
  }


  .nav-link::after {
    bottom: 0;
    left: 0;
    transform: none;
    width: 0;
  }

  .nav-link.active::after {
    width: 100%;
  }

  .nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
  }

  .property-content {
    background: #fff;
    padding: 30px;
    font-size: 13px;
    position: relative;
    width: 100%;
    margin-top: -20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    z-index: 2;
  }
}