/**
 * Sharrai.ae Homepage Optimized Styles
 * Extracted from inline styles for better caching and performance
 */

/* ============================================
   Hero Section RTL Fixes
   ============================================ */
[dir="rtl"] .hero-section {
    direction: ltr;
}

[dir="rtl"] .hero-section .hero-single {
    direction: rtl;
}

[dir="rtl"] .hero-slider,
[dir="rtl"] .hero-slider .owl-stage-outer,
[dir="rtl"] .hero-slider .owl-stage,
[dir="rtl"] .hero-slider .owl-item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

[dir="rtl"] .hero-single {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: inherit !important;
}

.hero-content {
    position: relative;
    z-index: 10;
}

[dir="rtl"] .hero-content {
    text-align: right;
    position: relative;
    z-index: 10;
}

[dir="rtl"] .hero-content .hero-btn {
    justify-content: flex-start;
}

[dir="rtl"] .hero-single .row {
    position: relative;
}

[dir="rtl"] .hero-single .col-lg-6:first-child {
    position: relative;
    z-index: 5;
}

[dir="rtl"] .hero-right {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    z-index: 1;
}

[dir="rtl"] .hero-img {
    position: relative;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
}

[dir="rtl"] .hero-img::before {
    display: none;
}

[dir="rtl"] .hero-img img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
}

[dir="rtl"] .owl-carousel .owl-item img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ============================================
   About Section - Professional Enhancement
   ============================================ */
.about-area {
    position: relative;
}

.about-left {
    position: relative;
}

.about-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.about-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid rgba(0, 122, 255, 0.1);
    border-radius: 20px;
    pointer-events: none;
    z-index: 1;
}

.about-img img {
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.about-left:hover .about-img img {
    transform: scale(1.03);
}

/* Experience Badge - Premium Design */
.about-experience {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 15px;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 16px;
    padding: 16px 24px 16px 16px;
    color: #ffffff;
    box-shadow:
        0 20px 40px -10px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    z-index: 10;
    animation: floatBadge 3s ease-in-out infinite;
}

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

.about-experience::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.about-experience b {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.about-experience-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007AFF;
    border-radius: 14px;
    font-size: 24px;
    color: #ffffff;
    box-shadow: 0 8px 20px -5px rgba(0, 122, 255, 0.5);
    position: relative;
    overflow: hidden;
}

.about-experience-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: iconShine 3s ease-in-out infinite;
}

@keyframes iconShine {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.about-experience-icon i {
    position: relative;
    z-index: 1;
}

/* About Right Content */
.about-right {
    padding-left: 40px;
}

.about-right .site-title-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 122, 255, 0.1);
    border: 1px solid rgba(0, 122, 255, 0.2);
    color: #007AFF;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.about-right .site-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.about-right .site-title span {
    color: #007AFF;
}

.about-text {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-list-wrapper {
    margin: 1.5rem 0;
}

.about-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #475569;
}

.about-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 2px;
    color: #007AFF;
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 991px) {
    .about-right {
        padding-left: 0;
        margin-top: 3rem;
    }

    .about-experience {
        top: 15px;
        left: 15px;
        padding: 12px 18px 12px 12px;
    }

    .about-experience-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .about-experience b {
        font-size: 0.9rem;
    }

    .about-right .site-title {
        font-size: 2rem;
    }
}

/* ============================================
   Counter/Stats Section - Premium Design
   ============================================ */
.counter-area {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    overflow: hidden;
    z-index: 1;
}

.counter-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/front/img/shape/01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
}

/* Decorative accent lines */
.counter-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #007AFF;
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    position: relative;
    z-index: 1;
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.counter-box:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(0, 122, 255, 0.3);
    transform: translateY(-5px);
}

.counter-box .icon {
    position: relative;
    text-align: center;
    font-size: 36px;
    border-radius: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #ffffff;
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%);
    box-shadow:
        0 15px 30px -10px rgba(0, 122, 255, 0.5),
        0 0 0 4px rgba(0, 122, 255, 0.2);
    transition: all 0.4s ease;
}

.counter-box:hover .icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow:
        0 20px 40px -10px rgba(0, 122, 255, 0.6),
        0 0 0 6px rgba(0, 122, 255, 0.3);
}

.counter-box .icon i {
    display: block;
    line-height: 80px;
}

.counter-box .counter {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #ffffff 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.counter-box .title {
    color: #94a3b8;
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* Divider between counters */
.counter-area .col-lg-3:not(:last-child) .counter-box::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.15), transparent);
}

/* Responsive */
@media (max-width: 991px) {
    .counter-area .counter-box {
        margin: 15px 0;
        padding: 2rem 1rem;
    }

    .counter-area .col-lg-3:not(:last-child) .counter-box::after {
        display: none;
    }

    .counter-box .counter {
        font-size: 2.5rem;
    }

    .counter-box .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }

    .counter-box .icon i {
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    .counter-box .counter {
        font-size: 2rem;
    }

    .counter-box .title {
        font-size: 0.9rem;
    }
}

/* ============================================
   Popular Brands Section - Premium Design
   ============================================ */
.car-brand {
    position: relative;
    overflow: hidden;
}

/* Section Header Enhancement */
.car-brand .site-heading {
    margin-bottom: 3rem;
}

