/* Global Variables */
:root {
    --outfit-font: 'Outfit';
    --poppins-font: 'Poppins';
    --manrope-font: 'Manrope';
    --button-gradient: linear-gradient(92.92deg, #99D98C -13.66%, #184E77 185.36%);
    --text-light: #FAFAFA;
    /* Global light text color */
    --text-dark: #0E0E0F;
    /* Global dark text color */
    --text-primary: #184E77;
    /* Global primary text color */
    --body-bg-color: #141418;
    /* Global body background color */
    --button-radius: 80px;
    /* Global button border radius */
}

body {
    background: var(--text-light) !important;
    box-sizing: border-box;
}

.hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: -125px;
    padding-top: 500px;
    padding-bottom: 50px;
}

#blur-nav {
    background-color: rgba(14, 14, 15, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 16px;
}

.nav-link:focus,
.nav-link:hover {
    color: #99D98C !important;
}

.nav-item-container,
.login-btns {
    width: 36%;
}

.main-logo {
    width: 28%;
}

a.nav-link {
    font-weight: 500;
    font-size: 14px;
    color: var(--text-light);
    font-family: var(--outfit-font);
}

.signin-btn,
.signup-btn,
.rent-now {
    font-size: 16px;
    color: var(--text-light);
    font-family: var(--outfit-font);
    font-weight: 600;
}

.rent-now {
    display: inline-flex;
}

.rent-now,
.contact-detail-btn,
.nav-signup-btn {
    background: var(--button-gradient);
    border-radius: var(--button-radius);
    padding: 12px 50px;
}

.sign-in-modal a {
    width: 47%;
    text-align: center;
    background: var(--button-gradient);
    color: var(--text-light);
    font-family: var(--outfit-font);
    border-radius: var(--button-radius);
    padding: 10px;
    border: 1px solid;
}

.sign-in-modal a:hover {
    background: var(--text-light);
    color: #000000;
    border: 1px solid;
}

.contact-detail-btn {
    border: 1px solid;
    color: var(--text-light);
}

.nav-signup-btn:hover,
.rent-now:hover,
.footer-submit-button:hover,
.contact-detail-btn:hover {
    background: var(--text-light);
    color: var(--text-dark);
}

.menu-offcanvas {
    background-color: #000 !important;
}

.search-tabs {
    backdrop-filter: blur(10px);
    background: #141418D9;
    border-radius: 16px;
    padding: 32px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #FFFFFF !important;
    color: var(--text-primary) !important;

}

.footer {
    border-radius: 16px;
    border: 1px solid #3F3F46;
    background: var(--body-bg-color);
}

nav {
    background: var(--body-bg-color);
    border-radius: 16px;
}

.footer-left {
    width: 35%;
}

.footer-right {
    width: 35%;
    display: flex;
    flex-direction: column;
    padding-left: 120px;
    gap: 10px;
}

.footer-left h6 {
    font-size: var(--outfit-font);
    font-weight: 300;
    color: #A1A1AA;
}

.footer-right h6 {
    font-family: var(--poppins-font);
    font-size: 24px;
    color: var(--text-light);
    font-weight: 500;
}

.footer-links h6 {
    color: var(--text-light);
    font-weight: 500;
    font-size: var(--outfit-font);

}

.footer-links a {
    color: #71717A;
    font-size: 16px;
    font-family: var(--outfit-font);
    font-weight: 500;
    text-decoration: none;

}

.footer-email-form {
    display: flex;
    align-items: center;
    border: 1px solid #A1A1AA;
    border-radius: 202px;
    padding: 8px 8px 8px 25px;
    margin: 10px 0 15px 0;
}

.footer-email-input {
    flex: 1;
    color: var(--text-light);
    border: none;
    background: transparent;
    margin-right: 10px;
}

.footer-email-input:focus-visible {
    border: none;
    outline: none;
}

.footer-submit-button {
    padding: 10px 30px;
    background: var(--button-gradient);
    color: var(--text-light);
    border: none;
    border-radius: 80px;
    cursor: pointer;
}

.footer-right a {
    color: #A1A1AA;
    font-size: 14px;
    font-family: var(--poppins-font);
    font-weight: 500;
    text-decoration: none;
}

.hostguests-rights {
    margin-top: 30px;
}

