.top_space{
    margin-top: 173px;
}
.home_search{
    padding-top: 0;
}
/* Homepage Banner CSS */
.cs_banner_text {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 75px 0 240px 0;
}
.cs_banner_text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 10px;
}
.cs_banner_home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cs_banner_home::before {
    content: "'";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.cs_banner_text p {
    font-size: 30px;
    margin: 0;
}
.home_search {
    position: relative;
    z-index: 5;
    background: transparent;
    margin-top: -142px;
}
.td_holiday_frm .td_label_txt, .td_holiday_frm2 .td_label_txt {
    font-size: 24px;
}
.td_holiday_frm {
    box-shadow: 2px 5px 5px -2px #6A00FF;
    max-width: 100%;
    margin: 0;
    align-items: center;
    border-radius: 35px;
}
.search_bar_sec #tabs-nav li a {
    font-size: 24px;
    color: #fff;
}
.search_bar_sec #tabs-nav li a:hover, .search_bar_sec #tabs-nav .active a {
    color: #fff;
    text-decoration: underline;
    font-weight: 900 !important;
}
.td_holiday_form_itm label::after {
    display: none;
}

.td_holiday_form_itm .td_holiday_inp {
    font-size: 18px;
}
.td_holiday_form_itm label {
    padding: 18px 24px !important;
    padding-left: 60px !important;
    border-radius: 30px !important;
}
.submit_wrap button {
    margin-right: 15px;
    background: #6A00FF;
}
.submit_wrap button span {
    font-size: 24px;
    align-items: center;
}
.submit_wrap button i {
    font-size: 22px;
}
.search_bar_sec #tabs-nav {
    margin-bottom: 40px;
}
.td_holiday_frm2 {
    box-shadow: rgb(106, 0, 255) 2px 5px 5px -2px;
    max-width: 100%;
    margin: 0px;
    align-items: center;
    border-radius: 35px;
}
.td_holiday_frm:has(.td_holiday_form_itm.td_active) {
    background: #fff;
}
.td_holiday_form_itm {
    height: 100%;
    position: relative;
}
body {
    background: #fff;
}
.search-section .search_filters_tn .dropdown.form-control button .filter-option-inner-inner, button#dropdownMenuButton, .search-section .search_filters_tn input,.search-section .search_filters_tn input::placeholder, span.map_txt {
    font-size: 16px !important;
    color: #000;
}
.search-section .search_filters_tn .dropdown.form-control button {
    width: auto !important;
}
.search-section .search_filters_tn input {
    width: 150px !important;
}
.map_view_sec>label {
    padding: 8px 10px;
}
.search-section .search_filters_tn .dropdown.form-control button, .search-section .search_filters_tn input, .map_view_sec>label, .form-group-tn.price_range_td button {
    border-color: #000 !important;
}
.th_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    width: 32px;
    aspect-ratio: 1;
    z-index: 5;
}
.td_last_form_item:has(.td_holiday_form_itm.td_active) {
    border-radius: 30px;
}
.td_last_form_item {
    position: relative;
    border-radius: 30px;
}
.search-section {box-shadow: none;}
.slide_title {
    margin-bottom: 30px;
}
.slide_title h2::after {
    content: "";
    background: url('data:image/svg+xml,<svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9283 12.185L2.49998 21.6133L0.143311 19.2567L8.39331 11.0067L0.143311 2.75666L2.49998 0.399994L11.9283 9.82833C12.2408 10.1409 12.4163 10.5647 12.4163 11.0067C12.4163 11.4486 12.2408 11.8724 11.9283 12.185Z" fill="black"/></svg>');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.slide_title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper {
    position: relative;
    overflow: hidden;
}
.sl_wrapper_outer{
    display: flex;
    flex-direction: column-reverse;
    margin-top: -60px;
    position: relative;
}
.sl_btn_wrap {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-bottom: 30px;
}

.sl-button-prev,.sl-button-next {
    user-select: none;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0EBFE;
}

.space_item {
    aspect-ratio: 0.77/1;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: end;
}
.space_item img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}
.space_txt {
    position: relative;
    width: 100%;
    padding: 0 30px 20px;
    z-index: 3;
}
.space_txt h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.space_item::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 40%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.spaces_style {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
}
a.space_url {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
}

.term_rent_img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.term_rent_img img {
    aspect-ratio: 1;
    display: block;
    width: 100%;
    object-fit: cover;
}

span.tr_badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}

.trm_txt {
    padding: 10px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.trm_txt h3 a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.trm_details span {
    font-weight: 600;
    color: #000;
    display: block;
}

.trm_details {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
}

.trm_details .trm_rating::before {
    background: url('data:image/svg+xml,<svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.99992 7.63751L2.92492 8.88751C2.83325 8.94584 2.73742 8.97084 2.63742 8.96251C2.53742 8.95417 2.44992 8.92084 2.37492 8.86251C2.29992 8.80417 2.24159 8.73134 2.19992 8.64401C2.15825 8.55667 2.14992 8.45867 2.17492 8.35001L2.72492 5.98751L0.88742 4.40001C0.804087 4.32501 0.752087 4.23951 0.73142 4.14351C0.710754 4.04751 0.71692 3.95384 0.74992 3.86251C0.78292 3.77117 0.83292 3.69617 0.89992 3.63751C0.96692 3.57884 1.05859 3.54134 1.17492 3.52501L3.59992 3.31251L4.53742 1.08751C4.57909 0.987506 4.64375 0.912506 4.73142 0.862506C4.81909 0.812506 4.90859 0.787506 4.99992 0.787506C5.09125 0.787506 5.18075 0.812506 5.26842 0.862506C5.35609 0.912506 5.42075 0.987506 5.46242 1.08751L6.39992 3.31251L8.82492 3.52501C8.94159 3.54167 9.03325 3.57917 9.09992 3.63751C9.16659 3.69584 9.21659 3.77084 9.24992 3.86251C9.28325 3.95417 9.28959 4.04801 9.26892 4.14401C9.24825 4.24001 9.19609 4.32534 9.11242 4.40001L7.27492 5.98751L7.82492 8.35001C7.84992 8.45834 7.84159 8.55634 7.79992 8.64401C7.75825 8.73167 7.69992 8.80451 7.62492 8.86251C7.54992 8.92051 7.46242 8.95384 7.36242 8.96251C7.26242 8.97117 7.16659 8.94617 7.07492 8.88751L4.99992 7.63751Z" fill="%23FFBB00"/></svg>');
    width: 15px;
    height: 15px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

.trm_details .trm_rating {
    display: flex;
    align-items: center;
    gap: 5px;
}
.long_term_rentals {
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}
.term_rental_itm {
    display: flex;
    flex-direction: column;
    height: 100%;
    user-select: none;
}
.sl_wrapper_outer .swiper-slide {
    height: auto;
}
/* Features Section */
.home_feat_grid {
    background: #F0EBFE;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 45px 80px;
    gap: 45px 24px;
}
.hm_feat_icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6A00FF;
    border-radius: 50%;
}
.hm_feat_itm {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
}
.hm_feat_itm h3 {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 8px;
}
.hm_feat_itm p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/* Renting CTA */
.renting_sf_bg {
    background-size: cover;
    background-position: center;
    padding: 100px 40px;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.renting_safe_txt {
    background: #fff;
    padding: 53px 30px;
    border-radius: 20px;
    max-width: 540px;
}
.renting_safe_txt h2 {
    font-size: 38px;
    font-weight: 800;
    color: #000;
}
.renting_safe_txt p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}

/* Last Sec Home */
.tn_desc_itm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 70px;
}
.tn_desc_itm img {
    width: 100%;
    border-radius: 25px;
    aspect-ratio: 1.63/1;
    object-fit: cover;
}
section#grid_section {
    display: none !important;
}
.tn_desc_itm:last-child {
    margin: 0;
}
.tenant_desc.sec_70 {
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.tn_desc_itm .tn_sec_title {
    margin-bottom: 0 !important;
}
.tn_desc_itm .tn_sec_title p {
    margin: 0;
}
.tn_desc_itm h2 {
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 15px;
}

.tn_desc_itm p {
    margin: 0;
    font-size: 22px;
    color: #000;
    font-weight: 500;
}


/* Home Footer  */
.home_footer {
    background: #F0EBFE;
}

.hm_footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 60px 0 60px 0;
}

.hm_footer_grid .footer_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 17px;
}

.hm_footer_grid  ul {
    padding: 0;
    list-style: none;
}
.follow_icons {
    margin-top: auto;
}

.hm_logo_col {
    display: flex;
    flex-direction: column;
}

.hm_logo_col .follow_icn_wrap a {
    width: 40px;
    display: inline-block;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    transition: 0.3s;
}

.follow_icn_wrap {
    display: flex;
    gap: 10px;
}
.hm_foot_col ul li a {
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.hm_foot_col ul li a img {
    width: 20px;
    aspect-ratio: 1;
}

.hm_copyright {
    background: #585858;
}

.hm_copyright p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
}
/* Style the autocomplete dropdown */
.pac-container {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border: 1px solid #ccc;
    z-index: 9999;
    top: 10px;
}
.pac-item span {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
}
.pac-logo:after {
    margin-bottom: 10px;
    margin-right: 10px;
}
/* Individual suggestion items */
.pac-item {
    padding: 7px 18px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

/* Highlighted item */
.pac-item:hover {
    background-color: #f2f2f2;
}
.map_search_inp input[type="text"] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding: 43px 20px 18px 63px;
}

.map_search_inp .td_label_txt {
    margin-bottom: 27px;
}

.td_holiday_frm2 .map_search_inp input[type="text"] {
    padding-right: 170px;
}

/* Resposive Page CSS */

@media (max-width:1400px) {
    .tn_desc_itm h2 {
        font-size: 30px;
    }
    .tn_desc_itm p {
        font-size: 18px;
    }
    .hm_feat_itm h3 {
        font-size: 20px;
    }
}
@media (max-width:1200px) {
    .cs_banner_text h1 {
        font-size: 40px;
    }
    .cs_banner_text p {
        font-size: 27px;
    }
    .cs_banner_text {
        padding: 75px 0 210px 0;
    }
    .search_bar_sec #tabs-nav li a {
        font-size: 20px;
    }
    .search_bar_sec #tabs-nav {
        margin-bottom: 20px;
    }
    .submit_wrap button span {
        font-size: 18px;
    }
    .submit_wrap button i {
        font-size: 18px;
    }
    .td_holiday_frm .td_label_txt, .td_holiday_frm2 .td_label_txt {
        white-space: nowrap;
        font-size: 19px;
    }
    .home_search {
        margin-top: -111px;
    }
}
@media (max-width:991px) {
    .cs_banner_text p {
        font-size: 22px;
    }
    .slide_title h2 {
        font-size: 28px;
    }
    .home_feat_grid {
        padding: 30px;
    }
    .hm_feat_itm h3 {
        font-size: 18px;
    }
    .hm_feat_itm p {
        font-size: 16px;
    }
    .renting_sf_bg {
        padding: 70px 30px;
    }
    .renting_safe_txt h2 {
        font-size: 28px;
    }
    .renting_safe_txt {
        padding: 38px 20px;
    }
    .td_holiday_form_itm .td_holiday_inp {
        font-size: 16px;
    }
    .tn_desc_itm {
        gap: 25px;
    }
    .tn_desc_itm h2 {
        font-size: 28px;
    }
    .tn_desc_itm p {
        font-size: 16px;
    }
    .tn_desc_itm {
        margin-bottom: 23px;
    }
}
@media (max-width:767px) {
    .cs_banner_text h1 {
        font-size: 34px;
    }
    .cs_banner_text p {
        font-size: 18px;
    }
    .search_bar_sec #tabs-nav li a {
        font-size: 14px;
    }
    .search_bar_sec #tabs-nav li {
        padding: 0;
    }
    .search_bar_sec #tabs-nav {
        gap: 20px;
    }
    .th_icon {
        top: 32px;
        left: 13px;
        width: 28px;
    }
    .home_search {
        margin-top: -72px;
    }
    .td_holiday_form_itm label {
        padding: 10px !important;
        padding-left: 48px !important;
    }
    .td_holiday_frm .td_label_txt, .td_holiday_frm2 .td_label_txt {
        font-size: 17px;
    }
    .search-section .search_filters_tn .dropdown.form-control button, .search-section .search_filters_tn input, .map_view_sec>label, .form-group-tn.price_range_td button {
        width: 100% !important;
    }
    .sl_wrapper_outer {
        flex-direction: column;
        margin-top: 0;
    }
    .sl_btn_wrap {
        margin-bottom: 0;
        justify-content: center;
        margin-top: 30px;
    }
    .slide_title h2 {
        font-size: 22px;
    }
    .slide_title h2::after {
        max-width: 15px;
        display: block;
        line-height: 1;
    }
    .trm_txt h3 a {
        font-size: 16px;
    }
    .sl_btn_wrap .swiper-button-disabled {
        opacity: 0.5;
    }
    .cs_banner_text {
        padding: 75px 0 140px 0;
    }
    .home_feat_grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px 15px;
    }
    .hm_feat_icon {
        width: 50px;
        height: 50px;
    }
    .hm_feat_icon img {
        width: 25px;
    }
    .hm_feat_itm h3 {
        font-size: 16px;
    }
    .renting_sf_bg {
        padding: 80px 10px;
    }
    .renting_safe_txt h2 {
        font-size: 24px;
    }
    .tn_desc_itm {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 35px;
    }
    .tn_desc_itm .tn_descr_txt {
        order: 1;
    }
    .tn_desc_itm h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .map_search_inp input[type="text"] {
        padding: 38px 11px 17px 49px;
    }
    .td_holiday_frm2 .map_search_inp input[type="text"] {
        padding-right: 150px;
    }
    .space_txt {
        padding: 18px 11px;
    }
    .space_txt h3 {
        font-size: 18px;
    }
    .sl_btn_wrap:has(.swiper-button-disabled~.swiper-button-disabled) {
        display: none;
    }
}

