@charset "UTF-8";
/* ==========================================================================
   Themeqx Classified style.css
   28/08/2015
   url: classifieds.themeqx.com
   ========================================================================== */


body {
    /*background: #e9eaed;*/
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

a{
    text-decoration: none !important;
    /*color: #c3a29e;*/
    color: #f0ad4e;
}
a:hover{
    color: #d58512;
}
/** make bootstrap flat */
.navbar-brand {
    float: left !important;
    margin-left: -10px !important;
    padding: 22px 15px;
}
.navbar-brand > img {
    max-height: 32px;
    width: auto;
    transition: all 0.3s ease;
}

.navbar-brand:hover > img {
    transform: scale(1.05);
}
.form-control {
    border-radius: 1px;
    box-shadow: none;
    color: #555;
    padding: 6px 12px;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.btn {
    background-image: none;
    border-radius: 1px;
}
.btn:focus {
    background-image: none;
}
.navbar-default {
    background-image: none;
    background: #ffffff;
    background-repeat: repeat-x;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 0;
    border: none;
    border-top: 3px solid #007bff;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}
.nav > li > a, .navbar-brand {
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar-nav > li > a {
    color: #495057 !important;
    padding: 22px 20px;
    border-radius: 6px;
    margin: 12px 6px;
    transition: all 0.3s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #007bff !important;
    background-color: rgba(0, 123, 255, 0.1);
    transform: translateY(-1px);
}

.navbar-brand {
    font-weight: 600;
    color: #007bff !important;
    transition: all 0.3s ease;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #0056b3 !important;
    transform: scale(1.05);
}
/* Sticky header is now always active */
body {
    padding-top: 0;
}

/* Content spacing adjustment */
#app {
    margin-top: 0;
}
.page_wrapper {
    padding-bottom: 100px;
    padding-top: 0;
}
.bg-white{
    background: #ffffff;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
}
.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.alert, .alert-info, .alert-success, .alert-danger, .alert-warning{
    border: 0;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.headerAvatar > img {
    border-radius: 50%;
    margin: 0 5px;
    max-height: 18px;
    max-width: 18px;
}
/* end make bootstrap flat */


/** The breadcrumb **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** Home section */
.no-ads-wrap{
    padding: 50px 0;
}
.no-ads-wrap h2, .no-ads-wrap h3, .no-ads-wrap h4 {
    color: #777777;
}
.no-ads-wrap h4{
    font-weight: 300;
    font-size: 22px;
    margin: 20px 0;
}
.checkout-wrap{
    margin-top: 20px;
    margin-bottom: 100px;
}
.payment-success-wrap{
    margin-top: 20px;
    padding: 50px 0;
}

/** End: Home Section */

/** The Spacing **/
.btn-breadcrumb .btn {
    padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
    padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
    border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
    border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
    border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
    border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
    border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
    border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
    border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
    border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
    border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
    border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
    border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
    border-left: 10px solid #269abc;
}

.btn-breadcrumb a.btn{
    font-weight: 300;
    font-size: 12px;
}
/**
Map Area
 */

.home-map-area{
    padding: 20px 0;
}
.home-map-area h2{
    font-weight: 200;
    font-size: 25px;
    margin-top: 0;
}
.home-map-area ul{
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
#oclassifiedMapsStateName{
    height: 30px;
    color: #666666;
    text-align: center;
}
.btn.btn-orange {
    background: #b185a7;
    color: #fff;
}
.btn.btn-orange:hover {
    background: #8d6b94;
    color: #fff;
}
#oclassifiedmaps{
    margin:  0 auto;
}

.front-state-lists ul li{
    float: left;
    width: 50%;
}
a.more-states{
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
/** End map area */

/** Modern Categories Listing */
.modern-categories-listing {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}

.categories-header {
    text-align: center;
    margin-bottom: 60px;
}

.categories-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.categories-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 2px;
}

.categories-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin: 0;
    font-weight: 400;
}

.categories-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.category-item {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 123, 255, 0.08);
}

.category-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.category-item:hover::before {
    transform: scaleY(1);
}

.category-item:hover {
    transform: translateX(8px);
    box-shadow: 0 12px 40px rgba(0, 123, 255, 0.12);
    border-color: rgba(0, 123, 255, 0.2);
}

.category-link {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 2;
}

.category-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.category-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.category-item:hover .category-icon::before {
    opacity: 1;
}

.category-icon i {
    font-size: 24px;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.category-item:hover .category-icon {
    transform: scale(1.05) rotate(5deg);
}

.category-item:hover .category-icon i {
    transform: scale(1.1);
}

.category-info {
    flex: 1;
}

.category-name {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
    transition: color 0.3s ease;
}

.category-item:hover .category-name {
    color: #007bff;
}

.category-count {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.category-stats {
    margin-right: 20px;
}

.stat-badge {
    background: rgba(0, 123, 255, 0.1);
    border-radius: 20px;
    padding: 8px 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.category-item:hover .stat-badge {
    background: rgba(0, 123, 255, 0.15);
    transform: scale(1.05);
}

.stat-number {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #007bff;
    line-height: 1;
}

.stat-label {
    font-size: 11px;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-arrow {
    width: 40px;
    height: 40px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.category-item:hover .category-arrow {
    background: rgba(0, 123, 255, 0.2);
    transform: translateX(5px);
}

.category-arrow i {
    font-size: 14px;
    color: #007bff;
    transition: transform 0.3s ease;
}

.category-item:hover .category-arrow i {
    transform: translateX(2px);
}

.category-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.02) 0%, rgba(0, 123, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.category-item:hover .category-hover-effect {
    opacity: 1;
}

.categories-cta {
    margin-top: 40px;
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.btn-view-all::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-view-all:hover::before {
    left: 100%;
}

.btn-view-all:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4);
    color: #ffffff;
}

.btn-view-all i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-view-all:hover i {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-categories-listing {
        padding: 60px 0;
    }
    
    .categories-title {
        font-size: 28px;
    }
    
    .category-link {
        padding: 15px 20px;
    }
    
    .category-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .category-icon i {
        font-size: 20px;
    }
    
    .category-name {
        font-size: 16px;
    }
    
    .category-count {
        font-size: 13px;
    }
    
    .stat-badge {
        padding: 6px 12px;
    }
    
    .stat-number {
        font-size: 14px;
    }
    .modern-cat-card {
        max-width: 160px;
    }
    
    .cat-card-inner {
        padding: 18px 12px;
        min-height: 130px;
    }
    
    .cat-icon-wrapper {
        width: 45px;
        height: 45px;
    }
    
    .cat-icon-wrapper i {
        font-size: 18px;
    }
}

/* Animation Classes for AOS */
[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Legacy Category Styles (keeping for compatibility) */
.home-cat-box-content a{
    color: #666666;
}
.home-cat-box-content a:hover {
    color: #8d6b94;
}
.home-cat-box-content ul{
    padding: 0;
    margin: 0;
}
.home-cat-box-content ul li{
    list-style: none;
}
a.cat-view-more{
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}
.home-cat-box-title h3 {
    /*border-bottom: 1px solid #dddddd;*/
    font-size: 16px;
    margin: 10px 0;
    padding-bottom: 10px;
}

/** Modern Hero Section */
.modern-hero-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="heroPattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23heroPattern)"/></svg>') repeat;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.hero-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
}

.shape-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation: floatBubble1 8s ease-in-out infinite;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
}

.shape-2 {
    width: 120px;
    height: 120px;
    top: 60%;
    right: 15%;
    animation: floatBubble2 10s ease-in-out infinite;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.shape-3 {
    width: 60px;
    height: 60px;
    bottom: 20%;
    left: 20%;
    animation: floatBubble3 6s ease-in-out infinite;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.06));
}

@keyframes floatBubble1 {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }
    25% { 
        transform: translate(20px, -40px) scale(1.1);
        opacity: 0.8;
    }
    50% { 
        transform: translate(-15px, -80px) scale(0.9);
        opacity: 0.5;
    }
    75% { 
        transform: translate(30px, -50px) scale(1.05);
        opacity: 0.7;
    }
}

@keyframes floatBubble2 {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 0.5;
    }
    30% { 
        transform: translate(-25px, 50px) scale(1.15);
        opacity: 0.7;
    }
    60% { 
        transform: translate(20px, 100px) scale(0.85);
        opacity: 0.4;
    }
    80% { 
        transform: translate(-30px, 70px) scale(1.1);
        opacity: 0.6;
    }
}

@keyframes floatBubble3 {
    0%, 100% { 
        transform: translate(0, 0) scale(1) rotate(0deg);
        opacity: 0.7;
    }
    20% { 
        transform: translate(15px, -30px) scale(1.2) rotate(45deg);
        opacity: 0.9;
    }
    40% { 
        transform: translate(-20px, -60px) scale(0.95) rotate(90deg);
        opacity: 0.6;
    }
    60% { 
        transform: translate(25px, -45px) scale(1.1) rotate(135deg);
        opacity: 0.8;
    }
    80% { 
        transform: translate(-10px, -20px) scale(0.9) rotate(180deg);
        opacity: 0.7;
    }
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    animation: pulse 3s ease-in-out infinite;
}

.hero-badge i {
    color: #ffd700;
    font-size: 16px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.text-gradient {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.feature-item i {
    color: #ffd700;
    font-size: 16px;
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.btn-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-hero:hover::before {
    left: 100%;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
    color: #2c3e50;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
    color: #2c3e50;
}

.btn-hero-secondary {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    color: #ffffff;
}

.btn-hero i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-hero:hover i {
    transform: scale(1.1);
}

.hero-stats {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
    z-index: 3;
}

.stat-item {
    text-align: center;
    min-width: 120px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number,
.hero-stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 8px;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-visual {
    position: relative;
    z-index: 2;
}

.hero-image-container {
    position: relative;
    height: auto;
    min-height: 500px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-content: center;
    padding: 40px 20px;
}

.floating-card {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    animation: floatCards 6s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 100px;
    width: 100%;
}

.card-1 {
    animation-delay: 0s;
}

.card-2 {
    animation-delay: 2s;
}

.card-3 {
    animation-delay: 4s;
}

.card-4 {
    animation-delay: 6s;
}

.card-5 {
    animation-delay: 1s;
}

.card-6 {
    animation-delay: 3s;
}

@keyframes floatCards {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

.floating-card i {
    font-size: 24px;
    color: #007bff;
    width: 40px;
    height: 40px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.card-content p {
    font-size: 12px;
    color: #6c757d;
    margin: 0;
}

.hero-main-visual {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.auction-preview {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    width: 280px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.preview-header {
    margin-bottom: 15px;
}

.live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.live-indicator i {
    font-size: 8px;
    animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.preview-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.preview-content .footer-logo {
    margin-bottom: 15px;
}

.footer-logo-img {
    max-height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

.footer-logo-img:hover {
    transform: scale(1.05);
}

.footer-brand h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.bid-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.current-bid {
    font-size: 14px;
    font-weight: 600;
    color: #28a745;
}

.time-left {
    font-size: 12px;
    color: #dc3545;
    font-weight: 500;
}

.bid-button {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bid-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.bid-button i {
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-hero-section {
        padding: 60px 0;
        min-height: auto;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .hero-features {
        justify-content: center;
    }
    
    .hero-actions {
        justify-content: center;
    }
    
    .btn-hero {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .hero-stats {
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
    
    .stat-item {
        min-width: 100px;
        padding: 12px;
    }
    
    .hero-stat-number {
        font-size: 24px;
    }
    
    .stat-label {
        font-size: 12px;
    }
    
    .hero-image-container {
        height: auto;
        min-height: 400px;
        margin-top: 40px;
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px 10px;
    }
    
    .floating-card {
        padding: 15px;
        gap: 10px;
        min-height: 80px;
    }
    
    .auction-preview {
        width: 240px;
        padding: 20px;
    }
}

/** Platform Statistics Section - New Implementation */
.platform-metrics-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.platform-metrics-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 25% 25%, rgba(0, 123, 255, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 75% 75%, rgba(40, 167, 69, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.metrics-header-section {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.metrics-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    line-height: 1.2;
}

.metrics-main-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #007bff 0%, #28a745 50%, #ffc107 100%);
    border-radius: 3px;
}

.metrics-subtitle-text {
    font-size: 20px;
    color: #6c757d;
    margin: 0;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.5;
}

.metrics-cards-container {
    position: relative;
    z-index: 2;
}

.platform-metric-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 35px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    border: 2px solid transparent;
    height: 100%;
}

.platform-metric-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #007bff 0%, #28a745 50%, #ffc107 100%);
    transform: scaleX(0);
    transition: transform 0.5s ease;
    border-radius: 20px 20px 0 0;
}

.platform-metric-item:hover::before {
    transform: scaleX(1);
}

.platform-metric-item:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 123, 255, 0.15);
    border-color: rgba(0, 123, 255, 0.2);
}

.metric-icon-circle {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.platform-metric-item:nth-child(2) .metric-icon-circle {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.platform-metric-item:nth-child(3) .metric-icon-circle {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
}

.platform-metric-item:hover .metric-icon-circle {
    transform: scale(1.15) rotate(15deg);
}

.metric-icon-circle i {
    font-size: 36px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.platform-metric-item:hover .metric-icon-circle i {
    transform: scale(1.1);
}

.metric-data-section {
    position: relative;
}

.metric-count-display {
    font-size: 48px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1;
    transition: all 0.4s ease;
    font-family: 'Arial', sans-serif;
}

.platform-metric-item:hover .metric-count-display {
    color: #007bff;
    transform: scale(1.05);
}

.metric-title-text {
    font-size: 18px;
    font-weight: 700;
    color: #495057;
    margin-bottom: 12px;
    transition: color 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.platform-metric-item:hover .metric-title-text {
    color: #007bff;
}

.metric-description-text {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

.metric-accent-element {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.05));
    border-radius: 50%;
    opacity: 0;
    transform: scale(0) rotate(45deg);
    transition: all 0.4s ease;
}

.platform-metric-item:hover .metric-accent-element {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

/* Responsive Design for Platform Metrics */
@media (max-width: 992px) {
    .platform-metrics-area {
        padding: 80px 0;
    }
    
    .metrics-main-title {
        font-size: 36px;
    }
    
    .metrics-subtitle-text {
        font-size: 18px;
    }
    
    .platform-metric-item {
        padding: 35px 25px;
        margin-bottom: 25px;
    }
    
    .metric-icon-circle {
        width: 75px;
        height: 75px;
    }
    
    .metric-icon-circle i {
        font-size: 30px;
    }
    
    .metric-count-display {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .platform-metrics-area {
        padding: 60px 0;
    }
    
    .metrics-header-section {
        margin-bottom: 60px;
    }
    
    .metrics-main-title {
        font-size: 30px;
    }
    
    .metrics-subtitle-text {
        font-size: 16px;
    }
    
    .platform-metric-item {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .metric-icon-circle {
        width: 65px;
        height: 65px;
        margin-bottom: 25px;
    }
    
    .metric-icon-circle i {
        font-size: 26px;
    }
    
    .metric-count-display {
        font-size: 36px;
    }
    
    .metric-title-text {
        font-size: 16px;
    }
    
    .metric-description-text {
        font-size: 14px;
    }
}

/* Legacy styles for compatibility */
.section-stats-box {
    border: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
}
.home-stats-box {
    border-right: 1px solid #eee;
    padding: 48px 0;
}
.home-stats-box i, .home-stats-box .inner-content {
    display: table-cell;
    vertical-align: middle;
}
.home-stats-box .inner {
    display: table;
    margin: 0 auto;
}
.home-stats-box .title {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;
}
.home-stats-box .sub_title {
    color: #888888;
    font-size: 15px;
}
.home-stats-box i {
    color: #cccccc;
    font-size: 42px;
    line-height: 42px;
    padding-right: 20px;
}
.no-border {
    border: none;
}

/** Modern Auctions Section */
#modern-auctions-container,
#modern-premium-container {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}

#modern-premium-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.modern-auctions-header {
    text-align: center;
    margin-bottom: 60px;
}

.auctions-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.auctions-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 2px;
}

.auctions-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin: 0;
    font-weight: 400;
}

.auctions-grid {
    margin-top: 40px;
}

.modern-auction-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 123, 255, 0.1);
}

.modern-auction-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #28a745, #ffc107, #dc3545);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.modern-auction-card:hover::before {
    transform: scaleX(1);
}

.modern-auction-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 123, 255, 0.15);
    border-color: rgba(0, 123, 255, 0.3);
}

.auction-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.auction-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.modern-auction-card:hover .auction-thumbnail img {
    transform: scale(1.05);
}

.modern-media-indicator {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 123, 255, 0.9);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.modern-media-indicator:hover {
    background: rgba(0, 123, 255, 1);
    transform: scale(1.05);
}

.modern-media-indicator i {
    font-size: 14px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.media-count {
    font-size: 11px;
    font-weight: 600;
}

.premium-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #2c3e50;
    padding: 6px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3); }
    50% { box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5); }
    100% { box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3); }
}

.premium-badge i {
    font-size: 12px;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.auction-content {
    padding: 20px;
}

.auction-title {
    margin-bottom: 15px;
}

.auction-title a {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.auction-title a:hover {
    color: #007bff;
}

.auction-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}

.auction-category,
.auction-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.auction-category i,
.auction-location i {
    color: #007bff;
    font-size: 12px;
    width: 14px;
    transition: all 0.3s ease;
}

.auction-category:hover i,
.auction-location:hover i {
    color: #0056b3;
    transform: scale(1.2);
}

.auction-category a,
.auction-location a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auction-category a:hover,
.auction-location a:hover {
    color: #007bff;
}

.auction-pricing {
    margin-bottom: 15px;
}

.price-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.starting-price,
.current-bid {
    font-size: 13px;
    font-weight: 600;
}

.starting-price {
    color: #6c757d;
}

.current-bid {
    color: #28a745;
    font-size: 14px;
}

.auction-countdown {
    margin-bottom: 20px;
    padding: 10px;
    background: rgba(0, 123, 255, 0.05);
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    color: #007bff;
    font-weight: 600;
    border: 1px solid rgba(0, 123, 255, 0.1);
}

.auction-actions {
    text-align: center;
}

.btn-modern-bid {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-modern-bid::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-modern-bid:hover::before {
    left: 100%;
}

.btn-modern-bid:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    color: #ffffff;
}

.btn-modern-bid i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-modern-bid:hover i {
    transform: scale(1.1) rotate(10deg);
}

/* Premium Card Enhancements */
.premium-card {
    border: 2px solid rgba(255, 215, 0, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, #fffef7 100%);
}

.premium-card::before {
    background: linear-gradient(90deg, #ffd700, #ffed4e, #ffd700, #ff6b6b);
}

.premium-card:hover {
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 20px 60px rgba(255, 215, 0, 0.2);
}

.premium-card .btn-modern-bid {
    background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
    color: #2c3e50;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.premium-card .btn-modern-bid:hover {
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 100%);
    color: #2c3e50;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
}

.premium-card .modern-media-indicator {
    background: rgba(255, 215, 0, 0.9);
    color: #2c3e50;
}

.premium-card .modern-media-indicator:hover {
    background: rgba(255, 215, 0, 1);
}

.premium-card .auction-category i,
.premium-card .auction-location i {
    color: #ffd700;
}

.premium-card .auction-category:hover i,
.premium-card .auction-location:hover i {
    color: #ffb347;
}

/* Responsive Design */
@media (max-width: 768px) {
    #modern-auctions-container,
    #modern-premium-container {
        padding: 60px 0;
    }
    
    .auctions-title {
        font-size: 28px;
    }
    
    .modern-auction-card {
        margin-bottom: 25px;
    }
    
    .auction-thumbnail img {
        height: 180px;
    }
    
    .auction-content {
        padding: 15px;
    }
    
    .btn-modern-bid {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/** Modern Auth Pages */
.modern-auth-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding-top: 150px;
    padding-bottom: 50px;
}

/* Background elements removed for clean white background */

.modern-auth-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}

.auth-header {
    text-align: center;
    margin-bottom: 20px;
}

.auth-logo {
    margin-bottom: 15px;
}

.auth-logo-img {
    max-height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

.auth-logo-img:hover {
    transform: scale(1.05);
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.auth-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
    font-weight: 400;
}

.social-login-section {
    margin-bottom: 20px;
}

.auth-divider {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.auth-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e9ecef;
}

.auth-divider span {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.modern-auth-form {
    margin-bottom: 20px;
}

.form-group-modern {
    margin-bottom: 20px;
    position: relative;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    z-index: 2;
    transition: color 0.3s ease;
}

.form-control-modern {
    width: 100%;
    padding: 16px 16px 16px 48px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 16px;
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.form-control-modern:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-control-modern:focus + .floating-label,
.form-control-modern:not(:placeholder-shown) + .floating-label {
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #007bff;
    background: #ffffff;
    padding: 0 8px;
}

.form-control-modern:focus ~ .input-icon {
    color: #007bff;
}

.floating-label {
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.password-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #007bff;
}

.form-group-modern.has-error .form-control-modern {
    border-color: #dc3545;
}

.form-group-modern.has-error .input-icon {
    color: #dc3545;
}

.form-group-modern.has-error .floating-label {
    color: #dc3545;
}

.error-message {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #dc3545;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
}

.error-message i {
    font-size: 12px;
}

.recaptcha-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.btn-modern-auth {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.btn-modern-auth::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-modern-auth:hover::before {
    left: 100%;
}

.btn-modern-auth:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4);
}

.btn-modern-auth .btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.3s ease;
}

.btn-modern-auth .btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-modern-auth.loading .btn-text {
    opacity: 0;
}

.btn-modern-auth.loading .btn-loader {
    opacity: 1;
}

.auth-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.auth-footer p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}

.auth-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.auth-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    flex-wrap: wrap;
    gap: 10px;
}

.remember-me {
    display: flex;
    align-items: center;
}

.modern-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #6c757d;
    position: relative;
}

.modern-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.modern-checkbox:hover .checkmark {
    border-color: #007bff;
}

.modern-checkbox input:checked ~ .checkmark {
    background: #007bff;
    border-color: #007bff;
}

.modern-checkbox input:checked ~ .checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-text {
    font-weight: 500;
    user-select: none;
}

.forgot-password {
    margin-left: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-auth-section {
        padding-top: 120px;
        padding-bottom: 30px;
    }
    
    .modern-auth-card {
        padding: 30px 25px;
        border-radius: 16px;
    }
    
    .auth-title {
        font-size: 24px;
    }
    
    .auth-subtitle {
        font-size: 14px;
    }
    
    .form-control-modern {
        padding: 14px 14px 14px 44px;
        font-size: 16px;
    }
    
    .floating-label {
        left: 44px;
        font-size: 14px;
    }
    
    .input-icon {
        left: 14px;
        font-size: 14px;
    }
    
    .password-toggle {
        right: 14px;
        font-size: 14px;
    }
    
    .btn-modern-auth {
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .auth-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .forgot-password {
        margin-left: 0;
    }
}

/** Modern Dashboard */
.modern-dashboard {
    min-height: 100vh;
    background: #f8f9fa;
    padding-top: 0;
}

.dashboard-container {
    display: flex;
    min-height: calc(100vh - 70px);
}

/* Modern Sidebar */
.modern-sidebar {
    width: 280px;
    background: #ffffff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 1000;
    transition: all 0.3s ease;
}

.modern-sidebar.collapsed {
    width: 70px;
}

.sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sidebar-logo-img {
    width: 32px;
    height: auto;
}

.sidebar-brand {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    transition: opacity 0.3s ease;
}

.modern-sidebar.collapsed .sidebar-brand {
    opacity: 0;
    width: 0;
}

.sidebar-toggle {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.sidebar-toggle:hover {
    background: #f8f9fa;
    color: #007bff;
}

.sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item {
    margin-bottom: 4px;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    background: #f8f9fa;
    color: #007bff;
    text-decoration: none;
}

.nav-link.active {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
}

.nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ffd700;
}

.nav-link i {
    width: 20px;
    font-size: 16px;
    margin-right: 12px;
    text-align: center;
}

.nav-text {
    flex: 1;
    transition: opacity 0.3s ease;
}

.modern-sidebar.collapsed .nav-text {
    opacity: 0;
    width: 0;
}

.nav-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.nav-badge {
    background: #007bff;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
}

.nav-divider {
    padding: 20px 20px 10px;
    margin-bottom: 10px;
}

.nav-divider span {
    font-size: 12px;
    font-weight: 600;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.nav-item.open .nav-submenu {
    max-height: 300px;
}

.submenu-link {
    display: block;
    padding: 8px 20px 8px 52px;
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.submenu-link:hover {
    background: #f8f9fa;
    color: #007bff;
    text-decoration: none;
}

.sidebar-footer {
    padding: 20px;
    border-top: 1px solid #e9ecef;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
}

.profile-info {
    flex: 1;
    transition: opacity 0.3s ease;
}

.modern-sidebar.collapsed .profile-info {
    opacity: 0;
    width: 0;
}

.profile-name {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.2;
}

.profile-role {
    font-size: 12px;
    color: #6c757d;
}

/* Dashboard Main Content */
.dashboard-main {
    flex: 1;
    margin-left: 280px;
    padding: 30px;
    transition: margin-left 0.3s ease;
}

.modern-dashboard.sidebar-collapsed .dashboard-main {
    margin-left: 70px;
}

.dashboard-header {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 8px 0;
}

.dashboard-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.user-details {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.2;
}

.user-role {
    font-size: 14px;
    color: #6c757d;
}

/* Alert Messages */
.alert-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 500;
}

.alert-modern.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-modern.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Stats Cards */
.dashboard-stats {
    margin-bottom: 30px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.stat-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #6c757d;
}

.stat-icon i {
    font-size: 24px;
    color: #6c757d;
    display: inline-block;
}

.stat-icon .fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.stat-content {
    flex: 1;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.stat-trend {
    font-size: 18px;
    color: #28a745;
}

/* Table Action Buttons */
table .btn {
    padding: 8px 12px;
    font-size: 14px;
    min-width: 40px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

table .btn i {
    font-size: 16px;
}

table .btn-danger {
    background: #ffffff;
    color: #dc3545;
    border: 2px solid #dc3545;
}

table .btn-danger:hover {
    background: #dc3545;
    color: #ffffff;
}

table .btn-info, table .btn-primary {
    background: #ffffff;
    color: #007bff;
    border: 2px solid #007bff;
}

table .btn-info:hover, table .btn-primary:hover {
    background: #007bff;
    color: #ffffff;
}

table .btn-warning {
    background: #ffffff;
    color: #ffc107;
    border: 2px solid #ffc107;
}

table .btn-warning:hover {
    background: #ffc107;
    color: #212529;
}

table .btn-success {
    background: #ffffff;
    color: #28a745;
    border: 2px solid #28a745;
}

table .btn-success:hover {
    background: #28a745;
    color: #ffffff;
}

/* Modern Tables */
.dashboard-tables {
    display: grid;
    gap: 30px;
}

.modern-table-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.table-header {
    padding: 25px 30px;
    border-bottom: 1px solid #e9ecef;
}

.table-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-content {
    padding: 0;
}

.modern-table {
    display: flex;
    flex-direction: column;
}

.table-row {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #f8f9fa;
    transition: background 0.3s ease;
}

.table-row:hover {
    background: #f8f9fa;
}

.table-row:last-child {
    border-bottom: none;
}

.sender-info {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 250px;
}

.sender-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
}

.sender-details {
    display: flex;
    flex-direction: column;
}

.sender-name {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.2;
}

.sender-email {
    font-size: 12px;
    color: #6c757d;
    margin: 2px 0;
}

.sender-time {
    font-size: 11px;
    color: #adb5bd;
}

.message-content {
    flex: 1;
    font-size: 14px;
    color: #495057;
    line-height: 1.4;
}

.report-info {
    min-width: 200px;
}

.report-reason {
    font-size: 14px;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 4px;
}

.report-email {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 2px;
}

.report-time {
    font-size: 11px;
    color: #adb5bd;
}

.report-message {
    flex: 1;
    font-size: 14px;
    color: #495057;
    margin: 0 20px;
}

.report-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.action-btn.view {
    background: #e3f2fd;
    color: #1976d2;
}

.action-btn.view:hover {
    background: #bbdefb;
    text-decoration: none;
}

.action-btn.reports {
    background: #ffebee;
    color: #d32f2f;
}

.action-btn.reports:hover {
    background: #ffcdd2;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .modern-sidebar {
        transform: translateX(-100%);
        z-index: 1002;
    }
    
    .modern-sidebar.open {
        transform: translateX(0);
    }
    
    .dashboard-main {
        margin-left: 0;
        padding: 20px;
    }
    
    .header-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .dashboard-title {
        font-size: 24px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .table-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
    }
    
    .sender-info,
    .report-info {
        min-width: auto;
        width: 100%;
    }
    
    .report-message {
        margin: 0;
        width: 100%;
    }
    
    .report-actions {
        flex-direction: row;
        width: 100%;
    }
}

/** Home Featured box */

/**
Page header
 */

.page-header {
    background: #eeeeee;
    padding: 30px 0;
    margin-top: 0;
}
.page-header h2 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
}
/**
Category page
 */

.all-categories{
    padding: 20px 0;
}
.single-category-title {
    font-size: 16px;
    padding: 5px 0;
}
/** Post ad */
#post-new-ad {
    margin-top: 120px;
    padding-top: 30px;
}
#post-new-ad .form-control{
    background: #f9f9f9;
}
#post-new-ad label{
    font-weight: 300;
}
.no-login-info{
    margin-top: 20px;
}
#post-new-ad legend {
    margin: 10px 0 20px;
    padding: 10px 0;
}
/**
Home search box
 */
.home-top-searchbar {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}
.home-top-searchbar::before{
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(at center bottom, #b185a7 12%, #f0ad4e) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(at center bottom , #b185a7 12%, #f0ad4e) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
.home-search-wrap {
    display: table;
    width: 100%;
    height: 300px;
}

.home-search-section-inner{
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}
.home-search-section-inner h1{
    margin-top: 0;
}
.home-search-section-inner p{
    margin-bottom: 15px;
    font-size: 16px;
}
.home-search-section-inner .form-control{
    height: 50px;
    width: 100%;
    border: none;
    padding-left: 30px;
}
.home-search-section-inner .form-control:focus{
    box-shadow: none;
}
.home-search-section-inner .form-group{
    min-width: 250px;
    margin-right: -4px;
    border-right: 1px solid #dddddd;
    position: relative;
}

.home-search-section-inner .form-group:last-child{
    border-right: none;
}
.home-search-section-inner .form-group i.fa {
    color: #999999;
    left: 10px;
    position: absolute;
    top: 37%;
    z-index: 9;
}
.home-search-section-inner .select2-selection--single{
    height: 50px;
    border: none;
    text-align: left;
    padding-left: 30px;
    border-radius: 0;
    line-height: 50px;
    background-image: none;
    box-shadow: none;
}
.home-search-section-inner .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
    color: #999999;
}
.home-search-section-inner  .select2-container--default .select2-selection--single .select2-selection__arrow{
    border: none;
    background: none;
    top: 13px;
}
.home-search-section-inner .select2-container--open .select2-dropdown{
    color: #999999;
}
.btn-search {
    background: #b185a7;
    color: #ffffff;
    border: none;
    height: 50px;
    -webkit-transition: all 0.25s linear 0s;
            transition: all 0.25s linear 0s;
}

.btn-search:hover {
    color: #ffffff;
    background: #8d6b94;
}

/**
Search page
 */
.search-box-wrap  .home-search-section-inner{
    display: block;
}
.search-page-header{
    margin-bottom: 0;
    border-bottom: 1px solid #f7f7f7;
}
.search-box-wrap{
    padding: 20px 0;
    background: #eeeeee;
    border-top: 1px solid #dedede;
}
.search-sub-category {
    margin-top: 20px;
    margin-bottom: 10px;
}
.search-category-title {
    margin-bottom: 5px;
}
.item-view-switch {
    text-align: right;
}
.item-view-switch a {
    color: #666666;
    font-size: 21px;
}


.item-loop-list .caption {
    width: 70%;
    display: inline-block;
}
.item-loop-list .post-card-footer{
    width: 27%;
    text-align: right;
    display: inline-block;
}
.item-loop-list .post-card-caption-title{
    width: 44%;
    display: inline-block;
    margin-bottom: 0;
    height: auto;
}
.item-loop-list .post-card-category{
    width: 44%;
    display: inline-block;
    border-top: none;
    line-height: unset;
    height: auto;
}
.item-loop-list .post-card-premium{
    right: -29px;
}
.item-loop-list .post-card-footer{
    background-color: unset;
    border-top: none;
}
.item-loop-list .post-card, .item-loop-list-thumb .post-card{
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
}
.item-loop-list .post-card-caption-title .post-card-title {
    color: #666666;
    font-weight: bold;
}

.item-loop-list-thumb .post-card{
    margin-bottom: 15px;
}
.item-loop-list-thumb .post-card{
    height: 83px;
}
.item-loop-list-thumb .post-card .post-thumbnail{
    max-width: 100px;
    height: auto;
    float: left;
}
.item-loop-list-thumb .post-card .caption{
    width: 60%;
    float: left;
}
.item-loop-list-thumb .post-card .post-card-footer{
    width: 20%;
    float: right;
}
.item-loop-list-thumb .post-card .post-card-category{
    border-top: none;
}

.item-loop-list-thumb .post-card .post-card-caption-title{
    height: auto;
}

/** Search filter bar */
.listingTopFilterBar {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 10px;
    min-height: 50px;
}
ul.filterAdType {
    margin: 0 0 0 3px;
    padding: 0;
}
ul.filterAdType li {
    display: inline-block;
    list-style: outside none none;
    margin-left: -3px;
}
ul.filterAdType li a {
    color: #777777;
    display: block;
    line-height: 48px;
    padding: 0 20px;
}
ul.filterAdType li.active a, ul.filterAdType li a:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #000;
}
ul.listingViewIcon li {
    display: inline-block;
    list-style: outside none none;
}
ul.listingViewIcon li a {
    color: #777777;
    line-height: 50px;
    padding: 0 10px;
}
ul.listingViewIcon li a:hover {
    color: #000000;
}
ul.listingViewIcon li.shortByListingLi ul li {
    display: block;
}
ul.listingViewIcon li.shortByListingLi ul li a {
    line-height: 30px;
}

.itemViewFilterWrap {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
/*
Ad box
*/
.modern-img-indicator{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.2);
    font-size: 11px;
    padding: 5px;
    color: #ffffff;
}
#regular-ads-container{
    padding: 20px 0;
    background: #f9f9f9;
}
#premium-ads-container{
    padding: 20px 0;
}
.front-ads-head {
    margin-bottom: 20px;
}
.post-card {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 20px;
}
.post-card .post-thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 3px 3px 0 0;
    height: 158px;
}
.post-card .caption {
    background: #fff none repeat scroll 0 0;
    padding: 7px 10px;
}
.post-card-caption-title {
    height: 32px;
    margin-bottom: 5px;
    overflow: hidden;
}
.front-ads-head > h2 {
    padding-bottom: 15px;
    font-size: 25px;
    margin: 0;
    color: #444444;
}
.post-card-caption-title .post-card-title {
    color: #666666;
}
.post-card-category {
    font-size: 11px;
    height: 30px;
    border-top: 1px solid #e7e7e7;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-card-footer {
    background-color: #f6f6f6;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 1px 0 0 #fff inset;
    padding: 5px 8px;
    position: relative;
}
.post-card-price {
    font-size: 12px;
}
.post-card-premium i {
    margin-top: 7px;
    color: #f21aa5;
}
.post-card-premium {
    border-left: 1px solid #ddd;
    color: #aaa;
    cursor: default;
    height: 28px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    -webkit-transition: color 0.15s linear 0s;
            transition: color 0.15s linear 0s;
    width: 29px;
}
.post-card-premium img {
    max-height: 25px;
    width: auto;
}
/**
Countries
 */

