* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

:root {
    --orange: #FF6B00;
    --dark-bg: #0A0A0A;
    --white: #FFFFFF;
}

body {
    color: var(--white);
    line-height: 1.6;
    background-color: var(--dark-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&family=Raleway:wght@100;200;300&display=swap');

/* Navigation */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.5rem 8%;
    z-index: 10;
    background-color: #1A1A1A;
}

.nav-center {
    display: flex;
    margin: 0 auto;
    gap: 15px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 2rem;
}

.logo-text {
    font-family: 'Rammetto One', cursive;
    font-size: 1.8rem;
    color: var(--orange);
    text-shadow: 0 2px 10px rgba(255, 105, 0, 0.3);
    transition: text-shadow 0.3s ease, transform 0.3s ease;
}

.logo:hover .logo-text {
    text-shadow: 0 4px 15px rgba(255, 105, 0, 0.5);
    transform: scale(1.05);
}

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

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

.logo:hover {
    opacity: 0.9;
    text-decoration: none;
    color: var(--white);
}

.logo span {
    color: var(--orange);
    font-weight: 200;
    margin-left: 2px;
}

.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.hero-logo {
    max-width: 90%;
    height: auto;
    max-height: 200px;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
    transition: transform 0.5s ease, filter 0.5s ease;
}

.hero-content:hover .hero-logo {
    transform: scale(1.02);
    filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.4));
}

.search-icon {
    color: var(--white);
    font-size: 1.1rem;
    cursor: pointer;
}

/* Adding a gradient background with subtle animation */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    position: relative;
    background: linear-gradient(135deg, #001f3f 0%, #002f5f 50%, #001a33 100%);
    background-size: 200% 200%;
    animation: gradientAnimation 15s ease infinite;
    overflow: hidden;
}

/* Add floating particles effect */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 65% 25%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%);
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 31, 63, 0) 0%, rgba(0, 31, 63, 0.8) 90%);
    z-index: 1;
}

