/*
Theme Name: ArraStay Neo
Theme URI: https://arrakiweb.xyz
Author: ArrakiWeb
Description: Tema minimalis untuk keperluan penyewaan homestay, villa, hotel, dan penginapan lainnya. Tema ini diintegrasikan dengan plugin Arrastay Core, Elementor-ready.
Version: 1.0
*/

body {
  font-family: 'Poppins', Segoe UI, sans-serif;
  margin: 0;
  background: #f8f9fa;
  color: #2b2b2b;
}

/* ================= HEADER ================= */
.arrastay-header {
  background: #fff;
  box-shadow: 0 2px 8px #0001;
  border-bottom: 1.5px solid #f1f1f1;
  position: relative;
  z-index: 100;
}
.arrastay-header-inner {
  max-width: 1150px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  padding: 16px 32px 12px 32px;
  min-height: 70px;
}
.arrastay-logo {
  min-width: 128px;
  display: flex;
  align-items: center;
}
.arrastay-logo img,
.custom-logo-link img {
  max-height: 52px !important;
  height: auto;
  width: auto;
  display: block;
}
.arrastay-nav {
  flex: 1;
  text-align: center;
}
.arrastay-nav ul {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.arrastay-nav li {
  margin: 0;
  padding: 0;
}
.arrastay-nav a {
  color: #674F27;
  font-weight: 500;
  text-decoration: none;
  font-size:1.06em;
  transition:.2s;
}
.arrastay-nav a:hover {
  color: #AF9666;
}
.arrastay-header-desktop-controls {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: 18px;
}
.arrastay-currency-switcher select {
  border: 1.5px solid #e1056b;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 1em;
  background: #f6f6ff;
  min-width: 98px;
  font-weight: 500;
  color: #e1056b;
}
.btn-host {
  background: #fff;
  color: #e1056b;
  border: 2px solid #e1056b;
  padding: 7px 18px;
  border-radius: 22px;
  font-weight: 600;
  font-size: 1em;
  transition: .2s;
  text-decoration: none;
  margin-right: 2px;
  box-shadow: 0 2px 8px #0001;
}
.btn-host:hover {
  background: #e1056b;
  color: #fff;
  border-color: #e1056b;
}
.btn-user-profile, .btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #f8f6fb;
  text-decoration: none;
  box-shadow: 0 2px 6px #0001;
  transition: background .18s;
  margin-left: 2px;
}
.btn-user-profile:hover, .btn-login:hover { background: #fde5f0; }
.btn-user-profile img, .btn-user-profile svg { width: 26px; height: 26px; border-radius: 100%; }
.arrastay-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
  margin-left: 8px;
}
.arrastay-burger span {
  display: block;
  height: 4px;
  width: 28px;
  background: #e1056b;
  border-radius: 4px;
  transition: all .22s;
}

/* Header Responsive */
@media (max-width: 900px) {
  .arrastay-header-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0vw 4px 0vw;
    min-height: unset;
    gap: 0;
  }
  .arrastay-logo {
    max-width: 102px;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .arrastay-nav ul {
    display: none;
  }
  .arrastay-nav ul.open {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 61px; left: 0; right: 0;
    background: #fff;
    box-shadow: 0 8px 24px #0002;
    gap: 16px;
    z-index: 999;
    padding: 22px 18px 16px 24px;
  }
  .arrastay-burger { display: flex; }
  .arrastay-header-desktop-controls { display: none !important; }
  .arrastay-header-controls {
    display: flex !important;
    justify-content: center;
    gap: 13px;
    padding-bottom: 10px;
    width: 100%;
  }
}
@media (min-width: 901px) {
  .arrastay-header-controls { display: none !important; }
  .arrastay-nav ul { display: flex !important; }
  .arrastay-burger { display: none !important; }
  .arrastay-header-inner { padding: 16px 32px 12px 32px; }
  .arrastay-header-desktop-controls { display: flex !important; }
}
@media (max-width: 600px) {
  .arrastay-header-inner {
    padding: 10px 6px 8px 8px;
  }
  .arrastay-logo {
    max-width: 78px;
    height: 38px;
    margin-left: 3px;
    margin-top: 2px;
  }
}