.car-brand .site-title-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 122, 255, 0.1);
    border: 1px solid rgba(0, 122, 255, 0.2);
    color: #007AFF;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}

.car-brand .site-title-tagline i {
    font-size: 1rem;
}

.car-brand .site-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.car-brand .site-title span {
    color: #007AFF;
}

.car-brand .heading-divider {
    width: 80px;
    height: 4px;
    background: #007AFF;
    margin: 1rem auto 0;
    border-radius: 2px;
}

/* Brand Items Grid */
.brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    padding: 1.5rem 1rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.brand-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #007AFF;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.brand-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.brand-item:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 122, 255, 0.3);
    box-shadow:
        0 20px 40px -15px rgba(0, 122, 255, 0.2),
        0 10px 20px -10px rgba(0, 0, 0, 0.1);
}

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

.brand-item:hover::after {
    opacity: 1;
}

/* Brand Image */
.brand-img {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.brand-img img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: grayscale(30%);
}

.brand-item:hover .brand-img img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

/* Brand Name */
.brand-item h5 {
    margin: 0;
    margin-top: 0.75rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.brand-item:hover h5 {
    color: #007AFF;
}

/* Brand Placeholder for missing logos */
.brand-placeholder {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 12px;
    border: 2px dashed #cbd5e1;
}

.brand-name-placeholder {
    font-size: 0.7rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 5px;
}

/* Responsive */
@media (max-width: 991px) {
    .car-brand .site-title {
        font-size: 2rem;
    }

    .brand-item {
        padding: 1.25rem 0.75rem;
    }

    .brand-img {
        height: 80px;
    }

    .brand-img img {
        max-width: 60px;
        max-height: 60px;
    }
}

@media (max-width: 575px) {
    .car-brand .site-title {
        font-size: 1.75rem;
    }

    .brand-item {
        padding: 1rem 0.5rem;
        margin-bottom: 15px;
    }

    .brand-img {
        height: 70px;
    }

    .brand-img img {
        max-width: 50px;
        max-height: 50px;
    }

    .brand-item h5 {
        font-size: 0.8rem;
    }
}

/* ============================================
   Blog/News Section - Premium Design
   ============================================ */
.blog-area {
    position: relative;
    overflow: hidden;
}

/* Subtle pattern background */
.blog-area.bg-light {
    background-color: #f8fafc !important;
    background-image:
        url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e2e8f0' fill-opacity='0.5'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3C/g%3E%3C/svg%3E");
}

/* Section Header */
.blog-area .site-heading {
    margin-bottom: 3rem;
}

.blog-area .site-title-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 122, 255, 0.1);
    border: 1px solid rgba(0, 122, 255, 0.2);
    color: #007AFF;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}

.blog-area .site-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.blog-area .site-title span {
    color: #007AFF;
}

.blog-area .heading-divider {
    width: 80px;
    height: 4px;
    background: #007AFF;
    margin: 1rem auto 0;
    border-radius: 2px;
}

/* Blog Cards */
.blog-item {
    padding: 0;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-item:hover {
    transform: translateY(-10px);
    box-shadow:
        0 25px 50px -12px rgba(0, 122, 255, 0.15),
        0 12px 24px -8px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 122, 255, 0.2);
}

/* Blog Image */
.blog-item-img {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.blog-item-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.blog-item:hover .blog-item-img::before {
    opacity: 1;
}

.blog-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-item:hover .blog-item-img img {
    transform: scale(1.08);
}

/* Blog Info */
.blog-item-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Blog Meta */
.blog-item-meta {
    margin-bottom: 1rem;
}

.blog-item-meta ul {
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.blog-item-meta ul li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
}

.blog-item-meta ul li i {
    color: #007AFF;
    font-size: 0.9rem;
}

.blog-item-meta ul li span,
.blog-item-meta ul li time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Featured Badge */
.blog-item-meta ul li:has(.fa-star) {
    background: rgba(251, 191, 36, 0.1);
    color: #d97706;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-item-meta ul li:has(.fa-star) i {
    color: #f59e0b;
}

/* Blog Title */
.blog-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title a {
    color: #1e293b;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #007AFF;
}

/* Blog Description */
.blog-item-info p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

/* Read More Button */
.blog-item-info .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
    margin-top: auto;
    width: fit-content;
    background: #007AFF;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
}

.blog-item-info .theme-btn:hover {
    background: #007AFF;
    transform: translateX(5px);
}

.blog-item-info .theme-btn i {
    transition: transform 0.3s ease;
}

.blog-item-info .theme-btn:hover i {
    transform: translateX(3px);
}

/* Responsive */
@media (max-width: 991px) {
    .blog-area .site-title {
        font-size: 2rem;
    }

    .blog-item-info {
        padding: 1.25rem;
    }

    .blog-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    .blog-area .site-title {
        font-size: 1.75rem;
    }

    .blog-item {
        margin-bottom: 20px;
    }

    .blog-item-info {
        padding: 1rem;
    }

    .blog-title {
        font-size: 1rem;
    }

    .blog-item-info p {
        font-size: 0.9rem;
        -webkit-line-clamp: 2;
    }
}