/* Content container with card-like styling */
.hero-content {
    max-width: 650px;
    padding: 4rem;
    text-align: center;
    position: relative;
    z-index: 2;
    background: rgba(0, 15, 30, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-content:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

/* Style the text that says "BETTER" and "EV LEASE DEALS" */
.highlight {
    color: var(--orange);
    font-weight: 300;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 5px;
    text-shadow: 0 2px 10px rgba(255, 105, 0, 0.3);
    font-size: 1.2rem;
}

.lease-deals {
    display: block;
    letter-spacing: 2px;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
}

/* Improve subheadline */
.subheadline {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    max-width: 100%;
    white-space: normal;
    opacity: 0.9;
    letter-spacing: 0.5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Enhance CTA buttons */
.cta-container {
    margin: 2.5rem 0 1rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cta-button {
    padding: 1rem 2rem;
    font-size: 1rem;
    color: var(--white);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.cta-button:hover::before {
    transform: translateX(100%);
}

.customer-btn {
    background: linear-gradient(to right, #ff6900, #ff8124);
    box-shadow: 0 10px 20px rgba(255, 105, 0, 0.3);
    font-size: 1rem;
    padding: 1rem 2.2rem;
}

.customer-btn::after {
    content: '→';
    margin-left: 8px;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.customer-btn:hover::after {
    transform: translateX(4px);
}

.customer-btn:hover {
    background: linear-gradient(to right, #ff7a1f, #ff8f3e);
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(255, 105, 0, 0.4);
}

.broker-btn {
    background-color: transparent;
    border: 2px solid var(--white);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
}

.broker-btn.small {
    font-size: 0.5rem;
    padding: 0.4rem 0.9rem;
    margin: 0;
}

.broker-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--orange);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.2);
}

.stat-highlight {
    margin-top: 2.5rem;
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.85;
}

.broker-container {
    display: none;
}

.how-it-works-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    padding: 1rem 2.2rem;
    position: relative;
    z-index: 1;
}

.how-it-works-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    border-radius: 50px;
}

.how-it-works-btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

.how-it-works-btn:hover::before {
    opacity: 1;
}

.how-it-works-btn::after {
    content: '?';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-left: 8px;
    font-size: 0.8rem;
    line-height: 18px;
    text-align: center;
}

/* Add floating animation to hero content */
/* @keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
} */

.hero-content {
    /* animation: float 6s ease-in-out infinite; */
    /* Animation removed as requested by client */
}

/* Newsletter Section Styles */
.newsletter-section {
    background: linear-gradient(to bottom, #0A0A0A, #1A1A1A);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-container {
    max-width: 800px;
    width: 100%;
    background: rgba(26, 26, 26, 0.8);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-content {
    text-align: center;
}

.newsletter-content h2 {
    font-size: 2.2rem;
    color: var(--orange);
    margin-bottom: 15px;
}

.newsletter-content p {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 25px;
    opacity: 0.9;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.newsletter-input-container {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-input-container input {
    flex: 1;
    padding: 15px 20px;
    border-radius: 50px 0 0 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-input-container input:focus {
    border-color: var(--orange);
    background: rgba(255, 255, 255, 0.15);
}

.newsletter-input-container input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-btn {
    background: linear-gradient(to right, #ff6900, #ff8124);
    color: var(--white);
    border: none;
    border-radius: 0 50px 50px 0;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: linear-gradient(to right, #ff7a1f, #ff8f3e);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 105, 0, 0.4);
}

.newsletter-consent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.newsletter-consent input {
    width: 18px;
    height: 18px;
    accent-color: var(--orange);
}

.newsletter-consent label {
    color: var(--white);
    font-size: 0.9rem;
    opacity: 0.8;
}

.newsletter-success {
    color: var(--orange);
    margin-top: 20px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .newsletter-container {
        padding: 30px 20px;
    }
    
    .newsletter-content h2 {
        font-size: 1.8rem;
    }
    
    .newsletter-content p {
        font-size: 1rem;
    }
    
    .newsletter-input-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .newsletter-input-container input {
        border-radius: 50px;
        width: 100%;
    }
    
    .newsletter-btn {
        border-radius: 50px;
        width: 100%;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    background-color: #1a1a1a;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    border-radius: 15px;
    padding: 30px;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    margin: 20px;
}

.close-button {
    position: sticky;
    top: 0;
    right: 0;
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 2;
}

.close-button:hover {
    color: white;
}

/* Ensure smooth scrolling */
.modal-content {
    scrollbar-width: thin;
    scrollbar-color: #888 #1a1a1a;
}

/* Custom scrollbar styling for webkit browsers */
.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.modal-content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

/* Ensure content has some breathing room at the bottom */
.modal-content > :last-child {
    margin-bottom: 20px;
}

.modal-content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 300;
    color: var(--orange);
    text-align: center;
}

.steps-container {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.step {
    display: grid;
    grid-template-columns: 40px auto 1fr;
    gap: 1.5rem;
    align-items: start;
    padding: 1.5rem;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
}

.step-number {
    background-color: var(--orange);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    grid-column: 1;
}

.step h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--orange);
    text-align: left;
    grid-column: 2;
    margin-top: 0.5rem;
}

.step p {
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.9;
    font-weight: 300;
    grid-column: 3;
}

.bonus-info {
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 10px;
    background-color: rgba(255, 107, 0, 0.1);
}

.note {
    font-size: 0.9rem;
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.note i {
    color: var(--orange);
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        padding: 1rem 5%;
        position: relative;
        justify-content: flex-start;
        height: auto;
    }
    
    .logo {
        margin: 0 auto 15px auto;
    }
    
    .nav-center, .nav-right {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 10px 0;
    }
    
    .nav-link {
        margin: 5px 10px;
        font-size: 0.9rem;
    }
    
    /* Fix hero area padding for mobile */
    .hero {
        padding-top: 120px;
        height: auto;
        min-height: 100vh;
    }
    
    .hero-content {
        padding: 2rem;
        margin-top: 60px;
    }
    
    .cta-container {
        flex-direction: column;
        align-items: center;
    }
    
    .broker-btn.small {
        font-size: 0.45rem;
        padding: 0.35rem 0.8rem;
    }
    
    .hero {
        background-position: 70% center;
    }
    
    .hero-content {
        padding: 2rem;
        margin-left: 5%;
        max-width: 90%;
    }
    
    h1 {
        font-size: 3rem;
    }
    
    .subheadline {
        font-size: 1.3rem;
    }
    
    .cta-button {
        width: auto;
        min-width: 160px;
        font-size: 0.8rem;
        padding: 0.65rem 1.3rem;
    }
    
    .broker-container {
        display: none;
    }
    
    .broker-container .broker-btn {
        display: none;
    }

    .modal-content {
        padding: 2rem;
        width: 95%;
    }

    .step {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
    }

    .step-number {
        margin: 0 auto;
    }
    
    .step h3 {
        text-align: center;
        grid-column: 1;
        margin: 0.5rem 0;
    }
    
    .step p {
        grid-column: 1;
        text-align: center;
    }

    .blog-cta .cta-button {
        margin: 8px 5px;
    }
}

/* Add styles for the deals button */
.deals-btn {
    background-color: var(--orange);
}

.deals-btn.active {
    background-color: #ff7d1f;
}

.deals-btn.small {
    font-size: 0.5rem;
    padding: 0.4rem 0.9rem;
    margin: 0;
}

/* Deals page specific styles */
.deals-hero {
    background-color: var(--dark-bg);
    padding: 120px 20px 60px;
    text-align: center;
    background: linear-gradient(135deg, #001f3f 0%, #002f5f 50%, #001a33 100%);
    background-size: 200% 200%;
    animation: gradientAnimation 15s ease infinite;
    overflow: hidden;
    position: relative;
}

.deals-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 65% 25%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%);
    z-index: 1;
}

.deals-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 31, 63, 0) 0%, rgba(0, 31, 63, 0.8) 90%);
    z-index: 1;
}

.calculator-hero h1, .deals-content h1, .broker-content h1, .blog-hero h1, .policy-hero h1 {
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.calculator-hero p, .deals-features, .broker-intro, .blog-intro {
    position: relative;
    z-index: 2;
}

.deals-content {
    max-width: 1200px;
    margin: 0 auto;
}

.deals-content h1 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.deals-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature {
    color: white;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
}

.feature i {
    font-size: 2rem;
    color: var(--orange);
    margin-bottom: 15px;
}

.feature h3 {
    margin: 10px 0;
    font-size: 1.2rem;
}

.feature p {
    color: #888;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Filters */
.deals-filters {
    background-color: var(--darker-bg);
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.filter-group {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-group select {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: var(--dark-bg);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    min-width: 200px;
}

/* Deals Container */
.deals-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.deal-card {
    background-color: var(--dark-bg);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.deal-card:hover {
    transform: translateY(-5px);
}

.deal-image {
    position: relative;
    width: 100%;
    height: 200px;
}

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

.deal-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--orange);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
}

.deal-info {
    padding: 20px;
    color: white;
}

.deal-info h3 {
    margin: 0 0 15px 0;
    font-size: 1.2rem;
}

.deal-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #888;
}

.deal-specs span i {
    color: var(--orange);
    margin-right: 5px;
}

.deal-price {
    margin-bottom: 20px;
}

.monthly {
    margin-bottom: 5px;
}

.amount {
    font-size: 1.8rem;
    color: var(--orange);
    font-weight: bold;
}

.period {
    color: #888;
    font-size: 0.9rem;
}

.due-signing {
    font-size: 0.9rem;
    color: #888;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .deals-content h1 {
        font-size: 2rem;
    }

    .filter-group select {
        width: 100%;
    }

    .deals-container {
        grid-template-columns: 1fr;
    }
}

/* Get Started Form Styles */
.form-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
    background: url('./road.png') no-repeat center center/cover;
    position: relative;
}

.form-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7));
    z-index: 1;
}

.form-step {
    max-width: 600px;
    width: 100%;
    text-align: center;
    padding: 40px;
    background-color: rgba(26, 26, 26, 0.8);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

.form-step h1, .form-step h2, .form-step p {
    position: relative;
    z-index: 2;
}

.form-step h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--white);
}

.form-step h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--white);
    font-weight: normal;
}