.hostguests-rights h6,
.hostguests-rights a {
    color: #A1A1AA;
    font-size: 14px;
    font-family: var(--poppins-font);
    font-weight: 500;
    text-decoration: none;
}

#pills-home-tab,
#pills-profile-tab {
    border-radius: 50px;
    font-family: var(--poppins-font);
    font-size: 16px;
    font-weight: 600;
    border: 0.5px solid #FFFFFF;
    padding: 12px;

}

.nav-pills .nav-item .nav-link {
    color: #FFFFFF;
}

.nav-pills .nav-item {
    width: 49%;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-row .input-container {
    position: relative;
}

.form-row input,
.form-row select,
.form-row textarea {
    padding: 17px 17px 17px 50px;
    border: 0.5px solid #FFFFFF;
    border-radius: 202px;
    width: 100%;
    background: transparent;
    color: #D4D4D8;
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 400;
}

#distance option {
    color: #000000;
    background: var(--text-light) !important;
    font-family: var(--poppins-font) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    width: fit-content !important;
}
.custom-select option {
    color: #000000;
    background: var(--text-light) !important;
    font-family: var(--poppins-font) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    width: fit-content !important;
}

.form-row .icon {
    position: absolute;
    left: 15px;
    top: 56%;
    width: 20px;
    height: 20px;
}

.select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.icon-left {
    position: absolute;
    left: 15px;
}

.custom-select {
    appearance: none;
}

.dropdown-icon {
    position: absolute;
    right: 10px;
}

.half-width {
    width: 49% !important;
}

.quarter-width {
    width: 24%;
}

