/*hr vi css*/
span.social-icons {
    display: flex;
    font-size: 25px;
    gap: 8px;
}
/*new review css add*/
i.fa-star {
    color: var(--color-6);
}
.user_img_review {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: auto;
    margin:auto;
}

div#review {
    text-align: center;
    font-size: 22px;
    margin-top: 13px;
}

.single-input {
    margin-bottom: 20px; /* Adjust spacing as needed */
}

.label_title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333; /* Adjust color as needed */
}

.textarea-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc; /* Adjust border color as needed */
    border-radius: 10px;
    font-size: 14px;
    resize: vertical; /* Allow vertical resizing */
}

.textarea-input::placeholder {
    color: #999; /* Adjust placeholder color as needed */
}

.modal-btn-wraper{
    display: flex;
    gap: 10px;
    justify-content: end;
    .modal-btn{
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        padding: 6px 30px;
        border: 1px solid #E2E8F0;
        border-radius: 6px;
        color: #64748B;
        &.submit{
            color:#fff;
            background: var(--main-color-one);
        }
    }
}

.seller-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    .img-inner-wrap {
        margin: 0;
      }
      .attachment-preview {
        height: 60px;
        width: 60px;
      }
}

.seller-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire container */
}


.new-reviews i.fas.fa-star {
    color: var(--color-6)!important;
}

.danger-btn{
    display: inline-block;
    color: #fff;
    background: #cc0000;
    padding:10px 20px;
    border: none;
    border-radius: 6px;
}

.success-btn{
    display: inline-block;
    color: #fff;
    background: #0aa958;
    padding:10px 20px;
    border: none;
    border-radius: 6px;
}

.id-upload-btn {
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: 8px;
    background: linear-gradient(to bottom, #FFFFFF, #acacac3d);
    text-align: center;
    width: 100%;
}

input {
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    box-shadow: 0 1px 2px #1018280D;
    color: #71717A;
}

input#string_search {
    width: 237px!important;
    height: 40px!important;
    padding-left: 45px!important;
}

span.search_wrapper_icon i {
    position: absolute;
    margin-left: 10px !important;
    padding: 12px;
    padding-right: 0px;
}
.single-profile-settings-header-flex {
    display: flex;
    justify-content: space-between;
}

/*listing add page css start*/
.radio_disable_color{
    background: rgb(241,245,249) !important;
    border: 1px solid rgb(161 161 161) !important;

    &.custom-radio-button {
        &:checked {
            &::after {
                background: transparent;
            }
        }
    }

}

.feature_disable_color{
    background: rgb(241,245,249) !important;
    border: 1px solid rgb(161 161 161) !important;
    position: unset !important;
}
/*listing add page css end*/

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.modal {
    z-index: 99999 !important;
}

/*for media modal */
span.popup_contents__close.popup_close i {
    font-size: 20px;
}

.content-wrapper {
    width: 100%; /* Adjust width as needed */
    overflow: hidden;
}

.content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





/* main card layout design start*/
.main-card-image {
    display: block;
    height: 188px;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

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


/* main card layout design end*/


/* for live chat css start*/
.photo-uploaded-file {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.attach_files_title{
    font-size: 18px!important;
}
/* for live chat css end */




/*google map home page search css start*/
.card {
    border: 1px solid #ccc; /* Add border for the card */
    border-radius: 8px; /* Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
    transition: box-shadow 0.3s ease; /* Add transition for smooth hover effect */
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}
.search_thumb {
    width: 100px; /* Set width */
    height: 100px; /* Set height */
    background-size: cover; /* Ensure the image covers the entire area */
    background-position: center; /* Center the image */
    border-radius: 6px; /* Add rounded corners */
}
.search-text-item {
    display: block; /* Ensure text appears below the thumbnail */
    margin-top: 8px; /* Add some space between thumbnail and text */
    font-size: 16px; /* Adjust font size */
    color: #333; /* Set text color */
}

.search-text-item span {
    font-weight: bold; /* Make the price bold for emphasis */
    color: #007bff; /* Set price color */
}
/*=========*/

.search-with-any-texts {
    position: relative;
}
.search-with-any-texts .search_with_text_section .card-body{
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    right: 0;
}

#submitBtn {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    cursor: pointer;
    z-index: 1;
}


.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.loader-icon {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Custom Header Navigation Buttons */
.revamp-nav-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 10px 20px !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    border-radius: 14px !important; /* Elegant semi-pill styling */
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
    border: 1.5px solid transparent !important;
    line-height: 1 !important;
    height: auto !important;
}

/* Post Found Item button in Header (Vibrant brand green matching Right card) */
.revamp-post-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15) !important;
    border: none !important;
}
.revamp-post-btn:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    transform: translateY(-2px) scale(1.01) !important;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.25) !important;
    color: #ffffff !important;
}

