:root {
    --bg-dark: #101014;
    --bg-soft: #f6f6f8;
    --text: #20222b;
    --muted: #6b7280;
    --border: rgba(17, 24, 39, 0.08);
    --accent: #ffc107;
    --success: #198754;
}
.carousel-item{
    transition:transform 1.2s ease-in-out;
}
body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-soft);
    color: var(--text);
}

a {
    text-decoration: none;
}

.site-navbar,
.site-footer,
.hero-section {
    background: linear-gradient(120deg, #0f0f14, #1b1d24);
}

.site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.site-navbar .navbar-brand span {
    font-weight: 800;
    letter-spacing: 0.02em;
}

.hero-section {
    padding-bottom: 2rem;
}

.hero-kicker,
.section-kicker {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffcb3d;
    margin-bottom: 0.9rem;
}

.home-hero{

position:relative;
min-height:650px;

display:flex;
align-items:center;

overflow:hidden;

}


.hero-bg{

position:absolute;
inset:0;

background:
linear-gradient(
180deg,
rgba(0,0,0,.45),
rgba(0,0,0,.85)
),
url('https://royalgals.com/images/city-night.png');

background-size:cover;
background-position:center;

}



.hero-content{

position:relative;
z-index:2;

color:white;

padding:80px 0;

}



.hero-badge{

display:inline-block;

padding:10px 25px;

border-radius:50px;

background:rgba(255,255,255,.15);

backdrop-filter:blur(10px);

color:#ffc107;

font-weight:600;

margin-bottom:25px;

}



.hero-content h1{

font-size:60px;

font-weight:800;

line-height:1.1;

}



.hero-content h1 span{

color:#ffc107;

}



.hero-content p{

font-size:21px;

color:rgba(255,255,255,.75);

max-width:700px;

margin:25px auto;

}



.hero-buttons{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

margin-bottom:45px;

}



.city-box{

background:white;

padding:18px;

border-radius:25px;

max-width:800px;

margin:auto;

}



.city-box select{

border-radius:15px;

height:58px;

}



.city-box button{

border-radius:15px;

}



@media(max-width:768px){

.hero-content h1{

font-size:38px;

}

.home-hero{

min-height:600px;

}

}
.hero-search,
.filter-sidebar,
.content-panel,
.auth-card,
.detail-panel,
.location-card,
.stat-card {
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid var(--border);
}

.hero-preview img,
.detail-carousel img {
    width: 100%;
    object-fit: cover;
}

.detail-carousel {
    aspect-ratio: 3 / 4;
    width: 100%;
    overflow: hidden;
}

.detail-carousel .carousel-inner,
.detail-carousel .carousel-item {
    height: 100%;
}

.detail-carousel img {
    height: 100%;
}

.profile-card {
    overflow: hidden;
    border-radius: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1.2rem 2.5rem rgba(17, 24, 39, 0.16) !important;
}

.profile-card-media {
    display: block;
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.profile-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-badges {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    top: 0.75rem;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.profile-read-more {
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #111827;
}

.page-banner {
    background: linear-gradient(180deg, rgba(255,255,255,0.7), rgba(246,246,248,1));
}

.inner-page-header {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 2.25rem;
    color: #fff;
}

.inner-header-bg {
    opacity: 0.9;
}

.inner-page-header__content {
    max-width: 780px;
    position: relative;
    z-index: 2;
}

.inner-page-header__title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0.9rem;
}

.inner-page-header__text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
}

.filter-sidebar,
.detail-panel,
.auth-card,
.content-panel {
    padding: 1.5rem;
}

.location-card {
    padding: 1.1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(17, 24, 39, 0.1) !important;
}

.home-cities {
    position: relative;
}

.city-tile {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.05rem 1.05rem;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 0.55rem;
    color: var(--text);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    height: 100%;
}

.city-tile:hover {
    transform: translateY(-2px);
    border-color: rgba(17, 24, 39, 0.22);
    box-shadow: 0 1rem 2rem rgba(17, 24, 39, 0.12);
}

.city-tile__icon {
    width: 44px;
    height: 44px;
    border-radius: 0.6rem;
    background: linear-gradient(135deg, #0f0f14, #1b1d24);
    position: relative;
    flex: 0 0 auto;
}

.city-tile__icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #ffcb3d;
    box-shadow: 0 0 0 6px rgba(255, 203, 61, 0.18);
}

.city-tile__body {
    min-width: 0;
}

.city-tile__name {
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.city-tile__meta {
    font-size: 0.82rem;
    color: rgba(17, 24, 39, 0.7);
    margin-top: 0.25rem;
}

.city-tile__badge {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 0 0 auto;
}

.city-tile__arrow {
    font-size: 1.3rem;
    line-height: 1;
    color: rgba(17, 24, 39, 0.55);
}

.city-tile--compact {
    padding: 0.9rem 0.9rem;
}

.city-tile--compact .city-tile__icon {
    width: 40px;
    height: 40px;
}

.city-tile--compact .city-tile__name {
    font-size: 0.95rem;
}

.home-content-panel {
    position: relative;
    overflow: hidden;
    border-radius: 0.55rem;
    border: 1px solid rgba(17, 24, 39, 0.14);
}



.home-content-panel > * {
    position: relative;
    z-index: 1;
}

.home-content-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.home-content-chip {
    border: 1px solid rgba(17, 24, 39, 0.14);
    background: rgba(255, 255, 255, 0.75);
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(17, 24, 39, 0.82);
}

.home-content-aside {
    background: linear-gradient(135deg, #0f0f14, #1b1d24);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.55rem;
    padding: 1rem;
    color: #fff;
}

.home-content-aside-title {
    font-weight: 800;
    letter-spacing: 0.01em;
    margin-bottom: 0.35rem;
}

.home-content-aside-text {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.55;
}

.contact-info-panel {
    border-radius: 0.55rem;
    border: 1px solid rgba(17, 24, 39, 0.14);
    background: linear-gradient(135deg, #0f0f14, #1b1d24);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.contact-info-panel::before {
    content: "";
    position: absolute;
    inset: -40% -30% auto -30%;
    height: 420px;
    background: radial-gradient(circle at 20% 30%, rgba(255, 203, 61, 0.18), transparent 55%);
    pointer-events: none;
}

.contact-info-panel > * {
    position: relative;
    z-index: 1;
}

.contact-info-title {
    font-weight: 900;
    letter-spacing: 0.01em;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.contact-info-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.55;
}

.contact-info-list {
    display: grid;
    gap: 0.75rem;
}

.contact-info-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0.55rem;
    padding: 0.75rem 0.85rem;
}

.contact-info-item__label {
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 0.15rem;
}

.contact-info-item__link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.86rem;
}

.contact-info-item__link:hover {
    color: #ffcb3d;
}

.contact-info-note {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
    line-height: 1.55;
}

.table-thumb {
    width: 48px;
    height: 64px;
    object-fit: cover;
    border-radius: 0.85rem;
}

.image-manage-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1rem;
    padding: 0.75rem;
    height: 100%;
}

.image-manage-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.area-link-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.area-group {
    border: 1px solid var(--border);
    border-radius: 0.9rem;
    background: #fff;
    overflow: hidden;
}

.area-group-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
}