/* New Header Footer Styles */
.hh_inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
}
.hh_menu_wrap {
    display: flex;
    gap: 35px;
    /* align-items: center; */
}
ul.hh_menu {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    gap: 34px;
    height: 100%;
}
ul.hh_menu a {
    padding: 0;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    display: block;
    width: 100%;
}
ul.hh_menu li {
    position: relative;
    display: flex;
    align-items: center;
}
ul.hh_menu .home_sub_nav {
    position: absolute;
    padding: 0;
    list-style: none;
    top: 100%;
    background: #f0ebfe;
    padding: 10px 0;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0;
    visibility: hidden;
}
ul.hh_menu .home_sub_nav a {
    white-space: nowrap;
    padding: 4px 22px;
}
ul.hh_menu .home_sub_nav li a {
    width: 100%;
}
ul.hh_menu li:hover ul.home_sub_nav {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
header.home_header {
    background: #fff;
    position: sticky;
    top: 0 !important;
    z-index: 999;
    box-shadow: 0px 8px 24px rgba(149, 149, 149, 0.2);
}
.hdesk_hidden{
    display: none;
}
.sl_btn_wrap:has(.swiper-button-disabled~.swiper-button-disabled) {
    opacity: 0;
    visibility: hidden;
}
.header_overlay{
    display: none;
}
ul.hh_menu a:hover {
    color: #6a00ff;
}
.hh_menu_btn .tn_btn {box-shadow: none;border: 2px solid;font-size: 20px;}
.hm_foot_col ul li a:hover {
    color: #6a00ff;
}
.hm_logo_col .follow_icn_wrap a:hover {
    background: #6a00ff;
    border-color: #6a00ff;
}
.map_view_sec input:checked + .lbl_class {
    background: #6A00FF;
}
.hm_logo_col .follow_icn_wrap a:hover img {
    filter: brightness(0) invert(1);
}
ul.hh_menu a>i {
    font-size: 19px;
    margin-left: 7px;
}
/* Swiper CSS */
.sl_main_wrap:not(.swiper-container-horizontal) .swiper-slide:nth-child(n+6),
.short_term_wrap:not(.swiper-container-horizontal) .swiper-slide:nth-child(n+6),
.long_term_wrap:not(.swiper-container-horizontal) .swiper-slide:nth-child(n+6) {
    display: none;
}
.sl_main_wrap:not(.swiper-container-horizontal) .swiper-slide,
.short_term_wrap:not(.swiper-container-horizontal) .swiper-slide,
.long_term_wrap:not(.swiper-container-horizontal) .swiper-slide  {
    flex: 1;
}
.sl_main_wrap:not(.swiper-container-horizontal) .swiper-wrapper,
.short_term_wrap:not(.swiper-container-horizontal) .swiper-wrapper,
.long_term_wrap:not(.swiper-container-horizontal) .swiper-wrapper{
    gap: 20px;
}

@media (max-width:1400px) {
    ul.hh_menu a {
        font-size: 19px;
    }
    .hh_logo {
        max-width: 190px;
    }
    ul.hh_menu {
        gap: 28px;
    }
    .hm_copyright p {
        font-size: 18px;
    }
}
@media (max-width:1200px) {
    .hh_menu_btn a.tn_btn {
        font-size: 16px;
        white-space: nowrap;
        padding: 17px 17px;
    }
    ul.hh_menu a {
        font-size: 16px;
    }
    .hh_inner {
        padding: 15px 0;
    }
    .hm_foot_col ul li a {
        font-size: 16px;
    }
    .hm_footer_grid .footer_title {
        font-size: 18px;
    }
}
@media (max-width:991px) {
    .hh_menu_main {
        position: fixed;
        background: #fff;
        top: 0;
        right: 0;
        transform: translateX(100%);
        opacity: 0;
        z-index: 9999;
        width: 330px;
        height: 100%;
        padding: 12px;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        /* right: 0; */
    }
    ul.hh_menu {
        flex-direction: column;
        gap: 14px;
        margin-top: 28px;
    }
    .hdesk_hidden{
        display: block;
    }
    .hh_mobile_head {
        display: flex;
        justify-content: end;
    }
    .hh_cross {
        width: 30px;
        display: block;
    }
    .hh_menu_open {
        width: 40px;
        display: block;
    }
    .hh_cross img {
        width: 100%;
    }
    .hh_mobile_head a.hh_brand {
        display: none;
    }
    .hh_menu_wrap {
        gap: 20px;
        align-items: center;
    }
    .header_overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        transform: translateX(100%);
        z-index: 9998;
        top: 0;
        right: 0;
        opacity: 0.5;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        /* right: 0; */
    }
    .hh_menu_active .header_overlay{
        display: block;
        transform: translateX(0);
    }
    .hh_menu_active .hh_menu_main{
        transform: translateX(0);
        opacity: 1;
    }
    .hm_logo_col {
        grid-column: 1/-1;
        align-items: center;
        margin-bottom: 50px;
        gap: 20px;
    }

    .hm_footer_grid {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 50px 0;
    }

    .follow_icons .footer_title {
        text-align: center;
    }
    html:has(.hh_menu_active) {
        overflow: hidden;
    }
    .sl_main_wrap:not(.swiper-container-horizontal) .swiper-slide:nth-child(n+4),
    .short_term_wrap:not(.swiper-container-horizontal) .swiper-slide:nth-child(n+4),
    .long_term_wrap:not(.swiper-container-horizontal) .swiper-slide:nth-child(n+4) {
        display: none;
    }
    ul.hh_menu li ul.home_sub_nav {
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100%;
        box-shadow: none;
        margin-top: 10px;
        display: none;
        transition: unset !important;
    }

    ul.hh_menu li:has(.home_sub_nav) {
        flex-direction: column;
    }

    ul.hh_menu li:has(.home_sub_nav) a {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
}
@media (max-width:767px) {
    .hh_menu_btn a.tn_btn {
        font-size: 14px;
        padding: 14px 13px;
    }
    .hh_menu_wrap {
        gap: 10px;
    }
    .hm_footer_grid {
        grid-template-columns: 1fr;
    }
    .hm_foot_col {
        margin-bottom: 13px;
    }
    .hm_foot_col ul li a {
        margin-bottom: 7px;
    }
    .hm_footer_grid {
        padding: 40px 0;
    }
    .hm_logo_col {
        margin-bottom: 30px;
    }
    .hh_mobile_head a.hh_brand {
        display: block;
    }
    .hh_mobile_head {
        justify-content: space-between;
        align-items: center;
    }
    .hh_mobile_head img.logo {
        width: 140px;
    }
    .hm_foot_col:last-child {
        margin: 0;
    }
    .sl_main_wrap:not(.swiper-container-horizontal) .swiper-slide:nth-child(n+3),
    .short_term_wrap:not(.swiper-container-horizontal) .swiper-slide:nth-child(n+3),
    .long_term_wrap:not(.swiper-container-horizontal) .swiper-slide:nth-child(n+3)  {
        display: none;
    }
}
