    box-sizing: border-box;
    transition: border 0.2s, box-shadow 0.2s;
}
#contactForm input:focus,
#contactForm textarea:focus {
    border: 1.5px solid #4fc3f7;
    outline: none;
    box-shadow: 0 0 0 2px #b3e5fc33;
}
#contactForm textarea {
    min-height: 90px;
    resize: vertical;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}
#contactForm .btn {
    width: 100%;
    max-width: 400px;
    background: #4fc3f7;
    color: #fff;
    padding: 0.9rem 0;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(79,195,247,0.10);
}
#contactForm .btn:hover {
    background: #0288d1;
}
#contactForm {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 2.5rem auto 2rem auto;
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}
#contactForm label {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #222;
}
#contactForm input,
#contactForm textarea {
    width: 100%;
    max-width: 420px;
    padding: 0.9rem 1.1rem;
    border: 1.5px solid #e0e0e0;
    border-radius: 5px;
    font-size: 1.08rem;
    background: #fff;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    transition: border 0.2s, box-shadow 0.2s;
}
#contactForm input:focus,
#contactForm textarea:focus {
    border: 1.5px solid #4fc3f7;
    outline: none;
    box-shadow: 0 0 0 2px #b3e5fc33;
}
#contactForm textarea {
    min-height: 90px;
    resize: vertical;
}
#contactForm .btn {
    width: 100%;
    max-width: 420px;
    background: #4fc3f7;
    color: #fff;
    padding: 0.9rem 0;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(79,195,247,0.10);
}
#contactForm .btn:hover {
    background: #0288d1;
}
#contactForm {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 2.5rem auto 2rem auto;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}
#contactForm label {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #222;
}
#contactForm input,
#contactForm textarea {
    width: 100%;
    max-width: 420px;
    padding: 0.9rem 1.1rem;
    border: 1.5px solid #e0e0e0;
    border-radius: 5px;
    font-size: 1.08rem;
    background: #fff;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    transition: border 0.2s, box-shadow 0.2s;
}
#contactForm input:focus,
#contactForm textarea:focus {
    border: 1.5px solid #4fc3f7;
    outline: none;
    box-shadow: 0 0 0 2px #b3e5fc33;
}
#contactForm textarea {
    min-height: 90px;
    resize: vertical;
}
#contactForm .btn {
    width: 100%;
    max-width: 420px;
    background: #4fc3f7;
    color: #fff;
    padding: 0.9rem 0;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.5rem;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(79,195,247,0.10);
}
#contactForm .btn:hover {
    background: #0288d1;
}
#contactForm {
    background: rgba(255,255,255,0.7);
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(79,195,247,0.18);
    padding: 2rem 1.5rem 2.5rem 1.5rem;
    margin: 2.5rem auto 2rem auto;
    max-width: 400px;
    width: 95%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: stretch;
    transition: box-shadow 0.3s;
}
#contactForm input,
#contactForm textarea {
    padding: 1rem 1.2rem;
    border: 1.5px solid #b3e5fc;
    border-radius: 8px;
    font-size: 1.08rem;
    background: #fafdff;
    transition: border 0.2s, box-shadow 0.2s, background 0.2s;
    box-shadow: 0 1px 8px rgba(79,195,247,0.08);
    margin-bottom: 0.2rem;
    width: 100%;
    box-sizing: border-box;
}
#contactForm input:focus,
#contactForm textarea:focus {
    border: 1.5px solid #0288d1;
    box-shadow: 0 0 0 2px #b3e5fc;
    outline: none;
    background: #fff;
}
/* Force small, centered contact form fields */
    #contactForm {
        background: rgba(255,255,255,0.7);
        border-radius: 18px;
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        border: 1.5px solid rgba(79,195,247,0.18);
        padding: 1.5rem 1.2rem 1.7rem 1.2rem;
        margin: 3rem auto 2rem auto;
        max-width: 340px;
        width: 95%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        transition: box-shadow 0.3s;
    }
/* Input group for contact form fields */
.input-group {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 0.7rem;
    .input-group {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        margin-bottom: 0.7rem;
    }
}
.input-group label {
    font-weight: 600;
    color: #0288d1;
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1.05rem;
    #contactForm input {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        height: 32px;
    }
    margin-bottom: 0.1rem;
}
.input-icon {
    font-size: 1.2em;
    color: #4fc3f7;
    display: inline-flex;
    align-items: center;
    margin-right: 0.2em;
}
/* Send button with icon styles */
    #contactForm textarea {
        width: 70%;
        min-width: 120px;
        max-width: 320px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: left;
    }
.btn .btn-icon-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
}
.btn .btn-icon-label svg {
    vertical-align: middle;
}
#contactForm input,
#contactForm textarea {
    padding: 1rem 1.2rem;
    border: 1.5px solid #b3e5fc;
    border-radius: 8px;
    font-size: 1.08rem;
    background: #fafdff;
#contactForm {
    background: rgba(255,255,255,0.7);
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(79,195,247,0.18);
    padding: 1.5rem 1.2rem 1.7rem 1.2rem;
    margin: 3rem auto 2rem auto;
    max-width: 340px;
    width: 95%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    transition: box-shadow 0.3s;
}
    letter-spacing: 0.5px;
    font-size: 1.02rem;
}
#contactForm textarea {
    min-height: 120px;
    resize: vertical;
}
/* --- Contact Page Modern Redesign --- */
#contactForm {
    background: rgba(255,255,255,0.7);
    border-radius: 18px;
