/* Constraction page Styling */
.business-header {
  height: auto;
  background: linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255 / 21%));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0;
}

.header-content h2 {
  color: var(--orange-color);
  font-size: 24px !important;
}
.header-content p {
  max-width: 500px;
  min-width: 250px;
  margin-top: 1rem;
  padding-left: 1rem;
  font-size: 14px !important;
  text-align: justify;
}

.list-of-project-sec {
  /* height: 600px; */
}
.list-content-title {
  width: 30%;
}
.list-content-title .custom-btn {
  margin-left: 1rem;
}
.list-content h2 {
  font-size: 24px !important;
  font-weight: 600;
  color: var(--orange-color);
}
.list-content .custom-btn {
  background: var(--dark-blue-color);
  padding: 0.4rem 2.2rem;
  border: 0;
  outline: 0;
  border-radius: 5px;
}
.list-content .custom-btn a {
  font-size: 14px;
  color: var(--white-color);
  font-weight: 300;
  opacity: 1;
}
.project-list-ct {
  width: 40%;
  padding-left: 4rem;
}
.project-list-ct.p-arrow {
  padding-top: 60%;
}
.project-list-ct .arrow-btn.arrow-daftar-proyek {
  left: unset;
  top: unset;
}
/* .project-list-ct .arrow-btn {
  left: 50%;
  top: 70%;
} */
.project-list-ct .arrow-btn .swiper-button-next,
.project-list-ct .arrow-btn .swiper-button-prev {
  background: var(--dark-blue-color);
  opacity: 1;
}
.project-list-ct .arrow-btn .swiper-button-next:hover,
.project-list-ct .arrow-btn .swiper-button-prev:hover {
  background: var(--orange-color);
}
.project-list-slide {
  width: 60%;
}
.slide-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 0;
}
.slide-content p {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-color);
  margin-bottom: 0;
}
/* ============= Property Page Styling ========== */
.property {
  background: linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255 / 21%)),
    url(../../assets/images/Our_business_page/7.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.project-list-slide .swiper-slide .logo-box img {
  width: 220px;
  height: 50px;
  margin: 0 0 0 auto;
  object-fit: cover;
}
/* ============= track-bridge Page Styling ========== */
.track-bridge {
  background: linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255 / 18%)),
    url(../../assets/images/Our_business_page/3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tb-content-box h2 {
  font-weight: 600;
  font-size: 24px !important;
}
.content-of-year .year-box {
  text-align: left;
  background: var(--dark-blue-color);
  display: inline-block;
  border-radius: 10px;
  padding: 0.25rem 10rem 0.25rem 0.5rem;
}
.year-box h3 {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0;
}
.year-box h3 svg {
  width: 25px;
  margin-right: 1rem;
}
.text ol li span {
  font-size: 1.1rem;
  color: var(--orange-color);
  font-weight: 500;
}
.slides .slide-content {
  background: var(--orange-color);
  padding: 1rem;
}
.slides .slide-content h3 {
  font-size: 18px;
  color: var(--white-color);
  font-weight: 400;
}
.slides .slider-container {
  flex: none;
  width: 400px;
  position: relative;
  height: 200px;
}
.slides .slider-container .slider-container {
  width: 200px;
  height: 150px;
}
.slides .slider-container .arrow-btn {
  left: 30%;
  top: 90%;
}
.slides .slider-container .arrow-btn .swiper-button-next,
.slides .slider-container .arrow-btn .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid var(--white-color);
  opacity: 0.5;
}
.slides .property-content-box h2 {
  padding: 0.8rem 4rem 0.8rem 0.2rem;
  background: var(--white-color);
  z-index: 2;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  width: 200px;
  height: 70px;
  overflow: hidden;
}
.slides .property-content-box h2 a {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
}
.slides .property-content-box a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  color: var(--white-color);
  opacity: 0.6;
}
/* ============= Gallery Page Styling  ========== */
.gellery-header {
  background: linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255 / 18%)),
    url(../../assets/images/Our_business_page/9.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gellery-header .btn-group button {
  height: 70px;
}
.slide-content p svg {
  width: 20px;
}
.slide-img {
  cursor: pointer;
}
.grid-slide .arrow-btn {
  left: 90%;
  top: 90%;
}
.grid-slide .arrow-btn .grid-btn-next,
.grid-slide .arrow-btn .grid-btn-prev {
  background: var(--dark-blue-color);
}
.grid-slide .arrow-btn .grid-btn-next:hover,
.grid-slide .arrow-btn .grid-btn-prev:hover {
  background: var(--orange-color);
}
.grid-slide-clicked {
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
  padding: 0.6rem;
  border-radius: 10px;
  position: relative;
  top: 0px;
  left: 15px;
  z-index: 9999;
  background: var(--light-gray-color);
}
.grid-slide-clicked {
  font-size: 1rem;
  font-weight: 400;
  color: var(--gray-color);
  margin-bottom: 0;
  text-align: left;
  margin-top: 1rem;
}

#futureProjects,
#contactUs {
  display: none;
}
#contactUs .title {
  font-size: 24px;
  color: var(--orange-color);
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}
#contactUs .para {
  font-size: 1rem;
  color: var(--gray-color);
  font-weight: 400;
  margin-top: 0.3rem;
  padding-left: 1rem;
}
.marketer {
  max-width: 720px;
  background: var(--light-gray-color);
  padding: 1rem;
  border-radius: 10px;
  margin: 0 0 0 auto;
  height: 280px;
}
.marketer-info .name-box h2 {
  font-size: 24px;
  color: #456093;
  font-weight: 700;
  border-bottom: 3px solid #a6a6a66b;
}
.marketer-info .name-box p {
  font-size: 1rem;
  padding-left: 0;
  color: var(--gray-color);
  font-weight: 400;
}
.info {
  margin-bottom: 0.8rem;
  font-size: 14px;
  color: var(--gray-color);
  font-weight: 400;
}
.info .svg-box {
  width: 30px;
  height: 30px;
  background: var(--black-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.7rem;
}
.info svg {
  width: 18px;
  fill: var(--white-color);
}
.our-social {
  max-width: 700px;
  background: var(--light-gray-color);
  padding: 1rem;
  text-align: center;
  border-radius: 10px;
  margin: 5rem auto;
}
.our-social h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--blue-color);
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #a6a6a66b;
}
/* ============= Resposive ========== */
@media (max-width: 1140px) {
  .swiper-slide a img {
    height: 290px;
    object-fit: cover;
  }
}
@media (max-width: 990px) {
  .list-of-project-sec {
    height: 100%;
  }
  .project-list {
    flex-direction: column;
  }
  .project-list-slide {
    width: 100%;
  }
  .project-list-ct {
    width: 100%;
    padding-left: 0rem;
    margin-bottom: 3rem;
  }
  .project-list-ct .arrow-btn {
    left: 65%;
    top: 10%;
  }
  .swiper-slide a img {
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .business-header {
    background: linear-gradient(0deg, rgb(255 255 255), rgb(255 255 255 / 21%));
  }
  .marketer {
    height: auto;
  }
  .marketer-info {
    width: 100%;
  }
  .marketer-img,
  .marketer-img img {
    width: 100%;
  }
}

@media (max-width: 470px) {
  .slide-content {
    width: 100%;
  }
  .slides .slider-container {
    height: auto;
    width: 100%;
  }
  .slider-container {
    flex-direction: column;
  }
  .slides .property-content-box {
    width: 100%;
    margin-top: 1rem;
  }
  .slides .slide-content h3 {
    text-align: center;
  }
  .slides .property-content-box h2 {
    width: 100%;
  }
  .slides .slider-container .slider-container {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
}

.auto-load {
  padding-bottom: 20px;
}

.related-slider .swiper {
  margin-left: -20px;
}

.img-fluid-property {
  max-width: 412px;
  min-width: 412px;
  max-height: 275px;
  min-height: 275px;
}

@media (max-width: 768px) {
  .property .grid-slide .slider-container .swiper .swiper-wrapper .swiper-slide {
    max-width: 100%;
  }
}

/*Magnific slide*/
.resources-item {
  -webkit-user-select: auto;
  background: #f6f6f6;
  cursor: pointer;
  margin: 30px 0;
  padding: 7px 7px 20px;
  text-align: center;
}

.resources-item .resources-category-image {
  height: 200px;
  overflow: hidden;
}

.resources-description h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "open sans condensed", sans-serif;
}

.resources-item .resources-description p {
  margin-top: 20px;
  font-size: 13px;
}

.photos-page.filter-bar {
  margin-top: 100px;
}

.input-group #table_filter.form-control {
  border-radius: 0;
  border-color: #ccc;
  line-height: 20px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  background-color: #fff;
}