.form-step p {
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1rem;
}

/* Style the welcome step differently */
#step1 {
    max-width: 650px;
    background-color: rgba(26, 26, 26, 0.9);
    border: 1px solid rgba(255, 107, 0, 0.2);
}

#step1 h1 {
    color: var(--orange);
    margin-bottom: 30px;
}

#step1 p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

#welcomeNext {
    margin-top: 30px;
    font-size: 1.1rem;
    padding: 15px 35px;
    background-color: var(--orange);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.3);
    transition: all 0.3s ease;
}

#welcomeNext:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 107, 0, 0.4);
}

.region-options, .popular-makes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 30px 0;
}

.region-btn, .make-btn {
    padding: 15px 20px;
    font-size: 1rem;
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.region-btn:hover, .make-btn:hover {
    background-color: rgba(255, 107, 0, 0.2);
    border-color: var(--orange);
}

.region-btn.selected, .make-btn.selected {
    background-color: var(--orange);
    border-color: var(--orange);
}

.make-search {
    margin-bottom: 30px;
}

.form-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.form-navigation button {
    min-width: 120px;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 1rem;
}

.form-navigation .back-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.form-navigation .next-btn {
    background-color: var(--orange);
    border: none;
}

.form-navigation .next-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .form-step {
        padding: 20px;
        margin: 20px;
    }

    .form-step h2 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .select-container select {
        font-size: 0.9rem;
    }
}

