
.container {
    max-width: 1410px !important;
    margin: 0 auto;

}

body {
    background-color: #f1f3f7 !important;
}

.category-block {
    background-color: white;
    padding: 20px;
    border-radius: 20%;
}

.category-link {
    background-color: transparent !important;
    border-color: transparent !important;
}

.category-link img {
    width: 75px !important;
}

.category-link span {
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
}

.category-link:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.headerBg1 {
    background-color: #ff4f08 !important;
}

.cmn-btn1 {
    background-color: #FFF !important;
}

.navbar, .navbar-area .nav-container {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.top-header a {
    display: inline-block;
    font-weight: 600 !important;
    padding: 10px;
}

.small.text-muted {
    display: none;
}

.categories-list-count {
    column-count: 4;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.vip-list .singleFeature {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.vip-list .singleFeature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.vip-list .singleFeature .featureImg {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.vip-list .singleFeature .featureImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vip-list .singleFeature:hover .featureImg img {
    transform: scale(1.05);
}

.vip-list .singleFeature .featureCaption {
    padding: 15px !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.vip-list .singleFeature .featureTittle {
    font-size: 16px !important;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px; /* Fixed height for 2 lines */
}

.vip-list .singleFeature .featureCap {
    font-size: 13px !important;
    color: #7f8c8d;
    margin-bottom: 12px;
    height: auto !important;
}

.vip-list .singleFeature .featurePricing {
    font-size: 18px !important;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 15px !important;
    display: block;
}

.vip-list .singleFeature .btn-wrapper {
    margin-top: auto;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.vip-list .singleFeature .btn-wrapper span {
    font-size: 11px !important;
    border-radius: 20px !important;
    padding: 4px 10px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Custom Badge Colors */
.vip-list .btn-info {
    background-color: #e3f2fd !important;
    color: #1976d2 !important;
    border: none;
}

.vip-list .pro-btn1 { /* Auction */
    background-color: #fff3e0;
    color: #f57c00;
    border: 1px solid #ffe0b2;
}

.vip-list .pro-btn2 { /* Buy/Sell/Rent */
    background-color: #e8f5e9;
    color: #388e3c;
    border: 1px solid #c8e6c9;
}

.last-list .singleFeature .featureImg img {
    height: 290px;
    object-fit: cover;
    object-position: top;
}

.last-list .last-list-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 12px;
}

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


.details-img-slider {
    height: 450px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 12px 12px 0 0;

}

.images-items{
    height: 450px !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
}
.zoomContainer {
    position: absolute !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

.slider-inner-details, .slider-inner-details-prev {
    border: 1px solid #eaecf0;
    background-color: #fff;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: 1000;
    transform: translateY(-50%);
}

.slider-inner-details svg, .slider-inner-details-prev svg {
    width: 24px;
    height: 24px;
}

.slider-inner-details-prev {
    left: 50px;
}

.slider-inner-details-prev svg {
    transform: rotate(180deg);
}

.zoomLens {
    width: 100px !important;
    height: 100px !important;
}

.zoomWindowContainer, .zoomWindow {
    border: none !important;
}


.breadcrumb {
    display: flex !important;
    flex-wrap: nowrap;
    white-space: nowrap !important;
    /*overflow-x: scroll !important;*/
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    min-width: 420px;
    width: 100%;
}

/*.breadcrumb::-webkit-scrollbar{*/
/*    display: none;*/
/*}*/

.list-ads-block-active {
    display: flex;
    justify-content: center;
}

.list-ads-block-active img {
    /*max-width: 980px;*/
    /*height: 240px;*/
    margin: 20px auto;
}

.list-ads-block-default {
    max-width: 100%;
    height: 140px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff4f08 !important;
    background-color: #fff;
    border-radius: 20px;
}

.list-ads-block-default h2 {
    font-family: var(--heading-font);
    line-height: 1.5;
    color: var(--heading-color);
    font-weight: 500;
    font-size: 32px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.list-ads-block-default p {
    text-align: center;
}

.list-ads-block-default p a {
    text-decoration: underline;
}


.custom-anons-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.anons-list-card {
    display: flex;
    column-gap: 30px;
    align-items: stretch;
    background: #fff;
    -webkit-box-shadow: 0 1px 80px 12px rgba(26, 40, 68, 0.06);
    box-shadow: 0 1px 80px 12px rgba(26, 40, 68, 0.06);
    padding: 20px;
    border-radius: 12px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.anons-list-card:hover {
    box-shadow: 0 4px 20px rgba(26, 40, 68, 0.12);
}

/* Profile Page */
.profile-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 40px rgba(0,0,0,0.08);
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e9ecef;
}

.profile-avatar-wrapper {
    flex-shrink: 0;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.profile-header-info {
    flex-grow: 1;
}

.profile-name {
    font-size: 24px;
    font-weight: 700;
    color: #1a2844;
    margin: 0 0 4px 0;
}

.profile-date {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.profile-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    flex-shrink: 0;
}

.profile-stats-count {
    font-size: 28px;
    font-weight: 700;
    color: var(--heading-color, #1a2844);
    line-height: 1;
}

.profile-stats-label {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
    white-space: nowrap;
}

.profile-contact {
    padding: 24px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    border-bottom: 1px solid #e9ecef;
}

.profile-contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.profile-contact-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
}

.profile-contact-value {
    font-size: 15px;
    color: #1a2844;
    font-weight: 500;
}

.profile-contact-value a {
    color: #4a90d9;
    text-decoration: none;
    transition: color 0.2s;
}

.profile-contact-value a:hover {
    color: #2a6cb5;
    text-decoration: underline;
}

.profile-about {
    padding: 24px 32px;
}

.profile-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a2844;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
}

.profile-about-content {
    font-size: 15px;
    line-height: 1.7;
    color: #495057;
    word-break: break-word;
}

.profile-about-content p {
    margin-bottom: 12px;
}

.profile-about-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .profile-header {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .profile-contact {
        grid-template-columns: 1fr;
        padding: 20px 24px;
    }

    .profile-about {
        padding: 20px 24px;
    }
}

.list-card-image {
    width: 260px;
    min-width: 260px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}

.list-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    object-fit: contain;
    object-position: center;
}

.list-card-text {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    gap: 6px;
}

.list-card-title {
    font-family: var(--heading-font);
    margin-bottom: 2px;
    line-height: 1.4;
    color: var(--heading-color);
    font-weight: 500;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.list-card-text .featurePricing {
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-weight: 500;
    font-size: 20px;
    display: block;
}


.myListing .singleFlexitem .btn-wrapper .cmn-btn-outline4 {
    padding: 6px 12px !important;
}

.account-btns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
}

.account-btns .btn {
    font-size: 14px;
    padding: 5px;
}

.account-list-image {
    height: 130px;
    width: 200px;
    object-fit: cover;
}

/* Modernized My Announcements Styles */
.my-announcements-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.announcement-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    display: flex;
    gap: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid #edf2f7;
    position: relative;
}

.announcement-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}

.announcement-image-wrapper {
    flex-shrink: 0;
    width: 240px;
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
    background: #f7fafc;
}

.announcement-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.announcement-card:hover .announcement-image-wrapper img {
    transform: scale(1.05);
}

.announcement-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.announcement-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.announcement-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a202c;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.announcement-title:hover {
    color: #4a90e2;
}

.announcement-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    color: #718096;
    margin-bottom: 0.75rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.announcement-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2d3748;
}

.announcement-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
}

.status-badge {
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.status-active { background: #e6fffa; color: #2c7a7b; }
.status-waiting { background: #fffaf0; color: #975a16; }
.status-inactive { background: #fff5f5; color: #9b2c2c; }
.category-badge { background: #ebf8ff; color: #2b6cb0; }
.hidden-badge { background: #edf2f7; color: #4a5568; border: 1px dashed #cbd5e0; }

.announcement-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #edf2f7;
}

.action-btn {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-edit { background: #fff; color: #d69e2e; border: 1px solid #ecc94b; }
.btn-edit:hover { background: #fefcbf; }

.btn-premium { background: #38a169; color: #fff; }
.btn-premium:hover { background: #2f855a; }

.btn-renew { background: #3182ce; color: #fff; }
.btn-renew:hover { background: #2b6cb0; }

.btn-delete { background: #fff; color: #e53e3e; border: 1px solid #feb2b2; }
.btn-delete:hover { background: #fff5f5; }

.btn-visibility { background: #edf2f7; color: #4a5568; }
.btn-visibility:hover { background: #e2e8f0; }

@media (max-width: 992px) {
    .announcement-card {
        flex-direction: column;
    }
    .announcement-image-wrapper {
        width: 100%;
        height: 200px;
    }
}

/* Filter Section Styles */
.filter-section {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #edf2f7;
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    align-items: flex-end;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4a5568;
}

.filter-input {
    width: 100%;
    padding: 0.625rem 1rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
    font-size: 0.9375rem;
    color: #2d3748;
    transition: all 0.2s;
}

.filter-input:focus {
    outline: none;
    border-color: #4a90e2;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.btn-filter {
    padding: 0.625rem 1.5rem;
    background: #4a90e2;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    height: 42px;
}

.btn-filter:hover {
    background: #357abd;
}

.btn-reset {
    padding: 0.625rem 1rem;
    background: #edf2f7;
    color: #4a5568;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-reset:hover {
    background: #e2e8f0;
}

@media (max-width: 576px) {
    .filter-grid {
        grid-template-columns: 1fr;
    }
}

/* Premium (VIP) Page Modern Styles */
.premium-info-card {
    background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
    border: none;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 20px rgba(72, 187, 120, 0.1);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.premium-info-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #38a169;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.premium-info-content h4 {
    color: #22543d;
    font-weight: 800;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

.premium-info-content p {
    color: #276749;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

.modern-table-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #edf2f7;
}

.modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.modern-table th {
    background: #f8fafc;
    padding: 1.25rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #edf2f7;
    text-align: left;
}

.modern-table td {
    padding: 1.25rem 1.5rem;
    font-size: 0.9375rem;
    color: #2d3748;
    border-bottom: 1px solid #edf2f7;
    vertical-align: middle;
}

.modern-table tr:last-child td {
    border-bottom: none;
}

.modern-table tr:hover td {
    background-color: #fcfdfd;
}

.premium-id-badge {
    background: #edf2f7;
    color: #4a5568;
    padding: 0.25rem 0.75rem;
    border-radius: 8px;
    font-weight: 600;
    font-family: monospace;
}

.premium-category-badge {
    background: #ebf8ff;
    color: #2b6cb0;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.premium-price-text {
    font-weight: 800;
    color: #2d3748;
}

.premium-title-link {
    color: #2d3748;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.premium-title-link:hover {
    color: #4a90e2;
}

.premium-date-text {
    font-size: 0.875rem;
    color: #718096;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .premium-info-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    .premium-info-icon {
        margin-bottom: 1rem;
    }
}

.vip-list-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 12px;
}

.detail-slider{
    overflow: hidden !important;
}

.categories{
    justify-content: center;
}

@media only screen and (max-width: 1200px) {
    .details-img-slider {
        height: auto !important;
        object-fit: contain !important;
    }
    .vip-list-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    .images-items{
        height: auto !important;
    }
}


@media only screen and (max-width: 993px) {
    .nowrap-table td,
    .nowrap-table th {
        white-space: nowrap;
    }

    .vip-list-grid{
        grid-template-columns: repeat(3, 1fr);
    }
    .account-list-image {
        height: auto;
        max-height: 300px;
        width: 100%;
        margin-bottom: 20px;
    }
    .myListing .singleFlexitem .listCap .recentCaption .featurePricing{
        margin: 15px 0;
    }
    .list-ads-block-active img {
        max-width: 100%;
        height: auto;
    }

    .zoomLens, .zoomContainer {
        display: none !important;
    }

    .zoomWindowContainer, .zoomWindow {
        display: none !important;
    }

    .categories-list-count {
        column-count: 3;
    }

    .plr {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .navbar, .navbar-area .nav-container {
        padding: 0 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .right-ads{
        margin-top: 24px;
    }
    .accountSidebar{
        height: auto !important;
    }
    .accountSidebar .listing{
        height: auto !important;
    }
    .vip-list-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .top-categories .category-block img {
        max-width: 40px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .top-categories .category-link {
        padding-left: 0;
        padding-right: 0;
    }

    .categories-list-count {
        column-count: 2;
    }
}

/* Favorites Page Modern Styles */
.favorites-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.favorite-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    display: flex;
    gap: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid #edf2f7;
    align-items: center;
}

.favorite-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}

.favorite-image-wrapper {
    flex-shrink: 0;
    width: 180px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    background: #f7fafc;
}

.favorite-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favorite-content {
    flex-grow: 1;
}

.favorite-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a202c;
    text-decoration: none;
    margin-bottom: 0.5rem;
    display: block;
    transition: color 0.2s;
}

.favorite-title:hover {
    color: #4a90e2;
}

.favorite-meta {
    font-size: 0.875rem;
    color: #718096;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.favorite-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #2d3748;
}

.favorite-actions {
    flex-shrink: 0;
}

.btn-view-announcement {
    background: #4a90e2;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-view-announcement:hover {
    background: #357abd;
    color: #fff;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.2);
}

@media (max-width: 768px) {
    .favorite-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .favorite-image-wrapper {
        width: 100%;
        height: 200px;
    }
    .favorite-actions {
        width: 100%;
    }
    .btn-view-announcement {
        width: 100%;
        justify-content: center;
    }
}

/* Support Form Modern Styles */
.support-form-card {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #edf2f7;
}

.support-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.support-header h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.support-header p {
    color: #718096;
    font-size: 1rem;
}

.form-group-modern {
    margin-bottom: 1.5rem;
}

.label-modern {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.input-modern {
    width: 100%;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    font-size: 1rem;
    color: #2d3748;
    transition: all 0.2s;
}

.input-modern:focus {
    outline: none;
    border-color: #4a90e2;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}

.textarea-modern {
    min-height: 120px;
    resize: vertical;
}

.file-input-wrapper {
    position: relative;
    border: 2px dashed #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    background: #f8fafc;
    transition: all 0.2s;
    cursor: pointer;
}

.file-input-wrapper:hover {
    border-color: #4a90e2;
    background: #f0f7ff;
}

.file-input-wrapper i {
    font-size: 2rem;
    color: #a0aec0;
    margin-bottom: 0.5rem;
    display: block;
}

.file-input-wrapper span {
    font-size: 0.875rem;
    color: #718096;
}

.file-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.btn-send-modern {
    background: #4a90e2;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.btn-send-modern:hover {
    background: #357abd;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(74, 144, 226, 0.3);
}

/* New Homepage Professional Styles */
.home-hero {
    background-color: #fff;
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}

.home-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 1rem;
}

.home-hero-subtitle {
    font-size: 1.1rem;
    color: #718096;
    margin-bottom: 2.5rem;
}

.home-search-bar {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    border: 2px solid #ff4f08;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 79, 8, 0.1);
}

.home-search-input {
    flex-grow: 1;
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    outline: none;
}

.home-search-btn {
    background: #ff4f08;
    color: #fff;
    border: none;
    padding: 0 30px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.home-search-btn:hover {
    background: #e64507;
}

.home-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-section-title::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #edf2f7;
}

.category-card-modern {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #edf2f7;
    text-decoration: none !important;
    display: block;
}

.category-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #ff4f0833;
}

.category-card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card-icon img {
    max-width: 100%;
    max-height: 100%;
}

.category-card-modern span {
    font-weight: 700;
    color: #2d3748;
    font-size: 1rem;
}

.ad-card-modern {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #edf2f7;
    transition: all 0.3s ease;
    height: 100%;
}

.ad-card-modern:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.ad-card-img {
    height: 200px;
    position: relative;
}

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

.ad-card-vip-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff4f08;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(255,79,8,0.3);
}

.ad-card-price {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(255,255,255,0.95);
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 800;
    color: #1a202c;
    font-size: 1rem;
}

.ad-card-body {
    padding: 15px;
}

.ad-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.8rem;
    text-decoration: none !important;
}

.ad-card-meta {
    font-size: 0.8rem;
    color: #718096;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-view-more-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff4f08;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    transition: gap 0.2s;
}

.btn-view-more-home:hover {
    gap: 12px;
    color: #e64507;
}

.btn-view-all-modern {
    display: inline-flex;
    align-items: center;
    padding: 15px 40px;
    background: #fff;
    color: #ff4f08;
    border: 2px solid #ff4f08;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-view-all-modern:hover {
    background: #ff4f08;
    color: #fff;
    box-shadow: 0 10px 20px rgba(255, 79, 8, 0.2);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .home-hero { padding: 50px 0; }
    .home-hero-title { font-size: 1.8rem; }
    .home-search-bar { flex-direction: column; border: none; background: transparent; box-shadow: none; }
    .home-search-input { border: 2px solid #edf2f7; border-radius: 12px; margin-bottom: 10px; }
    .home-search-btn { border-radius: 12px; padding: 15px; }
}

@media only screen and (max-width: 576px) {
    .vip-list-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .anons-list-card {
        column-gap: 10px;
        padding: 10px;
        flex-direction: column;
    }

    .list-card-image {
        width: 100%;
        height: auto;
    }

    .list-card-text .featurePricing {
        margin: 10px 0;
    }

    .list-ads-block-default h2 {
        line-height: 1.5;
        font-size: 20px;
    }

    .slider-inner-details, .slider-inner-details-prev {
        border: 1px solid #eaecf0;
        background-color: #fff;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
    }

    .slider-inner-details {
        right: 5px;
    }

    .slider-inner-details-prev {
        left: 5px;
    }

    .slider-inner-details svg, .slider-inner-details-prev svg {
        width: 14px;
        height: 14px;
    }
}


@media only screen and (max-width: 450px) {

    .vip-list .singleFeature .featureImg img {
        height: auto;
    }

    .last-list .singleFeature .featureImg img {
        height: auto
    }
}

@media only screen and (max-width: 400px) {
    .categories{
        justify-content: flex-start !important;
    }
    .categories-list-count {
        column-count: 1;
    }

    .top-categories {
        flex-wrap: nowrap;
        column-gap: 10px;
        white-space: nowrap;
    }

    .top-categories::-webkit-scrollbar{
        display: none;
    }

    .top-categories .col-3 {
        width: 80px !important;
        padding-bottom: 15px;
    }

    .top-categories .category-block{
        width: 80px !important;
    }
    .category-link span{
        font-size: 13px;
    }
}






/* Notifications Page Styles */
.accountSidebar {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 20px;
    border: 1px solid #eee;
}
.accountSidebar .listItem {
    margin-bottom: 8px;
    border-radius: 10px;
    transition: 0.3s;
}
.accountSidebar .listItem:hover {
    background: #f8f9fa;
}
.accountSidebar .items {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #444;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
}
.accountSidebar .items.active {
    background: var(--main-color-one);
    color: #fff !important;
}
.accountSidebar .items i {
    margin-right: 12px;
    font-size: 20px;
}
.accountSidebar .badge {
    margin-left: auto;
    background: #ff4f08 !important;
    color: white;
}
.accountSidebar .items.active .badge {
    background: #fff !important;
    color: var(--main-color-one);
}

.notification-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.04);
    border: 1px solid #f0f0f0;
    transition: 0.3s;
}
.notification-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.notification-card .ad-img {
    width: 180px;
    height: 130px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}
.notification-card .ad-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notification-card .ad-info {
    flex-grow: 1;
}
.notification-card .ad-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}
.notification-card .ad-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--main-color-one);
    display: block;
    margin-bottom: 10px;
}
.notification-card .new-badge {
    background: #ff4f08;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
}
.filter-tags {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.filter-tag {
    background: #f0f2f5;
    color: #555;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e0e0e0;
}
.delete-btn {
    background: #fff;
    color: #dc3545;
    border: 1px solid #dc3545;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}
.delete-btn:hover {
    background: #dc3545;
    color: #fff;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.empty-state i {
    font-size: 80px;
    color: #ddd;
    margin-bottom: 20px;
}
.empty-state h4 {
    font-weight: 700;
    color: #444;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .notification-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .notification-card .ad-img {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .notification-card .btn-wrapper {
        width: 100%;
        margin-top: 15px;
    }
    .notification-card .cmn-btn4 {
        width: 100%;
    }
}

/* Info Banner Component */
.info-banner-modern {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.info-banner-title {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
}
.info-banner-divider {
    height: 2px;
    background: #FF6B00;
    width: 100%;
    margin-bottom: 20px;
    opacity: 0.6;
}
.info-banner-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-banner-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.info-banner-icon {
    color: #FF6B00;
    font-size: 22px;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.info-banner-text {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
@media (max-width: 767px) {
    .info-banner-title {
        font-size: 20px;
    }
    .info-banner-text {
        font-size: 14px;
    }
}