.input-heading {
    color: var(--text-light);
    font-family: var(--poppins-font);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.filter-button {
    margin: 0 0 5px 10px;
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: 0.5px solid #E4E4E7;
    border-radius: 50px;
    width: 85px;
    height: 20px;
}

.filter-button.selected {
    background-color: #fff;
    color: var(--text-dark);
}

.filter-button:hover {
    background-color: #fff;
    color: var(--text-dark);

}

.submit-button {
    font-family: var(--outfit-font);
    padding: 15px;
    background: var(--button-gradient);
    border-radius: 80px;
    color: var(--text-light);
    transition: background-color 0.3s;

}

.submit-button:hover {
    background: var(--text-light);
    color: var(--text-dark);
}

.submit-button:focus,
.filter-button:focus {
    outline: none;
}

.submit-btn-width {
    width: 62%;
}

.submit-btn-host {
    width: 49%;
    height: 56px;
    margin-top: 34px;
}

h3,
.model-label {
    font-family: var(--poppins-font);
    font-weight: 600 !important;
}

.slider {
    position: relative;
    width: 100%;
    margin: auto;
}

.image-wrapper {
    height: 242px;
    position: relative;
}

.bookmark {
    top: 5%;
    right: 3%;
    width: 32px;
    height: 33px;
    color: var(--text-light);
    backdrop-filter: blur(8px);
    background: #10101080;
    border: 0.5px solid #FFFFFF80;
    cursor: pointer;
}

.slide {
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow:
        0px 3px 2px 0px #11141B0F,
        0px 1px 3px 0px #11141B1A;
    margin-bottom: 25px;
    text-decoration: none;
    color: #000;
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.dollar-circle {
    width: 12px !important;
    height: 12px !important;
}

.slick-slide {
    margin: 10px;
}

.slick-next,
.slick-prev {
    top: -4% !important;
}

.slick-prev {
    left: 90% !important;
}

.slick-next {
    right: 4% !important;
}

.slick-next:before,
.slick-prev:before {
    color: #000 !important;
    font-size: 30px !important;
}

.slider .slide .image-wrapper .main-image {
    width: 100%;
    border-radius: 12px 12px 0 0;
    height: 100%;
}

.name-price h6 {
    font-family: var(--outfit-font);
    font-weight: 600;
    color: var(--text-dark);
}

.name-price p {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 14px;
    font-family: var(--poppins-font);
    text-decoration: underline;
    gap: 2px;
}

.room-description {
    font-size: 10px;
    font-family: var(--poppins-font);
    font-weight: 300;
}

.contact-member {
    border-radius: 80px;
    font-size: 10px;
    border: 0.5px solid var(--text-primary);
    color: var(--text-primary);
    padding: 10px;
    font-family: var(--manrope-font);
    font-weight: 700;
    background: #fff;
}

.contact-member:hover {
    background: var(--text-primary);
    color: var(--text-light);
    border: 0.5px solid var(--text-light);
}

.featured-listing,
.rating-reviews,
.lisitng-detail-wrap {

    background-color: var(--text-light);
    padding: 20px 10px 10px 10px;
    border-radius: 16px;
}

.best-host-btns,
.discover-description,
.discount-heading {
    color: var(--text-light);
    font-family: var(--outfit-font) !important;
}

.discover-links a {
    font-size: 16px;
    font-family: var(--poppins-font);
    color: var(--text-light);
    border: 1px solid #A1A1AA;
    padding: 6px 28px;
}

.home-testimonial {
    box-shadow: 0px 1px 3px 0px #11141B1A;
    border-radius: 21.7px;
    padding: 21.7px;
    position: relative;
}

.review-date,
.review-readmore,
.review-des,
.modal-body-text {
    font-size: 18.08px;
    font-family: var(--poppins-font);
    font-weight: 400;
    line-height: 20px;
    color: #3F3F46;
}

.review-des {
    line-height: 28.93px !important;
}

.review-readmore {
    color: var(--text-primary) !important;
}

.my-slide {
    transition: opacity 0.5s ease;
    /* Added transition for smooth effect */
}

.slick-list {
    padding-left: 0px !important;
    /* half partial */
}

.valid-dates {
    color: var(--text-light);
    font-family: var(--outfit-font);
    font-size: 14px;
    font-weight: 500;
    background: #14141880;
    backdrop-filter: blur(16px);
    border-radius: 73px;
}

.card-description {
    color: var(--text-light);
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    width: 60%;
}

.card-inner {
    width: 49%;
    margin-bottom: 20px;
    border-radius: 16px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-blend-mode: color;
}

.inner-con-left {
    width: 41.8%;
    display: grid;
    place-content: space-between;
}

.card-price {
    font-size: 80px;
    font-family: var(--outfit-font);
    font-weight: 600;
    color: var(--text-light);
}

.TaC-text {
    font-weight: 300;
    font-family: var(--outfit-font);
    color: #A1A1AA;
}

.promotions-banners img {
    margin-bottom: 20px;
}

.featured-post,
.host-available {
    border-radius: 16px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-blend-mode: overlay;
}

.host-available {
    padding: 130px 20px 40px 20px;
}

.featured-post {
    padding: 70px 20px 15px 20px;
}

.featured-post h2,
.right-footer-banner h2 {
    color: var(--text-light);
    font-family: var(--outfit-font);
    line-height: 36px;
    font-weight: 500;
    font-size: 32px;
    width: 65%;
}

.featured-post h6 {
    font-weight: 400;
    font-family: var(--outfit-font);
    color: #A1A1AA;
    margin-bottom: 65px;
}

.host-available h6 {
    color: var(--text-light);
    font-family: var(--outfit-font);
    font-weight: 500;
    line-height: 8px;

}

.host-available h1 {
    color: var(--text-light);
    font-family: var(--outfit-font);
    font-size: 60px;
    font-weight: 600;
}

.right-footer-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-blend-mode: overlay;
    padding: 253px 65px;
    width: 57%;
    border-radius: 16px;
}

.right-footer-banner h2 {
    width: 100%;
}

.around-search-text {
    color: #A1A1AA;
    font-family: var(--outfit-font);
    font-weight: 400;
}

.search-img-box {
    width: 35%;
    height: 132.6px;
}

.search-img-box img {
    border-radius: 12px 0px 0px 12px;
}

.search-result-list {
    padding: 10px;
    width: 48.5%;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px #11141B0F, 0px 1px 3px 0px #11141B1A;
    border-radius: 12px;
}

.content-box {
    width: 65%;
    padding: 0 15px 0 15px
}

.detail-image {
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}

.carousel-control-prev-icon {
    background-image: url(/frontend/images/icons/left-detail.svg) !important;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-control-next-icon {
    background-image: url(/frontend/images/icons/right-detail.svg) !important;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-item {
    height: 600px;
}

.detail-list-name {
    font-size: 36px;
}

.detail-price {
    font-size: 28px !important;
    text-decoration: none !important;
    color: var(--text-primary) !important;
}

.detail-description {
    font-size: 18px;
}

.b-heaidng {
    color: #0E0E0F;
    font-family: var(--poppins-font);
    font-size: 20px;
    font-weight: 600;
}

.detailed-description {
    color: #3F3F46;
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;

}

.filter-list {
    border-bottom: 1px solid #E4E4E7;
    width: 49%;
    margin-bottom: 20px;
}

.filter-list h6 {
    color: #3F3F46;
    font-family: var(--poppins-font);
    font-weight: 400;
    font-size: 15.01px;
}

.filter-list h5 {
    color: #0E0E0F;
    font-family: var(--poppins-font);
    font-weight: 600;
    font-size: 18.02px;
    margin-bottom: 20px;

}

#body-color {
    background: var(--text-light) !important;
}

#navbar-color,
#footer-color {
    background: #141418 !important;
}

.profile-aside,
.inbox-aside {
    width: 35%;
    border: 1px solid #00000080;
    border-radius: 12px;
    padding: 22px;
}

.profile-content,
.chat-content {
    width: 65%;
    border: 1px solid #00000080;
    border-radius: 12px;
    padding: 22px;

}

.profile-heading {
    border-bottom: 1px solid #101010;
    padding-bottom: 15px;
    font-family: var(--manrope-font);
    font-size: 19.22px;
    color: #101010;
}

.profile-aside-links {
    padding-right: 20px;
}

.profile-aside-links a {
    text-decoration: none;
    font-size: var(--poppins-font) !important;
    font-size: 16.02px !important;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000BF !important;
    margin-bottom: 25px;
}

.profile-aside-links .active {
    background: #EEEEEE;
    border-radius: 8px;
    font-weight: 400;
    padding: 10px;
}

.logout-btn {
    font-family: var(--poppins-font);
    font-size: 19.22px;
    font-weight: 600;
    text-decoration: none;
    color: #101010;
    padding: 16px 120px;
    border: none;
    background: transparent;
}

.logout-btn-wrap {
    border-radius: 128.14px;
    border: 1px solid #101010;
    text-align: center;
    padding: 16px 25px;
}

.user-name h4 {
    color: #0E0E0F;
    font-size: 24.68px;
    font-weight: 600;
    font-family: var(--outfit-font);
}

.user-name h6 {
    color: #3F3F46;
    font-size: 15.43px;
    font-weight: 400;
    font-family: var(--outfit-font);
}

.change-info {
    color: var(--text-primary);
    font-family: var(--outfit-font);
    font-size: 21.6px;
    font-weight: 600;
}



.profile-labels {
    color: #27272A;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--outfit-font);
}

.profile-input {
    border: 1px solid #A1A1AA;
    border-radius: 311.59px;
    padding: 16px 30px;
    color: #0E0E0F;
    font-weight: 500;
    font-family: var(--poppins-font);
    font-size: 18px;
    background: var(--text-light);
}

.language-options {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    width: 100%;
    box-sizing: border-box;
}

.profile-form-button {
    background: #101010;
    color: var(--text-light);
    font-size: 16px;
    font-family: var(--poppins-font);
    font-weight: 600;
    border-radius: 80px;
    padding: 16px;
    border: 1px solid;
}

.profile-form-button:hover {
    background: var(--text-light);
    color: #101010;
    border: 1px solid #101010;
}

.profile-form .input-container {
    margin-bottom: 35px;
}

.mobile-aside {
    display: none;
}

.inbox-aside {
    list-style-type: none;
    max-height: 85vh;
    overflow-y: auto;
    height: 85vh;
}

.chat-content {
    max-height: 85vh;
    overflow-y: auto;
    height: 85vh;
}

.chat-content-new {
    max-height: 100vh;
    overflow-y: auto;
    height: 100vh;
}

.chat-time {
    font-size: 13px;
    color: #6c757d;
}

.chat-left-msg {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #eff2f5;
    padding: 0.8rem;
    border-radius: 12px;
    max-width: 480px;
    text-align: left;
    border-top-left-radius: 0;
    color: #fff;
}

.chat-right-msg {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #dcedff;
    padding: 0.8rem;
    border-radius: 12px;
    float: right;
    max-width: 480px;
    text-align: left;
    border-bottom-right-radius: 0;
    color: #fff;
}

.mobile-sidebar-btn {
    display: none !important;
}

/* Custom Scrollbar for WebKit browsers */
.inbox-aside::-webkit-scrollbar,
#chatContent::-webkit-scrollbar {
    /* width: 2px;  */
    display: none;
}