#contactForm input,
#contactForm textarea {
    padding: 0.7rem 0.7rem;
    border: 1.5px solid #b3e5fc;
    border-radius: 8px;
    font-size: 1rem;
    background: rgba(255,255,255,0.85);
    transition: border 0.2s, box-shadow 0.2s, background 0.2s;
    box-shadow: 0 1px 8px rgba(79,195,247,0.08);
    margin-bottom: 0.2rem;
    width: 50px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
    transition: box-shadow 0.3s;
}
    align-items: center;
}
}
#contactForm input:focus,
#contactForm textarea:focus {
    border: 1.5px solid #0288d1;
    box-shadow: 0 0 0 2px #b3e5fc;
    outline: none;
    background: #fff;
}
#contactForm label {
.input-group label {
    font-weight: 600;
    color: #0288d1;
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1.01rem;
    margin-bottom: 0.1rem;
    justify-content: center;
}
    resize: vertical;
}
.btn {
    background: linear-gradient(90deg, #4fc3f7 60%, #0288d1 100%);
    color: #fff;
    padding: 0.9rem 1.7rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.08rem;
    margin-top: 1rem;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(79,195,247,0.10);
    letter-spacing: 0.5px;
}
.btn:hover {
    background: linear-gradient(90deg, #0288d1 60%, #4fc3f7 100%);
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 6px 20px rgba(79,195,247,0.18);
}
.contact {
    text-align: center;
}
#contactForm {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.5rem;
    align-items: stretch;
}
#contactForm label {
    text-align: left;
    font-weight: 500;
    margin-bottom: 0.2rem;
}
#contactForm input,
#contactForm textarea {
    padding: 0.75rem;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    font-size: 1rem;
    resize: none;
    background: #f5f7fa;
    transition: border 0.2s;
}
#contactForm input:focus,
#contactForm textarea:focus {
    border: 1.5px solid #4fc3f7;
    outline: none;
}
.btn {
    background: #4fc3f7;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1rem;
    margin-top: 1rem;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.btn:hover {
    background: #0288d1;
    transform: translateY(-2px) scale(1.03);
}
.social {
    margin-top: 2.2rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.social-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 1.2rem;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s, transform 0.2s, background 0.2s;
}
.social-icon:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.13);
    transform: scale(1.08);
    background: #e3f2fd;
}
.social-icon svg {
    width: 32px;
    height: 32px;
}
@media (max-width: 600px) {
    .contact {
        padding: 1rem 0.3rem 1.5rem 0.3rem;
    }
    .social {
        gap: 1rem;
    }
    .social-row {
        gap: 1.2rem;
    }
}

/* Contact info icons and hover */
.contact-info-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
}
.contact-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: background 0.2s;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
}
.contact-icon:hover {
    background: #e3f2fd;
}
.icon-img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    filter: grayscale(0.2);
    transition: filter 0.2s, transform 0.2s;
}
.contact-icon:hover .icon-img {
    filter: grayscale(0) brightness(1.2);
    transform: scale(1.15);
}
.contact-text {
    color: #222;
    font-size: 1rem;
    font-family: inherit;
    word-break: break-all;
}
body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f5f7fa;
    color: #222;
}
header {
    background: #222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.logo {
    font-size: 1.5rem;
    font-weight: bold;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
nav ul li.active a, nav ul li a:hover {
    color: #4fc3f7;
}
main {
    min-height: 70vh;
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
}
.hero {
    text-align: center;
    padding: 3rem 1rem 2rem 1rem;
    background: linear-gradient(120deg, #e3f2fd 0%, #fff 100%);
}
.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.btn {
    display: inline-block;
    background: #4fc3f7;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1rem;
    margin-top: 1rem;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
}
.btn:hover {
    background: #0288d1;
    transform: translateY(-2px) scale(1.03);
}
.featured, .listings {
    max-width: 1100px;
    margin: 2rem auto;
    text-align: center;
}
/* Car grid improvements for better alignment and equal height */
/* Car grid: 3 per row on desktop, 2 on tablet, 1 on mobile */
.car-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 2rem;
    justify-items: stretch;
    align-items: stretch;
}

@media (max-width: 900px) {
    .car-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .car-grid {
        grid-template-columns: 1fr;
    }
}
.car-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 1.5rem 1rem 2rem 1rem;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    max-width: 320px;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.car-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 6px 20px rgba(0,0,0,0.13);
}
.car-card img {
    width: 100%;
    max-width: 220px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    position: relative;
    bottom: 0;
    width: 100%;
}
@media (max-width: 900px) {
    header {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 1rem;
    }
    nav ul {
        gap: 1rem;
        flex-wrap: wrap;
    }
    main {
        padding: 1rem;
    }
}
@media (max-width: 600px) {
    header {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem 0.5rem;
    }
    nav ul {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        align-items: flex-start;
    }
    main {
        padding: 0.5rem;
    }
    .car-card {
        max-width: 100vw;
        width: 100vw;
        box-sizing: border-box;
    }
}
