    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
    }

    body {
        font-family: Arial, Helvetica, sans-serif;

        color: #333;
    }

    .container {
        max-width: 900px;
        margin: 0 auto;
        background: #ffffff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .section-container {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .section-container-box {
        padding: 2rem;
    }

    .top-header {
        background: #0F63FF;
        color: #fff;
        text-align: center;
        padding: 30px 15px;
    }

    .top-header span {
        color: #000;
    }

    .top-header h1 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .top-header p {
        font-size: 20px;
    }

    .d-flex {
        display: flex;
    }

    .justify-content-center {
        justify-content: center;
    }

    .padding-1 {
        padding: 1rem;
    }

    .main-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 30px 0;
        flex-wrap: wrap;
    }

    .left-content {
        max-width: 55%;
    }

    .left-content h2 {
        font-size: 48px;
        color: #1f5fd6;
        margin: 0 0 10px;
    }

    .left-content h3 {
        font-size: 20px;
        margin: 0 0 30px;
    }

    .call-btn {
        display: inline-block;
        background: #1f5fd6;
        color: #fff;
        padding: 15px 35px;
        border-radius: 40px;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        transition: 0.3s;
    }

    .call-btn:hover {
        background: #174bb1;
    }

    .right-content {
        max-width: 40%;
        text-align: center;
    }

    .right-content img {
        width: 100%;
        max-width: 280px;
    }

    .bottom-bar {
        background: #000;
        color: #fff;
        text-align: center;
        padding: 20px;
        font-size: 24px;
    }

    .banner-image {
        width: 344px;
        height: 100px;
    }

    .img-fluid {
        width: 100%;

    }

    .top-black-bar {
        background: #000;
        color: #fff;
        padding: 30px;
    }

    .section-container .top-black-bar h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

    .top-black-bar p {
        margin: 10px 0 0;
        font-size: 20px;
        color: #ddd;
    }

    .car-image {
        position: relative;
    }

    .car-image img {
        width: 100%;
        display: block;
    }

    .call-button {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        background: #1f5fd6;
        color: #fff;
        padding: 18px 40px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        transition: 0.3s;
        white-space: nowrap;
    }

    .call-button:hover {
        background: #174bb1;
    }

    .section-container .support-section h2 {
        color: #1f5fd6;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 0 20px;
    }

    .support-section .call-text {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .divider {
        width: 100%;
        height: 2px;
        background: #ccc;
        margin: 20px 0 30px;
    }

    .support-list {
        margin: 0 0 20px 20px;
        padding: 0;
        font-size: 18px;
        line-height: 1.8;
    }

    .low-audio-quality {
        height: 250px;
    }

    .low-audio-quality img {
        width: 100%;
        object-fit: cover;
    }

    .section-container h2 {
        color: #1f5fd6;
        font-size: 42px;
    }

    .section-container h2 {
        font-size: 26px;
    }

    .section-container-box ul {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .image-container img {
        width: 100%;
    }

    .highlight-title {
        margin-bottom: 1rem;
    }

    .section-container-box .content p {
        font-size: 1.2rem;
    }

    .cta-button {
        padding: 1rem 0;
    }

    .disclaimer {
        padding: 2rem;
        background: #D9D9D9;
    }

    .disclaimer-title {
        margin-top: 2rem;
    }

    .section-container-box h3 {
        font-size: 1.5rem;
    }

    .margin-top-1 {
        margin-top: 1rem;
    }

    .footer-links {
        display: flex;
        justify-content: end;
        margin-top: 1rem;
    }

    .footer-links a {
        text-decoration: none;
        color: #000;
    }

    @media(max-width: 768px) {
        .right-content {
            max-width: 150px;
        }

        .left-content h2 {
            font-size: 35px;
        }
    }