@font-face {
    font-family: 'Larken';
    src: url('fonts/Larken/Larken-Regular.woff') format('woff'),
        url('fonts/Larken/Larken-Regular.woff2') format('woff2'),
}

@font-face {
    font-family: 'Larken';
    font-weight: bold;
    src: url('fonts/Larken/Larken-Bold.woff') format('woff'),
        url('fonts/Larken/Larken-Bold.woff2') format('woff2'),
}

@font-face {
    font-family: 'HeyWow';
    src: url('fonts/heywow/HeyWowRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'HeyWow';
    font-weight: 400;
    src: url('fonts/heywow/HeyWowRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'GT Super Display';
    font-weight: 600;
    src: url('fonts/GT-Super-display/GT-Super-Display-Super.woff2') format('truetype');
}

@font-face {
    font-family: 'HeyWow';
    font-weight: 700;
    src: url('fonts/heywow/HeyWowBold.ttf') format('truetype');
}

/* @font-face {
    font-family: "HeyWow Book", sans-serif;
    src: url('fonts/heywow-book/HeyWowBook.ttf') format('truetype');
} */

/* HeyWow Book */
@font-face {
    font-family: 'HeyWow Book';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/heywow/HeyWow-Book.woff2') format('woff2');
}

:root {
    --theme-primary-color: #a2ab94;
    --primary-font: 'GT America';
    --secondary-bg: #f5f2ea;
    --primary-bg: #FCFAF6;
    --theme-bg: #a2ab94;
    --sidebar-width: 224px;
    --header-filter-image-height: 70px;
    --header-filter-height: 50px;
    --header-height: 95px;
    --listing-page-title-height: 103px;
}

:focus {
    border-color: transparent;
    box-shadow: none;
}

:focus-visible {
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    overscroll-behavior: contain;
}

body {
    /* background-color: #FCFAF6; */
    background-color: #fcfaf6;
    overflow-y: unset !important;
}

.dvh-100 {
    height: 100dvh !important;
}

.remove-caret::after {
    display: none;
}

.overflow-hidden {
    overflow-y: hidden !important;
}

nav.navbar.navbar-expand-lg {
    height: 100%;
    padding: 10px 25px;
}

input:focus,
input:focus-within,
input:active,
input:focus-visible {
    box-shadow: none !important;
    /* border-color: #ced4da !important; 
    border: transparent;*/
}

.form-control:focus,
.form-control:focus-within,
.form-control:active,
.form-control:focus-visible {
    box-shadow: none !important;
    /* border-color: #ced4da !important; */
}

.form-select:focus,
.form-select:focus-within,
.form-select:active,
.form-select:focus-visible {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.loc-side-no {
    display: block;
}

div#accordionExample .card-body {
    padding: unset;
}

.listing-interests-filter ul .interest-list.active button {
    background: #a2ab94;
    border-color: #a2ab94;
    color: #fff;
}

@media (min-width: 768px) {

    .header .navbar .nav-link::after {
        content: '';
        /* Required for pseudo-elements */
        display: block;
        position: relative;
        bottom: -3px;
        left: -10%;
        width: 0;
        /* Initial width of the border */
        height: 2px;
        /* Border thickness */
        background-color: #000;
        /* Border color */
        transition: width 0.3s;
        /* Add animation transition */
    }

    /* Animate the border on hover */
    .header .navbar .nav-link:hover::after {
        width: 120%;
        /* Increase the width to 100% on hover */
    }
}

.theme-file-input {
    color: transparent;
}

.theme-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.theme-file-input::before {
    content: 'Upload Profile Image';
    color: #212529;
    display: inline-block;
    background: transparent;
    border: 1px solid #212529;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 1em;
    border-radius: 50px;
    padding: 10px;
}

.theme-file-input:hover::before {
    border-color: #212529;
}

.theme-file-input:active {
    outline: 0;
}

/* .theme-file-input:active::before {
    //background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
} */

.profile-menu-list li {
    padding: 6px 0;

}

.profile-menu-list li a {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 1;
}

.profile-menu-list li a:hover {
    text-decoration: none;
}

.slider-checkbox-green:checked {
    background-color: #A2AB94;
    border-color: #A2AB94;
}

.checkbox-green {
    height: 18px;
    width: 18px;
    border-radius: 0 !important;
    background-color: transparent;

}

.checkbox-green:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #A2AB94;
    border-color: #A2AB94;
}

/* #detail-container {
    overflow-y: scroll;
    height: calc(100vh - 95px)
} */

.nearby-cat button {
    margin: 0 5px;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    padding: 12px 20px;
    border-radius: 8px;
    white-space: nowrap;
    min-width: 70px;
    outline: none;
    position: relative;
    background: transparent;
    font-weight: 500;
    color: #1a1a1a;
}

.smooth-image {
    transition: opacity 1s;
}

.image-visible {
    opacity: 1;
}

.image-hidden {
    opacity: 0;
}

.full-item .list-direction a {
    font-size: 14px;
}

.ld-featured-container .ld-featured-img:nth-child(1) {
    min-width: 55%;
    height: auto;
    max-width: 55%;
}

.ld-featured-img {
    max-height: 500px;
}

.ld-featured-img img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.ld-featured-container .iti-featured-img:nth-child(1) {
    min-width: 55%;
    height: auto;
    max-width: 55%;
}

.iti-featured-img {
    max-height: 250px;
}

.iti-featured-img img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.localtip-subtitle {
    font-size: 20px;
    font-family: "Larken";
    font-weight: bold;
}

.gg-box .ft-lft {
    width: 48%;
}

.gg-box .ft-middle {
    width: 25%;
    position: absolute;
    right: 26%;
    top: 0;
    object-fit: cover;
    height: 100%;
    transition: ease 0.35s;
}

.gg-box .ft-ryt {
    width: 25%;
}

.list-item .item-cat {
    color: #212529;
    /* color: rgb(0 0 0 / 50%); */
}

.page-title-ff-1 {
    font-size: 60px;
    margin-bottom: 50px;
    font-family: 'Larken';
    font-weight: bold;
}

.divider-around:before {
    content: "";
    display: inline;
    width: 40%;
    border-top: 1px solid #212529;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 50%;
}

.divider-around:after {
    content: "";
    display: inline;
    width: 40%;
    border-top: 1px solid #212529;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 50%;
}

.subs-featured-img {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.fi-btn-group a {
    background: #A2AB94;
    border: 1px solid #a2ab94;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'GT America';
    border-radius: 0;
    text-transform: unset;
    text-decoration: none;
    /* font-size: 1em;
    letter-spacing: .8px; */
    cursor: pointer;
}

.fi-btn-group a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;

}

#marketing-modal-step-1 .modal-content {

    /* background: rgba(51, 51, 51, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    border: 0;
    background: url('/images/noise-white.d46048a5.png');
    background-position: left top;
    background-size: 63px 89px;
    background-repeat: repeat; */
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.33);
    border-radius: 0;
    border: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(25px) saturate(2);
    -webkit-backdrop-filter: blur(25px) saturate(2);
}

.modal-backdrop {
    /* background-color: transparent !important; */
}

#marketing-modal-step-1.modal {
    /* --bs-backdrop-bg:#000; */
    background-color: rgba(0, 0, 0, 0.0);
    /* Darker overlay */

}

#marketing-modal-step-1 .inset-bg {
    background: url('/images/noise-white.d46048a5.png');
    background-position: left top;
    background-size: 63px 89px;
    background-repeat: repeat;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: fixed;
}

#marketing-modal-step-1 .blur-content {

    backdrop-filter: blur(25px) saturate(2);
    background-color: rgba(51, 51, 51, 0.5);


}

#listing-lightbox .carousel-item img,
#listing-lightbox .carousel-item video {
    max-height: 70vh;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

#listing-lightbox .carousel-indicators video,
#listing-lightbox .carousel-indicators img {
    width: 120px;
    height: 120px;
    object-fit: "cover";
    object-position: "center center";
}

#listing-lightbox .carousel-control-next {
    right: 0 !important;
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-right.svg) !important;
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#listing-lightbox .carousel-control-prev {
    right: 0 !important;
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-left.svg) !important;
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#listing-lightbox .btn-close {
    top: 2%;
    right: 2%;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    padding: 5px;
    filter: none !important;
}
.listing-lightbox .btn-close{
    filter: none !important;
}

.listing-lightbox .carousel-item img,
.listing-lightbox .carousel-item video {
    max-height: 70vh;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

.listing-lightbox .carousel-indicators video,
.listing-lightbox .carousel-indicators img {
    width: 120px;
    height: 120px;
    object-fit: "cover";
    object-position: "center center";
}

.listing-lightbox .carousel-control-next {
    right: 0 !important;
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-right.svg) !important;
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.listing-lightbox .carousel-control-prev {
    right: 0 !important;
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-left.svg) !important;
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.listing-lightbox .btn-close {
    top: 2%;
    right: 2%;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    padding: 5px;
    z-index: 9999;
}

.fi-btn-group a.listing-detail-add-to-list {
    background: transparent;
    border: transparent;
    color: #212529;

}

.fi-btn-group a.listing-detail-add-to-list i {
    color: #A2AB94;
    font-size: 22px;
}

.fi-btn-group a.listing-detail-add-to-list:hover {
    color: #A2AB94;

}


.listing-detail-add-to-list .active-icon {
    display: none;
}

.listing-detail-add-to-list .inactive-icon {
    display: inline-flex;
}

.listing-detail-add-to-list:hover .active-icon {
    display: inline-flex;
}

.listing-detail-add-to-list:hover .inactive-icon {
    display: none;
}


.listing-interests-filter ul li button.cat-btn:hover,
.listing-interests-filter ul li button.cat-btn:active {
    background: #a2ab94;
    border-color: #a2ab94;
    color: #fff;
}

.home.no-sidebar {
    background-color: #fcfaf6;
}

footer#footer {
    background-color: #fcfaf6;
}

/***** Subscription Pages *****/
.subscription-title {
    font-family: "larken";
    font-weight: bold;
    font-size: 45px;
    text-transform: capitalize;
}

.upcoming-issue-info {
    font-family: 'GT America';
}

.upcoming-issue-info-title {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}

.upcoming-issue-info-description {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

.subscription-detail-title {
    font-family: 'GT America';
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.subscription-card {
    background-color: var(--secondary-bg);
}

.subscription-btns,
.subscription-btns:hover {
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 'GT America';
    padding: 12px 15px;
    letter-spacing: .5px;
}

/***** Subscription Pages *****/

/***** Subscribe Page *****/
.signup-form.sub-issues input {
    position: relative !important;
}

.signup-form {
    padding: 0;
    height: auto;
    background-color: unset;
}

.signup-form .sign-btns {
    margin: 0
}

.mt-100 {
    margin-top: 100px;
}

.save-pop .listsname .lst-nm.active,
.save-pop .listsname .lst-nm:hover {
    /* border: 1px solid #E2B098; */
    background: #E2B098;
}

.modal-title {
    font-weight: 900;
}

.modal-content {
    border-radius: 13px;
}

.fi-title {
    font-family: "Larken";
    font-weight: bold;
}

.modal-body {
    color: #3b3b3b;
}

.lp-sidebar {
    background-color: #f5f2ea;
}

#location-sidebar-menu li a,
#location-sidebar-menu li:nth-child(1) {
    color: #000;
    padding: 5px 7px;
    font-size: 15px;
}

.serch-lists ul li a.active {
    background: #fef6f2;
    border-radius: 5px;
}

.img-thumbnail {

    border-radius: 33px;

    width: 61px;

    height: 61px;

}



.fab:before {

    position: relative;

    /*  top: 13px; */

}



.smd {

    width: 200px;

    font-size: small;

    text-align: center;

}



.modal-footer {

    display: block;

}



.ur {

    border: none;

    background-color: #e6e2e2;

    border-bottom-left-radius: 4px;

    border-top-left-radius: 4px;

}



.cpy {

    border: none;

    background-color: #e6e2e2;

    border-bottom-right-radius: 4px;

    border-top-right-radius: 4px;

    cursor: pointer;

}



button.focus,

button:focus {

    outline: 0;

    box-shadow: none !important;

}



.ur.focus,

.ur:focus {

    outline: 0;

    box-shadow: none !important;

}



.message {

    font-size: 11px;

    color: #ee5535;

}



.weekly-email-sec .container {

    background: #ede8e6;

}

section.weekly-email-sec p {

    text-align: center;

}

button.btn.btn-primary.mx-auto {

    background-color: #a3ac95;

    font-size: 23px;

    border: 1px solid #a3ac95;

    border-radius: 0;

    padding: 10px 30px;

}

/*.weekly-sub {*/

/*    display: none;*/

/*}*/

.hidden_thank-confirm {

    width: 65%;

    margin: 0 auto;

}

div#exampleModal .modal-content {

    border-radius: 0px;

}

@media screen and (max-width:767px) {

    .hidden_thank-confirm {

        width: 100%;

    }

}



.sub-now {

    border: 2px solid #d4d7d7;
    height: 100%;



}

.sub-now label {

    display: block;

    margin-bottom: 0;

    min-height: 480px;

    flex-direction: column;

}

.icons-free {

    width: 16px;

}

button.btn.btn-darker {

    background: #000;

    color: #fff;

    border-radius: 0px;

    padding: 12px 40px;

}

.fi-image-wd {
    height: 120px;
    object-fit: cover;
}

.signup-form.Subscribe .slct-bx.pr-3.m-0 {

    position: unset;

    top: 0;

}

.nearby-container .list-item:hover {
    background-color: #A2AB94;
    border-color: #A2AB94;
}

.skeleton-loader {
    border: 0 !important;
}

.skeleton-loader:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.nearby-container .list-item {
    border: 1px solid #d9d9d9;
}

.sub-now p {

    font-size: 15px;

}

.addborder {

    border-color: #008078;

}

.sub-now span {

    color: #717171;

}

.Subscribe h3 {

    font-size: 25px;

    font-weight: bold;

}

.sub-now p {

    font-size: 15px;

    text-align: left;

    /* font-weight: bold; */

}

label {
    cursor: pointer;
}

button.subs-up {
    background: #A2AB94;
    border: 1px solid #a2ab94;
    padding: 5px 10px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'GT America';
}

.loc-filter-actv input[type='checkbox'] {
    border-radius: 0;
    background-color: transparent;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.serch-lists ul li a:hover {
    background: #a2ab94;
    border-radius: 0;
}

.login-popup .modal-content .inner-body-text {
    cursor: pointer;
}

/******* Scoll Bar csss **********/
/* Hide scrollbar track and buttons */
.lp-sidebar ul.tab-list::-webkit-scrollbar {
    /* width: 12px; */
    /* Adjust the width as needed */
    /* background-color: transparent; */
}

.lp-sidebar ul.tab-list::-webkit-scrollbar-track {
    /* display: none; */
}

.item-panel {
    min-height: calc(100vh - 95px);
}

@media (max-width: 575px) {
    .item-panel {
        min-height: 100%;
        display: inline-block !important;
    }

    .showListmap-v2 {
        top: 95px !important;
    }
}

.showListmap .listing-fi-wrap {
    height: calc(100vh - 280px);
}

.showListmap .collection-fi-wrap {
    height: calc(100vh - 190px);
}

.showListmap .upVotes-fi-wrap {
    height: calc(100vh - 110px);
}

.lp-sidebar ul.tab-list::-webkit-scrollbar-button {
    /* display: none; */
}

.lp-sidebar ul.tab-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);

    /* Change the color as needed */

    /* Adjust the border-radius for a rounded look */
}

.nearby-section::-webkit-scrollbar {
    width: 6px;
}

.nearby-section::-webkit-scrollbar {
    /* width: 12px; */
    /* Adjust the width as needed */
    background-color: transparent;
}

.nearby-section::-webkit-scrollbar-track {
    display: none;
}

.nearby-section::-webkit-scrollbar-button {
    display: none;
}

.nearby-section::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);

    /* Change the color as needed */

    /* Adjust the border-radius for a rounded look */
}

/* Style the scrollbar thumb */
/******* Scoll Bar csss **********/
.full-item .list-item {
    margin-bottom: unset;
}

.save-pop .listsname .lst-nm {
    cursor: pointer;
}

.new-cllctn button.btn {
    width: 100%;
    float: unset;
    margin: unset;
    padding: 8px 0;
}

.new-cllctn input[type="text"] {
    width: 100%;
}

.tab-list .tl-title {
    top: -1px;
    background-color: #f5f2ea;
}

.lp-sidebar .tab-list {
    padding: 0;
}

.theme-btn {
    background-color: #525e31;
}

.fi-btn-group {
    margin: unset;
}

.lp-sidebar .tab-list li a {
    transition: none;
}

.lp-sidebar .tab-list li {
    padding: 0 2px;
    /* transition: none; */
}

.lp-sidebar .tab-list li a {
    padding: 5px 7px 3px 7px;
    border-radius: 0;
}

.lp-sidebar .tab-list li a,
.lp-sidebar .tab-list li span {
    font-size: 15px;
}

.lp-sidebar .tab-list li.trend a:hover {
    background-color: #a2ab94 !important;
}

ul.loc-side-no li a:hover {
    background-color: #a2ab94 !important;
}

small.clear-filters {
    cursor: pointer;
}

.lp-sidebar .tab-list li.trend {
    background-color: transparent;
    transition: none;
}

.lp-sidebar .tab-list li.trend a,
.lp-sidebar .tab-list li.trend a:visited,
.lp-sidebar .tab-list li.trend a:focus,
.lp-sidebar .tab-list li.trend a:active,
.lp-sidebar .tab-list li.trend a:focus-visible {
    background-color: inherit !important;
    font-family: 'Larken';
}

.lp-sidebar .tab-list li a:hover,
.lp-sidebar .tab-list li a:active,
.lp-sidebar .tab-list li a:focus,
.lp-sidebar .tab-list li a:focus-visible,
.lp-sidebar .tab-list li a:visited,
.lp-sidebar .tab-list li a.active {
    background-color: inherit;
    border: 0
}

.loc-filter-actv input[type='checkbox']:checked {
    border: 2px solid #A2AB94;
    border: 0;
    background: #A2AB94;
}

.loc-filter-actv input[type='checkbox']:focus {
    box-shadow: none;
}

.loc-filter-actv .form-check label {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: unset;
    vertical-align: middle;
    font-weight: 400;
}

.loc-filter-actv input[type='checkbox']:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    line-height: normal;
    opacity: 0;
    text-align: center;
    transform: scale(0);
    transition: opacity .1s cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1);
    /* background: url(../../listing-icons/check-check.webp); */
    background: url(../../listing-icons/checkbox-tick.svg);
    background-size: cover;
    top: 5px;
    position: relative;
    left: 4px;

}

.loc-filter-actv input[type='checkbox']:checked:before {
    opacity: 1;
    transform: scale(1);
}

/* input[type="checkbox"]:checked+label {

    background: red;

} */

.signup-form.Subscribe {

    padding-top: 0 !important;

    height: 100%;

}



/* Subscribe form Css start */
.inputs-checkout {

    max-width: 500px;

    width: 100%;

    text-align: left;

    margin: 0 auto;

}

.inputs-checkout label {

    width: 100%;

}

.inputs-checkout input {

    width: 100%;

    height: 50px;

}

div#btn-subs button {

    width: 160px;

    height: 50px;

    background: #000;

    color: #fff;

    border: 1px solid #000;
    margin-bottom: 30px;

}

.sign-process-ln {

    max-width: 600px;

    margin: 0 auto;

}

.signup-form .step {

    height: 15px;

    width: 15px;

    margin: 0 2px;

    background-color: #bbbbbb;

    border: none;

    display: inline-block;

    opacity: 0.5;

}

.signup-form .sign-process-ln span.step {

    width: 22%;

    height: 8px;

    vertical-align: middle;

    margin: 0;

    padding: 0;

    margin-left: 0px;

}

.signup-form .sign-process-ln span.step:first-child {

    margin-left: 10px;

    border-radius: 10px 0px 0px 10px;

}

.signup-form .step.active {

    opacity: 1;

}

.signup-form .step.finish {

    background-color: #ff6100;

    opacity: 1;

}

.signup-form .sign-process-ln span.step:last-child {

    border-radius: 0 10px 10px 0;

}

.signup-form.sub-issues .slct-bx.pr-3.m-0 {

    position: relative;

}

.signup-form.sub-issues input {

    position: absolute;

    left: 18px;

    top: 50%;

    width: 24px;

    height: 24px;

    appearance: none;

    border: 1px solid #d9d9d9;

    border-radius: 4px;

    z-index: 99;

    transform: translate(0px, -50%);



}

.signup-form.sub-issues .sub-now:hover input {

    border: 2px solid #008078;

}

.signup-form.sub-issues .slct-bx input:checked {

    border: 2px solid #008078;

    background: #008078;

}

.signup-form.complete-signup-form .slct-bx input:checked {
    border: 2px solid #008078;
    background: #008078;
}

/* .signup-form.complete-signup-form .slct-bx input:active,.signup-form.complete-signup-form .slct-bx input:focus{
    border: 2px solid #008078;
} */

.signup-form.sub-issues .slct-bx input[type=checkbox]:before,
.signup-form.sub-issues .slct-bx input[type=radio]:before {

    content: "";

    width: 18px;

    height: 18px;

    display: block;

    line-height: normal;

    opacity: 0;

    text-align: center;

    transform: scale(0);

    transition: opacity .1s cubic-bezier(.4, 0, .2, 1), transform .1s cubic-bezier(.4, 0, .2, 1);

    background: url(../../listing-icons/check-check.webp);
    background-size: cover;

    top: -7px;

    position: relative;

    left: -9px;

}

.signup-form.sub-issues .slct-bx input[type=checkbox]:checked:before,
.signup-form.sub-issues .slct-bx input[type=radio]:checked:before {

    opacity: 1;

    transform: scale(1);

}

.signup-form div#btn-subs {

    text-align: center;

    /* margin-top: 50px; */

}

.signup-form.sub-issues .slct-bx input:focus {

    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #008078;

}

.inputs-checkout input {

    width: 100%;

    height: 50px;



    background: transparent;

    border: 1px solid #000;
    padding: 15px;

}

.signup-form div#btn-subs button#prevBtn {

    display: none;

}

.inputs-checkout select {
    height: 50px;
    width: 100%;
    background: transparent;
    /* margin-bottom: 20px;
    padding: 8px 15px; */
    border: 1px solid #000;
}

.step-checkout {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
}

.magazine-info {
    background: #fff;
    margin-bottom: 30px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.magazine-info img {
    width: 75px;
    height: 65px;
    object-fit: cover;
}

.magazine-info .magazine-name h3 {
    font-size: 20px;
    margin: 0 45px 0 15px;
}

.magazine-price {
    font-size: 15px;
    font-weight: 500;
}

.magazine-total {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.magazine-total table {
    width: 100%;
}

.magazine-total table tr {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #dbdbdb;
}

.magazine-total table tr.totl-mag {
    border-bottom: 0px;
}

.card-enter {
    max-width: 600px;
    margin: 0 auto;
}

.input-cards {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.input-cards input {
    border: none;
}

.input-cards input.cards {
    width: 75%;
}

.input-cards input.cards-mm {
    width: 10%;
    text-align: right;
}

.input-cards input.cards-yy {
    width: 10%;
}

.card-enter span {
    font-size: 16px;
    color: #a3a2a2;
}

.card-enter img {
    max-width: 265px;
    width: 100%;
    margin-top: 10px;
}

/* Subscribe form Css end */

@media screen and (max-width:767px) {

    .sub-now {

        margin-bottom: 20px;

    }

    .sub-now label {
        min-height: auto;
    }

    .sign-process-ln {

        margin-bottom: 0 !important;
    }

    .signup-form div#btn-subs {
        margin-top: 32px;
    }

    .magazine-info,
    .inputs-checkout {
        margin-top: 40px;
    }

    .magazine-info img {
        width: 50px;
        height: 58px;
        margin-right: 15px;
    }

}

/***** Subscribe Page *****/

.full-item {
    display: block !important;
}

.bg-clr-sec {
    background-color: #FCFAF6;
}

.list-chck.active {
    color: #ff4c37;
    border-color: #ff4c37;
}

.list-chck-sub.active {
    color: #ff4c37;
    border-color: #ff4c37;
}

.lp-sidebar .tab-list li.trend a {
    text-decoration: none;
}

.list-item .item-image {
    margin-bottom: 10px;
}

.listing-interests-filter ul li a {
    text-align: center;
}

.listing-interests-filter ul li a,
.lp-sidebar .tab-list li a,
.lp-sidebar .tab-list li span {
    text-decoration: none;
}

.list-chck.active {
    color: #ff4c37;
    border-color: #ff4c37;
}

.list-chck-sub.active {
    color: #ff4c37;
    border-color: #ff4c37;
}

.gm-style-iw-d {
    overflow: visible !important;
}

.gm-style .gm-style-iw {
    background-color: white !important;
    top: 0 !important;
    left: 0 !important;
    width: 200px !important;
    min-height: 120px !important;
    display: block !important;
}

.gm-style .gm-style-iw-c,
.gm-style-iw-d {
    padding: 0px !important;
}

.gm-style-iw-d .content {
    font-size: 12px;
    padding: 15px;
}

.gm-style-iw-d h3 {
    font-size: 22px;
}

.gm-style-iw-d .bodyContent p {
    font-size: 12px;
}

.contact-title {
    font-size: 60px;
    font-weight: 700;
    font-family: "Larken";
}

.contact-sub-title {
    font-size: 22px;
}

.popupimg {
    height: 135px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .sidebar-cat ul.tab-list::-webkit-scrollbar {
    display: none !important;
} */
.listing-interests-filter {
    margin: 15px auto;
    padding: 0;
}

.listing-interests-filter-archive {
    margin: 0;
}

@media screen and (max-width:767px) {
    .listing-interests-filter-archive {
        margin: 10px 0 0 0;
    }
}


.feature-text-v2 {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 8px;
    left: 6px;
    height: auto;
}

.feature-text-v2 p {
    padding: 5px 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    font-family: 'Larken';
}

.magazine-feature-text-v1 p {
    padding: 5px 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    font-family: 'Larken';
    width: fit-content;
}
.score-content-say{
    font-size: 45px;
}
.magazine-feature-text-v1 {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 8px;
    left: 6px;
    height: auto;
}

.distance-featured-v1 {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 8px;
    right: 6px;
    height: auto;
}

.distance-featured-v1 p {
    padding: 5px 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.save-box-v2 {
    position: absolute;
    bottom: 12px;
    left: 6px;
    display: inline-block;
    width: auto;
    height: auto;
}

.listing-icons .li-wrap .img-icon,
.tag .img-icon {
    width: 35px;
    font-size: 35px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listing-interests-filter {
    text-align: left;
}

@media screen and (max-width:767px) {

    .listing-icons .li-wrap .img-icon,
    .tag .img-icon {
        width: 30px;
    }

    .listing-interests-filter ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

span.img-icon img {
    width: 100%;
    height: 100%;
}

li.first-pallete h5 {
    padding-top: 5px;
}

@media (prefers-reduced-motion: no-preference) {

    /* list-container */
    :root {
        scroll-behavior: smooth;
    }
}

.loading-container {
    width: 100%;
    text-align: center;
    margin: 2rem auto;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


#location-archive li span,
#location-detail li span {
    text-decoration: none;
    background-color: #dddddd;
    transition: 0.5s;
    color: #000;
    display: block;
    padding: 4px 8px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 5px;
}

.nearby-types .owl-nav button {
    display: flex !important;
    position: absolute;
    top: 0;
    border-radius: 50% !important;
    background: #fff !important;
    color: black !important;
    width: 28px;
    height: 28px;
    align-items: center !important;
    justify-content: center !important;
    border: 0;
    opacity: 0.9;
    box-shadow: 0px 0px 20px 7px #ede8e6;
}

.nearby-types .owl-nav .owl-prev {
    left: 0;
}

.nearby-types .owl-nav .owl-next {
    right: 0;
}

.nearby-types .owl-nav .owl-next.disabled,
.nearby-types .owl-nav .owl-prev.disabled {
    display: none !important;
}

/* .nearby-types .owl-stage-outer{    
    padding: 0 30px;    
}
 */
.serch-modl .srch-list-btn {
    color: #212529;
}

@media (min-width: 992px) {
    .fi-image-wd {
        height: 120px;
    }
}

@media (min-width: 1400px) {
    .fi-image-wd {
        height: 120px;
    }
}

/** NEW STYLE FOR RESPONSIVE HEADER **/
.filterbyloc-mob {
    display: none;
}

.dropdown.login-img .dropdown-menu {
    left: -65px;
    width: 110px;
    background-color: #fcfaf6;
}

@media (max-width: 767px) {
    .list-item .item-image {
        height: auto;
    }
}


@media (max-width: 575px) {
    ::-webkit-scrollbar {
        width: 3px;
    }

    /*html body,
    body main#pagebuilder,
    body #app {
         overflow: scroll; 
    }*/

    .listing-page-wrap .header {
        border-bottom: none;
        /* height: 67px; */
    }

    /* .listing-page-wrap .header nav.navbar.navbar-expand-lg {
    padding-top: 4px;
    padding-bottom: 4px;
    } */
    .listing-page-wrap .listings {
        padding-top: 150px !important;
    }

    .listing-page-wrap div#navbarSupportedContent {
        top: 150px;
    }

    /**/
    .mob-sidebar {
        display: none;
    }

    .lp-sidebar {
        display: block;
        width: calc(100% - 80px);
        position: fixed;
        left: 0;
        top: 14px;
        z-index: 1000;
        background-color: #fcfaf6;
        height: auto;
    }

    .lp-sidebar .tab,
    .lp-sidebar #categories,
    .lp-sidebar #locations .tab-list li,
    .lp-sidebar #locations .tab-list li ul {
        display: none;
    }

    .listing-page-wrap .lp-sidebar #locations .tab-list>li:first-child {
        display: flex !important;
        justify-content: space-around;
    }

    .lp-sidebar #locations .tab-list>li:first-child .input-group {
        display: block;
        width: 49%;
    }

    .lp-sidebar #locations .tab-list>li:first-child .input-group .fa {
        display: none !important;
    }

    .lp-sidebar #locations .tab-list>li:first-child .form-control {
        width: 100%;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 13px;
        padding: 9px 10px !important;
        border-radius: 0;
        border: none;
    }

    .lp-sidebar #locations .tab-list>li:first-child .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .lp-sidebar #locations .tab-list>li:first-child .form-control::-moz-placeholder {
        color: #fff;
    }

    .lp-sidebar #locations .tab-list>li:first-child .form-control:-ms-input-placeholder {
        color: #fff;
    }

    .lp-sidebar #locations .tab-list>li:first-child .form-control:-moz-placeholder {
        color: #fff;
    }

    .filterbyloc-mob {
        width: 49%;
        display: block;
    }

    .filterbyloc-btn {
        background-color: #000;
        color: #fff;
        border: none;
        outline: none;
        font-size: 13px;
        padding: 9px 10px;
        width: 100%;
    }

    .lp-sidebar .tab-list {
        height: auto;
    }

    /* filter By Location Popup */

    #filterByPopup .modal-dialog,
    #searchopen .modal-dialog {
        transition: transform .15s ease-out;
    }

    #filterByPopup .modal-dialog,
    #searchopen .modal-dialog {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100% !important;
        margin: 0;
        transform: translateY(100%) !important;
    }

    #filterByPopup.show,
    #searchopen.show {
        overflow: hidden;
    }

    #filterByPopup.show .modal-dialog,
    #searchopen.show .modal-dialog {
        transform: translateY(0%) !important;
    }

    /* .modal.fade:not(.show)#filterByPopup .modal-dialog {
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
    } */
    #filterByPopup .modal-body,
    #searchopen .modal-body {
        overflow: auto;
    }

    #filterByPopup .modal-dialog,
    #searchopen .modal-dialog {
        margin: 0;
        width: 100%;
    }

    #filterByPopup .modal-content,
    #searchopen .modal-content {
        border-radius: 0;
        border: none;
        height: 80vh;
    }

    #filterByPopup .modal-body .filterByPopup-title {
        font-family: 'Larken';
    }

    #filterByPopup .modal-header .btn-close {
        top: 0px
    }

    #filterByPopup .btn-link {
        color: #815b20;
        font-size: 13px;
    }

    #filterByPopup .btn-viewResult {
        background-color: #000;
        color: #fff;
        font-size: 13px;
        padding: 9px 20px;
        border-radius: 0;
    }

    nav.navbar.navbar-expand-lg {

        padding: 10px 0;
    }

    /**/
    .item-panel-v2 {
        /* padding-top: 65px; */
        padding-top: 20px;
    }

    .all-trails {
        position: fixed;
        top: 95px;
        left: 0;
        z-index: 9;
        height: auto;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.075); */
        overflow: hidden;
    }

    .all-trails-v2 {
        /* height: 60px; */
        height: auto;

    }

    .all-trails-v3 {
        top: 80px;
    }

    .list-panel {
        min-height: calc(100vh - 95px);
    }
}

/**/
@media screen and (max-width:575px) {
    .list-detail-view {
        margin-top: 0 !important;
    }
}

/** NEW STYLE **/
/* ::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #a2ab94;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 2px;
} */

.home-search {
    padding-right: 120px;
    margin-top: 70px;
}

.home-search-regions li {
    padding: 10px 0px;
    font-size: 22px;
    font-family: 'GT America';
}

.hm-int input[type="text"] {
    height: 60px;
    font-size: 20px;
    padding: 4px 20px;
    font-family: 'GT America';
}

.home-select-container {
    height: 60px;
    font-size: 20px;
    padding: 0;
    font-family: 'GT America';
    border: 1px solid #fff;
    width: 100%;
    border-radius: 0px;
    outline: none;
}

.home-select__control {
    max-height: 60px;
    border: 0 !important;
}

.home-select__placeholder {
    padding: 0 20px;
    font-size: .9em;
}

.home-select__input {
    height: 60px !important;
    font-size: 20px !important;
    padding: 4px 20px !important;
    font-family: 'GT America' !important;
    width: 100% !important;
    display: inline-block !important;
}

.home-select__indicators {
    display: none !important;
}

.home-select__value-container {
    padding: 0 !important;
    display: inline-flex;
    max-height: 60px;
    align-items: center;

}

.home-select__input-container {
    padding: 0;
    margin: 0 !important;
    height: 60px;
    display: inline-block !important;
}

.home-search button.srch-btn {
    width: 115px;
    height: 60PX;
    font-size: 20px;
    font-family: 'GT America';
    position: absolute;
    margin-top: 0;
}

/**/
.home p.wl_txt,
.h-logos+.h-bt a,
.list-wrap .list-inf,
.list-wrap .view-all,
.sec-mg-t2 h3,
.sec-mg-t2 p {
    font-family: 'GT America';
}

.home h3.lp-title-cat {
    font-family: "Larken";
    font-weight: bold;
}

.bg-clr-sec h3.lp-title-cat {
    margin-bottom: 50px;
}

/* .home p.wl_txt a:hover {
    font-weight: bold;
} */

@media (min-width: 575px) {
    .home p.wl_txt {
        letter-spacing: 0.5px;
    }

    .home p.wl_txt a {
        padding: 0 4px;
    }
}

@media screen and (max-width:575px) {
    .home p.wl_txt a {
        font-size: 14px;
    }
}

/**/
.new-list-wrap {
    margin-top: 150px;
    margin-bottom: 100px;
}

.new-list-item {
    display: block;
    padding: 2rem;
    text-decoration: none;
}

a.new-list-item:hover {
    color: #000;
}

.new-list-item h3 {
    font-family: 'Larken';
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 2px;
}

.new-list-item p {
    font-family: 'GT America';
    font-size: 20px;
    line-height: 1.2;
}

/* Visit */
.list-item-visit {
    background-color: #E2875E;
    height: 100%;
}

.new-visit-imgs {
    position: relative;
    height: 306px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.new-visit-imgs img {
    position: absolute;
    transform-origin: 50% 100%;
    display: block;
    transform-style: preserve-3d;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 1px 0.4px rgba(0, 0, 0, .03), 0 2px 0.8px rgba(0, 0, 0, .04), 0 3px 1.6px rgba(0, 0, 0, .043), 0 5px 2.9px rgba(0, 0, 0, .047), 0 9px 5.3px rgba(0, 0, 0, .047), 0 15px 10.4px rgba(0, 0, 0, .05), 0 31px 22.8px rgba(0, 0, 0, .055);
}

.new-visit-imgs .visit-img1 {
    top: 0%;
    left: 21%;
    z-index: 1;
    transform: rotate(-15deg);
}

.new-visit-imgs .visit-img2 {
    top: 0%;
    left: 41%;
    z-index: 0;
    transform: rotate(0deg);
}

/* .list-item-visit:hover .visit-img1 {
    transform: rotate(-21deg);
}
.list-item-visit:hover .visit-img2 {
    transform: rotate(10deg);
} */
/* Accommodation */
.list-item-accmdtn {
    background-color: #ABAF95;
    height: 348px;
    position: relative;
    display: flex;
    align-items: end;
}

.new-accmdtn-imgs {
    position: absolute;
    right: -8px;
    top: -120px;
    height: 306px;
    width: 346px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.new-accmdtn-imgs img {
    position: absolute;
    display: block;
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 1px 0.4px rgba(0, 0, 0, .03), 0 2px 0.8px rgba(0, 0, 0, .04), 0 3px 1.6px rgba(0, 0, 0, .043), 0 5px 2.9px rgba(0, 0, 0, .047), 0 9px 5.3px rgba(0, 0, 0, .047), 0 15px 10.4px rgba(0, 0, 0, .05), 0 31px 22.8px rgba(0, 0, 0, .055);
}

.new-accmdtn-imgs .accmdtn-img1 {
    top: -3%;
    left: 21%;
    z-index: 1;
    transform: rotate(-15deg);
}

.new-accmdtn-imgs .accmdtn-img2 {
    top: 0%;
    left: 41%;
    z-index: 0;
    transform: rotate(0deg);
}

/* .list-item-accmdtn:hover .accmdtn-img1 {
    transform: rotate(-21deg);
}
.list-item-accmdtn:hover .accmdtn-img2 {
    transform: rotate(10deg);
} */
/* Cafes */
.list-item-cafes {
    background-image: url(../../images/new-listing-imgs/Cafes-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 348px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.cafe-video,
.restrnt-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.item-cafes-inner {
    position: absolute;
    left: 0;
    /* right: 0; */
    top: 0;
    /* bottom: 0; */
    background-color: rgba(216, 205, 195, 0.57);
    padding: 2rem;
    display: flex;
    align-items: end;
    z-index: 99;
    width: 100%;
    height: 100%;
}

/* Restaurants */
.list-item-restrnt {
    background-color: #705868;
    height: 348px;
    padding-bottom: 0;
    overflow: hidden;
}

.new-restrnt-imgs {
    overflow: hidden;
    height: 228px;
}

.new-restrnt-imgs img {
    width: 100%;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
}

/* .list-item-restrnt:hover .restrnt-img1 {
    top: -34px;
} */
/* Our Magazine */
.list-item-magazine {
    background-color: #D9CEC4;
    height: 348px;
}

.new-magazine-imgs {
    margin: 32px 0;
    overflow: hidden;
}

.new-magazine-imgs-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 0;
    transition: all .4s ease-in-out;
}

/* .list-item-magazine:hover .new-magazine-imgs-inner {
    left: -145px;
} */
.new-magazine-imgs img {
    margin-right: 16px;
}

/* Shops */
.list-item-shop {
    background-color: #854F25;
    height: 348px;
}

.new-shop-imgs {
    position: relative;
    width: 262px;
    height: 186px;
    margin: 50px auto 0 auto;
}

.new-shop-imgs img {
    position: absolute;
    display: block;
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 1px 0.4px rgba(0, 0, 0, .03), 0 2px 0.8px rgba(0, 0, 0, .04), 0 3px 1.6px rgba(0, 0, 0, .043), 0 5px 2.9px rgba(0, 0, 0, .047), 0 9px 5.3px rgba(0, 0, 0, .047), 0 15px 10.4px rgba(0, 0, 0, .05), 0 31px 22.8px rgba(0, 0, 0, .055);
}

.new-shop-imgs .shop-img1 {
    top: 0%;
    left: 0;
    z-index: 1;
    transform: rotate(-15deg);
}

.new-shop-imgs .shop-img2 {
    top: -5px;
    left: 50%;
    margin-left: -57px;
    z-index: 0;
    transform: rotate(0deg);
}

.new-shop-imgs .shop-img3 {
    top: 0%;
    right: 0;
    z-index: 2;
    transform: rotate(15deg);
}

.home-portrait-carousel .carousel-img {
    height: 300px;
}

/* .list-item-shop:hover .shop-img1 {
    transform: rotate(-21deg);
}
.list-item-shop:hover .shop-img2 {
    top: -10px;
}
.list-item-shop:hover .shop-img3 {
    transform: rotate(21deg);
} */
/**/
.list-restrnt-mob {
    display: none;
}

/**/

/* listing on home page  */
/* #home-interest-filters{
    height: 70px;
} */

#home-interest-filters.default-filters li {
    margin-right: 10px;
    min-width: unset;
}

#home-interest-filters li:first-child {
    width: auto;
    min-width: unset;
}

#home-interest-filters li {
    margin-right: 20px;
    padding: 0;
    min-width: 90px;
}

#home-interest-filters li .tag {
    border-bottom: 1px solid transparent;
    font-size: 14px;
    color: #000;
}

#home-interest-filters li .tag.active {
    border-bottom: 1px solid #000;
}

.home-page-listing {
    height: 70px;
    width: 70px;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: center;
}

.h-logos .h-lg-img {
    text-align: center;
}

.h-logos .h-lg-img img {
    max-width: 150px;
}

/* _ */
.list-item .item-name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
}

.list-item .item-cat {
    font-size: 14px;
}

#filterByPopup .lst-nm {
    background: #cfcfcf;
    text-align: left;
}

#filterByPopup .lst-nm {
    padding: 20px 15px;
}

#filterByPopup .lst-nm.active {
    border: 1px solid #E2B098;
    background: #E2B098;
}

/* Slider Style */
.slider-marq-sec {
    overflow: hidden;
}

/* #left_scroll_1 {
    left: -140% !important;
}
.scroll>li a>img {
    width: auto !important;
} */





/* #mainnav .submenu .first-pallete>div:first-child {
    display: none;
} */

#mainnav .submenu .first-pallete>div {
    padding: 10px 15px;
}

#mainnav .submenu .first-pallete>div p {
    margin-bottom: 0;
}

/* li.first-pallete:nth-child(1):hover {
    background-color: #fdede6;
}

li.first-pallete:nth-child(1):hover h5 {
    color: #E2875E;
}

li.first-pallete:nth-child(2):hover {
    background-color: #eff1e1;
}

li.first-pallete:nth-child(2):hover h5 {
    color: #ABAF95;
}

li.first-pallete:nth-child(3):hover {
    background-color: #edebec;
}

li.first-pallete:nth-child(3):hover h5 {
    color: #705868;
}

li.first-pallete:nth-child(4):hover {
    background-color: #efe6de;
}

li.first-pallete:nth-child(4):hover h5 {
    color: #854F25;
} */

.big-menu_right li>a.link--black:hover {
    color: #000;
    font-weight: bold !important;
    font-variation-settings: normal;
}

.busi-logo a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.list-wrap .view-all a {
    font-weight: normal;
}

#footer .footer_cat-title {
    font-family: 'Larken';
    font-weight: bold;
    font-weight: bold;
    font-size: 25px;
}

#footer .ftr-hd ul li a {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
}

.copyright .cp-txt p {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/******** Contact Host ********/
#contact-listing-owner .detail-contact,
#contact-listing-owner .details-contact {
    padding: 10px;
}

#contact-listing-owner .detail-contact {
    border-right: 1px solid #ced4da;
    width: 50%;
}

#contact-listing-owner .form-group.form-gender-option .custom-select {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

#contact-listing-owner .checkin_datepicker {
    border: 1px solid #ced4da;
    border-radius: 9px;
}

#contact-listing-owner .Contact-details input#tel {
    /* width: 94%; */

    font-size: 14px;
    /* border: 2px solid #000; */
    border-radius: inherit;
}

#contact-listing-owner .Contact-details input#email {
    /* width: 62%; 
    
    font-size: 14px;*/
    /* border: 2px solid #000; */
    border-radius: inherit;
}

#contact-listing-owner .contact-btn button {
    border: 1px solid #ced4da;
    font-size: 14px;
}

/******** Contact Host ********/



/******** Home SLider ********/
.scroll {
    display: flex;
    list-style: none;
}

.scroll>li a>img {
    margin: 5px;
}

.scroll>li a>img {
    max-width: 500px;
    width: 25vw;
    border-radius: 0;
    height: 250px;
}

#scroll_id_1,
#scroll_id_2 {
    position: relative;
}

#left_scroll_1 {
    position: absolute;
    left: -1200px;
    top: 0;
    transition: all 1s ease-out;
}

#right_scroll_2 {
    position: absolute;
    top: 260px;
    transition: all 1s ease-out;
}

.scroll_position {
    height: 550px;
}

.home.no-sidebar .item-panel {
    margin-top: 85px;
    height: calc(100% - 85px);
    overflow-y: unset;
}

#container {
    display: block;
}

#home-carousel .carousel-cell {
    height: 500px;
}

#home-carousel .flickity-viewport {
    overflow: visible !important;
}

@media screen and (max-width:620px) {
    #home-carousel .carousel-cell {
        height: 350px;
    }


    .scroll_position {
        height: 320px;
    }

    #right_scroll_2 {
        top: 0;
        width: 100%;
    }

    .scroll>li a>img {
        max-width: 500px;
        width: 50vw;
        height: 150px;
    }

    #left_scroll_1 {
        width: 100%;
    }

    #scroll_id_1,
    #scroll_id_2 {
        min-height: 160px;
        overflow-x: hidden;
    }
}

.img-carousel,
.home-carousel {
    width: 100%;
    display: block;
}

.img-carousel .slide-img {
    display: block;
    height: 700px;
    margin: 0 10px;
}

.home-carousel .flickity-page-dots {
    z-index: 999;
    bottom: -40px;
}


.home-carousel .text-slide {
    width: 40%;
    margin: 0 10px;
}

.slide-summary {
    padding-right: 10%;
    /* padding-bottom: 80px; */
}

.slide-summary .slide-headline {
    font-size: 24px;
    font-family: "HeyWow Book", sans-serif;
}

.slide-summary .slide-heading {
    font-size: 49px;
    font-family: 'Larken';
    font-weight: 600;
}

.slide-summary .slide-description {
    font-size: 18px;
    font-family: 'GT America';
}

.home-carousel {
    position: relative;
    overflow-x: hidden;
}

.home-carousel .slide-img {
    position: relative;
}

.home-select-mobile__menu {
    border: 0;
    box-shadow: none !important;
    margin-top: 15px !important;
}

.home-select-mobile__menu-list {
    max-height: 850dvh !important;
}

.home-select-mobile__indicators {
    display: none !important;
}

.home-select-mobile__option {
    font-size: 22px !important;
    line-height: 1;
    padding: 15px 10px !important;
}

.home-select-mobile__control {
    border: 1px solid #000 !important;
    box-shadow: none;
}

.home-select__menu {
    padding: 24px;
    z-index: 99 !important;
}

.home-select__menu::before {
    content: "Popular Searches";
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 24px;
    display: block;
}

@media screen and (max-width:767px) {
    .home-select__menu {
        width: 90vw !important;
    }

    .home-carousel .text-slide {
        width: 60%;
    }
}




.home-search-pin-icon {
    width: 14px;
}

.home-select-label {
    font-size: 14px;
}


.home-carousel .slide-title-container {
    margin: 0px 12px 0 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    font-family: "Larken";
    font-weight: bold;
    padding: 0 6px;
    display: inline-block;

}

/* #home-carousel .flickity-prev-next-button {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: unset !important;
    border-radius: 70px;
    background-color: transparent;
    background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none !important;
    z-index: 5;
    transition: ALL 0.3s ease-in-out;
}

#home-carousel .flickity-prev-next-button:hover {
    background: none !important;
    background-color: #fff !important;
}

#home-carousel .flickity-button.flickity-prev-next-button.previous {
    left: 0 !important;
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-left.svg) !important;
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#home-carousel .flickity-button.flickity-prev-next-button.next {
    right: 0 !important;
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-right.svg) !important;
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#home-carousel .flickity-button.flickity-prev-next-button svg {
    display: none;
}

#home-carousel .flickity-button.flickity-prev-next-button.previous::after,
#home-carousel .flickity-button.flickity-prev-next-button.next::before {
    display: none;
}

#home-carousel .flickity-button:disabled {
    opacity: 0;
} */

.carousel .flickity-prev-next-button {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 42%;
    left: unset !important;
    border-radius: 70px;
    background-color: transparent;
    background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none !important;
    z-index: 5;
    transition: ALL 0.3s ease-in-out;
}

.carousel .flickity-prev-next-button:hover {
    background: none !important;
    background-color: #fff !important;
}

.carousel .flickity-button.flickity-prev-next-button.previous {
    left: 0 !important;
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-left.svg) !important;
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.carousel .flickity-button.flickity-prev-next-button.next {
    right: 0 !important;
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-right.svg) !important;
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.carousel .flickity-button.flickity-prev-next-button svg {
    display: none;
}

.carousel .flickity-button.flickity-prev-next-button.previous::after,
.carousel .flickity-button.flickity-prev-next-button.next::before {
    display: none;
}

.carousel .flickity-button:disabled {
    opacity: 0;
}

@media screen and (max-width:767px) {
    .img-carousel .slide-img {
        height: 520px;
    }
}

@media screen and (max-width:575px) {
    .img-carousel .slide-img {
        height: 420px;
        margin: 0 5px;
    }

    .slide-summary {
        padding-right: 0;
        /* padding-bottom: 40px; */
    }

    .slide-summary .slide-headline {
        font-size: 15px;
    }

    .slide-summary .slide-heading {
        font-size: 30px;
    }

    .slide-summary .slide-description {
        font-size: 16px;
    }

    .subscribe-carousel .slide-summary .slide-heading {
        font-size: 25px;
    }

    .subscribe-carousel .slide-summary .slide-description {
        font-size: 14px;
    }
}

/******** Region SLider ********/
.loader-img {
    animation: loaderanimate 1s;
    max-height: 30vh;
}

@keyframes loaderanimate {
    0% {
        transform: scale(.8);

    }

    100% {
        transform: scale(1);

    }
}

@media (max-width: 1024px) {
    .loader-img {
        max-height: 20vh;
    }
}

/******** Region SLider ********/

/******** Home SLider ********/
.nearby-all-trails {
    position: unset;
    height: unset;
}

/******** Region SLider ********/
.nearby-carousel .carousel-img img {
    height: 350px;
}

.nearby-carousel .carousel-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-carousel,
.main-carousel,
.nearby-carousel {
    width: 100%;
    display: block;
}

.subscribe-carousel .slide-img {
    display: block;
    height: 500px;
    margin: 0 6px;
}

.subscribe-carousel .slide-title-container {
    margin: 0px 12px 0 0;
    position: absolute;
    bottom: 0;
    color: #212529;
    width: 100%;
    font-family: "Larken";
    font-weight: bold;
    padding: 0 6px;
    display: inline-block;
}


.img-carousel .slide-img,
.nearby-carousel .slide-img {
    display: block;
    height: 500px;
    margin: 0 6px;
}

.sub-img-carousel {
    display: block;
    margin: 0 6px;
}

.sub-img-carousel img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.map-listing-slider-arrow {
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 70px;
    height: 70px;
    position: absolute !important;
    /* Positioning the arrows outside of scroll */
    background-color: transparent;
    border: 0;
    border-radius: 70px;
    z-index: 999999999 !important;
    /* Ensure the arrows are always on top */
}

.map-listing-slider-arrow:hover {
    background-color: #fff;
}

.map-listing-slider-arrow.left {
    background-image: url(/images/new-listing-imgs/slider-imgs/slider-arrow-left.svg);
    left: 30px !important;
    /* Position left arrow */
    top: 50%;
    /* Vertically center the arrow */
    transform: translateY(-50%) !important;
    /* Align vertically */
}

.map-listing-slider-arrow.right {
    background-image: url(/images/new-listing-imgs/slider-imgs/slider-arrow-right.svg);
    right: 30px !important;
    /* Position right arrow */
    top: 50%;
    /* Vertically center the arrow */
    transform: translateY(-50%) !important;
    /* Align vertically */
}

.new-listing-details-calender-slider-arrow {
    background-size: 50px 50px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 70px;
    height: 70px;
    position: absolute !important;
    /* Positioning the arrows outside of scroll */
    background-color: transparent;
    border: 0;
    border-radius: 70px;
    z-index: 999999999 !important;
    /* Ensure the arrows are always on top */
}

.new-listing-details-calender-slider-arrow:hover {
    background-color: #fff;
}

.new-listing-details-calender-slider-arrow.left {
    background-image: url(/images/new-listing-imgs/slider-imgs/slider-arrow-left.svg);
    left: 0px !important;
    /* Position left arrow */
    top: 50%;
    /* Vertically center the arrow */
    transform: translateY(-50%) !important;
    /* Align vertically */
}

.new-listing-details-calender-slider-arrow.right {
    background-image: url(/images/new-listing-imgs/slider-imgs/slider-arrow-right.svg);
    right: 0px !important;
    /* Position right arrow */
    top: 50%;
    /* Vertically center the arrow */
    transform: translateY(-50%) !important;
    /* Align vertically */
}

.map-listing-carousel .map-listing-carousel-item {
    /* background-color: rgba(254, 250, 246, 0.6);     */
    cursor: pointer;
    width: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.map-listing-carousel .map-listing-carousel-item div {
    /* display: inline-block; */
    flex-direction: column;
    width: 100%;
    height: fit-content;
}

.map-listing-carousel .map-listing-carousel-item div p {
    margin-top: 15px;
}

.map-listing-carousel .map-listing-carousel-item img {
    object-fit: cover;
    -webkit-user-drag: none;
    width: 100%;
}

.subscribe-page-image {
    max-height: 450px;
}

.itinerary-Detail-img {
    height: 500px;
    width: 100%;
    object-fit: cover;

}

@media(max-width: 992px) {
    .subscribe-page-image {
        max-height: 100%;
    }
}

@media(max-width: 767px) {
    .subscribe-page-image {
        max-height: 100%;
    }
}

.room-carousel .slide-img {
    display: block;
    height: 400px;
    width: 300px;
    margin: 0 6px;
    object-fit: cover;
}

.room-carousel .slide-title-container {
    margin: 0px 12px 0 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    font-family: "Larken";
    font-weight: bold;
    padding: 0 6px;
    display: inline-block;
}


.img-carousel .flickity-page-dots,
.nearby-carousel .flickity-page-dots {
    z-index: 999;
    bottom: -40px;
}

.carousel-title {
    font-family: "Larken";
    font-size: 30px;
    font-weight: bold;
}

.carousel-slide-txt {
    font-size: 15px !important;
    font-family: 'GT America';
    font-weight: 700;
    margin: 10px 0 0;
}

.main-carousel .carousel-img,
.nearby-carousel .carousel-img {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.main-carousel .carousel-cell,
.nearby-carousel .carousel-cell {
    width: 25%;
    margin: 0 10px;
    /* background: #8C8;
        border-radius: 5px;
        counter-increment: gallery-cell; */
}

.nearby-carousel .carousel-cell {
    width: 33.33%;
    margin: 0 10px;
    /* background: #8C8;
        border-radius: 5px;
        counter-increment: gallery-cell; */
}

.theme-btn-2 {
    background: #EC6408;
    border: 1px solid #EC6408;
    color: #fff;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    font-family: 'GT America';
    text-transform: capitalize;
    padding: 20px 40px;
}

.theme-btn-1 {
    background: #A2AB94;
    border: 1px solid #a2ab94;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'GT America';
    text-transform: capitalize;
}

.theme-btn-1:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

/*************** Edinburgh GuideBook ***************/

/*************** Edinburgh GuideBook ***************/
.didyouknow-card {
    height: 360px;
    background-color: #DBD0C6;
}

.didyouknow-img {
    max-width: 50%;
    margin-bottom: 25px;
    max-height: 90px;
}

.didyouknow-title {
    font-size: 1.5em;
    font-weight: 700;
}

.didyouknow-desc {
    font-size: .9em;
    height: 250px;
    overflow-x: hidden;
    padding: 0 10px;
}

/* Scrollbar Styling for WebKit browsers */
.didyouknow-desc::-webkit-scrollbar {
    width: 5px;
}

.didyouknow-desc::-webkit-scrollbar-track {
    background: transparent; 
    border-radius: 10px;
}

.didyouknow-desc::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

.didyouknow-desc::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

@media (min-width: 1680px) {
    .didyouknow-desc {
        font-size: 1em;
    }

    .didyouknow-card {
        height: 450px;

    }
}

/*************** Edinburgh GuideBook ***************/


.bttm_img a {
    text-decoration: none;
}

.guide-sponsor {
    margin-top: 100px;
}

.guide-sponsor h3 {
    font-size: 30px;
    font-family: "Larken";
    font-weight: bold;
    margin: 0 0 50px 0;
}

.new-magazine-imgs-guide {
    margin: 18px 0 24px;
    overflow: hidden;
}

.p-cta-container {
    margin: 100px 0 10px 0;
}

.guidebook-img {
    max-width: 600px;
    width: 100%;
}

.guidebook-post-card-img {
    max-width: 375px;
    width: 100%;
}

.guide-description {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    font-family: 'GT America';
}

.guide-description a {
    text-decoration: underline;
}

.be-title {
    font-family: "Larken";
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 2px;
}

.guide-book-container {
    margin-top: 50px;
}

.be-perheading {
    font-size: 28px;
    /* text-transform: capitalize; */
    letter-spacing: 1px;
}

.be-tagline {
    /* text-transform: uppercase; */
    text-align: center;
    font-family: "Larken";
    font-weight: bold;
    letter-spacing: 1px;
}

@media only screen and (max-width: 480px) {
    .guidebook-acc-section {
        height: 340px !important;
    }

    .p-cta-container {
        margin: 60px 0 0px 0;
    }

    .new-magazine-imgs-guide img {
        width: 130px;
        margin-right: 16px;
    }

    .new-magazine-imgs-guide {
        margin: 0px 0 12px;
    }

    .list-item-magazine {
        padding: 1.5rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .new-magazine-imgs-guide img {
        /* width: 130px; */
        margin-right: 16px;
    }

    .new-magazine-imgs-guide {
        margin: 8px 0 8px;
    }

    .list-item-magazine {
        padding: 1.3rem;
    }
}

/*************** Edinburgh Guidebook ***************/


/*************** local tip card ***************/
.localtip-item-name {
    font-size: 1.6em;
    font-weight: 700;
    font-family: "Larken";

}

.localtip-region-box-v2 {
    position: absolute;
    bottom: 8px;
    left: 6px;
    display: inline-block;
    width: auto;
    height: auto;
}

.localtip-author {
    /* font-family: New-Kansas SemiBold; */
    font-weight: bold;
    font-size: 16px;
}

.localtip-description {
    font-size: 16px;
}


.localtip-feature-text div:last-child {
    top: 32px;
    padding-right: 65px;
}

.localtip-featured-lst {
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.localtip-feature-text div:nth-child(1) {
    position: absolute;
    top: 6px;
    padding: 6px 15px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.list-item .localtip-featured-img {
    /* margin-bottom: 10px; */
}

.list-item .localtip-featured-img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

/*************** local tip card ***************/

.flickity-prev-next-button {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -25px;
    left: unset !important;
    border: 1px solid #000;
    border-radius: 50px;
    background: transparent;
}

.flickity-button.flickity-prev-next-button.previous {
    right: 50px;
}

.flickity-button.flickity-prev-next-button.next {
    right: 0px;
}

.flickity-button.flickity-prev-next-button svg {
    display: none;
}

.flickity-button.flickity-prev-next-button.previous::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    width: 20px;
    height: 20px;
    background: url('/images/long-arrow-pointing-to-left.png');
    background-size: 19px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.flickity-button.flickity-prev-next-button.next::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    width: 20px;
    height: 20px;
    background: url('/images/long-arrow-pointing-to-the-right.png');
    background-size: 19px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

/* carousel-cell:before {
        display: block;
        text-align: center;
        content: counter(gallery-cell);
        line-height: 200px;
        font-size: 80px;
        color: white;
    } */
@media only screen and (min-width: 481px) and (max-width: 1024px) {

    /* .img-carousel  .slide-img{					
            height: 300px;
        } */
    .main-carousel .carousel-cell,
    .nearby-carousel .carousel-cell {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {

    /* .img-carousel  .slide-img{					
            height: 250px;
        } */
    .main-carousel .carousel-cell,
    .nearby-carousel .carousel-cell {
        width: 100%;
    }
}

/******** Region SLider ********/


@media (min-width: 768px) {
    .h-lg-img-last {
        clear: both;
        margin: 0 auto;
        float: none !important;
    }
    .didyouknow-desc{
        height: 200px;
    }
}

/**/
@media screen and (max-width:1300px) {
    .new-list-wrap .container {
        max-width: 990px;
    }

    .new-list-item h3 {
        font-size: 32px;
    }

    .new-list-item p {
        font-size: 22px;
    }

    /**/
    .new-visit-imgs {
        height: 248px;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .new-visit-imgs img {
        width: 150px;
    }

    /**/
    .new-accmdtn-imgs {
        height: 248px;
        width: 256px;
    }

    .new-accmdtn-imgs img {
        width: 150px;
    }

    /**/
    .list-item-accmdtn,
    .list-item-cafes,
    .list-item-restrnt,
    .list-item-magazine,
    .list-item-shop {
        height: 288px;
    }

    /**/
    .new-magazine-imgs img {
        width: 100px;
    }

    .list-item-magazine:hover .new-magazine-imgs-inner {
        left: -115px;
    }

    /**/
    .new-shop-imgs {
        width: 182px;
        height: 150px;
    }

    .new-shop-imgs img {
        width: 82px;
    }

    .new-shop-imgs .shop-img2 {
        margin-left: -41px;
    }
}

@media screen and (max-width:991px) {
    .new-accmdtn-imgs {
        top: -140px;
    }

    .list-restrnt-mob {
        display: block;
    }

    .list-restrnt-desk {
        display: none;
    }

    /**/
    .new-magazine-imgs {
        margin-top: 8px;
        margin-bottom: 20px;
    }

    .new-magazine-imgs img {
        width: 130px;
    }
}

@media screen and (max-width:767px) {
    .new-list-item h3 {
        font-size: 30px;
    }

    .new-list-item p {
        font-size: 20px;
    }

    /**/
    .new-list-wrap {
        margin-top: 60px;
        margin-bottom: 70px;
    }

    .list-item-visit {
        padding-bottom: 90px;
    }

    .new-visit-imgs {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    /**/
    .list-item-restrnt {
        height: 336px;
    }

    /**/
    .new-shop-imgs {
        width: 202px;
        height: 160px;
        margin-top: 40px;
    }

    .new-shop-imgs img {
        width: 92px;
    }
}

/* LOGIN POPUP */
.dash-col button.subs-up {
    padding-bottom: 5px;
    font-weight: normal;
    font-family: 'Larken';
}

.login-popup .modal-content .inner-body-text {
    padding-bottom: 9px;
}

.login-popup .modal-content .inner-body-text a {
    font-size: 14px;
    display: block;
    padding: 3px 0 0 0;
}

.login-popup .modal-content .inner-body-text a img {
    position: relative;
    top: -3px;
}

.login-popup button.btn.btn--m.btn--primary {
    padding: 10px 30px 9px 30px;
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
}

.login-popup button.btn.btn--m.btn--primary .spinner-grow-sm {
    position: relative;
    top: 1px;
}

.modal-header .btn-close {
    position: relative;
    top: 10px;
    right: 10px;
}

/* LISTING PAGE */
.lp-sidebar .tab button {
    padding: 5px 16px 3px 16px;
    font-family: 'Larken';
}

.lp-sidebar .tab {
    padding: 3px 4px 4px 4px;
}

.lp-sidebar .tab-list {
    padding-left: 16px;
    padding-right: 9px;
}

.loc-filter-actv input[type='checkbox'] {
    height: 18px;
    width: 18px;
}

.loc-filter-actv .form-check label {
    font-size: 15px;
    margin-left: 0.25rem !important;
}

.collct-list-data {
    margin-top: 12px;
    padding: 15px 15px;
}

.collection-title-title {
    font-size: 13px;
}

/* Collection Drag Section */
.coltn-drag-wrap {
    padding: 7px 2px 7px 7px !important;
}

.coltn-drag-unit {
    display: flex;
    flex-wrap: wrap;
}

.coltn-drag-unit .coltn-drag-item {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    padding: 3px;
}

.coltn-drag-unit .coltn-drag-item img {
    width: 100%;
    height: 45px;
    object-fit: cover;
}

/**/
.sm-popup-title {
    font-size: 22px;
}

/*  LISTING DETAILS PAGE */
.listAlt-title {
    margin-bottom: 4px;
    font-size: 45px;
}

.listAlt-title-new {
    margin-bottom: 4px;
    font-size: 50px;
    font-family: 'Larken';
}

.listAlt-desc {
    font-size: 20px;
}

.listAlt-brif {
    font-size: 18px;
    margin-bottom: 3rem;
    margin-top: 0.75rem;
}

/**/
.listAlt-from {
    background-color: #abaf96;
    padding: 15px 20px;
    width: 430px;
    max-width: 100%;
    margin-bottom: 30px;
}

.listAlt-from .row>div:last-child {
    border-left: 1px solid #333;
}

.listAlt-from .listAlt-from-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.listAlt-from .listAlt-from-price {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 0 0;
}

.listAlt-from .listAlt-from-duraton {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0 0;
}

@media (min-width: 768px) {
    .listAlt-from .row>div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .listAlt-title {
        font-size: 32px;
    }

    .listAlt-title-new {
        font-size: 42px;
    }

    .listAlt-desc {
        font-size: 18px;
    }

}

/**/
.listAlt-avlblt {
    background-color: #e3875e;
    padding: 15px 20px;
    width: 430px;
    max-width: 100%;
    margin-bottom: 60px;
}

.listAlt-avlblt .listAlt-avlblt-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.listAlt-avlblt .listAlt-avlblt-alt {
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.listAlt-avlblt .listAlt-avlblt-alt a:last-child {
    padding-left: 30px;
}

.listAlt-avlblt .listAlt-avlblt-duraton {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0 0;
}

/**/
.listAlt-action .listAlt-action-btn {
    font-size: 16px;
    font-weight: normal;
    padding: 15px 15px;
}

.listAlt-action .listAlt-action-book {
    font-size: 16px;
    padding: 15px 15px;
    /* background-color: #f2efea !important; */
}

/**/

.helpfull-ul {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    /* background-color: #fff; */
    padding: 20px 0;
    max-width: 100%;
}

.helpfull-ul li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 0 10px 0;

    font-size: 16px;
}

/*_ 02-05-2024 _*/
.weekly-vote-checkbox label {
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.now-aval-fixbar {
    position: fixed;
    top: 120px;
    left: 20px;
    background: #fff;
    padding: 12px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.now-aval-fixbar img {
    width: 90px;
}

.now-aval-fixbar-info {
    text-align: center;
    font-family: 'New-Kansas SemiBold';
    padding: 20px 10px 20px 20px;
}

.now-aval-fixbar-info .now-aval-fixbar-title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #000000;
}

.now-aval-fixbar-info .now-aval-fixbar-sTitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #9f2d15;
    font-family: 'Larken';
    margin-bottom: 0;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .now-aval-fixbar {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .now-aval-fixbar {
        left: 50%;
        transform: translate(-50%);
        z-index: 9;
    }
}

/***/
.bestofedinburgh-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

.bestofedinburgh-tabs .nav-item .nav-link {
    padding: 12px 25px !important;
    border: 1px solid #d9d9d9 !important;
    color: #000;
    background: #f2f2f3;
    border-radius: 0 !important;
    font-size: 13px !important;
    height: auto !important;
}

.bestofedinburgh-tabs .nav-item {
    padding: 4px;
}

.bestofedinburgh-tabs .nav-item .nav-link.active,
.bestofedinburgh-tabs .nav-item .nav-link:hover {
    color: #fff !important;
    background: #A2AB94 !important;
}

/* Subscription Landing Page */
.subscription-page-wrap {
    background-color: #fcfaf6;
    padding: 150px 0 100px 0;
}

.subs-video {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.subs-video-wrap h1 {
    font-size: 84px;
    margin-bottom: 40px;
    font-family: 'GT Super Display', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.subs-video-wrap .subs-headinf-title {
    font-size: 24px;
    padding: 0 250px;
    margin-bottom: 35px;
    font-family: "HeyWow Book", sans-serif;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 991px) {
    .subs-video-wrap .subs-headinf-title {
        padding: 0px 100px;
    }
}

@media (max-width: 767px) {
    .subs-video-wrap .subs-headinf-title {
        padding: 0;
    }
}

.rating-section {
    display: flex;
    align-items: center;
}

.rating-section .profile-images {
    margin-right: 25px;
}

.rating-section .profile-images img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: -15px;
}


.rating-section .stars {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.rating-section .rating-text {
    font-size: 14px;
}

.rating-section .rating-text p {
    margin-left: 5px;
}

/**/
.subs-trustpilot {
    padding: 40px;
}

/**/
.subs-text-only {
    padding-top: 120px;
}

.subs-text-only-padding {
    padding-top: 0px;
}

.subs-headinf-title {
    text-align: center;
    padding: 0 230px;
    line-height: 1.6;
    font-size: 24px;
    font-family: "HeyWow Book", sans-serif;
}

@media (max-width: 991px) {
    .subs-headinf-title {
        padding: 0px 100px;
    }
}

@media (max-width: 767px) {
    .subs-headinf-title {
        padding: 0px;
    }
}

.subs-text-only-title {
    padding: 0 80px;
    line-height: 1.6;
    font-size: 24px;
    font-family: "HeyWow Book", sans-serif;
}

.subs-text-only-title-2 {
    padding: 0 80px;
    line-height: 1.45;
    font-family: 'Larken';
    font-weight: 600;
    font-size: 49px;
}

.subs-text-only-description {
    padding: 0 80px;
    line-height: 1.6;
    font-size: 24px;
    font-family: "HeyWow Book", sans-serif;
}

.subscription-plan-container {
    padding: 0 80px;
}

.subscription-item {
    padding: 25px 15px;
}

.subscription-item .card-title {
    font-size: 29px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 45px;
    font-family: 'HeyWow';
    font-weight: 600;
}

ul.subscription-item-features li {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    font-family: 'HeyWow';
    font-weight: 400;

}

ul.subscription-item-features li i {
    margin-right: 10px;

}

.subscription-price-section {
    display: flex;
    align-items: end;
    /* margin-top: 20px; */
}

.subscription-price-section .subscription-price {
    font-size: 29px;
    line-height: 1;
    letter-spacing: 1px;
    margin-right: 5px;
    font-family: 'HeyWow';
    font-weight: 600;
}

.subscription-item p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: 'HeyWow';
    font-weight: 400;
}

.subscription-item .subscribe-button .subsNow-btn {
    font-family: 'HeyWow';
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .subscription-plan-container {
        padding: 15px;
    }

    .subscription-item {
        padding: 10px;
    }

    .subscription-item .subscribe-button .subsNow-btn {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .subscription-item {
        padding: 25px 10px;
    }
}

/**/

.subs-right-img img {
    object-fit: cover;
    height: 500px;
    object-position: center center;
}

.subs-left-text {
    padding-left: 20px;
}

.subs-text-img h1 {
    font-size: 49px;
    margin-bottom: 25px;
    font-family: 'Larken';
    font-weight: 600;
}

.subs-text-img p {
    font-size: 24px;
    margin-bottom: 35px;
    font-family: "HeyWow Book", sans-serif;
    line-height: 1.6;

}

.subsNow-btn {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-radius: 0;
    text-decoration: none;
    padding: 12px 40px;
    font-size: 20px;
    font-family: 'HeyWow';
    font-weight: 600;
}

.subsNow-btn:hover {
    background: #A2AB94;
    color: rgb(255, 255, 255);
}

.marketing-modal .description {
    font-size: 20px;
    padding-bottom: 30px;
    font-weight: 500;

}

.marketing-modal-title {
    font-size: 48px;
    padding: 20px 0 15px;
    font-family: 'New-Kansas SemiBold';
    text-align: center;
}

#marketing-modal-step-1 .marketing-modal-title {
    font-size: 28px;
}

#marketing-modal-step-1 .description {
    font-size: 16px;
}

.marketing-modal-btn,
.marketing-modal-btn:hover,
.marketing-modal-btn:disabled {
    border: none;
    background: #A2AB94;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .subs-video-wrap h1 {
        font-size: 50px;
        margin-bottom: 40px;
    }

    .subs-text-img h1 {
        font-size: 49px;
    }

    .subs-text-img p {
        font-size: 20px;
    }

    .subs-text-only-title {
        padding: 0;
        line-height: 1.35;
        font-size: 22px;
    }

    .subs-text-only-description {
        padding: 0;
        font-size: 22px;
    }

    .subs-left-text {
        padding: 7% 0;
    }

    .subs-right-img img {
        width: 100%;
    }

    .subsNow-btn {
        padding: 10px 30px;
        font-size: 18px;
    }

    .subs-text-only {
        padding: 30px 0 40px 0;
    }

    .subs-text-only-padding {
        padding: 30px 0 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .subscription-page-wrap {
        padding: 120px 0 80px 0;
    }

    .subs-video-wrap h1 {
        font-size: 45px;
        margin-bottom: 30px;
    }

    .subs-text-img h1 {
        font-size: 29px;
    }

    .subs-text-img p {
        font-size: 24px;
        /* text-align: justify; */
        /* line-height: 1.2; */
    }

    .subs-trustpilot {
        padding: 30px 15px;
    }

    .subs-text-only {
        padding: 20px 0 40px 0;
    }

    .subs-text-only-padding {
        padding: 20px 0 40px 0;
    }

    .subsNow-btn {
        padding: 8px 28px;
        font-size: 17px;
    }
}

@media screen and (max-width: 575px) {
    .subscription-page-wrap {
        padding-bottom: 60px;
    }

    .subs-video-wrap h1 {
        font-size: 40px;
    }

    .subs-text-img h1 {
        font-size: 29px;
    }

    .subs-text-img p {
        font-size: 24px;
        /* text-align: justify; */
        /* line-height: 1.2; */
    }

    .subsNow-btn {
        padding: 8px 28px;
        font-size: 17px;
    }
}

/* 25-05-2024 */
.react-multi-carousel-list {
    /* transform: none !important; */
    /* padding-left: 110px !important; */
    padding: 0 20px !important;
}

#itiry-carousel1 .react-multi-carousel-list {
    padding: 0 !important;
}

/******************* Room Lightbox *************************/
.room-lightbox .modal-content {
    background-color: rgba(0, 0, 0, 0.8)
}

.room-lightbox .modal-header {
    border: 0;
}

.room-lightbox .btn-close {
    background-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
}

/* .lightbox-main-slider{
    max-height: 65dvh;
}
.lightbox-main-slider-nav{
    max-height: 30dvh;
} */
.lightbox-main-slider-nav img {
    object-fit: cover;
}

.lightbox-main-slider img {
    object-fit: contain;
    width: auto !important;
}

.lightbox-main-slider .splide__slide.is-active.is-visible {
    background-size: contain !important;
    object-fit: contain;
}

.lightbox-main-slider-nav .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #fff;
}

/******************* Room Lightbox *************************/

/******************* Blog Archive *************************/
.journal-search-btn {
    width: 115px;
    height: 60PX;
    font-size: 20px;
    font-family: 'GT America';
    padding: 5px 20px;
}

.journal-search-input {
    height: 60px;
    font-size: 20px;
    padding: 4px 20px;
    font-family: 'GT America';
}

.journal-categories {
    margin: 0 10px 10px 0;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    padding: 12px 20px;
    border-radius: 8px;
    white-space: nowrap;
    min-width: 70px;
    outline: none;
    position: relative;
    background: transparent;
    font-weight: 500;
    color: #1a1a1a;
    cursor: pointer;
}

.journal-categories.active {
    background: #a2ab94;
    border-color: #a2ab94;
    color: #fff;
}

#blogs-container {
    height: calc(100dvh - 95px);
    overflow-y: scroll;
}

/* tesdtimonial on subscribe page  */
.testimonial-card {
    width: 36%;
    margin-right: 1rem;
    color: #f7f6f5;
    text-align: center;
    font-family: "HeyWow Book", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    ;
    margin-bottom: 5px;
    letter-spacing: initial;
    height: fit-content !important;

}

.testimonial-card .card {
    background: transparent;
}

.testimonial-card .card-body {
    padding: 0;
}

/* our contributors  */
.contributors-card {
    margin-right: 1rem;
    color: #f7f6f5;
    text-align: start;
    font-family: "HeyWow Book", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    ;
    margin-bottom: 5px;
    letter-spacing: initial;
    height: fit-content !important;
    padding: 10px;
    border: 1px solid gainsboro;
    border-radius: 10px;
    margin-right: 20px;
    min-height: 222px;
    justify-content: center;
    align-items: center;
    display: inline-flex
;
}

.contributors-card .card {
    width: 180px;
    /* Set a fixed width for each card */
}

.contributors-card img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.contributors-card .card-text {
    color: gray;
}

/* Container for the contributors */
/* .slider-marq-sec .marquee {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
} */

.slider-marq-sec .marquee-wrapper {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
    cursor: pointer;
}

.slider-marq-sec .marquee-wrapper .marquee {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.slider-marq-sec .marquee-wrapper:hover .marquee {
    animation-play-state: paused;
}

.slider-marq-sec .marquee-wrapper .marquee-content {
    display: flex;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.contributors-card .card {
    background: transparent;
}

.contributors-card .card-text {
    font-size: 12px;
}

@media (max-width: 767px) {
    .testimonial-card {
        width: 100%;
    }

    .contributors-card {
        width: 50%;
        /* min-width: 50%; */
    }

    /* .contributors-card .card{
        width: 100%;
    } */
    .subs-text-only-title-2 {
        font-size: 28px;
        padding: 0 15px;
    }
}


.collapse {
    transition: height 0.35s ease;
}

.collapsing {
    height: 0;
    /* Start from zero height */
    transition: height 0.35s ease;
}

/* .card-body {
    padding: 10px;
} */

.home-page-slider {
    height: 100px;
}

.padding-between-slider {
    padding: 2px 20px 2px 4px !important;
}

/******************* Blog Archive *************************/

/* itinerary  */
.itinerary-carousel-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    font-family: "GT America";
}

/* collection page start  */
.subtitle-colletion {
    padding: 0 300px;
    margin: 30px 0 60px 0;
}

.collection-description {
    padding: 0 300px;
    margin: 90px 0 30px 0;
}

.more-collection-slider-img {
    width: 95% !important;
    height: 95%;
}

.more-listing-slider-img {
    width: 95% !important;
    height: 95%;
}
.more-listing-slider-img.for-trip-itinerary {
    /* min-width: 95% !important; */
    height: 95%;
    width: 95%;
    min-width: 230px;
}
.itinerary-more-listing-slider-img {
    width: 100% !important;     /* Take full width of the item */
    height: 100%;
    /* padding: 10px;     */
    box-sizing: border-box;
    /* width: 200px !important; */
}

@media (max-width: 992px) {

    .subtitle-colletion,
    .collection-description {
        padding: 0 20px;
    }

    .more-collection-slider-img {
        width: 95% !important;
    }
}

@media (max-width: 767px) {
    .more-collection-slider-img {
        width: 100% !important;
    }
}


.itinerary-local {
    position: absolute;
    right: -27px;
    top: 34px;
    transform: rotate(90deg);
    font-size: 13px;
    background: #4db664;
    color: #fff;
    padding: 5px 10px 5px 10px;
    width: 100px;
    border: 1px solid #4db664;
    text-align: center;
}

.itinerary-local::before {
    content: '';
    position: absolute;
    top: 4px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4db664;
    transform: rotate(90deg);
    right: -14px;
}

.itinerary-local::after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4db664;
    transform: rotate(90deg);
    right: -14px;
}

.itinerary-local-sub {
    position: absolute;
    right: -0px;
    top: 34px;
    transform: rotate(90deg);
    font-size: 13px;
    background: #4db664;
    color: #fff;
    padding: 5px 10px 5px 10px;
    width: 100px !important;
    border: 1px solid #4db664;
    text-align: center;
}

.itinerary-local-sub::before {
    content: '';
    position: absolute;
    top: 4px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4db664;
    transform: rotate(90deg);
    right: -14px;
}

.itinerary-local-sub::after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4db664;
    transform: rotate(90deg);
    right: -14px;
}

.no-listings-container {
    position: relative;
    width: 100%;
    /* height: 280px; */
}

.no-listings-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.background-image {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.55;
}

.overlay-opacity {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.cta-button {
    padding: 15px 30px;
    font-size: 18px;
    background: rgb(0, 0, 0);
    border-radius: 0;
    text-decoration: none;
    padding: 12px 40px;
    font-size: 20px;
    font-family: 'HeyWow';
    font-weight: 600;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
    .cta-button {
        font-size: 16px;
        padding: 12px 25px;
    }
}

@media (max-width: 480px) {
    .cta-button {
        font-size: 14px;
        padding: 10px;
    }
    .more-listing-slider-img.for-trip-itinerary{
        min-width: 180px;
    }
}

/* new magazine changes  */
.magazine-option-select .magazine-tabs button {
    width: 160px;
    padding: 10px 0;
    background-color: #f0f0f0;
    border: 0;
    border-radius: 0;
}

.magazine-option-select .magazine-tabs button:active {
    border: 0;
}

.magazine-option-select .magazine-tabs button:focus {
    border: 0;
}

.magazine-option-select .magazine-tabs .button-tab {
    background-color: #373737;
    color: #fff;
}

.plus-line {
    height: 1px;
    background-color: #373737;
    width: 100%;
    margin-bottom: 0;
}

.card-footer .subscription-button-tabs {
    text-align: center;
    width: 100%;
    border: 1px solid #373737;
    border-radius: 0;
    font-weight: bold;
}

.card-footer .button-tab {
    background-color: #373737;
    color: #fff;
}

.magazine-option-select .card,
.magazine-option-select .card .card-header,
.magazine-option-select .card .card-footer {
    background-color: #fcfaf6;
}

/* paywall start  */

.paywall-listing-add {
    position: absolute;
    left: 0;
    display: flex;
    width: 100%;
    height: 35dvh;
    flex-direction: column;
    bottom: 0;
    background-color: rgba(245, 242, 234, .7);
    align-items: center;
    justify-content: center;
    z-index: 99;
    gap: 30px;
}

.paywall-itinerary-add {
    position: absolute;
    display: flex;
    width: 100%;
    height: 35dvh;
    flex-direction: column;
    bottom: 0;
    background-color: rgba(245, 242, 234, .8);
    align-items: center;
    justify-content: center;
    z-index: 100;
    gap: 30px;
    font-family: Jost;
    left: 0;
}

/* .paywall-listing-add .paywall-free-text{
    opacity: 0.5;
} */
.paywall-discover-page {
    width: 88%;
}

@media (max-width: 991px) {
    .paywall-listing-add {
        bottom: -22px;
        left: 0;
    }

    .paywall-discover-page {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .paywall-itinerary-add {
        bottom: -22px;
        left: 0;
    }
}

.ckeditor-article-content {
    padding: 0 280px;
}
.trip-guid-book-content-area{
    padding-left: 280px;
}

.new-itinerary-page-padding {
    padding: 0 175px;
}

.itinerary-visiting-place {
    padding-left: 119px;
    /* padding-right: 50px; */
    width: 100%;
}

.itinerary-page-featuredimage img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 90px;
}

.new-itineray-page {
    padding: 0 30px 90px 50px;
}

.new-itineray-page .itiry-sidebar-title {
    font-size: 50px;
    padding: 0 100px;
}

.new-itineray-page .itiry-creator {
    justify-content: center;
    margin-bottom: 90px;
}

.article-bottom-margin {
    margin: 0px 0 90px 0;
}

.new-itinerary-bottom-margin {
    margin: 0px 0 60px 0;
}
.image-reaponsize-square{
     aspect-ratio: 4 / 3; 
    width: 100%;
    height: auto;
    max-height: none;
}

@media (max-width: 992px) {
    .articleDescriptionImages {
        width: 100%;
    }

    .new-itinerary-page-padding {
        padding: 0;
    }

    .itinerary-visiting-place {
        padding-left: 50px;
    }
}

.custom-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 90px;
    background-color: #F5F2EA;
    gap: 30px;
}

.image-container {
    flex: 1;
    max-width: 250px;
    display: flex;
    height: auto;
}

.image-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.magazine-image-container {
    flex: 1;
    max-width: 157px;
    display: flex;
    height: auto;
}

.magazine-image-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.content-container {
    flex: 1;
    min-width: 300px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-container h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-container p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ckeditor-article-content , .trip-guid-book-content-area{
        padding: 0 10px;
    }

    .image-container {
        width: 100%;
        max-width: 100%;
    }

    .magazine-image-container {
        width: 100%;
        max-width: 100%;
    }

    .listing-detail-banner {
        padding: 0;
    }

}

@media (max-width: 767px) {
    .custom-container {
        flex-direction: column;
    }

    .new-itinerary-page-padding {
        padding: 0;
    }

    .itinerary-visiting-place {
        padding-left: 0;
    }

    .new-itineray-page .itiry-sidebar-title {
        padding: 0;
    }

    .new-itineray-page {
        padding: 0 15px 60px 15px;
    }

}

/* new listing details page  */

.listing-detail-banner {
    /* text-align: center; */
    padding: 0 180px 90px 180px;
}

.listing-full-width {
    /* text-align: center; */
    padding: 0 0 90px 0;
}


.listing-detail-descriptions {
    padding-bottom: 90px;
}

.listing-details-interests-filter {
    margin: 15px auto;
    padding: 0;
}

.listing-details-interests-filter ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.listing-details-interests-filter ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.listing-details-interests-filter ul li button.cat-btn {
    border-radius: 0;
    text-decoration: none;
    padding: 12px;
    font-size: 16px;
    font-family: 'HeyWow', sans-serif;
    /* font-weight: 600; */
    border: 1px solid #000;
    width: 100%;
    min-width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    color: #000;
}

.listing-details-interests-filter ul li button.cat-btn:hover,
.listing-details-interests-filter ul li button.cat-btn:active {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.listing-details-interests-filter ul li a {
    text-decoration: none;
}

.listing-detail-page-accordian {
    border: none !important;
    background-color: #f4f4f4 !important;
    /* border-radius: 30px !important; */
    overflow: hidden;
}

.listing-detail-page-accordian .accordion-item {
    border: none !important;
    background-color: #f4f4f4 !important;
}

.listing-detail-page-accordian .accordion-header {
    /* border-radius: 30px !important; */
    color: #212529 !important;
}

.listing-detail-page-accordian .accordion-button {
    background-color: #f4f4f4 !important;
    /* border-radius: 30px !important; */
    box-shadow: none !important;
    padding: 15px 20px;
}

.listing-detail-page-accordian .accordion-body {
    padding: 15px 20px;
}

.listing-detail-page-accordian .accordion-button {
    color: #000 !important;
    font-weight: bold;
}

.listing-detail-page-accordian .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #f4f4f4 !important;
    box-shadow: none !important;
}

.fi-btn-dark {
    background: #000 !important;
    border: 1px solid #000 !important;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'GT America';
    border-radius: 0;
    text-transform: unset;
    text-decoration: none;
    /* font-size: 1em;
    letter-spacing: .8px; */
    cursor: pointer;
}

.fi-btn-dark:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.listing-detail-facilities-section {
    background-color: #f7f3f2;
    margin-bottom: 60px;
    padding: 90px 150px 0px 150px;
}

.listing-ditail-container-design {
    padding: 0 150px;
}

.fi-title-new {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.listing-details-tabs {
    display: flex;
    gap: 15px;
    font-size: 16px;
}

.listing-details-line {
    width: 2px;
    background: gray;
    margin: 4px 0;
}

.listing-detail-descriptions img {
    /* max-height: 500px;  */
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (max-width: 1400px) {
    .listing-detail-banner {
        padding: 0 150px 90px 150px;
    }

    .listing-details-interests-filter ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1550px) {
    .listing-details-interests-filter ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .listing-detail-banner {
        padding: 0 15px 90px 15px;
    }

    .listing-detail-title-container .title-text {
        font-size: 25px;
    }

    .mobile-view-padding {
        padding: 0 15px;
    }

}

@media (max-width: 767px) {

    .listing-ditail-container-design {
        padding: 0 0px;
    }

    .mobile-view-padding {
        padding: 0 15px;
    }

    .listing-detail-banner {
        padding: 0 15px 60px 15px;
    }

    .listing-detail-descriptions {
        padding-bottom: 60px;
    }

    .listing-details-interests-filter ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .listing-details-interests-filter ul li button.cat-btn {
        font-size: 16px;
        min-width: 160px;
        padding: 12px 8px;
        color: #000;
    }

    .listing-details-interests-filter ul li {
        display: block;
    }

    .listing-detail-facilities-section {
        padding: 60px 15px 0px 15px
    }

    .listing-details-tabs {
        display: flex;
        gap: 13px;
        font-size: 17px;
    }
}

.map-icon {
    height: 36px !important;
    width: 36px !important;
}


/* magazine page start  */

.magazine-header {
    margin-top: 30px;
}

.magazine-header .magazine-header-content {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "Larken";
}

.magazine-header .magazine-header-content.about-page-title {
    font-size: 50px;
}

.magazine-header .menu-link {
    display: flex;
    gap: 10px;
    align-items: center;
}

.magazine-header .magazine-description {
    font-size: 16px;
    font-weight: normal;
}

.magazine-header .magazine-description.about-magazine-class {
    font-weight: normal;
    font-size: 20px;
    margin: 60px 0;
    padding: 0 267px;
}

.about-magazine-class {
    font-weight: normal;
    font-size: 20px;
    margin: 60px 0;
    padding: 0 267px;
}

.magazine-header .magazine-topbar-menu {
    font-weight: 600;
}

.magazine-card img {
    /* max-height: 437px; */
    object-fit: cover;
    object-position: center;
}

@media (max-width: 850px) {

    .magazine-header .magazine-description.about-magazine-class,
    .about-magazine-class {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .magazine-header .menu-link {
        flex-wrap: wrap;
    }
    .magazine-option-select .magazine-tabs button{
        font-size: 12px;
    }

    .magazine-header .magazine-header-content {
        font-size: 28px;
    }

    .magazine-header .magazine-header-content.about-page-title {
        font-size: 25px;
    }
}

/* create tripes  */

.trip-onboarding {
    /* margin-top: 60px; */
    font-family: 'Larken';
    display: flex;
    flex-direction: column;
    height: calc(100dvh);
    align-items: center;
    /* justify-content: center; */
    overflow-y: scroll;
    font-weight: bold;
}
.trip-consistante-font-size{
    font-size: 26px;
}

.trip-name {
    padding: 0 200px;
}

.create-trip-input {
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 0;
    font-size: 18px;
    color: #ababab;
}

.create-trip-input::placeholder {
    color: #ababab;

}

.trip-onboarding-button {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #333;
    text-align: center;
    padding: 10px 20px;
    min-width: 150px;
    font-size: 20px;
}

.trip-onboarding-button:hover {
    background-color: #212529;
    color: #fff;
}

/* .rdrNextPrevButton{
    background: none !important;
} */

.rdrCalendarWrapper {
    font-size: 16px !important;
}

.rdrDayToday .rdrDayNumber span:after {
    background: #000 !important;
}

.rdrMonthName {
    text-align: center !important;
    color: #212529 !important;
    font-size: 20px !important;
    padding: 0 !important;
}

.monthSliderButton {
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-right.svg) !important;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: none;
    border-radius: 50%;
}

.monthSliderButton.prev {
    background-image: url(../../images/new-listing-imgs/slider-imgs/slider-arrow-left.svg) !important;
}

.map-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.search-container {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    width: 98%;
}

.search-box {
    width: 100%;
    padding: 8px 45px;
    border: none;
    outline: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    height: 60px;
}

.current-location {
    display: flex;
    align-items: center;
    gap: 1px;
    padding: 8px 22px;
}

.location-btn {
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #757575;
    font-weight: 600;
    font-size: 16px;
}

.map-box {
    width: 100%;
    height: 100%;
}

.search-box:focus,
.search-box:focus-within,
.search-box:active,
.search-box:focus-visible {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.search-box.input-search-design {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.location-icon {
    position: absolute;
    top: 16px;
    left: 20px;

}

.pac-container {
    box-shadow: 0 2px 0px rgba(0, 0, 0, .3) !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    font-size: 17px !important;
    z-index: 10 !important;
}

.pac-item {
    font-size: 17px !important;
    padding: 8px 22px !important;
    border-bottom: none !important;
}

.pac-item:hover {
    background-color: #f1f1f1 !important;
}

.pac-item-query {
    font-size: 17px !important;
}

.pac-icon {
    margin-right: 8px !important;
    background-image: url(../../images/geo-alt.svg) !important;
    background-size: contain !important;
    width: 20px !important;
    height: 19px !important;
    background-size: 19px 20px !important;
}
.region-card {
    width: 100%;
    height: 200px;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.region-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1;
}
.region-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
}

.region-card-image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.region-card-description {
    display: none;
    background-color: #fff;
    max-height: 100%;
    height: 100%;
    overflow: auto;
}

/* .region-card:hover .region-card-description {
    display: block;
} */

.region-card:hover {
    border: 2px solid #212529 !important;
}

.trip-regions{
    display: grid;
    grid-template-columns: repeat(8, 1fr);

}
.trip-regions .selected {
    border: 5px solid #212529 !important;
}

.region-trip-next-button-sticky{
    position: sticky;
    bottom: 20px;
}

.region-selected-button {
    background: transparent;
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.search-container .dropdown-menu.show {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: none;
    box-shadow: 0 10px 6px rgba(0, 0, 0, .3);
}

.accommodation-listing .dropdown-menu .dropdown-item {
    padding: 10px 25px;
}

.search-container .dropdown-menu {
    max-height: 275px;
    overflow-y: auto;
    padding-bottom: 20px;
}

.custom-listing-style {
    background-color: #fcfaf6;
}

.guestPageButton {
    background: transparent;
    border: 1px solid;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.guestPageButton:hover {
    background: #212529;
    color: #fff;
}

.rdrCalendarWrapper {
    width: 100% !important;
}

.rdrMonths {
    justify-content: center !important;
}


/* trip detail  */

.trip-details-ui {
    font-family: 'Larken';
}

.without-any-select-container {
    padding-left: 100px;
    padding-right: 55%;
}

.without-any-select-container .where-going-heading {
    font-size: 70px;
    font-weight: bold;
    padding: 60px 0 40px 0;
    line-height: normal;
}

.without-any-select-container .where-going-description {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 60px;
}

.your-itinerary-container {
    /* padding-top: 30px; */
}

.your-itinerary-container .your-itinerary-heading {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    /* padding-bottom: 20px; */
    width: 40%;
}

.your-itinerary-container .your-itinerary-description {
    font-size: 20px;
    width: 100%;
}

.your-itinerary-container .itinerary-card-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 300px; */
    margin: 0 auto;
    flex: 0 1 calc(100% - 1rem);
}

.your-itinerary-container .itinerary-card {
    background-color: #fff;
    border-radius: 0;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
    border: 1px solid #c4b1b1;
    height: 350px; /* Same height for all cards */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.your-itinerary-container .itinerary-card.with-image {
    padding: 0;
    border: none !important;
}

.your-itinerary-container .card-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.your-itinerary-container .itinerary-card-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.your-itinerary-container .itinerary-card-overlay.with-image-overlay {
    background-color: rgba(0, 0, 0, .6);

}
.your-itinerary-container .plus-circle {
    font-size: 24px;
    font-weight: bold;
    /* color: #000; */
    /* border: 2px solid #000; */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.your-itinerary-container .day-title {
    font-size: 50px;
    font-weight: 700;
    margin-top: 10px;
}

.your-itinerary-container .date-text {
    font-size: 14px;
    margin-top: 5px;
}
.active-button-trip-itinerary{
    background-color: rgb(162, 171, 148);
    color: rgb(255, 255, 255);
}
.itinerary-trip-days .my-selections{
    padding: 10px 30px;
    border: 1px solid #c4b1b1;
}
#showItineraryConformationCreate .itinerary-modal-confirmation{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    font-size: 20px;
}
#showItineraryConformationCreate .itinerary-modal-confirmation:hover{
    color: #ff987b;
}
.trip-creater-font{
    font-family: 'Larken';
    font-weight: bold;
}
.itinerary-day-count {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.custom-suggestions {
    position: absolute;
    z-index: 999;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    /* border-radius: 8px; */
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 350px;
    overflow-y: auto;
}

.suggestion-item {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #b7bdc2;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.suggestion-item span {
    font-weight: bold;
}

.trip-details-page {
    margin-top: 30px;
}

.trip-details-top-section {
    padding: 0 25%;
    text-align: center;
}

.trip-details-page .Trip-name {
    font-size: 70px;
    cursor: pointer;
}

.accommodation-image img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
  
.full-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}  

.region-div-bg {
    background-color: #dee5e5;
}

.bg-place-recommoded{
    background-color: #ffc6c6;
}

.trip-durration-bg {
    background-color: #ffc7c8;
}

.checklist-div-bg {
    background-color: #ff987b;
}

.checklist-div .check-list {
    width: 18px;
    height: 18px;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.checklist-div .check-list:checked::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 2px;
    background: url(../../listing-icons/check-check.png) no-repeat center center;
    background-size: contain;
    transform: scale(1);
    opacity: 1;
}

.checklist-div .check-list:checked {
    background-color: #008078;
    border-color: #008078;
}

  
.list-unstyled li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}


.overlay-add-trip-buttom {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* semi-transparent black */
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
}

.overlay-add-itinerary-buttom {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* semi-transparent black */
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
}
.overlay-add-itinerary-buttom .itinerary-day-add{
    background-color: #fff;
    padding: 15px 20px;
}

.overlay-add-trip-buttom button {
    min-width: 175px;
    font-size: 12px;
    font-weight: bold;
}
.overlay-add-trip-buttom button:hover{
    background: #212529;
    color: #fff;
}
.trip-faqs .faq-accordion-wrapper {
    margin-top: 2rem;
}

.trip-faqs .faq-item {
    background-color: #f7f5ed;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

.trip-faqs .faq-question {
    background: none;
    border: none;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 1rem;
    position: relative;
    color: #000;
}

.trip-faqs .faq-toggle-icon {
    position: absolute;
    right: 0;
    top: 0.2rem;
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='black' stroke-width='2' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

.trip-faqs .faq-question[aria-expanded="true"] .faq-toggle-icon {
    transform: rotate(180deg);
}

.trip-faqs .faq-answer {
    margin-top: 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}
.trip-faqs{
    padding-left: 100px;
    padding-right: 100px;
}
.add-stop-Button{
    cursor: pointer;
    font-weight: normal;
}
.add-stop-Button .first-stop{
    border: 1px dashed #e5e3e3;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
}
.add-stop-Button .first-stop.another-place{
    width: calc(100% - 55px);
    margin-left: auto;
}
.image-overlay-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.4); 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 3px solid #e9a687;
}

.delete-trip-cross-icon{
    position: absolute;
    right: -3px;
    top: -15px;
}
.delete-trip-day-cross-icon{
    position: absolute;
    right: -10px;
    top: -15px;
}
.image-overlay-container img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}
.create-tinerary-add-stop{
    position: absolute;
    top: 40%;
    text-align: center;
}
.create-tinerary-add-stop button {
    color: #e9a687;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: rgba(252,250,247, 0.2);
    border-radius: 6px;
    transition: background-color 0.3s;
}

#map-listing-list {
    background: rgba(252,250,247, 0.08); 
    backdrop-filter: blur(10px);         
    -webkit-backdrop-filter: blur(10px); 
    padding: 20px 10px;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
    position: absolute;
    bottom: 0;
    width: 100vw;
    z-index: 10;
    min-height: 454px;
}
#map-listing-list.show-slider{
    animation: showSliderUp 500ms ease-in;
  }

#map-listing-list.hide-slider{    
    animation:hideSliderDown 500ms ease-in;
    animation-fill-mode: forwards;
    
    /* 
        transform: translateY(105%);
        transition:  300ms; 
    */
}
.map-listing-carousel .create-itinerary-map-lisitng-carousel{
    background-color: transparent !important;
    padding: 8px; 
    box-sizing: border-box;
}
.custom-input-field{
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 99;
    background-color: #fff;
    padding: 10px 20px;
    transform: translate(-50%);
    display: flex;
    align-items: center;
}
.custom-input-field input{
    outline: none;
    border: none;
    background: transparent;
    color: #000;
}
.custom-input-field input::placeholder{
    color: #000;
}
.itinerary-pull-up-slider{
    position: absolute;
    z-index: 1030;
    left: 50%;
    display: block;
    bottom: 90%;
    width: 48px;
    height: 48px;
    transform: rotate(180deg);
    transition:  300ms;
    animation: jumpInfiniteups 1.5s infinite;
}
.itinerary-pull-down-slider{
    position: absolute;
    z-index: 1;
    left: 50%;
    display: block;
    bottom: 0;
    width: 48px;
    height: 48px;
    transition:  300ms;
    animation: jumpInfiniteups 1.5s infinite;
    
}
@keyframes jumpInfiniteups {
    0% {
      bottom: 90%;
    }
    50% {
        bottom: 88%;
    }
    100% {
        bottom: 90%;
    }
  }

.without-mypick-listings {
    position: relative;
    width: 100%;
    margin: auto;
}
  
.image-overlay-wrapper {
    position: relative;
    width: 100%;
}
  
.image-overlay-wrapper img {
    width: 100%;
    display: block;
}
  
.without-mypick-listings .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* dark transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    /* margin-top: -44px; */
}
.without-mypick-listings .overlay span{
    background-color: #000000;
    max-width: 300px;
    text-align: start;
    padding: 10px;
    font-size: 13px;
}
.active-create-listing-map-view{
    background-color: #000000 !important;
    color:  #fff !important;
}
.active-create-listing-map-view .map-card-title{
    color: #fff !important;
}
.map-view-addlisting{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    border: 3px solid #e9a687;
    align-items: center;
}
.map-view-addlisting #add-stop{
    color: #e9a687;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    /* width: 150px !important; */
}
.gm-style-iw.gm-style-iw-c button{
    z-index: 999999999999999 !important;
}

.added-listing-tooltips{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 15px;
    width: fit-content;
}
.added-listing-tooltips-with-toggle{
    position: absolute;
    bottom: 1rem;
    top: -4rem;
    background: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 15px;
    width: fit-content;
    height: fit-content;
}
.map-view-addlisting #remove-stop-from-map{
    color: #e9a687;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.trip-page-wrapper {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    overflow: unset;
    position: relative;
    margin-bottom: 60px;
}

.trip-main-container {
    flex: 1;
    /* overflow-y: auto; */
    margin-bottom: 0px;
    /* padding-bottom: 20px; */
}
.trip-main-content-padding{
    padding: 0 200px;
}
.trip-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    border-top: 1px solid rgb(33, 37, 41);
    margin: 0;
    width: 100%;
    background: #fff; 
    height: 60px;
    padding: 0;
    z-index: 9;
}

.trip-bottom-menu .nav-item {
    flex: 1;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trip-bottom-menu .nav-item:hover{
    background-color: #ff987b;
}
.trip-bottom-menu .nav-item.trip-active-tab{
    background-color: #ff987b;
}

.trip-bottom-menu .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgb(33, 37, 41);
}
.trip-bottom-menu .nav-item .nav-link{
    font-size: 20px;
}


.global-footer-for-paid-user {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    border-top: 1px solid rgb(33, 37, 41);
    margin: 0;
    width: 100%;
    background: #fff; 
    height: 60px;
    z-index: 99999;
}

.global-footer-for-paid-user .nav-item {
    flex: 1;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-footer-for-paid-user .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgb(33, 37, 41);
}
.global-footer-for-paid-user .nav-item .nav-link{
    font-size: 20px;
}

.trip-bottom-nav-arrow{
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.place-to-visit-page{
    margin: 40px 0px 20px 0;
}
.place-to-visit-page .my-selections{
    border: 1px solid #c4b1b1;
    gap: 5px;
    padding: 10px 15px;
    border-radius: 10px;
}
.trip-header-navigation-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    padding: 14px 15px;
    background: #fcfaf6;
    z-index: 99;
}
.trip-header-navigation-logo .menu-icon-trip{
    cursor: pointer;
    display: none;
}

.mobile-view-trip-menu {
    width: 100%;
    padding: 0;
    background-color: #f8f9fa;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    top: 75px;
    animation: slideDown 0.3s ease-in-out;
}
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-view-menu-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-view-menu-content .nav-item {
    border: 1px solid #000; /* inner borders */
    background-color: #ffffff;
    text-align: center;
    padding: 0.75rem 0.5rem;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.mobile-view-menu-content .nav-item.trip-active-tab{
    background-color: #ff987b;
}
.mobile-view-menu-content .nav-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.mobile-view-menu-content .trip-bottom-nav-arrow img {
    margin: auto;
}
.defaunt-trip-card{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 20px;
}
.defaunt-trip-card .defaunt-trip-card-plus{
    border: 2px solid #000;
    margin: 0;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-page-number-curcle{
    height: 25px;
    width: 25px;
    border: 1px solid #a01a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    font-size: 13px;
    color: #a01a1a;
}
.itinerary-author-details  .author-section .lp-title{
    font-family: 'Larken';
    font-weight: bold;
}
#itinerary-author-container .itinerary-title-container .lp-title{
    font-family: 'Larken';
    font-weight: bold;
}
#itinerary-author-container .lp-title{
    font-family: 'Larken';
    font-weight: bold;
}
.fi-title{
    font-family: 'Larken';
    font-weight: bold;
}
.custom-create-itinerary{
    min-height: 312px;
}
.custom-listing-select-inforcard{
    background: #f1f1f1;
    padding: 20px;
    margin-top: 10px;
}

.custom-listing-select-inforcard .website-link a{
    color: blueviolet;
}
.contaiiner-fluid{
    width: 200px;
}
.trip-model-image img{
    height: 70px;
    width: 70px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}
.step-progress-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    position: relative;
}
  
.step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    min-width: 60px;
  }
  
.step-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #cba269;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.step-circle.active {
    background-color: #cba269;
}
  
.step-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}
  
.step-circle.active .step-dot {
    background-color: #fff;
}
  
.step-line {
    height: 2px;
    background-color: #e0d4c0;
    position: absolute;
    top: 9px;
    left: 50%;
    width: 100%;
    z-index: 0;
}
  
.step-line.active {
    background-color: #cba269;
}
  
.step-label {
    margin-top: 8px;
    font-size: 0.8rem;
    /* color: #6c5c45; */
}

.recommended-listing-details-page{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 10px;
}

.recommended-listing-details-page .listing-images-details img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 180px;
}
.guidbook-upper-section{
    background-color: #f5f2ea;
    text-align: center;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guidbook-book-design{
    background-color: #7a876f;
    max-width: 350px;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #fff;
    font-family: 'Larken';
    
}
.guidbook-book-design  .trip-name-region-section{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.guidbook-book-design .trip-name-region-section span:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.2em; /* 2 lines ka approx height, depends on your font-size */
    line-height: 1.6em;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}
.guide-book-content{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-family: 'Larken';
}

.guide-book-content a {
    border-bottom: 1px solid #000;
    display: block;
    padding: 12px;
    position: relative;
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}
.guide-book-content a:first-child {
    border-top: 1px solid #000;
}

.guide-book-content a:hover{
    background-color: #000000;
    color: #fff;
}
.guide-book-content .active-link::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}

