body {
  font-family: "Inter", sans-serif;
  color: #333333;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.bg-primary-dark {
  background-color: #1C3A6E !important;
}

.fs-7 {
  font-size: 0.85rem;
}

.text-primary {
  color: #1C3A6E !important;
}

.text-muted {
  color: rgba(30, 31, 36, 0.7568627451);
}

.pb-10,
.py-10 {
  padding-bottom: 120px;
}

.pt-10,
.py-10 {
  padding-top: 120px;
}

.bg-light-blue {
  background-color: #C3E8FF;
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.53;
  color: #0A0D12;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #F5F5F5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
}

.form-label {
  color: #0A0D12;
  font-weight: 500;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.3417%2010.708L11.1584%2012.8913C10.5167%2013.533%209.46669%2013.533%208.82502%2012.8913L3.40002%207.45801%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16.5999%207.45801L15.7333%208.32467%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #0A0D12;
  background-color: white;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-submit {
  color: white;
  background-color: #1C3A6E;
  border-color: #1C3A6E;
  padding: 0.675rem 0.75rem;
}
.btn-submit:hover, .btn-submit:focus {
  color: white;
  background-color: #1C3A6E;
  border-color: #1C3A6E;
}

.input-group-merge .form-control {
  border-right: 0;
}
.input-group-merge .input-group-text {
  background-color: white;
  border: 1px solid #F5F5F5;
}

.navbar-wrapper {
  transition: all 0.4s ease-in-out;
  z-index: 1030;
}
.navbar-wrapper.navbar-wrapper-fixed {
  position: sticky !important;
  top: 0;
}
.navbar-wrapper .navbar-light .brand_default {
  display: none;
}
.navbar-wrapper .navbar-light .brand_white {
  display: inline-block;
}
.navbar-wrapper .navbar-dark .brand_default {
  display: inline-block;
}
.navbar-wrapper .navbar-dark .brand_white {
  display: none;
}
.navbar-wrapper.navbar-scrolled .top-bar {
  background-color: #1C3A6E;
  color: #ffffff;
}
.navbar-wrapper .top-bar {
  color: #ffffff;
  font-size: 0.85rem;
}
.navbar-wrapper .top-bar .right-section span {
  display: inline-block;
  border-left: 1px solid #D8D9E0;
}
.navbar-wrapper .top-bar a {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
  font-weight: 400;
}
.navbar-wrapper .top-bar a:hover {
  opacity: 0.8;
}
.navbar-wrapper #innerNav {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.navbar-wrapper #innerNav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.navbar-wrapper #innerNav .nav-link:hover, .navbar-wrapper #innerNav .nav-link.active {
  color: #ffffff;
  font-weight: 400;
}
.navbar-wrapper #innerNav .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(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-wrapper #innerNav .dropdown-toggle::after {
  border: none;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.0075%209.63749L10.0425%2011.6025C9.465%2012.18%208.52%2012.18%207.9425%2011.6025L3.06%206.71249%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14.94%206.71249L14.16%207.49249%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  transition: all 200ms ease-in-out;
}
.navbar-wrapper #innerNav .dropdown-toggle.show::after {
  transform: rotate(180deg);
  transition: all 200ms ease-in-out;
}
.navbar-wrapper #innerNav .dropdown-item {
  padding: 8px 16px;
}
.navbar-wrapper.navbar-scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.navbar-wrapper.navbar-scrolled #innerNav .nav-link {
  color: black;
}
.navbar-wrapper.navbar-scrolled #innerNav .nav-link:hover, .navbar-wrapper.navbar-scrolled #innerNav .nav-link.active {
  color: black;
}
.navbar-wrapper.navbar-scrolled #innerNav .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(33, 37, 41, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-wrapper.navbar-scrolled #innerNav .dropdown-toggle::after {
  border: none;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.0075%209.6375L10.0425%2011.6025C9.465%2012.18%208.52%2012.18%207.9425%2011.6025L3.06%206.7125%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14.94%206.7125L14.16%207.4925%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 991px) {
  .navbar-wrapper #innerNav .navbar-nav .nav-item {
    width: 100%;
    text-align: left;
  }
  .navbar-wrapper #innerNav .navbar-nav .nav-item .nav-link {
    justify-content: space-between;
  }
  .navbar-wrapper #innerNav .navbar-nav .nav-item .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.0075%209.6375L10.0425%2011.6025C9.465%2012.18%208.52%2012.18%207.9425%2011.6025L3.06%206.7125%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14.94%206.7125L14.16%207.4925%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    transition: all 200ms ease-in-out;
  }
  .navbar-wrapper .navbar-collapse {
    background: #ffffff;
    padding: 20px;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  .navbar-wrapper .navbar-collapse .nav-link {
    color: #333333 !important;
    padding-left: 0;
  }
  .navbar-wrapper .navbar-collapse .nav-link:hover {
    color: #1C3A6E !important;
    padding-left: 5px;
    transition: padding 0.2s ease;
  }
  .navbar-wrapper .top-bar .border-end {
    display: none;
  }
}