/* ================== HERO SECTION ================== */
.arrastay-hero-wrap {
  background: linear-gradient(180deg, #fff 30%, #f4f4f7 100%);
  text-align: center;
  padding: 42px 0 16px 0;
}
.arrastay-hero-title {
  color: #e1056b;
  font-size: 2.6em;
  font-weight: 800;
  margin-bottom: 12px;
  margin-top: 14px;
}
.arrastay-hero-sub {
  font-size: 1.28em;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}

.arrastay-search-bar {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 900px;
  display: flex;
  gap: 14px;
  padding: 18px 24px 18px 24px;
  background: #fff;
  border-radius: 42px;
  box-shadow: 0 5px 18px #0001;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 12px;
}
.arrastay-search-bar input,
.arrastay-search-bar select {
  font-size: 1.12em;
  padding: 12px 14px;
  border: none;
  border-radius: 18px;
  background: #f8f8fa;
  min-width: 130px;
  outline: none;
}
.arrastay-search-bar input[type="date"] {
  min-width: 110px;
}
.arrastay-search-bar button {
  background: #e1056b;
  color: #fff;
  border: none;
  border-radius: 22px;
  font-size: 1em;
  padding: 12px 34px;
  font-weight: 600;
  box-shadow: 0 3px 8px #e1056b11;
  transition: background .18s;
}
.arrastay-search-bar button:hover {
  background: #ad0055;
}
@media (max-width: 900px) {
  .arrastay-search-bar { flex-direction: column; gap: 7px; border-radius: 22px; padding: 10px 6px; }
}
@media (max-width: 900px) {
  .arrastay-search-bar {
    flex-direction: column;
    gap: 10px;
    border-radius: 18px;
    padding: 15px 10px; /* tambah padding samping */
    width: 96vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .arrastay-hero-wrap, .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .arrastay-listings-grid {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 600px) {
  .arrastay-search-bar {
    padding: 10px 6px;
    width: 99vw;
  }
  .arrastay-hero-wrap, .container {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .arrastay-listings-grid {
    padding-left: 3px;
    padding-right: 3px;
  }
}

/* ================== LISTINGS ================== */
.arrastay-popular-title {
  font-size: 1.32em;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  margin-top: 22px;
  padding-left: 12px;
}
.arrastay-listings-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  margin-top: 0;
  padding-left: 12px;
}
.arrastay-listing-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 14px #0002;
  width: 295px;
  padding: 0 0 18px 0;
  text-align: left;
  transition: box-shadow .2s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.arrastay-listing-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  margin-bottom: 10px;
}
.arrastay-listing-card h3 {
  font-size: 1.11em;
  font-weight: 700;
  margin: 8px 0 3px 0;
  padding: 0 18px;
}
.arrastay-listing-card p {
  margin: 2px 0 0 0;
  color: #555;
  font-size: .99em;
  padding: 0 18px;
}
.arrastay-listing-card .price {
  color: #e1056b;
  font-weight: 700;
  font-size: 1.06em;
  margin: 5px 0 0 0;
  padding: 0 18px;
}
@media (max-width: 900px) {
  .arrastay-listings-grid { justify-content: center; gap: 16px; padding-left: 0; }
  .arrastay-listing-card { width: 95vw; max-width: 390px; }
  .arrastay-popular-title { padding-left: 0; }
}

/* ================== FOOTER ================== */
.site-footer, footer {
  padding: 32px 0 16px 0;
  text-align: center;
  color: #999;
  font-size: 0.93em;
  background: #f3f3fa;
  box-sizing: border-box;
}
.footer-container {
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 700px) {
  .site-footer, footer, .footer-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }
}
.arrastay-header {
  background: #fff;
  box-shadow: 0 2px 8px #0001;
  border-bottom: 1.5px solid #f1f1f1;
}
.arrastay-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px 12px 24px;
  max-width: 1150px;
  margin: auto;
  gap: 18px;
  position: relative;
}
.arrastay-logo {
  max-width: 150px;
  height: 54px;
  display: flex;
  align-items: center;
}
.arrastay-nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.arrastay-header-desktop-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}
.arrastay-header-controls {
  display: none;
}
.arrastay-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}
.arrastay-burger span {
  display: block;
  height: 4px;
  width: 28px;
  background: #e1056b;
  border-radius: 4px;
  transition: all .22s;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .arrastay-header-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 7px 10px;
    min-height: 54px;
    gap: 0;
  }
  .arrastay-logo {
    max-width: 100px;
    height: 40px;
    margin-left: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .arrastay-burger {
    display: flex !important;
    margin-left: auto;
    margin-right: 0;
  }
  .arrastay-nav ul {
    display: none;
  }
  .arrastay-nav ul.open {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 55px; left: 0; right: 0;
    background: #fff;
    box-shadow: 0 8px 24px #0002;
    gap: 16px;
    z-index: 999;
    padding: 22px 18px 16px 24px;
  }
  .arrastay-header-desktop-controls {
    display: none !important;
  }
  .arrastay-header-controls {
    display: flex !important;
    width: 100%;
    justify-content: center;
    gap: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #fff;
  }
}
.arrastay-listings-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px 28px 24px;
}

