﻿/* ---------- Base Header ---------- */
.header-renax-main {
    background-color: #000;
    padding: 15px 0;
    border: none;
}

.header-renax-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-renax-brand {
    font-size: 28px;
    font-weight: bold;
    color: #f4a261;
    text-decoration: none;
    letter-spacing: 1px;
}

    .header-renax-brand:hover {
        color: #f4a261;
        text-decoration: none;
    }

.header-renax-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 35px;
}

.header-renax-nav-item {
    position: relative;
}

.header-renax-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
    padding: 8px 0;
}

    .header-renax-nav-link:hover {
        color: #f4a261;
    }

.header-renax-dropdown-icon {
    font-size: 12px;
    margin-left: 3px;
}

.header-renax-contact-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-renax-phone-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
}

.header-renax-contact-info {
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.header-renax-help-text {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.header-renax-phone-number {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

/* ---------- Layout ---------- */
.header-renax-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-renax-left-section {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* ---------- Mobile Nav ---------- */
.header-renax-mobile-nav {
    display: none;
    flex-direction: column;
    background-color: #8b7355;
    padding: 15px 20px;
    animation: slideDown 0.3s ease forwards;
}

    .header-renax-mobile-nav a {
        color: #fff;
        padding: 8px 0;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .header-renax-mobile-nav a:hover {
            color: #f4a261;
        }

    .header-renax-mobile-nav.show {
        display: flex;
    }

/* ---------- Animation ---------- */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .header-renax-nav {
        display: none;
    }

    .header-renax-mobile-toggle {
        display: block;
        background: none;
        border: none;
        color: #ffffff;
        font-size: 24px;
        cursor: pointer;
    }

    .header-renax-contact-info {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-renax-mobile-toggle,
    .header-renax-mobile-nav {
        display: none !important;
    }
}

.banner-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    background: linear-gradient(135deg, #d4b896 0%, #c4a882 30%, #b8a082 60%, #a8906e 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner-desert-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://readdy.ai/api/search-image?query=luxury%20desert%20landscape%20with%20mountains%20in%20background%2C%20warm%20golden%20sand%20dunes%2C%20premium%20automotive%20photography%20setting%2C%20cinematic%20lighting%2C%20high-end%20car%20commercial%20backdrop%2C%20minimalist%20composition&width=1920&height=1080&seq=desert001&orientation=landscape');
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.05) 100%);
    z-index: 2;
}

.banner-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
}

.banner-premium-badge {
    display: inline-flex;
    align-items: center;
    color: #f4a261;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
}

    .banner-premium-badge::before {
        content: '';
        position: absolute;
        left: -24px;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-color: #f4a261;
        border-radius: 50%;
    }

.banner-main-heading {
    font-size: clamp(4rem, 10vw, 7.5rem);
    font-weight: 800;
    color: white;
    line-height: 0.85;
    margin-bottom: 24px;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.4);
    letter-spacing: -2px;
}

.banner-vehicle-info {
    margin-bottom: 8px;
}

.banner-car-model {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0.95;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.banner-pricing {
    color: #f4a261;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.banner-action-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.banner-btn-primary {
    background-color: #f4a261;
    color: #2c1810;
    border: none;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s ease;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(244, 162, 97, 0.3);
}

    .banner-btn-primary:hover {
        background-color: #e76f51;
        color: #2c1810;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(244, 162, 97, 0.4);
    }

.banner-btn-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,0.8);
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s ease;
    font-size: 16px;
    backdrop-filter: blur(10px);
}

    .banner-btn-secondary:hover {
        background-color: rgba(255,255,255,0.15);
        color: white;
        border-color: white;
        transform: translateY(-3px);
    }

.banner-arrow-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.banner-btn-primary:hover .banner-arrow-icon,
.banner-btn-secondary:hover .banner-arrow-icon {
    transform: translateX(4px);
}

.banner-car-showcase {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    height: auto;
    z-index: 2;
}

.banner-car-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
}

.banner-navigation-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 4;
}

.banner-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

    .banner-dot.active {
        background-color: #f4a261;
        transform: scale(1.3);
        box-shadow: 0 0 15px rgba(244, 162, 97, 0.5);
    }

    .banner-dot:hover {
        background-color: rgba(255,255,255,0.6);
        transform: scale(1.1);
    }

/* Responsive Design */
@media (max-width: 1200px) {
    .banner-car-showcase {
        right: -10%;
        width: 70%;
    }
}

@media (max-width: 992px) {
    .banner-section {
        text-align: left;
    }

    .banner-car-showcase {
        right: -15%;
        width: 75%;
        opacity: 0.6;
    }

    .banner-main-heading {
        font-size: clamp(3rem, 8vw, 5rem);
    }
}