/* Sign In button in Header (Slate border outline button) */
.revamp-signin-btn {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #475569 !important;
}
.revamp-signin-btn:hover {
    background: #eff6ff !important;
    border-color: #3b82f6 !important;
    color: #2563eb !important;
    transform: translateY(-2px) !important;
}

/* Sign Up button in Header (Vibrant brand blue gradient matching Left search card) */
.revamp-signup-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15) !important;
    border: none !important;
}
.revamp-signup-btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    transform: translateY(-2px) scale(1.01) !important;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.25) !important;
    color: #ffffff !important;
}

/* Ensure horizontal spacing and alignment in header list */
.header-cart {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.header-cart li {
    margin: 0 !important;
    list-style: none !important;
}
.header-cart .single {
    display: inline-block !important;
}

/* Professional Glassmorphic Navigation Bar Overrides */
.header-style-01 {
    position: sticky !important;
    top: 0;
    z-index: 1000 !important;
    width: 100%;
}
.navbar-area {
    background: rgba(255, 255, 255, 0.75) !important; /* Sleek transparent white */
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.75) !important;
    box-shadow: 0 4px 30px rgba(15, 23, 42, 0.02) !important;
    padding: 6px 0 !important;
    transition: all 0.3s ease !important;
}
.navbar-area.plr {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
/* Sleek Nav links style with active highlights */
.navbar-nav li a {
    color: #475569 !important;
    font-weight: 700 !important;
    font-size: 16.5px !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    padding: 8px 16px !important;
    border-radius: 12px !important;
}
.navbar-nav li a:hover, 
.navbar-nav li.active a,
.navbar-nav li.current-menu-item a {
    color: #2563eb !important;
    background: rgba(37, 99, 235, 0.06) !important;
}
/* Logo wrapper styling */
.logo-wrapper img {
    max-height: 60px !important;
    width: auto !important;
    transition: transform 0.2s ease;
}
.logo-wrapper img:hover {
    transform: scale(1.02);
}

/* Premium Unified Footer Styles matching the Hero Banner */
.footerWrapper.footerStyleThree, 
.footerWrapper.footerStyleOne {
    background: linear-gradient(180deg, #0c1f3f 0%, #08142b 56%, #060f22 100%) !important;
    color: #c9d6ea !important;
    border-top: 1px solid rgba(147, 197, 253, 0.16) !important;
}
.footerWrapper .footer-area {
    padding-top: 84px !important;
    padding-bottom: 52px !important;
}
/* Make logo readable on dark background */
.footerWrapper .footer-area .footer-logo {
    display: inline-block !important;
    margin-bottom: 18px !important;
}
.footerWrapper .footer-area .footer-logo .custom-logo-link,
.footerWrapper .footer-area .footer-logo a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
    border: 1px solid #dbeafe !important;
    box-shadow: 0 14px 36px rgba(2, 8, 23, 0.42) !important;
}
.footerWrapper .footer-area .footer-logo img {
    max-height: 52px !important;
    width: auto !important;
    filter: none !important;
}
/* Fallback for dynamic footer widgets where logo class is missing */
.footerWrapper .footer-widget img[src*="logo"],
.footerWrapper .footer-widget img[src*="Logo"],
.footerWrapper .footer-widget img[src*="lostrac"] {
    background: #f8fbff !important;
    border: 1px solid #dbeafe !important;
    border-radius: 14px !important;
    padding: 10px 14px !important;
    box-shadow: 0 14px 36px rgba(2, 8, 23, 0.42) !important;
    max-height: 52px !important;
    width: auto !important;
}
/* Title inside footer */
.footerWrapper .footer-widget .widget-title {
    color: #f8fbff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    position: relative !important;
}
.footerWrapper .footer-widget .widget-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 38px;
    height: 3px;
    background: linear-gradient(90deg, #60a5fa, #38bdf8);
    border-radius: 4px;
}
/* Body text / links */
.footerWrapper .footer-widget p,
.footerWrapper .footer-widget li,
.footerWrapper .footer-widget .singleLinks,
.footerWrapper .footer-widget ul li a,
.footerWrapper .footer-pera .pera {
    color: #dbe8fb !important;
}
.footerWrapper a,
.footerWrapper .footer-widget ul li a {
    font-weight: 500 !important;
    transition: all 0.22s ease !important;
    text-decoration: none !important;
}
.footerWrapper a:hover,
.footerWrapper .footer-widget ul li a:hover {
    color: #7dd3fc !important;
    padding-left: 4px !important;
}
/* Contact icons: location / phone / mail unified style */
.footerWrapper .footer-widget .listing .listItem .singleLinks {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.footerWrapper .footer-widget .listing .listItem .singleLinks .icon,
.footerWrapper .footer-widget .listing .listItem .singleLinks i {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    line-height: 1 !important;
    color: #eaf2ff !important;
    background: rgba(125, 211, 252, 0.2) !important;
    border: 1px solid rgba(186, 230, 253, 0.45) !important;
    margin: 0 !important;
}
.footerWrapper .footer-widget .listing .listItem .singleLinks:hover .icon,
.footerWrapper .footer-widget .listing .listItem .singleLinks:hover i {
    background: rgba(59, 130, 246, 0.42) !important;
    border-color: rgba(147, 197, 253, 0.75) !important;
}
/* Contact block center align */
.footerWrapper .footer-tittle.footer-tittle2 .footerTittle,
.footerWrapper .footer-widget .widget-title {
    text-align: center !important;
}
.footerWrapper .footer-tittle.footer-tittle2 .listing,
.footerWrapper .footer-widget .listing {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.footerWrapper .footer-tittle.footer-tittle2 .listing .listItem,
.footerWrapper .footer-widget .listing .listItem {
    width: 100% !important;
    max-width: 320px !important;
}
/* Social icons: Facebook / Twitter improved */
.footerWrapper .footer-social2 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin-top: 10px !important;
    text-align: left !important;
}
.footerWrapper .footer-social2 .social {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    color: #cfe1ff !important;
    background: transparent !important;
    border: 0 !important;
    transition: all 0.25s ease !important;
}
.footerWrapper .footer-social2 .social:hover {
    color: #7dd3fc !important;
    background: transparent !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}
/* Newsletter look */
.footerWrapper .footer-form .newsletter-footer .input {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(191, 219, 254, 0.35) !important;
    color: #e6f0ff !important;
}
.footerWrapper .footer-form .newsletter-footer .input::placeholder {
    color: #9cb3d1 !important;
}
.footerWrapper .submit-btn,
.footerWrapper button[type="submit"] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    border: 1px solid rgba(147, 197, 253, 0.45) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
}
.footerWrapper .submit-btn:hover,
.footerWrapper button[type="submit"]:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
}
/* Footer Bottom copyright area */
.footer-bottom-area {
    border-top: 1px solid rgba(147, 197, 253, 0.16) !important;
    padding: 18px 0 !important;
    background: #050d1d !important;
}
.footer-bottom-area .footer-border {
    border-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.footer-bottom-area .footer-copy-right {
    width: 100% !important;
    text-align: center !important;
}
.footer-bottom-area .footer-copy-right .pera {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
}
.footer-bottom-area p,
.footer-bottom-area span {
    color: #b5c7df !important;
    font-size: 14px !important;
}
.footer-bottom-area a {
    color: #7dd3fc !important;
}
.footer-bottom-area a:hover {
    color: #bae6fd !important;
}
@media (max-width: 767px) {
    .footerWrapper .footer-area {
        padding-top: 64px !important;
        padding-bottom: 36px !important;
    }
}




/* --- PREMIUM CATEGORIES SECTION REDESIGN --- */
.new-style .exploreCategories.losttrac-categories {
    background: #f8fafc !important; /* Extremely soft, premium clean background */
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}


/* Categories header row: title left, arrows right — same flex row */
.new-style .exploreCategories.losttrac-categories .losttrac-categories__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 32px !important;
}