.arrastay-listings-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  margin-top: 0;
}

@media (max-width: 900px) {
  .arrastay-listings-section {
    padding: 0 8px 18px 8px;
  }
  .arrastay-listings-grid {
    gap: 14px;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .arrastay-listings-section { padding: 0 4vw 16px 4vw; }
  .arrastay-listings-grid { gap: 10px; }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 900px) {
  .container { padding: 0 6vw; }
}
.arrastay-detail-btn {
  display: inline-block;
  margin: 18px auto 6px auto;  /* Atas, Kanan, Bawah, Kiri */
  background: #e1056b;
  color: #fff;
  border: none;
  padding: 8px 24px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background .18s;
  text-decoration: none;
  text-align: center;
}
.arrastay-listing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* ...existing style */
  min-height: 420px; /* optional: biar semua sama */
  padding-bottom: 22px;
}
.arrastay-location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}
.arrastay-location-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px #0001;
  padding: 30px 12px 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #E1056B;
  font-weight: 600;
  transition: box-shadow .16s;
}
.arrastay-location-card:hover {
  box-shadow: 0 8px 32px #E1056B33;
}
.arrastay-location-name {
  font-size: 1.16em;
  color: #2b2b2b;
  margin-bottom: 7px;
}
.arrastay-location-count {
  font-size: .97em;
  color: #aaa;
}
/* Grid populer lebih tengah dan ada padding */
.arrastay-listings-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  margin: 0 auto 24px auto;
  padding: 0 12px;
}
@media (max-width: 700px) {
  .arrastay-listings-grid, .arrastay-location-grid { padding: 0 6px !important; }
}
.arrastay-listing-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 14px #0002;
  width: 295px;
  padding: 0 0 18px 0;
  text-align: left;
  transition: box-shadow .2s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
.arrastay-listing-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  margin-bottom: 10px;
}
.arrastay-detail-btn {
  margin-top: 8px;
  background: #e1056b;
  color: #fff;
  border: none;
  padding: 8px 0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  transition: background .2s;
  width: 100%;
  text-align: center;
  box-shadow: 0 1px 8px #e1056b15;
}
.arrastay-detail-btn:hover {
  background: #ad0055;
}
.arrastay-location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 22px;
  margin-bottom: 28px;
}
.arrastay-location-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px #0001;
  padding: 30px 12px 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #E1056B;
  font-weight: 600;
  transition: box-shadow .16s;
}
.arrastay-location-card:hover {
  box-shadow: 0 8px 32px #E1056B33;
}
.arrastay-location-name {
  font-size: 1.16em;
  color: #2b2b2b;
  margin-bottom: 7px;
}
.arrastay-location-count {
  font-size: .97em;
  color: #aaa;
}
.arrastay-listings-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  margin: 0 auto 24px auto;
  padding: 0 12px;
}
@media (max-width: 700px) {
  .arrastay-listings-grid, .arrastay-location-grid { padding: 0 6px !important; }
}
.arrastay-listing-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 14px #0002;
  width: 295px;
  padding: 0 0 18px 0;
  text-align: left;
  transition: box-shadow .2s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
.arrastay-listing-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  margin-bottom: 10px;
}
.arrastay-detail-btn {
  margin-top: 8px;
  background: #e1056b;
  color: #fff;
  border: none;
  padding: 8px 0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  transition: background .2s;
  width: 100%;
  text-align: center;
  box-shadow: 0 1px 8px #e1056b15;
}
.arrastay-detail-btn:hover {
  background: #ad0055;
}

