﻿:root {
    --primary: #ffffff;
    --dark: #111111;
    --accent: #ffd400;
    --font-base: 'DM Sans', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: var(--font-base);
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1a1a1a;
    font-weight:400;
    letter-spacing: -.005em;
}

.font-head {
    font-family: Archivo Black,Archivo,sans-serif!important;
    font-weight: 900!important;
    letter-spacing: -.025em!important;
    line-height: 1
}
.mx-w-md {
max-width:28rem;
}
/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fffc;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.header-topbar {
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.header-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    max-width: 1440px;
    margin: 0 auto;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 12px 0;
}

.header-logo {
  
}

    .header-logo img {
        display: block;
        padding-left: 3px;
    }

.header-location-link {
    font-family: var(--font-base);
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #0f172a;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1.5px solid #0f172a;
    padding-bottom: 1px;
}

.header-location-link::after {
    margin-left: 2px;
}

.header-location-link:hover {
    color: #475569;
    border-bottom-color: #475569;
}
.header-icon-link span.account {
    border: 1px solid #0000004d;
    border-radius: 99999px;
    padding: 5px 6px;
}
.header-icon-link span.help {
    border: 1px solid #0000004d;
    border-radius: 99999px;
    padding: 5px 8px;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 0;
}

.header-book-btn {
    font-family: var(--font-base);
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: #0f172a;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s;
}

.header-book-btn:hover {
    background: #1e293b;
    color: #fff;
}

.header-icon-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-base);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #334155;
    text-decoration: none;
    transition: color .15s;
}

.header-icon-link:hover {
    color: #0f172a;
}

.header-lang-link {
    font-family: var(--font-base);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #334155;
    text-decoration: none;
}

.header-lang-link:hover {
    color: #0f172a;
}

/* Secondary nav */

.header-subnav {
    padding: 0;
    min-height: 45px;
}

.header-subnav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
}
    .header-subnav-list li {
    position:relative;
    }
    .header-subnav-list li a {
        display: block;
        padding: 0px;
        margin: 10px 20px;
        font-family: var(--font-base);
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.01em;
        color: #000;
        text-decoration: none;
        transition: color .15s;
    }

.header-subnav-list li a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.cardcontent a{
    color:#000;
    text-decoration:none;
}
@media (max-width: 768px) {
    .mobile-icon{
        display:none;
    }
    .header-topbar-inner {
        padding: 0 5px;
        /* flex-wrap: wrap; */
    }
    .header-book-btn {
    font-size: 12px;
    padding: 5px 5px;
}
.header-subnav{
    display:none;
}
    .header-right {
        gap: 5px;
        padding-top: 10px;
    }
    .hero-section {
        min-height: auto!important;
    }
    .header-subnav-list {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .header-subnav-list li a {
        white-space: nowrap;
        padding: 10px 14px;
    }
}

@media (max-width: 360px) {
    .header-book-btn {
        font-size: 11px;
        padding: 7px 8px;
    }

    .header-right {
        gap: 8px;
    }

    .header-icon-link span.account,
    .header-icon-link span.help {
        padding: 4px 5px;
    }
}

/* Anchor targets should clear the fixed header when scrolled into view */
#categories,
#section-Hotspots {
    scroll-margin-top: 130px;
}

@media (max-width: 768px) {
    #categories,
    #section-Hotspots {
        scroll-margin-top: 150px;
    }
}

/* Mobile sidebar menu (hamburger) */
.icon-one {
    cursor: pointer;
    z-index: 11111;
}

#menuOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3500;
}

.sidebar {
    position: fixed;
    width: 320px;
    right: -350px;
    top: 0;
    background-color: #fff !important;
    overflow-x: auto;
    z-index: 9999;
    box-sizing: border-box;
    height: 100%;
    transition: .3s;
}

.sidebar.active {
    right: 0;
}

.sidebar.active::after {
    background-color: #000;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .4;
    transition: .3s;
    z-index: -1;
}

.sidemenu {
    position: relative;
    z-index: 99;
    background-color: #111;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
}