.new-style .exploreCategories.losttrac-categories .losttrac-categories__title {
    color: #0f172a !important;
    font-size: clamp(22px, 2vw, 28px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    margin: 0 !important;
    position: relative;
}

.new-style .exploreCategories.losttrac-categories .losttrac-categories__title::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6 0%, #10b981 100%);
    border-radius: 99px;
    margin: 10px 0 0 0;
}

/* Prevent Category Cards from getting cut off on hover lift */
.new-style .exploreCategories.losttrac-categories .losttrac-categories__slider-wrap,
.new-style .exploreCategories.losttrac-categories .global-slick-init,
.new-style .exploreCategories.losttrac-categories .slick-list,
.new-style .exploreCategories.losttrac-categories .slick-track,
.new-style .exploreCategories.losttrac-categories .slick-slide,
.new-style .exploreCategories.losttrac-categories .slick-slide > div {
    overflow: visible !important;
}

.new-style .exploreCategories.losttrac-categories .losttrac-categories__slider-wrap {
    padding-top: 20px !important;
    margin-top: -20px !important;
}

/* Glassmorphic Category Card Base */
.new-style .exploreCategories.losttrac-categories .losttrac-cat-card {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 24px !important;
    padding: 28px 20px 22px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative;
    overflow: hidden;
}