/* ============================================
   Download Area Styles - Premium Dark Design
   ============================================ */

/* Override download-area background */
body .download-area,
html body .download-area,
.download-area {
    position: relative;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    background: transparent !important;
}

/* Hide original pattern from style.css */
body .download-area::before,
.download-area::before {
    display: none !important;
    opacity: 0 !important;
}

/* Force dark background with highest specificity */
body .download-area .download-wrapper,
html body .download-area .download-wrapper,
body .download-wrapper,
html body .download-wrapper,
.download-wrapper {
    position: relative;
    z-index: 1;
    background-color: #0a0f1a !important;
    background-image: linear-gradient(135deg, #0a0f1a 0%, #111827 50%, #0f172a 100%) !important;
    background: linear-gradient(135deg, #0a0f1a 0%, #111827 50%, #0f172a 100%) !important;
    border-radius: 24px;
    padding: 5rem 4rem;
    overflow: hidden;
    box-shadow:
        0 25px 60px -15px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
}

/* Grid pattern overlay */
body .download-wrapper::before,
.download-wrapper::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image:
        linear-gradient(rgba(0, 122, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 122, 255, 0.03) 1px, transparent 1px) !important;
    background-size: 50px 50px !important;
    z-index: 0 !important;
    pointer-events: none;
    opacity: 1 !important;
    display: block !important;
}

/* Glowing orbs */
body .download-wrapper::after,
.download-wrapper::after {
    content: '' !important;
    position: absolute !important;
    top: -30% !important;
    right: -10% !important;
    width: 500px !important;
    height: 500px !important;
    background: radial-gradient(circle, rgba(0, 122, 255, 0.15) 0%, rgba(0, 122, 255, 0.05) 30%, transparent 60%) !important;
    border-radius: 50% !important;
    pointer-events: none;
    animation: pulseGlow 4s ease-in-out infinite;
    opacity: 1 !important;
    display: block !important;
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.8; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Second glow orb */
.download-area .container {
    position: relative;
}

.download-area .container::before {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* Download Content */
.download-content {
    position: relative;
    z-index: 2;
}

.download-content {
    position: relative;
    z-index: 2;
}

.download-content .site-heading {
    position: relative;
    z-index: 2;
}

.download-content .site-title-tagline {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    background: rgba(0, 122, 255, 0.15) !important;
    border: 1px solid rgba(0, 122, 255, 0.3) !important;
    color: #007AFF !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.download-content .site-title-tagline i {
    font-size: 1rem;
    color: #007AFF !important;
}

.download-content .site-title,
.download-area .site-title {
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.download-content .site-title span,
.download-area .site-title span {
    background: linear-gradient(135deg, #007AFF 0%, #38bdf8 50%, #22d3ee 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

.download-content .lead,
.download-content p,
.download-area .lead,
.download-area p {
    font-size: 1.15rem !important;
    color: #94a3b8 !important;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    max-width: 500px;
    font-weight: 400;
}

/* Features List */
.download-features {
    margin: 2rem 0;
    display: grid;
    gap: 1rem;
}

.download-features li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1rem;
    color: #cbd5e1 !important;
    font-weight: 500 !important;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.download-features li:hover {
    color: #ffffff !important;
    background: rgba(0, 122, 255, 0.1);
    border-color: rgba(0, 122, 255, 0.2);
    transform: translateX(5px);
}

.download-features li i,
.download-features li i.fa-check-circle {
    font-size: 1.1rem;
    color: #4ade80 !important;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(74, 222, 128, 0.15);
    border-radius: 50%;
    padding: 4px;
}

/* Download Buttons */
.download-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.5rem;
}

.download-btn-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 28px;
    background: #ffffff;
    border-radius: 16px;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    border: none;
    position: relative;
    overflow: hidden;
}

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

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

.download-btn-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 0 0 2px rgba(0, 122, 255, 0.5);
    color: #0f172a;
}

.download-btn-item i {
    font-size: 2.25rem;
    color: #0f172a;
    transition: transform 0.3s ease;
}

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

.download-btn-content {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.download-btn-content span {
    font-size: 0.7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.download-btn-content strong {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
}

/* Download Image */
.download-img {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    min-height: 400px;
    z-index: 2;
}

.download-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.5));
    animation: floatPhone 4s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

/* Phone glow effect */
.download-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 122, 255, 0.2) 0%, transparent 60%);
    border-radius: 50%;
    z-index: 1;
    animation: pulseGlow 3s ease-in-out infinite;
}

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