.sidebartop {
    background: #FFF;
    position: relative;
}

.sidebar-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    transition: background .15s;
}
.cardtag{
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    top: var(--swiper-navigation-top-offset, 43%);
}
.sidebar-close:hover {
    background: rgba(0,0,0,.08);
}

.loginwrap {
    padding: 9px;
    display: flex;
}

.loginwrap .login-btn {
    background: #000;
    padding: 3px 0 7px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.loginwrap .login-btn img {
    margin: 0 6px 0 0;
}

.login-user-detail {
    margin-left: 18px;
    text-align: left;
}

.login-user-detail h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}

.login-user-detail p {
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 5px;
}

.login-user-detail p a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

input.acc {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.profile-logout p{
color:#fff;
}
.accordion-wrapper {
    background: #111;
}
.myprofile{
    color:#fff!important;
    padding: 10px 16px 0 16px;
}
.accordion {
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    background: #111;
}

.accordionblock:last-child {
    margin-bottom: 0;
}

.accordion-label {
    display: flex;
    padding: 10px 16px 0 16px;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
    position: relative;
}

.accordion-label img {
    margin-right: 10px;
    width: 22px;
}

.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    transition: all .3s;
    position: absolute;
    right: 15px;
    transform: rotate(90deg);
    color: #fff;
}

.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: #000;
    transition: all .3s;
}

input.acc:checked + .accordion-label {
    font-weight: 600;
    color: #fff;
}

input.acc:checked + .accordion-label::after {
    transform: rotate(270deg);
    right: 25px;
    color: #fff;
}

input.acc:checked ~ .accordion-content {
    max-height: 300vh;
    padding: 0;
    background: #111;
}

.controlmenulist {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.controlmenulist li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 16px;
    font-size: 14px;
}

.controlmenulist li a:hover {
    color: #fff;
    font-weight: 600;
}

.colive-apps {
    background: linear-gradient(179.8deg, #FFF5CA 27.22%, #000 419.08%);
    padding: 20px 0;
    margin: 20px;
    border-radius: 5px;
}

.colive-apps p {
    text-align: left;
    margin-left: 6%;
    color: #000;
    font-weight: 600;
}

.colive-apps div {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.controlmenu-social {
    text-align: left;
    margin-left: 10%;
    padding-bottom: 5%;
}

.controlmenu-social p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color:#fff;
}

.socialIcons {
    gap: 35px;
}

.socialIcons a i {
    color: #fff;
    font-size: 25px;
}

.dropdown-userdetails {
    display: flex;
    align-items: center;
}

.user-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #111;
}
.profile-logout{
padding: 10px 16px 0 16px;
}
.user-name {
    padding-left: 18px;
}

.userprofileseclion .dropdown-toggle {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.userprofileseclion .dropdown-toggle::after {
    display: none;
}

.profile-view {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 400px) {
    .sidebar {
        width: 90%;
        right: -100%;
    }
}

/* Hero */

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Layer 0 — video fills the section */
.video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.video-foreground {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-foreground iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh; /* 16:9 at full height */
    min-width: 100%;
    height: 100%;
    min-height: 56.25vw; /* 16:9 at full width */
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: 0;
}

/* Layer 1 — dark overlay for readability */
.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

/* Layer 2 — text content */
.hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 7%;
}

.hero-content {
    max-width: 680px;
    color: #fff;
    padding-left:3%;
}

.hero-label {
    font-family: var(--font-base);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 18px;
    margin-top: 0;
}

.hero-content h1 {
    font-family: var(--font-base);
    font-size: clamp(2.25rem, 6.5vw, 5rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 36px;
}

.hero-content h1 span {
    display: block;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-outline-custom {
    display: inline-block;
    font-family: var(--font-base);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    gap: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.65);
    padding: 12px 28px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s, color .2s, border-color .2s;
}

.btn-outline-custom:hover {
    background: #fff;
    color: #0f172a;
    border-color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .hero-content h1 {
        letter-spacing: -0.01em;
    }

    .hero-label {
        font-size: 10px;
        letter-spacing: 2.5px;
    }

    .hero-container {
        padding-top: 120px;
    }
}

/* ── Search hero (Find a 6-Star Home) ──────────────────── */

.search-hero-section {
    background: #fff;
}

.search-hero-eyebrow {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: #9ca3af;
    margin-bottom: 14px;
}

.search-hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    color: #111;
    margin-bottom: 20px;
}

