/* ---- Layout ---- */
.search-wrapper {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* ---- Search Form ---- */
.listing-col-banner{
	background: #2693fa;
  padding: 50px 0;
}
#listing-search-form {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

#listing-search-form input[type="text"] {
flex: 1;
  padding: 14px 38px;
  border: none;
  border-radius: 70px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px #c9dcee;
}

#listing-search-form input:focus {
  border-color: #ff385c;
  box-shadow: 0 0 0 3px rgba(255,56,92,0.1);
  outline: none;
}

#listing-search-form button {
  padding: 11px 60px;
  border: 1px solid #fff;
  background: #2693fa;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#listing-search-form button:hover {
  background: #e91e63;
}

/* ---- Advanced Filters ---- */
#toggle-filters {
	background: #fff;
	border: 1px solid #2693FA;
	padding: 0px 16px;
	border-radius: 10px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	display: inherit;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#toggle-filters i{
  color: #2693FA;
}
#toggle-filters:hover i{
  color: #fff;
}

#toggle-filters:hover {
  background: #1d81df;
}



/* Suggestion Box */
.suggestion-box {
  position: relative;
}

.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 999;
  max-height: 180px;
  overflow-y: auto;
  border-radius: 0 0 8px 8px;
  display: none;
}

.suggestions div {
  padding: 8px 12px;
  cursor: pointer;
}

.suggestions div:hover {
  background: #f3f3f3;
}

/* Buttons inside filter */
.filter-buttons {
  text-align: right;
  margin-top: 10px;
}

#apply-filters,
#cancel-filters {
  padding: 10px 28px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  font-size:16px;
}

#apply-filters {
  background: #2693FA !important;
  color: #fff;
}

#apply-filters:hover {
  border:1px solid #fff;
  border: 0px;
}

#cancel-filters {
  background: #ddd;
  color: #333;
}

#cancel-filters:hover {
  background: #ccc;
}

/* ---- Results ---- */
#listing-results {
  margin: 30px 0px;
}


#listing-results li a {
  font-weight: 600;
  color: #ff385c;
  text-decoration: none;
  font-size: 17px;
}
.listing-grid{
	display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.listing-card {
  width: 100%;
}
.slick-list.draggable{
	height:300px !important;
      border-radius: 15px 0px 0px 15px;
}
.slick-arrow{
	font-size:12px;
}
.slick-prev{
	position: absolute;
  bottom: 0;
  left:0;
}
.slick-next{
		position: absolute;
  bottom: 0;
  right:0;
}
.listing-info h3 a{
 font-size: 18px;
    color: #2693fa;
    text-transform: capitalize;
    font-weight: 500;
}

/* .listing-info{
	padding: 20px 0;
} */

#listing-results li {
  background: #fff;
      padding: 6px 6px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 14px;
}



.listing-card {
    display: flex;
        box-shadow: #2693fa24 0px 7px 29px 0px;
         transition: box-shadow 0.3s ease-in-out;
    padding: 0px;
        gap: 40px;
    border-radius: 15px;
    flex-direction: column;
    width: 32%;
gap:10px;
    &:hover{
       box-shadow: #2693fa61 0px 7px 29px 0px; 
    }
}

.listing-grid {
    display: flex;
    flex-wrap: wrap;
     gap: 20px;
    flex-direction: row;
}