.country-name{
    margin-bottom: 10px;
    font-size: 16px;
}
.country-name a{
    color: #777777;
}
/**
Create ad
 */
.image-ad-more-wrap {
    margin-top: 20px;
}
.upload-images-input-wrap .form-control {
    margin-top: 10px;
}
/** Modern Footer */
#modern-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    position: relative;
    overflow: hidden;
}

#modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footerPattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23footerPattern)"/></svg>') repeat;
    pointer-events: none;
}

.footer-main {
    padding: 60px 0 40px;
    position: relative;
    z-index: 1;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo-img {
    max-height: 60px;
    width: auto;
    transition: all 0.3s ease;
    filter: brightness(1.1);
}

.footer-logo-img:hover {
    transform: scale(1.05);
    filter: brightness(1.3);
}

.footer-brand h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.footer-brand h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 2px;
}

.footer-description {
    color: #bdc3c7;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 300px;
}

.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #007bff;
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #bdc3c7;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-links li a:hover {
    color: #007bff;
    transform: translateX(5px);
}

.footer-links li a::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #007bff;
    transition: width 0.3s ease;
}

.footer-links li a:hover::before {
    width: 10px;
}

/* Modern Social Links */
.footer-social-modern {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.social-link:hover::before {
    transform: scale(1);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.social-link.facebook { background: #3b5998; }
.social-link.twitter { background: #1da1f2; }
.social-link.linkedin { background: #0077b5; }
.social-link.youtube { background: #ff0000; }
.social-link.google { background: #dd4b39; }
.social-link.dribbble { background: #ea4c89; }

/* Contact Info */
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #bdc3c7;
    font-size: 15px;
}

.contact-item i {
    width: 20px;
    color: #007bff;
    font-size: 16px;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.footer-copyright {
    margin: 0;
}

.footer-copyright p {
    color: #95a5a6;
    font-size: 14px;
    margin: 0;
}

.footer-bottom-links {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.footer-bottom-links a {
    color: #95a5a6;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #007bff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0 30px;
    }
    
    .footer-brand h3 {
        font-size: 24px;
    }
    
    .footer-description {
        max-width: 100%;
    }
    
    .footer-social-modern {
        justify-content: center;
        margin-top: 20px;
    }
    
    .footer-bottom-links {
        text-align: center;
        justify-content: center;
        margin-top: 15px;
    }
    
    .footer-copyright {
        text-align: center;
    }
}

/* Legacy Footer Styles (keeping for compatibility) */
ul.footer-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.footer-menu li{
    display: inline-block;
}
ul.footer-menu li a{
    padding: 0 10px;
}
.footer-social-links ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-social-links ul li {
    display: inline-block;
}
.footer-social-links ul li a {
    font-size: 16px;
    margin: 0 5px;
}

.no-content-wrap{
    padding: 100px 0;
    text-align: center;
}
.no-content-wrap h2{
    color: #cccccc;
}

.error-404-wrap {
    padding: 100px 0;
    text-align: center;
}

/** Single ad page */
.single-auction-wrap {
    margin-top: 20px;
}
.ads-detail {
    margin-top: 20px;
}
.ads-detail-title {
    color: #cccccc;
}

.widget {
    background: #fafafa;
    box-shadow: 0 0 0 1px #e2e2e2 inset;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}
.widget h3 {
    color: #666666;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
}
.ad-info-name{
    width: 120px;
    font-weight: 400;
}
.ad-info-value, .ad-info-name{
    display: table-cell;
}

.ad-action-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.ad-action-list li a {
    display: block;
    margin-bottom: 5px;
}
.sidebar-user-info{
    margin-bottom: 20px;
}
.ad-single-user-avatar, .ad-single-user-info{
    display: table-cell;
    vertical-align: top;
}
.ad-single-user-avatar {
    max-width: 50px;
}
.ad-single-user-info{
    padding-left: 10px;
}
.ad-single-user-info h5 {
    margin: 0 0 10px;
}
.similar-ads .post-card{
    box-shadow: none;
}
.post-ad-call-to-cation {
    text-align: center;
    padding: 20px 0 40px;
    color: #727272;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.company-name{
    color: #008c23;
}
/** Modern Features Section */
.modern-features-section {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.modern-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.02) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 123, 255, 0.02) 100%);
    pointer-events: none;
}

.features-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.features-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.features-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 2px;
}

.features-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin: 0;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.modern-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 123, 255, 0.1);
}

.modern-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #28a745, #ffc107, #dc3545);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.modern-feature-card:hover::before {
    transform: scaleX(1);
}

.modern-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 123, 255, 0.15);
    border-color: rgba(0, 123, 255, 0.2);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    transition: all 0.4s ease;
}