.hero-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-wrapper .hero-slide {
  position: relative;
  height: 95vh;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-wrapper .hero-slide {
    height: 70dvh;
  }
}
.hero-wrapper .hero-img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-wrapper .hero-img-container .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-wrapper .hero-img-container .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(72, 84, 109, 0.2509803922);
  z-index: 2;
}
.hero-wrapper .hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
}
.hero-wrapper .owl-dots {
  position: relative;
  bottom: 40px;
  text-align: right;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero-wrapper .owl-dots {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.hero-wrapper .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #686868 !important;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s ease;
}
.hero-wrapper .owl-dots .owl-dot.active span, .hero-wrapper .owl-dots .owl-dot:hover span {
  background: #D8D9E0 !important;
  transform: scale(1.2);
}

.summary-section {
  position: relative;
  z-index: 20;
}
.summary-section .summary-item {
  position: relative;
}
.summary-section .summary-item .icon-wrapper {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary-section .summary-item .icon-wrapper i {
  color: #0047BA !important;
}
.summary-section .summary-item h3 {
  font-size: 1.75rem;
  color: #0047BA;
}
.summary-section .summary-item p {
  font-weight: 500;
}
@media (min-width: 992px) {
  .summary-section .summary-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #D8D9E0;
  }
  .summary-section .summary-item:last-child::after {
    display: none;
  }
}

.news-section .featured-news-card {
  min-height: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.news-section .featured-news-card img {
  transition: transform 0.5s ease;
}
.news-section .featured-news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}
.news-section .featured-news-card:hover img {
  transform: scale(1.05);
}
.news-section .featured-news-card .overlay-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  z-index: 2;
}
.news-section .featured-news-card .card-title {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .news-section .featured-news-card .card-title {
    font-size: 1.25rem;
  }
}
.news-section .featured-news-card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  color: #1E1F24;
}
.news-section .side-news-item {
  transition: transform 0.2s ease, background-color 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: #101010;
}
.news-section .side-news-item:hover {
  background-color: #fff;
  transform: translateX(5px);
  border-color: rgba(0, 71, 186, 0.1);
}
.news-section .side-news-item:hover .read-more-link i {
  padding-left: 5px;
}
.news-section .side-news-item .img-wrapper {
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.news-section .side-news-item .img-wrapper img {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .news-section .side-news-item .img-wrapper {
    width: 90px;
    height: 90px;
  }
}
.news-section .side-news-item .content .line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  color: #1E1F24;
}
.news-section .side-news-item .content span.text-muted {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}
.news-section .side-news-item .content .read-more-link {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
.news-section .side-news-item .content .read-more-link i {
  transition: padding 0.3s ease;
}
@media (max-width: 767px) {
  .news-section .side-news-item {
    border-color: rgba(0, 71, 186, 0.1);
  }
}
.news-section .news-list {
  margin-top: 2rem;
  gap: 1rem;
}
.news-section .news-list .news-item {
  padding: 16px;
  display: flex;
  gap: 15px;
  transition: transform 0.2s ease, background-color 0.2s;
  border: 1px solid transparent;
  text-decoration: none;
  color: #101010;
}
.news-section .news-list .news-item:hover {
  background-color: #fff;
  transform: translate(0, -5px);
  border-color: rgba(0, 71, 186, 0.1);
}
.news-section .news-list .news-item .img-wrapper {
  width: 200px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .news-section .news-list .news-item .img-wrapper {
    width: 125px;
    height: 125px;
  }
}
.news-section .news-list .news-item .img-wrapper img {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .news-section .news-list .news-item .img-wrapper {
    width: 105px;
    height: 105px;
  }
}
.news-section .news-list .news-item .content h4 {
  line-height: 1.4;
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section .news-list .news-item .content .subtext {
  font-size: 16px;
  font-weight: normal;
  color: rgba(30, 31, 36, 0.631372549);
  line-height: 1.4;
  height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.news-section .news-list .news-item .content .small {
  font-size: 0.75em;
}
@media (max-width: 767px) {
  .news-section .news-list .news-item .content h4 {
    font-size: 18px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
  .news-section .news-list .news-item .content .subtext {
    font-size: 14px;
    height: 20px;
    -webkit-line-clamp: 1;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .news-section .news-list .news-item {
    gap: 8px;
  }
}
.news-section .article-detail .article-header {
  padding: 1rem 0;
  border-bottom: 1px solid #D8D7D3;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 12px;
  flex-direction: column;
}
.news-section .article-detail .article-header .article-date {
  font-size: 14px;
  color: #777777;
  white-space: 24px;
  line-height: 24px;
}
.news-section .article-detail .article-header .article-title {
  font-size: 48px;
  font-weight: 600;
}
.news-section .article-detail .article-header img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .news-section .article-detail .article-header {
    gap: 6px;
  }
  .news-section .article-detail .article-header .article-title {
    font-size: 36px;
  }
  .news-section .article-detail .article-header img {
    width: 24px;
    height: 24px;
  }
}
.news-section .article-detail .article-body {
  padding: 1.5rem 0;
}
.news-section .article-detail .article-body .main-image {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.5rem;
}
.news-section .article-detail .article-body > * {
  font-size: 20px;
  line-height: 32px;
  color: #28140A;
  text-align: justify;
}
@media (max-width: 767px) {
  .news-section .article-detail .article-body > * {
    font-size: 16px;
    line-height: 24px;
  }
}
.news-section .article-detail .article-comment .comment-widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 0 16px;
}
.news-section .article-detail .article-comment .comment-widget .comment-input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 8px 10px;
  background-color: white;
  transition: all 0.2s ease;
}
.news-section .article-detail .article-comment .comment-widget .comment-input-box:focus-within {
  border-color: #1c3b6d;
  box-shadow: 0 0 0 3px rgba(28, 59, 109, 0.1);
}
.news-section .article-detail .article-comment .comment-widget .comment-input-box .comment-input {
  border: none;
  outline: none;
  flex-grow: 1;
  padding: 10px;
  font-size: 16px;
  color: #333333;
  min-width: 0;
}
.news-section .article-detail .article-comment .comment-widget .comment-input-box .comment-input::-moz-placeholder {
  color: #9e9e9e;
}
.news-section .article-detail .article-comment .comment-widget .comment-input-box .comment-input::placeholder {
  color: #9e9e9e;
}
.news-section .article-detail .article-comment .comment-widget .comment-input-box .btn-post {
  background-color: #1c3b6d;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.news-section .article-detail .article-comment .comment-widget .comment-input-box .btn-post:hover {
  background-color: #1c3b6d;
}
.news-section .article-detail .article-comment .comment-widget .comment-heading {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
@media (max-width: 576px) {
  .news-section .article-detail .article-comment .comment-widget .comment-widget {
    padding: 0 12px;
  }
  .news-section .article-detail .article-comment .comment-widget .comment-input-box {
    padding: 6px 8px;
  }
  .news-section .article-detail .article-comment .comment-widget .comment-input-box .comment-input {
    font-size: 14px;
    padding: 8px;
  }
  .news-section .article-detail .article-comment .comment-widget .comment-input-box .btn-post {
    padding: 6px 16px;
    font-size: 13px;
  }
  .news-section .article-detail .article-comment .comment-widget .comment-heading {
    font-size: 16px;
    margin-top: 16px;
  }
}

.testimonial-section {
  position: relative;
}
.testimonial-section .owl-carousel {
  border-radius: 24px;
  border: 1px solid #D8D9E0;
}
.testimonial-section .testimonial-card {
  position: relative;
  min-height: 300px;
  background-color: white;
}
.testimonial-section .testimonial-card .img-wrapper {
  width: 192px;
  height: 192px;
  position: relative;
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-card .img-wrapper {
    width: 140px;
    height: 140px;
  }
}
.testimonial-section .testimonial-card .img-wrapper .profile-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
}
.testimonial-section .testimonial-card h4 {
  color: #222;
  font-family: "Poppins", serif;
}
.testimonial-section .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 60px;
  text-align: right;
  z-index: 10;
}
@media (max-width: 768px) {
  .testimonial-section .owl-dots {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.testimonial-section .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #d6d6d6 !important;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s ease;
}
.testimonial-section .owl-dots .owl-dot.active span, .testimonial-section .owl-dots .owl-dot:hover span {
  background: #0047BA !important;
  transform: scale(1.2);
}

.faq-section .custom-faq .accordion-item {
  border: none;
  border-bottom: 1px solid #D8D9E0;
  background-color: transparent;
}
.faq-section .custom-faq .accordion-item:last-child {
  border-bottom: none;
}
.faq-section .custom-faq .accordion-button {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  background-color: transparent;
  box-shadow: none;
  padding: 1.5rem 0;
}
.faq-section .custom-faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2018V6%22%20stroke%3D%22%23DF0024%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16%2012H18%22%20stroke%3D%22%23DF0024%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M6%2012H11.66%22%20stroke%3D%22%23DF0024%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12%2018V6%22%20stroke%3D%22%23DF0024%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 24px;
  height: 24px;
  content: "";
  transition: transform 0.3s ease;
}
.faq-section .custom-faq .accordion-button:not(.collapsed) {
  color: #0047BA;
}
.faq-section .custom-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%2012H18%22%20stroke%3D%22%23DF0024%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M6%2012H11.66%22%20stroke%3D%22%23DF0024%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 24px;
  height: 24px;
  content: "";
}
@media (max-width: 768px) {
  .faq-section .custom-faq .accordion-button {
    font-size: 1rem;
    padding: 1rem 0;
  }
  .faq-section .custom-faq .accordion-button::after {
    font-size: 1.5rem;
  }
}
.faq-section .custom-faq .accordion-body {
  padding: 0 0 1.5rem 0;
  line-height: 1.6;
}

