/* =============================================================
   Yipies Custom Elementor Widgets — elements-css.css
   ============================================================= */

/* ---------------------------------------------------------------
   Section Header — shared by Top Rated Eats + Category Listings
--------------------------------------------------------------- */
.yp-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
}

.yp-section-header__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.yp-section-header__title {
  color: #00241a;
  margin: 0;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  vertical-align: middle;
}
.lp-logo {
  max-width: 110px;
}
.header-right-panel.clearfix.col-md-10.col-sm-10.col-xs-12 {
  padding-top: 0 !important;
}
.header-front-page-wrap .lp-header-full-width .lp-menu-bar {
  background-color: #fff !important;
}
.lp-header-full-width .lp-add-listing-btn ul li a.header-list-icon,
.lp-header-full-width .lp-add-listing-btn ul li a.header-list-icon-st6 {
  border: 1px solid #ffffff;
  padding: 14px 19px;
  background: #006d37 !important;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px !important;
  color: #fff !important;
}
.header-container.lp-header-bg
  .lp-color-header-style
  .lp-menu-container
  .lp-menu
  > div
  > ul
  > li
  > a {
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #414845 !important;
  border-bottom: 0px solid #006d37;
  padding-bottom: 4px;
}
.header-container.lp-header-bg
  .lp-color-header-style
  .lp-menu-container
  .lp-menu
  > div
  > ul
  > li
  > a:hover {
  color: #006d37 !important;
  font-weight: 600;
  border-width: 2px;
}
.header-right-panel.clearfix.col-md-10.col-sm-10.col-xs-12 {
  width: calc(100% - 110px);
}
.lp-header-full-width .lp-menu-bar .lp-logo-container {
  width: 110px;
}
.lp-join-now.after-login span {
  height: 30px;
  margin-top: 11px !important;
}
.col-md-12.col-xs-12.lp-menu-container.clearfix.pull-right::before,
.col-md-12.col-xs-12.lp-menu-container.clearfix.pull-right::after {
  display: none;
}
.col-md-12.col-xs-12.lp-menu-container.clearfix.pull-right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.lp-join-now li a {
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #414845;
}
.yp-section-header__sub {
  font-size: 15px;
  color: #414845;
  margin: 0;
  font-family: Work Sans;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.yp-section-header__viewall {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #006d37;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.yp-section-header__viewall:hover {
  opacity: 0.75;
  text-decoration: none;
  color: #006d37;
}

@media (max-width: 575px) {
  .yp-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .yp-section-header__title {
    font-size: 24px;
  }
}

/* ---------------------------------------------------------------
   Top Rated Eats — Grid Container
--------------------------------------------------------------- */
.yp-top-rated-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

/* ---------------------------------------------------------------
   Top Rated Eats — Single Card
--------------------------------------------------------------- */
.yp-eat-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex: 1 1 calc(25% - 18px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  border: 1px solid #c0c8c3;
}

.yp-eat-card__image {
  position: relative;
  width: 100%;
  height: 192px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.yp-eat-card__image img {
  width: 100%;
  height: 192px !important;
  object-fit: cover;
  display: block;
}

.yp-eat-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 100px;
  padding: 4px 8px;
  min-width: 53px;
  height: 24px;
}

.yp-eat-card__badge-icon i {
  color: #006d37;
  font-size: 11px;
  line-height: 2;
  margin-top: -8px;
  display: inline-block;
}
.yp-eat-card__badge-score {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #181c1b;
  line-height: 1;
}

.yp-eat-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.yp-eat-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #00241a;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yp-eat-card__title a {
  color: #00241a;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Plus Jakarta Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.yp-eat-card__title a:hover {
  color: #006d37;
}

.yp-eat-card__meta {
  font-family: "Work Sans", sans-serif;
  margin: 0 0 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
  vertical-align: middle;
  color: #006d37;
  margin-bottom: 15px;
}

.yp-eat-card__btn {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #006d37;
  color: #ffffff !important;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px;
  border-radius: 100px;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.2s ease;
}

