
:root {
    --pink: #ec4899;
    --pink-dark: #db2777;
    --purple: #9333ea;
    --purple-dark: #7e22ce;
    --navy: #0f172a;
    --text-dark: #1f2937;
    --text-muted: #6b7280;
    --card-bg: rgba(255, 255, 255, 0.9);
    --border-color: rgba(236, 72, 153, 0.3);
}

.thumb-block p.metadata {
    height: 45px;
}

.thumb-block p.metadata .bg2 {
    color: -webkit-link;
}

.error404 {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    color: #333;
}

.error404 h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.error404 p {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

.error404 p a {
    color: #e60073;
    text-decoration: none;
    font-weight: bold;
}

.error404 p a:hover {
    text-decoration: underline;
}

.error404 hr {
    width: 50px;
    height: 1px;
    background-color: #ccc;
    border: none;
    margin: 1rem auto;
}

.selectmobshow {
    display: none;
}

#city-select,
#category-select,
#area-select,
#tag-select,
#city-select-pop,
#category-select-pop,
#area-select-pop {
    width: 48%;
    float: left;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 5px;
}

#city-select-pop,
#category-select-pop,
#area-select-pop,
.serbtn {
    width: 100%;
}

#home-search div.cont {
    padding: 0px;
}

#main nav ul {
    padding: 0;
    margin-bottom: 5px !important;
}

#main .page-title {
    padding-top: 10px;
    border-bottom: 1px solid #f1eeee;
}

.suggestions {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 65px;
    z-index: 1050;
}

.viewad #main .page-title {
    font-size: 20px;
    line-height: 35px;
    border-bottom: none;
    margin-bottom: 0;
}

.topclass {
    width: 100%;
    padding: 5px 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: right;
}

.topclass span {
    cursor: pointer;
}

.listbox {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
    background: white;
    border-radius: 0.5rem;
    border: 2px solid #ec4899;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.listbox:hover {
    border-color: #9333ea;
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.25);
    transform: translateY(-2px);
}

.listbox a.first {
    text-decoration: none;
    color: #2563eb;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.listbox a.first:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.listbox .list-description {
    color: #374151;
    margin: 0.5rem 0;
    font-size: 0.95rem;
}

.listbox .list-location {
    color: #2563eb;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.listbox .list-location:hover {
    color: #1d4ed8;
}

.topactive {
    color: #090;
}

.listbox {
    display: block;
    line-height: 30px;
    align-items: center;
    font-size: 15px;
    font-family: system-ui;
}

.hidepost {
    margin-top: 4px;
}

.galleryview {
    display: block;
}

#homefirst {
    font-family: system-ui;
}

#homefirst h3 a {
    text-decoration: none;
    color: #de2600;
}

#homefirst .suggestions {
    left: auto;
    top: 150px;
}

#homefirst h1 {
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000000;
    color: #fff;
}

#homefirst .inner {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    padding: 0px 10px;
}

#homefirst .geoUnit {
    min-width: 100%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
}

#homefirst h3 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #de2600;
}

#homefirst .geoUnit ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
}

.categories .indexSectionButtons {
    padding: 2px 15px;
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    max-width: 400px;
    margin-bottom: 10px;
}

.categories .indexSectionList {
    font-size: 17px;
    line-height: 30px;
    padding-top: 7px;
    margin: 0 0 0 1em;
    padding: 0;
    color: #000;
}

.categories .main ul {
    padding: 0;
    font-size: 15px;
}

.description-body-main {
    font-size: 16px;
    line-height: 30px;
}