/* Category Card Hover States */
.new-style .exploreCategories.losttrac-categories .singleCategories:hover .losttrac-cat-card {
    transform: translateY(-10px) !important;
    border-color: rgba(59, 130, 246, 0.5) !important; /* Neon blue transition glow */
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.12) !important;
    background: #ffffff !important;
}

/* Hover light radial background overlay */
.new-style .exploreCategories.losttrac-categories .losttrac-cat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.05), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}
.new-style .exploreCategories.losttrac-categories .singleCategories:hover .losttrac-cat-card::before {
    opacity: 1;
}

/* Floating 3D Category Icons */
.new-style .exploreCategories.losttrac-categories .categoriIcon {
    width: 90px !important;
    height: 90px !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border: 1px solid rgba(226, 232, 240, 0.6) !important;
    padding: 16px !important;
    margin-bottom: 20px !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    z-index: 2;
    position: relative;
}

.new-style .exploreCategories.losttrac-categories .singleCategories:hover .categoriIcon {
    transform: translateY(-4px) scale(1.06) rotate(3deg) !important;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
    border-color: rgba(59, 130, 246, 0.25) !important;
}

.new-style .exploreCategories.losttrac-categories .categoriIcon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Category Card Text Styling */
.new-style .exploreCategories.losttrac-categories .categorie-text {
    z-index: 2;
    position: relative;
}

.new-style .exploreCategories.losttrac-categories .categorie-text h4 a.title {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    letter-spacing: -0.01em !important;
    transition: color 0.3s ease !important;
}

.new-style .exploreCategories.losttrac-categories .singleCategories:hover .categorie-text h4 a.title {
    color: #2563eb !important; /* Glow primary blue on hover */
}

/* Pill Count Badge */
.new-style .exploreCategories.losttrac-categories .losttrac-cat-card__count {
    display: inline-block !important;
    margin-top: 12px !important;
    padding: 5px 14px !important;
    background: #f1f5f9 !important;
    border: 1px solid rgba(226, 232, 240, 0.6) !important;
    color: #475569 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-radius: 99px !important;
    transition: all 0.3s ease !important;
}

.new-style .exploreCategories.losttrac-categories .singleCategories:hover .losttrac-cat-card__count {
    background: #eff6ff !important;
    color: #2563eb !important;
    border-color: rgba(59, 130, 246, 0.2) !important;
    transform: scale(1.02) !important;
}