.search-hero-subtitle {
    font-family: var(--font-base);
    font-size: 17px;
    line-height: 1.6;
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto 40px;
}

.search-hero-bar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 8px 8px 8px 26px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

.search-hero-icon {
    color: #9ca3af;
    font-size: 15px;
    flex-shrink: 0;
}

.search-hero-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    font-family: var(--font-base);
    font-size: 15.5px;
    color: #111;
    background: transparent;
    padding: 14px 0;
}

.search-hero-input::placeholder {
    color: #9ca3af;
}

.search-hero-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 26px;
    font-family: var(--font-base);
    font-size: 14.5px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s;
}

.search-hero-btn:hover {
    background: #333;
}

.suggestionContainer {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1);
    list-style: none;
    margin: 0;
    padding: 8px;
    text-align: left;
    max-height: 320px;
    overflow-y: auto;
    z-index: 20;
}

.suggestionContainer li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 12px;
    font-family: var(--font-base);
    font-size: 14px;
    color: #111;
    cursor: pointer;
}

.suggestionContainer li:hover {
    background: #f4f4f5;
}

.suggestionContainer li img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.suggestionContainer .SearchPropLocation {
    font-size: 12.5px;
    color: #9ca3af;
}

.search-hero-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.search-hero-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 10px 18px;
    font-family: var(--font-base);
    font-size: 13.5px;
    color: #374151;
    cursor: pointer;
    transition: border-color .15s, color .15s;
}

.search-hero-chip:hover {
    border-color: #111;
    color: #111;
}

.search-hero-chip i {
    color: #9ca3af;
    font-size: 12px;
}

@media (max-width: 640px) {
    .search-hero-bar {
        flex-wrap: wrap;
        border-radius: 24px;
        padding: 16px 20px;
    }

    .search-hero-input {
        width: 100%;
        order: 1;
        padding: 8px 0;
    }

    .search-hero-icon {
        order: 0;
    }

    .search-hero-btn {
        order: 2;
        justify-content: center;
        order: 2;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        padding: 10px 14px;
        justify-content: center;
    }

    .search-hero-chips {
        gap: 8px;
    }

    .search-hero-chip {
        font-size: 12.5px;
        padding: 8px 14px;
    }
}

/* ── Categories section ─────────────────────────────── */

.categories-section {
    background: #fff;
    padding: 80px 0;
}

.categories-header {
    margin-bottom: 44px;
    text-align: center;
}

.categories-title {
    font-family: var(--font-base);
    font-size: clamp(1.75rem, 6vw, 4.375rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #000;
    margin-bottom: 12px;
}

.categories-subtitle {
    font-family: var(--font-base);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #6a6161;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 0;
}
.bg-border {
background:#000;
}
.enquiryBtn {
    display: inline-block;
    font-family: var(--font-base);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    gap: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s, color .2s, border-color .2s;
    background: #000;
}

@media (max-width: 375px) {
    .enquiryBtn {
        font-size: 14px;
        padding: 12px 18px;
    }
}
/* Card */
.coliving-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.coliving-card__img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 4;
    background: #f1f5f9;
}

.coliving-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.coliving-card:hover .coliving-card__img img {
    transform: scale(1.05);
}

.coliving-card__body {
    padding: 18px 0 0;
}

.coliving-card__title {
    display: flex;
    align-items: center;
    gap:15px;
    font-family: var(--font-base);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #0f172a;
    margin-bottom: 8px;
}

.coliving-card__title i {
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
}

.coliving-card:hover .coliving-card__title i {
    transform: translateX(5px);
    color: #0f172a;
}