.date {
    width: 100%;
    margin-bottom: 5px;
    padding: 3px;
    padding-left: 6px;
    color: #000;
    font: 11pt arial;
    text-align: left;
    background-color: #eaeaea;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(.25, #eee), color-stop(.75, #fff));
    background-image: -moz-linear-gradient(left center, #eee 25%, #fff 75%);
}

.hidepost {
    display: none;
}



.text-color-set {
    color: #fff !important;
}

@media (max-width: 1024px) {
    #homefirst .inner {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}

@media (max-width: 768px) {
    #homefirst .inner {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (max-width:450px) {
    .breadcrumb {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .suggestions {
        top: 80px;
    }

    .listbox {
        /* border-bottom: 1px solid #dfdddd; */
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .listbox svg {
        height: 23px;
        padding-top: 7px;
    }

    .listbox a span {
        color: #0000ad;
    }

    .listbox span {
        color: #000;
        margin-left: 2px;
    }

    .listbox a.first {
        text-decoration: none;
        line-height: 24px;
        color: #00f;
    }

    .listbox span:first {
        border-left: 0;
        margin-right: 0;
    }

    .listbox .city,
    .listbox .category {
        color: #000;
        text-decoration: none;
    }

    .selectmobshow {
        display: block;
        padding: 10px;
        padding-left: 5px;
        padding-right: 0px;
        background-color: #f1f1f1;
        margin-top: 5px;
        border-radius: 5px;
        padding-bottom: 0px;
    }

    #home-search .search-input,
    #xv-search-form .search-input {
        font-size: 15px;
    }

    .search-submit {
        background-color: #555555 !important;
        border-color: #555555 !important;
    }

    #searchInput {
        border-color: #939393 !important;
    }

    .search-submit span {
        color: #fff;
    }

    #main nav ul {
        padding: 5px;
        padding-top: 10px;
    }

    .head__top.width-full-body {
        -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 20px -10px rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px -10px rgba(0, 0, 0, .2);
    }

    h1 {
        background-size: 90%;
    }

    #main .page-title {
        font-size: 17px;
    }


}

@media (max-width: 450px) {
    #homefirst .inner {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #homefirst .inner {
        display: none;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding: 8px 4px;
    }

    #homefirst .inner.showing {
        display: block;
    }

    #homefirst .suggestions {
        top: 95px;
    }

    #homefirst {
        margin-top: 10px;
    }

    .categories {
        margin-top: 15px !important;
    }
}

.dropdown-button {
    background-color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
}

/* Style the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.arrow {
    font-style: normal;
    font-weight: 400;
    font-size: .8em;
}

#homefirst .geoUnit ul {
    font-size: 15px;
    line-height: 30px;
}

.custom-user-icon:before {
    content: "\f2c0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #333;
}


.second-header-stricy {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
}

.set-second-header {
    background: burlywood !important;
    border-radius: 15px;
}

.column {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 5px;
    border-radius: 10px;
}

/* Theme Styles */
.post-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 2px solid #ec4899;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.25);
    border-color: #9333ea;
}

.post-card .imgbox {
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 1rem;
    aspect-ratio: 16/9;
}

.post-card .title a {
    color: #374151;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.2s ease;
}

.post-card .title a:hover {
    color: #ec4899;
}

.post-card .metadata {
    color: #6b7280;
    font-size: 0.9rem;
}

.post-card .metadata a {
    color: #ec4899;
    text-decoration: none;
}

.post-card .metadata a:hover {
    color: #9333ea;
    text-decoration: underline;
}

.list-view-container {
    background: linear-gradient(to bottom, #fdf2f8, #fce7f3);
    padding: 1.5rem;
    border-radius: 1rem;
    display: none;
}

#galleryView {
    display: block;
}

#galleryView.row {
    display: flex;
    flex-wrap: wrap;
}

#galleryView[style*="flex"] {
    display: flex !important;
    flex-direction: column;
}

#galleryView[style*="block"] {
    display: block !important;
}

#galleryView .escort-card {
    border: 2px solid #ec4899 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /* height: 91% !important; */
    display: flex !important;
    flex-direction: column !important;
}

#galleryView .escort-card:hover {
    border-color: #9333ea !important;
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.25);
}

#galleryView .escort-card-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

#galleryView .escort-card-name {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#galleryView .escort-card-name a {
    color: #374151;
    transition: color 0.2s ease;
}

#galleryView .escort-card-name a:hover {
    color: #ec4899;
}

#galleryView .escort-card-location {
    font-size: 0.875rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

#galleryView .escort-card-location i {
    color: #ec4899;
    font-size: 0.75rem;
}

