/* General Body Styles */
body {
    background-color: #0A1925;
    color: #ffffff;
    font-family: 'Alumni Sans', sans-serif;
    font-size: 21px;
}

/* Typography */
h1, .h1 {
    font-family: 'League Gothic', sans-serif;
    font-size: 96px;
    text-transform: uppercase;
    color: #226092;
    background: linear-gradient(to bottom, #226092, #123652);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

h2, .h2 {
    font-family: 'League Gothic', sans-serif;
    font-size: 96px;
    text-transform: uppercase;
    color: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #8f8f8f);
    background: linear-gradient(to bottom, #ffffff, #8f8f8f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

h3, .h3 {
    font-family: 'League Gothic', sans-serif;
    font-size: 55px;
    text-transform: uppercase;
    color: #0A1925;
}

.tony-gradient {
    background: linear-gradient(to bottom, #226092, #123652);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #226092;
}

.normal-case {
    text-transform: none !important;
}

/* Buttons */
.btn-primary,
.btn-secondary,
.btn-info {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus,
.btn-secondary:hover, .btn-secondary:focus,
.btn-info:hover, .btn-info:focus {
    background-color: #236092;
    color: #ffffff;
}

.btn-primary {
    background-color: #d9d9d9;
    color: #0A1925;
    border-radius: 20px;
    font-family: 'League Gothic', sans-serif;
    font-size: 21px;
    padding: 0.25rem 1.5rem;
    border: none;
    text-transform: uppercase;
}

.btn-secondary {
    background-color: #d9d9d9;
    color: #0A1925;
    border-radius: 20px;
    font-family: 'League Gothic', sans-serif;
    font-size: 21px;
    padding: 0.25rem 1.5rem;
    border: none;
    text-transform: uppercase;
}

.btn-info {
    background-color: #216092;
    color: #ffffff;
    border-radius: 20px;
    font-family: 'League Gothic', sans-serif;
    font-size: 21px;
    padding: 0.25rem 1.5rem;
    border: none;
    text-transform: uppercase;
}


/* Navbar */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.navbar .nav-link {
    color: #ffffff;
    font-family: 'League Gothic', sans-serif;
    font-size: 21px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'League Gothic', sans-serif;
    transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #226092;
}

.navbar .logo {
    width: 278px;
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #0A1925;
}

.desktop-home {
    position: relative;
    height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A1925;
    opacity: 0.7;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: left;
    margin-top: 160px;
}

.hero-content h1 {
    font-size: 96px;
    text-shadow: none;
    background: linear-gradient(to bottom, #226092, #123652);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.hero-content .main-title {
    margin-bottom: 80px;
}

.hero-content .lead {
    font-size: 24px;
}

.hero-content .subtitle p {
    font-family: 'League Gothic', sans-serif;
    font-size: 48px;
    line-height: 1;
    max-width: 1158px;
    margin: 100px 0 0 0;
}

/* About Section */
.about-section {
    padding: 6rem 0;
}

.about-section h2 {
    color: #0A1925;
}

.about-section p {
    font-size: 18px;
    line-height: 1.6;
}

/* Featured Cars Section */
.featured-cars {
    padding: 6rem 0;
}

.featured-cars h2 {
    color: #0A1925;
}

.car-card {
    border: none;
}

.car-card-img-top {
    height: 200px;
    object-fit: cover;
}

.car-card-body {
    background-color: #f8f9fa;
}

.car-card-title {
    color: #0A1925;
}

/* Video Section */
.video-section {
    background-color: #000000;
    padding: 50px 0;
}

/* Content Section */
.content-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000000;
}

.video-title {
    font-family: 'League Gothic', sans-serif;
    font-size: 48px;
    color: #226092;
    text-shadow: none;
    background: linear-gradient(to bottom, #226092, #123652);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.redemption-title {
    padding-top: 80px;
    padding-bottom: 40px;
}

.about-section {
    padding-top: 40px;
}

/* Insurance Section */
.insurance-section {
    background-color: #d9d9d9;
    padding: 50px 0;
    color: #000000;
}

.insurance-text ul {
    list-style: disc;
    padding-left: 20px;
}

/* Footer */
footer {
    background-color: #123652;
    padding: 40px 0;
}

.footer-logo {
    width: 278px;
}

.footer-contact .email-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'League Gothic', sans-serif;
    font-size: 21px;
    display: inline-flex;
    align-items: center;
}

.footer-contact .email-icon {
    margin-right: 10px;
    width: 30px;
}

.social-icons a {
    margin: 0 5px;
}

.copyright {
    font-size: 14px;
    margin-top: 10px;
}

.copyright img {
    vertical-align: text-bottom;
}

.quote-text {
    font-size: 40px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 62px !important;
    }
    .navbar .logo {
        width: 190px;
    }
    .hero-content .subtitle p {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 50px;
    }
    .navbar-collapse {
        background-color: rgba(0,0,0,0.8);
        padding: 1rem;
        border-radius: .5rem;
    }
    .footer-logo {
        width: 190px;
    }
    .footer-contact,
    .social-icons,
    .copyright {
        text-align: center;
    }

    .footer-contact .email-link,
    .social-icons {
        justify-content: center;
    }
}
