/* HIDE NAV DARK BG */
#nav-main {
  background-color: #ffffff !important;
}
.header-container #header {
  background-color: #ffffff !important;
}
.header-top {
  background-color: #ffffff !important;
}

/* NAV LINKS GREEN */
#nav-main nav a,
#nav-main .nav li a {
  color: #2e7d32 !important;
}
#nav-main nav a:hover {
  color: #1b5e20 !important;
  background-color: transparent !important;
}

/* SEARCH BAR GREEN */
.wk-room-search-form,
#wkroomsearchblock,
.room-search-block {
  background: linear-gradient(135deg, #2e7d32, #43a047) !important;
  border-radius: 10px;
  padding: 24px 20px !important;
}
.wk-room-search-form input,
.wk-room-search-form select {
  background: #ffffff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px 14px !important;
}
.wk-room-search-form label {
  color: #ffffff !important;
  font-weight: 600 !important;
}
.wk-room-search-form .btn-search,
.wk-room-search-form button[type="submit"] {
  background-color: #e65100 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 12px 30px !important;
}

/* FOOTER UPPER GREEN */
#footer,
.footer-container {
  background-color: #2e7d32 !important;
  color: #ffffff !important;
}
#footer a,
#footer p,
#footer h4,
#footer li {
  color: #ffffff !important;
}
#footer a:hover {
  color: #c8e6c9 !important;
}

/* FOOTER BOTTOM WHITE */
.footer-bottom,
#footer_bottom {
  background-color: #ffffff !important;
  color: #2e7d32 !important;
  border-top: 2px solid #c8e6c9 !important;
}
.footer-bottom a,
#footer_bottom a {
  color: #2e7d32 !important;
}

/* HOMEPAGE LOGO AREA - White background */
.index .header-top {
  background-color: rgba(255, 255, 255, 0.92) !important;
}

/* SEARCH BAR - Green background */
.header-rmsearch-container {
  background: linear-gradient(135deg, #2e7d32, #43a047) !important;
  padding: 15px 0 !important;
}

.header-rmsearch-wrapper {
  background: linear-gradient(135deg, #2e7d32, #43a047) !important;
}

.header-rmsearch-inner-wrapper input,
.header-rmsearch-inner-wrapper select {
  background: #ffffff !important;
  border: none !important;
  border-radius: 5px !important;
}

.header-rmsearch-inner-wrapper .btn-search,
.header-rmsearch-inner-wrapper button[type="submit"] {
  background-color: #e65100 !important;
  color: #ffffff !important;
  border: none !important;
}

/* HOMEPAGE LOGO - White background */
.index .header-top {
  background-color: rgba(255,255,255,0.95) !important;
  position: relative;
  z-index: 10;
}


/* AIRBNB CARDS */
.nokstay-properties { padding: 30px 15px; }
.properties-title { font-size: 26px; font-weight: 700; margin-bottom: 25px; color: #222; }
.nokstay-card { border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.1); background: #fff; margin-bottom: 20px; }
.nokstay-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.nokstay-card-img img { width: 100%; height: 200px; object-fit: cover; display: block; }
.nokstay-card-body { padding: 14px; }
.nokstay-card-title { font-size: 16px; font-weight: 700; color: #222; margin: 0 0 6px 0; }
.nokstay-card-location { font-size: 13px; color: #717171; margin-bottom: 12px; }
.nokstay-btn { display: inline-block; background-color: #2e7d32; color: #fff !important; padding: 8px 20px; border-radius: 6px; font-size: 13px; font-weight: 600; text-decoration: none; }
.nokstay-btn:hover { background-color: #1b5e20; }

/* FOOTER COPYRIGHT - White bg, green text */
.copyRightWrapper {
  background-color: #ffffff !important;
}
.copyRight, .copyRightWrapper p, .copyRightWrapper a {
  color: #2e7d32 !important;
}

/* SIGN IN BUTTON - Green text */
#nav-main nav a,
#nav-main .nav a,
.header-top-menu a,
a.our_properties_link {
  color: #2e7d32 !important;
}

/* VIEW ROOMS BUTTON - Green background */
.nokstay-btn {
  background-color: #2e7d32 !important;
  color: #ffffff !important;
}
.nokstay-btn:hover {
  background-color: #1b5e20 !important;
}


/* CART ICON - Green */
.shopping_cart a,
.shopping_cart a:before,
.shopping_cart .icon-shopping-cart,
.shopping_cart [class*="icon-"] {
  color: #2e7d32 !important;
}

/* BADGE number on cart */
.shopping_cart .badge {
  background-color: #2e7d32 !important;
}

/* HAMBURGER MENU - Green background */
.nav_toggle {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
  border-radius: 4px;
  padding: 6px 10px;
}
.nav_toggle .icon-bar {
  background-color: #ffffff !important;
}

/* CART DROPDOWN ARROW - Green */
.shopping_cart .caret,
.shopping_cart a .caret {
  border-top-color: #2e7d32 !important;
  border-bottom-color: #2e7d32 !important;
}

/* CART ::after arrow - Green */
.shopping_cart a::after {
  border-top-color: #2e7d32 !important;
  color: #2e7d32 !important;
  border-color: #2e7d32 !important;
}


/* SEARCH BAR */
.nokstay-search-bar {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.nokstay-search-inner {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 8px 8px 8px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.nokstay-search-field {
  flex: 1;
  padding: 0 16px;
}
.nokstay-search-field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #222;
  margin-bottom: 2px;
}
.nokstay-search-field input {
  border: none !important;
  outline: none !important;
  font-size: 14px;
  color: #555;
  width: 100%;
  box-shadow: none !important;
  padding: 0 !important;
  height: auto !important;
  margin: 0 !important;
  background: transparent !important;
}
.nokstay-search-divider {
  width: 1px;
  height: 32px;
  background: #ddd;
}
.ns-search-btn {
  background: #2e7d32;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-search-btn:hover { background: #1b5e20; }

/* FILTER CHIPS */
.ns-filters {
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.ns-filter-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ns-chip {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  color: #222;
}
.ns-chip.active {
  border-color: #2e7d32;
  background: #2e7d32;
  color: #fff;
}
.ns-chip:hover {
  border-color: #222;
}

/* HIDE OLD SEARCH BAR permanently on homepage */
.index .header-rmsearch-container {
  display: none !important;
}
/* SHOW NEW HERO SEARCH */
.nokstay-hero-search {
  display: block !important;
}
.nokstay-search-bar {
  display: none !important;
}

/* HERO SEARCH BAR - EaseMyTrip style */
.nokstay-hero-search {
  padding: 15px 20px 25px 20px;
}

.ns-hero-search-box {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  max-width: 1100px;
  margin: 0 auto;
}

.ns-field {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 12px 16px;
  cursor: pointer;
}

.ns-field:hover {
  background: #f5f5f5;
}

.ns-field-icon {
  font-size: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

.ns-field-content {
  flex: 1;
}

.ns-field-content label {
  display: block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #666 !important;
  margin-bottom: 3px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ns-field-content input {
  border: none !important;
  outline: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #222 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  cursor: pointer;
}

.ns-divider {
  width: 1px;
  background: #e0e0e0;
  margin: 10px 0;
  flex-shrink: 0;
}

.ns-hero-btn {
  background: #e65100;
  color: #fff;
  border: none;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
}

.ns-hero-btn:hover {
  background: #bf360c;
}

/* Date picker styling */
.ns-datepicker {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  z-index: 1000;
  padding: 16px;
  min-width: 280px;
}