/* Responsive */
@media (max-width: 991px) {
    .download-wrapper {
        padding: 3.5rem 2rem;
        text-align: center;
    }

    .download-content .site-title {
        font-size: 2.25rem;
    }

    .download-content .site-title-tagline {
        justify-content: center !important;
    }

    .download-content .lead,
    .download-content p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .download-features {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .download-features li {
        justify-content: flex-start;
        text-align: left;
    }

    .download-features li:hover {
        transform: none;
    }

    .download-btn {
        justify-content: center;
    }

    .download-img {
        margin-top: 3rem;
        min-height: 300px;
    }

    .download-img::before {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 575px) {
    .download-wrapper {
        padding: 2.5rem 1.5rem;
        border-radius: 20px;
    }

    .download-content .site-title {
        font-size: 1.85rem;
    }

    .download-content .site-title-tagline {
        padding: 10px 18px;
        font-size: 0.7rem;
    }

    .download-content .lead,
    .download-content p {
        font-size: 1rem;
    }

    .download-features li {
        padding: 10px 14px;
        font-size: 0.9rem;
    }

    .download-btn {
        flex-direction: column;
    }

    .download-btn-item {
        padding: 14px 20px;
        width: 100%;
        justify-content: center;
    }

    .download-img img {
        max-width: 70%;
    }

    .download-img::before {
        width: 150px;
        height: 150px;
    }
}

[dir="rtl"] .download-area .col-lg-6:first-child {
    order: 2;
}

[dir="rtl"] .download-area .col-lg-6:last-child {
    order: 1;
}

[dir="rtl"] .download-content {
    text-align: right;
}

[dir="rtl"] .download-content .site-title-tagline {
    justify-content: flex-end !important;
}

[dir="rtl"] .download-features li {
    text-align: right;
}

[dir="rtl"] .download-features li i {
    margin-right: 0 !important;
    margin-left: 0.5rem;
}

[dir="rtl"] .download-btn {
    justify-content: flex-end;
}

[dir="rtl"] .download-btn a {
    flex-direction: row-reverse;
}

[dir="rtl"] .download-btn-content {
    text-align: right;
}

@media all and (max-width: 991px) {
    [dir="rtl"] .download-area .col-lg-6:first-child,
    [dir="rtl"] .download-area .col-lg-6:last-child {
        order: unset;
    }

    .download-img {
        min-height: 300px;
    }
}

/* ============================================
   Featured Comparisons RTL Fixes
   ============================================ */
[dir="rtl"] .comparisons-header {
    flex-direction: row-reverse;
}

[dir="rtl"] .comparisons-header-left {
    text-align: right;
}

[dir="rtl"] .comparisons-section-badge {
    flex-direction: row-reverse;
}

[dir="rtl"] .comparisons-view-all-link {
    flex-direction: row-reverse;
}

[dir="rtl"] .comparisons-view-all-link:hover {
    transform: translateX(3px);
}

[dir="rtl"] .comparisons-view-all-link:hover i {
    transform: translateX(-4px);
}

[dir="rtl"] .comparisons-carousel-wrapper {
    direction: ltr;
}

[dir="rtl"] .comparisons-carousel-wrapper .comparison-card {
    direction: rtl;
}

[dir="rtl"] .comparison-card {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

[dir="rtl"] .comparison-card-content {
    display: flex !important;
    visibility: visible !important;
}

[dir="rtl"] .comparison-images-wrapper {
    display: flex !important;
    visibility: visible !important;
}

[dir="rtl"] .comparison-car-image {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

[dir="rtl"] .comparison-car-image img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

[dir="rtl"] .comparison-car-titles {
    flex-direction: row-reverse;
}

[dir="rtl"] .comparison-title-left {
    text-align: right;
}

[dir="rtl"] .comparison-title-right {
    text-align: left;
}

[dir="rtl"] .comparison-view-btn {
    flex-direction: row-reverse;
}

[dir="rtl"] .comparisons-carousel-wrapper .owl-nav .owl-prev {
    right: -30px;
    left: auto;
}

[dir="rtl"] .comparisons-carousel-wrapper .owl-nav .owl-next {
    left: -30px;
    right: auto;
}

/* ============================================
   Enhanced Search Form
   ============================================ */
.find-car-form {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

.find-car-title {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1.5rem;
    text-align: center;
}

.find-car-form .form-group label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.find-car-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.find-car-form .form-control:focus {
    border-color: #007AFF;
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 255, 0.15);
}

.find-car-form .theme-btn {
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
    background: #007AFF;
    color: #fff;
}

.find-car-form .theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 122, 255, 0.4);
    background: #007AFF;
}

/* ============================================
   Search Results Container
   ============================================ */
.search-results-container {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    margin-top: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

.search-result-card {
    cursor: pointer;
}

.search-result-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
}

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

.search-result-card:hover .car-content h4 a {
    color: #007AFF;
}

.search-result-card .car-status {
    background: rgba(0,0,0,0.85) !important;
    color: #fff !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    font-weight: 700 !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
}

.search-result-card .car-status.status-1 {
    background: rgba(0,0,0,0.85) !important;
    color: #fff !important;
}

.search-result-card .car-status.status-2 {
    background: rgba(0, 122, 255, 0.9) !important;
    color: #fff !important;
}

.search-result-card .theme-btn {
    background: #007AFF;
    color: #fff;
    border: none;
}

.search-result-card .theme-btn:hover {
    background: #007AFF;
    transform: translateY(-1px);
}

.search-result-card .car-price {
    color: #007AFF !important;
}

.search-results-header h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ============================================
   Car Image Placeholder
   ============================================ */
.car-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    border-radius: 10px;
}

.car-placeholder-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 1rem;
}

/* ============================================
   Featured Comparisons Styles - Premium Design
   ============================================ */