.area-group-summary::-webkit-details-marker {
    display: none;
}

.area-group-summary.active {
    background: rgba(17, 24, 39, 0.04);
}

.area-group-children {
    padding: 0 0.6rem 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.area-link-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--border);
    border-radius: 0.9rem;
    color: var(--text);
    background: #fff;
    transition: all 0.2s ease;
}

.area-link-item:hover,
.area-link-item.active {
    border-color: rgba(17, 24, 39, 0.18);
    box-shadow: 0 0.6rem 1.4rem rgba(17, 24, 39, 0.08);
    transform: translateY(-1px);
}

.area-link-item.parent-link,
.area-link-item.child-link {
    background: #fafafa;
}

.area-link-item.child-link {
    margin-left: 0.6rem;
}

.stat-card {
    padding: 1.25rem;
}

.stat-card span {
    color: var(--muted);
    display: block;
    margin-bottom: 0.5rem;
}

.stat-card strong {
    font-size: 1.9rem;
    line-height: 1;
}

.auth-layout {
    background: linear-gradient(135deg, #0f0f14, #1b1d24);
    min-height: 100vh;
}

.auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.auth-card {
    padding: 2rem;
}

.site-footer a,
.footer-title {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.55rem;
}

.footer-title {
    font-weight: 700;
    color: #fff;
}

.site-footer {
    position: relative;
    overflow: hidden;
}



.footer-cta {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0.45rem;
    padding: 1.1rem 1.1rem;
}

.footer-cta-title {
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}

.footer-cta-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.86rem;
}

.footer-brand-title {
    font-weight: 900;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.footer-brand-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.86rem;
    line-height: 1.6;
}

.footer-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.footer-chip {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.85);
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
}

.site-footer a {
    text-decoration: none;
    transition: color 0.15s ease, transform 0.15s ease;
}

.site-footer a:hover {
    color: #ffcb3d;
    transform: translateX(2px);
}

.footer-mini {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.78rem;
    line-height: 1.55;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.footer-bottom-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.footer-bottom-links {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .footer-bottom-links {
        justify-content: flex-end;
    }
}

.service-list {
    padding-left: 0rem;
    margin: 0;
}

.service-list li + li {
    margin-top: 0.65rem;
}

.autocomplete-results {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.3rem);
    z-index: 20;
    display: none;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 0.9rem;
    box-shadow: 0 1rem 2rem rgba(17, 24, 39, 0.12);
    overflow: hidden;
}