@media (max-width: 768px) {
    .banner-section {
        min-height: 600px;
        text-align: center;
    }

    .banner-car-showcase {
        right: -25%;
        width: 90%;
        opacity: 0.4;
    }

    .banner-content-wrapper {
        padding: 0 20px;
    }

    .banner-action-buttons {
        justify-content: center;
        gap: 15px;
    }

    .banner-btn-primary,
    .banner-btn-secondary {
        padding: 14px 28px;
        font-size: 15px;
    }

    .banner-premium-badge::before {
        display: none;
    }

    .banner-premium-badge {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .banner-action-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .banner-btn-primary,
    .banner-btn-secondary {
        width: 220px;
        justify-content: center;
        padding: 12px 24px;
    }

    .banner-car-showcase {
        right: -35%;
        width: 110%;
        opacity: 0.25;
    }

    .banner-main-heading {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .banner-pricing {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .banner-navigation-dots {
        bottom: 30px;
    }

    .banner-section {
        min-height: 550px;
    }
}
.section1-hero-container {
    background-color: #1a1a1a;
    min-height: 100vh;
    padding: 60px 0;
    color: white;
}

.section1-brand-logo {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #f4a261;
    margin-bottom: 40px;
}

.section1-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.section1-title-highlight {
    color: #f4a261;
}

.section1-description {
    color: #888;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.section1-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.section1-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #ccc;
}

.section1-check-icon {
    color: #f4a261;
    margin-right: 15px;
    font-size: 18px;
}

.section1-cta-button {
    background-color: #f4a261;
    color: #1a1a1a;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

    .section1-cta-button:hover {
        background-color: #e76f51;
        color: #1a1a1a;
        transform: translateY(-2px);
    }

.section1-arrow-icon {
    margin-left: 10px;
    font-size: 14px;
}

.section1-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
}

.section1-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section1-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(244, 162, 97, 0.2);
    border: 2px solid #f4a261;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .section1-play-button:hover {
        background-color: rgba(244, 162, 97, 0.4);
        transform: translate(-50%, -50%) scale(1.1);
    }

.section1-play-icon {
    color: #f4a261;
    font-size: 24px;
    margin-left: 3px;
}

@media (max-width: 768px) {
    .section1-main-title {
        font-size: 2.5rem;
    }

    .section1-hero-container {
        padding: 40px 0;
    }

    .section1-image-container {
        height: 300px;
        margin-top: 40px;
    }

    .section1-play-button {
        width: 60px;
        height: 60px;
    }

    .section1-play-icon {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .section1-main-title {
        font-size: 2rem;
    }

    .section1-brand-logo {
        font-size: 12px;
    }

    .section1-description {
        font-size: 14px;
    }

    .section1-feature-item {
        font-size: 14px;
    }
}
.section2-filter-section {
    margin-bottom: 2.5rem;
}

.section2-filter-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.section2-checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.section2-custom-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #666;
    border-radius: 3px;
    margin-right: 0.75rem;
    position: relative;
    background-color: transparent;
}

    .section2-custom-checkbox.checked {
        background-color: #ffb84b;
        border-color: #ffb84b;
    }

        .section2-custom-checkbox.checked::after {
            content: '✓';
            position: absolute;
            top: -2px;
            left: 2px;
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

.section2-checkbox-label {
    font-size: 0.95rem;
    color: #cccccc;
    user-select: none;
}

.section2-price-badge {
    width: 60px;
    height: 60px;
    background-color: #ffb84b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2a2a2a;
    margin: 1.5rem 0;
}

.section2-content-area {
    padding: 2rem;
    background-color: #2a2a2a;
}

.section2-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 0.5rem;
    margin-top: 1rem;
}

.section2-vehicle-card {
    background-color: #2a2a2a;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #3a3a3a;
    transition: all 0.3s ease;
}

    .section2-vehicle-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    }

.section2-vehicle-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.section2-vehicle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section2-vehicle-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
}

.section2-favorite-count {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #999;
    font-size: 0.9rem;
}

.section2-vehicle-specs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.section2-spec-item {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #ffb84b;
    font-size: 0.85rem;
}

.section2-spec-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2-vehicle-category {
    background-color: #ffb84b;
    color: #2a2a2a;
    padding: 0.2rem 0.6rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: inline-block;
}

.section2-pricing-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.section2-price-info {
    display: flex;
    flex-direction: column;
}

.section2-price-label {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.2rem;
}

.section2-price-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
}