.featured-comparisons-area {
    background: linear-gradient(165deg, #0a1628 0%, #1a2d4a 50%, #0d1f36 100%);
    position: relative;
    overflow: hidden;
}

/* Animated background pattern */
.featured-comparisons-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(ellipse 80% 50% at 20% -20%, rgba(0, 122, 255, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 120%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

/* Floating accent shapes */
.featured-comparisons-area::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 122, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    top: -100px;
    right: -100px;
    animation: floatGlow 8s ease-in-out infinite;
    z-index: 0;
}

@keyframes floatGlow {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    50% { transform: translate(-30px, 30px) scale(1.1); opacity: 0.8; }
}

.featured-comparisons-area .container {
    position: relative;
    z-index: 1;
}

/* Section Header */
.comparisons-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.comparisons-header-left {
    flex: 1;
    min-width: 280px;
}

.comparisons-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 122, 255, 0.15);
    border: 1px solid rgba(0, 122, 255, 0.3);
    color: #5eb3ff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
}

.comparisons-section-badge i {
    font-size: 0.9rem;
}

.comparisons-section-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 0%, #a8d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.comparisons-section-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-weight: 400;
    max-width: 500px;
}

.comparisons-view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%);
    color: #ffffff;
    padding: 1rem 1.75rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 122, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.comparisons-view-all-link::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;
}

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

.comparisons-view-all-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 122, 255, 0.5);
    color: #ffffff;
}

.comparisons-view-all-link i {
    transition: transform 0.3s ease;
}

.comparisons-view-all-link:hover i {
    transform: translateX(4px);
}

/* Carousel Wrapper */
.comparisons-carousel-wrapper {
    position: relative;
    padding: 0 60px;
}

/* Comparison Card - Premium Glass Design */
.comparison-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 12px;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.comparison-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.comparison-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(0, 122, 255, 0.4);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(0, 122, 255, 0.15),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.comparison-card-content {
    margin-bottom: 1.25rem;
    flex: 1;
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

/* Images Wrapper with VS Badge */
.comparison-images-wrapper {
    position: relative;
    height: 200px;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* VS Badge - Centered Animated */
.comparison-vs-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 4px 20px rgba(255, 107, 53, 0.5),
        0 0 0 4px rgba(255, 107, 53, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.3);
    animation: vsPulse 2s ease-in-out infinite;
}

.comparison-vs-badge span {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@keyframes vsPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 4px 20px rgba(255, 107, 53, 0.5), 0 0 0 4px rgba(255, 107, 53, 0.2);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.08);
        box-shadow: 0 6px 30px rgba(255, 107, 53, 0.6), 0 0 0 8px rgba(255, 107, 53, 0.15);
    }
}

/* Car Images */
.comparison-car-image {
    position: absolute;
    width: 58%;
    height: 170px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a2d4a 0%, #0d1f36 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.comparison-car-image.comparison-car-left {
    left: 0;
    z-index: 1;
    transform: rotate(-5deg) translateX(8px);
}

.comparison-car-image.comparison-car-right {
    right: 0;
    z-index: 2;
    transform: rotate(5deg) translateX(-8px);
}

.comparison-card:hover .comparison-car-image.comparison-car-left {
    transform: rotate(-8deg) translateX(15px) scale(1.05);
    z-index: 2;
    border-color: rgba(0, 122, 255, 0.5);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 122, 255, 0.2);
}

.comparison-card:hover .comparison-car-image.comparison-car-right {
    transform: rotate(8deg) translateX(-15px) scale(1.05);
    z-index: 3;
    border-color: rgba(255, 107, 53, 0.5);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 107, 53, 0.2);
}

.comparison-car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
    display: block;
}

.comparison-card:hover .comparison-car-image img {
    transform: scale(1.15);
}

.car-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
}

/* Hide the inline VS text (we use badge now) */
.comparison-vs-text {
    display: none;
}

/* Car Titles */
.comparison-car-titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    min-height: 2.75rem;
    padding: 0 0.25rem;
}

.comparison-car-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.35;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.comparison-title-left {
    text-align: left;
    padding-right: 0.5rem;
}

.comparison-title-right {
    text-align: right;
    padding-left: 0.5rem;
}

/* Compare Button */
.comparison-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.15) 0%, rgba(0, 122, 255, 0.05) 100%);
    color: #5eb3ff;
    text-align: center;
    border-radius: 14px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 122, 255, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: auto;
    position: relative;
}

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

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

.comparison-view-btn:hover {
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 122, 255, 0.4);
    border-color: transparent;
}

/* Carousel Navigation - Premium */
.comparisons-carousel-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0;
    margin: 0;
}

.comparisons-carousel-wrapper .owl-nav button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    font-size: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: all;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.comparisons-carousel-wrapper .owl-nav button:hover {
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    transform: scale(1.15);
    box-shadow: 0 8px 30px rgba(0, 122, 255, 0.5);
}

.comparisons-carousel-wrapper .owl-nav button.owl-prev {
    left: -30px;
}

.comparisons-carousel-wrapper .owl-nav button.owl-next {
    right: -30px;
}

/* Carousel Dots */
.comparisons-carousel-wrapper .owl-dots {
    text-align: center;
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.comparisons-carousel-wrapper .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2) !important;
    margin: 0;
    transition: all 0.4s ease;
    border: none !important;
}