.modern-feature-card:hover .feature-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.feature-icon-wrapper i {
    font-size: 32px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.modern-feature-card:hover .feature-icon-wrapper i {
    transform: scale(1.1);
}

.feature-content {
    position: relative;
}

.feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.modern-feature-card:hover .feature-title {
    color: #007bff;
}

.feature-description {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Modern CTA Buttons */
.features-cta {
    text-align: center;
    position: relative;
    z-index: 1;
}

.btn-modern {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.btn-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-modern:hover::before {
    left: 100%;
}

.btn-modern-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.btn-modern-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4);
    color: #ffffff;
}

.btn-modern-secondary {
    background: #ffffff;
    color: #007bff;
    border-color: #007bff;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.1);
}

.btn-modern-secondary:hover {
    background: #007bff;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.3);
}

.btn-modern i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-modern:hover i {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-features-section {
        padding: 60px 0;
    }
    
    .features-title {
        font-size: 28px;
    }
    
    .modern-feature-card {
        padding: 30px 20px;
    }
    
    .feature-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .feature-icon-wrapper i {
        font-size: 24px;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
    .btn-modern {
        padding: 12px 25px;
        font-size: 14px;
        margin: 5px;
        display: block;
        width: 200px;
        margin: 10px auto;
    }
}

/* Legacy styles for compatibility */
.footer-features{
    background: #f6f6f6;
    padding: 30px 0 50px;
    text-align: center;
}
.icon-text-feature{
    color: #727272;
    font-size: 25px;
    font-weight: 300;
    margin: 10px 0 20px;
}
.icon-text-feature i{
    color: #3e8f3e;
}
.list-group-item {
    border: 0;
    border-radius: 0 !important;
    color: #666666;
    font-size: 14px;
    background-color: transparent;
}
.cars-vehicles-summery {
    background: #f4f4f4 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 10px 0;
}
input#bid_amount {
    max-width: 150px;
}
/*
Auth Form
 */
.register-form, .login-form, .reset-password-form{
    margin: 50px 0;
}
#page-wrapper h1.page-header{
    padding: 10px;
    font-size: 25px;
}

