﻿#back-top, #bar-notification, #cookie-info, #gcmsadminbar, .site-info { display: none; }
* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body { margin: 0; font-family: Inter, sans-serif; /* background: #ffffff; */ background: #F1EDE4; min-height: 100vh; }

h1, h2, h3, h4, h5, h6 { font-family: "Special Gothic Expanded One", sans-serif; font-weight: 400; font-style: normal; letter-spacing: -1px; }

.btn { border-radius: 999px; }
.btn-primary, a.btn-primary { background: #00E6B8; color: #000; padding: 8px 24px 8px 24px; border: 0; }
    .btn-primary:hover { background: #7A4DFF; }
.btn-secondary { background: #F2F2F2; color: #000; padding: 8px 24px 8px 24px; border: 0; }
    .btn-secondary:hover { background: #FFC400; }
a { text-decoration: none; }
    a.btn { display: inline-flex; align-items: center; justify-content: center; }

.btn [class^="icon-"] {margin-right:5px;}
/*section common*/
.section { padding: 30px 0 30px 0; /* background: #efebe4; */ }
/*.site-main > .section:first-child { padding-top: 120px; padding-bottom:0;}*/
.site-main > .section:first-of-type { padding-top: 120px; padding-bottom: 0; }

.section p { font-weight: 500; color: #282825; letter-spacing: -1px; }
    .section p small { font-size: 0.8rem; color: #777777; line-height: 0.8rem; display: inline; display: block; }
.section-title { font-family: "Special Gothic Expanded One", sans-serif; font-weight: 400; font-style: normal; }
    .section-title h1 { font-size: clamp(2.65rem, 3.5vw, 4.2rem); line-height: 1; margin-bottom: 18px; color: #111; }
    .section-title h2 { font-size: clamp(1.65rem, 3.5vw, 2.2rem); line-height: 1; margin-bottom: 18px; color: #111; }
    .section-title strong { color: #7A4DFF; }
    .section-title--brown .section-title strong { color: #490202; }

.section ul { font-weight: 500; color: #282825; letter-spacing: -1px; list-style: none; }

@media(max-width:991px) {
    .section { padding-top: 30px; bottom: 15px; }
    .site-main > .section:first-child { padding-top: 90px; padding-bottom: 0; }
}

.section-subtitle { max-width: 850px; font-size: 1rem; color: #282825; margin-bottom: 40px; font-weight: 500; }

/*main navbar*/
.custom-navbar { /* background: #f4f1eb; */ padding: 14px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; transition: top 0.35s ease, width 0.35s ease, background 0.35s ease, border-radius 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, padding 0.35s ease; }


    .custom-navbar.scrolled { top: 14px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1320px; background: rgba(255, 255, 255, 0.75); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: 22px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border: 1px solid rgba(255,255,255,0.4); padding-left: 12px; padding-right: 12px; }

.navbar-brand { font-weight: 700; font-size: 1.4rem; color: #111; display: flex; align-items: center; gap: 10px; }

.brand-icon { width: 18px; height: 18px; border: 2px solid #111; border-radius: 4px; position: relative; }

    .brand-icon::after { content: ""; position: absolute; width: 8px; height: 8px; background: #111; bottom: -2px; right: -2px; border-radius: 2px; }

.navbar-brand { display: flex; align-items: center; }

.brand-logo { height: 28px; width: auto; object-fit: contain; }

.navbar-nav .nav-link { color: #282825; font-size: 16px; font-weight: 500; padding: 0 16px !important; transition: 0.3s; }
/*.navbar-nav .nav-item.active .nav-link { color: #7A4DFF; }*/

.nav-item.active > .nav-link,
.nav-link.active { color: #7A4DFF; }

.dropdown-item.active { color: #7A4DFF; background: transparent; }

.navbar-nav .nav-link:hover { color: #7A4DFF; }

.dropdown-toggle::after { display: none; }

.dropdown-toggle { position: relative; padding-right: 22px !important; }

    .dropdown-toggle::before { content: "\F282"; font-family: "bootstrap-icons"; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); font-size: 12px; line-height: 1; transition: transform 0.3s ease; }

    .dropdown-toggle.show::before { transform: translateY(-50%) rotate(180deg); }

.dropdown-menu { display: block; max-height: 0; overflow: hidden; opacity: 0; visibility: hidden; transform: none; margin-top: 8px; transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s ease, margin-top 0.35s ease; padding-top: 0; padding-bottom: 0; border: 0; }

    .dropdown-menu.show { max-height: 340px; opacity: 1; visibility: visible; margin-top: 8px; padding-top: 8px; padding-bottom: 8px; z-index:99999; }

.lang-switch { background: #ebe7df; border-radius: 999px; padding: 4px; display: flex; align-items: center; gap: 4px; }

    .lang-switch button, .lang-switch .button { border: none; background: transparent; width: 38px; height: 38px; border-radius: 50%; font-weight: 600; color: #222; line-height:38px; text-align:center; }

    .lang-switch .active { background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); }

.login-link { color: #111; text-decoration: none; font-weight: 600; margin-right: 20px; }

.reserve-btn { background: #fff; border: 1px solid #d9d4cb; border-radius: 999px; padding: 12px 24px; font-weight: 600; color: #111; transition: 0.3s; }

    .reserve-btn:hover { background: #111; color: #fff; }

.mobile-actions { display: none; align-items: center; gap: 12px; }

.custom-navbar .container { max-width: 100%; transition: max-width 0.35s ease, padding 0.35s ease; }

.primary-navbar .dropdown-submenu { position: relative; }
.primary-navbar .dropdown-menu.show { max-height: 370px; overflow-y: auto; opacity: 1; visibility: visible; margin-top: 8px; padding-top: 8px; padding-bottom: 8px; scrollbar-width: thin; /* Firefox */ }

    .primary-navbar .dropdown-menu.show::-webkit-scrollbar { width: 6px; }

    .primary-navbar .dropdown-menu.show::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 10px; }

        .primary-navbar .dropdown-menu.show::-webkit-scrollbar-thumb:hover { background: #999; }

@media(max-width:1279px) {
    .brand-logo { height: 20px; }
    .navbar-nav .nav-link { font-size: 14px; }
}

@media(max-width:991px) {
}

@media(max-width:420px) {
    .custom-navbar.scrolled { padding-left: 0; padding-right: 0; }
}
@media(min-width:992px)
{
    .dropdown-menu.show {/*min-height:380px;*/ max-height:400px; }
}

/*hero section*/
:root { --player-purple: #7447ff; --player-purple-dark: #6438f7; --player-yellow: #ffc400; --player-green: #00E6B8; --player-bg: #e7e1da; --player-text: #ffffff; --player-muted: rgba(255,255,255,0.88); --player-dark: #23005c; --player-radius: 36px; --player-height: 720px; }



.section-hero-player { padding-bottom: 0; }

.hero-player { position: relative; overflow: visible; }

.hero-player__row { min-height: var(--player-height); }

.hero-player__content-column,
.hero-player__video-column { display: flex; }

/*.hero-player__content { position: relative; width: 100%; height: 100%; 
                        background: linear-gradient( 135deg, var(--player-purple) 0%, var(--player-purple-dark) 100% ); border-radius: var(--player-radius); padding: 72px 72px 64px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }*/

.hero-player__content { position: relative; width: 100%; height: 100%;  border-radius: var(--player-radius); padding: 72px 72px 64px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }

.hero-player__content-column { background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; border-radius:30px;  }

.hero-player__video { position: relative; width: 100%; height: 100%; border-radius: var(--player-radius); overflow: hidden; }

    .hero-player__video video { width: 100%; height: 100%; object-fit: cover; display: block; }



.hero-player__progress { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 72%; height: 8px; background: rgba(255,255,255,0.35); border-radius: 999px; overflow: hidden; z-index: 5; }

    .hero-player__progress::before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 0%; background: #7fffd4; /* progress color */ transition: width 0.1s linear; }

.hero-player__progress-fill { width: 0%; height: 100%; background: #FFF; transition: width 0.3s linear; }

/*
																							|--------------------------------------------------------------------------
																							| DECORATIONS
																							|--------------------------------------------------------------------------
																							*/

.hero-player__shape--top { position: absolute; top: -28px; right: -20px; width: 210px; transform: rotate(22deg); opacity: 0.75; }

.hero-player__shape--bottom { position: absolute; left: -36px; bottom: -42px; width: 190px; transform: rotate(-24deg); opacity: 0.95; }

/*
																							|--------------------------------------------------------------------------
																							| TYPOGRAPHY
																							|--------------------------------------------------------------------------
																							*/

.hero-player__badge { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-height: 74px; padding: 14px 30px; background: var(--player-yellow); border-radius: 999px; color: var(--player-dark); font-size: 2.1rem; font-weight: 900; line-height: 1; letter-spacing: -1px; margin-bottom: 28px; }

.hero-player__title h1 { max-width: 980px; color: var(--player-text); font-size: clamp(1.8rem, 6vw, 4.6rem); /* font-weight: 900; */ line-height: 0.92; /* letter-spacing: -4px; */ margin-bottom: 34px; }

.hero-player__title strong { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-height: 74px; padding: 14px 30px; background: var(--player-yellow); border-radius: 999px; color: #330072; font-size: clamp(1.8rem, 6vw, 2.4rem); line-height: 1; letter-spacing: -1px; margin-bottom: 28px; }



.hero-player__description { max-width: 733px; /*  color: var(--player-muted); */ font-size: 1.25rem; font-weight: 500; line-height: 1.7; margin-bottom: 78px; }

    .hero-player__description p { color: #F1EDE4; }

/*
																							|--------------------------------------------------------------------------
																							| SEARCH
																							|--------------------------------------------------------------------------
																							*/
.hero-player__searchbar-wrapper { 
/*    display: flex; align-items: center; gap: 8px; flex-wrap: wrap; background: #fff; border-radius: 999px; padding: 14px 14px 14px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 2px 10px rgba(0,0,0,0.04); border: 4px solid #7A4DFF; */

}
    

    .hero-player__search { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; background: #fff; border-radius: 999px; padding: 14px 14px 14px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 2px 10px rgba(0,0,0,0.04); border: 4px solid #7A4DFF; }

.hero-player__search-item { flex: 1; min-width: 160px; padding: 8px 8px; border-right: 1px solid #d9d9d9; }

    .hero-player__search-item:last-child { border-right: none; }

.hero-player__search-label { color: #000; font-size: 12px; font-weight: 600; line-height: 1; margin-bottom: 3px; letter-spacing: 0; }

.hero-player__search-value { color: #777777; font-size: 14px; font-weight: 500; }

.hero-player__button { border: none; outline: none; background: var(--player-green); color: #024F40; min-height: 56px; padding: 0 36px; border-radius: 999px; font-size: 1rem; font-weight: 600; transition: 0.25s ease; white-space: nowrap; }

    .hero-player__button:hover { background: #10d1ae; transform: translateY(-1px); }

.hero-player__mute-btn { position: absolute; top: 12px; right: 12px; z-index: 10; width: 32px; height: 32px; border: none; border-radius: 50%; background: rgba(0, 0, 0, 0.45); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; backdrop-filter: blur(6px); transition: 0.2s ease; }

    .hero-player__mute-btn:hover { background: rgba(255, 255, 255, 0.4); transform: scale(1.05); }

.hero-player__play-btn { position: absolute; top: 18px; right: 70px; z-index: 10; width: 44px; height: 44px; border: none; border-radius: 50%; background: rgba(0, 0, 0, 0.45); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; cursor: pointer; backdrop-filter: blur(6px); transition: 0.2s ease; display: none; }

    .hero-player__play-btn:hover { background: rgba(0, 0, 0, 0.65); transform: scale(1.05); }

/*
																							|--------------------------------------------------------------------------
																							| RESPONSIVE
																							|--------------------------------------------------------------------------
																							*/

@media (max-width: 1460px) {

    /*.hero-player__search-item {min-width:none; max-width:100px;}*/
    /*.hero-player__button { width: 100%; margin-top: 10px; min-height: 64px; font-size: 1.1rem; border: 1px solid red !important; }*/
    /*.hero-player__button {margin: 0 auto; display:block; width: auto; }*/

    .hero-player__button { flex: 1; }
}

@media (min-width: 992px) {
    .hero-player__title strong { margin-left: -28px; }

    .hero-player__content { max-height: 800px; }

    .hero-player__video { max-height: 800px; }

    .hero-player__search { max-width: 1200px; }
}

@media (max-width: 1399px) {
    .hero-player__content { padding: 56px; }
}

/*
																							|--------------------------------------------------------------------------
																							| MOBILE
																							|--------------------------------------------------------------------------
																							*/

@media (max-width: 991px) {
    body { padding: 0px; }

    .hero-player__row { min-height: auto; }
    /*
																							  |--------------------------------------------------------------------------
																							  | ORDER
																							  |--------------------------------------------------------------------------
																							  */
    .hero-player__video-column { order: 1; }

    .hero-player__content-column { order: 2; }
    /*
																							  |--------------------------------------------------------------------------
																							  | VIDEO
																							  |--------------------------------------------------------------------------
																							  */
    .hero-player__video { height: 620px; border-radius: 32px; }
    /*
																							  |--------------------------------------------------------------------------
																							  | CONTENT OVERLAY
																							  |--------------------------------------------------------------------------
																							  */ 
    .hero-player__content { min-height: auto; margin-top: -20px;/* -180px;*/ padding: 34px 24px 30px; border-radius: 32px; position: relative; z-index: 10; max-height: none; height: auto; }
    /*
																							  |--------------------------------------------------------------------------
																							  | TYPOGRAPHY
																							  |--------------------------------------------------------------------------
																							  */ .hero-player__badge { font-size: 1.15rem; min-height: 54px; padding: 10px 20px; margin-bottom: 20px; }

    .hero-player__title { }

        .hero-player__title h1 { font-size: 2rem; line-height: 0.98; letter-spacing: -2px; margin-bottom: 22px; }

        .hero-player__title strong { margin-left: -14px; font-size: 1.4rem; min-height: 2rem; margin-bottom: 0px; padding: 7px 15px; }

    .hero-player__description { font-size: 1rem; line-height: 1.7; margin-bottom: 30px; }
    /*
																							  |--------------------------------------------------------------------------
																							  | SEARCH
																							  |--------------------------------------------------------------------------
																							  */
    .hero-player__search { border-radius: 28px; padding: 18px; }
    .hero-player__search-item { width: 100%; border-right: none; border-bottom: 1px solid #ececec; padding: 14px 8px; }

        .hero-player__search-item:last-of-type { border-bottom: none; }

    .hero-player__button { width: 100%; margin-top: 10px; min-height: 64px; font-size: 1.1rem; }

    /*
																							  |--------------------------------------------------------------------------
																							  | SHAPES
																							  |--------------------------------------------------------------------------
																							  */ .hero-player__shape--top { width: 120px; }

    .hero-player__shape--bottom { width: 110px; }
}
/*endOf hero-player*/

/*hero-image*/
.hero-image-section { }
    .hero-image-section .hero-image-wrapper { overflow: hidden; border-radius: 42px; max-width: 1360px; margin: 0 auto; }
    .hero-image-section .hero-image { width: 100%; height: auto; display: block; object-fit: cover; }

/*endOf hero-image*/

/* =========================================
																																																				   NEW LOCATION SECTION
																																																				========================================= */

/* .location-section { padding: 180px 0 80px; background: #efebe4; }

																																																		.location-title { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; line-height: 1; margin-bottom: 18px; color: #111; }

																																																			.location-title span { color: #7A4DFF; }

																																																		.location-subtitle { max-width: 850px; font-size: 1.05rem; color: #444; margin-bottom: 40px; } */

.city-card { background: #fff; border-radius: 28px; overflow: hidden; height: 100%; transition: 0.3s ease; border: 4px solid #fff; }

.city-card { display: block; text-decoration: none; color: inherit; }

    .city-card:hover { transform: translateY(-5px); }

    /* .city-card img { width: 100%; height: 240px; object-fit: cover; display: block; } */
    .city-card img { width: 100%; height: 240px; object-fit: cover; display: block; transition: transform 0.4s ease; will-change: transform; }

    .city-card:hover img { transform: scale(1.2); }

    .city-card .city-name { padding: 14px; text-align: center; font-size: 1.7rem; font-weight: 400; line-height: 1; background: #fff; border-top-left-radius: 24px; border-top-right-radius: 24px; margin-top: -24px; position: relative; z-index: 2; margin-left: -2px; margin-right: -2px; }

    .city-card .city-name h1, .city-card .city-name h2, .city-card .city-name h3, .city-card .city-name h4, .city-card .city-name h5, .city-card .city-name h6 { margin-bottom: 0; font-size: 1.4rem; }


.special-card { background: #f7c400; border-radius: 28px; padding: 32px 28px; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; transition: 0.3s ease; border: 4px solid #FFF; }

    .special-card:hover { transform: translateY(-5px); }

.special-icon { width: 52px; height: 52px; /* display: flex; align-items: center; justify-content: center; */ margin-bottom: 28px; }

    .special-icon img { width: 100%; height: auto; }

    .special-icon::before { content: ""; width: 22px; height: 22px; background: #f7c400; border-radius: 6px; }

.special-card h3 { font-size: 1.4rem; }

/* MOBILE */

@media (max-width: 1199px) {

    .brand-logo { height: 24px; }
    .custom-navbar.scrolled .brand-logo { height: 20px; }

    .mobile-actions { display: flex; }

    .right-side .lang-switch { display: none; }

    .navbar-collapse { background: #FFF; padding: 20px; border-radius: 16px; margin-top: 16px; }

    .navbar-nav .nav-link { padding: 12px 0 !important; }

    .right-side { margin-top: 20px; display: flex; flex-direction: column; align-items: flex-start !important; gap: 16px; }

    .reserve-btn { width: 100%; text-align: center; }
    /* .custom-navbar.scrolled { width: calc(100% - 20px); margin: 0 10px; top: 10px; } */
    .custom-navbar.scrolled { width: calc(100% - 24px); max-width: unset; left: 50%; transform: translateX(-50%); margin: 0; top: 10px; }

    .navbar-toggler { width: 48px; height: 48px; border-radius: 50%; background: #ffffff; border: none; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(0,0,0,0.06); transition: 0.3s ease; padding: 0; }

        .navbar-toggler:hover { background: #fff; transform: scale(1.03); }

        .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(0,0,0,0.08); }

    .toggler-icon { width: 22px; height: 18px; position: relative; display: flex; flex-direction: column; justify-content: space-between; }

        .toggler-icon span { display: block; height: 2px; width: 100%; background: #111; border-radius: 999px; transition: all 0.3s ease; transform-origin: center; }

    .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(1) { transform: translateY(8px) rotate(45deg); }

    .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(2) { opacity: 0; }

    .navbar-toggler[aria-expanded="true"] .toggler-icon span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    .dropdown-menu { background: none; }

    .right-side .login-link { text-align: center; width: 100%; margin: 0; padding: 14px 0; display: block; }

        .right-side .login-link::before { content: ""; display: block; height: 1px; width: 100%; background: rgba(0,0,0,0.1); margin-bottom: 14px; }

    .city-card img { height: 210px; }

    .city-name { font-size: 1.4rem; }

    .special-card h3 { font-size: 1.6rem; }
}

@media (max-width: 420px) {

    .brand-logo { height: 16px; }
    .custom-navbar.scrolled .brand-logo { height: 16px; }
}

@media (min-width: 1200px) {
    .mobile-actions { display: none !important; }

    /*.custom-navbar .container { max-width: 1140px; }*/
}

/* @media (min-width: 1400px) {
																																																			.custom-navbar .container { max-width: 1320px; }

																																																			.custom-navbar.scrolled { left: 50%; transform: translateX(-50%); width: calc(100% - 40px); max-width: 1320px; }
																																																		} */
@media (min-width: 1400px) {
    .custom-navbar .container { max-width: 1320px; }
}




/* =========================================
																																																		   FEATURES SECTION (FINAL ANIMATED VERSION)
																																																		========================================= */

/* .features-section { padding: 90px 0; background: #efebe4; }

																																																		.features-title { font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 800; line-height: 1; margin-bottom: 20px; color: #111; }

																																																			.features-title span { color: #7A4DFF; }

																																																		.features-subtitle { font-size: 1.1rem; color: #444; max-width: 850px; margin-bottom: 50px; } */

/* =========================================
																																																		   GRID (HORIZONTAL EXPAND)
																																																		========================================= */

.features-grid { display: flex; gap: 24px; align-items: stretch; }

.feature-col { flex: 1; min-width: 0; display: flex; transition: flex 0.5s ease; }

.features-grid:hover .feature-col { flex: 0.9; }

.features-grid .feature-col:hover { flex: 2; }

/* =========================================
																																																		   CARD (FIXED HEIGHT)
																																																		========================================= */

.feature-card { position: relative; overflow: hidden; border-radius: 34px; width: 100%; height: 520px; display: flex; flex-direction: column; cursor: pointer; transition: transform 0.35s ease; }

    .feature-card:hover { transform: translateY(-6px); z-index: 5; }

/* =========================================
																																																		   IMAGE (STATIC)
																																																		========================================= */

/* .feature-image { height: 380px; flex-shrink: 0; }

																																																			.feature-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
																																																		.feature-col:hover .feature-image { height: 240px; } */

.feature-image { height: 420px; flex-shrink: 0; overflow: hidden; transition: height 0.45s ease; }

    .feature-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.feature-col:hover .feature-image { height: 280px; }

/* =========================================
																																																		   FOOTER (STATIC HEADER AREA)
																																																		========================================= */

.feature-footer { padding: 22px 24px; display: flex; align-items: center; gap: 14px; min-height: 90px; }

    .feature-footer h3 { margin: 0; font-size: 1.3rem; white-space: nowrap; }

/* =========================================
																																																		   CONTENT (HIDDEN BY DEFAULT + SLIDE UP)
																																																		========================================= */

.feature-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 26px 26px; opacity: 0; transform: translateY(40px); transition: opacity 0.4s ease, transform 0.4s ease; }

/* SHOW ON HOVER */

.feature-col:hover .feature-content { opacity: 1; transform: translateY(0); }

/* TEXT */

.feature-content p { font-size: 1.05rem; line-height: 1.8; color: #111; margin-bottom: 20px; }

/* BUTTON */

.feature-btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 30px; border-radius: 999px; background: #fff; color: #111; text-decoration: none; font-weight: 600; box-shadow: 0 4px 12px rgba(0,0,0,0.12); transition: 0.3s ease; }

    .feature-btn:hover { background: #111; color: #fff; }

/* =========================================
																																																		   ICON
																																																		========================================= */

.feature-icon { font-size: 1.5rem; line-height: 1; display: flex; align-items: center; justify-content: center; }

/* =========================================
																																																		   COLORS
																																																		========================================= */

.feature-yellow { background: #f7c400; border: 4px solid #f7c400; }

.feature-purple { background: #7c4dff; border: 4px solid #7c4dff; }

.feature-green { background: #19d3ae; border: 4px solid #19d3ae; }

.feature-red { background: #ff4a4a; border: 4px solid #ff4a4a; }

/* =========================================
																																																		   MOBILE
																																																		========================================= */

@media (max-width: 991px) {

    .features-grid { flex-direction: column; }

        .features-grid:hover .feature-col,
        .features-grid .feature-col:hover { flex: 1; }

    .feature-card { height: auto; }

    .feature-image { height: 320px; }
    /* always visible on mobile */ .feature-content { position: relative; opacity: 1; transform: none; padding: 0 26px 28px; }
}



/* =========================================
																																														   TESTIMONIALS SECTION
																																														========================================= */

/* =========================================
																																														   TESTIMONIALS SECTION
																																														========================================= */

.testimonials-section { overflow: hidden; }

.testimonials-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 50px; }

    .testimonials-header .section-title h2 { margin-bottom: 0; max-width: 850px; }

/* =========================================
																																														   BUTTON
																																														========================================= */

.top-action-btn { border: 2px solid #e8e2d8; border-radius: 999px; padding: 18px 34px; font-weight: 600; font-size: 1.05rem; background: #fff; color: #111; text-decoration: none; transition: 0.25s ease; white-space: nowrap; flex-shrink: 0; }

    .top-action-btn:hover { background: #111; color: #fff; border-color: #111; }

/* =========================================
																																														   SLIDER
																																														========================================= */

.cards-slider-wrapper { width: 100%; overflow: hidden; }

.cards-slider { display: flex; align-items: flex-start; /* changed from stretch */ gap: 28px; overflow-x: auto; padding: 30px 6vw 20px; scroll-snap-type: x mandatory; scroll-padding-left: 6vw; -webkit-overflow-scrolling: touch; }

/* smoother animation */

.cards-slider { scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; }

    .cards-slider::-webkit-scrollbar { display: none; }

    /* scrollbar */

    .cards-slider::-webkit-scrollbar { height: 8px; }

    .cards-slider::-webkit-scrollbar-thumb { background: #d5cdc2; border-radius: 999px; }

/* =========================================
																																														   CARD
																																														========================================= */

.testimonial-card { flex: 0 0 calc((100% - 56px) / 3.15); min-width: 380px; background: #fff; border-radius: 34px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.03), 0 12px 30px rgba(0,0,0,0.04); scroll-snap-align: center; transition: transform 0.35s ease, box-shadow 0.35s ease; position: relative; height: auto; /* added */ align-self: flex-start; /* added */ }

/* alternating tilt effect */

.swiper-slide:nth-child(odd) .testimonial-card { transform: rotate(-2deg); }

.swiper-slide:nth-child(even) .testimonial-card { transform: rotate(2deg); }

/* hover */

.swiper-slide .testimonial-card:hover { transform: rotate(0deg) translateY(-8px); box-shadow: 0 10px 20px rgba(0,0,0,0.06), 0 24px 40px rgba(0,0,0,0.08); z-index: 5; }

.testimonials-swiper { overflow: visible; background: none; }

.swiper { overflow: visible; background: none; }

.swiper-wrapper { overflow: visible; padding: 25px 0; /* gives space for rotated cards */ }

.swiper-slide { overflow: visible; }

.testimonial-card { transform-origin: center; }

/* =========================================
																																														   PROFILE
																																														========================================= */

/* .profile-img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; flex-shrink: 0; } */

/* .person-name { font-size: 1.6rem; font-weight: 700; color: #111; margin-bottom: 4px; line-height: 1.1; }

																																														.person-meta { font-size: 1rem; color: #757575; font-weight: 500; }

																																														.city-badge { background: #ece6dc; padding: 10px 18px; border-radius: 999px; font-weight: 600; font-size: 0.95rem; color: #333; white-space: nowrap; }

																																														.testimonial-text { margin-top: 30px; font-size: 1.05rem; line-height: 1.7; color: #111; } */

/* .person-name { font-size: 1.05rem; font-weight: 700; color: #111; margin-bottom: 4px; line-height: 1.1; }

																																														.person-meta { font-size: 0.74rem; color: #757575; font-weight: 500; } */
.profile-img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }

.person-name { font-size: 1.05rem; font-weight: 700; color: #111; margin-bottom: 4px; line-height: 1.1; }

.person-meta { font-size: 0.74rem; color: #757575; font-weight: 500; line-height: 1.1; }

.city-badge { background: #ece6dc; padding: 8px 16px; border-radius: 999px; font-weight: 600; font-size: 0.7rem; color: #333; white-space: nowrap; }

.testimonial-text { margin-top: 22px; font-size: 0.8rem; line-height: 1.7; color: #111; }

/* =========================================
																																														   TABLET
																																														========================================= */

@media (max-width: 1199px) {

    .testimonial-card { flex: 0 0 48%; min-width: 48%; }
}

/* =========================================
																																														   MOBILE
																																														========================================= */

@media (max-width: 991px) {

    .testimonials-header { flex-direction: column; align-items: flex-start; }
    /* .top-action-btn { width: 100%; text-align: center; } */ .cards-slider { padding: 20px 20px 10px; gap: 20px; }

    .testimonial-card { flex: 0 0 88%; min-width: 88%; padding: 24px; /* transform: rotate(0deg) !important; */ }

        .testimonial-card:nth-child(odd) { transform: rotate(-1deg); }

        .testimonial-card:nth-child(even) { transform: rotate(1deg); }

    .person-name { font-size: 1.3rem; }

    .testimonial-text { font-size: 1rem; line-height: 1.6; }

    .testimonials-cta { display: flex; justify-content: center; margin-top: 16px; }

    .top-action-btn { width: auto; padding: 8px 14px; font-size: 0.8rem; padding: 16px 30px; border-radius: 999px; background: #fff; color: #111; text-decoration: none; font-weight: 600; box-shadow: 0 4px 12px rgba(0,0,0,0.12); transition: 0.3s ease; }
}


/* =========================
																																												   BLOG SECTION BASE
																																												========================= */

.blog-section { /* padding: 100px 0;*/ /*background: #f4f1eb; */ }

/* =========================
																																												   HEADER
																																												========================= */

.blog-title { font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 800; line-height: 1.1; color: #111; }

    .blog-title span { color: #7A4DFF; }

/* .blog-subtitle { max-width: 700px; color: #555; margin-top: 10px; } */

/* NAV BUTTONS */
.nav-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #ddd; background: #fff; display: flex; align-items: center; justify-content: center; transition: 0.3s ease; }

    .nav-btn:hover { background: #111; color: #fff; border-color: #111; }

.blog-header-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

/* subtitle takes available space */
.blog-subtitle { flex: 1; min-width: 280px; }

/* nav always pushed right */
.blog-nav { margin-left: auto; display: flex; gap: 8px; }

/* =========================
        SCROLL LAYOUT
        ========================= */
.blog-scroll-wrapper { overflow: hidden; }
.blog-scroll { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; gap: 24px; }
    .blog-scroll::-webkit-scrollbar { display: none; }

/* =========================
        CARD
        ========================= */
.blog-card { min-width: 340px; max-width: 340px; background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.06); scroll-snap-align: start; transition: transform 0.3s ease; }
    .blog-card:hover { transform: translateY(-5px); }
    .blog-card a { text-decoration: none; color: inherit; display: block; }
        /* extra safety for all inner elements */
        .blog-card a * { text-decoration: none; }

/* =========================
        IMAGE
        ========================= */
.blog-img { padding: 4px; background: #fff; border-radius: 22px; height: 200px; overflow: hidden; }
    .blog-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; display: block; transition: transform 0.4s ease; }
.blog-card:hover .blog-img img { transform: scale(1.1); }

/* =========================
        BODY
        ========================= */
.blog-body { padding: 18px; }

/* TAG */
.blog-tag { background: #eee6ff; color: #7A4DFF; font-size: 0.75rem; padding: 6px 12px; border-radius: 999px; font-weight: 600; }

/* TIME */
.blog-time { font-size: 0.8rem; color: #000; }

/* TITLE */
.blog-card-title { font-size: 1.1rem; margin: 12px 0; color: #111; }

/* AUTHOR */
.blog-author { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 0.85rem; color: #000; }

    .blog-author img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }

@media (max-width: 991px) {
    .blog-nav { display: none; }

    .blog-subtitle { flex: 1 1 100%; min-width: 100%; }

    .blog-header-row { flex-direction: column; align-items: flex-start; }
}

/*hero section */
.section.hero-section { margin: 90px 0 90px 0; }

.hero-section { border-radius: 48px; padding: 90px 40px; text-align: center; overflow: hidden; }
.hero-section-bg-default { background: #ff4d4f; }

.hero-subtitle { color: #fff; font-size: 1.4rem; font-weight: 500; margin-bottom: 40px; opacity: 0.95; }

    .hero-subtitle p { color: #fff; font-size: 1.4rem; font-weight: 500; margin-bottom: 40px; opacity: 0.95; }

.hero-title { color: #fff; font-size: clamp(2.8rem, 7vw, 3.6rem); max-width: 1200px; margin: 0 auto; }

    .hero-title h2 { color: #fff; font-size: clamp(2.8rem, 7vw, 3.6rem); max-width: 1200px; margin: 0 auto; }

    .hero-title p { color: #fff; font-size: 1.4rem; font-weight: 500; margin-bottom: 40px; opacity: 0.95; }

.icon-badge { width: 84px; height: 84px; display: inline-flex; align-items: center; justify-content: center; border-radius: 24px; background: #1dd6b4; border: 6px solid #f4f4f4; box-shadow: 0 10px 0 rgba(0,0,0,0.25); transform: rotate(8deg); vertical-align: middle; margin: 0 10px; }

    .icon-badge.yellow { background: #f7c600; transform: rotate(-12deg); }

    .icon-badge svg { width: 38px; height: 38px; fill: rgba(0,0,0,0.7); }

@media (max-width: 991px) {
    .hero-section { border-radius: 32px; padding: 30px 30px; }

    .hero-subtitle { font-size: 1rem; margin-bottom: 28px; }

    .icon-badge { width: 58px; height: 58px; border-radius: 18px; border-width: 4px; }

        .icon-badge svg { width: 24px; height: 24px; }
}

/*faq section*/
.faq-section { padding: 15px 0 30px; }

    .faq-section .section-header { padding-top: 45px; }

.faq-title { margin-bottom: 60px; }

.faq-section-description h1, .faq-section-description h2, .faq-section-description h3, .faq-section-description h4 { margin-bottom: 20px; padding-top: 15px; font-size: 1.2rem; }

.faq-section-description p { font-size: 0.9rem; color: #222; }

.faq-category-title { font-size: 2rem; font-weight: 800; margin-bottom: 20px; letter-spacing: -1px; padding-top: 15px; }

.faq-category-text { font-size: 1.25rem; color: #222; }

.faq-section .accordion-item { background: transparent; border: none; border-bottom: 1px solid #d3cec7; border-radius: 0 !important; }

.faq-section .accordion-button { font-family: Inter, sans-serif; background: transparent !important; box-shadow: none !important; padding: 15px 0; font-size: 0.9rem; font-weight: 500; color: #282825; border: none; }

.accordion-button:not(.collapsed) { color: #000; }

.accordion-button::after { display: none; }

.faq-icon { margin-left: auto; font-size: 2.5rem; font-weight: 300; color: #9a9a9a; transition: transform .25s ease; }

.accordion-button:not(.collapsed) .faq-icon { transform: rotate(45deg); color: #000; }

.accordion-body { font-family: Inter, sans-serif; padding: 0 0 30px 0; font-size: 0.8rem; line-height: 1.8; color: #282825; max-width: 90%; }

/*items-hiding*/

/*.faq-extra-wrapper { overflow: hidden; max-height: 0; transition: max-height .5s ease; }

.faq-show-more { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; text-decoration: none; color: inherit; cursor: pointer; }

.faq-show-more-icon i { transition: transform .3s ease; }
.faq-extra-wrapper { overflow: hidden; max-height: 0; transition: max-height .5s ease; }

.faq-show-more { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; cursor: pointer; font-weight: 600; text-decoration: none; color: inherit; }

.faq-show-more-icon { transition: transform .3s ease; }

.faq-show-more.expanded .faq-show-more-icon { transform: rotate(180deg); }

.faq-show-more { display: inline-flex; align-items: center; gap: 10px; margin: 24px auto 0; cursor: pointer; font-weight: 600; text-decoration: none; color: inherit; }


.accordion + .faq-show-more,
.faq-show-more { display: flex; justify-content: center; width: 100%; }*/

.faq-extra-wrapper { overflow: hidden; max-height: 0; transition: max-height .5s ease; }

.faq-show-more { display: flex; justify-content: center; align-items: center; gap: 10px; width: 100%; margin: 24px auto 0; cursor: pointer; font-weight: 600; text-decoration: none; color: inherit; }

.faq-show-more-icon { display: inline-flex; transition: transform .3s ease; }

.faq-show-more.expanded .faq-show-more-icon { /* transform: rotate(180deg);*/ }

.faq-show-more-icon i { display: inline-block; }

/*.faq-show-more-wrapper { margin-top: 24px; text-align: center; }

.faq-show-more-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid #ddd; border-radius: 999px; background: #fff; cursor: pointer; transition: .3s ease; }

    .faq-show-more-btn:hover { background: #f5f5f5; }

.faq-show-more { display: inline-flex; margin-top: 24px; color: #000; font-weight: 600; text-decoration: none; cursor: pointer; }

    .faq-show-more:hover { text-decoration: underline; }

.accordion-item.faq-hidden { display: none; }
.faq-extra-wrapper { overflow: hidden; max-height: 0; transition: max-height .5s ease; }

.faq-show-more { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; cursor: pointer; font-weight: 600; color: inherit; text-decoration: none; }

.faq-show-more-icon { transition: transform .3s ease; }

.faq-show-more.expanded .faq-show-more-icon { transform: rotate(180deg); }*/


@media (max-width: 991px) {
    .faq-section .section-header { padding-top: 0; }
    .faq-title { margin-bottom: 25px; }

    .faq-left { margin-bottom: 0px; }

    .accordion-button { font-size: 1.4rem; padding: 24px 0; }

    .faq-icon { font-size: 2rem; }

    .faq-category-title { font-size: 1.7rem; }

    .faq-category-text { font-size: 1rem; }
}

/*site-footer*/
.site-footer { position: relative; overflow: hidden; background: #1f201c; border-radius: 48px 48px 0 0; padding: 90px 70px 50px; color: #fff; margin: 30px 0 0; z-index:999; }

.site-footer-logo { font-size: 2rem; font-weight: 800; display: flex; align-items: center; gap: 12px; margin-bottom: 50px; }

    .site-footer-logo i { font-size: 1.8rem; }

.map-wrapper { max-width: 380px; margin-bottom: 50px; }

    .map-wrapper img { width: 100%; opacity: .85; }

.site-footer-copyright { color: #8e8e8e; font-size: 1.15rem; margin-top: 20px; }

.site-footer-title { font-family: "Special Gothic Expanded One", sans-serif; font-weight: 400; font-style: normal; font-size: 1.2rem; margin-bottom: 35px; color: #fff; }

.site-footer-links { list-style: none; padding: 0; margin: 0; }

    .site-footer-links li { margin-bottom: 24px; }

    .site-footer-links a { text-decoration: none; color: #8d8d8d; font-size: 0.8rem; transition: .2s ease; }

        .site-footer-links a:hover { color: #fff; }

/* .site-footer-bottom { border-top: 1px solid rgba(255,255,255,.06); margin-top: 50px; padding-top: 35px; display: flex; justify-content: flex-end; gap: 28px; position: relative; z-index: 2; } */

/* .social-icon { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #9d9d9d; font-size: 1.45rem; transition: .2s ease; text-decoration: none; }

																															.social-icon:hover { color: #fff; background: rgba(255,255,255,.06); } */
/* .site-footer-bottom { border-top: 1px solid rgba(255,255,255,.06); margin-top: 50px; padding-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; position: relative; z-index: 2; } */

/*.site-footer-bottom { border-bottom: 1px solid rgba(255,255,255,.06); margin-bottom: 150px; padding-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; position: relative; z-index: 2; }*/

.site-footer-bottom { padding-bottom: 120px; /*display: flex; align-items: center;*/ /*justify-content: space-between; gap: 20px; position: relative; z-index: 2;*/ }
    .site-footer-bottom .divider { display: block; width: 100%; border-bottom: 1px solid rgba(255,255,255,.06); }
/* .footer-bottom { border-top: 1px solid rgba(255,255,255,.06); margin-top: 50px; padding-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; position: relative; z-index: 2; } */
/* default desktop order */
.site-footer-copyright { order: 1; }

.site-footer-socials { display: flex; align-items: center; gap: 18px; order: 2; }

.site-footer-socials { display: flex; align-items: center; gap: 18px; }

.site-footer-copyright { color: #8e8e8e; font-size: 1.05rem; margin: 0; }

.social-icon { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #9d9d9d; font-size: 1.3rem; text-decoration: none; transition: .2s ease; }

    .social-icon:hover { color: #fff; background: rgba(255,255,255,.06); }

/* .site-footer-watermark { position: absolute; bottom: -40px; left: 0; font-size: 16vw; font-weight: 900; line-height: 1; letter-spacing: -10px; color: rgba(255,255,255,.03); white-space: nowrap; pointer-events: none; user-select: none; } */
/*.site-footer-watermark { position: absolute; bottom: -72px; left: 0; width: 100%; overflow: hidden; font-size: clamp(90px, 15vw, 260px); font-weight: 900; line-height: .8; letter-spacing: -8px; color: rgba(255,255,255,.04); white-space: nowrap; text-align: center; pointer-events: none; user-select: none; }*/

/* =========================
   FOOTER WATERMARK
========================= */

.site-footer-watermark { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%) translateY(40%); width: 100%; overflow: hidden; font-size: clamp(90px, 15vw, 260px); font-weight: 900; line-height: .8; letter-spacing: -8px; color: rgba(255,255,255,.04); white-space: nowrap; text-align: center; pointer-events: none; user-select: none; z-index: 1; }


@media (max-width: 991px) { /* .site-footer { padding: 60px 15px 40px; border-radius: 32px 32px 0px 0; } */
    .site-footer-title { margin-top: 40px; font-size: 1.6rem; }

    .site-footer-links a { font-size: 1.05rem; }

    .site-footer-logo { font-size: 1.6rem; }

    .site-footer-watermark { /* font-size: 16vw; */ }
    /* .site-footer-bottom { justify-content: center; } */
    /*.site-footer-bottom { flex-direction: column; align-items: flex-start; margin-bottom: 50px; }*/

    .site-footer-socials { margin-top: 10px; }

    /*.site-footer-bottom { flex-direction: column; align-items: flex-start; }*/

    .site-footer-bottom { flex-direction: column; align-items: flex-start; padding-bottom: 70px; }
    /* social icons go ABOVE copyright */ .site-footer-socials { order: 2; }

    .site-footer-copyright { order: 1; margin-top: 10px; }
}

/* ======================================================
										SECTION
										====================================================== */

.steps-section { height: 100vh; display: flex; align-items: center; position: relative; }

/* ======================================================
										LEFT PANEL
										====================================================== */

.steps-box { min-height: 720px; border-radius: 32px; padding: 70px; position: relative; overflow: hidden; transition: background-color .35s ease; }

/* ======================================================
										TOP TITLE
										====================================================== */

.steps-title h2 { font-size: clamp(1.8rem, 6vw, 3.6rem); color: white; max-width: 700px; }

.steps-title span { color: #FFC700; }
/* .hero-title { font-size: 72px; line-height: .95; font-weight: 800; color: white; max-width: 700px; }

									.hero-title span { color: #FFC700; } */

/* ======================================================
										PROGRESS
										====================================================== */

.progress-wrapper { margin-top: 40px; }

.progress-track { height: 3px; width: 100%; background: rgba(255,255,255,.2); border-radius: 999px; overflow: hidden; }

.progress-fill { height: 100%; width: 25%; background: #FFC700; border-radius: 999px; transition: width .3s ease; }

.progress-numbers { color: white; opacity: .8; margin-top: 12px; font-size: 14px; letter-spacing: 2px; }

/* ======================================================
										STEP CONTENT
										====================================================== */

.steps-content { position: relative; margin-top: 64px; min-height: 240px; }

.step-item { position: absolute; inset: 0; opacity: 0; transform: translateY(20px); transition: opacity .28s ease, transform .28s ease; pointer-events: none; }

    .step-item.active { opacity: 1; transform: translateY(0); }

.step-number { color: #FFC700; font-size: 42px; font-weight: 800; margin-bottom: 12px; }

.step-title, .step-title h2 { color: white; font-size: 2rem; line-height: 1; margin-bottom: 20px; }

/* .step-desc p { color: white; opacity: .82; font-size: 28px; line-height: 1.45; max-width: 620px; } */
.step-desc p { color: white; font-size: 1rem; max-width: 620px; }

.step-btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 30px; border-radius: 999px; background: #fff; color: #111; text-decoration: none; box-shadow: 0 4px 12px rgba(0,0,0,0.12); transition: 0.3s ease; z-index: 1000; }

    .step-btn:hover { background: #111; color: #fff; }

.step-item .step-btn { pointer-events: auto; /* ensure the button is clickable */ user-select: text; /* optional: allow selecting text if needed */ }


/* ======================================================
										IMAGE
										====================================================== */

.steps-image { height: 720px; border-radius: 32px; overflow: hidden; position: relative; }

.step-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.04); transition: opacity .35s ease, transform .45s ease; }

    .step-image.active { opacity: 1; transform: scale(1); }

/* ======================================================
    RESPONSIVE
====================================================== */

@media(max-width:1299px) {


    .steps-box { min-height: auto; padding: 35px !important; }
}

@media(max-width:991px) {
    .steps-section { height: auto; padding: 80px 0; }

    .steps-box { min-height: auto; padding: 40px; }

    .hero-title { font-size: 42px; }

    .step-title { font-size: 42px; }

    .step-desc { font-size: 20px; }

    .steps-image { height: 420px; margin-top: 24px; }
}

/*page*/

.page-main-container { padding-top: 96px; }
.breadcrumb-custom { color: #7c7c7c; font-size: 14px; margin-bottom: 24px; }
.page-description-section { padding-top: 0; }
/*.page .page-description-section {padding-top:0; }*/
/*page-room*/
.room-page { }
    .room-page .section { padding-top: 30px; padding-bottom: 30px; }

    .room-page .swiper-slider-section .facilities-swiper { padding-left: 0 !important; padding-right: 0; }
    .room-page .description-card ul {list-style:disc;}


.section-property-details { padding: 0; margin: 0; }

/*dormitory-page*/
.dormitory-page .site-footer { margin-top: 0; }
.dormitory-page .btn-contact { font-weight: 500; }
/*login section*/
.validation-summary-errors { color: red; }
.input-validation-error { border: 1px solid red; }
.field-validation-error { color: red; }
.signin-section { }

    .signin-section h3 { color: #0082C1; }
.signin-wrapper { min-height: 100vh; }

.signin-section .signin-card { width: 100%; max-width: 420px; border: none; border-radius: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); padding: 40px 30px; background: #fff; }

.signin-section label { font-size: 0.9rem; }
.signin-section .logo { height: 120px; object-fit: contain; margin-bottom: 15px; }

.signin-section .form-control { height: 48px; border-radius: 10px; }

.signin-section .btn-signin { height: 48px; border-radius: 10px; font-weight: 600; background: #0082C1; }
    .signin-section .btn-signin:hover { height: 48px; border-radius: 10px; font-weight: 600; background: #001E42; }

.signin-section .forgot-link { text-decoration: none; font-size: 14px; }


/*sections styles*/

/*#region gallery-section*/
.room-gallery { background: #f4f1ea; }

.gallery-wrapper { position: relative; }

.main-gallery-image { position: relative; overflow: hidden; border-radius: 32px; background: #ddd; cursor: pointer; }

/* IMAGE + VIDEO*/
#mainImage,
#mainVideo { width: 100%; height: 680px; object-fit: cover; display: block; }

#mainVideo { background: #000; }

.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 72px; height: 72px; border: none; border-radius: 50%; background: rgba(0,0,0,0.55); color: #fff; z-index: 10; transition: all .25s ease; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(6px); }

    .gallery-arrow:hover { background: rgba(0,0,0,0.8); }

.gallery-prev { left: 30px; }

.gallery-next { right: 30px; }

.gallery-fullscreen { position: absolute; right: 30px; bottom: 30px; width: 72px; height: 72px; border-radius: 50%; border: none; background: rgba(0,0,0,0.55); color: #fff; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(6px); transition: all .25s ease; z-index: 10; }

    .gallery-fullscreen:hover { background: rgba(0,0,0,0.8); }

.gallery-thumbs { margin-top: 24px; }
.gallery-thumbs .hidden {display:none !important; }

.gallery-thumb { position: relative; border-radius: 24px; overflow: hidden; cursor: pointer; border: 3px solid transparent; transition: all .25s ease; }

    .gallery-thumb.active { border-color: #7c4dff; }

    .gallery-thumb img { width: 100%; height: 160px; object-fit: cover; display: block; }

    .gallery-thumb:hover { transform: translateY(-2px); }

.video-thumb-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 5; pointer-events: none; }

@media(max-width: 991px) {

    #mainImage,
    #mainVideo { height: 420px; }

    .gallery-arrow,
    .gallery-fullscreen { width: 56px; height: 56px; }
}

@media(max-width: 767px) {

    .gallery-thumb img { height: 100px; }

    .main-gallery-image { border-radius: 20px; }

    .gallery-thumb { border-radius: 16px; }
}

/*VIDEO CONTROLS*/

#videoControls { position: absolute; left: 30px; bottom: 30px; z-index: 20; display: flex; gap: 12px; }

.video-control-btn { width: 64px; height: 64px; border: none; border-radius: 50%; background: rgba(0,0,0,0.55); color: #fff; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(6px); transition: all .25s ease; font-size: 28px; }

    .video-control-btn:hover { background: rgba(0,0,0,0.8); }

@media(max-width: 991px) {

    .video-control-btn { width: 54px; height: 54px; font-size: 22px; }
}

/*YOUTUBE*/
#youtubeContainer { width: 100%; height: 680px; background: #000; }

#youtubeIframe { width: 100%; height: 100%; border: 0; }
/*#endregion*/

/*#region Room-page*/
/* =========================================
    PROPERTY CARD
========================================= */
/*.property-card-wrapper { position: sticky; top: 24px; align-self: flex-start; }
    .property-card-wrapper .property-card { background: #fff; border-radius: 34px; padding: 34px; }
    .property-card-wrapper .property-location { color: #777; font-size: 18px; margin-bottom: 12px; }
    .property-card-wrapper .property-title { font-size: 54px; font-weight: 800; margin-bottom: 30px; line-height: 1; }
    .property-card-wrapper .feature-list { display: flex; flex-direction: column; gap: 14px; }
    .property-card-wrapper .feature-pill { display: inline-flex; align-items: center; gap: 10px; width: fit-content; background: #f1f1f1; border-radius: 999px; padding: 12px 18px; font-size: 18px; font-weight: 500; }
        .property-card-wrapper .feature-pill i { color: #707070; }

    .property-card-wrapper .divider { border-top: 1px solid #ddd; margin: 34px 0; }
    .property-card-wrapper .price { font-size: 52px; font-weight: 800; margin-bottom: 26px; line-height: 1; }
    .property-card-wrapper .btn-book { height: 68px; border: none; border-radius: 999px; background: #00E6B8; font-size: 22px; font-weight: 700; color: #000; width: 100%; }
    .property-card-wrapper .btn-contact { height: 68px; border: none; border-radius: 999px; background: #F2F2F2; font-size: 22px; font-weight: 600; color: #111; width: 100%; margin-top: 16px; }*/

.property-card-wrapper { position: sticky; top: 104px; align-self: flex-start; }

.property-card { background: #fff; border-radius: 34px; padding: 34px; }

    .property-card .property-location { color: #282825; font-size: 18px; margin-bottom: 12px; }

    .property-card .property-title { font-size: 54px; font-weight: 800; margin-bottom: 30px; line-height: 1; }

    .property-card .feature-list { display: flex; flex-direction: column; gap: 14px; }

    .property-card .feature-pill { display: inline-flex; align-items: center; gap: 10px; width: fit-content; background: #F2F2F2; border-radius: 999px; padding: 4px 16px; font-size: 16px; font-weight: 500; color: #000; }

        .property-card .feature-pill i { color: #707070; }

    .property-card .divider { border-top: 1px solid #ddd; margin: 34px 0; }

    .property-card .price { font-size: 52px; font-weight: 800; margin-bottom: 26px; line-height: 1; }

    .property-card .btn-book, .property-card .btn-waiting-list { height: 68px; border: none; width: 100%; }

    .property-card .btn-contact { height: 68px; border: none; width: 100%; margin-top: 16px; }


/* =========================================
    INCLUDED BOX
========================================= */
.included-box { background: #EAE4D7; border-radius: 24px; padding: 16px; margin-top: 22px; }
    .included-box .included-title { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 500; margin-bottom: 16px; }
    .included-box .check-icon { width: 34px; height: 34px; border-radius: 50%; background: #d8c7a1; display: flex; align-items: center; justify-content: center; }
    .included-box p { margin: 0; color: #777777; font-size: 14px; }

/* =========================================
        TABS
    ========================================= */
.nav-tabs-section { position: sticky; top: 64px; z-index: 999; background: none; padding: 10px 0; }
    .nav-tabs-section .tabs-wrapper { background: #ebe2cf; border: 2px solid #d9c7a0; border-radius: 999px; padding: 6px; display: flex; gap: 8px; margin-top: 26px; overflow-x: auto; }
    .nav-tabs-section .tab-btn { flex: 1; border: none; background: transparent; border-radius: 999px; padding: 16px 20px; font-size: 18px; font-weight: 600; color: #666; white-space: nowrap; text-align: center; }
        .nav-tabs-section .tab-btn.active { background: #ffc600; color: #000; }

/* =========================================
        DESCRIPTION
    ========================================= */
.description-section { }
.description-card { background: #fff; border-radius: 34px; padding: 52px; }
    .description-card h2 { }
    .description-card h4 { margin-bottom: 1rem; }
    .description-card p, .description-card ul { margin-bottom: 10px; color: #000; }
    .description-card .list-title { }
    .description-card .custom-list li { }

@media(min-width:992px) {
    .w-lg-auto { width: auto !important; }
}


/* =========================================
        TABLET
    ========================================= */

@media(max-width:1199px) {
    .room-page .property-card-wrapper { position: relative; top: auto; }

    .room-page .main-image img { height: 430px; }

    .room-page .property-title { font-size: 42px; }

    .room-page .price { font-size: 42px; }

    .room-page .description-card h2 { font-size: 42px; }

    .room-page .description-card h4 { font-size: 28px; }

    .room-page .description-card p,
    .room-page .custom-list li { font-size: 20px; }
}

/* =========================================
    MOBILE
    ========================================= */

@media(max-width:991px) {
    .page-wrapper { padding: 14px 0 50px; }

    .room-page .container { padding-left: 16px; padding-right: 16px; }

    .room-page .breadcrumb-custom { display: none; }

    .room-page .main-image { border-radius: 30px; }

        .room-page .main-image img { height: 300px; }

    .room-page .arrow-btn { width: 52px; height: 52px; }

    .room-page .gallery-thumb { height: 80px; }

    .room-page .property-card { padding: 22px; border-radius: 30px; }

    .room-page .property-location { font-size: 15px; }

    .room-page .property-title { font-size: 28px; margin-bottom: 20px; }

    .room-page .feature-pill { font-size: 15px; padding: 10px 16px; }

    .room-page .divider { margin: 24px 0; }

    .room-page .price { font-size: 28px; margin-bottom: 20px; }

    .room-page .btn-book,
    .room-page .btn-contact { height: 64px; font-size: 18px; }

    .room-page .included-box { padding: 22px; border-radius: 28px; }

    .room-page .tabs-wrapper { margin-top: 18px; gap: 6px; }

    .room-page .tab-btn { padding: 14px 10px; font-size: 15px; }

    .room-page .section-title { font-size: 24px; margin-top: 15px; margin-bottom: 20px; }

    .room-page .description-card { padding: 28px; border-radius: 30px; }

        .room-page .description-card h2 { font-size: 28px; line-height: 1.2; }

        .room-page .description-card h4 { font-size: 18px; margin-bottom: 26px; }

        .room-page .description-card p { font-size: 18px; line-height: 1.9; }

    .room-page .list-title { font-size: 20px; }

    .room-page .custom-list li { font-size: 18px; margin-bottom: 12px; }
}

/* =========================
        EQUIPMENT CARDS
    ========================= */
.equip-card { background: #fff; border-radius: 28px; padding: 26px; height: 100%; box-shadow: 0 6px 18px rgba(0,0,0,0.04); }
    .equip-card h3 { margin-top: 10px; font-size: 18px; font-family: Inter, sans-serif; font-weight: 500; /*font-size: 22px; font-weight: 700; margin: 14px 0 8px;*/ }
    .equip-card p { font-size: 16px; color: #777777; margin: 0; line-height: 1.6; }
.equip-icon { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; }

    /* icon colors */
    .equip-icon.green { background: #00E6B8; color: #000; }
    .equip-icon.red { background: #FF4D4D; color: #000; }
    .equip-icon.purple { background: #7A4DFF; color: #000; }
    .equip-icon.yellow { background: #ffbf00; color: #000; }


/* =========================
        MORE OPTIONS
    ========================= */
.more-options-section { overflow: hidden; }

.more-options-header { display: flex; align-items: center; justify-content: space-between; /*margin-bottom: 28px; */ }

.more-options-title h2 { margin-bottom: 0; }

.more-options-nav { display: flex; gap: 12px; }

/*.more-options-nav button { width: 54px; height: 54px; border: none; border-radius: 50%; background: transparent; font-size: 24px; color: #444; transition: .2s; }

            .more-options-nav button:hover { background: #e5ded1; }*/

.room-option-card { background: #fff; border-radius: 34px; padding: 18px; height: 100%; box-shadow: 0 8px 24px rgba(0,0,0,.05); }

.room-option-image { position: relative; border-radius: 28px; overflow: hidden; height: 280px; margin-bottom: 22px; }

    .room-option-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.option-badge { position: absolute; top: 18px; left: 18px; background: #FF4D4D; color: #fff; font-size: 15px; font-weight: 700; padding: 10px 18px; border-radius: 999px; }

.room-option-title { font-size: 28px; font-weight: 800; margin-bottom: 18px; }

.option-features { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.option-pill { display: inline-flex; align-items: center; gap: 10px; background: #f3f3f3; border-radius: 999px; padding: 12px 16px; font-size: 18px; font-weight: 500; }
    .option-pill i { color: #666; }
.room-option-description { /*font-size: 22px; line-height: 1.7; color: #222; margin-bottom: 28px;*/ flex-grow: 1; margin-bottom: 25px; }

.room-option-price { font-family: "Special Gothic Expanded One", sans-serif; font-weight: 400; font-size: 20px; line-height: 1; margin-bottom: 0; margin-top: auto; }

    .room-option-price span { font-size: 16px; font-weight: 500; color: #777; font-family: Inter, sans-serif; }

.option-buttons { display: flex; gap: 14px; margin-top: 24px; }

.room-option-card { display: flex; flex-direction: column; height: 100%; }

.btn-option-secondary,
.btn-option-primary { flex: 1; height: 68px; border: none; }

.btn-option-primary { background: #00E6B8; color: #000; }
.btn-option-secondary { background: #F2F2F2; color: #111; }


/* MOBILE */

@media(max-width:991px) {

    .more-options-section { }
    .more-options-title { font-size: 28px; }
    .room-option-image { height: 220px; }
    .room-option-title { font-size: 24px; }
    .option-pill { font-size: 14px; padding: 10px 14px; }
    .room-option-description { font-size: 18px; }
    .room-option-price { font-size: 30px; }
        .room-option-price span { font-size: 16px; }
    .btn-option-secondary,
    .btn-option-primary { height: 58px; font-size: 18px; }
}

/* SWIPER */

.moreOptionsSwiper { padding-bottom: 10px; overflow: visible; }

    .moreOptionsSwiper .swiper-slide { height: auto; width: 420px; }

@media (max-width: 767px) {
    .moreOptionsSwiper .swiper-slide { width: 88%; }
}
/*#endregion*/

/* ========================================
           FEATURE SECTION
        ======================================== */

.feature-section { }

.feature-section__title { /* font-size: 72px; font-weight: 800; line-height: 1.05; color: #000;*/ margin-bottom: 30px; }

.feature-section__description { max-width: 520px; /*margin-bottom: 35px; */ }

    .feature-section__description ul { padding-left: 0; }
        .feature-section__description ul li { padding-bottom: 15px; }
            .feature-section__description ul li i { height: 36px; width: 36px; border-radius: 999px; background: #7A4DFF; color: #FFF; padding: 6px; margin-right: 10px; }
            

.feature-section__breadcrumb { font-size: 14px; color: #8a8a8a; margin-bottom: 30px; }

.feature-section__button { display: inline-flex; align-items: center; justify-content: center; border: 2px solid #cfcfcf; border-radius: 50px; padding: 14px 28px; background: #fff; color: #000; font-weight: 500; transition: 0.3s ease; }

    .feature-section__button:hover { background: #000; color: #fff; border-color: #000; }

.feature-section__image-wrapper { position: relative; display: inline-block; width: 100%; max-width: 520px; }

.feature-section__image-shape { position: absolute; inset: 0; border-radius: 40px; transform: rotate(8.73deg) translateX(50px); z-index: 1; }
.feature-section__image-shape--yellow { background: #FFC400; }
.feature-section__image-shape--purple { background: #7A4DFF; }

.feature-section__image-bg { position: absolute; inset: 0; border-radius: 40px; transform: rotate(-8.73deg) translateX(76px); z-index: 1; }
.feature-section__image-bg--yellow { background: #FFC400; }
.feature-section__image-bg--purple { background: #7A4DFF; }

.feature-section__image { position: relative; z-index: 2; width: 100%; border-radius: 48px; object-fit: cover; }
.feature-section__bg-image { position: relative; z-index: 2; width: 100%; border-radius: 40px; object-fit: cover; }

.feature-section__actions { margin-top: 25px; }
/* ========================================
           LAYOUT: SPLIT
        ======================================== */
.feature-section--split { }
    .feature-section--split.feature-section--split-50 .feature-section__image-wrapper { max-width: none; height: 100%; }
    .feature-section--split.feature-section--split-50 .feature-section__image { width: 100%; height: 100%; object-fit: cover; /* fills column height */ display: block; }
    

    .site-main > .section.feature-section--split:first-child { padding-bottom: 90px; }
/* ========================================
           RESPONSIVE
        ======================================== */
@media (max-width: 991px) {
    .feature-section__title { font-size: 52px; }

    /*feature-section--split {overflow:hidden;}*/
    .feature-section__image-wrapper { margin-top: 50px; }

    .feature-section__image-shape { transform: rotate(8.73deg) translateX(0px); }
    .feature-section__image-bg { transform: rotate(-8.73deg) translateX(0px); }
}

@media (max-width: 576px) {

    .feature-section__title { font-size: 42px; }

    .feature-section__description { font-size: 16px; }
}


/* ========================================
               FEATURE SECTION: BACKGROUND CTA
        ======================================== */

.feature-section--background { overflow: visible; }

.feature-section__background-layer { position: relative; max-width: 1260px; margin: 0 auto; margin-left: 0; }

/* Purple rotated background */
.feature-section__background-purple { position: absolute; inset: 0; background: #6d3df5; border-radius: 40px; transform: rotate(4deg) translateX(10px); z-index: 1; }

/* Foreground black card */
.feature-section__background-card { position: relative; z-index: 2; background: #1d1d1d; border-radius: 40px; padding: 70px 80px; overflow: hidden; }

/* Decorative outlined shapes */
.feature-section__shape { position: absolute; width: 90px; height: 90px; border-radius: 24px; opacity: 0.9; }

.feature-section__shape--purple { border: 16px solid #6d3df5; bottom: -15px; left: -10px; transform: rotate(45deg); }

.feature-section__shape--red { border: 16px solid #e53935; top: -10px; right: 40px; transform: rotate(25deg); }

.feature-section__background-content { max-width: 620px; position: relative; z-index: 2; }

.feature-section__background-title { /*font-size: 52px; font-weight: 800; line-height: 1.1;*/ color: #fff; margin-bottom: 20px; }

.feature-section__background-description { color: #fff !important; margin: 0; }

.feature-section__background-action { position: relative; z-index: 2; }

.feature-section__background-button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; background: #fff; color: #000; font-weight: 600; border-radius: 999px; border: 2px solid #d7d7d7; transition: all 0.3s ease; white-space: nowrap; }

    .feature-section__background-button:hover { background: transparent; color: #fff; border-color: #fff; }

/* ========================================
               RESPONSIVE
        ======================================== */

@media (max-width: 991px) {

    .feature-section__background-card { padding: 50px 35px; text-align: center; }

    .feature-section__background-content { max-width: 100%; margin: 0 auto 30px; }

    .feature-section__background-title { font-size: 40px; }
    .feature-section__background-purple { transform: rotate(4deg) translateX(0px); }
}

@media (max-width: 576px) {

    .feature-section__background-card { padding: 40px 25px; border-radius: 28px; }

    .feature-section__background-title { font-size: 32px; }

    .feature-section__background-description { font-size: 16px; }

    .feature-section__shape { width: 65px; height: 65px; border-width: 12px; }
}


/*breadcrumb-section*/
.breadcrumb-section { }
    .breadcrumb-section strong { color: #000; }

.breadcrumb { font-size: 13px; }

.breadcrumb-item + .breadcrumb-item::before { color: #999; }

.breadcrumb a { transition: color 0.2s ease; }

    .breadcrumb a:hover { color: #000; }

.breadcrumb-item.active { color: #111; }


/*@region catalog-card-section */
.catalog-card-section { }

.catalog-cards { position: relative; }

.catalog-card { border-radius: 36px; overflow: hidden; position: relative; transition: all .4s ease; }

    .catalog-card:not(:first-child) { margin-top: -60px; }

.catalog-card__trigger { width: 100%; height: 160px; transition: height .4s ease, padding .4s ease; border: 0; background: transparent; text-align: left; padding: 32px 42px 0 42px; font-size: 2rem; font-weight: 700; color: #fff; cursor: pointer; display: flex; /*align-items: center; */ }
.catalog-cards > .catalog-card:last-child .catalog-card__trigger { height: 100px !important; }

.catalog-card.active .catalog-card__trigger { height: 80px; /*padding: 42px 42px 0 42px;*/ }

.bg-warning .catalog-card__trigger { color: #222; }

.catalog-card__content { max-height: 0; overflow: hidden; transition: max-height .5s ease, padding .5s ease; padding: 0 42px; }

.catalog-card.active .catalog-card__content { max-height: 700px; padding: 0 42px 42px 42px; }

.catalog-card__image { width: 100%; max-width: 350px; border-radius: 20px; display: block; margin-left: auto; }

.catalog-card--purple { background: #7A4DFF; /*linear-gradient( 90deg, #6b3df4, #7f59ff );*/ }

.catalog-card-section .catalog-card-description p { color: #FFF; }

@media (max-width: 991px) {

    .catalog-card__trigger { height: 120px; font-size: 1.25rem; padding: 20px 24px 24px 24px; }
    .catalog-card.active .catalog-card__trigger { height: auto; padding: 24px 24px 0 24px; }

    .catalog-cards > .catalog-card:last-child .catalog-card__trigger { height: 90px !important; padding-top: 32px; }

    .catalog-card.active .catalog-card__content { padding: 0 24px 24px; }

    .catalog-card__content { padding: 0 24px; }

    .catalog-card:not(:first-child) { margin-top: -60px; }

    .catalog-card__image { max-width: 100%; }
}
/*#endregion*/

/*opinion-slider*/
.opinion-swiper .swiper-slide { max-width: 380px; }

    /* alternating tilt effect */
    .opinion-swiper .swiper-slide:nth-child(odd) .testimonial-card { transform: rotate(0) !important; }

    .opinion-swiper .swiper-slide:nth-child(even) .testimonial-card { transform: rotate(0) !important; }
    /* hover */
    .opinion-swiper .swiper-slide .testimonial-card:hover { transform: none; }


/*start-page*/
.start-page .feature-section--split .content-col { background: #FF4D4D; border-radius: 48px; padding: 48px; }
    .start-page .feature-section--split .content-col p, .start-page .feature-section--split .content-col h1 { color: #FFF; }


    /*stat-counter-section*/
.stat-counter-section { }

.stats-counter-title { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 1rem; }

.stats-counter-subtitle { font-size: 1.125rem; max-width: 700px; margin-bottom: 0; }

.stat-counter-card { background: #fff; border-radius: 2rem; padding: 2.5rem 2rem; min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .3s ease; }

    .stat-counter-card:hover { transform: translateY(-4px); }

.stat-counter-number { font-size: 3rem; font-weight: 800; line-height: 1; margin-bottom: .5rem; color: #000; }

.stat-counter-label { font-size: 1.1rem; color: #666; }

.stat-counter-description { margin: 0; color: #666; line-height: 1.8; font-size: 1rem; }

/*.row.g-4 > [class*="col-"] { display: flex; }*/
.stats-counter-cards > .stat-counter-card-col { display: flex; }
.stat-counter-card { width: 100%; }

@media (max-width: 991.98px) {
    .stats-counter-title { font-size: 2.5rem; }

    .stat-counter-card { min-height: auto; }
}
    /*endOf stat-counter-section*/

/*page-meta-info-section*/
.page-meta-info-section { padding-bottom: 0; }

.meta-badge { background-color: #ece7ff; color: #6f42c1; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 500; transition: 0.2s ease; }

    .meta-badge:hover { background-color: #ddd3ff; color: #5a32a3; }

.meta-item { position: relative; padding-left: 14px; }

    .meta-item::before { content: "•"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #999; font-size: 12px; }

.author-info { position: relative; padding-left: 14px; }

    .author-info::before { content: "•"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #999; font-size: 12px; }

.author-avatar { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }



/* ========================================
           FEATURE SECTION
        ======================================== */

.description-section { }

    .description-section ul {list-style:disc;}

    .description-section__title { /* font-size: 72px; font-weight: 800; line-height: 1.05; color: #000;*/ margin-bottom: 30px; }

.description-section__description { max-width: 520px; /*margin-bottom: 35px; */ }
    .description-section__description a {color:#000; }
        .description-section__description a:hover { color: #7A4DFF; }

    .description-section__description ul { list-style: disc; }
        .description-section__description ul li { padding-bottom: 15px; }
            .description-section__description ul li i { height: 36px; width: 36px; border-radius: 999px; background: #7A4DFF; color: #FFF; padding: 6px; margin-right: 10px; }

.description-section .section-main a { color: #000; }
    .description-section .section-main a:hover { color: #7A4DFF; }
.description-section__breadcrumb { font-size: 14px; color: #8a8a8a; margin-bottom: 30px; }

.description-section__button { display: inline-flex; align-items: center; justify-content: center; border: 2px solid #cfcfcf; border-radius: 50px; padding: 14px 28px; background: #fff; color: #000; font-weight: 500; transition: 0.3s ease; }

    .description-section__button:hover { background: #000; color: #fff; border-color: #000; }

.description-section__image-wrapper { position: relative; display: inline-block; width: 100%; max-width: 520px; }

.description-section__image-shape { position: absolute; inset: 0; border-radius: 40px; transform: rotate(8.73deg) translateX(50px); z-index: 1; }
.description-section__image-shape--yellow { background: #FFC400; }
.description-section__image-shape--purple { background: #7A4DFF; }

.description-section__image-bg { position: absolute; inset: 0; border-radius: 40px; transform: rotate(-8.73deg) translateX(76px); z-index: 1; }
.description-section__image-bg--yellow { background: #FFC400; }
.description-section__image-bg--purple { background: #7A4DFF; }

.description-section__image { position: relative; z-index: 2; width: 100%; border-radius: 48px; object-fit: cover; }
.description-section__bg-image { position: relative; z-index: 2; width: 100%; border-radius: 40px; object-fit: cover; }

.description-section__actions { margin-top: 25px; }
/* ========================================
           LAYOUT: SPLIT
        ======================================== */
.description-section--split { }
    .description-section--split.description-section--split-50 .description-section__image-wrapper { max-width: none; height: 100%; }
    .description-section--split.description-section--split-50 .description-section__image { width: 100%; height: 100%; object-fit: cover; /* fills column height */ display: block; }


.site-main > .section.description-section--split:first-child { padding-bottom: 90px; }
/* ========================================
           RESPONSIVE
        ======================================== */
@media (max-width: 991px) {
    .description-section__title { font-size: 52px; }

    /*description-section--split {overflow:hidden;}*/
    .description-section__image-wrapper { margin-top: 50px; }

    .description-section__image-shape { transform: rotate(8.73deg) translateX(0px); }
    .description-section__image-bg { transform: rotate(-8.73deg) translateX(0px); }
}

@media (max-width: 576px) {

    .description-section__title { font-size: 42px; }

    .description-section__description { font-size: 16px; }
}


/* ========================================
               FEATURE SECTION: BACKGROUND CTA
        ======================================== */

.description-section--background { overflow: visible; }

.description-section__background-layer { position: relative; max-width: 1260px; margin: 0 auto; margin-left: 0; }

/* Purple rotated background */
.description-section__background-purple { position: absolute; inset: 0; background: #6d3df5; border-radius: 40px; transform: rotate(4deg) translateX(10px); z-index: 1; }

/* Foreground black card */
.description-section__background-card { position: relative; z-index: 2; background: #1d1d1d; border-radius: 40px; padding: 70px 80px; overflow: hidden; }

/* Decorative outlined shapes */
.description-section__shape { position: absolute; width: 90px; height: 90px; border-radius: 24px; opacity: 0.9; }

.description-section__shape--purple { border: 16px solid #6d3df5; bottom: -15px; left: -10px; transform: rotate(45deg); }

.description-section__shape--red { border: 16px solid #e53935; top: -10px; right: 40px; transform: rotate(25deg); }

.description-section__background-content { max-width: 620px; position: relative; z-index: 2; }

.description-section__background-title { /*font-size: 52px; font-weight: 800; line-height: 1.1;*/ color: #fff; margin-bottom: 20px; }

.description-section__background-description { color: #fff !important; margin: 0; }

.description-section__background-action { position: relative; z-index: 2; }

.description-section__background-button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; background: #fff; color: #000; font-weight: 600; border-radius: 999px; border: 2px solid #d7d7d7; transition: all 0.3s ease; white-space: nowrap; }

    .description-section__background-button:hover { background: transparent; color: #fff; border-color: #fff; }

/* ========================================
               RESPONSIVE
        ======================================== */

@media (max-width: 991px) {

    .description-section__background-card { padding: 50px 35px; text-align: center; }

    .description-section__background-content { max-width: 100%; margin: 0 auto 30px; }

    .description-section__background-title { font-size: 40px; }
    .description-section__background-purple { transform: rotate(4deg) translateX(0px); }
}

@media (max-width: 576px) {

    .description-section__background-card { padding: 40px 25px; border-radius: 28px; }

    .description-section__background-title { font-size: 32px; }

    .description-section__background-description { font-size: 16px; }

    .description-section__shape { width: 65px; height: 65px; border-width: 12px; }
}

/*description-section table */
/*.description-section table { width: 100%; min-width: 800px; border-collapse: collapse; background: #fff; font-size: 0.95rem; line-height: 1.5; margin: 1.5rem 0; }*/
.description-section {overflow:hidden; width:100%; }
.description-section table { display: block; width: 100% !important; overflow-x: auto; -webkit-overflow-scrolling: touch; min-width: 280px; border-collapse: collapse; background: #fff; font-size: 0.95rem; line-height: 1.5; margin: 1.5rem 0; background:none;}

    .description-section table th,
    .description-section table td { padding: 1rem; text-align: left; vertical-align: top; border: 1px solid #e5e7eb; }

    .description-section table tr:first-child td,
    .description-section table thead th { background: #7A4DFF; color: #fff; font-weight: 600; }

    .description-section table tbody tr:nth-child(even) { background: #f8f9fc; }

    .description-section table tbody tr:hover { background: #f3efff; transition: background-color .2s ease; }

    .description-section table strong { font-weight: 600; }

    .description-section table td:first-child { font-weight: 600; min-width: 220px; }

    .description-section table td:nth-child(2) { min-width: 120px; }

    .description-section table td:nth-child(3) { min-width: 300px; }

    .description-section table td:last-child { min-width: 150px; white-space: nowrap; }

/* Horizontal scrollbar */
.description-section::-webkit-scrollbar { height: 8px; }

.description-section::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }

.description-section::-webkit-scrollbar-thumb { background: #7A4DFF; border-radius: 10px; }

    .description-section::-webkit-scrollbar-thumb:hover { background: #6840db; }

@media (max-width: 767.98px) {
    .description-section table { font-size: 0.875rem; }

        .description-section table th,
        .description-section table td { padding: 0.75rem; }
}

.blog-post-page .description-widget {padding-top:30px; }

/*apartment-search-bar-section*/
.apartment-search-bar-section { position: relative; }

    .apartment-search-bar-section.is-sticky { position: fixed; left: 0; bottom: 64px; width: 100%; z-index: 999; }
        /* Sticky state */
        .apartment-search-bar-section.is-sticky .custom-dropdown { top: auto; bottom: calc(100% + 10px); }
    .apartment-search-bar-section .room-search-bar { background: #fff; border-radius: 40px; padding: 8px 10px; box-shadow: 0 4px 12px rgba(0,0,0,.08); margin: auto; }

.hero-player__searchbar-wrapper .search-item .value { font-size: 13px; }
.hero-player__searchbar-wrapper .apartment-search-bar-section .custom-dropdown { top: auto; bottom: calc(100% + 10px); }

.apartment-search-bar-section .search-item { padding: 8px 20px; }

    .apartment-search-bar-section .search-item .label { font-size: 14px; font-weight: 700; color: #7d7d7d; margin-bottom: 2px; }

    .apartment-search-bar-section .search-item .value { font-size: 15px; color: #000; white-space: nowrap; font-weight: bold; }

.apartment-search-bar-section .search-btn { background: #06d7b3; border: none; color: #000; font-size: 14px; font-weight: 600; border-radius: 32px; padding: 16px 8px 16px 8px; min-width: 120px; transition: .3s; }

    .apartment-search-bar-section .search-btn:hover { background: #00c8a7; }

.apartment-search-bar-section .search-item { cursor: pointer; border-radius: 16px; transition: .2s; }

    .apartment-search-bar-section .search-item:hover { background: #f5f5f5; }

.apartment-search-bar-section .custom-dropdown { position: absolute; top: calc(100% + 10px); left: 0; width: 420px; background: #f4f4f4; border-radius: 32px; padding: 20px; display: none; z-index: 1000; box-shadow: 0 15px 40px rgba(0,0,0,.15); }

    .apartment-search-bar-section .custom-dropdown.show { display: block; }

.apartment-search-bar-section .room-search-bar .city-list { max-height: 700px; overflow-y: auto; }

.apartment-search-bar-section .room-search-bar .city-option { display: flex; align-items: center; gap: 22px; padding: 12px 0; cursor: pointer; }

    .apartment-search-bar-section .room-search-bar .city-option:hover { background: rgba(0,0,0,.03); border-radius: 20px; }

    .apartment-search-bar-section .room-search-bar .city-option img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; flex-shrink: 0; }

.apartment-search-bar-section .room-search-bar .city-name { font-size: 28px; font-weight: 500; color: #000; }

.apartment-search-bar-section .city-count { font-size: 22px; color: #7d7d7d; }

.apartment-search-bar-section .dropdown-option { padding: 14px 18px; border-radius: 12px; cursor: pointer; }

    .apartment-search-bar-section .dropdown-option:hover { background: #ececec; }

@media (max-width: 1199px) {
    .apartment-search-bar-section .search-item { padding: 12px 0; }
}
@media (max-width: 991px) {
    .apartment-search-bar-section .room-search-bar { border-radius: 24px; }

    .apartment-search-bar-section .search-item { padding: 12px 0; }

    .apartment-search-bar-section .search-btn { width: 100%; }

    .apartment-search-bar-section .custom-dropdown { width: 100%; left: 0; right: 0; }

    .apartment-search-bar-section .city-option img { width: 70px; height: 70px; }

    .apartment-search-bar-section .city-name { font-size: 22px; }

    .apartment-search-bar-section .city-count { font-size: 16px; }
}


.apartment-search-bar-section .custom-dropdown { position: absolute; top: calc(100% + 10px); left: 0; width: 420px; background: #f4f4f4; border-radius: 32px; padding: 20px; display: none; z-index: 1000; box-shadow: 0 15px 40px rgba(0,0,0,.15); }
#stayPeriodDropdown.custom-dropdown { max-width: 270px !important; }

.apartment-search-bar-section .custom-dropdown.show { display: block; }

.apartment-search-bar-section .custom-dropdown-list { max-height: 320px; overflow-y: auto; }


.apartment-search-bar-section .custom-dropdown-item { display: flex; align-items: center; gap: 22px; padding: 16px; cursor: pointer; border-radius: 20px; transition: .2s; }

    .apartment-search-bar-section .custom-dropdown-item:hover { background: rgba(0,0,0,.03); }

.apartment-search-bar-section .custom-dropdown-media { width: 48px; height: 48px; min-width: 48px; border-radius: 50%; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; }

    .apartment-search-bar-section .custom-dropdown-media img { width: 100%; height: 100%; object-fit: cover; }

    .apartment-search-bar-section .custom-dropdown-media .icon { font-size: 32px; padding: 4px; }
    .apartment-search-bar-section .custom-dropdown-media.media-bg-purple { background: #7A4DFF; }
    .apartment-search-bar-section .custom-dropdown-media.media-bg-yellow { background: #FFC400 }
    .apartment-search-bar-section .custom-dropdown-media.media-bg-green { background: #00E6B8 }

.apartment-search-bar-section .custom-dropdown-content { flex: 1; }

.apartment-search-bar-section .custom-dropdown-title { font-size: 18px; font-weight: 500; color: #000; line-height: 1.2; }

.apartment-search-bar-section .custom-dropdown-subtitle { font-size: 16px; color: #7d7d7d; margin-top: 6px; }

.apartment-search-bar-section .dropdown-option { padding: 14px 18px; border-radius: 12px; cursor: pointer; }

    .apartment-search-bar-section .dropdown-option:hover { background: #ececec; }

.apartment-search-bar-section .search-item.validation-error { border: 1px solid #dc3545; border-radius: 8px; background-color: #fff8f8; }

.apartment-search-bar-section #roomForValidation { color: #dc3545; }

.apartment-search-bar-section .room-for-search-item { position: relative; }

.apartment-search-bar-section .validation-popover { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); z-index: 1000; background: #dc3545; color: #fff; padding: 10px 14px; border-radius: 8px; font-size: 13px; white-space: nowrap; opacity: 0; visibility: hidden; transition: opacity .2s ease; box-shadow: 0 4px 12px rgba(0,0,0,.15); }

    .apartment-search-bar-section .validation-popover::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #dc3545; }

    .apartment-search-bar-section .validation-popover.show { opacity: 1; visibility: visible; }

.apartment-search-bar-section .room-for-search-item.validation-error { border: 1px solid #dc3545; border-radius: 8px; }

.apartment-search-bar-section .custom-dropdown-divider { height: 1px; background: #e9ecef; margin: 8px 0; }

.apartment-search-bar-section .custom-dropdown-action { display: block; padding: 12px 16px; text-align: center; /*color: #0d6efd; font-weight: 600; */ text-decoration: none; transition: background-color .2s ease; }

    .apartment-search-bar-section .custom-dropdown-action:hover { background-color: #f8f9fa; color: #0a58ca; }

@media (max-width: 991px) {

    .apartment-search-bar-section.is-sticky { bottom: 8px; }
    .apartment-search-bar-section .search-item { padding-top: 2px; padding-bottom: 2px; }
        .apartment-search-bar-section .search-item .value { font-size: 12px; }

    .apartment-search-bar-section .custom-dropdown { width: 100%; left: 0; right: 0; }

    .apartment-search-bar-section .custom-dropdown-media { width: 70px; height: 70px; min-width: 70px; }

    .apartment-search-bar-section .custom-dropdown-title { font-size: 22px; }

    .apartment-search-bar-section .custom-dropdown-subtitle { font-size: 16px; }
    .hero-player__searchbar-wrapper .custom-dropdown-list { max-height: 160px; overflow-y: auto; }

    .apartment-search-bar-section .room-search-bar { position: relative; }
    .apartment-search-bar-section .custom-dropdown { position: absolute; left: 0; right: 0; width: 420px; /* force viewport width */ max-width: 100%; border-radius: 0; /* optional: mobile full-bleed look */ }
    #stayPeriodDropdown.custom-dropdown { max-width: 100% !important; }
    /* prevent parent column from clipping it */
    .apartment-search-bar-section .position-relative { position: static !important; }

    /* ensure dropdown stacks above everything */
    .apartment-search-bar-section .custom-dropdown { z-index: 9999; }
   
}
@media(max-width:767.98px){

    /*.apartment-search-bar-section .container {max-width:90%; }*/
    .apartment-search-bar-section .search-item { padding-top: 0; padding-bottom: 0; }
        .apartment-search-bar-section .search-item .value { font-size: 12px; }
    /* Make row behave predictably */
    .apartment-search-bar-section .room-search-bar .row { display: flex; flex-wrap: wrap; }

    /* Force search items to 50% width (2 per row) */
    .apartment-search-bar-section .room-search-bar .col-md-6,
    .apartment-search-bar-section .room-search-bar .col-lg-2,
    .apartment-search-bar-section .room-search-bar .col-lg-3 { flex: 0 0 50%; max-width: 50%; }

        /* Make button full width on its own row */
        .apartment-search-bar-section .room-search-bar .col-lg-2.mt-3 { flex: 0 0 100%; max-width: 100%; text-align: center !important; margin-top: 12px; }

    .apartment-search-bar-section .search-btn { width: 100%; }

    .apartment-search-bar-section .room-search-bar { position: relative; }
    .apartment-search-bar-section .custom-dropdown { position: absolute; left: 0; right: 0; width: 100%; /* force viewport width */ max-width: 100%; border-radius: 0; /* optional: mobile full-bleed look */ }
    #stayPeriodDropdown.custom-dropdown { max-width: 100% !important; }
    /* prevent parent column from clipping it */
    .apartment-search-bar-section .position-relative { position: static !important; }

    /* ensure dropdown stacks above everything */
    .apartment-search-bar-section .custom-dropdown { z-index: 9999; }
}
/*endOf apartment-search-bar-section*/