.escort-card {
    border-radius: 1.5rem;
    overflow: hidden;
    border: 2px solid var(--pink);
    background: white;
    box-shadow: 0 18px 35px rgba(236, 72, 153, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.escort-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px rgba(236, 72, 153, 0.25);
}

.escort-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.escort-card-image {
    position: relative;
    height: 375px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.escort-card-badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.badge-verified {
    background: #2563eb;
    color: white;
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.escort-card-content {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.escort-card-name {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.escort-card-location {
    font-size: 0.9rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

a.escort-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 278px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 575px) {
    a.escort-card-link {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

a.escort-card-link:hover {
    transform: translateY(-2px);
}

a.escort-card-link:hover .escort-card-name {
    color: #ec4899;
}

.escort-card-button {
    margin-top: 1rem;
    width: 100%;
    border-radius: 999px;
    border: none;
    padding: 0.75rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, var(--pink), var(--purple));
    cursor: pointer;
    transition: all 0.2s ease;
}

.escort-card-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 25px rgba(236, 72, 153, 0.25);
}

@media (max-width: 767px) {
    /* Allow gallery view to be toggled on mobile */
    .list-view-container {
        display: none;
    }
    #galleryView {
        display: block;
    }
    /* Ensure gallery cards display properly on mobile */
    #galleryView .row {
        margin: 0;
    }
    #galleryView .col-12,
    #galleryView .col-sm-6 {
        padding: 0.5rem;
    }
}

.search-container {
    position: relative;
}

.bg-white.rounded-4.shadow-lg {
    border: 2px solid #ec4899;
}

.bg-white.rounded-4.shadow-lg .form-control {
    border: 1px solid #e5e7eb;
}

.bg-white.rounded-4.shadow-lg .form-control:focus {
    border-color: #ec4899;
    box-shadow: 0 0 0 0.2rem rgba(236, 72, 153, 0.25);
}

.suggestions {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1050;
    margin-top: 4px;
    display: none;
    text-align: left;
}

.suggestion-item {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.2s;
}

.suggestion-item:hover {
    background-color: #f9fafb;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item b {
    color: #ec4899;
    font-weight: 600;
}

.page-title-card {
    background: white;
    border-radius: 1rem;
    padding: 0.5rem 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 2px solid #ec4899;
    margin-top: 10px;
    margin-bottom: 10px;
}

.date-header-card {
    background: rgba(252, 231, 243, 0.6);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    margin-top: 1.5rem;
    border: 1px solid rgba(236, 72, 153, 0.2);
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 8px rgba(236, 72, 153, 0.1);
}

@media (min-width: 768px) {
    .date-header-card {
        margin-bottom: 1rem;
    }
}

.date-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #dc2626;
}

.date-icon i {
    color: #dc2626;
}

.date-header-content {
    flex: 1;
}

.date-header-content h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
}

.date-header-content p {
    margin: 0.15rem 0 0;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 400;
}

.date-filter-container {
    position: relative;
    display: flex;
    align-items: center;
}

.date-filter-container .form-select:focus {
    border-color: var(--pink);
    box-shadow: 0 0 0 0.25rem rgba(236, 72, 153, 0.2);
}

.pagination-wrapper {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.pagination .page-link {
    color: var(--pink);
    border-color: rgba(236, 72, 153, 0.3);
}

.pagination .page-link:hover {
    background: rgba(236, 72, 153, 0.1);
    border-color: var(--pink);
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--pink), var(--purple));
    border-color: var(--pink);
    color: white;
}