.section2-rent-button {
    background-color: #ffb84b;
    color: #2a2a2a;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

    .section2-rent-button:hover {
        background-color: #e5a643;
    }

.section2-main-wrapper {
    display: flex;
    min-height: 100vh;
}

.section2-sidebar {
    flex: 0 0 300px;
    background-color: #2a2a2a;
    padding: 2rem 1.5rem;
    border-right: 1px solid #3a3a3a;
}

.section2-content-area {
    flex: 1;
    padding: 2rem;
    background-color: #2a2a2a;
}

@media (max-width: 768px) {
    .section2-main-wrapper {
        flex-direction: column;
    }

    .section2-sidebar {
        flex: none;
        order: 2;
    }

    .section2-content-area {
        order: 1;
        padding: 1rem;
    }

    .section2-vehicle-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .section2-mobile-filter-toggle {
        display: block;
        background-color: #ffb84b;
        color: #2a2a2a;
        border: none;
        padding: 0.5rem;
        border-radius: 6px;
        cursor: pointer;
        margin-bottom: 1rem;
    }
}

@media (min-width: 769px) {
    .section2-mobile-filter-toggle {
        display: none;
    }
}
.section3-hero-container {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%23151515" width="1920" height="1080"/><rect fill="%23202020" x="0" y="700" width="1920" height="380"/><ellipse fill="%230a0a0a" cx="960" cy="800" rx="400" ry="100"/><rect fill="%231a1a1a" x="600" y="400" width="720" height="200" rx="20"/></svg>');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
}

.section3-content-wrapper {
    text-align: center;
    z-index: 2;
    max-width: 700px;
    padding: 0 20px;
}

.section3-brand-label {
    color: #ff9500;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block;
}

.section3-main-heading {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.1;
    color: white;
}

.section3-subtitle {
    font-size: 1.125rem;
    color: #e5e5e5;
    margin-bottom: 48px;
    font-weight: 400;
    line-height: 1.4;
}

.section3-button-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section3-whatsapp-btn {
    background-color: #ff9500;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    white-space: nowrap;
}

    .section3-whatsapp-btn:hover {
        background-color: #e6850e;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(255, 149, 0, 0.3);
    }

.section3-rent-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    backdrop-filter: blur(10px);
    white-space: nowrap;
}

    .section3-rent-btn:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
        border-color: rgba(255, 255, 255, 0.4);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
    }

.section3-brands-footer {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 2;
}

.section3-brand-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
    padding: 0 40px;
}

.section3-brand-logo {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .section3-brand-logo:hover {
        opacity: 1;
        transform: translateY(-3px);
    }

.section3-mini {
    background: white;
    border-radius: 50%;
    color: #000;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 1px;
}

.section3-cadillac {
    color: #c4c4c4;
    font-size: 28px;
}

.section3-ferrari {
    color: #ff2800;
    font-size: 28px;
}

.section3-lamborghini {
    color: #ff9500;
    font-size: 28px;
}

.section3-rolls {
    color: #c4c4c4;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
}

.section3-porsche {
    color: #ff9500;
    font-size: 28px;
}

.section3-scroll-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    z-index: 10;
}

    .section3-scroll-top:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
    }