/* Custom Arrow Buttons — in same flex row as title */
.new-style .exploreCategories.losttrac-categories .losttrac-categories__arrows {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.new-style .exploreCategories.losttrac-categories .losttrac-cat-prev,
.new-style .exploreCategories.losttrac-categories .losttrac-cat-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
}

.new-style .exploreCategories.losttrac-categories .losttrac-cat-prev i,
.new-style .exploreCategories.losttrac-categories .losttrac-cat-next i {
    color: #475569;
    font-size: 17px;
}

.new-style .exploreCategories.losttrac-categories .losttrac-cat-prev:hover {
    border-color: #3b82f6;
    background: #eff6ff;
}

.new-style .exploreCategories.losttrac-categories .losttrac-cat-next {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-color: #2563eb;
}

.new-style .exploreCategories.losttrac-categories .losttrac-cat-next i {
    color: #ffffff;
}

.new-style .exploreCategories.losttrac-categories .losttrac-cat-next:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-color: #1d4ed8;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
}

@media (max-width: 576px) {
    .new-style .exploreCategories.losttrac-categories {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .new-style .exploreCategories.losttrac-categories .losttrac-categories__head {
        flex-wrap: wrap;
        gap: 14px;
    }

}


/* =========================================================
   🌟 PREMIUM LISTING CARD REDESIGN — All Pages
   Overrides .new-style .singleFeatureCard across the site
   ========================================================= */

.new-style .singleFeatureCard {
    background: #ffffff !important;
    border: 1px solid #eef1f6 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease !important;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04) !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
}

/* Hover lift + glow */
.new-style .singleFeatureCard:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 48px rgba(37, 99, 235, 0.11) !important;
    border-color: rgba(59, 130, 246, 0.3) !important;
    background: #ffffff !important;
}

/* ── Image Container ── */
.new-style .singleFeatureCard .featureImg {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 20px 20px 0 0 !important;
    background: #f1f5f9 !important;
    aspect-ratio: 4 / 3 !important;
    flex-shrink: 0 !important;
}

/* Image fills container, zooms on hover */
.new-style .singleFeatureCard .featureImg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: block !important;
}

.new-style .singleFeatureCard:hover .featureImg img {
    transform: scale(1.07) !important;
    border-radius: 0 !important;
}

/* Gradient overlay on image bottom */
.new-style .singleFeatureCard .featureImg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(15, 23, 42, 0) 50%,
        rgba(15, 23, 42, 0.45) 100%
    );
    z-index: 1;
    transition: opacity 0.3s ease;
    border-radius: 20px 20px 0 0;
}

.new-style .singleFeatureCard:hover .featureImg::after {
    opacity: 0.7;
}

/* Shimmer loading effect on image hover */
.new-style .singleFeatureCard .featureImg::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.15) 50%,
        transparent 100%
    );
    z-index: 2;
    transition: left 0.5s ease;
}
.new-style .singleFeatureCard:hover .featureImg::before {
    left: 150%;
}

/* ── Favourite Button ── */
.new-style .singleFeatureCard .featureImg .favourite-icon {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 5 !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12) !important;
}

.new-style .singleFeatureCard .featureImg .favourite-icon:hover {
    background: #fee2e2 !important;
    transform: scale(1.12) !important;
}

.new-style .singleFeatureCard .featureImg .favourite-icon.favourite {
    background: #ef4444 !important;
}
.new-style .singleFeatureCard .featureImg .favourite-icon.favourite path {
    stroke: #fff !important;
}

/* ── Featured Badge (on image) ── */
.new-style .singleFeatureCard .featureImg .pro-btn2,
.new-style .singleFeatureCard .featurebody .pro-btn2 {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    padding: 4px 10px !important;
    border-radius: 100px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    z-index: 5 !important;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.35) !important;
    text-transform: uppercase !important;
}

/* ── Card Body ── */
.new-style .singleFeatureCard .featurebody {
    padding: 16px 18px 14px !important;
    height: auto !important;
    min-height: unset !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    flex: 1 !important;
    justify-content: flex-start !important;
    border-radius: 0 0 20px 20px !important;
}