.listing-info {
    width: 100%;
}
.listing-top {
    position: relative;
}
.feature_link {
    position: absolute;
    top: 14px;
    z-index: 1;
    left: 20px;
}
.cart_wishlist {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 22px;
    cursor: pointer;
}
.feature_link h4 a{
  color: #fff;
    background: #9333ea;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 13px;
}
.cart_wishlist {
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_wishlist i {
    color: #2693fa;
}
.listing-gallery.slick-initialized.slick-slider
 {
    width: 100%;
}
p.city_location {
    margin-bottom: 4px;
    font-size: 16px;
}
.blue_color{
  color: #2693fa;
}
.listing-meta {
    display: flex;
    padding-left: 0px;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 2px;
}
button.compare-btn {
    width: 100%;
    border-radius: 10px;
    background: transparent;
    color: #3a8dde;
    border: 1px solid #3a8dde;
    font-size: 18px;
    font-weight: 500;
    &:hover{
          border-radius: 10px;
    }
}
button.compare-btn:focus{
  border-radius: 10px;
}

ul.listing-meta li i {
    margin-right: 3px;
       font-size: 16px;
}
button.slick-prev.slick-arrow {
    z-index: 1;
    bottom: 0px;
    left: 0px;
        padding: 4px 18px;
    border-radius: 0px 15px 0px 15px;
}
button.slick-next.slick-arrow {
    z-index: 1;
    bottom: 0px;
        padding: 4px 18px;
    right: 0px;
    border-radius: 15px 0px 0px 0px;
}
p.list_price {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
}
.slick-slide.slick-current.slick-active img {
  transition: transform 0.4s ease-in-out; /* Smooth transition */
}

.slick-slide.slick-current.slick-active img:hover {
  transform: scale(1.1); /* Zoom effect */
}
 button:focus{
  outline: 0px;
 }
 .pagination {
    justify-content: center;
    gap: 30px;
    margin: 20px 0px;
}
.listing-card{
    padding:20px;
}
 
.slick-list.draggable {
    border-radius: 15px;
}
button.slick-next.slick-arrow {
    border-radius: 15px 0px 15px 0px;
}
.slick-slide img {
    width: 100%;
    height: 300px;
}
.location_text {
    font-size: 15px;
}
.listing-info h3.listing-title {
    line-height: 22px;
}
 @media (max-width: 991px) {
.listing-gallery.slick-initialized.slick-slider {
    width: 100%;
}
    .listing-info {
        width: 100%;
                padding: 20px;
    }
    .listing-card {
    flex-direction: column;
    gap: 0px;
}
.slick-list.draggable {
    border-radius: 15px 15px 0px 0px;
}
button.slick-prev.slick-arrow {
    border-radius: 0px 15px 0px 0px;
}
.listing-info h3.listing-title {
    line-height: 22px;
}
.location_text {
    font-size: 15px;
}
.listing-meta{
  gap: 8px;
}
 }

 @media (max-width: 767px){
  #listing-search-form {
    flex-wrap: wrap;
    justify-content: center;
}
.elementor-element.elementor-element-10c950c3.e-con-full.e-flex.e-con.e-child {
    width: 50%;
}
 }

 #homepage-search-form {
    background: #eef7ff;
}



/* Sticky Compare Bar */
.compare-bar {
    display: none;
    bottom: 0;
    position: fixed;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    right: 0px;
    width: 100%;
    background: #2796ffcf;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    transition: all 0.3s 
ease;
    border-radius: 10px 10px 0px 0px;
}

.compare-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.compare-content h3 {
    color: #fff;
}
.compare-actions button{
  border-radius: 10px;
  &:hover{
    border-radius: 10px;
  }
}
.compare-actions button:focus{
border-radius: 10px;
}

#compare-items {
  display: flex;
  gap: 10px;
}

#compare-items span {
  background: #fff;
  color: #0073aa;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

/* Buttons */
.btn-compare, .btn-clear {
  border: none;
  padding: 10px 16px;
  margin-left: 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}