/**
Admin
 */

img.thumb-listing-table{
    max-width: 100px;
    height: auto;
}
#side-menu a {
    font-size: 15px;
}
#side-menu li .label {
    position: absolute;
    right: 25px;
}

/** Google map */
.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-size: 13px;
    font-weight: 300;
}
#target {
    width: 345px;
}
#dvMap {
    height: 100%;
}


/** ====================
 * Comments
 =======================*/
.comments-container {
    margin: 20px auto 15px;
    /*width: 768px;*/
}

.comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}

.comments-list {
    position: relative;
    padding: 0;
    margin: 0;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 0;
    top: 0;
}

.comments-list:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border: 2px solid #dee1e3;
    border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -30px;
}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 30px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 40px;
    height: 40px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
    width: 90%;
    float: right;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0,0,0,0.05);
    left: -12px;
}

.reply-list .comment-box {
    width: 90%;
}
.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin: 0 10px 0 0;
}

.comment-box .comment-name a {
    color: #283035;
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    border-radius: 0 0 4px 4px;
}
.post-comments-form, .reply_form_box {
    background: #f4f4f4 none repeat scroll 0 0;
    margin: 20px 0;
    padding: 20px;
    position: relative;
}
.text-danger.reply_form_remove {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px 10px;
    position: absolute;
    right: 20px;
    top: 20px;
}
/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
    .comments-container {
        width: 100%;
    }

    .comments-list .comment-box {
        width: 90%;
    }

    .reply-list .comment-box {
        width: 90%;
    }
}