/* 
.inbox-aside::-webkit-scrollbar-track {
    background: transparent; 
}

.inbox-aside::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px; 
} */
.inbox-aside h6,
#chatHeader {
    font-family: var(--outfit-font);
    font-weight: 600;
    color: #0E0E0F;
}

.chat-content {
    display: flex;
    flex-direction: column;
}

.chat-name h4 {
    font-size: 12px;
}

.chat-name h6 {
    font-size: 10px;
}

#userList {
    list-style: none;
}

#userList li {
    list-style: none;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 12px;
}

#userList .active {
    background: #D4D4D840;
}

.last-text-time {
    font-family: var(--poppins-font);
    font-size: 12px;
    font-weight: 400;
    color: #A1A1AA;
}

.truncate-text {
    color: #0E0E0F;
    font-weight: 300;
    font-size: 10px;
    font-family: var(--poppins-font);
}

.total-unseen-text {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--text-primary);
    color: var(--text-light);
    font-family: var(--poppins-font);
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: end;
    justify-content: center;
}

.time-text {
    display: grid;
    place-items: end;
}

.chat-content-header {
    background: #1414180D;
    border-radius: 16px;
    padding: 16px 20px;
}

.chat-content {
    padding: 12px;
}

.searchInput {
    background: #1414180D !important;
    font-size: 14px !important;
    font-family: var(--poppins-font);
}