.comparisons-carousel-wrapper .owl-dots button:hover {
    background: rgba(255, 255, 255, 0.4) !important;
}

.comparisons-carousel-wrapper .owl-dots button.active {
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%) !important;
    width: 32px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 122, 255, 0.4);
}

/* ============================================
   Car Categories Section - Dark Premium Design
   ============================================ */
.car-categories-section {
    position: relative;
    overflow: hidden;
}

.car-categories-section.bg-light {
    background: #f8f9fa !important;
}

/* Decorative background elements - hidden for light theme */
.car-categories-section.bg-light::before,
.car-categories-section.bg-light::after {
    display: none;
}

.car-categories-section .container {
    position: relative;
    z-index: 1;
}

/* Section Header */
.categories-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.categories-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 122, 255, 0.1);
    border: 1px solid rgba(0, 122, 255, 0.3);
    color: #007AFF;
    padding: 0.6rem 1.25rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
}

.categories-badge i {
    font-size: 0.9rem;
}

.categories-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 1.25rem 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.categories-title span {
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 50%, #007AFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.categories-subtitle {
    font-size: 1.15rem;
    color: #64748b;
    margin: 0 auto;
    max-width: 550px;
    line-height: 1.7;
    font-weight: 400;
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* Category Card - Light Theme */
.category-card {
    position: relative;
    background: #ffffff;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #007AFF, #007AFF, #007AFF);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.category-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(0, 122, 255, 0.08) 0%, transparent 60%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
    pointer-events: none;
}

.category-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 122, 255, 0.3);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(0, 122, 255, 0.1);
}

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

.category-card:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Category Icon Container */
.category-icon-wrapper {
    position: relative;
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.category-icon-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: all 0.4s ease;
}

.category-card:hover .category-icon-wrapper img {
    transform: scale(1.15);
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(0, 122, 255, 0.4));
}

/* Placeholder Icon */
.category-icon-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(192, 132, 252, 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.category-icon-placeholder svg {
    width: 40px;
    height: 40px;
    stroke: rgba(255, 255, 255, 0.7);
    transition: all 0.4s ease;
}

.category-card:hover .category-icon-placeholder {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3) 0%, rgba(192, 132, 252, 0.3) 100%);
    transform: scale(1.1);
}

.category-card:hover .category-icon-placeholder svg {
    stroke: #c4b5fd;
}

/* Category Name */
.category-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.category-card:hover .category-name {
    color: #007AFF;
}

/* Category Count Badge */
.category-count {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    background: rgba(0, 122, 255, 0.08);
    border-radius: 20px;
    font-size: 0.75rem;
    color: #64748b;
    transition: all 0.3s ease;
    z-index: 1;
}

.category-count i {
    font-size: 0.65rem;
}

.category-card:hover .category-count {
    background: rgba(0, 122, 255, 0.15);
    color: #007AFF;
}

/* Arrow Icon */
.category-arrow {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 122, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.category-arrow i {
    font-size: 0.8rem;
    color: #64748b;
}

.category-card:hover .category-arrow {
    opacity: 1;
    transform: translateX(0);
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%);
}

.category-card:hover .category-arrow i {
    color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .categories-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 991px) {
    .categories-title {
        font-size: 2.5rem;
    }

    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .category-card {
        padding: 1.5rem 1rem;
    }

    .category-icon-wrapper {
        width: 80px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .categories-header {
        margin-bottom: 2.5rem;
    }

    .categories-title {
        font-size: 2rem;
    }

    .categories-subtitle {
        font-size: 1rem;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .category-card {
        padding: 1.25rem 1rem;
        border-radius: 16px;
    }

    .category-icon-wrapper {
        width: 70px;
        height: 50px;
    }

    .category-name {
        font-size: 0.9rem;
    }

    .category-count {
        font-size: 0.7rem;
        padding: 0.25rem 0.6rem;
    }

    .category-arrow {
        display: none;
    }
}

@media (max-width: 575px) {
    .categories-title {
        font-size: 1.75rem;
    }

    .category-card {
        padding: 1rem 0.75rem;
    }

    .category-icon-wrapper {
        width: 60px;
        height: 45px;
    }

    .category-name {
        font-size: 0.85rem;
    }
}

/* ============================================
   Latest Cars Section - Premium Design
   ============================================ */
.latest-cars-section {
    background-color: #f8fafc;
    background-image:
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e2e8f0' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    overflow: hidden;
}

/* Subtle top border accent */
.latest-cars-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #007AFF;
    pointer-events: none;
}

/* Bottom shadow line for depth */
.latest-cars-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: #e2e8f0;
    pointer-events: none;
}

.latest-cars-section .container {
    position: relative;
    z-index: 1;
}

/* Section Header */
.latest-cars-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.latest-cars-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 122, 255, 0.1);
    border: 1px solid rgba(0, 122, 255, 0.3);
    color: #007AFF;
    padding: 0.6rem 1.25rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
    animation: badgeShine 3s ease-in-out infinite;
}

@keyframes badgeShine {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 122, 255, 0.2); }
    50% { box-shadow: 0 0 20px 5px rgba(0, 122, 255, 0.15); }
}

.latest-cars-badge i {
    font-size: 0.9rem;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.latest-cars-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    letter-spacing: -1px;
}

