.card-form {
  margin-top: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  color: #777;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-form2 {
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.card-header {
  background-color: #2780ff;
  color: white;
  padding: 10px 16px;
  font-weight: 500;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-body {
  padding: 16px;
}

.form-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2f2f2f;
}

.form-input {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #999;
}

.form-input::placeholder {
  color: #999;
}

.form-description {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
}

.card-form h5 {
  margin-bottom: 10px;
  color: #777;
}

.card-form p {
  color: #999;
}

.spacer {
  margin-top: 18px;
}

.btn-daftar {
  width: 100%;
  background-color: #2780ff;
  margin-top: 40px;
  color: #fafafa;
  border: none;
  padding: 12px 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}

.btn-daftar:hover {
  background-color: #1a5fd6;
}

/* Form */

.progress-bar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  flex-direction: row;
}

.progress-step.active {
  color: #2780ff;
}

.progress-line {
  width: 120px;
  height: 2px;
  background-color: #ccc;
  margin: 0 8px;
}

.radio-group label {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.transfer-section {
  margin-top: 16px;
}

.kode-transfer {
  font-size: 14px;
  margin: 8px 0;
}

.bank-option {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #777;
  font-weight: 600;
}

.bank-option input {
  margin-right: 8px;
}

.bank-option label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.bank-option img {
  height: 30px;
}

.payment-info {
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

/* Form 2 */

.home {
  padding: 16px 24px;
  margin-bottom: 70px;
  margin-top: 55px;
}

.home .title {
  padding-bottom: 16px;
}

.home .title h2 {
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-text);
}

.home .title a {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}

.headline {
  width: 100%;
  height: 160px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.headline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.subheadline {
  width: 100%;
  height: 140px;
  margin: 10px 0;
}

.subheadline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

/*===========================================================
02: info CSS
=============================================================*/
.info .image {
  height: 35px;
  width: 35px;
}

.info {
  position: relative;
}

.center-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 600;
  color: #2780ff;
}

.info a {
  color: #2f2f2f;
}

.info h3 {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-text);
}

.info p {
  font-size: 8px;
  color: var(--secondary-text);
}

.info ul a,
.info ul button {
  height: 46px;
  width: 46px;
  border: 1px solid var(--additional2);
}

.info ul a span,
.info ul button span {
  display: inline-block;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: var(--primary);
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 10;
}

/*===========================================================
03: service CSS
=============================================================*/
.service {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.serviceModal .modal-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
  column-gap: 14px;
}

.serviceModal .item .image,
.service .item .image {
  height: 64px;
  width: 64px;
  background: #2780ff;
  padding: 15px;
}

.serviceModal .item figcaption,
.service .item figcaption {
  margin-top: 11px;
  font-size: 10px;
  font-weight: 700;
  color: var(--secondary-text);
}

/*===========================================================
04: visited CSS
=============================================================*/
.visited .visited-pagination {
  position: static;
  text-align: right;
}

/*===========================================================
05: budget CSS
=============================================================*/
.budget ul li:not(:last-child) {
  margin-bottom: 16px;
}

.budget .image {
  width: 86px;
  height: 86px;
}

.budget .content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-text);
}

.budget .content h5 {
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary-text);
  padding-top: 4px;
  padding-bottom: 12px;
}

.budget .content .price,
.budget .content .location {
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary-text);
}

.budget .content .price span {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-text);
}

/*===========================================================
06: service-location CSS
=============================================================*/
.map {
  height: 100vh;
  width: 100%;
}

.locationModal {
  backdrop-filter: blur(0);
}

.locationModal .modal-body {
  display: block;
  padding: 0 24px 24px 24px;
  max-height: 270px;
  overflow-y: auto;
}

.locationModal .modal-body .item-list li:not(:last-child) {
  margin-bottom: 16px;
}

.locationModal .item .image {
  width: 92px;
  height: 92px;
}

.locationModal .content h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-text);
}

.locationModal .content .rating {
  font-size: 12px;
  font-weight: 600;
  color: var(--warning);
}

.locationModal .content .rating span {
  color: var(--secondary-text);
}

.locationModal .content .location {
  color: var(--gray-90);
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
}

.locationModal2 .modal-dialog {
  margin: 24px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 16px;
  height: calc(100vh - 48px);
}

.locationModal2 .modal-body {
  padding: 24px;
}

.locationModal2 .item .image {
  width: 80px;
  height: 100px;
}

.locationModal2 .btn-list a {
  height: 50px;
  width: 50px;
  background: var(--secondary);
}

.locationModal2 .btn-list a.active {
  background: var(--primary);
}

.locationModal2 .btn-list a.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%)
    hue-rotate(139deg) brightness(103%) contrast(101%);
}

/*===========================================================
07: tour-guide CSS
=============================================================*/
.tour-guide .guide ul li:not(:last-child) {
  margin-bottom: 24px;
}

/*===========================================================
08: dark-mode CSS
=============================================================*/
.dark-mode .info ul a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(322deg) brightness(102%) contrast(102%);
}

.dark-mode .info h3,
.dark-mode .place-card .content h4,
.dark-mode .home .title h2,
.dark-mode .place-card .content .price h3,
.dark-mode .guide .item .content h4,
.dark-mode .budget .content h4,
.dark-mode .locationModal .content h4,
.dark-mode .budget .content .price span {
  color: white;
}

.dark-mode .serviceModal .item .image,
.dark-mode .service .item .image {
  background: var(--gray-90);
}

.dark-mode .locationModal .content .location,
.dark-mode .guide .item .content .location {
  color: var(--secondary-text);
}

.dark-mode .locationModal .content .location img,
.dark-mode .guide .item .content .location img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(9%) saturate(375%)
    hue-rotate(164deg) brightness(94%) contrast(92%);
}