.searchInput:focus {
    border-color: #1414180D !important;
    box-shadow: none !important;
}

.messages-sent {
    background: var(--text-primary);
    padding: 10px;
    border-radius: 16px 16px 0px 16px;
    max-width: 300px;
    width: fit-content;
    margin-bottom: 40px;
}

#chatContent {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 20px;
}

.actual-message {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--poppins-font);
    color: var(--text-light);
    line-height: 24px;
}

.msg-rec {
    color: #0E0E0F;
}

.read-time {
    text-align: right;
    font-size: 10px;
    font-weight: 300;
    font-family: var(--poppins-font);
    color: var(--text-light);
    line-height: 16px;
}

.messages-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.messages-received {
    background: #1414180D;
    max-width: 314px;
    width: fit-content;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 16px 16px 16px 0px;
    align-self: self-start;
}

.messages-received .actual-message {
    color: #0E0E0F;
}

.messages-received .read-time {
    text-align: right;
    font-size: 10px;
    font-weight: 300;
    font-family: var(--poppins-font);
    line-height: 16px;
    text-align: left;
    color: #0E0E0F;
}

#messageInput {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #11141B0D;
    padding: 6px 16px !important;
    border-radius: 202px !important;
    color: #0E0E0F;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--poppins-font);
}

#messageInput::placeholder {
    color: #D4D4D8;
    font-weight: 600;
}

/* SIGN IN CSS START  */

.login-cart,
.signup-cart {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px;
    width: 50%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 20px auto;
}

.login-input-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px 15px;
}

.is-invalid {
    border: 2px solid rgba(220, 53, 69, 1) !important;
}

.welcome-heading {
    font-size: 26px;
    font-family: var(--manrope-font);
    font-weight: 700;
}

.welcome-text {
    font-family: var(--manrope-font);
    font-size: 15px;
}

.login-input-wrap img.email-icon,
img.password-icon {
    width: 20px;
    margin-right: 10px;
}

.login-email[type="email"],
.login-email[type="text"],
.login-password[type="password"],
.sigup-ps[type="password"] {
    outline: none;
    font-size: 14px;
    background: none;
}

#contact-msg {
    outline: none;
    background: none;
}

.continue-btn {
    background: var(--button-gradient);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
}

.divider {
    position: relative;
    margin-bottom: 20px;
}

.divider span {
    background-color: white;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.divider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
    z-index: 0;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s;
}

.social-btn img {
    width: 20px;
    margin-right: 10px;
}

.social-btn.apple,
.social-btn.google,
.social-btn.facebook {
    background: #ffffff;
}