.latest-cars-title span {
    background: linear-gradient(135deg, #007AFF 0%, #38bdf8 50%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.latest-cars-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    margin: 0 auto;
    max-width: 500px;
    line-height: 1.6;
}

/* Cars Grid */
.latest-cars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

/* Premium Car Card */
.latest-car-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.latest-car-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #007AFF, #007AFF, #007AFF);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.latest-car-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 122, 255, 0.15);
    border-color: rgba(0, 122, 255, 0.2);
}

.latest-car-card:hover::before {
    opacity: 1;
    animation: gradientMove 2s linear infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

/* Car Image Container */
.latest-car-image {
    position: relative;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

.latest-car-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.latest-car-image img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.latest-car-card:hover .latest-car-image img {
    transform: scale(1.1);
}

/* Showroom/Seller Badge */
.latest-car-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    z-index: 2;
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest-car-badge.showroom {
    background: linear-gradient(135deg, rgba(0, 122, 255, 0.9) 0%, rgba(99, 102, 241, 0.9) 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 122, 255, 0.3);
}

.latest-car-badge.seller {
    background: rgba(255, 255, 255, 0.95);
    color: #475569;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Quick Actions Overlay */
.latest-car-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.latest-car-card:hover .latest-car-actions {
    opacity: 1;
    transform: translateY(0);
}

.latest-car-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.latest-car-action-btn:hover {
    background: #007AFF;
    color: #ffffff;
    transform: scale(1.1);
}

/* Car Content */
.latest-car-content {
    padding: 1.25rem;
}

.latest-car-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
}

.latest-car-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.latest-car-title a:hover {
    color: #007AFF;
}

/* Car Specs Grid */
.latest-car-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
}

.latest-car-spec {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #64748b;
}

.latest-car-spec i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007AFF;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.latest-car-spec span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Car Footer */
.latest-car-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.latest-car-price {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.latest-car-price-label {
    font-size: 0.7rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.latest-car-price-value {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
}

.latest-car-price-value img {
    width: 14px;
    height: 14px;
    max-width: 14px;
    max-height: 14px;
    opacity: 0.7;
}

/* View Details Button */
.latest-car-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.1rem;
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%);
    color: #ffffff;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.latest-car-btn:hover {
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 122, 255, 0.35);
}

.latest-car-btn i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.latest-car-btn:hover i {
    transform: translateX(3px);
}

/* Explore More Button */
.latest-cars-cta {
    text-align: center;
}

.latest-cars-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: #ffffff;
    color: #0f172a;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

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

.latest-cars-explore-btn:hover::before {
    left: 100%;
}

.latest-cars-explore-btn:hover {
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 122, 255, 0.4);
}

.latest-cars-explore-btn i {
    transition: transform 0.3s ease;
}

.latest-cars-explore-btn:hover i {
    transform: rotate(180deg);
}

/* No Image Placeholder */
.latest-car-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #94a3b8;
    gap: 0.5rem;
}

.latest-car-placeholder i {
    font-size: 2.5rem;
    opacity: 0.5;
}

.latest-car-placeholder span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .latest-cars-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .latest-cars-title {
        font-size: 2.5rem;
    }

    .latest-cars-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .latest-car-image {
        height: 180px;
        min-height: 180px;
        max-height: 180px;
    }

    .latest-car-image img {
        min-height: 180px;
        max-height: 180px;
    }
}