.select-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.select-container select {
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}

.select-container select:focus {
    outline: none;
    border-color: var(--orange);
}

.select-container select option {
    background-color: #1a1a1a;
    color: var(--white);
    padding: 15px;
}

/* New styles for text inputs and form elements */
.input-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    text-align: left;
}

.input-container label {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-size: 0.9rem;
}

.input-container input[type="text"],
.input-container input[type="email"],
.input-container input[type="tel"] {
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.input-container input:focus {
    outline: none;
    border-color: var(--orange);
    background-color: rgba(255, 255, 255, 0.15);
}

.input-container input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-disclaimer {
    font-size: 0.8rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
    font-style: italic;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    text-align: left;
}

.checkbox-container input[type="checkbox"] {
    margin-top: 3px;
    cursor: pointer;
}

.checkbox-container label {
    color: var(--white);
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Thank you page styles */
.thank-you-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.thank-you-icon {
    font-size: 4rem;
    color: var(--orange);
    margin-bottom: 20px;
}

.thank-you-content p {
    margin-bottom: 10px !important;
}

.thank-you-content .cta-button {
    margin-top: 20px;
}

/* Broker Info Button */
.broker-info-btn {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    padding: 0.72rem 1.6rem;
    opacity: 0.9;
}

.broker-info-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--orange);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.2);
}

/* Broker Page Styles */
.broker-hero {
    background-color: var(--dark-bg);
    padding: 120px 20px 60px;
    text-align: center;
    background: linear-gradient(135deg, #001f3f 0%, #002f5f 50%, #001a33 100%);
    background-size: 200% 200%;
    animation: gradientAnimation 15s ease infinite;
    overflow: hidden;
    position: relative;
}

.broker-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 65% 25%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%);
    z-index: 1;
}

.broker-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 31, 63, 0) 0%, rgba(0, 31, 63, 0.8) 90%);
    z-index: 1;
}

.broker-content {
    max-width: 1200px;
    margin: 0 auto;
}

.broker-content h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 20px;
    text-transform: none;
    display: block;
    letter-spacing: 0;
    text-align: center;
}

.broker-intro {
    color: #ccc;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.broker-main {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.broker-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
    align-items: center;
}

.broker-section.reverse {
    grid-template-columns: 1fr 1fr;
    direction: rtl;
}

.broker-section.reverse .broker-text {
    direction: ltr;
}

.broker-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--orange);
    font-weight: 300;
}

.broker-text p {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #ddd;
}

.broker-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.broker-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    color: #ddd;
}

.broker-list li i {
    color: var(--orange);
    margin-right: 10px;
    font-size: 1.1rem;
    margin-top: 3px;
}

.broker-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.broker-cta {
    background-color: rgba(255, 107, 0, 0.1);
    padding: 60px 20px;
    text-align: center;
    margin-top: 40px;
}

.broker-cta h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: white;
}

.broker-cta p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #ddd;
}