/* ── Card Title ── */
.new-style .singleFeatureCard .featurebody h4 {
    margin: 0 !important;
}

.new-style .singleFeatureCard .featurebody .featureTittle,
.new-style .singleFeatureCard .featurebody .head4 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.new-style .singleFeatureCard:hover .featurebody .featureTittle,
.new-style .singleFeatureCard:hover .featurebody .head4 {
    color: #2563eb !important;
}

/* ── Location Row ── */
.new-style .singleFeatureCard .featurebody .location-area,
.new-style .singleFeatureCard .featurebody .listing-location {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 12.5px !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

/* ── Bottom Row: Featured Badge + Date ── */
.new-style .singleFeatureCard .featurebody .featurePricing {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    margin-top: auto !important;
    padding-top: 10px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.new-style .singleFeatureCard .featurebody .featurePricing .btn-wrapper {
    margin: 0 !important;
}

.new-style .singleFeatureCard .featurebody .date {
    font-size: 11.5px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

/* ── Active state matches hover ── */
.new-style .singleFeatureCard.active {
    border-color: rgba(59, 130, 246, 0.3) !important;
    box-shadow: 0 20px 48px rgba(37, 99, 235, 0.1) !important;
    background: #ffffff !important;
}

/* ── Responsive: 2 columns on tablet ── */
@media (max-width: 768px) {
    .new-style .singleFeatureCard .featureImg {
        aspect-ratio: 16 / 9 !important;
    }
    .new-style .singleFeatureCard .featurebody {
        padding: 14px !important;
    }
}

/* ── Also beautify the relevant-ads-view sidebar cards ── */
.new-style .single-add-card {
    background: #ffffff !important;
    border: 1px solid #eef1f6 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    display: flex !important;
    gap: 14px !important;
    padding: 12px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
    margin-bottom: 12px !important;
}

.new-style .single-add-card:hover {
    border-color: rgba(59, 130, 246, 0.25) !important;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08) !important;
    transform: translateY(-3px) !important;
}

.new-style .single-add-image {
    width: 90px !important;
    flex-shrink: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.new-style .single-add-image img {
    width: 100% !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    transition: transform 0.3s ease !important;
}

.new-style .single-add-card:hover .single-add-image img {
    transform: scale(1.06) !important;
}

.new-style .single-add-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    min-width: 0 !important;
}

.new-style .single-add-body .add-heading a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.new-style .single-add-card:hover .single-add-body .add-heading a {
    color: #2563eb !important;
}

.new-style .single-add-body .dates {
    font-size: 11px !important;
    color: #94a3b8 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.new-style .devider {
    display: none !important;
}

/* =========================================================
   🔥 ADDITIONAL PREMIUM IMPROVEMENTS — 5-Col Grid & More
   ========================================================= */

/* ── Force 5-col on desktop (overrides main-style) ── */
.new-style .featureListing .listing-pro-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

@media (max-width: 1500px) {
    .new-style .featureListing .listing-pro-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}
@media (max-width: 1100px) {
    .new-style .featureListing .listing-pro-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }
}
@media (max-width: 768px) {
    .new-style .featureListing .listing-pro-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}
@media (max-width: 400px) {
    .new-style .featureListing .listing-pro-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
}

/* ── Premium Section Header (Recent Listing / Top Listing) ── */
.new-style .featureListing .titleWithBtn {
    margin-bottom: 28px !important;
}

.new-style .featureListing .titleWithBtn .head3 {
    font-size: clamp(20px, 2vw, 26px) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.03em !important;
    position: relative !important;
    padding-bottom: 10px !important;
}

.new-style .featureListing .titleWithBtn .head3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #10b981);
    border-radius: 99px;
}

.new-style .featureListing .see-all {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #3b82f6 !important;
    background: #eff6ff !important;
    padding: 8px 16px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    border: 1px solid rgba(59, 130, 246, 0.15) !important;
}

.new-style .featureListing .see-all:hover {
    background: #dbeafe !important;
    color: #1d4ed8 !important;
    transform: translateX(3px) !important;
}

