@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");

:root,
[data-bs-theme="light"] {
  --base-color: #dfae32;
  --very-light-base-color: #fbeee1;
  --second-color: #676664;
  --third-color: #f8430a;
  --four-color: #3f78e0;
}

.primary-font {
  font-family: "Gilda Display", serif;
}

.alt-font {
  font-family: "Lexend", sans-serif;
}

.third-font {
  font-family: "Corinthia", cursive;
}

.bg-base-color {
  background-color: var(--base-color);
}

.bg-very-light-base-color {
  background-color: var(--very-light-base-color);
}

.bg-second-color {
  background-color: var(--second-color);
}

.text-base-color {
  color: var(--base-color);
}

.text-black {
  color: #000 !important;
}

.text-second-color {
  color: var(--second-color);
}

.btn-base-color {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--base-color);
  --bs-btn-disabled-border-color: var(--base-color);
}

/* Background */
.background-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url('../../../images/lain-lain/bg-1.jpg'); */
  background: linear-gradient(to bottom, rgb(255 255 255), rgb(0 0 0 / 0%)),
    url("../../../images/lain-lain/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
  /* opacity: 0.1; */
}

.background-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-2.webp");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.03;
}

.background-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-333.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  opacity: 0.07;
}

.background-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-tentang-kami.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  /* opacity: 0.3; */
}

.background-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-layanan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  /* opacity: 0.3; */
}

/* Navbar */
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Welcome Text */
.bg-dot.primary {
  background-image: radial-gradient(var(--base-color) 2px, transparent 2.5px);
}

/* Floating WA */
.contact-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
  display: flex;
  gap: 10px;
}

.button-33 {
  background-color: #39b54a;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
    rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px,
    rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px,
    rgba(57, 181, 74, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: white;
}

.contact-btn-1 {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99999;
  display: flex;
  gap: 10px;
}

.button-34 {
  background-color: #39b54a;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-34:hover {
  box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
    rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px,
    rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px,
    rgba(57, 181, 74, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: white;
}

/* Button */
.btn-group-very-sm > .btn,
.btn-very-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.7rem;
  --bs-btn-border-radius: 0.4rem;
}

.btn-group-very-sm > .btn-icon.btn,
.btn-icon.btn-very-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-group-very-sm > .btn-icon.btn i,
.btn-icon.btn-very-sm i {
  font-size: 0.8rem;
}

/* Navbar */
/* .nav-link {
    color: var(--bs-blue);
} */

/* CKE Editor*/
.description-list a {
  color: var(--main-color);
}

.description-list ul li {
  list-style: initial;
}

.description-list p strong {
  color: var(--black);
}

.description-list hr {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.header-title p strong {
  /* font-style: italic; */
  text-decoration: underline;
}

.desc-cta p {
  margin-bottom: 0px;
}

/* Artikel */
article .artikel:hover .card-body a.btn-outline-primary {
  background-color: var(--bs-primary) !important;
  color: #ffffff !important;
}

.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text p {
  line-height: 1.6;
}

/* header page */
.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(16 26 37), rgb(0 0 0 / 32%));
}

/* DESKRIPSI TOUR */
#description-tour table p {
  margin-bottom: 0px;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  /* Scroll horizontal jika perlu */
}

#description-tour table {
  width: 100%;
  min-width: 600px;
  /*overflow-x: auto;*/
}

#description-tour table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: var(--base-color);
  color: white;
}

#description-tour table td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#description-tour table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}

#description-tour table tr:hover {
  background-color: #ddd;
}

/* About Me */
@media (min-width: 992px) {
  .about-me-img {
    width: 20%;
  }
}

/*Swiper Bullte*/
.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  border: solid 1px var(--bs-primary);
  background-color: transparent;
  opacity: 1;
}