@media (max-width: 768px) {
    .broker-section,
    .broker-section.reverse {
        grid-template-columns: 1fr;
        direction: ltr;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .broker-content h1 {
        font-size: 2.5rem;
    }
    
    .broker-text h2 {
        font-size: 1.8rem;
    }
    
    .broker-image {
        order: -1;
    }
    
    .broker-cta {
        padding: 40px 20px;
    }
    
    .broker-cta h2 {
        font-size: 1.8rem;
    }
}

/* Blog Button */
.blog-btn {
    background-color: rgba(255, 107, 0, 0.8);
    font-size: 0.5rem;
    padding: 0.4rem 0.9rem;
    margin: 0;
}

.blog-btn:hover {
    background-color: var(--orange);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 107, 0, 0.2);
}

.blog-btn.active {
    background-color: var(--orange);
}

/* Blog Page Styles */
.blog-hero {
    background-color: var(--dark-bg);
    padding: 120px 20px 60px;
    text-align: center;
    background: linear-gradient(135deg, #001f3f 0%, #002f5f 50%, #001a33 100%);
    background-size: 200% 200%;
    animation: gradientAnimation 15s ease infinite;
    overflow: hidden;
    position: relative;
}

.blog-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 65% 25%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%);
    z-index: 1;
}

.blog-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 31, 63, 0) 0%, rgba(0, 31, 63, 0.8) 90%);
    z-index: 1;
}

.blog-hero .blog-content {
    max-width: 800px;
    margin: 0 auto;
}

.blog-hero h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 20px;
    text-transform: none;
    display: block;
    letter-spacing: 0;
    text-align: center;
}

.blog-intro {
    color: #ccc;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.blog-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
}

.blog-sidebar {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    height: fit-content;
}

.blog-categories, .blog-recent {
    margin-bottom: 30px;
}

.blog-sidebar h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--orange);
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.blog-sidebar ul {
    list-style: none;
    padding: 0;
}

.blog-sidebar ul li {
    margin-bottom: 10px;
}

.blog-sidebar ul li a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-sidebar ul li a:hover {
    color: var(--orange);
}

.blog-main {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
}

.blog-welcome h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: white;
    font-weight: 400;
}

.blog-date {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 20px;
    font-style: italic;
}

.blog-featured-image {
    margin-bottom: 20px;
}

.blog-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.blog-content p {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #ddd;
}

.blog-content ul {
    margin: 20px 0;
    padding-left: 20px;
    color: #ddd;
}

.blog-content ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.blog-content a {
    color: var(--orange);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-content a:hover {
    text-decoration: underline;
}

.blog-cta {
    background-color: rgba(255, 107, 0, 0.1);
    padding: 60px 20px;
    text-align: center;
    margin-top: 40px;
}

.blog-cta h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: white;
}

.blog-cta p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 30px;
    color: #ddd;
}

.blog-cta .cta-button {
    margin: 0 10px;
    display: inline-block;
}

/* Modal button container */
.button-container {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.modal-content .button-container .cta-button {
    min-width: 160px;
    margin: 0 auto;
    font-size: 0.85rem;
    padding: 0.7rem 1.5rem;
}

@media (max-width: 900px) {
    .blog-container {
        grid-template-columns: 1fr;
    }
    
    .blog-hero h1 {
        font-size: 2.5rem;
    }
    
    .blog-intro {
        font-size: 1rem;
    }
}

/* Navigation Links */
.nav-link {
    color: var(--white);
    text-decoration: none;
    padding: 8px 15px;
    font-size: 0.95rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.nav-link:hover {
    color: var(--orange);
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--orange);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-right {
    justify-self: end;
    display: flex;
    align-items: center;
}

/* Update CTA Container */
.cta-container {
    margin: 2.5rem 0 1rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Update Logo */
.logo {
    font-size: 1.3rem;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    color: var(--white);
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mobile Navigation Adjustments */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 21px;
        cursor: pointer;
        position: absolute;
        top: 1.5rem;
        right: 5%;
        z-index: 30;
    }
    
    .menu-toggle span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: var(--white);
        border-radius: 3px;
        transition: all 0.3s ease;
    }
    
    .navbar {
        flex-direction: column;
        padding: 1rem 5%;
        position: relative;
        justify-content: flex-start;
        height: auto;
    }
    
    .logo {
        margin: 0 auto 15px auto;
    }
    
    .nav-center, .nav-right {
        display: none;
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding: 10px 0;
    }
    
    .nav-center.active, .nav-right.active {
        display: flex;
    }
    
    .nav-link {
        margin: 8px 0;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }
    
    /* Fix hero area padding for mobile */
    .hero {
        padding-top: 120px;
        height: auto;
        min-height: 100vh;
    }
    
    .hero-content {
        padding: 2rem;
        margin-top: 60px;
    }
}

.nav-link.active {
    color: var(--orange);
}

.nav-link.active::after {
    width: 100%;
}

/* Button States */
.next-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #888;
}