@media (max-width: 767px) {
    .latest-cars-header {
        margin-bottom: 2.5rem;
    }

    .latest-cars-title {
        font-size: 2rem;
    }

    .latest-cars-subtitle {
        font-size: 1rem;
    }

    .latest-cars-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .latest-car-content {
        padding: 1rem;
    }

    .latest-car-title {
        font-size: 0.9rem;
        min-height: auto;
        -webkit-line-clamp: 1;
    }

    .latest-car-specs {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .latest-car-spec {
        font-size: 0.75rem;
    }

    .latest-car-spec i {
        width: 24px;
        height: 24px;
        font-size: 0.65rem;
    }

    .latest-car-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .latest-car-price {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .latest-car-btn {
        justify-content: center;
        padding: 0.75rem;
    }

    .latest-cars-explore-btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
    }
}

@media (max-width: 575px) {
    .latest-cars-title {
        font-size: 1.75rem;
    }

    .latest-car-image {
        height: 150px;
        min-height: 150px;
        max-height: 150px;
    }

    .latest-car-image img {
        min-height: 150px;
        max-height: 150px;
    }

    .latest-car-badge {
        font-size: 0.6rem;
        padding: 0.3rem 0.6rem;
    }
}

/* ============================================
   Trust Indicators & Social Proof
   ============================================ */
.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding: 1rem 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.trust-item i {
    color: #28a745;
    font-size: 1.1rem;
}

.trust-item strong {
    color: #212529;
}

/* ============================================
   Quick Stats Bar
   ============================================ */
.quick-stats-bar {
    background: linear-gradient(135deg, #007AFF 0%, #007AFF 100%);
    padding: 1rem 0;
    color: #fff;
}

.quick-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
}

.quick-stat i {
    font-size: 1.5rem;
    opacity: 0.9;
}

.quick-stat-content {
    text-align: left;
}

.quick-stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.quick-stat-label {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ============================================
   Responsive Styles
   ============================================ */
@media (max-width: 991px) {
    .comparisons-header {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .comparisons-header-left {
        text-align: center;
    }

    .comparisons-section-subtitle {
        margin: 0 auto;
    }

    .comparisons-section-title {
        font-size: 2.25rem;
    }

    .comparison-card {
        padding: 1.5rem;
        height: 390px;
        min-height: 390px;
        max-height: 390px;
    }

    .comparison-images-wrapper {
        height: 180px;
    }

    .comparison-car-image {
        height: 155px;
    }

    .comparison-car-image.comparison-car-left {
        transform: rotate(-5deg) translateX(6px);
    }

    .comparison-car-image.comparison-car-right {
        transform: rotate(5deg) translateX(-6px);
    }

    .comparison-vs-badge {
        width: 50px;
        height: 50px;
    }

    .comparison-vs-badge span {
        font-size: 0.9rem;
    }

    .trust-indicators {
        gap: 1rem;
    }

    .trust-item {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .find-car-form {
        padding: 1.5rem;
    }

    .find-car-title {
        font-size: 1.5rem;
    }

    .search-results-container {
        padding: 1.5rem;
    }

    .comparisons-carousel-wrapper {
        padding: 0 45px;
    }

    .comparisons-section-title {
        font-size: 1.85rem;
        margin-bottom: 0.75rem;
    }

    .comparisons-section-subtitle {
        font-size: 1rem;
    }

    .comparisons-section-badge {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }

    .comparisons-view-all-link {
        font-size: 0.9rem;
        padding: 0.85rem 1.5rem;
    }

    .comparison-card {
        padding: 1.25rem;
        height: 370px;
        min-height: 370px;
        max-height: 370px;
    }

    .comparison-images-wrapper {
        height: 160px;
    }

    .comparison-car-image {
        height: 140px;
        width: 55%;
    }

    .comparison-car-image.comparison-car-left {
        transform: rotate(-4deg) translateX(5px);
    }

    .comparison-car-image.comparison-car-right {
        transform: rotate(4deg) translateX(-5px);
    }

    .comparison-vs-badge {
        width: 46px;
        height: 46px;
    }

    .comparison-vs-badge span {
        font-size: 0.85rem;
        padding: 0 0.4rem;
    }

    .comparison-car-title {
        font-size: 0.8rem;
    }

    .comparisons-carousel-wrapper .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 1rem !important;
    }

    .comparisons-carousel-wrapper .owl-nav button.owl-prev {
        left: -20px;
    }

    .comparisons-carousel-wrapper .owl-nav button.owl-next {
        right: -20px;
    }

    .quick-stat {
        padding: 0.5rem;
    }

    .quick-stat-number {
        font-size: 1.2rem;
    }

    .quick-stat-label {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .comparisons-carousel-wrapper {
        padding: 0 35px;
    }

    .comparisons-section-title {
        font-size: 1.5rem;
    }

    .comparisons-section-subtitle {
        font-size: 0.9rem;
    }

    .comparisons-view-all-link {
        width: 100%;
        justify-content: center;
        padding: 0.9rem 1.25rem;
    }

    .comparison-card {
        padding: 1rem;
        margin: 0 8px;
        height: 350px;
        min-height: 350px;
        max-height: 350px;
        border-radius: 18px;
    }

    .comparison-images-wrapper {
        height: 145px;
    }

    .comparison-car-image {
        height: 125px;
        width: 52%;
        border-radius: 12px;
    }

    .comparison-car-image.comparison-car-left {
        transform: rotate(-3deg) translateX(4px);
    }

    .comparison-car-image.comparison-car-right {
        transform: rotate(3deg) translateX(-4px);
    }

    .comparison-vs-badge {
        width: 42px;
        height: 42px;
    }

    .comparison-vs-badge span {
        font-size: 0.75rem;
    }

    .comparison-car-title {
        font-size: 0.8rem;
    }

    .comparison-view-btn {
        padding: 0.85rem;
        font-size: 0.85rem;
        border-radius: 12px;
    }

    .comparisons-carousel-wrapper .owl-nav button {
        width: 42px;
        height: 42px;
        font-size: 1rem !important;
    }

    .comparisons-carousel-wrapper .owl-nav button.owl-prev {
        left: -20px;
    }

    .comparisons-carousel-wrapper .owl-nav button.owl-next {
        right: -20px;
    }

    .trust-indicators {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
}

/* ============================================
   Lazy Loading Image Styles
   ============================================ */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s ease;
}

img[loading="lazy"].loaded,
img[loading="lazy"]:not([src=""]) {
    opacity: 1;
}

.img-placeholder {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

/* ============================================
   Section Dividers
   ============================================ */
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e9ecef 20%, #e9ecef 80%, transparent);
    margin: 0;
}

/* ============================================
   Animated Elements
   ============================================ */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Print Styles (for SEO - Google loves print-friendly pages)
   ============================================ */
@media print {
    .hero-section,
    .download-area,
    .featured-comparisons-area {
        page-break-inside: avoid;
    }

    .theme-btn,
    .owl-nav,
    .owl-dots {
        display: none !important;
    }
}





