.page-title-card h2 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ec4899 0%, #9333ea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-title-card span {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ec4899 0%, #9333ea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero Section (same design as city page) */
.city-hero {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
    border-radius: 1.5rem;
    padding: 3rem 2.5rem;
    overflow: visible;
    border: 1px solid rgba(236, 72, 153, 0.2);
}
.city-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(236, 72, 153, 0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 20%, rgba(147, 51, 234, 0.12) 0%, transparent 50%);
    pointer-events: none;
}
.city-hero .hero-content { 
    position: relative;
    z-index: 1; 
    text-align: -webkit-center;
}
.city-hero .hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(236, 72, 153, 0.15);
    border: 1px solid rgba(236, 72, 153, 0.3);
    color: #f9a8d4;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1.25rem;
}
.city-hero h1 {
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.city-hero h1 .text-gradient-hero {
    background: linear-gradient(135deg, #ec4899, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.city-hero .hero-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.05rem;
    line-height: 1.7;
}
@media (max-width: 575px) {
    .city-hero { padding: 2rem 1.5rem; }
}

.view-toggle {
    display: inline-flex;
    border: 1px solid rgba(236, 72, 153, 0.4);
    border-radius: 999px;
    overflow: hidden;
    align-items: center;
}

.view-toggle span {
    padding: 0.45rem 1.0rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--pink);
    transition: all 0.2s ease;
}

.view-toggle span.active {
    background: linear-gradient(135deg, var(--pink), var(--purple));
    color: white;
}

/* Navigation Bar Styles */
.nav-bar {
    background: linear-gradient(to right, #f472b6 0%, #ec4899 25%, #db2777 50%, #a855f7 75%, #9333ea 100%);
    padding: 0.75rem 0;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
    position: sticky;
    top: 80px;
    z-index: 1300;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    display: block;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    position: relative;
}

.nav-menu > li > a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.2rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    white-space: nowrap;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-menu > li > a:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.nav-menu > li.has-dropdown > a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 0.35rem;
    font-size: 0.7rem;
    transition: transform 0.3s ease;
    opacity: 0.9;
}

.nav-menu > li.has-dropdown:hover > a::after {
    transform: rotate(180deg);
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: white;
    min-width: 240px;
    max-width: 320px;
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.25);
    border-radius: 0.75rem;
    padding: 0.75rem 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1400;
    max-height: 450px;
    overflow-y: auto;
    border: 2px solid #ec4899;
}

.nav-dropdown::-webkit-scrollbar {
    width: 8px;
}

.nav-dropdown::-webkit-scrollbar-track {
    background: #fce7f3;
    border-radius: 10px;
}

.nav-dropdown::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ec4899, #9333ea);
    border-radius: 10px;
}

.nav-menu > li:hover > .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown a {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    color: #374151;
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    font-size: 0.9rem;
}