@media (max-width:991px){
    .home-top-searchbar, .home-search-wrap{
        height: 400px;
    }
    .home-search-section-inner .form-group{
        margin-bottom: 10px;
        clear: both;
        display: block;
    }
    .home-search-section-inner .select2-container{
        width: 100% !important;
    }
}


/* Devices --- */
.demobar {
    background: #222 none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ccc;
    position: relative;
    z-index: 2;
    padding: 5px 0;
    text-align: center;
}

/**
Auction
 */

#sub-header {
    width: 100%;
    height: 60px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    #sub-header {
        height: 100px;
    }
    
    .navbar-default {
        top: 100px;
    }
    
    .page_wrapper {
        padding-top: 180px;
    }
}
#sub-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sub-header ul li {
    display: inline-block;
    padding: 15px 8px;
}
#sub-header ul li a {
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Social media icons styling */
#sub-header .social-icons ul li a {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}
#sub-header ul li a:hover {
    color: #ffd700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Social media icons hover effects */
#sub-header .social-icons ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

#sub-header .social-icons ul li a:hover::before {
    transform: scale(1);
}

#sub-header .social-icons ul li a:hover {
    color: #ffffff;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border: none;
}

/* Social Media Brand Colors on Hover */
#sub-header .social-icons ul li a[href*="facebook"]:hover {
    background: #3b5998;
}