.next-btn.enabled {
    opacity: 1;
    cursor: pointer;
    background-color: var(--orange);
}

/* Ensure the default button state is clear */
.next-btn {
    min-width: 120px;
    padding: 12px 30px;
    font-size: 1rem;
    background-color: var(--orange);
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.next-btn:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
}

.next-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #888;
}

/* Textarea styling */
.input-container textarea {
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
    resize: vertical;
    min-height: 120px;
    line-height: 1.5;
    font-family: inherit;
}

.input-container textarea:focus {
    outline: none;
    border-color: var(--orange);
    background-color: rgba(255, 255, 255, 0.15);
}

.input-container textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Confirmation email note styling */
.confirmation-note {
    margin: 20px auto;
    padding: 15px 20px;
    background-color: rgba(255, 107, 0, 0.1);
    border-left: 3px solid var(--orange);
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    max-width: 450px;
    text-align: left;
}

.confirmation-note i {
    color: var(--orange);
    font-size: 1.5rem;
    margin-top: 3px;
}

.confirmation-note p {
    margin: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
}

/* Required field styling */
.required-field {
    color: var(--orange);
    font-weight: bold;
}

/* Checkbox specific styling */
.checkbox-container {
    position: relative;
}

.checkbox-container label {
    display: inline-block;
    max-width: 90%;
    vertical-align: top;
}

/* Contact Us Button */
.contact-btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    padding: 0.7rem 1.5rem;
}

.contact-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    border-color: var(--orange);
}

/* Blog Grid Layout */
.blog-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.blog-card {
    background-color: #1a1a1a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1/1;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.blog-image {
    height: 45%;
    overflow: hidden;
    position: relative;
}

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

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

.blog-card .blog-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.blog-date,
.blog-category {
    font-size: 0.7rem;
    font-weight: 600;
    color: #888;
    letter-spacing: 1px;
}

.blog-category {
    color: var(--orange);
}

.blog-card h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    line-height: 1.3;
}

.blog-card p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #bbb;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.read-more-btn {
    color: var(--orange);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem;
    transition: color 0.3s ease;
    align-self: flex-start;
    display: inline-block;
    margin-top: auto;
}

.read-more-btn:hover {
    color: white;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .blog-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        padding: 0 15px;
    }
}

/* Blog Post Specific Styles */
.blog-post-header {
    background-color: var(--dark-bg);
    padding: 120px 20px 30px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.blog-post-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.blog-post-date {
    font-size: 0.9rem;
    font-weight: 600;
    color: #888;
    letter-spacing: 1px;
}

.blog-post-category {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--orange);
    letter-spacing: 1px;
}

.blog-post-title {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.blog-post-featured-image {
    max-width: 900px;
    height: 400px;
    margin: 0 auto 40px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 60px;
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 40px;
}

.blog-post-content {
    color: #ddd;
}

.blog-post-content h2 {
    font-size: 1.5rem;
    color: white;
    margin: 30px 0 15px;
    font-weight: 500;
}

.blog-post-content p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 1rem;
}

.blog-post-content ul {
    margin: 15px 0;
    padding-left: 20px;
}

