* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

/* UNIQUE WRAPPER */
.auto-footer-container {
    width: 92%;
    margin: auto;
}

.auto-footer-section {
    background: #0b1c39 url('https://www.transparenttextures.com/patterns/dark-leather.png');
    padding-top: 0px;
    color: white;
    position: relative;
}

.auto-footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0px;
}

.auto-why-section {
    width: 65%;
}

.auto-why-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.auto-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

/* IMAGE */
.auto-image-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.auto-image-box img {
    width: 800px;
    max-width: 100%;
    height: auto;
    display: block;

    /* Blend with background */
    mix-blend-mode: lighten;
    opacity: 0.9;
}

/* FORM CARD */
.auto-card {
    background: #1a2b48;
    padding: 25px;
    width: 340px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
    margin-bottom: -110px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.auto-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.auto-short-divider {
    width: 35px;
    height: 2px;
    background: white;
    margin-bottom: 20px;
}

.auto-input-group {
    position: relative;
    margin-bottom: 8px;
}

.auto-input-group input,
.auto-input-group select {
    width: 100%;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #ccc;
    font-size: 25px;
    border-radius: 2px;
    appearance: none;
}

.auto-input-group i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 10px;
}

.auto-btn {
    width: 100%;
    background: linear-gradient(to bottom, #d32f2f 0%, #b71c1c 100%);
    color: white;
    border: none;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 3px;
    box-shadow: 0 3px 0 #7f1414;
}

.auto-btn:hover {
    background: #b71c1c;
}

.auto-red-line {
    height: 4px;
    background: #cc1f26;
    width: 100%;
    position: relative;
    z-index: 5;
}

/* CONTACT */
.auto-contact-bg {
    background: #0d1726;
    padding: 32px 0;
}

.auto-contact-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    margin-top:100px;
}

.auto-info {
    font-size: 28px;
    color: #fff;
    margin-bottom: 25px;
}

.auto-info i {
    margin-right: 8px;
}

.auto-sep {
    margin: 0 15px;
    color: #444;
}

.auto-btn-group {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.auto-nav-btn {
    background: #1c2d46;
    color: white;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #2a3b58;
}
