        body {

            font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
            font-size: 14px;
            color: #fff;
            margin: 0;
            padding: 0;
            width: 100%;
            overflow-x: hidden;
        }


        .hero-video {
            position: relative;
            width: 100vw;
            height: 100svh;
            overflow: hidden;
        }

        .hero-video video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


        /* Footer CSS*/
        .footer {
            background: #3b3b3b;
            color: #fff;
            padding: 60px 80px;
        }

        .footer-container {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 40px;
        }

        .footer-col h4,
        .footer-col h3 {
            margin-bottom: 20px;
            font-size: 18px;
        }

        .footer-col p {
            opacity: 0.8;
            font-size: 14px;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
        }

        .footer-col ul li {
            margin-bottom: 12px;
            font-size: 14px;
            cursor: pointer;
            opacity: 0.85;
            transition: 0.3s;
        }

        .footer-col ul li:hover {
            opacity: 1;
            transform: translateX(5px);
        }

        .brand {
            color: #ff4d4d;
            font-size: 22px;
        }

        .social li {
            display: flex;
            align-items: center;
        }

        /* logo brand */
        .brand-section {
            max-width: 1600px;
            height: auto;
            margin: 4vw auto;
            margin-bottom: 5vh;
            padding: 1vw 5vw;
            background-color: #777;
        }

        .brand-section h2 {
            font-size: 2vw;
            margin-bottom: 10px;
            padding-top: 20px;
            text-align: center;
            color: rgb(44, 203, 247);

            font-weight: bold;
            text-shadow: 2px 2px rgb(3, 3, 3);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding-bottom: 4px;
        }

        .brand-tabs {
            display: flex;
            gap: 25px;
            margin-bottom: 30px;
        }

        .brand-tabs span {
            font-size: 14px;
            cursor: pointer;
            color: #777;
            padding-bottom: 6px;
            color: #000;
        }

        .brand-tabs .active {
            color: #000;
            border-bottom: 2px solid #ff4d4d;
        }

        .brand-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 60px;
            margin-bottom: 50px;
            justify-content: center;
        }

        .brand-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 14px;
            height: 140px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: 0.3s ease;
            cursor: pointer;
        }

        .brand-card img {
            max-height: 45px;
            margin-bottom: 10px;
            max-width: 100%;
            object-fit: contain;
        }

        .brand-card p {
            font-size: 14px;
            font-weight: 500;
            margin: 0;
            color: #000000;
        }

        .brand-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }

     
        /* Video header*/

        .hero-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            background: rgba(0, 0, 0, 0.35);
        }

        .hero-overlay h1 {
            font-size: 3vw;
            font-weight: 700;
            animation: slideFade 1.2s ease forwards;
        }

        .hero-overlay p {
            font-size: 1.2vw;
            margin: 15px 0 25px;
            animation: slideFade 1.5s ease forwards;
        }

        .hero-overlay button {
            padding: 8px 14px;
            border: none;
            background: #ff4d4d;
            color: white;
            font-size: 1.5vw;
            border-radius: 10px;
            cursor: pointer;
            animation: slideFade 1.8s ease forwards;
        }

        .hero-overlay button:hover {
            background: #ff2b2b;
            transform: scale(1.05);
            transition: .3s;
        }

        @keyframes slideFade {
            from {
                opacity: 0;
                transform: translateY(40px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .test-drive {
            max-width: 1200px;
            height: auto;
            margin: 4vw auto;
            margin-bottom: 5vh;
            background-color: #777;
            display: flex;
        }

        .drive-img img {
            height: 20vw;
            width: 30vw;
        }

        .drive-contain {
            padding: 2vw 4vw;
            display: flex;
            flex-direction: column;
            justify-content: space-between
        }

        .drive-head {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

        .drive-head h1 {
            font-size: 2vw;
            color: black;
            font-weight: bold;
            text-shadow: 2px 2px pink;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            padding-bottom: 4px;
        }

        .drive-head p {
            font-size: 1vw;
        }


        .drive-btn button {
            padding: 0.2vw 1vw;
            background: #111;
            color: #fff;
            border: 0.15vw solid #111;
            border-radius: 0.4vw;
            font-size: 1.1vw;
            font-weight: 600;
            letter-spacing: 0.03vw;
            cursor: pointer;
            transition: all 0.25s ease;
        }

        /* Hover */
        .drive-btn button:hover {
            background: transparent;
            color: #111;
        }


        /* RESPONSIVE */
          @media (max-width: 1600px) {
            .brand-grid {
                grid-template-columns: repeat(5, 1fr);
            }
        }
        @media (max-width: 1200px) {
            .brand-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 768px) {
            .brand-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }




        @media (max-width:480px) {

           
            .hero-overlay h1 {
                font-size: 28px;
            }

            .hero-overlay p {
                font-size: 14px;
            }

            .brand-section h2 {
                font-size: 22px;
                font-family: 'Arial Narrow Bold', sans-serif;
                padding-bottom: 2px;
                font-weight: bolder;
            }

            .footer {
                padding: 40px 16px;
            }

            .footer-col {
                text-align: left;
                padding-left: 40px;
            }

            .footer-col h3,
            .footer-col h4 {
                font-size: 18px;
                margin-bottom: 12px;
            }

            .footer-col p {
                font-size: 14px;
            }

            .footer-col ul li {
                font-size: 14px;
                margin-bottom: 10px;
            }

            .social li {
                font-size: 14px;
            }

            .footer-container {
                display: flex;
                flex-direction: column;
                gap: 32px;
            }

            .brand-grid:nth-of-type(3) {
                display: none;
            }

            .brand-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .brand-card {
                height: 110px;
            }

            .brand-card p {
                font-size: 12px;
            }

            .brand-section h2 {
                font-size: 14px;
            }

            /*Drive Test*/
            .test-drive {
                max-width: 600px;
                height: 300px;
                margin: 4vw auto;
                margin-bottom: 5vh;
                background-color: #777;
                display: flex;
            }

            .drive-img img {
                height: 300px;
                width: 240px;
            }

            .drive-contain {
                padding: 16px 14px;
                display: flex;
                flex-direction: column;
                justify-content: space-between
            }

            .drive-head {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
            }

            .drive-head h1 {
                font-size: 4vw;
                color: black;
                font-weight: bold;
                text-shadow: 2px 2px pink;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                padding-bottom: 4px;
            }

            .drive-head p {
                font-size: 10px;
            }


            .drive-btn button {
                padding: 6px 6px;
                background: #111;
                color: #fff;
                border: 0.15vw solid #111;
                border-radius: 0.4vw;
                font-size: 1.1vw;
                font-weight: 600;
                letter-spacing: 0.03vw;
                cursor: pointer;
                transition: all 0.25s ease;
            }


        }

        /* RESPONSIVE */
        @media (max-width: 992px) {
            .footer-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }