/*--------------------------------------------------------------
# Pro Solution | Business Template
# Version 1.0
# Kang Mohan
--------------------------------------------------------------*/
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --primary: #A8773F;
  --primary-hover: #855923;
  --secondary: #44546A;
  --default-color: #44546A;
  --variation: #F15A29;
  --contrast: #ffffff;
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Setting
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  font-family: var(--default-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.dropdown-menu.show {
  z-index: 1050 !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-default {
  background-color: var(--default-color);
}

.text-primary {
  color: var(--primary) !important;
}

.text-default {
  color: var(--default-color) !important;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary) !important;
  --bs-btn-border-color: var(--primary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-hover) !important;
  --bs-btn-hover-border-color: var(--primary-hover) !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-hover) !important;
  --bs-btn-active-border-color: var(--primary-hover) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary) !important;
  --bs-btn-disabled-border-color: var(--primary) !important;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--secondary) !important;
  --bs-btn-border-color: var(--secondary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary-hover) !important;
  --bs-btn-hover-border-color: var(--secondary-hover) !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary-hover) !important;
  --bs-btn-active-border-color: var(--secondary-hover) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--secondary) !important;
  --bs-btn-disabled-border-color: var(--secondary) !important;
}

.btn-grey {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--default-color) !important;
  --bs-btn-border-color: var(--default-color) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--default-color-hover) !important;
  --bs-btn-hover-border-color: var(--default-color-hover) !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--default-color-hover) !important;
  --bs-btn-active-border-color: var(--default-color-hover) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary) !important;
  --bs-btn-disabled-border-color: var(--default-color) !important;
}

.btn-outline-primary {
  --bs-btn-color: var(--primary) !important;
  --bs-btn-border-color: var(--primary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary) !important;
  --bs-btn-hover-border-color: var(--primary) !important;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary) !important;
  --bs-btn-active-border-color: var(--primary) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary) !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary) !important;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: var(--secondary) !important;
  --bs-btn-border-color: var(--secondary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary) !important;
  --bs-btn-hover-border-color: var(--secondary) !important;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary) !important;
  --bs-btn-active-border-color: var(--secondary) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--secondary) !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--secondary) !important;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: var(--contrast) !important;
  --bs-btn-border-color: var(--contrast) !important;
  --bs-btn-hover-color: var(--primary) !important;
  --bs-btn-hover-bg: var(--contrast) !important;
  --bs-btn-hover-border-color: var(--contrast) !important;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: var(var(--default-color)) --bs-btn-active-bg: var(--contrast) !important;
  --bs-btn-active-border-color: var(--contrast) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--contrast) !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--contrast) !important;
  --bs-gradient: none;
}


.site-btn {
  color: var(--primary); /* Warna teks biru */
  border: 2px solid  var(--primary); /* Outline biru */
  background-color: transparent;
  padding: 4px 10px; /* Menyesuaikan btn-sm */
  font-size: 14px; /* Menyesuaikan btn-sm */
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none; /* Agar tidak ada underline jika digunakan pada <a> */
  display: inline-block;
}

.site-btn:hover {
  background-color:  var(--primary);
  color: #ffffff;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.fw-black {
  font-weight: 900 !important;
}

.min-vh-60 {
  height: 60vh !important;
  min-height: 60vh !important;
}

.min-vh-75 {
  height: 75vh !important;
  min-height: 75vh !important;
}

.right-top {
  object-position: right top !important;
}

@media (min-width: 992px) {
  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.py-60 {
  padding: 60px 0px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-240 {
  padding-top: 240px !important;
}

.strip::after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: var(--default-color);
  margin: 4px 10px;
  vertical-align: middle;
}

.strip-white::after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #fff;
  margin: 4px 10px;
  vertical-align: middle;
}

.strip-primary::after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: var(--primary);
  margin: 4px 10px;
  vertical-align: middle;
}

.strip-secondary::after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: var(--secondary);
  margin: 4px 10px;
  vertical-align: middle;
}

.line::after {
  content: "⎯⎯⎯";
  margin-left: 10px;
  color: inherit;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Blockquote
--------------------------------------------------------------*/
blockquote {
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding: 40px 70px;
  background: var(--primary);
  color: #FFFFFF;
  position: relative;
  border-radius: 5px;
}

blockquote::before,
blockquote::after {
  font-size: 350%;
  font-family: arial;
  display: block;
  position: absolute;
}

blockquote::before {
  content: open-quote;
  left: 30px;
  line-height: 40px;
}

blockquote::after {
  content: close-quote;
  right: 30px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# General Navbar
--------------------------------------------------------------*/
.navbar-nav {
  font-family: var(--heading-font);
  font-size: 1.1rem !important;
}

.nav-link {
  color: var(--primary) !important;
}

.nav-link.active,
.nav-link:hover {
  color: var(--secondary) !important;
  font-weight: bolder;
}

.dropdown-menu {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero .carousel {
  width: 100%;
  height: 80vh;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.hero img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 90% center;
  z-index: 1;
}

.hero .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.hero .carousel-container {
  position: absolute;
  top: 90px;
  bottom: 90px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 3;
  padding-left: var(--bs-gutter-x, 1rem);
  padding-right: var(--bs-gutter-x, 1rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1140px;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  font-size: 36px;
  line-height: 1;
  background: #D7A96A;
  border-radius: 50%;
  padding: 10px;
  transition: 0.3s;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero .carousel-control-prev {
  left: -20px;
}

.hero .carousel-control-next {
  right: -20px;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  background: #C18C5D;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

.hero .carousel-indicators {
  list-style: none;
}

.hero .carousel-indicators li {
  cursor: pointer;
  opacity: 0.6;
  height: 10px;
  width: 20px;
  transition: 0.3s;
  padding: 0;
  background-color: var(--secondary);
}

.hero .carousel-indicators .active {
  background-color: var(--secondary);
  width: 35px;
  opacity: 1;
}

@media (max-width: 768px) {
  .hero .carousel {
    min-height: 80vh;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 10%;
  }
}

/*--------------------------------------------------------------
# aside
--------------------------------------------------------------*/
.checkout .row {
  display: flex;
  align-items: stretch;
  gap: 15px;
}

#aside {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  border: none;
}

#aside>div {
  border: none !important;
}

#main {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex: 3;
}

@media (max-width: 768px) {
  .checkout .row {
    flex-direction: column;
    gap: 0;
  }

  #aside,
  #main {
    height: auto;
  }
}

#aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#aside ul li {
  margin-bottom: 10px;
}

#aside a {
  display: block;
  padding: 10px 12px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

#aside a:hover {
  background-color: #007bff;
  color: #fff;
}

@media (max-width: 768px) {
  #aside {
    margin-bottom: 20px;
  }
}

/* Shop Section Styles */
.shop.spad {
  padding: 60px 0;
}

.shop .shop__product__option {
  margin-bottom: 30px;
}

.shop .shop__product__option__left p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}

.shop .shop__product__option__right {
  text-align: right;
}

.shop .shop__product__option__right p {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #333;
}

.shop .shop__product__option__right select {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.shop .product__item {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shop .product__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.shop .product__hover {
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  position: relative;
}

.shop .product__hover a {
  display: block;
  width: 100%;
}

.shop .product__hover img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

/* Product text styling */
.shop .product__item__text {
  text-align: center;
  padding: 15px;
  background-color: #fff;
}

.shop .product__item__text h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Cart button styling */
.shop .add-cart {
  display: inline-block;
  color: #fff;
  background-color: #007bff;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}

.shop .add-cart:hover {
  background-color: #0056b3;
}

.shop .rating i {
  color: #ffc107;
  margin-right: 2px;
}

.shop h5 {
  font-size: 20px;
  font-weight: 700;
  color: #28a745;
  margin-top: 10px;
}

/* Pagination styling */
.shop .product__pagination {
  text-align: center;
  margin-top: 30px;
}

.shop .product__pagination a {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  border: 1px solid #007bff;
  border-radius: 5px;
  color: #007bff;
  text-decoration: none;
  transition: all 0.3s;
}

.shop .product__pagination a.active,
.shop .product__pagination a:hover {
  background-color: #007bff;
  color: #fff;
}

/* Ensuring equal height for product columns */
.shop .row .col-lg-4 {
  display: flex;
}

.shop .row .col-lg-4 .product__item {
  flex-grow: 1;
}

.equal-height-img {
  width: 100%;
  height: 250px;
  /* Sesuaikan tinggi gambar sesuai kebutuhan */
  object-fit: cover;
  /* Memastikan gambar memenuhi area tanpa distorsi */
}

/* Container untuk hasil pencarian kamar */
.list-kamar {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Jarak antar kamar */
}

/* Setiap item dalam list kamar */
.kamar-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.kamar-item:hover {
  transform: translateY(-2px);
  /* Efek hover */
}

/* Gambar kamar dengan ukuran seragam */
.kamar-item img {
  width: 200px;
  /* Ukuran gambar tetap */
  height: 150px;
  /* Sesuaikan tinggi gambar */
  object-fit: cover;
  /* Pastikan gambar tidak terdistorsi */
  border-radius: 8px;
  margin-right: 15px;
}

/* Informasi kamar */
.kamar-info {
  flex-grow: 1;
}

/* Tombol Add to Cart */
.kamar-action {
  display: flex;
  align-items: center;
}

.kamar-action .btn {
  white-space: nowrap;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .kamar-item {
    flex-direction: column;
    text-align: center;
  }

  .kamar-item img {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
  }
}

.kamar-img {
  width: 100%;
  /* Pastikan gambar memenuhi kolom */
  height: 200px;
  /* Tinggi seragam untuk semua gambar */
  object-fit: cover;
  /* Memastikan gambar tidak terdistorsi */
  border-radius: 8px;
  /* Agar tampak lebih estetik */
}

/* General Styling for Shop Section */
.shop {
  background-color: #f8f9fa;
  color: #333;
  padding-top: 20px;
}

/* Hilangkan border bawah pada card-heading */
.shop__sidebar__accordion .card-heading {
  display: flex;
  align-items: center;
  /* Vertical center */
}

.shop__sidebar__accordion .card-heading a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 0;
  /* Sesuaikan jika perlu */
}

/* Jika garis bawah masih ada, hapus border di dalamnya */
.shop__sidebar__accordion .card-heading::after {
  content: none !important;
  display: none !important;
}

/* Pastikan tidak ada border bawah dalam .card-body */
.shop__sidebar__accordion .card-body {
  border-top: none !important;
}

/* Ensure Sidebar and Product Column have Equal Height */
.shop .row {
  display: flex;
  align-items: stretch;
}

.shop__sidebar,
.shop__products {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Sidebar */
.shop__sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-grow: 1;
  border: none;
}

/* Search Bar */
.shop__sidebar__search {
  margin-bottom: 15px;
  position: relative;
}

.shop__sidebar__search input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.shop__sidebar__search button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #CD8F46;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
}

.shop__sidebar__search button:hover {
  background: #855923;
}

.shop__sidebar__search i {
  font-size: 16px;
}

/* Sidebar Categories */
.shop__sidebar__accordion .accordion {
  border: none;
}

.shop__sidebar__accordion .card {
  border: none;
  background: none;
  box-shadow: none;
}

.shop__sidebar__accordion .card-heading a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  background: #f8f9fa;
  border-radius: 5px;
}

.shop__sidebar__accordion .card-body {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
}

.shop__sidebar__categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop__sidebar__categories li {
  padding: 8px 0;
}

.shop__sidebar__categories a {
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
  display: block;
}

.shop__sidebar__categories a:hover {
  text-decoration: underline;
}

/* Product Grid */
.shop__products {
  margin-bottom: 20px;
  flex-grow: 1;
}

.product-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.product-item:hover {
  transform: translateY(-5px);
}

.product-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

.product-item .card-body {
  padding: 15px;
}

.product-item h6 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.product-item h5 {
  font-size: 1.2rem;
  color: #007bff;
  font-weight: bold;
}

/* Button */
.add-to-cart {
  display: inline-block;
  background: #28a745;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}

.add-to-cart:hover {
  background: #218838;
}

/* Responsive Design */
@media (max-width: 768px) {
  .shop__sidebar {
    margin-bottom: 20px;
  }

  .product-item {
    margin-bottom: 20px;
  }

  .shop .row {
    display: block;
  }
}

/* Atur jarak antar kolom tanpa mengganggu tepi */
.row {
  margin-left: 0;
  margin-right: 0;
}

/* Semua kolom punya jarak antar satu sama lain */
/* [class^="col-"] { */
  /* padding-left: 8px; */
  /* Atur jarak antar kolom */
  /* padding-right: 8px; */
/* } */

/* Hapus padding kiri di kolom pertama */
/* .row>[class^="col-"]:first-child {
  padding-left: 0;
} */

/* Hapus padding kanan di kolom terakhir */
/* .row>[class^="col-"]:last-child {
  padding-right: 0;
} */
 @media (max-width: 768px) {
  .row > [class^="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/*--------------------------------------------------------------
# Datepicker
--------------------------------------------------------------*/
.datepicker-days {
  background: #fff;
  padding: 4px;
  width: 100%;
  max-width: 260px;
}

.datepicker-days .datepicker-switch {
  text-align: center;
  padding: 4px;
  background: #f8f9fa;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
}

.datepicker-days .prev,
.datepicker-days .next {
  padding: 3px;
  cursor: pointer;
  font-size: 12px;
}

.datepicker-days .prev:hover,
.datepicker-days .next:hover {
  background: #007bff;
  color: #fff;
  border-radius: 50%;
}

.datepicker-days table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.datepicker-days th {
  padding: 3px;
  background: #f1f1f1;
  font-size: 11px;
  line-height: 1.2;
}

.datepicker-days td {
  padding: 4px;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  font-size: 11px;
  line-height: 1.2;
}

.datepicker-days td.day:hover {
  background: #007bff;
  color: #fff;
}

.datepicker-days td.active {
  background: #007bff !important;
  color: #fff !important;
  font-weight: bold;
}

.datepicker-days td.disabled {
  color: #ccc;
  background: #f8f9fa;
  cursor: not-allowed;
}

















/*--------------------------------------------------------------
# General Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  font-size: 14px;
  padding: 40px 0 0 0;
  position: relative;
}

.footer .icon {
  color: var(--primary);
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer .address p {
  margin-bottom: 0px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 2.5px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}






/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Search Form - Full Width
--------------------------------------------------------------*/
/* Styling untuk section agar tampak lebih rapi */
.bg-secondary {
  background-color: #A8773F !important;
  padding: 0 !important;
  width: 100%;
}

/* Styling untuk form agar menyesuaikan lebar */
#searchForm {
  padding: 20px;
  background: #A8773F;
  width: 100%;
}

/* Styling untuk input dan elemen form */
/* .checkout__input {
  margin-bottom: 15px;
  width: 100%;
}

.checkout__input p {
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  height: 24px; /* atau sesuai tinggi rata-rata satu baris teks */
  /* overflow: hidden; */
/* } */ 

/* .checkout__input input,
.checkout__input select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #fff;
  outline: none;
  font-size: 16px;
  height: 48px; /* Menjaga tinggi input dan select sama */
/* } */ 
/* 
.checkout__input input:focus,
.checkout__input select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
} */

.checkout__input p {
    margin-bottom: 0.25rem; /* kecilin biar sejajar */
}

.checkout__input input,
.checkout__input select {
    height: 38px; /* samain tinggi input dan select */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.checkout__input input,
.checkout__input select {
    box-sizing: border-box;       /* penting: biar padding nggak nambahin ukuran */
    width: 100%;                  /* biar full sesuai col */
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.checkout__input {
    padding: 0;
}

/* Pastikan row memiliki lebar penuh */
.row {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* Pastikan setiap kolom dalam row memiliki width 100% di layar kecil */
.col-lg-4,
.col-lg-1,
.col-lg-2 {
  width: 100%;
}

/* Media query untuk tampilan yang lebih besar */
@media (min-width: 768px) {
  .col-lg-4 {
    width: 33.33%;
  }

  .col-lg-1 {
    width: 8.33%;
  }

  .col-lg-2 {
    width: 16.66%;
  }
}

/* Styling untuk tombol */
button.btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Responsif untuk tampilan mobile */
@media (max-width: 576px) {
  #searchForm {
    padding: 15px;
  }

  .col-lg-4,
  .col-lg-1,
  .col-lg-2 {
    width: 100%;
  }

  button.btn {
    width: 100%;
  }
}



/* WHATSAPP */
.wafloat {
  position: fixed;
  width: 45px;
  height: 45px;
  top: 75%;
  right: 12.5px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* Hapus garis bawah */
}

.wafloat i {
  font-size: 24px;
  /* Ukuran ikon lebih proporsional */
}

.wafloat:hover {
  background: #F49E10;
  color: #ffffff;
  text-decoration: none;
  /* Pastikan hover tidak menampilkan garis bawah */
}



.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  top: 90%;
  right: 12.5px;
  background-color: #0d6efd;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  z-index: 100;
  display: none;
  transition: background 0.3s ease, color 0.3s ease;
  outline: none;
  /* Hapus outline saat focus */
  box-shadow: none;
  /* Hapus shadow Bootstrap */
  border: none;
  /* Pastikan tidak ada border */
}

.back-to-top:hover {
  background: #F49E10;
  color: #ffffff;
  outline: none;
  /* Pastikan tetap tanpa outline */
  box-shadow: none;
}

.position-relative {
  position: relative;
}

.form-control {
  height: 38px !important;
  padding-right: 40px !important;
  box-sizing: border-box;
}

#eye-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
}