@media (max-width: 992px) {
    .section3-main-heading {
        font-size: 3rem;
    }

    .section3-brand-logos {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .section3-main-heading {
        font-size: 2.5rem;
    }

    .section3-subtitle {
        font-size: 1rem;
    }

    .section3-button-group {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .section3-whatsapp-btn,
    .section3-rent-btn {
        width: 100%;
        justify-content: center;
        max-width: 300px;
    }

    .section3-brand-logos {
        gap: 40px;
    }

    .section3-brand-logo {
        width: 48px;
        height: 48px;
    }

    .section3-brands-footer {
        bottom: 40px;
    }

    .section3-scroll-top {
        width: 48px;
        height: 48px;
        bottom: 30px;
        right: 30px;
    }
}

@media (max-width: 576px) {
    .section3-main-heading {
        font-size: 2rem;
    }

    .section3-brand-label {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .section3-subtitle {
        font-size: 0.95rem;
    }

    .section3-brand-logos {
        gap: 30px;
        padding: 0 20px;
    }

    .section3-brand-logo {
        width: 40px;
        height: 40px;
    }

    .section3-mini {
        font-size: 9px;
    }

    .section3-cadillac,
    .section3-ferrari,
    .section3-lamborghini,
    .section3-porsche {
        font-size: 20px;
    }

    .section3-rolls {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .section3-content-wrapper {
        padding: 0 15px;
    }

    .section3-brand-logos {
        gap: 25px;
    }

    .section3-brand-logo {
        width: 36px;
        height: 36px;
    }
}
.section4-container {
    min-height: 100vh;
    padding: 80px 0;
}

.section4-wrapper {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 0 20px;
}

.section4-content {
    display: flex;
    align-items: stretch;
    min-height: 600px;
}

.section4-left {
    flex: 0 0 40%;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section4-accent-line {
    width: 40px;
    height: 3px;
    background-color: #ff9500;
    margin-bottom: 20px;
}

.section4-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.section4-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #e99725;
    margin: 0;
    line-height: 1.2;
}

.section4-icon {
    width: 45px;
    height: 45px;
    background-color: #ff9500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .section4-icon::before {
        content: "▶";
        color: white;
        font-size: 18px;
    }

.section4-subtitle {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 30px;
    font-weight: 500;
}

.section4-text {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.section4-btn {
    background-color: #e99725;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    width: fit-content;
}

    .section4-btn:hover {
        background-color: #ffa12e;
        transform: translateY(-2px);
    }

    .section4-btn::after {
        content: "→";
        color: #ff9500;
        font-size: 16px;
        font-weight: bold;
    }

.section4-social-proof {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section4-avatars {
    display: flex;
    gap: -5px;
}

.section4-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid white;
    margin-left: -8px;
    background-size: cover;
    background-position: center;
}

    .section4-avatar:first-child {
        margin-left: 0;
    }

    .section4-avatar:nth-child(1) {
        background-image: url('https://readdy.ai/api/search-image?query=professional%20business%20woman%20smiling%20headshot%20portrait%20clean%20white%20background%20corporate%20style&width=100&height=100&seq=avatar1&orientation=squarish');
    }

    .section4-avatar:nth-child(2) {
        background-image: url('https://readdy.ai/api/search-image?query=confident%20business%20man%20professional%20headshot%20portrait%20clean%20white%20background%20corporate%20style&width=100&height=100&seq=avatar2&orientation=squarish');
    }

    .section4-avatar:nth-child(3) {
        background-image: url('https://readdy.ai/api/search-image?query=friendly%20business%20person%20smiling%20headshot%20portrait%20clean%20white%20background%20professional%20style&width=100&height=100&seq=avatar3&orientation=squarish');
    }

.section4-customers-text {
    font-size: 1rem;
    font-weight: 700;
    color: #e99725;
}

.section4-right {
    flex: 0 0 60%;
    position: relative;
    background-color: #f8f9fa;
}

.section4-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section4-carousel-inner {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.section4-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .section4-slide:nth-child(1) {
        background-image: url('https://carbook.kwst.net/images/all/13.jpg');
    }

    .section4-slide:nth-child(2) {
        background-image: url('https://carbook.kwst.net/images/all/18.jpg');
    }

    .section4-slide:nth-child(3) {
        background-image: url('https://carbook.kwst.net/images/all/16.jpg');
    }

.section4-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #e99725;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .section4-carousel-nav:hover {
        background: white;
        transform: translateY(-50%) scale(1.1);
    }

.section4-carousel-prev {
    left: 20px;
}

.section4-carousel-next {
    right: 20px;
}

.section4-carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.section4-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .section4-indicator.active {
        background: white;
        transform: scale(1.2);
    }

@media (max-width: 992px) {
    .section4-content {
        flex-direction: column;
    }

    .section4-left {
        flex: none;
        padding: 40px 30px;
    }

    .section4-right {
        flex: none;
        height: 400px;
    }

    .section4-title {
        font-size: 1.8rem;
    }

    .section4-wrapper {
        margin: 0 15px;
    }
}

@media (max-width: 768px) {
    .section4-container {
        padding: 40px 0;
    }

    .section4-left {
        padding: 30px 20px;
    }

    .section4-title {
        font-size: 1.6rem;
    }

    .section4-header {
        flex-direction: column;
        gap: 15px;
    }

    .section4-icon {
        align-self: flex-start;
    }

    .section4-wrapper {
        margin: 0 10px;
    }

    .section4-right {
        height: 300px;
    }

    .section4-social-proof {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.section5-hero-container {
    position: relative;
    min-height: 100vh;
    background-image: url('https://demo.kitthemes.com/html/rentnow/assets/images/funfact-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.section5-content-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 0 20px;
}

.section5-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.section5-description-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.section5-download-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.section5-download-btn {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-decoration: none;
    border: 2px solid #e99725;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
    backdrop-filter: blur(10px);
}

    .section5-download-btn:hover {
        background-color: #e99725;
        color: white;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(233, 151, 37, 0.3);
    }

.section5-btn-icon {
    margin-right: 12px;
    font-size: 1.2rem;
    color: #e99725;
}

.section5-download-btn:hover .section5-btn-icon {
    color: white;
}
/* Responsive Design */
@media (max-width: 768px) {
    .section5-main-title {
        font-size: 2.5rem;
    }

    .section5-description-text {
        font-size: 1rem;
    }

    .section5-download-buttons {
        flex-direction: column;
        align-items: center;
    }

    .section5-download-btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 576px) {
    .section5-main-title {
        font-size: 2rem;
    }

    .section5-content-wrapper {
        padding: 0 15px;
    }

    .section5-download-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}
.footer-section {
    background-color: #2d2d2d;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.footer-section-contact-bar {
    background-color: #2d2d2d;
    padding: 2rem 0;
    border-bottom: 1px solid #444;
}

.footer-section-contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.footer-section-icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f4a261;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

    .footer-section-icon-circle i {
        font-size: 24px;
        color: #2d2d2d;
    }

.footer-section-contact-text h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}

.footer-section-contact-text p {
    color: #cccccc;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.footer-section-main {
    padding: 3rem 0 2rem 0;
}

.footer-section-logo {
    font-size: 2.5rem;
    font-weight: bold;
    color: #f4a261;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
}

.footer-section-description {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.footer-section-social {
    display: flex;
    gap: 1rem;
}

.footer-section-social-icon {
    width: 45px;
    height: 45px;
    border: 2px solid #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .footer-section-social-icon:hover {
        border-color: #f4a261;
        color: #f4a261;
    }

    .footer-section-social-icon i {
        font-size: 18px;
    }

.footer-section-links h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.footer-section-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section-links li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

    .footer-section-links li::before {
        content: "●";
        color: #f4a261;
        margin-right: 0.75rem;
        font-size: 0.8rem;
    }

.footer-section-links a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

    .footer-section-links a:hover {
        color: #f4a261;
    }

.footer-section-subscribe h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.footer-section-subscribe-text {
    color: #cccccc;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 0.95rem;
}

.footer-section-email-form {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-section-email-input {
    width: 100%;
    padding: 0.75rem 3.5rem 0.75rem 1rem;
    background-color: #444;
    border: 1px solid #555;
    border-radius: 25px;
    color: #ffffff;
    font-size: 0.95rem;
}

    .footer-section-email-input::placeholder {
        color: #999;
    }

    .footer-section-email-input:focus {
        outline: none;
        border-color: #f4a261;
        background-color: #555;
    }

.footer-section-submit-btn {
    position: absolute;
    right: 5px;
    width: 40px;
    height: 40px;
    background-color: #f4a261;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .footer-section-submit-btn:hover {
        background-color: #e09451;
    }

    .footer-section-submit-btn i {
        color: #2d2d2d;
        font-size: 16px;
    }

.footer-section-copyright {
    background-color: #2d2d2d;
    padding: 1.5rem 0;
    border-top: 1px solid #444;
}

    .footer-section-copyright p {
        color: #999;
        margin: 0;
        font-size: 0.85rem;
    }

@media (max-width: 768px) {
    .footer-section-contact-item {
        margin-bottom: 2rem;
        justify-content: flex-start;
    }

    .footer-section-main {
        padding: 2rem 0 1.5rem 0;
    }

    .footer-section-logo {
        font-size: 2rem;
        text-align: center;
    }

    .footer-section-description {
        text-align: center;
    }

    .footer-section-social {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footer-section-links,
    .footer-section-subscribe {
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .footer-section-contact-bar {
        padding: 1.5rem 0;
    }

    .footer-section-icon-circle {
        width: 50px;
        height: 50px;
    }

        .footer-section-icon-circle i {
            font-size: 20px;
        }

    .footer-section-contact-text h6 {
        font-size: 1rem;
    }

    .footer-section-contact-text p {
        font-size: 0.85rem;
    }
}
.about-section1-hero {
    position: relative;
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://readdy.ai/api/search-image?query=luxury%20sports%20cars%20in%20modern%20showroom%20with%20dark%20teal%20and%20red%20vehicles%2C%20professional%20automotive%20dealership%20interior%20with%20polished%20concrete%20floors%20and%20dramatic%20lighting%2C%20premium%20car%20collection%20display&width=1200&height=300&seq=about-hero-1&orientation=landscape');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    border-radius: 20px;
    margin: 0;
    overflow: hidden;
}

.about-section1-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.about-section1-breadcrumb {
    font-size: 1.1rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .about-section1-breadcrumb a {
        color: white;
        text-decoration: none;
        opacity: 0.8;
    }

        .about-section1-breadcrumb a:hover {
            opacity: 1;
        }

    .about-section1-breadcrumb .about-section1-separator {
        color: #ff4444;
        font-weight: bold;
    }

.about-section1-current {
    color: #ff4444;
    font-weight: 500;
}

@media (max-width: 768px) {
    .about-section1-hero {
        height: 250px;
        border-radius: 15px;
    }

    .about-section1-title {
        font-size: 2.5rem;
    }

    .about-section1-breadcrumb {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .about-section1-hero {
        height: 200px;
        border-radius: 10px;
    }

    .about-section1-title {
        font-size: 2rem;
    }

    .about-section1-breadcrumb {
        font-size: 0.9rem;
        flex-direction: column;
        gap: 0.2rem;
    }
}
.about-section1-container {
    padding: 80px 0;
    background-color: #ffffff;
}

.about-section1-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-section1-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.about-section1-left {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.about-section1-image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.about-section1-main-image {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.about-section1-secondary-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    bottom: -40px;
    right: -60px;
    z-index: 3;
    border: 8px solid #ffffff;
}

.about-section1-asterisk {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    color: #ff4444;
    font-size: 48px;
    font-weight: bold;
    z-index: 4;
}

.about-section1-star {
    position: absolute;
    bottom: 20px;
    left: -30px;
    width: 24px;
    height: 24px;
    background-color: #2c3e50;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    z-index: 1;
}

.about-section1-right {
    flex: 1;
    padding-left: 40px;
}

.about-section1-label {
    color: #ff4444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

    .about-section1-label::before {
        content: "★";
        margin-right: 8px;
        font-size: 16px;
    }

.about-section1-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 24px;
}

.about-section1-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.about-section1-features {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-section1-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.about-section1-feature-icon {
    width: 48px;
    height: 48px;
    background-color: #fff5f5;
    border: 2px solid #ff4444;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .about-section1-feature-icon svg {
        width: 24px;
        height: 24px;
        stroke: #ff4444;
        fill: none;
    }

.about-section1-feature-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.about-section1-feature-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 992px) {
    .about-section1-row {
        flex-direction: column;
        gap: 60px;
        text-align: center;
    }

    .about-section1-right {
        padding-left: 0;
    }

    .about-section1-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .about-section1-container {
        padding: 60px 0;
    }

    .about-section1-row {
        gap: 40px;
    }

    .about-section1-main-image {
        width: 240px;
        height: 240px;
    }

    .about-section1-secondary-image {
        width: 160px;
        height: 160px;
        bottom: -30px;
        right: -40px;
    }

    .about-section1-title {
        font-size: 32px;
    }

    .about-section1-asterisk {
        font-size: 36px;
        right: -20px;
    }
}

@media (max-width: 576px) {
    .about-section1-wrapper {
        padding: 0 15px;
    }

    .about-section1-main-image {
        width: 200px;
        height: 200px;
    }

    .about-section1-secondary-image {
        width: 140px;
        height: 140px;
        bottom: -20px;
        right: -30px;
    }

    .about-section1-title {
        font-size: 28px;
    }

    .about-section1-features {
        gap: 24px;
    }
}

.about-section2-wrapper {
    background-color: #fef7f5;
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.about-section2-label {
    color: #ff6b35;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-section2-label::before {
        content: "★";
        color: #ff6b35;
        font-size: 16px;
        margin-right: 8px;
    }

.about-section2-title {
    color: #2d3748;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.about-section2-logos-container {
    max-width: 900px;
    margin: 0 auto;
}

.about-section2-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 30px;
}

.about-section2-logo-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.about-section2-logo-text {
    color: #2d3748;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.about-section2-icon-1 {
    background-color: #ff6b35;
    color: white;
    font-weight: bold;
}

.about-section2-icon-2 {
    background-color: #ff6b35;
    color: white;
}

.about-section2-icon-3 {
    background-color: #ff6b35;
    color: white;
    font-weight: bold;
}

.about-section2-icon-4 {
    background: linear-gradient(45deg, #ff6b35, #ff8a65);
    color: white;
}

.about-section2-icon-5 {
    background-color: #ff6b35;
    color: white;
    font-weight: bold;
}

.about-section2-icon-6 {
    background: linear-gradient(45deg, #ff6b35, #ff8a65);
    color: white;
}

.about-section2-icon-7 {
    border: 2px solid #ff6b35;
    background-color: transparent;
    color: #ff6b35;
}

.about-section2-icon-8 {
    background-color: #ff6b35;
    color: white;
}

@media (max-width: 768px) {
    .about-section2-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .about-section2-wrapper {
        padding: 60px 0;
    }

    .about-section2-logo-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .about-section2-title {
        font-size: 28px;
    }

    .about-section2-logo-text {
        font-size: 16px;
    }

    .about-section2-logo-icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
        font-size: 14px;
    }
}
.about-section3-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.about-section3-header {
    text-align: center;
    margin-bottom: 60px;
}

.about-section3-video-tag {
    color: #ff4500;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .about-section3-video-tag i {
        font-size: 16px;
    }

.about-section3-title {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
}

.about-section3-cards-wrapper {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.about-section3-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
}

    .about-section3-card:hover {
        transform: translateY(-5px);
    }

.about-section3-card-left {
    flex: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    background-image: url('https://readdy.ai/api/search-image?query=professional%20businessman%20with%20beard%20smiling%20confidently%20inside%20luxury%20car%20interior%2C%20warm%20lighting%2C%20satisfied%20customer%20experience%2C%20modern%20automotive%20setting%2C%20clean%20background&width=400&height=500&seq=card1&orientation=portrait');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px;
    color: white;
}

.about-section3-stats {
    margin-bottom: auto;
}

.about-section3-stats-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-section3-stats-label {
    font-size: 16px;
    opacity: 0.9;
}

.about-section3-avatars {
    display: flex;
    align-items: center;
    gap: -10px;
}

.about-section3-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid white;
    background-size: cover;
    background-position: center;
    margin-left: -10px;
}

    .about-section3-avatar:first-child {
        margin-left: 0;
    }

.about-section3-avatar-1 {
    background-image: url('https://readdy.ai/api/search-image?query=professional%20headshot%20of%20diverse%20business%20person%2C%20clean%20background%2C%20corporate%20style%2C%20friendly%20expression&width=45&height=45&seq=avatar1&orientation=squarish');
}

.about-section3-avatar-2 {
    background-image: url('https://readdy.ai/api/search-image?query=professional%20headshot%20of%20diverse%20business%20woman%2C%20clean%20background%2C%20corporate%20style%2C%20confident%20smile&width=45&height=45&seq=avatar2&orientation=squarish');
}

.about-section3-avatar-3 {
    background-image: url('https://readdy.ai/api/search-image?query=professional%20headshot%20of%20diverse%20business%20man%2C%20clean%20background%2C%20corporate%20style%2C%20approachable%20look&width=45&height=45&seq=avatar3&orientation=squarish');
}

.about-section3-avatar-4 {
    background-image: url('https://readdy.ai/api/search-image?query=professional%20headshot%20of%20diverse%20business%20person%2C%20clean%20background%2C%20corporate%20style%2C%20warm%20smile&width=45&height=45&seq=avatar4&orientation=squarish');
}

.about-section3-avatar-plus {
    background: #ff4500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.about-section3-card-right {
    flex: 1.5;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    background-image: url('https://readdy.ai/api/search-image?query=professional%20businessman%20in%20suit%20talking%20on%20phone%20inside%20luxury%20car%2C%20modern%20interior%2C%20business%20travel%2C%20executive%20lifestyle%2C%20premium%20automotive%20experience&width=600&height=400&seq=card2&orientation=landscape');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 30px;
    position: relative;
}

.about-section3-play-button {
    width: 70px;
    height: 70px;
    background: #ff4500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 69, 0, 0.4);
}

    .about-section3-play-button:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(255, 69, 0, 0.6);
    }

.about-section3-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

    .about-section3-modal.active {
        display: flex;
    }

.about-section3-modal-content {
    background: white;
    border-radius: 20px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
}

.about-section3-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
}

    .about-section3-modal-close:hover {
        color: #ff4500;
    }

.about-section3-stats-counter {
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .about-section3-container {
        padding: 60px 0;
    }

    .about-section3-title {
        font-size: 32px;
    }

    .about-section3-cards-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .about-section3-card-left,
    .about-section3-card-right {
        min-height: 300px;
    }

    .about-section3-stats-number {
        font-size: 36px;
    }

    .about-section3-play-button {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .about-section3-title {
        font-size: 28px;
    }

    .about-section3-card-left,
    .about-section3-card-right {
        padding: 25px 20px;
    }
}
.service-section-hero {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('https://readdy.ai/api/search-image?query=luxury%20sports%20cars%20in%20modern%20automotive%20showroom%20garage%20with%20dark%20moody%20lighting%20multiple%20high-end%20vehicles%20premium%20dealership%20interior%20sleek%20contemporary%20design%20professional%20automotive%20display&width=1920&height=400&seq=service-hero-bg&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

    .service-section-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

.service-section-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.service-section-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.service-section-breadcrumb {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

    .service-section-breadcrumb a {
        color: white;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .service-section-breadcrumb a:hover {
            color: #ff6b35;
        }

.service-section-separator {
    color: white;
    margin: 0 8px;
}

.service-section-current {
    color: #ff6b35;
    font-weight: 500;
}

@media (max-width: 1200px) {
    .service-section-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 992px) {
    .service-section-hero {
        height: 350px;
    }

    .service-section-title {
        font-size: 3rem;
    }

    .service-section-breadcrumb {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .service-section-hero {
        height: 300px;
    }

    .service-section-title {
        font-size: 2.5rem;
    }

    .service-section-breadcrumb {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .service-section-hero {
        height: 250px;
    }

    .service-section-title {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .service-section-breadcrumb {
        font-size: 0.85rem;
    }
}

@media (max-width: 400px) {
    .service-section-title {
        font-size: 1.75rem;
    }

    .service-section-breadcrumb {
        font-size: 0.8rem;
    }
}
.service-section1-container {
    padding: 4rem 0;
    background-color: #ffffff;
}

.service-section1-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.service-section1-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .service-section1-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .service-section1-card.service-section1-featured {
        background: linear-gradient(135deg, #ff4d00 0%, #ff6b2d 100%);
        color: white;
        border: none;
    }

.service-section1-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.service-section1-card:not(.service-section1-featured) .service-section1-icon {
    background-color: #f8fafc;
    color: #64748b;
}

.service-section1-featured .service-section1-icon {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.service-section1-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.service-section1-description {
    font-size: 0.95rem;
    opacity: 0.8;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.service-section1-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: auto;
    font-size: 1.2rem;
}

.service-section1-card:not(.service-section1-featured) .service-section1-arrow {
    background-color: #ff4d00;
    color: white;
}

.service-section1-featured .service-section1-arrow {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
}

.service-section1-arrow:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .service-section1-container {
        padding: 2rem 0;
    }

    .service-section1-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.75rem;
    }

    .service-section1-card {
        padding: 1.5rem;
    }

    .service-section1-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .service-section1-title {
        font-size: 1.1rem;
    }

    .service-section1-description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .service-section1-card {
        padding: 1.25rem;
    }

    .service-section1-title {
        font-size: 1rem;
    }
}
.contact-hero-section {
    height: 100vh;
    background-image: url('https://readdy.ai/api/search-image?query=luxury%20sports%20cars%20in%20modern%20showroom%20garage%20with%20reflective%20floor%20dark%20moody%20lighting%20multiple%20high-end%20vehicles%20premium%20automotive%20display%20elegant%20interior%20design%20sophisticated%20atmosphere%20professional%20car%20dealership&width=1920&height=800&seq=contact001&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.contact-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.contact-main-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-breadcrumb-nav {
    font-size: 1.2rem;
    margin-top: 15px;
    font-weight: 400;
}

.contact-breadcrumb-home {
    color: white;
    text-decoration: none;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.contact-breadcrumb-separator {
    color: white;
    margin: 0 10px;
    font-weight: 300;
}

.contact-breadcrumb-current {
    color: #e74c3c;
    font-weight: 500;
}

.contact-breadcrumb-home:hover {
    color: #f8f9fa;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .contact-hero-section {
        height: 70vh;
        min-height: 350px;
    }

    .contact-main-title {
        font-size: 3rem;
        letter-spacing: 1px;
    }

    .contact-breadcrumb-nav {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-hero-section {
        height: 60vh;
        min-height: 300px;
    }

    .contact-main-title {
        font-size: 2.2rem;
        letter-spacing: 0.5px;
    }

    .contact-breadcrumb-nav {
        font-size: 0.9rem;
    }

    .contact-breadcrumb-separator {
        margin: 0 8px;
    }
}

@media (min-width: 1200px) {
    .contact-main-title {
        font-size: 5.5rem;
        letter-spacing: 3px;
    }

    .contact-breadcrumb-nav {
        font-size: 1.3rem;
    }
}

.contact-main-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1000px;
    width: 100%;
    min-height: 600px;
    position: relative;
}

.contact-info-section {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 3rem 2.5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.contact-info-title {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.contact-info-subtitle {
    color: #c4c4c4;
    font-size: 1rem;
    margin-bottom: 3rem;
    font-weight: 400;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    color: white;
}

.contact-icon-wrapper {
    width: 24px;
    height: 24px;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon {
    font-size: 20px;
    color: white;
}

.contact-detail-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.contact-social-links {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
}

.contact-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

    .contact-social-icon:hover {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        transform: translateY(-2px);
    }

.contact-decorative-circles {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
}

.contact-circle-large {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    bottom: 0;
    right: 0;
}

.contact-circle-small {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    bottom: 60px;
    right: 60px;
}

.contact-form-section {
    padding: 3rem 2.5rem;
    position: relative;
}

.contact-form-group {
    margin-bottom: 1.5rem;
}

.contact-form-label {
    display: block;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-form-input {
    width: 100%;
    padding: 0.875rem 0;
    border: none;
    border-bottom: 2px solid #e5e7eb;
    background: transparent;
    font-size: 1rem;
    color: #374151;
    outline: none;
    transition: border-color 0.3s ease;
}

    .contact-form-input:focus {
        border-bottom-color: #ff5722;
    }

    .contact-form-input::placeholder {
        color: #9ca3af;
        font-size: 0.95rem;
    }

.contact-form-textarea {
    width: 100%;
    padding: 0.875rem 0;
    border: none;
    border-bottom: 2px solid #e5e7eb;
    background: transparent;
    font-size: 1rem;
    color: #374151;
    outline: none;
    resize: vertical;
    min-height: 100px;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.3s ease;
}

    .contact-form-textarea:focus {
        border-bottom-color: #ff5722;
    }

    .contact-form-textarea::placeholder {
        color: #9ca3af;
        font-size: 0.95rem;
    }

.contact-submit-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.contact-submit-btn {
    background: #ff5722;
    color: white;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .contact-submit-btn:hover {
        background: #e64a19;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
    }

.contact-send-icon-wrapper {
    width: 40px;
    height: 40px;
    background: #ff5722;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .contact-send-icon-wrapper:hover {
        background: #e64a19;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
    }

.contact-send-icon {
    color: white;
    font-size: 18px;
}

.contact-airplane-decoration {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 120px;
    height: 80px;
}

.contact-airplane-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2rem;
    color: #ff5722;
    transform: rotate(-45deg);
}

.contact-airplane-trail {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    width: 80px;
    height: 2px;
    background: repeating-linear-gradient( to right, #ff5722 0px, #ff5722 8px, transparent 8px, transparent 16px );
    opacity: 0.6;
}

@media (max-width: 768px) {
    body {
        padding: 1rem;
    }

    .contact-main-container {
        border-radius: 15px;
        min-height: auto;
    }

    .contact-info-section {
        border-radius: 15px 15px 0 0;
        padding: 2rem 1.5rem;
    }

    .contact-form-section {
        padding: 2rem 1.5rem;
    }

    .contact-info-title {
        font-size: 1.5rem;
    }

    .contact-airplane-decoration {
        display: none;
    }

    .contact-submit-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .contact-submit-btn {
        width: 100%;
        text-align: center;
    }

    .contact-send-icon-wrapper {
        align-self: center;
    }
}

@media (max-width: 576px) {
    .contact-info-section {
        padding: 1.5rem 1rem;
    }

    .contact-form-section {
        padding: 1.5rem 1rem;
    }

    .contact-social-links {
        margin-top: 2rem;
    }

    .contact-social-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}


.contact-section1 {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}
.contact-section2-header {
    text-align: center;
    padding: 40px 20px 20px;
    background-color: #ffffff;
}

.contact-section2-location-badge {
    color: #ff4444;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-section2-location-icon {
    font-size: 18px;
    color: #ff4444;
}

.contact-section2-main-title {
    color: #2c2c2c;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.contact-section2-map-container {
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0;
    padding: 0 15px;
}

.contact-section2-map-frame {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-section2-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 768px) {
    .contact-section2-main-title {
        font-size: 32px;
    }

    .contact-section2-header {
        padding: 30px 15px 15px;
    }

    .contact-section2-map-container {
        height: 400px;
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .contact-section2-main-title {
        font-size: 28px;
    }

    .contact-section2-header {
        padding: 20px 10px 10px;
    }

    .contact-section2-map-container {
        height: 350px;
        padding: 0 5px;
    }
}

@media (min-width: 1200px) {
    .contact-section2-map-container {
        height: 600px;
    }
}