/* ── Enhanced Card: Stronger hover lift + glow ── */
.new-style .featureListing .listing-pro-grid .listing-pro-card {
    border-radius: 20px !important;
    border: 1px solid #eef1f6 !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease !important;
    overflow: hidden !important;
}

.new-style .featureListing .listing-pro-grid .listing-pro-card:hover,
.new-style .featureListing .listing-pro-grid .listing-pro-card.active {
    transform: translateY(-10px) !important;
    border-color: rgba(59, 130, 246, 0.28) !important;
    box-shadow: 0 24px 54px rgba(37, 99, 235, 0.13) !important;
    background: #ffffff !important;
}

/* ── Image: stronger zoom + shimmer + dark overlay ── */
.new-style .featureListing .listing-pro-grid .listing-pro-card .listing-pro-card__media {
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Gradient overlay */
.new-style .featureListing .listing-pro-grid .listing-pro-card .listing-pro-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(15, 23, 42, 0.5) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
    pointer-events: none;
}

.new-style .featureListing .listing-pro-grid .listing-pro-card:hover .listing-pro-card__media::after {
    opacity: 1;
}

/* Shimmer sweep */
.new-style .featureListing .listing-pro-grid .listing-pro-card .listing-pro-card__media::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.14) 50%, transparent 100%);
    z-index: 2;
    transition: left 0.55s ease;
    pointer-events: none;
}
.new-style .featureListing .listing-pro-grid .listing-pro-card:hover .listing-pro-card__media::before {
    left: 160%;
}

/* Stronger image zoom */
.new-style .featureListing .listing-pro-grid .listing-pro-card:hover .listing-pro-card__image-link img {
    transform: scale(1.08) !important;
}

/* ── Favourite Button: glassmorphic ── */
.new-style .featureListing .listing-pro-grid .listing-pro-card .featureImg .favourite-icon {
    background: rgba(255,255,255,0.92) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-radius: 50% !important;
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 8px rgba(15,23,42,0.12) !important;
    z-index: 5 !important;
}

/* ── Featured Badge: vivid orange pill ── */
.new-style .featureListing .listing-pro-grid .listing-pro-card .listing-pro-card__badge {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    border-radius: 100px !important;
    font-size: 9.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.7px !important;
    padding: 4px 10px !important;
    z-index: 5 !important;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.4) !important;
}

/* ── Card Body: better spacing ── */
.new-style .featureListing .listing-pro-grid .listing-pro-card .listing-pro-card__body {
    padding: 14px 16px 12px !important;
    min-height: unset !important;
    gap: 7px !important;
}

/* ── Title: colour on hover ── */
.new-style .featureListing .listing-pro-grid .listing-pro-card .listing-pro-card__title .featureTittle {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.4 !important;
}

.new-style .featureListing .listing-pro-grid .listing-pro-card:hover .listing-pro-card__title .featureTittle {
    color: #2563eb !important;
}

/* ── Location: icon + text ── */
.new-style .featureListing .listing-pro-grid .listing-pro-card .featureCap {
    font-size: 12px !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* ── Footer: date right-aligned ── */
.new-style .featureListing .listing-pro-grid .listing-pro-card .listing-pro-card__footer {
    margin-top: auto !important;
    padding-top: 8px !important;
    border-top: 1px solid #f1f5f9 !important;
    justify-content: flex-end !important;
}

.new-style .featureListing .listing-pro-grid .listing-pro-card .listing-pro-card__date {
    font-size: 11px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
}

/* --- SIDEBAR REDESIGN --- */
.cateSidebar1 .catagoriesWraper {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative;
    overflow: hidden;
}

.cateSidebar1 .catagoriesWraper:hover {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(59, 130, 246, 0.3) !important;
}

.cateSidebar1 .cateTitle,
.cateSidebar1 .postdateTitle {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 12px;
    letter-spacing: -0.01em;
}

/* Category & General Selects */
.cateSidebar1 select,
.cateSidebar1 .categorySelect,
.cateSidebar1 .search-input {
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    height: 48px !important;
    background-color: #f8fafc !important;
    color: #475569 !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    width: 100%;
}

.cateSidebar1 select:focus,
.cateSidebar1 .search-input:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
    background-color: #ffffff !important;
    outline: none !important;
}