/* FAQ */
.accordion-wrapper .card {
  margin-bottom: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-wrapper .card-header {
  margin-bottom: 0;
  background: 0 0;
  border: 0;
  padding: 0.5rem 1.3rem;
}
.accordion-wrapper .card-header button.collapsed {
  color: #000;
}
.accordion-wrapper .card-header button {
  padding: 0 1rem 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: #000;
}
.accordion-wrapper .card-header button.collapsed:before {
  content: "\ec5d";
}
.accordion-wrapper .card-header button:before {
  right: 1.3rem;
  left: unset;
  content: "\ec07";
  margin-top: -0.25rem;
  margin-right: -0.3rem;
  color: #000;
}
.accordion-item .card-body {
  padding: 0 1.25rem;
}
.icon-xxl {
  width: 4rem !important;
  min-width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
}
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.icon-flip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bs-primary);
  border-radius: 3px;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: var();
}
.bg-primary-soft {
  background-color: #fff5d6 !important;
}
.goverlay {
  background: rgba(0, 0, 0, 0.9);
}

/* Card Artikel */
.article-card {
  display: flex;
  /* width: 600px; */
  /* background: white; */
  /* border-radius: 8px; */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}

.article-card .truncate-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card .truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card img {
  width: 50%;
  object-fit: cover;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.article-content {
  width: 50%;
  padding: 15px;
  /* background-color: #e0e0e0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.article-content h2 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

.admin {
  font-size: 14px;
  color: gray;
  margin: 5px 0;
}

.description {
  font-size: 14px;
  color: #555;
}

.read-more {
  margin-top: 10px;
  color: red;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 992px) {
  .article-card img {
    width: 80%;
  }

  .article-card .box-artikel {
    left: -200px !important;
  }

  .article-card .box-artikel h5 {
    margin-bottom: 0px !important;
  }

  /* Keunggulan */
  #keunggulan picture {
    width: 20% !important;
  }
}

.price {
  white-space: nowrap;
}

.icon-logo-footer {
  right: 100px;
  bottom: 10px;
}

@media (max-width: 992px) {
  .icon-logo-footer {
    right: 20px;
    bottom: 10px;
  }
}

/* Keunggulan */
.keunggulan .card-keunggulan {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 16 / 9; */
  transition: 0.3s;
  border-radius: 17px;
  overflow: hidden;
}

.keunggulan .card-keunggulan img {
  transition: 0.3s;
  aspect-ratio: 3 / 5;
  object-fit: cover;
}

.keunggulan .card-keunggulan .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

.keunggulan .card-keunggulan:hover .overlay {
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.keunggulan .card-keunggulan .overlay .desc {
  font-weight: 200;
}

.keunggulan .card-keunggulan:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.icon-svg,
.icon-svg.icon-svg-lg {
  width: 3rem !important;
  height: 3rem !important;
}

@media (max-width: 756px) {
  .section-title {
    border-width: 0px !important;
  }
  .keunggulan .card-keunggulan img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}

.wrapper-gallery {
  display: flex;
  align-items: center; /* Vertikal center */
  justify-content: center; /* Horizontal center */
  height: 100vh; /* Full viewport height */
  padding: 40px;
}

.section-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.section-gallery img {
  width: 180px; /* atau sesuaikan sesuai kebutuhan */
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.section-gallery img:hover {
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .section-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .section-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.swiper-slide.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgb(0 0 0 / 10%));
}

.bg-overlay-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgb(0 0 0 / 10%));
}

.navbar-stick .nav-link {
  color: black !important;
}

.navbar-stick .navbar-nav .nav-link.active,
.navbar-stick .navbar-nav .nav-link:hover,
.navbar-stick .navbar-nav .nav-link.show {
  color: var(--base-color) !important;
}

.breadcrumb.text-white .breadcrumb-item + .breadcrumb-item::before {
  color: white;
  margin-top: -2px;
}

/* Galeri Section */
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-width: 1200px;
  margin: auto;
}