.btn-compare {
  background: #fff;
  color: #0073aa;
  font-weight: bold;
}
.btn-clear {
  background: #f44336;
  color: #fff;
}
.btn-compare:hover { background: #e6e6e6; }
.btn-clear:hover { background: #d32f2f; }

/* Popup Modal */
.compare-popup {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.compare-popup-content {
  background: #fff;
  width: 80%;
  max-width: 900px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: popupShow 0.3s ease;
}

@keyframes popupShow {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}
.close-btn:hover { color: #0073aa; }




   /* --- Hero Search Bar  listing short code--- */
    
    .offplatform-search-bar {
        background: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        padding: 16px;
        box-shadow: 0 3px 15px rgba(0,0,0,0.1);
        width: 100%;
        margin: 0 auto;
    }
    .offplatform-search-bar input,
    .offplatform-search-bar select {
        border: none;
        outline: none;
        background: transparent;
        padding: 12px 18px;
        font-size: 15px;
    }
    .offplatform-search-bar input[name="check_in"], .offplatform-search-bar input[name="check_out"] {
      width: 170px;;
    }
     .offplatform-search-bar select{
      width: 40%;
     }
    .offplatform-search-bar .divider {
        height: 32px;
        width: 1px;
        background: #ddd;
    }
    .offplatform-search-bar button {
        border: none;
        outline: none;
        cursor: pointer;
    }
    .search-btn {
        background: #FF385C;
        color: #fff;
        border-radius: 40px;
        padding: 12px 24px;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    .search-btn:hover {
        background: #e52e4d;
    }
    .filter-btn {
        background: #f5f5f5;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
    }
    .filter-btn i {
        color: #333;
        font-size: 18px;
    }

    /* --- Modal --- */
    .advanced-filters-modal {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        z-index: 9999;
        justify-content: center;
        align-items: center;
    }
    .advanced-filters {
        background: #fff;
        border-radius: 16px;
        padding: 25px 35px;
        width: 95%;
        max-width: 700px;
        position: relative;
    }
    .advanced-filters h3 {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
    }
    .filter-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 16px;
    }
    .filter-buttons {
        margin-top: 20px;
        text-align: center;
    }
    .filter-buttons button {
        padding: 10px 20px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        margin: 0 8px;
        font-weight: 500;
    }
    #apply-filters { background: #FF385C; color: #fff; }
    #cancel-filters { background: #eee; }

    .close-modal {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 22px;
        color: #555;
        cursor: pointer;
    }



    .where_to_go-box{
        position: relative;
    }
.where_to_go-box {
    width: 100%;
}
.where_to_go-box input{
  width: 100%;
}
.offplatform-search-bar input{
  width: 80%;
}
form#offplatform-search-form button.search-btn {
    width: 60%;
        font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    padding: 7px 0px;
}
.offplatform-search-bar{
  gap: 10px;
}
div#advanced-filters .filter-grid input:focus-visible{
    outline-offset: 1px solid  #2693FA;
}
.offplatform-search-bar button.search-btn{
  background-color: #2693FA;
}
.offplatform-search-bar button.search-btn:hover{
  border-radius: 40px;
}
.offplatform-search-bar button.search-btn:focus{
  border-radius: 40px;
}

.max-min-flex {
    display: flex;
    gap: 18px;
    margin: 20px 0px;
    justify-content: space-between;
}
.max-min-flex select#rating{
  width: 50%;
}
.max-min-flex .suggestion-box {
    width: 50%;
}
nav.woocommerce-MyAccount-navigation {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 10px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    background: #fff;
    font-weight: 500;
    font-size: 16px;
}
.location-flex.full-width
 {
    margin-top: 15px;
}
button#locateMeBtn{
  border-radius: 10px;

}


input.policies-check-in-date{
      padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
}
input.policies-check-out-date{
        padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button {
    background: #2693FA !important;
}

button#locateMeBtn:focus,
button#locateMeBtn:hover {
    border-radius: 10px;
}

.explore_stay_grid .listing-card {
    width: 32%;
}

/* Advanced selected keyword*/

#advanced_selected_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.selected-filter {
  background: #f1f4ff;
  border: 1px solid #c5d0f6;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}

.selected-filter i.remove-filter {
  cursor: pointer;
  color: #666;
  font-size: 13px;
}

.selected-filter i.remove-filter:hover {
  color: #000;
}


.platform-compare-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
}

.platform-compare-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.platform-compare-list li img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

.platform-compare-list li.direct-host {
  border: 1px solid #c4f0c2;
  background: #e8f9e8;
  border-radius: 6px;
  margin-top: 6px;
}

.platform-compare-list .platform-price {
  font-weight: 600;
  color: #333;
}



.page-id-1381 form.woocommerce-form.woocommerce-form-login.login {
    width: 700px;
    margin: 0 auto;
    box-shadow: #2693fa24 0px 7px 29px 0px;
    transition: box-shadow 0.3s 
ease-in-out;
    border: none !important;
    border-radius: 10px !important;
    &:hover{
      box-shadow: #2693fa61 0px 7px 29px 0px;
    }
}

.page-id-1381 form.woocommerce-ResetPassword.lost_reset_password {
    width: 700px;
    margin: 0 auto;
    box-shadow: #2693fa24 0px 7px 29px 0px;
    transition: box-shadow 0.3s 
ease-in-out;
    border: none !important;
    border-radius: 10px !important;
 &:hover{
      box-shadow: #2693fa61 0px 7px 29px 0px;
    }
}

.page-id-1381 form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button
 {
    background: #3A8DDE !important;
}