/* Lists like listing type, condition, date posted */
.cateSidebar1 .postdate {
    padding-left: 0 !important;
    list-style: none !important;
    margin: 0 !important;
}

.cateSidebar1 .postdate li {
    margin-bottom: 8px !important;
}

.cateSidebar1 .postdate li a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    color: #475569 !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
    background: #f8fafc !important;
    border: 1px solid transparent !important;
}

.cateSidebar1 .postdate li a:hover,
.cateSidebar1 .postdate li.active a {
    background-color: #eff6ff !important;
    color: #2563eb !important;
    border-color: rgba(59, 130, 246, 0.2) !important;
    transform: translateX(4px);
}

/* Price range inputs */
.cateSidebar1 .price-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cateSidebar1 .price-input .field {
    width: 100%;
    position: relative;
}

.cateSidebar1 .price-input .field input {
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 10px 12px 10px 30px !important;
    background-color: #f8fafc !important;
    height: 46px !important;
    font-weight: 600;
    color: #1e293b;
    width: 100%;
    transition: all 0.3s ease;
}

.cateSidebar1 .price-input .field input:focus {
    border-color: #3b82f6 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.cateSidebar1 .price-input .field .site_currency_symbol {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-weight: 600;
    z-index: 10;
}

/* Filter buttons */
.cateSidebar1 .filter-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    height: 48px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    width: 100%;
    margin-top: 10px;
}

.cateSidebar1 .filter-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3) !important;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
}

/* --- PREMIUM CARD DESIGN OVERRIDES --- */
.new-style .singleFeatureCard {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: hidden !important;
}

.new-style .singleFeatureCard:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.1) !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
}

/* Card Typography Improvements */
.new-style .singleFeatureCard .featurebody {
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    background: #ffffff !important;
}

.new-style .singleFeatureCard .featurebody h4 a {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    letter-spacing: -0.01em !important;
    transition: color 0.25s ease !important;
}

.new-style .singleFeatureCard .featurebody h4 a:hover {
    color: #2563eb !important;
}

/* Location text in cards */
.new-style .singleFeatureCard .featurebody .listing-location,
.new-style .singleFeatureCard .featurebody .location-area {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 14px !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

.new-style .singleFeatureCard .featurebody .listing-location i,
.new-style .singleFeatureCard .featurebody .location-area i {
    color: #3b82f6 !important;
    font-size: 18px !important;
}

/* Card footer details */
.new-style .singleFeatureCard .featurebody .featurePricing {
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 16px !important;
    margin-top: 8px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.new-style .singleFeatureCard .featurebody .date {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}
.new-style .singleFeatureCard .featurebody .date::before {
    content: '\f017';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #cbd5e1;
}

/* Featured Badge */
.new-style .singleFeatureCard .pro-btn2,
.new-style .singleFeatureCard .listing-pro-card__badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: white !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 6px 12px !important;
    border-radius: 99px !important;
    letter-spacing: 0.05em !important;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.2) !important;
}

/* --- FURTHER SIDEBAR REFINEMENTS --- */
.cateSidebar1 .catagoriesWraper {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.cateSidebar1 .cateTitle i {
    font-size: 22px !important;
    vertical-align: middle !important;
    margin-top: -2px !important;
}

/* --- EXTRA PREMIUM SIDEBAR TITLES --- */
body.new-style .cateSidebar1 .catagoriesWraper .cateTitle,
body.new-style .cateSidebar1 .catagoriesWraper .postdateTitle {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    margin: -24px -24px 20px -24px !important; /* Pulls it to the edges of the 24px padding */
    padding: 18px 24px !important;
    border-radius: 16px 16px 0 0 !important;
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.15) !important;
}

body.new-style .cateSidebar1 .catagoriesWraper .cateTitle i,
body.new-style .cateSidebar1 .catagoriesWraper .postdateTitle i {
    color: #ffffff !important;
    font-size: 22px !important;
    margin-right: 12px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