.gallery-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery-column img {
  width: 100%;
  object-fit: cover;
  /* border-radius: 8px; */
}

/* Kolom 1, 3, dan 5 - gambar persegi */
.gallery-column:nth-child(1),
.gallery-column:nth-child(3),
.gallery-column:nth-child(5) {
  gap: 30px;
  margin: 20px;
}

.gallery-column:nth-child(1) img,
.gallery-column:nth-child(3) img,
.gallery-column:nth-child(5) img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Kolom 2 dan 4 - gambar dengan variasi ukuran */
.gallery-column:nth-child(2),
.gallery-column:nth-child(4) {
  gap: 30px;
}

.gallery-column:nth-child(2) a:first-child img {
  aspect-ratio: 3 / 4; /* portrait */
  object-fit: cover;
}

.gallery-column:nth-child(4) a:first-child img {
  aspect-ratio: 4 / 3; /* portrait */
  object-fit: cover;
}

.gallery-column:nth-child(2) a:last-child img {
  aspect-ratio: 4 / 3; /* landscape */
  object-fit: cover;
}

.gallery-column:nth-child(4) a:last-child img {
  aspect-ratio: 3 / 4; /* landscape */
  object-fit: cover;
}

@media (max-width: 756px) {
  .gallery {
    gap: 5px;
  }

  /* Kolom 1, 3, dan 5 - gambar persegi */
  .gallery-column:nth-child(1),
  .gallery-column:nth-child(3),
  .gallery-column:nth-child(5) {
    gap: 10px;
    margin: 5px;
  }

  /* Kolom 2 dan 4 - gambar dengan variasi ukuran */
  .gallery-column:nth-child(2),
  .gallery-column:nth-child(4) {
    gap: 10px;
  }
}

/*--------------------------------------------------------------
# ARTIKEL
--------------------------------------------------------------*/
.services-four {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-four__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.services-four__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--elitecons-black-rgb), 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.services-four__single:hover .services-four__img::after {
  visibility: visible;
  opacity: 1;
}

.services-four__img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

.services-four__single:hover .services-four__img img {
  transform: scale(1.1);
}

.services-four__content {
  position: relative;
  display: block;
  background-color: var(--bs-white);
  /* border-bottom: 2px solid var(--base-color); */
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin: -90px 20px 0;
  padding: 20px;
  z-index: 3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.services-four__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.services-four__title a {
  color: var(--elitecons-black);
}

.services-four__title a:hover {
  color: var(--elitecons-base);
}

.services-four__text {
  margin-top: 6px;
  margin-bottom: 33px;
}

.services-four__btn-box {
  position: relative;
  display: block;
}

.services-four__btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.services-four__btn span {
  font-size: 14px;
}

.services-four__btn:hover {
  color: var(--elitecons-black);
}

/* Tabel Harga */
.description-p table {
  width: 100%;
}

.description-p table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #dddddd24;
  color: white;
}

.description-p table td {
  border: 1px solid #ddd;
  padding: 8px;
}

.description-p p {
  margin-bottom: 0px;
}

/* .description-p table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
} */

.description-p table tr:hover {
  background-color: #dddddd24;
}

/* .desc-cat ol,
.desc-cat ul {
    padding-left: 0px;
} */

.text-shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.section-2 .img-about {
  aspect-ratio: 5/6;
  object-fit: cover;
}

.section-2 .deskrip {
  left: -150px;
  right: 100px;
  top: 50%;
  margin-top: 70px;
}

@media (max-width: 756px) {
  .section-2 .deskrip {
    margin-top: 0px;
  }
}

.ls-05px {
  letter-spacing: 0.5px;
}



.second-img-wrapper {
    aspect-ratio: 4/2;
    object-fit: cover;
    max-width: 300px;
}

@media (max-width: 756px) {
    .second-img-wrapper {
        max-width: 215px;
    }
    
    .h-450px {
        height:450px;
    }
}