.yp-eat-card__btn:hover {
  background: #005a2d;
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .yp-eat-card {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 575px) {
  .yp-eat-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* =============================================================
   Category Listings — Shared Grid
   ============================================================= */
.yp-category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

/* =============================================================
   Category Listings — Property Card (Find Your Dream Property)
   ============================================================= */
.yp-property-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  flex: 1 1 calc(33.333% - 16px);
  min-width: 260px;
  display: flex;
  border: 1px solid #c0c8c3;
  flex-direction: column;
}

.yp-property-card__image {
  position: relative;
  width: 100%;
  height: 256px;
  overflow: hidden;
}

.yp-property-card__image img {
  width: 100%;
  height: 256px !important;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.yp-property-card__image:hover img {
  transform: scale(1.04);
}

.yp-property-card__price {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.62);
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  line-height: 1.4;
}

.yp-property-card__body {
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.yp-property-card__body-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.yp-property-card__body-text {
  flex: 1;
  min-width: 0;
}

.yp-property-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #00241a;
  margin: 0 0 4px 0;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yp-property-card__title a {
  color: #00241a;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.yp-property-card__title a:hover {
  color: #006d37;
}

.yp-property-card__meta {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #414845;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
  vertical-align: middle;
}

.yp-property-card__agent {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e8e8e8;
}

.yp-property-card__agent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yp-property-card__agent--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border: none;
}

.yp-property-card__agent--icon i {
  font-size: 24px;
  color: #aaa;
}

.yp-property-card__specs {
  display: flex;
  gap: 16px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  color: #7a8a85;
  padding-top: 8px;
}

.yp-property-card__specs span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #414845;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
  vertical-align: middle;
}

.yp-property-card__specs i {
  color: #006d37;
  font-size: 13px;
}

.yp-property-card__btn {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #006d37;
  color: #ffffff !important;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.2s ease;
}

.yp-property-card__btn:hover {
  background: #005a2d;
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .yp-property-card {
    flex: 1 1 calc(50% - 12px);
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .yp-property-card {
    flex: 1 1 100%;
  }
}

/* =============================================================
   Category Listings — Room Card (Stay & Explore)
   4 columns to match Figma design
   ============================================================= */
.yp-room-card {
  background: #fff0;
  overflow: hidden;
  flex: 1 1 calc(25% - 18px);
  min-width: 220px;
  display: flex;
  flex-direction: column;
}
.yp-room-card__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  height: 360px !important;
  border-radius: 16px !important;
}
.yp-room-card__image img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  height: 376px !important;
  border-radius: 16px !important;
}

.yp-room-card__image:hover img {
  transform: scale(1.04);
}

.yp-room-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.yp-room-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #00241a;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yp-room-card__title a {
  color: #00241a;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  padding-top: 16px;
  display: inline-block;
}
.yp-room-card__title a:hover {
  color: #006d37;
}

.yp-room-card__price {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  color: #00241a;
  margin: 0 0 6px 0;
}

.yp-room-card__price strong {
  color: #006d37;
  font-family: Work Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -10px;
}
.yp-room-card__price span {
  font-weight: 400;
  color: #7a8a85;
}

.yp-room-card__btn {
  display: block;
  width: 100%;
  line-height: 38px;
  text-align: center;
  background: #006d37;
  color: #ffffff !important;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin-top: auto;
  transition: background 0.2s ease;
  opacity: 1;
  border-radius: 10px !important;
  padding: 1px 8px;
}
.lp-header-overlay,
.page-header-overlay,
.lp-home-banner-contianer-inner-video-outer {
  background: linear-gradient(
    180deg,
    rgba(0, 36, 26, 0.4) 0%,
    rgba(0, 36, 26, 0.7) 100%
  ) !important;
}
.lp-search-icon {
  display: none;
}
.yp-room-card__btn:hover {
  background: #005a2d;
  color: #ffffff !important;
  text-decoration: none;
}
.lp-home-banner-contianer.lp-home-banner-with-loc {
  height: 100vh !important;
  min-height: 800px;
}
.lp-search-description {
  display: none;
}
.lp-home-categoires {
  background: #fff;
  box-shadow: 0px 4px 6px -1px #0000001a;
  border-radius: 16px;
  padding: 10px;
}