.autocomplete-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    color: inherit;
}

.autocomplete-item + .autocomplete-item {
    border-top: 1px solid var(--border);
}

.autocomplete-item img {
    width: 44px;
    height: 44px;
    border-radius: 0.75rem;
    object-fit: cover;
}

.featured-carousel .carousel-control-prev,
.featured-carousel .carousel-control-next,
.detail-carousel .carousel-control-prev,
.detail-carousel .carousel-control-next {
    width: 42px;
}

.featured-carousel .carousel-control-prev-icon,
.featured-carousel .carousel-control-next-icon,
.detail-carousel .carousel-control-prev-icon,
.detail-carousel .carousel-control-next-icon {
    background-color: rgba(17, 24, 39, 0.8);
    border-radius: 50%;
    background-size: 55%;
    width: 2.4rem;
    height: 2.4rem;
}

.rating-summary {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.rating-stars {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1;
}

.rating-stars .star-filled {
    color: #f2b01e;
}

.rating-stars .star-empty {
    color: rgba(17, 24, 39, 0.22);
}

.rating-meta {
    font-size: 0.95rem;
    color: rgba(17, 24, 39, 0.7);
}

.review-list {
    display: grid;
    gap: 1rem;
}

.review-item {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 16px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.85);
}

.profile-card-rating {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.92rem;
    line-height: 1.2;
}

.profile-card-rating .rating-stars {
    font-size: 0.95rem;
}

.profile-card-rating-text {
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991.98px) {
    .hero-preview {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .filter-sidebar,
    .content-panel,
    .detail-panel,
    .auth-card {
        padding: 1.1rem;
    }

    .hero-section .display-5 {
        font-size: 2rem;
    }

    .inner-page-header {
        padding: 3rem 0 1.75rem;
    }
}

.detail-meta{
    display:flex;
    flex-direction:column;
    gap:8px;
}


.meta-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0;
    border-radius:0px;
    background:#fff;
    border-bottom:1px solid #eee;
    box-shadow:0 2px 0px rgba(0,0,0,.05);
}


.meta-card span{
    font-size:12px;
    color:#777;
    font-weight:600;
    text-transform:uppercase;
}


.meta-card b{
    font-size:14px;
    color:#222;
    text-align:right;
}


.rate-card{
    background:linear-gradient(135deg,#111,#333);
}


.rate-card span,
.rate-card b{
    color:#fff;
}



/* SERVICES */

.service-panel{
    border-radius:16px;
    background:#fff;
    border:1px solid #eee;
    padding:22px !important;
}


.service-title{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
}


.service-title span{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111;
    color:white;
    border-radius:50%;
}


.service-title h2{
    font-size:20px;
}


.service-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}


.service-tag{
    padding:8px 15px;
    border-radius:25px;
    background:#f5f5f5;
    border:1px solid #ddd;
    font-size:14px;
}


.service-tag:hover{
    background:#111;
    color:white;
}


@media(max-width:576px){

.meta-card{
    display:block;
}

.meta-card b{
    display:block;
    text-align:left;
    margin-top:3px;
}

.service-tag{
    width:100%;
    text-align:center;
}

}
.service-panel{
    border-radius:18px;
    background:#fff;
    border:1px solid #eee;
    padding:22px;
}


.service-title{
    display:flex;
    align-items:center;
    gap:12px;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #eee;
}


.service-title span{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#111;
    color:#fff;
    font-size:18px;
}


.service-title h2{
    font-weight:700;
}


.service-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.detail-panel h1{
    display:inline-block;
}
.service-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:6px 14px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:12px;
    font-size:15px;
    color:#333;
    transition:.25s;
}


.service-icon{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#111;
    color:#fff;
    font-size:12px;
    flex-shrink:0;
}


.service-item:hover{
    background:#111;
    color:#fff;
    transform:translateX(5px);
}


.service-item:hover .service-icon{
    background:#fff;
    color:#111;
}


@media(max-width:576px){

.service-panel{
    padding:16px;
}

.service-item{
    padding:10px;
    font-size:14px;
}

}

.profile-rates{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:0px;
}


.rate-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:14px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}


.rate-icon{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f5f5f5;
    font-size:22px;
}


.rate-box h4{
    margin:0;
    font-size:17px;
}


.rate-box span{
    display:block;
    margin-top:5px;
    font-size:20px;
    font-weight:700;
}


.rate-box.active{
    background:#111;
    color:#fff;
    border-color:#111;
}


.rate-box.active .rate-icon{
    background:#d4af37;
}


@media(max-width:768px){
    .profile-rates{
        grid-template-columns:1fr;
    }
}