.coliving-card__desc {
    font-family: var(--font-base);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #292929b3;
    margin-bottom: 0;
    margin-top: 18px;
}


/*****Slider section****/
.myGallery {
    width: 100%;
    padding: 20px 0 50px;
}

    .myGallery .swiper-slide {
        width: 20%;
        opacity: .55;
        transition: width .4s ease, opacity .4s ease;
    }
    .myGallery .swiper-slide-active {
        width: 60%!important;
        opacity: 1;
    }

        .myGallery .swiper-slide img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
        }

@media (max-width: 1024px) {
    .myGallery .swiper-slide img {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .myGallery .swiper-slide {
        width: 34%;
    }
    .myGallery .swiper-slide-active {
        width: 80%!important;
    }
    .myGallery .swiper-slide img {
        height: 260px;
    }
}

@media (max-width: 480px) {
    .myGallery .swiper-slide img {
        height: 190px;
    }
}

.myGallery .swiper-slide-prev,
.myGallery .swiper-slide-next {
    opacity: 0.55;
}

.swiper-button-prev,
.swiper-button-next {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.hotspot-prev {
margin-left:5%;
}
.hotspot-next {
    margin-right: 5%;
}
.hotspot-pagination {
position:relative!important;
margin-top:5%!important;
}
.hotspot-prev,
.hotspot-next {
    width: 50px !important;
    height: 50px !important;
    background: #000 !important;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
    .hotspot-prev:after,
    .hotspot-next:after {
        font-size: 20px!important;
        color: #fff!important;
    }

@media (max-width: 575px) {
    /* On narrow cards the description wraps to more lines, growing the
       text card below the image — re-center the nav arrows on the image
       itself instead of the whole (image + text) slide. */
    .hotspot {
        --swiper-navigation-top-offset: 20%;
    }
}

@media (max-width: 360px) {
    /* Card image gets short enough that a 50px arrow centered at 20%
       starts colliding with the title pinned to the image's bottom edge. */
    .hotspot {
        --swiper-navigation-top-offset: 13%;
    }

    .hotspot-prev,
    .hotspot-next {
        width: 38px !important;
        height: 38px !important;
    }

    .hotspot-prev:after,
    .hotspot-next:after {
        font-size: 14px !important;
    }
}

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 18px;
        color: #000;
    }

.swiper-pagination-bullet {
    background: #857d7d;
}

.swiper-pagination-bullet-active {
    background: #000;
    width: 30px;
    border-radius: 15px;
    height: 6px;
}
/****Promises******/
.section-promises h2 {
    font-size: clamp(2.25rem, 5vw, 4rem);
}
.promise-card:hover {
    background-color: #42d966;
}
.promise-card {
    border:1px solid #00000026;
}
    .promise-card p {
    font-size: 15px;
    color: #292929bf;
}
.duration-3 {
    animation-duration: .3s;
}
/***TV****/
.colive-vibes h2 {
    font-size: clamp(2.25rem, 5vw, 4rem);
}
.vibes-tv-section {
    background: #f7f7f7;
}

.section-tag {
    font-size: 12px;
    letter-spacing: 4px;
    color: #9b9b9b;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.video-slider-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.video-card {
    border-radius: 20px;
    overflow: hidden;
}

    .vibes-yt-player {
        width: 100%;
        height: 650px;
    }

    .vibes-yt-player iframe {
        width: 100% !important;
        height: 100% !important;
        display: block;
        border: 0;
    }

.slider-nav {
    display: flex;
    gap: 10px;
}

.vibes-prev,
.vibes-next {
    position: static !important;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
}

    .vibes-prev::after,
    .vibes-next::after {
        font-size: 16px !important;
        color: #000;
        font-weight: 700;
    }

.vibes-pagination {
    position: relative !important;
    margin-top: 20px;
}

    .vibes-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #d9d9d9;
        opacity: 1;
    }

    .vibes-pagination .swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 10px;
        background: #000;
    }

@media (max-width: 1024px) {
    .vibes-yt-player {
        height: 450px;
    }
}