.main-footer .footer-decoration {
  position: absolute;
  bottom: -300px;
  right: -300px;
  width: 600px;
  height: 600px;
  background-image: url("./../img/circle_footer.png");
  background-repeat: no-repeat;
  background-position: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 576px) {
  .main-footer .footer-decoration {
    width: 300px;
    height: 300px;
    bottom: -150px;
    right: -150px;
  }
}
.main-footer h6 {
  color: #000;
  font-size: 1rem;
}
.main-footer address {
  font-style: normal;
}
.main-footer .footer-links li {
  margin-bottom: 1rem;
}
.main-footer .footer-links li a {
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.main-footer .footer-links li a:hover {
  color: #0047BA;
  padding-left: 5px;
}
.main-footer .disclaimer {
  max-width: 90%;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .main-footer {
    text-align: left;
  }
}

.animate-fade-up {
  animation: fadeUp 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hover-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.hover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-img-overlay.bg-dark-gradient-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.card {
  border-radius: 16px;
}

.card-img-top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.accordion-button:not(.collapsed) {
  color: #0047BA;
  background-color: #C3E8FF;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.section-decoration {
  position: relative;
}
.section-decoration.decoration-1::before {
  content: "";
  display: block;
  width: 210px;
  height: 500px;
  background-image: url("./../img/decoration_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-decoration.decoration-2::before {
  content: "";
  display: block;
  width: 210px;
  height: 500px;
  background-image: url("./../img/decoration_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.section-decoration.after-decoration-2::after {
  content: "";
  display: block;
  width: 210px;
  height: 500px;
  background-image: url("./../img/decoration_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.section-decoration.after-decoration-3::after {
  content: "";
  display: block;
  width: 210px;
  height: 500px;
  background-image: url("./../img/decoration_3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -100px;
  left: -15px;
  z-index: -1;
}
.section-decoration.decoration-3::before {
  content: "";
  display: block;
  width: 210px;
  height: 500px;
  background-image: url("./../img/decoration_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -100px;
  right: -15px;
  z-index: -1;
}

.scroll-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}
.scroll-to-top.active {
  display: block;
}

.hero-page {
  width: 100%;
  height: 60vh;
}
@media (max-width: 768px) {
  .hero-page {
    height: 60dvh;
  }
}
.hero-page .hero-image-container {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-page .hero-image-container h1 {
  text-align: center;
  margin: 0 auto;
  color: white;
  margin-bottom: 0px;
  position: relative;
  z-index: 4;
}
.hero-page .hero-image-container .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(72, 84, 109, 0.2509803922);
  z-index: 2;
}
.hero-page.product {
  height: 40vh;
  background-color: #F5F7FA;
  position: relative;
}
.hero-page.product.overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(72, 84, 109, 0.2509803922);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .hero-page.product {
    height: 40dvh;
  }
}
.hero-page.product h1 {
  font-weight: 700;
  color: #1E1F24;
}

.breadcrumb {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #DF0024;
  padding: 8px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb .breadcrumb-item {
  color: #667085;
}
.breadcrumb .breadcrumb-item a {
  color: #667085;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
  color: #DF0024 !important;
}

.timeline-wrapper {
  position: relative;
  padding: 50px 0;
}
.timeline-wrapper::before {
  content: "";
  position: absolute;
  top: -74px;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #e9ecef;
  transform: translateX(-50%);
  z-index: -1;
}
.timeline-wrapper .timeline-year-badge {
  position: relative;
  display: table;
  margin: 30px auto 30px auto;
  background-color: #e3f2fd;
  color: #000;
  font-weight: bold;
  padding: 8px 30px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.timeline-wrapper .timeline-year-badge:first-child {
  margin-top: 0;
}
.timeline-wrapper .timeline-item {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.timeline-wrapper .timeline-item .timeline-dot {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 20px;
  height: 20px;
  background-color: #63c2de;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.timeline-wrapper .timeline-item .timeline-content {
  position: relative;
  width: 40%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}
.timeline-wrapper .timeline-item .timeline-content::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 10%;
  height: 2px;
  border-top: 2px dashed #63c2de;
  z-index: -1;
}
.timeline-wrapper .timeline-item .timeline-content .card-img-top {
  border-radius: 8px;
  margin-bottom: 15px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline-wrapper .timeline-item .timeline-content .date-footer {
  font-size: 0.85rem;
  color: #6c757d;
  font-style: italic;
  text-align: right;
  margin-top: 10px;
}
.timeline-wrapper .timeline-item.left .timeline-content {
  margin-left: auto;
  margin-right: 55%;
}
.timeline-wrapper .timeline-item.left .timeline-content::after {
  right: -11.5%;
}
.timeline-wrapper .timeline-item.right .timeline-content {
  margin-left: 55%;
}
.timeline-wrapper .timeline-item.right .timeline-content::after {
  left: -11.5%;
}
@media (max-width: 768px) {
  .timeline-wrapper::before {
    left: auto;
    right: 20px;
  }
  .timeline-wrapper .timeline-year-badge {
    margin-left: auto;
    margin-right: 20px;
    transform: translateX(50%);
  }
  .timeline-wrapper .timeline-item .timeline-dot {
    left: auto;
    right: 5px;
  }
  .timeline-wrapper .timeline-item .timeline-content {
    width: 85%;
    margin-right: 50px !important;
    margin-left: 0 !important;
  }
  .timeline-wrapper .timeline-item .timeline-content::after {
    left: auto !important;
    right: -50px !important;
    width: 50px !important;
  }
}
@media (max-width: 590px) {
  .timeline-wrapper .timeline-item .timeline-content .card-img-top {
    height: 180px;
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 500px) {
  .timeline-wrapper .timeline-year-badge {
    margin-right: 0;
    transform: translateX(0%);
  }
  .timeline-wrapper .timeline-item .timeline-content::after {
    left: auto !important;
    right: -30px !important;
    width: 30px !important;
  }
}

.vision-mission-section .section-title {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.vision-mission-section .list-mission li {
  line-height: 1.6;
  padding-left: 5px;
}
.vision-mission-section .values-section .value-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.vision-mission-section .values-section .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #63c2de;
}
.vision-mission-section .values-section .value-card .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(195, 232, 255, 0.2509803922);
  border: 1px solid #ADE0FF;
  color: #0047BA;
}
.vision-mission-section .values-section .value-card .icon-box img {
  width: 30px;
  height: 30px;
}
@media (max-width: 992px) {
  .vision-mission-section .img-composition {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .vision-mission-section .img-composition .img-main {
    width: 100%;
    height: auto;
  }
  .vision-mission-section .img-composition .img-overlay {
    width: 40%;
    height: auto;
    border-width: 4px;
  }
  .vision-mission-section .composition-right {
    display: block;
  }
}
@media (max-width: 576px) {
  .vision-mission-section .section-title {
    text-align: center;
  }
  .vision-mission-section .list-mission {
    text-align: left;
  }
}

.management-section .team-card {
  position: relative;
  background-color: #dbe4eb;
  border-radius: 24px;
  overflow: hidden;
  height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.management-section .team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.management-section .team-card .person-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  z-index: 0;
}
.management-section .team-card .card-info {
  position: relative;
  z-index: 1;
  background-color: rgba(28, 72, 147, 0.6039215686);
  margin: 20px;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.management-section .team-card .card-info .text-content {
  color: white;
}
.management-section .team-card .card-info .text-content .name {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.management-section .team-card .card-info .text-content .role {
  font-size: 0.75rem;
  margin-bottom: 0;
  opacity: 0.8;
  font-weight: 400;
}
.management-section .team-card .card-info .linkedin-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #0077B5;
  color: white;
  border-radius: 6px;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.management-section .team-card .card-info .linkedin-btn:hover {
  background-color: #0380c4;
}
@media (max-width: 768px) {
  .management-section .team-card {
    height: 670px;
  }
  .management-section .team-card .card-info {
    margin: 15px;
    padding: 12px 15px;
  }
  .management-section .team-card .card-info .text-content .name {
    font-size: 0.85rem;
  }
  .management-section .team-card .card-info .linkedin-btn {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}

.modal-profile {
  max-width: 1235px;
}

.profile-modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.profile-modal-content .bg-photo-container {
  min-height: 300px;
  position: relative;
}
.profile-modal-content .profile-modal-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  border-radius: 20px;
}
.profile-modal-content .modal-body {
  color: #333;
}
.profile-modal-content .modal-body h4 {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  color: #101010;
}
.profile-modal-content .modal-body .text-muted {
  font-size: 0.9rem;
}
.profile-modal-content .modal-body .bio-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #101010;
}
.profile-modal-content .modal-body .bio-text p {
  margin-bottom: 1rem;
}
.profile-modal-content .modal-body .btn-dark {
  background-color: #0047BA;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: background-color 0.3s;
  padding: 16px 12px;
}
.profile-modal-content .modal-body .btn-dark:hover {
  background-color: #0047BA;
}
.profile-modal-content .linkedin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #0077b5;
  color: #fff;
  border-radius: 6px;
  font-size: 1.3rem;
  text-decoration: none;
  transition: transform 0.2s;
}
.profile-modal-content .linkedin-icon:hover {
  color: #fff;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .profile-modal-content .profile-modal-img {
    height: 450px;
    -o-object-position: center;
       object-position: center;
  }
}

.award-section .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
.award-section .owl-carousel .owl-item {
  transition: scale 0.3ms ease-in;
}
.award-section .owl-carousel .owl-item:not(.center) {
  scale: 0.85;
  filter: blur(3px);
  transition: scale 0.3ms ease-out;
}
.award-section .owl-carousel .owl-item.center .item .certificate-frame:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}
.award-section .owl-carousel .item .certificate-frame {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin: 10px;
}
.award-section .owl-carousel .item .certificate-frame img {
  width: 100%;
  height: auto;
  display: block;
}
.award-section .owl-carousel .owl-dots {
  margin-top: 30px;
}
.award-section .owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #ccc;
  transition: all 0.3s ease;
}
.award-section .owl-carousel .owl-dots .owl-dot.active span {
  width: 30px;
  background: #0047BA;
}

.mitra-section .logo-wrapper {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
  transition: transform 0.3s ease;
}
.mitra-section .logo-wrapper:hover {
  transform: scale(1.05);
}
.mitra-section .logo-wrapper .partner-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.mitra-section .logo-wrapper .partner-logo:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .mitra-section .logo-wrapper {
    height: 60px;
  }
}

.product-card {
  min-height: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.product-card img {
  transition: transform 0.5s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}
.product-card:hover img {
  transform: scale(1.05);
}
.product-card .overlay-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  z-index: 2;
}
.product-card .card-title {
  font-size: 1.5rem;
  line-height: 1.3;
  color: white;
}
@media (max-width: 768px) {
  .product-card .card-title {
    font-size: 1.25rem;
  }
}

.catalog-section .listing-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  background-color: #fff;
}
.catalog-section .listing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.catalog-section .listing-card .card-img-wrapper {
  position: relative;
  height: 200px;
  background-color: #eee;
  overflow: hidden;
}
.catalog-section .listing-card .card-img-wrapper .card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-section .listing-card .card-img-wrapper .img-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}
.catalog-section .listing-card .card-img-wrapper .img-indicators .dot {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.catalog-section .listing-card .card-img-wrapper .img-indicators .dot.active {
  background-color: #fff;
  width: 8px;
  height: 8px;
  transform: translateY(-1px);
}
.catalog-section .listing-card .card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.catalog-section .listing-card .card-body .badges-wrapper {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
}
.catalog-section .listing-card .card-body .badges-wrapper .badge-custom {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
}
.catalog-section .listing-card .card-body .badges-wrapper .badge-gray {
  background-color: #f2f3f5;
  color: #555;
}
.catalog-section .listing-card .card-body .badges-wrapper .badge-red {
  background-color: #e60012;
  color: white;
}
.catalog-section .listing-card .card-body .price {
  color: #3b4d81;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}
.catalog-section .listing-card .card-body .title {
  font-size: 15px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-section .listing-card .card-body .location {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}
.catalog-section .listing-card .card-body .specs-divider {
  border-top: 1px dashed #eee;
  margin-bottom: 10px;
}
.catalog-section .listing-card .card-body .specs-row {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: #555;
  margin-bottom: 16px;
  flex-grow: 1;
}
.catalog-section .listing-card .card-body .specs-row .spec-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.catalog-section .listing-card .card-body .specs-row .spec-item i {
  font-size: 14px;
  color: #777;
}
.catalog-section .listing-card .card-body .btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background-color: #00a859;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.catalog-section .listing-card .card-body .btn-whatsapp:hover {
  background-color: #00a859;
}
.catalog-section .listing-card .card-body .btn-whatsapp i {
  font-size: 16px;
}
.catalog-section a {
  text-decoration: none;
}

.catalog-detail-section .property-gallery {
  margin: 0 auto;
}
.catalog-detail-section .property-gallery .container-gallery {
  display: flex;
  gap: 16px;
  height: 450px;
}
.catalog-detail-section .property-gallery .container-gallery .main-display {
  flex: 3;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}
.catalog-detail-section .property-gallery .container-gallery .main-display img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.catalog-detail-section .property-gallery .container-gallery .main-display .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  color: #2c3e50;
  text-transform: uppercase;
  font-size: 0.8rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.catalog-detail-section .property-gallery .container-gallery .main-display.fade-anim img {
  animation: fadeIn 0.4s ease-in-out;
}
.catalog-detail-section .property-gallery .container-gallery .thumbnail-list {
  flex: 1;
  gap: 16px;
  overflow-y: auto;
  padding-right: 5px;
}
.catalog-detail-section .property-gallery .container-gallery .thumbnail-list .thumb-item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 12px;
}
.catalog-detail-section .property-gallery .container-gallery .thumbnail-list .thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.catalog-detail-section .property-gallery .container-gallery .thumbnail-list .thumb-item:not(.active):hover {
  transform: scale(1.02);
}
.catalog-detail-section .property-gallery .container-gallery .thumbnail-list .thumb-item.active {
  border-color: #e67e22;
}
@media (max-width: 768px) {
  .catalog-detail-section .property-gallery .container-gallery {
    flex-direction: column;
    height: auto;
  }
  .catalog-detail-section .property-gallery .container-gallery .main-display {
    flex: none;
    width: 100%;
    height: 300px;
    aspect-ratio: 4/3;
  }
  .catalog-detail-section .property-gallery .container-gallery .thumbnail-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: 5px;
  }
  .catalog-detail-section .property-gallery .container-gallery .thumbnail-list::-webkit-scrollbar {
    height: 4px;
  }
  .catalog-detail-section .property-gallery .container-gallery .thumbnail-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
  .catalog-detail-section .property-gallery .container-gallery .thumbnail-list .thumb-item {
    min-width: 120px;
    height: 100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.5;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.catalog-detail-section .property-detail-section {
  padding: 28px 0;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .catalog-detail-section .property-detail-section {
    flex-direction: column;
    gap: 30px;
  }
}
.catalog-detail-section .property-detail-section .main-content {
  flex: 1;
  width: 100%;
}
.catalog-detail-section .property-detail-section .main-content .divider {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 24px 0;
}
.catalog-detail-section .property-detail-section .main-content .property-header .tags-group {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.catalog-detail-section .property-detail-section .main-content .property-header .tags-group .tag {
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 115px;
  text-align: center;
}
.catalog-detail-section .property-detail-section .main-content .property-header .tags-group .tag.tag-gray {
  background-color: #e5e7eb;
  color: #1f2937;
}
.catalog-detail-section .property-detail-section .main-content .property-header .tags-group .tag.tag-red {
  background-color: #dc2626;
  color: white;
}
.catalog-detail-section .property-detail-section .main-content .property-header .property-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 4px;
}
.catalog-detail-section .property-detail-section .main-content .property-header .property-price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 8px;
}
.catalog-detail-section .property-detail-section .main-content .property-header .property-location {
  color: #6b7280;
  font-size: 1rem;
}
.catalog-detail-section .property-detail-section .main-content .property-specs h3 {
  font-size: 20px;
  color: #1e3a8a;
  margin-bottom: 8px;
}
.catalog-detail-section .property-detail-section .main-content .property-specs h4 {
  font-size: 18px;
  color: #1e3a8a;
  margin-bottom: 16px;
  font-weight: 600;
}
.catalog-detail-section .property-detail-section .main-content .property-specs .specs-list .spec-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.95rem;
}
.catalog-detail-section .property-detail-section .main-content .property-specs .specs-list .spec-row:last-child {
  border-bottom: none;
}
.catalog-detail-section .property-detail-section .main-content .property-specs .specs-list .spec-row .label {
  color: #6b7280;
}
.catalog-detail-section .property-detail-section .main-content .property-specs .specs-list .spec-row .value {
  font-weight: 600;
  color: #1f2937;
}
.catalog-detail-section .property-detail-section .main-content .property-map h4 {
  font-size: 1rem;
  color: #1e3a8a;
  margin-bottom: 16px;
  font-weight: 600;
}
.catalog-detail-section .property-detail-section .main-content .property-map .map-frame {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #eee;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.catalog-detail-section .property-detail-section .main-content .property-map .map-frame iframe {
  display: block;
}
.catalog-detail-section .property-detail-section .sidebar {
  width: 350px;
  position: sticky;
  top: 20px;
}
@media (max-width: 900px) {
  .catalog-detail-section .property-detail-section .sidebar {
    width: 100%;
    position: static;
  }
}
.catalog-detail-section .property-detail-section .sidebar .cta-card {
  background-image: url("../img/background_cta.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 12px;
  color: white;
  text-align: center;
  box-shadow: 0 10px 25px rgba(30, 64, 175, 0.25);
}
.catalog-detail-section .property-detail-section .sidebar .cta-card h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
  font-weight: 600;
}
.catalog-detail-section .property-detail-section .sidebar .cta-card p {
  font-size: 0.9rem;
  margin-bottom: 24px;
  opacity: 0.9;
  line-height: 1.6;
}
.catalog-detail-section .property-detail-section .sidebar .cta-card .btn-whatsapp {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.catalog-detail-section .property-detail-section .sidebar .cta-card .btn-whatsapp:hover {
  background: white;
  color: #1e40af;
}
.catalog-detail-section .property-detail-section .sidebar .cta-card .btn-whatsapp:hover path {
  stroke: #1e40af;
}

.gcg-wrapper .nav-pills {
  background-color: #F5F7FA;
  padding: 10px;
  gap: 12px;
}
@media (max-width: 767px) {
  .gcg-wrapper .nav-pills {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
  }
}
.gcg-wrapper .nav-pills .nav-link {
  background-color: transparent;
  color: black;
  padding: 7px 24px;
  font-size: 14px;
  height: 100%;
}
.gcg-wrapper .nav-pills .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.767);
}
.gcg-wrapper .nav-pills .nav-link.active {
  background-color: white;
}
.gcg-wrapper .list-download {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.gcg-wrapper .list-download .download-item {
  width: 30%;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .gcg-wrapper .list-download .download-item {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gcg-wrapper .list-download .download-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .gcg-wrapper .list-download .download-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.gcg-wrapper .list-download .card.card-download {
  width: 100%;
  max-width: 380px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-family: "Inter", system-ui, sans-serif;
  border: 1px solid #f3f4f6;
}
.gcg-wrapper .list-download .card.card-download .card-header {
  background-color: #ecf6ff;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: none;
}
.gcg-wrapper .list-download .card.card-download .card-header .file-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.gcg-wrapper .list-download .card.card-download .card-header .file-icon svg {
  width: 100%;
  height: 100%;
  drop-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.gcg-wrapper .list-download .card.card-download .card-header .file-name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.4;
  padding-top: 4px;
}
.gcg-wrapper .list-download .card.card-download .card-body {
  padding: 24px;
  background-color: #ffffff;
}
.gcg-wrapper .list-download .card.card-download .card-body .meta-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.gcg-wrapper .list-download .card.card-download .card-body .meta-info .meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: 0.95rem;
}
.gcg-wrapper .list-download .card.card-download .card-body .meta-info .meta-row .icon {
  stroke: #6b7280;
  width: 18px;
  height: 18px;
}
.gcg-wrapper .list-download .card.card-download .card-body .btn-download {
  padding: 12px 46px;
  background-color: transparent;
  border: 1px solid #1e3a8a;
  border-radius: 50px;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.gcg-wrapper .list-download .card.card-download .card-body .btn-download:hover {
  background-color: #1e3a8a;
  color: white;
}

.contact-section .contact-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 16px;
}
.contact-section .contact-area .get-in-touch {
  grid-column: span 2/span 2;
  grid-row: span 4/span 4;
}
.contact-section .contact-area .contact-information {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 3;
}
.contact-section .contact-area .time-operasional {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}
@media (max-width: 767px) {
  .contact-section .contact-area {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 16px;
  }
  .contact-section .contact-area .get-in-touch {
    grid-column: unset;
    grid-row: span 2/span 2;
  }
  .contact-section .contact-area .contact-information {
    grid-column: unset;
    grid-row: unset;
    grid-column-start: 3;
    grid-column-start: unset;
  }
  .contact-section .contact-area .time-operasional {
    grid-column: unset;
    grid-row: unset;
    grid-column-start: unset;
    grid-row-start: unset;
  }
}

.card-contact {
  width: 100%;
  background-color: #F5F7FA;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1607843137);
}

.location-section iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .location-section iframe {
    margin-top: 1.5rem;
    height: 300px;
  }
}
.location-section .location-item {
  display: flex;
  gap: 18px;
  align-items: start;
}
.location-section .location-item img {
  width: 40px;
  height: 40px;
}
.location-section .location-item .location-desc {
  flex: 1;
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.location-section .location-item .location-desc .location-title {
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-bottom: 0;
}
.location-section .location-item .location-desc .location-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 20px;
}

.upload-wrapper {
  width: 100%;
}
.upload-wrapper .upload-area {
  background-color: white;
  border: 2px dashed #d0d0d0;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: 0.2s ease;
}
.upload-wrapper .upload-area.dragover {
  border-color: #4aa3df;
  background: #eef8ff;
}
.upload-wrapper .upload-area input[type=file] {
  display: none;
}
.upload-wrapper .upload-area .upload-icon img {
  width: 50px;
  opacity: 0.6;
}
.upload-wrapper .upload-area .upload-text {
  flex: 1;
}
.upload-wrapper .upload-area .upload-text .title {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.upload-wrapper .upload-area .upload-text .subtitle {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.upload-wrapper .upload-area .btn-upload {
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #61a8ff;
  background: transparent;
  color: #1e78ff;
  cursor: pointer;
  font-size: 12px;
  transition: 0.2s;
}
.upload-wrapper .upload-area .btn-upload:hover {
  background: #e7f1ff;
}
@media (max-width: 576px) {
  .upload-wrapper .upload-area {
    flex-direction: column;
    gap: 8px;
  }
  .upload-wrapper .upload-area .btn-upload {
    width: 100%;
  }
}
.upload-wrapper .file-list {
  margin-top: 15px;
}
.upload-wrapper .file-list .file-item {
  border: 1px solid #0047BA;
  background: white;
  border-radius: 6px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.upload-wrapper .file-list .file-item .file-name {
  font-size: 13px;
  color: #333;
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-wrapper .file-list .file-item .remove-btn {
  background: none;
  border: none;
  color: #e74c3c;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}
.upload-wrapper .file-list .file-item .remove-btn:hover {
  color: #c0392b;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

.simulation-section {
  background-color: #F5F7FA;
  padding: 1.5rem 0;
}
.simulation-section #chart {
  border: 1px solid #BBC5CA;
}
.simulation-section .simulation-summary {
  margin-top: 30px;
  font-family: Arial, sans-serif;
}
.simulation-section .simulation-summary .summary-cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .simulation-section .simulation-summary .summary-cards {
    flex-direction: column;
  }
}
.simulation-section .simulation-summary .summary-cards .card-item {
  background-color: #e6f4fd;
  padding: 24px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.simulation-section .simulation-summary .summary-cards .card-item .label {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 8px;
}
.simulation-section .simulation-summary .summary-cards .card-item .value {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
}
.simulation-section .simulation-summary .disclaimer-text {
  margin-top: 20px;
  color: #eb0000;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
}

/* Custom CSS untuk meniru gaya tabel pada gambar */
.simulation-table thead th {
  background-color: #1052b5;
  /* Warna Biru sesuai gambar */
  color: #ffffff;
  font-weight: 600;
  border-bottom: none;
  vertical-align: middle;
  padding: 12px 15px;
  white-space: nowrap;
  /* Mencegah teks header turun baris */
}

.simulation-table tbody td,
.simulation-table tfoot td {
  padding: 10px 15px;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}

/* Mengatur border agar terlihat rapi */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* Styling khusus untuk baris Total (Footer) */
.table-footer {
  font-weight: bold;
  background-color: #ffffff;
  /* Pastikan background putih */
}

.cursor-pointer {
  cursor: pointer;
}

.fa-spin {
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Start the rotation at 0 degrees */
  }
  100% {
    transform: rotate(360deg);
    /* End the rotation at 360 degrees (a full circle) */
  }
}
.cta-section .cta-wrapper {
  background-image: url("../img/background_cta_detail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
}
.cta-section .cta-wrapper .cta-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cta-section .cta-wrapper .cta-title h1 {
  font-size: 36px;
  font-weight: 600;
  color: white;
  text-align: center;
}
.cta-section .cta-wrapper .cta-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-align: center;
}
.cta-section .cta-wrapper .btn {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 1rem;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .cta-section .cta-wrapper {
    padding: 2rem;
    gap: 0.5rem;
  }
  .cta-section .cta-wrapper .cta-title {
    gap: 0.5rem;
  }
  .cta-section .cta-wrapper .cta-title h1 {
    font-size: 24px;
  }
  .cta-section .cta-wrapper .cta-title h3 {
    font-size: 16px;
  }
}/*# sourceMappingURL=custom.css.map */