@media (max-width: 767px) {
  .mobile-menu-opener img {
    width: 25px;
    filter: invert(1);
  }

  .mobile-menu-opener {
    background: none;
    border: none;
  }

  #mobileMenu .offcanvas-header {
    border-radius: 0 0 13px 13px;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    display: block;
  }

  #mobileMenu .nav-logo {
    filter: invert(1) brightness(100);
  }

  #mobileMenu .offcanvas-header::before {
    content: "";
    background: #1f55ff;
    width: 400px;
    height: 400px;
    position: absolute;
    border-radius: 50%;
    right: -59%;
    z-index: 0;
    bottom: -87%;
  }

  #mobileMenu .offcanvas-header::after {
    content: "";
    background: #194af4;
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 50%;
    right: -52%;
    z-index: 0;
    bottom: -48%;
  }

  .z-index-2 {
    z-index: 2;
  }

  .btn-o-header {
    padding: 5px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
  }

  .btn-o-header:hover {
    color: #dfdfdf;
  }

  .btn-o-header i {
    font-size: 20px;
  }

  .mainMenu {
    padding-top: 20px;
  }

  .mainMenu ul {
    list-style: none;
    padding-left: 0;
  }

  .mainMenu li a {
    display: flex;
    align-items: center;
    color: #222;
  }

  .mainMenu li img {
    max-width: 50px;
    margin-right: 10px;
  }

  .mainMenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
  }

  .mobile-menu-footer {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
  }

  .add-post a {
    display: flex;
    flex-direction: column;
    font-size: 9px !important;
  }

  .add-post a i {
    font-size: 20px;
  }

  .mobile-menu-list a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }

  .mobile-menu-list a .counter {
    background: #0d6efd;
    color: #fff;
    padding: 0 11px;
    border-radius: 14px;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }

  section.site-search {
    margin: 10px 0 0;
    padding: 10px;
    background: #fff;
  }
  form.row.g-md-2.search-form {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
  }
  .search-form .form-input {
    border-bottom: 1px solid #ddd;
    padding: 0px 10px;
  }
  .search-form .form-input img {
    max-width: 16px;
  }
  .search-form .form-control {
    border: none;
    background: none;
    padding: 0 10px;
    font-size: 13px;
    color: #222;
  }
  .search-form .form-control::placeholder {
    font-size: 13px;
    color: #222;
    font-weight: 600;
  }
  .search-form .form-input {
    border-bottom: 1px solid #ddd;
    padding: 0px 10px;
    background: #f8f8f8;
    /* border-radius: 5px; */
  }
  .search-form .primary-btn {
    border-radius: 0;
  }
  .homepage {
    padding-top: 30px;
  }
  body.site-general {
    padding-top: 49px;
  }
  .mobile-sort .m-sort-button {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 4px;
    font-weight: 600;
  }
  .mobile-sort {
    gap: 10px;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }

  .mobile-sort .m-sort-button img {
    max-width: 16px;
    margin-right: 5px;
  }
  aside.sticky-top.filters {
    top: 0;
  }
  #filterCanvas .offcanvas-body {
    padding: 0;
  }
  #filterCanvas .card.side-filters {
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .no-border-bottom {
    border-bottom: 0;
  }

  .no-border-right-mobile {
    border-right: 0 !important;
  }

  .range-bar {
    width: 4px;
  }
  .guestpilot-gallery .hide-mobile {
    display: none !important;
  }
  .guestpilot-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .container.mobile-container-full {
    padding: 0;
  }
  .container.mobile-container-full > .row {
    margin: 0;
  }
  .container.mobile-container-full > .row > div {
    padding: 0;
  }
  .parallax-hero {
    position: relative;
    overflow: hidden;
    height: 60vh; /* Adjust height as needed */
  }

  .parallax-hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%h;
    object-fit: cover;
    transform: translateY(0);
    will-change: transform;
  }
  .content-below {
    position: relative;
    background: #fff;
    z-index: 2;
    border-radius: 20px 20px 0 0;
  }
  .container.mobile-container-full.content-below {
    padding: 1rem;
    margin-top: -15px;
  }
  .single-listing--title h1 {
    font-weight: bold;
    font-size: 20px;
  }
  .sls-item img {
    max-width: 18px;
    opacity: 0.7;
    margin-right: 5px;
  }
  .single-listing--shortinfo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sls-item {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    font-size: 14px;
  }
  .sls-item:not(:last-child)::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #676767;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 6px;
  }
  .show-more-btn {
    bottom: 30px;
  }
  .single-listing--rating {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
  }
  .single-listing--rating .rating small {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  .single-listing--rating .listing-reviews {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .single-listing--rating .rating i {
    font-size: 11px;
    line-height: 1;
  }
  .single-listing--rating .rating {
    line-height: 1;
  }
  .single-listing--rating .listing-reviews span {
    font-size: 15px;
    display: block;
    text-align: center;
  }
  .single-listing--rating .listing-type {
    background: #f1f3f4;
    padding: 5px 15px;
    color: #222;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
  }
  .single-listing--description {
    color: #5b5b5b;
    font-weight: 500;
    font-size: 14px;
  }
  .ga-btn {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 9px;
  }
  .ga-btn a {
    display: block;
    line-height: 1;
    display: flex;
  }
  .d-md-none.gallery-actions {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }
  .slf-item {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
  }
  .slf-item img {
    max-width: 19px;
    margin-right: 6px;
    opacity: 0.8;
  }
  .verified {
    background: #ffa17a;
    padding: 4px 11px 4px 5px;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    align-items: center;
    display: inline-flex;
  }
  .verified img {
    max-width: 21px;
    filter: invert(1);
    margin-right: 5px;
    background: #0282b6;
    padding: 4px;
    border-radius: 50px;
  }
  .single-listing--facilities h3 {
    font-weight: bold;
    font-size: 16px;
  }
  .app-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 5px;
  }
  .app-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    justify-content: space-around;
    display: flex;
    padding: 10px;
    align-items: center;
    box-shadow: -2px 0 11px rgba(0, 0, 0, 0.09);
    z-index: 10;
  }
  .app-menu a {
    font-size: 9px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .app-menu a span {
    font-size: 9px;
    text-transform: uppercase;
  }
  .app-menu a img {
    width: 20px;
  }
  .app-menu .logo-app-menu {
    width: 36px;
  }
  button.toggle-btn {
    background: #e3e3e3;
    border: none;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
  }
}