.guide-book-content a:hover::after {
    background-color: #fff;
    border: 1px solid #000;
}

.guidbook-book-design .trip-name-region-section img{
    max-height: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

.guidbook-book-design .guide-book-font {
    font-size: 10px;
}

.guide-book-bg-image{
    object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.trip-guide .guide-book-design{
    position: relative;
    width: 100%;
    max-width: 250px; 
    aspect-ratio: 3 / 4;
}
.trip-guide .guide-book-design .trip-guide-name{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 20%;
    left: 22%;
    overflow: hidden;
    width: calc(100% - 41%);
    height: calc(100% - 39%);
}
.trip-guide .guide-book-design .guide-image {
    flex: 1;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.trip-guide .guide-book-design .guide-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
}

.trip-guide .guide-book-region {
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trip-guide .guide-book-name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2em;
  max-height: 3.6em;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  word-break: break-word;
  margin-left: 8px;

}
.guide-book-name {
  /* min-height: 3.6em; */
  flex-shrink: 1;
}
.trip-name-region-section{
    min-height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.trip-guide .guide-book-region{
    font-size: 10px;
    margin-bottom: 10px;
}

.share-page {
    background-color: #fefcf9;
    text-align: center;
    padding: 40px 20px;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.share-page .trip-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Larken';
    font-weight: bold;
}

.trip-detail-overlay{
    position: absolute;
    width: 120px;
    background: rgba(0, 0, 0, .3);
    height: 100%;
    top: 0;
    left: 8px;
}
.btn-close {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important;
  opacity: 1;
}
.trip-name-font{
    font-family: 'Larken';
    font-size: 60px;
}
.trip-story-innerpadding{
    padding: 90px 0;
}
#custom-listings {
    width: 27%;
}
.itinerary-trip-show-map{
    transform: translate(-50%, 0) !important;
}



.page-heading-with-responsive-font{
    font-size: 64px;
}

.home-page-description-padding{
    padding: 0 250px;
}


.dash-col .dropdown-item.active, .dropdown-item:active{
    background-color: #000 !important;
}

.trip-paywall {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); /* semi-transparent black overlay */
    z-index: 9999; /* above everything */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    backdrop-filter: blur(2px); /* optional: adds blur effect */
    font-family: 'Larken';
}
.trip-paywall p{
    line-height: 45px;
}

.quiz-container{
    font-family: 'Larken';

}
.caroucel-cel-quiz{
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: calc(100dvh - 95px) !important;
}
.option-btn.correct {
    background-color: #198754;
    color: white;
}
.option-btn.wrong {
    background-color: #dc3545;
    color: white;
}
.option-btn {
    transition: all 0.3s ease-in-out;
    min-width: 320px;
    padding: 10px 0;
    background-color: #000000;
    color: #fff;
}
.question-block{
    width: auto !important;
}
.question-block .options{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto !important;
}
.question-block .qu{
    padding: 0 65px;
}
.add-font-larken{
    font-family: 'Larken';
}

.quiz-score-top-section{
    margin-top: 60px;
    padding: 0 200px;
}
.quiz-background-mobile {
    background-size: cover;
    background-position: center;
    /* min-height: 100vh; */
    position: relative;
}

.quiz-mobile-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.quiz-content-wrapper{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.without-image-quistions{
    padding: 0 30%;
}
.localtips-book-bg{
    background-color: #dee5e5;
    padding-top: 90px;
}
.quize-container-at-homepage{
    background-color: #dee5e5;
    font-family: 'Larken';
    padding: 20px 80px 20px 30px;
}
.quize-container-at-homepage h3{
    font-size: 40px;
}
.quize-container-at-homepage .fst-italic{
    font-size: 20px;
}
.magazine-container-at-homepagee{
    background-color: #dee5e5;
    text-align: center;
    font-family: 'Larken';
    padding: 30px 100px 0 100px;
    overflow: hidden;
}
.magazine-container-at-homepagee .magazine-cover{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: -10px;
}
.magazine-container-at-homepagee .magazine-cover img{
    width: 100px;
}

.magazine-container-at-homepagee h4{
    font-size: 39px;
    padding: 0 19%;
}
#map-icon-listing{
    object-fit: fill;
    object-position: center center;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.heading-with-line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.news-divider {
  border-top: 1px solid gray;
  padding-top: 16px;
  margin-top: 16px;
}
.news-archive-divider {
  border-top: 1px solid gray;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
}

.interesting-news-features .heading-border {
  height: 1px;
  background-color: gray;
}

.interesting-news-features .news-card {
    border: 1px solid #eee;
    font-family: 'Larken';
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding: 20px 60px 20px 10px ;
    cursor: pointer;
}

.news-card:hover {
  background-color: #F7EDDC;
}

.news-card .image-wrapper {
  flex-shrink: 0;
  height: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
}

.news-card .square-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-page-container{
    padding-left: 300px;
    padding-right: 10px;
}
.community-right-padding{
    padding-right: 140px;
}
.community-page-input-tab input{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 0;
    font-size: 18px;
    color: #ababab;
    font-family: 'Larken';
}

.community-page-input-tab input::placeholder {
    color: gray;

}
.static-feed-page-input textarea{
    border: none;
    outline: none;
    padding: 20px 20px;
    border-radius: 0;
    font-size: 18px;
    color: #ababab;
    font-family: 'Larken';
    
}

.static-feed-page-input textarea::placeholder {
    color: gray;
    padding-right: 400px;

}

.community-page-input-tab .tab-button{
    border: 0;
    background: transparent;
    font-size: 21px;
    font-family: 'Larken';
}   
.community-page-input-tab .tab-button-container{
    padding: 40px 0;
}
.community-feed{
    font-family: 'Larken';
    padding-top: 35px;
    padding-bottom: 35px;
}
.community-feed .community-feed-description{
    font-size: 20px;
}
.community-feed .community-feed-title{
    font-size: 24px;
}
@media (max-width: 1200px){
    .community-page-container{
        padding: 15px;
    }
}
@media (min-width: 576px) {
    .your-itinerary-container .itinerary-card-wrapper {
        flex: 0 1 calc(50% - 1rem);
    }
}
@media (max-width: 1024px){
    .itinerary-day-count{
        grid-template-columns: repeat(2, 1fr);
    }
    .trip-details-top-section{
        padding: 0 20px;
    }
    .magazine-container-at-homepagee{
        padding: 30px 20px 0 20px;
    }
    .magazine-container-at-homepagee h4{
        padding: 0;
        font-size: 30px;
    }
    .trip-regions{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(max-width:992px) {
    .trip-regions{
        grid-template-columns: repeat(3, 1fr);
    }
    .page-heading-with-responsive-font{
        font-size: 26px;
    }
    .home-page-description-padding{
        padding: 0 0px;
    }
    .your-itinerary-container .itinerary-card-wrapper {
        flex: 0 1 calc(25% - 1rem);
    }
    .trip-page-wrapper{
        height: 100%;
        margin-bottom: 0;
    }
    .trip-details-page .Trip-name{
        font-size: 40px;
    }
    #custom-listings {
        width: 100%;
    }
    .trip-details-top-section{
        padding: 0 20px;
    }
    .trip-main-content-padding{
        padding: 0 15px;
    }
     .trip-header-navigation-logo{
        padding: 14px 15px;
    }
    .trip-header-navigation-logo .menu-icon-trip{
        display: block;
    }
    .trip-bottom-menu{
        display: none;
    }
    .trip-name {
        padding: 0 5px;
    }
    .trip-details-top-section{
        padding: 0 10%;
    }
    .trip-main-container{
        margin-bottom: 0;
    }

    .trip-onboarding-button {
        min-width: 170px;
        padding: 18px 20px;
    }
    .without-any-select-container{
        padding-right: 100px;
    }
    .your-itinerary-container .your-itinerary-heading{
        width: 90%;
    }
    .your-itinerary-container .your-itinerary-description{
        width: 100%;
    }
    .itinerary-day-count{
        grid-template-columns: repeat(2, 1fr);
    }
    .without-any-select-container{
        padding: 0 100px;
    }
    .global-footer-for-paid-user{
        display: none;
    }
}
@media (max-width: 768px) {
    .community-page-container{
        padding: 15px;
    }
    .community-right-padding{
        padding-right: 0;
    }
    .quize-container-at-homepage{
        padding: 20px;
    }
    .interesting-news-features .news-card{
        padding: 15px;
    }
    .news-card .image-wrapper{
        height: 300px !important;
        width: 100%;
    }
    .without-image-quistions{
        padding: 0;
    }
    .question-block .qu{
        padding: 0;
    }
    .quiz-content-wrapper{
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
    }
    .quiz-score-top-section{
        padding: 0;
    }
    .your-itinerary-container .itinerary-card-wrapper {
        flex: 0 1 calc(33.333% - 1rem);
    }
    .trip-guide .guide-book-design{
        width: 100%;
        max-width: 100%;
    }
    .trip-page-wrapper{
        height: 100%;
        margin-bottom: 0;
    }
    .trip-details-top-section{
        padding: 0;
    }
    .trip-welcome-section{
        padding: 0;
    }
    .without-any-select-container{
        padding: 0;
    }
    .without-any-select-container .where-going-heading{
        text-align: center;
        font-size: 50px;
    }
    .your-itinerary-container .your-itinerary-description{
        width: 100%;
    }
    .your-itinerary-container .your-itinerary-heading{
        width: 100%;
        font-size: 50px;
    }
    .itinerary-day-count{
        grid-template-columns: repeat(1, 1fr);
    }
    .trip-faqs{
        padding: 0;
    }
    .trip-main-content-padding{
        padding: 0 15px;
    }
    .trip-name-font{
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .trip-regions{
        grid-template-columns: repeat(1, 1fr);
    }
    .trip-onboarding-button {
        min-width: 150px;
        padding: 18px 15px;
        font-size: 16px;
    }
    .option-btn{
        width: 100%;
    }
    .image-overlay-wrapper img {
        min-height: 300px;
        object-fit: cover;
        object-position: left;
    }
}

/* .create-trip-input:focus{
} */