.blog-post-content li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.blog-post-content a {
    color: var(--orange);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-post-content a:hover {
    text-decoration: underline;
}

.blog-post-related {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.blog-post-related h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--orange);
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.blog-related-card {
    margin-bottom: 15px;
}

.blog-related-card a {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.blog-related-card a:hover {
    transform: translateY(-3px);
}

.blog-related-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.blog-related-card h4 {
    font-size: 0.9rem;
    color: white;
    line-height: 1.4;
    font-weight: 400;
}

@media (max-width: 900px) {
    .blog-post-container {
        grid-template-columns: 1fr;
    }
    
    .blog-post-related {
        position: static;
    }
    
    .blog-post-featured-image {
        height: 300px;
    }
    
    .blog-post-title {
        font-size: 2rem;
    }
}

/* Footer Styles */
.footer {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 20px;
    text-align: center;
    margin-top: auto;
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.copyright {
    color: #888;
    font-size: 0.8rem;
}

.footer-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-link {
    color: #888;
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--orange);
}

.partnership-btn {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #aaa;
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.partnership-btn i {
    font-size: 0.8rem;
}

.partnership-btn:hover {
    background-color: rgba(255, 107, 0, 0.1);
    border-color: var(--orange);
    color: var(--white);
}

.partnership-section {
    text-align: center;
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: auto;
}

.partnership-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.partnership-text {
    color: #aaa;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .footer-right, .footer-left {
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
}

/* Policy Page Styles */
.policy-hero {
    background-color: var(--dark-bg);
    padding: 120px 20px 60px;
    text-align: center;
    background: linear-gradient(135deg, #001f3f 0%, #002f5f 50%, #001a33 100%);
    background-size: 200% 200%;
    animation: gradientAnimation 15s ease infinite;
    overflow: hidden;
    position: relative;
}

.policy-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 8%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 6%),
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 65% 25%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 7%);
    z-index: 1;
}

.policy-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 31, 63, 0) 0%, rgba(0, 31, 63, 0.8) 90%);
    z-index: 1;
}

.policy-content {
    max-width: 800px;
    margin: 0 auto;
}

.policy-hero h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 20px;
    text-transform: none;
    display: block;
    letter-spacing: 0;
    text-align: center;
}

.policy-date {
    color: #aaa;
    font-size: 0.9rem;
    font-style: italic;
}

.policy-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px 60px;
    color: #ddd;
    line-height: 1.6;
}

.policy-section {
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
}

.policy-section h2 {
    font-size: 1.8rem;
    color: var(--orange);
    margin-bottom: 20px;
    font-weight: 400;
}

.policy-section h3 {
    font-size: 1.4rem;
    color: white;
    margin: 25px 0 15px;
    font-weight: 400;
}

.policy-section p {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.6;
}

.policy-section ul {
    margin: 15px 0 20px 20px;
}

.policy-section li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.policy-section a {
    color: var(--orange);
    text-decoration: none;
    transition: color 0.3s ease;
}

.policy-section a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .policy-hero h1 {
        font-size: 2.2rem;
    }
    
    .policy-section {
        padding: 20px;
    }
    
    .policy-section h2 {
        font-size: 1.5rem;
    }
    
    .policy-section h3 {
        font-size: 1.2rem;
    }
}

/* Legal Pages (Privacy Policy & Terms of Service) */
.legal-page {
    padding: 60px 0;
    background-color: #f9f9f9;
    color: #333;
}

.legal-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    color: #333;
}

.legal-container h1 {
    color: #1E3A8A;
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-align: center;
}