@media(max-width:768px) {

    .section-title {
        font-size: 42px;
    }

    .vibes-yt-player {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .vibes-yt-player {
        height: 220px;
    }
}
/***Community***/
.community-section {
background-color:#8fffe1;
}
.communitywrap {
max-width:800px;
margin:0 auto;
}
.communitywrap h2 {
    font-size: clamp(2.25rem, 5vw, 4rem);
}
    .communitywrap p {
        color: #0f0f0fcc;
        font-size:18px;
        line-height:28px;
    }
    /***Cilive for Business***/
.colieforbusiness {
    background-color: #b5e7da;
}
.socialhub {
    background-color: #e6d3b6;
}
.serviceaptmt p {
    color: #0f0f0fd9;
    font-size: 18px;
    line-height: 28px;
}
.serviceaptmt h2 {
    font-size: clamp(2.25rem, 5vw, 4rem);
}
.hotspotblock h2 {
    font-size: clamp(2.25rem, 5vw, 4rem);
}
.hotspotblock p {
    color: #0f0f0fcc;
    font-size: 18px;
    line-height: 28px;
}
.hotspot .swiper-slide {
    z-index: 1;
}

.hotspot .swiper-slide-active {
    z-index: 5;
}

.cardtag {
    background-color: #ececec;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    width: max-content;
    max-width: 90%;
    font-size: 16px;
}

@media (max-width: 767px) {
    .cardtag {
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
/*********/
.cardcontent {
    background-color: #F2F0EC;
}
    .cardcontent span {
        top: -4%;
        width: 16px;
        height: 16px;
        background-color: #F2F0EC;
        transform: rotate(-45deg);
    }
.cardcontent p {
    font-size: 16px;
}

@media (max-width: 360px) {
    .cardcontent p {
        font-size: 14px;
    }

    .cardcontent .flex.justify-content-between {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.btn-more:hover {
color:#fff;
background-color:#000;
}

/* ── Locations section ──────────────────────────────── */

.locs-header {
    margin-bottom: 56px;
}

.locs-title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    color: #000;
    margin-bottom: 12px;
}

.locs-subtitle {
    font-size: 15px;
    color: #6b7280;
    max-width: 520px;
    margin: 0 auto;
}

.locs-grid {
    display: flex;
    align-items: stretch;
    gap:4%;
}

.locs-city {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    padding: 32px 48px 32px 24px;
    flex: 1;
}

.locs-city__name {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    color: #000;
    line-height: 1;
    flex-shrink: 0;
    align-self: flex-start;
}

.locs-city__links {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.locs-city__col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.locs-city__col a {
    font-family: var(--font-base);
    font-size: 15px;
    font-weight: 400;
    color: #0f172a;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(15, 23, 42, 0.4);
    transition: color 0.15s, text-decoration-color 0.15s;
}

.locs-city__col a:hover {
    color: #475569;
    text-decoration-color: #475569;
}

.locs-divider {
    width: 1px;
    background: rgba(0, 0, 0, 0.12);
    align-self: stretch;
    flex-shrink: 0;
    margin: 16px 0;
}

@media (max-width: 768px) {
    .locs-grid {
        flex-direction: column;
        gap: 40px;
    }

    .locs-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .locs-city {
        padding: 0;
        gap: 24px;
    }

    .locs-city__name {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .categories-section {
        padding: 48px 0;
    }

    .categories-subtitle {
        font-size: 14px;
    }

    .coliving-card__title {
        font-size: 16px;
    }
}

/* ── Walkthrough section ────────────────────────────── */

.walkthrough-section {
    background: #FF6B5B;
   /* padding: 80px 24px;*/
    text-align: center;
}

.walkthrough-inner {
    max-width: 860px;
    margin: 0 auto;
}

.walkthrough-title {
    font-size: clamp(2rem, 5vw, 3rem);
    color: #111;
    margin-bottom: 20px;
    line-height: 1.12;
}

.walkthrough-subtitle {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 36px;
}

.walkthrough-form {
    display: flex;
    gap: 15px;
    justify-content: center;
    max-width: 780px;
    margin: 0 auto 16px;
}

.walkthrough-input {
    flex: 1;
    padding: 16px 20px;
    font-family: var(--font-base);
    font-size: 15px;
    color: #1a1a1a;
    background: #fff;
    border: none;
    border-radius: 0;
    outline: none;
}

.walkthrough-input::placeholder {
    color: #9ca3af;
}

.walkthrough-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    font-family: var(--font-base);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #111;
    border: none;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.walkthrough-btn:hover {
    background: #333;
}

.walkthrough-disclaimer {
    font-size: 13px;
    color: rgba(26, 26, 26, 0.6);
    margin: 0;
}

.walkthrough-input.wt-error {
    outline: 2px solid #c0392b;
}

.walkthrough-success {
    display: none;
    font-family: Archivo Black, Archivo, sans-serif;
    font-weight: 900;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    color: #111;
    letter-spacing: -0.02em;
    margin: 0;
}

@media (max-width: 640px) {
    .walkthrough-form {
        flex-direction: column;
    }

    .walkthrough-title {
        font-size: 1.75rem;
    }

    .walkthrough-subtitle br {
        display: none;
    }
}

/* ── PG Locations (Span_location) ──────────────────────── */

.Span_location {
    background: #FAF6F1;
}

.Span_location .ulList_CityTemplate > li {
    line-height: 1.5;
}

.Span_location .ulList_CityTemplate > li > a {
    font-family: var(--font-base);
    font-size: 13.5px;
    font-weight: 400;
    color: #5b6472;
    text-decoration: none;
    transition: color 0.15s ease;
}

.Span_location .ulList_CityTemplate > li > a:hover {
    color: #171412;
}

/* ── Footer ─────────────────────────────────────────── */

.footer-main {
    background: #e8e8e8;
}

.footer-body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 48px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 48px 48px;
    align-items: start;
}

.footer-heading {
    font-family: var(--font-base);
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

.footer-link {
    display: block;
    font-family: var(--font-base);
    font-size: 14px;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(17,17,17,.5);
    margin-bottom: 12px;
    transition: color .15s;
}

.footer-link:hover {
    color: #475569;
}

/* Center column */
.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.footer-logo-wrap {
    display: block;
    text-decoration: none;
}

.footer-logo-img {
    width: 200px;
   /* height: 110px;*/
    border-radius: 5%;
    object-fit: cover;
    background: #111;
}

.footer-hashtag {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-hashtag a{
    color: #111;
    text-decoration: none;
    transition: color .15s;
        font-size: 18px;
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1.5px solid #111;
    border-radius: 50%;
    color: #111;
    font-size: 15px;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.footer-social-link:hover {
    background: #111;
    color: #fff;
}

.footer-legal {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-legal a {
    font-family: var(--font-base);
    font-size: 12.5px;
    color: #6b7280;
    text-decoration: none;
    transition: color .15s;
}

.footer-legal a:hover {
    text-decoration: underline;
    color: #374151;
}

.footer-copy {
    font-size: 12.5px;
    color: #6b7280;
    margin: 0;
}

/* Right column */
.footer-right {
    text-align: right;
}

.footer-right .footer-link {
    text-align: right;
}

/* Tagline bar */
.footer-tagline {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 22px 24px;
    font-family: Archivo Black, Archivo, sans-serif;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* WhatsApp floating button */
.wa-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    width: 54px;
    height: 54px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
    transition: transform .2s, box-shadow .2s;
}

.wa-float:hover {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.55);
}

/* Footer mobile */
@media (max-width: 768px) {
    .footer-body {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 40px 24px 32px;
        text-align: center;
    }
    .header-left{
        padding: 0!important;
    }
    .footer-right {
        text-align: center;
    }

    .footer-right .footer-link {
        text-align: center;
    }

    .footer-legal {
        gap: 12px;
    }
}


/*** ── Utility classes ───────────────────────────────────
*/  

    .md\:px-5 {
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important;
    }