#sub-header .social-icons ul li a[href*="facebook"]:hover::before {
    background: rgba(255, 255, 255, 0.1);
}

#sub-header .social-icons ul li a[href*="twitter"]:hover {
    background: #1da1f2;
}

#sub-header .social-icons ul li a[href*="twitter"]:hover::before {
    background: rgba(255, 255, 255, 0.1);
}

#sub-header .social-icons ul li a[href*="linkedin"]:hover {
    background: #0077b5;
}

#sub-header .social-icons ul li a[href*="linkedin"]:hover::before {
    background: rgba(255, 255, 255, 0.1);
}

#sub-header .social-icons ul li a[href*="youtube"]:hover {
    background: #ff0000;
}

#sub-header .social-icons ul li a[href*="youtube"]:hover::before {
    background: rgba(255, 255, 255, 0.1);
}

#sub-header .social-icons ul li a[href*="google"]:hover,
#sub-header .social-icons ul li a[href*="plus.google"]:hover {
    background: #dd4b39;
}

#sub-header .social-icons ul li a[href*="google"]:hover::before,
#sub-header .social-icons ul li a[href*="plus.google"]:hover::before {
    background: rgba(255, 255, 255, 0.1);
}

#sub-header .social-icons ul li a[href*="dribbble"]:hover {
    background: #ea4c89;
}