body .home-categories-area .lp-home-categoires.new-banner-category-view4 li a {
  background: #e6e9e7 !important;
  color: #414845 !important;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  display: inline-block !important;
  height: auto !important;
  box-shadow: unset !important;
  padding: 9px 18px;
  margin: 5px 9px;
  border-radius: 200px;
}

.home-categories-area .lp-home-categoires.new-banner-category-view4 li a span {
  color: #414845 !important;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  display: inline-block !important;
  height: auto !important;
  position: unset !important;
  top: unset !important;
  margin: unset !important;
  transform: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.home-categories-area
  .lp-home-categoires.new-banner-category-view4
  li
  a
  span
  img {
  width: 18px !important;
  height: auto !important;
  margin: 0 !important;
  margin-right: 7px !important;
}
.home-categories-area.new-banner-view-category-st {
  z-index: 99999;
  position: relative;
}
.home-categories-area
  .lp-home-categoires.new-banner-category-view4
  li
  a
  span
  br {
  display: none;
}
.lp-home-categoires li {
  width: auto !important;
  background: unset !important;
}

.home-categories-area .lp-home-categoires.new-banner-category-view4 li a:hover {
  background: #6bfe9c !important;
}
.lp-home-banner-contianer-inner h1 {
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5em;
  letter-spacing: -0.96px;
  text-align: center;
  vertical-align: middle;
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
}
.lp-search-bar .lp-search-btn {
  padding: 1px 30px;
  background: #006d37 !important;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  border-color: #006d37 !important;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
.form-group .lp-search-bar-right,
.lp-search-bar .lp-search-btn {
  border-radius: 200px !important;
}
.lp-home-banner-contianer .lp-search-bar {
  padding: 10px !important;
  background: #fff !important;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .yp-room-card {
    flex: 1 1 calc(50% - 12px);
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .yp-room-card {
    flex: 1 1 100%;
  }
}

/* =============================================================
   Happening Now — 2-column event grid
   ============================================================= */
.yp-happening-now-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

/* Single event card — horizontal flex row */
.yp-happening-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 23px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  min-width: 280px;
  box-sizing: border-box;
  max-width: 588px;
  border: 1px solid #c0c8c3;
}

/* Date block — green square left side */
.yp-happening-card__date {
  flex-shrink: 0;
  width: 96px;
  min-height: 96px;
  background: #006d37;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  gap: 2px;
}

.yp-happening-card__day {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.yp-happening-card__month {
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}

/* Content area — middle, takes remaining space */
.yp-happening-card__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.yp-happening-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #00241a;
  margin: 0;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yp-happening-card__title a {
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #00241a;
}

.yp-happening-card__title a:hover {
  color: #006d37;
}

.yp-happening-card__loc {
  color: #414845;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-top: 4px;
}

.yp-happening-card__loc i {
  color: #006d37;
  margin-right: 4px;
  font-size: 12px;
}

.yp-happening-card__desc {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #181c1b;
}

/* Get Tickets button — right side */
.yp-happening-card__action {
  flex-shrink: 0;
  position: absolute;
  top: 24px;
  right: 24px;
}

.yp-happening-card__btn {
  display: inline-block;
  background: #f0faf4;
  color: #006d37 !important;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.yp-happening-card__btn:hover {
  background: #d6f0e3;
  color: #006d37 !important;
  text-decoration: none;
}

/* Responsive — 1 column on tablet and below */
@media (max-width: 991px) {
  .yp-happening-card {
    flex: 1 1 100%;
  }
}

@media (max-width: 575px) {
  .yp-happening-card {
    flex-wrap: wrap;
  }

  .yp-happening-card__btn {
    display: block;
    text-align: center;
  }
}

/* =============================================================
   Explore by City — 4-column location grid
   ============================================================= */
.yp-city-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

/* Single location card — entire card is a link */
.yp-city-card {
  position: relative;
  display: block;
  flex: 1 1 calc(25% - 15px);
  min-width: 200px;
  height: 282px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
}

.yp-city-card:hover {
  text-decoration: none;
}

/* Full-bleed image */
.yp-city-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  height: 282px !important;
}

.yp-city-card:hover .yp-city-card__img {
  transform: scale(1.06);
}

/* Dark gradient overlay — transparent top → dark bottom */
.yp-city-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.62) 100%
  );
  border-radius: 16px;
}