.page-id-1381 .e-con-inner {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.page-id-1381 .e-my-account-tab.e-my-account-tab__dashboard h2 {
    text-align: center;
        font-weight: 600 !important;
}

.page-id-1381 p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
 {
    flex-direction: column;
}

.page-id-1381 form.woocommerce-form.woocommerce-form-login.login {
    height: 100% !important;
}

.page-id-1381 p.form-row {
    flex-direction: column;
}
.page-id-1381 button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: 20px;
    background: #3A8DDE !important;
margin-bottom: 12px;
}
.page-id-1381 p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin-top: 0px !important;

}
.page-id-1381 p.woocommerce-LostPassword.lost_password a {
    color: #3A8DDE !important;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper > p {
    display: none !important;
}


.page-id-1432 form#hlm-register-form
 {
    width: 700px;
    margin: 0 auto;
    box-shadow: #2693fa24 0px 7px 29px 0px;
    transition: box-shadow 0.3s 
ease-in-out;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px 30px;
        &:hover{
      box-shadow: #2693fa61 0px 7px 29px 0px;
    }
}
.page-id-1432 .hlm-auth-wrapper h3 {
    text-align: center;
    margin-bottom: 30px;
}

.page-id-1432 form#hlm-register-form input {
    width: 100%;
    padding: 4px 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.page-id-1432 form#hlm-register-form  p {
    margin-bottom: 0px;
}
.page-id-1432 form#hlm-register-form  input[type="submit"]
 {
    padding: 8px 32px !important;
    margin-bottom: 20px;
}

.page-id-1432 .elementor-element.elementor-element-23c6a948.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    margin-top: 20px;
}

@media (max-width: 767px) {
.page-id-1381 form.woocommerce-form.woocommerce-form-login.login {
width: 100%;
}
.page-id-1432 form#hlm-register-form {
    width: 100%;
  }
  .page-id-1381 form.woocommerce-ResetPassword.lost_reset_password{
     width: 100%;
  }

}




div#advanced-filters-modal div#type-suggestions
 {
    font-size: 14px;
}
div#advanced-filters-modal div#type-suggestions div {
    padding: 5px 10px;
}
div#advanced-filters-modal div#amenities-suggestions{
  font-size: 14px;
}
div#advanced-filters-modal div#type-suggestions div{
    padding: 5px 10px;
}
div#advanced-filters-modal select#rating {
    font-size: 14px;
        margin-top: 15px;
}

p.auth-link.d-flex {
    gap: 20px;
}
.woocommerce-error::before {
    content: "\e016";
    color: #b81c23;
    display: none;
}


.elementor-1727 .elementor-element.elementor-element-2c461d3b img {
    width: 100%;
    height: 50px;
}
.elementor-1727 .elementor-element.elementor-element-8b3395b
 {
        --width: 1140px;
        margin: 0 auto;
        justify-content: space-between;
box-shadow: none;
    }

 .swal2-actions button,
.swal2-actions button:hover,
.swal2-actions button:focus {
    border-radius: 10px !important;
}

.gallery-wrapper button,
.gallery-wrapper button.arrow.left-arrow:hover,
.gallery-wrapper button.arrow.left-arrow:focus,
.gallery-wrapper button.arrow.right-arrow:hover,
.gallery-wrapper button.arrow.right-arrow:focus {
    border-radius: 10px;
        background: transparent;

}
.compare-box {
    position: sticky;
    top: 25px;
}
form.custom-comment-form button.submit-review-btn,
form.custom-comment-form button.submit-review-btn:hover,
form.custom-comment-form button.submit-review-btn:focus {
    border-radius: 10px;
}
.com-w-100{
  width: 100%;
}

form#commentform input#submit{
padding: 0px !important;
}   

.not-appeared-now {
    opacity: 0.5;
    pointer-events: none;
    filter: blur(1px);
}

/* ---------- MODAL BACKDROP ---------- */
.share-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(3px);
    animation: fadeIn 0.3s ease;
}

/* ---------- MODAL BOX ---------- */
.share-modal-content {
    background: #fff;
    width: 500px;
    max-width: 90%;
    margin: 10% auto;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    animation: slideUp 0.35s ease;
    text-align: center;
}

/* Close button */
.share-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

/* ---------- SHARE OPTIONS ---------- */
.share-options {
    margin-top: 20px;
    display: grid;
    gap: 12px;
}