#sub-header .social-icons ul li a[href*="dribbble"]:hover::before {
    background: rgba(255, 255, 255, 0.1);
}
#sub-header .right-info {
    float: right;
}
#sub-header .right-info > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sub-header .right-info > ul > li {
    padding: 18px 18px;
    font-size: 12px;
    border-right: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
}
#sub-header .right-info > ul > li em {
    font-style: normal;
    font-weight: 700;
}
#sub-header .right-info > ul > li a {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    transition: all 0.3s ease;
}
#sub-header .right-info > ul > li a:hover {
    color: #ffd700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#sub-header .right-info > ul > li:last-child {
    border-right: none;
}
#sub-header .right-info .dropdown-menu{
    z-index: 9999;
}

#sub-header .right-info .dropdown-menu li {
    padding: 0;
    display: block;
}

#sub-header .right-info .dropdown-menu li a {
    padding: 10px 5px;
}

.nav-sarchbar li:last-child .showLink {
    position: relative;
}
.nav-sarchbar li:last-child .hideLink {
    position: absolute;
    top: 0;
    right: 0;
}
#navbar-search-wrap {
    position: relative;
    display: inline-block;
}

.nav-sarchbar li:last-child #navbar-search-wrap input {
    background-color: #f8f9fa;
    border-radius: 25px;
    border: 2px solid #e9ecef;
    height: 42px;
    width: 0;
    opacity: 0;
    padding: 0;
    outline: none;
    font-size: 14px;
    color: #495057;
    transition: all 0.4s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    position: absolute;
    right: 50px;
    top: 12px;
}

.nav-sarchbar li:last-child #navbar-search-wrap.active input {
    width: 260px;
    opacity: 1;
    padding-left: 18px;
    padding-right: 50px;
}

.nav-sarchbar li:last-child #navbar-search-wrap input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    background-color: #ffffff;
}

.nav-sarchbar li:last-child #navbar-search-wrap input::placeholder {
    color: #6c757d;
    font-weight: 400;
}
.nav-sarchbar li:last-child .search-icon {
    margin-top: 22px;
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background-color: #007bff;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
}

.nav-sarchbar li:last-child .search-icon:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

.nav-sarchbar li:last-child #navbar-search-wrap.active .search-icon {
    background-color: #dc3545;
}

.nav-sarchbar li:last-child #navbar-search-wrap.active .search-icon:hover {
    background-color: #c82333;
}

.nav-sarchbar li:last-child #navbar-search-wrap.active .search-icon i:before {
    content: '\f00d';
}
.countdown{
    padding: 5px;
    font-size: 14px;
    text-align: center;
}
.place-bid-btn{
    text-align: center;
}

/* Modern Action Buttons with Hover Tooltips */
.action-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.action-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.action-btn.btn-edit {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
}

.action-btn.btn-edit:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    color: #ffffff;
}

.action-btn.btn-delete {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #ffffff;
}

.action-btn.btn-delete:hover {
    background: linear-gradient(135deg, #c82333 0%, #a71e2a 100%);
    color: #ffffff;
}

.action-btn.btn-approve {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #ffffff;
}

.action-btn.btn-approve:hover {
    background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
    color: #ffffff;
}

.action-btn.btn-block {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #212529;
}

.action-btn.btn-block:hover {
    background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%);
    color: #212529;
}

.action-btn.btn-info {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: #ffffff;
}

.action-btn.btn-info:hover {
    background: linear-gradient(135deg, #138496 0%, #0f6674 100%);
    color: #ffffff;
}

/* Tooltip Styles */
.action-btn::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1000;
    margin-bottom: 8px;
}

.action-btn::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1000;
    margin-bottom: 3px;
}

.action-btn:hover::before,
.action-btn:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Table Action Cell Styling */
.table td .action-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .action-btn {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    .action-buttons {
        gap: 6px;
    }
}