.nav-dropdown a:hover {
    background: linear-gradient(90deg, #fce7f3 0%, #f3e8ff 100%);
    border-left-color: #ec4899;
    padding-left: 1.5rem;
    color: #ec4899;
    font-weight: 600;
}

.nav-menu > li.active > a {
    background: rgba(255, 255, 255, 0.35);
    color: white;
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 12px rgba(147, 51, 234, 0.4);
}

.mobile-nav-toggle {
    display: none;
    background: linear-gradient(135deg, #ec4899, #9333ea);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.6rem 0.9rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    z-index: 1001;
    box-shadow: 0 2px 8px rgba(236, 72, 153, 0.3);
}

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 996;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mobile-nav-overlay.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 768px) {
    .mobile-nav-overlay {
        display: none !important;
        pointer-events: none !important;
    }
    .nav-bar {
        display: block !important;
        position: sticky !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0.75rem 0 !important;
    }
}

@media (max-width: 767px) {
    .mobile-nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-container {
        padding: 77px 1rem 0px 1rem;
    }

    .nav-bar {
        position: fixed;
        top: 7px;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.4s ease;
        padding: 0;
        z-index: 997;
    }
    .nav-bar.active {
        max-height: 90vh;
        padding: 1rem 0;
        overflow-y: auto;
    }
    .nav-menu {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }
    .nav-menu > li {
        width: 100%;
    }
    .nav-menu > li > a {
        width: 100%;
        padding: 1rem 1.25rem;
    }
    .nav-dropdown {
        position: static;
        width: 100%;
        max-width: 100%;
        opacity: 0;
        visibility: visible;
        transform: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(15px);
        padding: 0;
    }
    .nav-menu > li.has-dropdown.active > .nav-dropdown {
        max-height: 400px;
        padding: 0.75rem 0;
        overflow-y: auto;
    }
    .nav-dropdown a {
        padding: 0.85rem 1.5rem;
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (min-width: 350px) and (max-width: 575px) {
    .set-width-mobile {
        width: 75% !important;
        margin: 0px auto !important;
    }
}

@media (max-width: 767px) {
    .nav-dropdown a {
        padding: 0.85rem 1.5rem;
        border-left: none;
        color: white;
        background: transparent;
        display: flex;
        align-items: center;
        font-weight: 500;
        transition: all 0.3s ease;
    }
}

@media (max-width: 767px) {
    .has-dropdown.active .nav-dropdown {
        opacity: 1;
        max-height: 500px;
    }
}

.seo-h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.button-style {
    height: 42px !important;
    border-radius: 50px !important;
    padding: 0 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
    background: linear-gradient(135deg, #ec4899, #9333ea) !important;
}

.btn-outline-pink {
    border: 2px solid #ec4899;
    color: #ec4899;
    background: transparent;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-pink:hover {
    background: linear-gradient(135deg, #ec4899, #9333ea);
    border-color: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.4);
}

.btn-gradient-pink-purple {
    background: linear-gradient(135deg, var(--pink), var(--purple));
    border: none;
    border-radius: 50px;
    padding: 0.8rem 1.5rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: white;
}

.btn-gradient-pink-purple:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 25px rgba(236, 72, 153, 0.25);
    color: white;
}

.hero-search-wrap {
    max-width: 560px;
}
.hero-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* === City+Category Section Styles === */
.cc-sections-wrapper { padding: 2rem 0 1rem; }
.cc-section-block { margin-bottom: 2rem; }
.cc-section-inner {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2rem 2.5rem;
    border: 2px solid #ec4899 !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}
.cc-section-inner > h2:first-child {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(135deg, var(--pink), var(--purple)) 1;
}
.cc-section-inner > h2:first-child + p { color: #6b7280; line-height: 1.75; margin-bottom: 0.5rem; }
.cc-section-inner h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.35rem; }
.cc-section-inner p { color: #4b5563; line-height: 1.75; margin-bottom: 0.75rem; }
.cc-section-inner ul, .cc-section-inner ol { color: #4b5563; line-height: 1.8; padding-left: 1.25rem; margin-bottom: 1rem; }
.cc-section-inner li { margin-bottom: 0.4rem; }
.cc-section-inner strong, .cc-section-inner b { color: #1f2937; }
.cc-section-inner a:not(.cc-cat-card-btn):not(.cc-nb-card) { color: var(--pink); text-decoration: none; }
.cc-section-inner a:not(.cc-cat-card-btn):not(.cc-nb-card):hover { color: var(--purple); text-decoration: underline; }

.cc-nb-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.25rem; }
.cc-nb-card {
    display: flex; align-items: flex-start; gap: 0.85rem;
    background: linear-gradient(135deg, #fdf2f8 0%, #faf5ff 100%);
    border: 1px solid rgba(236, 72, 153, 0.12);
    border-radius: 0.85rem; padding: 1.15rem 1.25rem;
    text-decoration: none !important; transition: all 0.3s ease;
}
.cc-nb-card:hover { border-color: var(--pink); transform: translateY(-3px); box-shadow: 0 10px 28px rgba(236, 72, 153, 0.12); }
.cc-nb-card-icon {
    width: 38px; height: 38px; min-width: 38px; border-radius: 0.6rem;
    background: linear-gradient(135deg, var(--pink), var(--purple));
    display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.95rem;
}
.cc-nb-card-body h4 { font-weight: 700; color: var(--text-dark); margin: 0 0 0.25rem; }
.cc-nb-card:hover .cc-nb-card-body h4 { color: var(--pink); }
.cc-nb-card-body p { color: #6b7280; line-height: 1.55; margin: 0; }

.cc-cat-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 1.5rem; }
.cc-cat-card-item {
    background: linear-gradient(145deg, #fdf2f8 0%, #faf5ff 50%, #fff 100%);
    border: 1px solid rgba(236, 72, 153, 0.12);
    border-radius: 1rem; padding: 1.5rem;
    display: flex; flex-direction: column; transition: all 0.3s ease;
}
.cc-cat-card-item:hover { border-color: var(--pink); box-shadow: 0 10px 28px rgba(236, 72, 153, 0.1); transform: translateY(-3px); }
.cc-cat-card-item h3 { font-weight: 700; color: var(--text-dark); margin: 0 0 0.5rem; padding: 0; border: none; }
.cc-cat-card-item p { color: #6b7280; font-size: 0.88rem; line-height: 1.65; margin: 0; flex: 1; }
.cc-cat-card-btn {
    display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1rem;
    padding: 0.55rem 1.25rem; background: linear-gradient(135deg, var(--pink), var(--purple));
    color: #fff !important; font-weight: 600; font-size: 0.85rem;
    border-radius: 50px; text-decoration: none !important;
    transition: all 0.3s ease; align-self: flex-start;
}
.cc-cat-card-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(236, 72, 153, 0.3); }
.cc-cat-card-btn i { font-size: 0.8rem; transition: transform 0.3s ease; }
.cc-cat-card-btn:hover i { transform: translateX(3px); }

.cc-expect-list { margin-top: 1rem; }
.cc-expect-item {
    display: flex; align-items: center; gap: 0.65rem;
    background: #f9fafb; border: 1px solid #f3f4f6;
    border-radius: 0.65rem; padding: 0.75rem 1rem;
    color: #374151; font-weight: 500;
    transition: all 0.2s ease; margin-bottom: 0.5rem;
}
.cc-expect-item:hover { border-color: rgba(236, 72, 153, 0.2); background: #fdf2f8; }
.cc-expect-icon {
    width: 28px; height: 28px; min-width: 28px; border-radius: 50%;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(147, 51, 234, 0.15));
    display: flex; align-items: center; justify-content: center;
    color: var(--pink); font-size: 0.75rem;
}

.cc-faq-list { margin-top: 1rem; }
.cc-faq-item { border: 1px solid #f3f4f6; border-radius: 0.75rem; margin-bottom: 0.75rem; overflow: hidden; transition: border-color 0.3s ease; }
.cc-faq-item:hover, .cc-faq-item.open { border-color: rgba(236, 72, 153, 0.25); }
.cc-faq-question {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; padding: 1rem 1.25rem; background: #f9fafb;
    cursor: pointer; font-weight: 600; font-size: 0.93rem;
    color: var(--text-dark); transition: all 0.2s ease; user-select: none;
}
.cc-faq-question:hover { background: #fdf2f8; color: var(--pink); }
.cc-faq-toggle {
    width: 26px; height: 26px; min-width: 26px; border-radius: 50%;
    background: linear-gradient(135deg, var(--pink), var(--purple));
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 0.7rem; transition: transform 0.3s ease;
}
.cc-faq-item.open .cc-faq-toggle { transform: rotate(180deg); }
.cc-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 1.25rem; }
.cc-faq-item.open .cc-faq-answer { max-height: 600px; padding: 1rem 1.25rem; }
.cc-faq-answer p { margin: 0; color: #6b7280; line-height: 1.7; }

.cc-cta-section {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
    padding: 3.5rem 0; overflow: hidden; margin-top: 1rem;
}
.cc-cta-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(236, 72, 153, 0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 30%, rgba(147, 51, 234, 0.12) 0%, transparent 50%);
    pointer-events: none;
}
.cc-cta-content { position: relative; z-index: 1; text-align: center; }
.cc-cta-content h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #fff; margin-bottom: 0.75rem; }
.cc-cta-content h2 .cc-cta-highlight {
    background: linear-gradient(135deg, #ec4899, #a855f7);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.cc-cta-content p { color: rgba(255,255,255,0.7); font-size: 1rem; max-width: 600px; margin: 0 auto 1.5rem; line-height: 1.7; }
.cc-cta-btn {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.85rem 2.25rem; background: linear-gradient(135deg, var(--pink), var(--purple));
    color: #fff !important; font-weight: 700; font-size: 1rem;
    border-radius: 50px; text-decoration: none !important;
    border: 2px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease; box-shadow: 0 8px 24px rgba(236, 72, 153, 0.3);
}
.cc-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(236, 72, 153, 0.4); }
.cc-cta-btn i { transition: transform 0.3s ease; }
.cc-cta-btn:hover i { transform: translateY(-2px); }

@media (max-width: 991px) { .cc-nb-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .cc-cat-cards-grid { grid-template-columns: 1fr; } }
@media (max-width: 575px) { .cc-section-inner { padding: 1.5rem 1.25rem; } .cc-nb-cards-grid { grid-template-columns: 1fr; } }