.effective-date {
    color: #666;
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-section {
    margin-bottom: 30px;
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: #333;
}

.legal-section h2 {
    color: #1E3A8A;
    font-size: 1.5rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.legal-section h3 {
    color: #2d3748;
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-top: 20px;
}

.legal-section p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.legal-section ul {
    margin-left: 20px;
    margin-bottom: 15px;
    color: #333;
}

.legal-section li {
    margin-bottom: 8px;
    line-height: 1.5;
    color: #333;
}

.legal-section a {
    color: #3182ce;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

/* Override navbar colors when on legal pages */
.legal-page .navbar a,
.legal-page .logo,
.legal-page .logo span,
.legal-page .nav-link {
    color: var(--white);
}

@media (max-width: 768px) {
    .legal-page {
        padding: 40px 0;
    }
    
    .legal-container h1 {
        font-size: 2rem;
    }
    
    .legal-section {
        padding: 20px;
    }
    
    .legal-section h2 {
        font-size: 1.3rem;
    }
}

/* Contact Page Styles */
.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/ev-contact-hero.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.contact-hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 300;
}

.contact-hero p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info {
    padding: 30px;
}

.contact-info h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 300;
}

.contact-info p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-method i {
    font-size: 24px;
    color: #0E8388;
    margin-top: 5px;
}

.contact-method h3 {
    margin: 0 0 5px;
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.contact-method p {
    margin: 0;
    color: #666;
}

.contact-form-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.contact-form {
    width: 100%;
}

.contact-form h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 30px;
    font-weight: 300;
    text-align: center;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #0E8388;
    outline: none;
}

.submit-btn {
    background-color: #0E8388;
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: block;
    width: 100%;
    font-weight: 500;
}

.submit-btn:hover {
    background-color: #0a6568;
}

.thank-you-content {
    text-align: center;
    padding: 20px;
}

.thank-you-icon {
    font-size: 60px;
    color: #0E8388;
    margin-bottom: 20px;
}

.thank-you-content h2 {
    color: #333;
    margin-bottom: 15px;
}

.thank-you-content p {
    color: #666;
    margin-bottom: 30px;
}

/* Responsive Styles for Contact Page */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .contact-hero h1 {
        font-size: 2rem;
    }
    
    .contact-form-container {
        padding: 30px 20px;
    }
} 

/* Menu toggle active state */
.menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
} 

/* Footer newsletter styles */
.footer-newsletter {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 20px;
}

.footer-newsletter p {
    font-size: 0.9rem;
    color: var(--white);
    opacity: 0.8;
    margin-bottom: 10px;
}

.footer-newsletter-form {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
}

.footer-newsletter-form input {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 15px;
    color: var(--white);
    font-size: 0.9rem;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.footer-newsletter-form input:focus {
    border-color: var(--orange);
}

.footer-newsletter-form button {
    background: var(--orange);
    color: var(--white);
    border: none;
    padding: 8px 15px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-newsletter-form button:hover {
    background: #ff8124;
}

@media (max-width: 768px) {
    .footer-newsletter-form {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-newsletter-form input,
    .footer-newsletter-form button {
        width: 100%;
        border-radius: 4px;
    }
}

/* Location Page Styles */
.location-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #001f3f 0%, #002f5f 50%, #001a33 100%);
    background-size: 200% 200%;
    animation: gradientAnimation 15s ease infinite;
    overflow: hidden;
    padding: 120px 20px 40px;
}

.location-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 1;
}

.location-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: var(--orange);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.location-intro {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
}

.location-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #080f1a;
}

.location-main h2 {
    color: var(--orange);
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}

.location-incentives {
    margin-bottom: 60px;
}

.incentive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.incentive-card {
    background: rgba(26, 26, 26, 0.8);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.incentive-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.incentive-card i {
    font-size: 2.5rem;
    color: var(--orange);
    margin-bottom: 20px;
}

.incentive-card h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.incentive-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.5;
}

.location-benefits {
    margin-bottom: 60px;
    background: rgba(26, 26, 26, 0.8);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.benefits-content ul {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.benefits-content li {
    color: #fff;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-size: 1.1rem;
}

.benefits-content li:before {
    content: "✓";
    color: var(--orange);
    position: absolute;
    left: 0;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.area-item {
    background: rgba(26, 26, 26, 0.8);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}

.area-item:hover {
    background: rgba(255, 105, 0, 0.1);
    border-color: var(--orange);
}

.location-cta {
    text-align: center;
    padding: 60px 20px;
    background: rgba(255, 105, 0, 0.1);
    margin-top: 60px;
    position: relative;
}

.location-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 105, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.location-cta h2 {
    color: var(--orange);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.location-cta p {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.location-cta .cta-button {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .location-content h1 {
        font-size: 2.5rem;
    }
    
    .location-intro {
        font-size: 1rem;
    }
    
    .incentive-grid {
        grid-template-columns: 1fr;
    }
    
    .areas-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .location-main h2 {
        font-size: 1.8rem;
    }
    
    .location-benefits {
        padding: 20px;
    }
}