/* Text block — bottom-left of card */
.yp-city-card__text {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.yp-city-card__name {
  color: #ffffff;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.yp-city-card__tagline {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #6bfe9c;
  line-height: 1.3;
}

/* Responsive — 2 columns on tablet */
@media (max-width: 991px) {
  .yp-city-card {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }
  .icon-bar {
    background-color: #000 !important;
  }
  .col-md-12.col-xs-12.lp-menu-container.clearfix.pull-right {
    display: none;
  }
  .lp-home-banner-contianer .lp-search-bar {
    padding: 15px !important;
    border-radius: 34px;
  }
  header .col-md-2.col-xs-6.lp-logo-container {
    width: 115px !important;
    float: left;
  }
  .lp-menu-bar .mobile-nav-icon {
    left: unset !important;
    right: -15px;
    top: -43px !important;
  }
  .lp-home-banner-contianer.lp-home-banner-with-loc {
    height: auto !important;
    min-height: 400px;
  }
  .lp-home-banner-contianer-inner .col-md-12.col-sm-12.text-center h1 {
    text-align: left !important;
  }
  .lp-header-overlay,
  .page-header-overlay,
  .lp-home-banner-contianer-inner-video-outer {
    background: linear-gradient(180deg, #0d3b2e 0%, #006a62 100%) !important;
  }
  .lp-menu-bar .mobile-nav-icon a.nav-icon .icon-bar {
    height: 2px;
    width: 22px;
    margin-bottom: 0;
  }

  .mm-navbar.mm-navbar_size-3 {
    background: #fff !important;
  }

  .mm-navbar.mm-navbar_size-3 .icon.icons8-Contacts {
    height: 46px;
  }

  .lp-menu-bar .mobile-nav-icon a.nav-icon {
    float: right;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 2px #006d37 solid;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border-radius: 200px;
    width: 40px;
    height: 40px;
  }
  .lp-home-categoires {
    background: #f7faf8;
    box-shadow: unset;
    display: flex;
    overflow: auto;
  }

  .home .lp-section-row.margin-bottom-60 {
    background: #f7faf8;
  }

  body
    .home-categories-area
    .lp-home-categoires.new-banner-category-view4
    li
    a {
    margin-left: 0;
  }

  p.yp-section-header__sub {
    display: none;
  }

  .yp-section-header {
    flex-direction: row !important;
    align-items: center;
  }

  .yp-top-rated-grid {
    flex-wrap: nowrap;
    overflow: auto;
  }

  .yp-property-card.slick-slide {
    margin: unset !important;
  }
  .home .lp-section-row.margin-bottom-60 {
    background: #f7faf8;
  }
  .yp-category-grid {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .yp-city-grid {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .style3 .lp-footer-logo {
    text-align: center;
  }
  .yp-city-grid .yp-city-card {
    min-width: 250px;
  }
  .yp-category-grid .yp-room-card {
    min-width: 250px;
  }

  .yp-happening-card {
    padding: 0;
  }

  .yp-happening-card .yp-happening-card__desc {
    display: none;
  }

  .yp-happening-card {
    align-items: start;
  }

  .yp-happening-card__action {
    bottom: 5px !important;
    top: unset;
    right: 6px;
  }

  .yp-happening-card__action .yp-happening-card__btn {
    padding: 4px 12px;
  }

  .yp-happening-card__date {
    border-radius: 15px 0 0 15px;
  }

  .yp-happening-card__content {
    padding: 4px;
  }
}

/* Responsive — 1 column on mobile */
@media (max-width: 575px) {
  .yp-city-card {
    flex: 1 1 100%;
  }
}