.share-option {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    background: #f7f7f7;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    transition: 0.2s ease;
}

.share-option i {
    font-size: 18px;
}

.share-option:hover {
    background: #e9e9e9;
}

/* Animations */
@keyframes fadeIn { from {opacity:0;} to {opacity:1;} }
@keyframes slideUp { from {transform:translateY(30px); opacity:0;} to {transform:translateY(0); opacity:1;} }


/* Advance search New*/

.amenities-checkboxes{
   height: 115px;
   overflow: auto;
}

.properity-checkbox-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.amenities-flex-checkboxes{
  display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}
div#advanced-filters .amenity-item label{
    font-size: 14px;
        margin-top: 0px;
}


div#advanced-filters .property-type-checkboxes.properity-checkbox-flex label{
  font-size: 14px;
   margin-top: 0px;
}
.min-max-price-form{
  display: flex;
  gap: 18px;
}
.bedroom-price-form {
    width: 35%;
}
div#advanced-filters h6 {
    color: #000;
}
button.remove-favorite-btn,
button.remove-favorite-btn:hover,
button.remove-favorite-btn:focus {
    border-radius: 10px;
}
.edit-my-acct .amenity-row .suggestion-box{
    width: 100%;
}
.edit-my-acct .amenity-row button.remove-amenity{
      background: transparent !important;
}
.woocommerce-MyAccount-content .location-flex input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

button.add-social-row,
button.add-social-row:hover,
button.add-social-row:focus{
    border-radius: 10px;
}
button.remove-social-row,
button.remove-social-row:hover,
button.remove-social-row:focus{
    border-radius: 10px;
}


@media (max-width: 767px) {
  nav.woocommerce-MyAccount-navigation{
    position:static;
  }
  .explore_stay_grid .listing-card {
    width: 100%;
  }
  .offplatform-search-bar{
    flex-direction: column;
  }
  .offplatform-search-bar input {
    width: 100% !important;
}
.offplatform-search-bar .divider{
  display: none;
}
.offplatform-search-bar select {
    width: 100%;
}
.advanced-filters {
    width: 100%;
    max-width: 100%;
    margin: 0px 20px;
}
.max-min-flex {
    flex-direction: column;
}
.min-max-price-form{
   flex-direction: column;
}


.bedroom-price-form {
    width: 100%;
}
#toggle-filters {
    margin: 0px ! important;
    width: 100%;
}
form#offplatform-search-form button.search-btn {
    width: 100%;
}
button.slick-next.slick-arrow {
    border-radius: 15px 0px 0px 0px;
}
.listing-card{
    width: 100%;
}


.inner-listing-title .d-flex.justify-content-between{
    flex-wrap: wrap;
}
.listing-title-name {
    width: 100% !important;
}
.inner-cat.d-flex.mt-3 {
    flex-wrap: wrap;
}

.listing-title-name .d-flex.justify-content-between.align-items-center{
    flex-wrap: wrap;
}
.amenities-list.d-flex {
    gap: 25px !important;
}
.host-card.d-flex.align-items-center.p-4.justify-content-between .d-flex{
    flex-direction: column;
}
a.host-contact-btn {
    padding: 5px 20px;
    margin-top: 20px;
}
.listing-title-name h3 {
    font-size: 30px;
}
.profile-flex {
    flex-direction: column;
}
.woocommerce-MyAccount-content-wrapper h3
 {
    text-align: center;
    margin-bottom: 0px !important;
}
}

@media (min-width: 768px) and (max-width: 1200px) {
    .explore_stay_grid .listing-card {
    width: 47%;
}
.listing-card
 {
    width: 47%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    
.inner-listing-title .d-flex.justify-content-between{
    flex-wrap: wrap;
}
.listing-title-name {
    width: 100% !important;
}
.inner-cat.d-flex.mt-3 {
    flex-wrap: wrap;
}

.listing-title-name .d-flex.justify-content-between.align-items-center{
    flex-wrap: wrap;
}
.amenities-list.d-flex {
    gap: 25px !important;
}
.host-card.d-flex.align-items-center.p-4.justify-content-between .d-flex{
    flex-direction: column;
}
a.host-contact-btn {
    padding: 5px 20px;
    margin-top: 20px;
}
.listing-title-name h3 {
    font-size: 30px;
}

}