.terms {
    font-size: 16px;
    color: #999;
}

.terms a {
    color: var(--text-primary);
}

/* SIGN IN CSS END  */

.premium-feature {
    padding: 16px 12px;
    background: var(--button-gradient);
    border-radius: 8px;
}

.premium-feature h6,
.see-premium {
    font-family: var(--poppins-font);
    color: var(--text-light);
}

.listing-labels {
    color: #27272A;
    font-family: var(--outfit-font);
    font-weight: 600;
    margin-bottom: 7px;
}

.listing-form-row input,
.listing-form-row select,
.form-row textarea {
    border: 1px solid #000000;
    color: var(--text-dark);
    padding: 17px 17px 17px 20px;
}

.form-row textarea {
    border-radius: 12px;
}

.custom-date {
    width: 100%;
    padding-left: 30px;
    -webkit-appearance: none !important;
    -moz-appearance: textfield;
    appearance: none;
    cursor: pointer;
    appearance: none !important;
}

.toggle-buttons {
    display: flex;
    gap: 10px;
}

.toggle-option {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #000000;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    color: #333;
    font-weight: bold;
    transition: all 0.3s;
    font-family: var(--poppins-font);
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+.toggle-option {
    background: var(--button-gradient);
    color: white;
    border: 1px solid;
}

.toggle-option:hover {
    border-color: #888;
}

.listing-form-row {
    margin-bottom: 13.2px;
}

.host-user {
    border: 1px solid #000000;
    margin-bottom: 0;
}

.delete-title {
    font-size: 26px;
    font-weight: 600;
    font-family: var(--outfit-font);
}

.delete-label {
    font-size: 16px;
    font-family: var(--outfit-font);
    font-weight: 500;
    color: #27272A;
}

.delete-textarea {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #A1A1AA;
    border-radius: 8px;
    resize: none;
    margin-bottom: 20px;
    background: transparent;
    margin-top: 7px;
    color: #0E0E0F;
    font-family: var(--poppins-font);
    font-weight: 300;
    font-size: 14px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.form-checkbox-delete {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: var(--text-primary);
}

.checkbox-label {
    font-family: var(--poppins-font);
    font-size: 12px;
    color: #3F3F46;
    font-weight: 400;
}

.delete-button {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #a00034;
    border: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: var(--outfit-font);
}

.delete-button:hover {
    background-color: #76062d;
}

.button-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.contact-us-text {
    font-family: var(--poppins-font);
    font-size: 14px;
    color: #3F3F46;
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1400px) {
    .logout-btn {
        padding: 16px 70px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    /* Styles for large laptops */
    .nav-item-container,
    .login-btns {
        width: 45%;
    }

    .main-logo {
        width: auto;
    }

    .search-tabs {
        padding: 20px;
    }

    .image-wrapper {
        height: 210px;
    }

    .card-description {
        width: 80%;
    }

    .footer-submit-button {
        padding: 7px 11px;
    }

    .logout-btn {
        padding: 16px 50px;
    }

}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

    /* Styles for tablets and small laptops */
    .menu-button,
    .right-icons-short {
        width: 40%;
    }

    .main-logo-mobile {
        width: 20%;
    }

    .right-icons-short {
        padding-right: 10px;
    }

    .search-tabs {
        padding: 20px;
    }

    .image-wrapper {
        height: 190px;
    }

    .slick-prev {
        left: 88% !important;
    }

    .card-description {
        width: 80%;
    }

    .footer-banners {
        flex-direction: column;
        row-gap: 20px;
    }

    .inner-con-left {
        display: flex;
        width: 100%;
    }

    .featured-post,
    .host-available {
        width: 50%;
    }

    .featured-post h2,
    .right-footer-banner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .right-footer-banner {
        width: 100%;
        padding: 150px 70px;
    }

    .footer-email-input {
        font-size: 9px;
    }

    .footer-submit-button {
        padding: 5px 8px;
    }

    .content-box {
        padding: 0 10px 0 10px;
    }

    .carousel-item {
        height: 400px;
    }

    .logout-btn {
        padding: 16px;
    }

    .inbox-aside {
        padding: 12px;
    }

    #userList li {
        padding: 5px;
    }

    .last-text-time {
        font-size: 10px;
    }

    .user-info {
        gap: 5px;
    }

    .login-cart,
    .signup-cart {
        width: 70%;
        padding: 35px;
    }
}

/* Small devices (tablets, up to 767.98px) */
@media (max-width: 767px) {

    /* Styles for small tablets and phones */
    .menu-button,
    .right-icons-short {
        width: 45%;
    }

    .main-logo-mobile {
        width: 10%;
    }

    .search-tabs {
        padding: 20px 10px 5px 10px;
    }

    #pills-home-tab,
    #pills-profile-tab,
    .form-row input {
        font-size: 12px;
    }

    .form-row {
        flex-direction: column;
        row-gap: 7px;
    }

    .half-width,
    .quarter-width {
        width: 100% !important;
    }

    .filter-button {
        width: 73px;
    }

    .submit-btn-width,
    .submit-btn-host {
        width: 100%;
        margin-top: 20px;
    }

    .featured-listing {
        margin-left: 10px;
        margin-right: 10px;
    }

    .image-wrapper {
        height: 242px;
    }

    .slick-prev {
        left: 78% !important;
    }

    .home-testimonial {
        padding: 10px;

    }

    .review-date,
    .review-readmore,
    .review-des {
        font-size: 12.08px;
        line-height: 20px;
    }

    .review-des {
        line-height: 15px !important;
    }

    .discount-card-wrap {
        flex-direction: column;
    }

    .card-inner,
    .card-description {
        width: 100%;
    }

    .promotions-banners {
        flex-direction: column;
        row-gap: 30px;
    }

    .footer-banners {
        flex-direction: column;
        row-gap: 20px;
    }

    .inner-con-left {
        row-gap: 20px;

    }

    .inner-con-left,
    .featured-post h2,
    .right-footer-banner,
    .footer-left,
    .footer-right,
    .search-result-list,
    .chat-content {
        width: 100%;
    }

    .right-footer-banner {

        padding: 100px 20px;
    }

    .right-footer-banner h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .footer .logo-links {
        flex-direction: column;
    }

    .footer-submit-button {
        padding: 0 5px;
    }

    .footer-email-form {
        padding: 8px 8px 8px 15px;
    }

    .footer-email-input {
        font-size: 12px;
    }

    .hostguests-rights {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .footer-links,
    .footer-right {
        margin-top: 20px;
    }

    .footer-email-form {
        margin: 15px 0;
    }

    .search-result-wrap {
        flex-direction: column;
    }

    .content-box {
        padding: 0 10px 0 10px;
    }

    .room-description {
        font-size: 9px;
    }

    .carousel-item {
        height: 300px;
    }

    .detail-description {
        font-size: 12px;
    }

    .profile-aside {
        display: none;
    }

    .profile-content {
        width: 100%;
        margin-top: 50px;
    }

    .user-name h4 {
        font-size: 16px;
    }

    .user-name h6 {
        font-size: 10px;
    }

    .change-info {
        font-size: 15px;
    }

    .mobile-aside {
        display: block;
        text-align: end;
    }

    .logout-btn {
        padding: 16px 72px;
    }

    .inbox-aside {
        display: none;
    }

    .login-cart,
    .signup-cart {
        width: 100%;
        padding: 20px;
    }

    .sign-in-modal a {
        font-size: 12px;
    }

    .modal-dialog {
        margin-top: 200px !important;
    }

    .mobile-sidebar-btn {
        display: block !important;
    }

    .premium-feature h6,
    .see-premium {
        font-size: 10px;
    }

    .my-save-list {
        padding: 10px;
    }

    .my-listing-form {
        margin-top: 10px;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575px) {

    .mobile-navbar,
    .footer,
    .featured-listing,
    .rating-reviews {
        border-radius: 0;
    }
}

.privacy-text{
    padding: 7px;
    width: 100%;
    background: transparent;
    color: #000000;
    font-family: var(--poppins-font);
    font-size: 14px;
    font-weight: 400;
}

.highlight {
    border: 5px solid yellow;
    transition: background-color 0.3s ease;
}

#links nav div {
    background: #FAFAFA !important;
}

.pointer {
    cursor: pointer;
}

.badge-notify {
    position: absolute;
    top: 0px;
    left: 17px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f01414;
}

.h-border:hover {
    border: 1px solid green !important;
}

.host-available{
    margin-top:20px;
}