/* Modern Contact Page Styles */
.modern-contact-hero {
    min-height: 60vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.modern-contact-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.modern-contact-hero .hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contactPattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23contactPattern)"/></svg>') repeat;
    animation: float 20s ease-in-out infinite;
}

.modern-contact-hero .hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.modern-contact-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.modern-contact-hero .hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.modern-contact-hero .hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Methods Section */
.contact-methods-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-method-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 123, 255, 0.1);
}

.contact-method-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #28a745, #ffc107);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.contact-method-card:hover::before {
    transform: scaleX(1);
}

.contact-method-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 123, 255, 0.15);
    border-color: rgba(0, 123, 255, 0.3);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

.contact-method-card:hover .contact-icon {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.contact-icon i {
    font-size: 28px;
    color: #ffffff;
}

.contact-method-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.contact-info p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #495057;
}

.contact-info a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #0056b3;
}

.contact-info small {
    color: #6c757d;
    font-size: 14px;
}

/* Contact Form Section */
.contact-form-section {
    padding: 80px 0;
    background: #ffffff;
}

.contact-form-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 123, 255, 0.1);
}

.form-header {
    margin-bottom: 30px;
}

.form-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.form-header p {
    color: #6c757d;
    font-size: 16px;
    margin: 0;
}

.modern-contact-form .form-row {
    margin-bottom: 25px;
}

.modern-contact-form .form-group {
    margin-bottom: 0;
}

.modern-contact-form label {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    display: block;
}

.modern-contact-form .required {
    color: #dc3545;
}

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    z-index: 2;
}

.modern-contact-form .form-control {
    padding: 15px 15px 15px 45px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.modern-contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    background: #ffffff;
    outline: none;
}

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

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.form-actions {
    margin-top: 30px;
}

.btn-send-message {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.btn-send-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-send-message:hover::before {
    left: 100%;
}

.btn-send-message:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4);
}

/* Map Section */
.map-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 123, 255, 0.1);
    height: 100%;
}

.map-header {
    margin-bottom: 20px;
}

.map-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.map-header p {
    color: #6c757d;
    margin: 0;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-contact-hero {
        padding: 60px 0;
        min-height: 50vh;
    }
    
    .modern-contact-hero .hero-title {
        font-size: 32px;
    }
    
    .modern-contact-hero .hero-description {
        font-size: 16px;
    }
    
    .contact-methods-section {
        padding: 60px 0;
    }
    
    .contact-method-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .contact-form-section {
        padding: 60px 0;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .form-header h2 {
        font-size: 24px;
    }
    
    .map-wrapper {
        padding: 20px;
        margin-top: 30px;
    }
    
    .map-container {
        height: 300px;
    }
}

/* ===================================
   Modern Single Page Styles
   =================================== */

/* Modern Page Hero Section */
.modern-page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    margin-top: -20px;
}

.modern-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.modern-page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.page-hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-hero-subtitle {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 30px;
    line-height: 1.6;
}

.page-breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 24px;
    border-radius: 50px;
    display: inline-block;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-breadcrumb a:hover {
    color: white;
}

.page-breadcrumb .separator {
    margin: 0 10px;
    opacity: 0.6;
}

/* Modern Content Section */
.modern-page-content {
    padding: 80px 0;
    background: #f8f9fa;
    min-height: 60vh;
}

.page-content-wrapper {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
}

.content-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px 50px 30px;
    border-bottom: 1px solid #e9ecef;
}

.content-title {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
}

.content-meta {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 14px;
}

.meta-item i {
    color: #007bff;
}

.content-body {
    padding: 50px;
    line-height: 1.8;
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
    color: #2c3e50;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.content-body h1 {
    font-size: 28px;
    border-bottom: 3px solid #007bff;
    padding-bottom: 10px;
}

.content-body h2 {
    font-size: 24px;
    color: #495057;
}

.content-body h3 {
    font-size: 20px;
    color: #6c757d;
}

.content-body p {
    font-size: 16px;
    color: #495057;
    margin-bottom: 20px;
    text-align: justify;
}

.content-body ul,
.content-body ol {
    margin: 20px 0;
    padding-left: 30px;
}

.content-body li {
    margin-bottom: 8px;
    color: #495057;
    line-height: 1.6;
}

.content-body blockquote {
    background: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 20px 30px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #6c757d;
}

.content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.content-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.content-body th,
.content-body td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.content-body th {
    background: #f8f9fa;
    font-weight: 600;
    color: #495057;
}

.content-body code {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 14px;
    color: #e83e8c;
}

.content-body pre {
    background: #2d3748;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0;
}

.content-body pre code {
    background: none;
    color: inherit;
    padding: 0;
}

/* Content Actions */
.content-actions {
    padding: 30px 50px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.action-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.action-btn {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
}

.action-btn.primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
}

.action-btn.secondary {
    background: #6c757d;
    color: white;
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: white;
}

.share-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.share-btn.facebook {
    background: #3b5998;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn:hover {
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

/* Reading Progress Bar */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #28a745);
    z-index: 9999;
    transition: width 0.3s ease;
}

/* Table of Contents */
.table-of-contents {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    position: sticky;
    top: 100px;
}

.toc-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 8px;
}

.toc-list a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

.toc-list a:hover {
    color: #007bff;
    padding-left: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-page-hero {
        padding: 60px 0 40px;
    }
    
    .page-hero-title {
        font-size: 32px;
    }
    
    .page-hero-subtitle {
        font-size: 16px;
    }
    
    .modern-page-content {
        padding: 40px 0;
    }
    
    .content-header,
    .content-body,
    .content-actions {
        padding: 30px 25px;
    }
    
    .content-title {
        font-size: 24px;
    }
    
    .content-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .content-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .action-buttons,
    .share-buttons {
        justify-content: center;
    }
    
    .table-of-contents {
        position: static;
        margin: 20px 0;
    }
}

/* ===================================
   Profile Avatar Dropdown Styles
   =================================== */

/* Style the profile dropdown menu text to be blue */
#sub-header .dropdown-menu li a {
    color: #007bff !important;
    transition: all 0.3s ease;
}

#sub-header .dropdown-menu li a:hover {
    color: #0056b3 !important;
    background-color: rgba(0, 123, 255, 0.1) !important;
}

/* ===================================
   Header Social Icons Styling
   =================================== */

/* Style the header social icons with brand colors */
#sub-header .social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

#sub-header .social-icons ul li {
    display: inline-block;
}

#sub-header .social-icons ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#sub-header .social-icons ul li a i {
    font-size: 16px;
    color: white;
    z-index: 2;
    position: relative;
}

/* Brand-specific colors for header social icons */
#sub-header .social-icons ul li a[href*="facebook"] {
    background: #3b5998;
}

#sub-header .social-icons ul li a[href*="twitter"] {
    background: #1da1f2;
}

#sub-header .social-icons ul li a[href*="linkedin"] {
    background: #0077b5;
}

#sub-header .social-icons ul li a[href*="youtube"] {
    background: #ff0000;
}

#sub-header .social-icons ul li a[href*="google"] {
    background: #dd4b39;
}

#sub-header .social-icons ul li a[href*="dribbble"] {
    background: #ea4c89;
}

/* Hover effects for header social icons */
#sub-header .social-icons ul li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#sub-header .social-icons ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

#sub-header .social-icons ul li a:hover::before {
    transform: scale(1);
}