.photos-page.filter-bar input#table_filter {
  height: 45px;
  border-radius: 0;
  line-height: 22px;
  border-color: #ccc;
}

.input-group-btn #searchBtn {
  height: 45px;
  padding: 0 16px;
  font-size: 1.4rem;
  background-color: #00bff3;
  color: #fff;
}

.form-group .selectize-input {
  height: 45px !important;
  border-radius: 0;
}

.form-group .selectize-input .item {
  line-height: 26px;
}

.photos-bottom-section ul.pagination {
  float: right;
}

.photos-bottom-section #pagingTotal.news-results {
  margin-top: 0;
  text-align: center;
}

.photos-bottom-section .news-filter {
  margin-top: 5px;
}

.photos-blue-border {
  margin-top: 30px;
}

.photos-bottom-section {
  margin-bottom: 80px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0;
}

.selectize-input.items {
  border-radius: 0;
}

/* ==================================
  # Detail
================================== */
.photos_filter {
  margin-top: 30px;
  padding-left: 30px;
}

.gallery-intro p {
  padding-bottom: 20px;
}

/* ==================================
  # Media Queries
================================== */
@media screen and (max-width: 1200px) {
  .resources-item .resources-description p {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .resources-category-image img {
    width: 100%;
  }

  .resources-item .resources-description p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .resources-item .resources-category-image {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .news-filter .items {
    text-align: left;
  }

  #pagingTotal p {
    padding-top: 0;
  }
}

#arrow-icon {
  transition: transform 0.3s ease, color 0.3s ease; /* Gabungkan transisi untuk transform dan color */
}

/* Saat tombol di-hover, teks dan ikon berubah warna */
.load-more-data:hover {
  color: #f06a25; /* Warna teks tombol berubah */
}

/* Saat tombol di-hover, ikon berubah warna dan bergerak */
.load-more-data:hover #arrow-icon {
  transform: translateY(5px); /* Ikon bergerak ke bawah */
  color: #f06a25; /* Warna ikon berubah */
}

.title-graph {
  font-size: 14px;
  text-align: center;
}

.legend-graph {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}