* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --bg: #BE2926;
    --bg-2: #f7c91f;
}

body {
    background-color: #000;
}


.hero_section,
.s_section,
.o_section,
.t_section,
.f_section,
.fh_section,
.video_testimonial_section,
.sx_section,
.sv_section,
.review,
.form {
    position: relative;
    width: 100%;
}

.hero_content {
    position: relative;
    background: url('./img/bg.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 4rem 4.5rem 4.5rem 3rem;
    text-align: center;
}

.hero_video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero_content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000052;
    z-index: 1;
}

.hero_content .row .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    margin-bottom: 5rem;
}

.hero_content .row .nav .nav_col .logo img {
    width: 290px;
}

.hero_content .row .nav .nav_col .number {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.hero_content .row .nav .nav_col .number p {
    text-transform: uppercase;
    margin: 0;
}

.hero_content .row .nav .nav_col .number a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero_content .row .nav .nav_col .number a img {
    width: 35px;
}

.hero_content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
    line-height: 1.5;
}

.highlight {
    color: var(--bg-2);
}

.highlight_bg {
    color: #000;
    background-color: var(--bg-2);
}

.hero_content p {
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    z-index: 99;
    position: relative;
    margin-bottom: 2rem;
}



/* second section */

.s_section {
    background: url('./img/achivement_bg.png');
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s_content {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 3rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.s_content .s_box:nth-child(2) {
    border-right: 2px solid #000;
    border-left: 2px solid #000;
}


.s_box {
    padding: 0 1.75rem;
    flex: 1;
}

.s_box h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    font-style: italic;
}

.s_box p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}





/* offer section */

.o_section {
    background: #000;
    padding: 4rem 0 3rem;
    overflow: hidden;
}

.o_content {
    position: relative;
    width: 100%;
    padding: 3.5rem 3rem;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(47, 198, 255, 0.16), transparent 34%),
        linear-gradient(315deg, rgba(190, 41, 38, 0.36), transparent 38%),
        #050505;
    border: 1px solid rgba(47, 198, 255, 0.25);
    overflow: hidden;
}

.o_content::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.08) 8% 8.4%, transparent 8.4% 100%),
        linear-gradient(0deg, transparent 0 88%, rgba(47, 198, 255, 0.18) 88% 88.6%, transparent 88.6% 100%);
    background-size: 180px 120px;
    opacity: 0.35;
    pointer-events: none;
}

.o_content>div,
.o_cards {
    position: relative;
    z-index: 1;
}

.o_content>div:first-child p:first-child {
    display: inline-block;
    margin: 0 0 0.9rem;
    padding: 0.45rem 1rem;
    background: var(--bg-2);
    color: #000;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: italic;
}

.o_content h2 {
    max-width: 950px;
    margin: 0 auto;
    color: #fff;
    font-size: 3.7rem;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    font-style: italic;
}

.o_subtitle {
    margin: 1rem 0 0;
    color: var(--bg-2);
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}

.o_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
    margin-top: 3rem;
}

.o_card {
    position: relative;
    min-height: 100%;
    padding: 2.1rem 1.5rem 1.7rem;
    background: #fff;
    color: #000;
    text-align: left;
    border-radius: 10px;
    border-bottom: 6px solid var(--bg-2);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.o_card::before {
    content: 'OFFER';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 30px;
    margin-bottom: 1.1rem;
    background: #000;
    color: var(--bg-2);
    font-size: 0.78rem;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.o_card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 52px solid var(--bg);
    border-left: 52px solid transparent;
}

.o_card h3 {
    margin-bottom: 1rem;
    color: #000;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.18;
    text-transform: uppercase;
    font-style: italic;
}

.o_card p {
    margin: 0;
    color: #1d1d1d;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
}

.o_card:nth-child(1) {
    border-bottom-color: var(--bg);
}

.o_card:nth-child(1)::before {
    background: var(--bg);
    color: #fff;
}




/* third section */

.t_section {
    padding-top: 3rem;
    background-color: #000;
}

.t_content {
    width: 100%;
    position: relative;
    padding: 3rem;
    text-align: center;
}


.t_content h2 {
    font-size: 3.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-style: italic;
    color: #fff;
}

.t_content p {
    font-size: 2.55rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bg-2);
    text-align: center;
    font-style: italic;
}

.t_flex {
    display: flex;
    gap: 10px;
}

.t_f_item {
    flex: 1;
}

.t_f_item p {
    font-size: 2rem;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    margin: 1rem;
}




/* Fouth section */

.f_section {
    padding: 3rem 0rem;
}

.f_content {
    background-color: #000;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 2rem;
}

.f_content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    width: max-content;
    text-transform: uppercase;
    font-style: italic;
    margin: auto;
}

.f_content p {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bg-2);
    text-align: center;
    font-style: italic;
}

.f_container {
    margin-top: 2rem;
}

.f_container h2 {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
}

.f_container p {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: justify;
    color: #fff;
    font-style: normal;
    text-transform: capitalize;
}

.pricing-section {
    padding: 20px;
}

.pricing-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.pricing-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    flex: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pricing-card h3 {
    font-size: 20px;
    font-weight: bold;
}

.pricing-card img {
    width: 100%;
    border-radius: 8px;
    margin: 10px 0;
    max-height: 250px;
    object-fit: cover;
    object-position: bottom;
}

.pricing-card h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}

.pricing-card ul {
    list-style: none;
    text-align: left;
    padding: 0;
}

.pricing-card ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

button {
    background: #f7c91f;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.red-button {
    background: #de171c !important;
    color: white !important;
}
.red-button:hover {
    background: #f7c91f !important;
}
.highlight-red {
    color: #de171c;
}

button:hover {
    background: #de171c;
}


/* fifth section */

.fh_section {}

.fh_content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    width: max-content;
    text-transform: uppercase;
    font-style: italic;
    margin: auto;
}

.fh_content p:first-child {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bg-2);
    text-align: center;
    font-style: italic;
}

.review_container {
    margin-top: 4rem;
}

.review-card {
    background: white;
    border-radius: 1rem;
    padding: 1.2rem;
    text-align: center;
    margin: auto;
}

.user-info {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 10px;
}

.user-info img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.user-info p {
    margin: 2px 0;
    font-size: 14px;
    color: gray;
}

.stars {
    color: #FFC107 !important;
    font-size: 1rem;
    margin-top: 5px;
}

.review-text {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
    text-align: left;
}

.review-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.review-footer img {
    width: 20px !important;
    margin-right: 5px;
}

.review-footer span {
    font-size: 12px;
    color: gray;
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active {
    background: #007bff;
    /* Change to your preferred highlight color */
    width: 14px;
    height: 14px;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.owl-theme .owl-dots .owl-dot:hover {
    background: #007bff;
}



/* video testimonial section */

.video_testimonial_section {
    margin-top: 6rem;
}

.video_testimonial_content {
    padding: 3.5rem;
    background:
        linear-gradient(135deg, rgba(190, 41, 38, 0.22), rgba(0, 0, 0, 0) 42%),
        #111;
    border: 1px solid rgba(247, 201, 31, 0.28);
    border-radius: 1rem;
    overflow: hidden;
}

.video_kicker {
    color: var(--bg-2);
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0.4rem;
}

.video_testimonial_content h1 {
    color: #fff;
    font-size: 3.3rem;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.08;
    margin: 0;
}

.video_intro {
    color: #d7d7d7;
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0;
}

.video_testimonial_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 3rem;
}

.video_testimonial_card {
    background: #fff;
    border-radius: 0.85rem;
    overflow: hidden;
    min-width: 0;
    position: relative;
    padding: 0.9rem;
}

.video_testimonial_card.featured {
    grid-row: span 2;
}

.video_thumb {
    position: relative;
    /* aspect-ratio: 16 / 10; */
    background: #000;
    overflow: hidden;
}

/* .video_testimonial_card.featured .video_thumb {
    aspect-ratio: 16 / 11;
} */

.video_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.video_testimonial_card:hover .video_thumb img {
    transform: scale(1.04);
}

.video_thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
}

.video_play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-2);
    color: #000;
    border: 0;
    border-radius: 50%;
    font-size: 2.3rem;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.video_play i {
    margin-left: 4px;
}

.video_tag {
    display: inline-flex;
    color: #000;
    background: var(--bg-2);
    border-radius: 0.25rem;
    padding: 0.35rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 0.9rem;
}

.instagram_embed_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 540px;
    background: #fff;
    border-radius: 0.65rem;
    overflow: hidden;
}

.instagram_embed_wrap .instagram-media,
.instagram_embed_wrap iframe {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 540px !important;
    margin: 0 auto !important;
}

.video_copy {
    padding: 1.3rem;
}

.video_copy .stars {
    margin: 0 0 0.45rem;
}

.video_copy h3 {
    color: #111;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.28;
    margin-bottom: 0.7rem;
}

.video_copy p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.video_customer {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 0.9rem;
    border-top: 1px solid #ececec;
}

.video_customer strong {
    color: #000;
    font-size: 1rem;
}

.video_customer small {
    color: #777;
    font-size: 0.86rem;
}

@media (max-width: 991px) {
    .video_testimonial_content {
        padding: 2rem;
    }

    .video_testimonial_grid {
        grid-template-columns: 1fr;
    }

    .video_testimonial_card.featured {
        grid-row: auto;
    }

    .video_testimonial_content h1 {
        font-size: 2.5rem;
    }

    .video_intro {
        margin-top: 1rem;
    }
}

@media (max-width: 547px) {
    .video_testimonial_section {
        margin-top: 3rem;
    }

    .video_testimonial_content {
        padding: 1.2rem;
        border-radius: 0.75rem;
    }

    .video_kicker {
        font-size: 1.1rem;
        text-align: center;
    }

    .video_testimonial_content h1 {
        font-size: 2rem;
        text-align: center;
    }

    .video_intro {
        font-size: 1rem;
        text-align: center;
    }

    .video_testimonial_grid {
        gap: 1rem;
        margin-top: 2rem;
    }

    .instagram_embed_wrap {
        min-height: 480px;
    }

    .video_play {
        width: 58px;
        height: 58px;
        font-size: 1.85rem;
    }

    .video_copy {
        padding: 1rem;
    }

    .video_copy h3 {
        font-size: 1.1rem;
    }
}

/* six section  */

.sx_section {
    margin-top: 6rem;
}

.sx_container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sx_container img {
    width: 32%;
}

/* 
.sx_container img:last-child {
    width: 100%;
} */

.sx_content {
    text-align: center;
}

.sx_content h1 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 3rem;
    font-style: italic;
}

/*.sx_content button {*/
/*    margin-top: 3rem;*/
/*}*/

.sx_content p {
    font-size: 2rem;
    text-align: center;
    margin-top: 5rem;
    color: #fff;
    text-transform: capitalize;
}

/* seven section */

.sv_section {
    margin-top: 5rem;
}

.sv_content {
    margin-bottom: 6rem;
}

.sv_content h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 6rem;
    width: 50%;
}


.detail-banner {
    background: #1e1e1e;
    padding: 40px 20px;
    background-color: var(--bg-2);
    position: relative;
}

.car-image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -30%;
}

.text-content {
    color: #000;
    padding-left: 20px;
    display: flex;
    margin-bottom: 4rem;
}

.text-content h2 span {
    font-weight: 900;
}

.text-content p {
    font-size: 1.6rem;
    margin-top: 10px;
    width: 50%;
    margin-left: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .car-image img {
        max-width: 80%;
        margin-bottom: 20px;
    }

    .text-content {
        padding-left: 0;
    }
}

.sv_div {
    text-align: left;
    width: 68%;
}

.sv_div h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-top: 1rem;
}

.sv_div p {
    color: #000000;
    margin: 0;
    font-size: 1.5rem;
}




/* footer  */
.footer {
    margin-top: 0rem;
    background-color: #565656;
    padding: .75rem 0;
}

.footer p {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    margin: 0;
}


/* button */
.button {
    z-index: 99;
    font-size: 2rem;
    font-weight: 700;
    width: 52%;
    margin: auto;
    padding: 1rem 0.5rem;
    background-color: var(--bg-2);
    color: #000000;
    outline: none;
    border: 0;
    border-radius: .3rem;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.review {
    margin-top: 3rem;
}

.testimonial-section {
    padding: 20px;
}

.testimonial-section h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.testimonial-item {
    background: white;
    padding: 20px;
    border-radius: 0.75rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    margin-bottom: 2rem;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-item h3 {
    font-size: 18px;
    margin: 0;
}

.testimonial-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.upper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 1rem;
}

.stars {
    color: #f4a200;
    font-size: 16px;
}

.testimonial-meta {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    justify-content: center;
}

.testimonial-meta img {
    width: 20px !important;
    height: 20px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-item {
        text-align: center;
    }
}


/* form */
.form {
    padding: 2.5rem 0rem;
}

.form h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.form label {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.form .form-control,
.form .form-select {
    display: block;
    width: 100%;
    padding: 1.375rem 0.9rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* form end */


.f_content h4 {
    font-size: 1.5rem;
    color: #fff;
    width: 900px;
    margin: auto;
}



/* ========================== Media Query =============================== */


@media only screen and (max-width: 547px) {
    .hero_content {
        padding: 2rem 0.5rem 2rem 0.5rem;
    }

    .hero_content .row .nav .nav_col .logo img {
        width: 120px;
    }

    .hero_content h2 {
        font-size: 2rem;
        line-height: 1.6;
    }

    .hero_content .row .nav .nav_col .number {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        text-align: left;
    }

    .hero_content .row .nav .nav_col .number p {
        text-transform: uppercase;
        margin: 0;
        font-size: 1rem;
    }

    .hero_content .row .nav .nav_col .number a img {
        width: 20px;
    }

    .hero_content .row .nav .nav_col .number a {
        margin-top: .5rem;
    }

    .hero_content .row .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 99;
        margin-bottom: 2rem;
        padding: 0 12px;
    }

    .hero_content p {
        margin: 0;
        font-size: 1rem;
        font-weight: 500;
        text-transform: capitalize;
        color: #fff;
        z-index: 99;
        position: relative;
        margin-bottom: 2rem;
    }

    .button {
        z-index: 99;
        font-size: 1rem;
        font-weight: 500;
        width: 83%;
        margin: auto;
        padding: 1rem 0.5rem;
        background-color: var(--bg-2);
        color: #000000;
        outline: none;
        border: 0;
        border-radius: .3rem;
        text-align: center;
        position: relative;
    }

    .s_content {
        padding: 1.5rem 1rem;
        border-radius: 1rem;
        margin-top: 2rem;
    }

    .s_content {
        padding: 1.5rem 1rem;
        border-radius: 1rem;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .s_box h2 {
        font-size: 1.8rem;
        font-weight: 800;
    }

    .s_box p {
        margin: 0;
        font-size: 1.1rem;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
    }

    .s_box {
        padding: 0;
        /*margin-bottom: 2rem;*/
    }

    .s_content .s_box:nth-child(2) {
        border-right: none;
        border-left: none;
    }

    .s_content {
        padding: 1.5rem 0rem;
        border-radius: 1rem;
    }

    .o_section {
        padding: 2rem 0 1rem;
    }

    .o_content {
        padding: 2rem 1rem;
    }

    .o_content>div:first-child p:first-child {
        font-size: 0.78rem;
        margin-bottom: 0.75rem;
    }

    .o_content h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .o_subtitle {
        font-size: 1.1rem;
        line-height: 1.35;
    }

    .o_cards {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2rem;
    }

    .o_card {
        padding: 1.6rem 1.2rem 1.4rem;
    }

    .o_card h3 {
        font-size: 1.2rem;
    }

    .o_card p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .t_flex {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .t_f_item {
        flex: unset;
        width: 90%;
        margin: auto;
        margin-bottom: 2rem;
    }

    .t_f_item small {
        color: #fff;
    }

    .t_section {
        margin-top: 2rem;
    }

    .t_content {
        padding: 1.5rem 0rem;
    }

    .t_content h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .t_content p {
        font-size: 1.2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .pricing-section {
        padding: 0px;
    }

    .f_content h4 {
        font-size: 1rem;
        color: #fff;
        width: 100%;
        margin: auto;
    }


    .t_f_item p {
        font-size: 1rem;
    }


    .f_content {
        padding: .5rem;
    }

    .pricing-card {
        background: white;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        flex: 1;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .pricing-container {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .f_content h1 {
        font-size: 1.7rem;
        margin: 0;
        width: 100%;
        margin-bottom: 1rem;
    }

    .f_container {
        margin-top: 1rem;
    }

    .f_container .button {
        width: 100%;
    }

    .f_content p {
        font-size: 1.1rem;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--bg-2);
        text-align: center;
        font-style: italic;
        margin-bottom: 0;
    }

    .f_content .f_container h2 {
        font-size: 1.5rem;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .review_container {
        margin-top: 2rem;
    }

    .f_content .f_container p {
        font-size: 1.1rem;
        font-weight: 400;
        text-align: left;
        color: #fff;
        font-style: normal;
        text-transform: capitalize;
        margin-bottom: 1rem;
    }


    .fh_section {
        margin-top: 3rem;
    }

    .fh_content h1 {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        position: relative;
        width: 100%;
        text-transform: uppercase;
        font-style: italic;
        margin: auto;
        text-align: center;
    }

    .fh_content p:first-child {
        font-size: 1.1rem;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--bg-2);
        text-align: center;
        font-style: italic;
        margin-bottom: 0.5rem;
    }

    .sx_section {
        margin-top: 2rem;
    }


    .sx_content {
        margin: 0.5rem 0px 5rem 0px;
    }

    .sx_content h1 {
        font-size: 1.5rem;
    }

    .sx_content p {
        font-size: 1.2rem;
    }

    .sv_section {
        margin-top: 3rem;
    }

    .sv_content h2 {
        font-size: 2rem;
        width: 90%;
        margin-bottom: 0rem;
    }

    .text-content p {
        font-size: 1rem;
        margin-top: 10px;
        width: 100%;
        margin-left: auto;
    }

    .car-image img {
        max-width: 99%;
        margin-bottom: 20px;
    }

    .sv_cards {
        justify-content: space-between;
        gap: 20px;
    }

    .sv_card {
        border-radius: 1.5rem;
        padding: 1rem 1rem;
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .sv_card_c {
        background: #000000;
        width: 100%;
        border-radius: 1.5rem;
        color: #fff;
    }

    .sv_card_c h4 {
        font-size: 1.8rem;
        font-weight: 800;
        color: #fff;
        margin-top: 1rem;
        margin-bottom: 0;
        line-height: 1;
    }

    .sv_card_c h1 {
        font-size: 3rem;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        margin-top: 1rem;
        line-height: 1;
    }

    .sv_div {
        text-align: left;
        width: 100%;
    }

    .sv_card h3 {
        font-size: 1.5rem;
    }

    .sv_div p {
        color: #000000;
        margin: 0;
        font-size: 1.1rem;
    }

    .sv_card img {
        width: 150px;
        margin-bottom: 1rem;
    }

    .sv_card h3 {
        font-size: 1.8rem;
    }

    .sx_container img {
        width: 48%;
    }

    section.review {
        margin-top: 3rem;
    }

    .form h2 {
        font-size: 2rem;
        text-align: center;
        font-weight: 800;
        color: #fff;
        margin-bottom: 2rem;
        text-transform: uppercase;
    }

    .form label {
        font-size: 1.1rem;
        font-weight: 500;
        color: #fff;
    }

    .text-content {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .form .form-control,
    .form .form-select {
        display: block;
        width: 100%;
        padding: 1rem 0.9rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .testimonial-section h2 {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 3rem;
    }

    .footer p {
        font-size: 1.2rem;
        margin: 0;
    }
}

@media only screen and (min-width: 546px) and (max-width: 768px) {
    .hero_content {
        padding: 3rem 3rem 3rem 3rem;
    }

    .hero_content .row .nav .nav_col .logo img {
        width: 160px;
    }

    .hero_content .row .nav .nav_col .number p {
        text-transform: uppercase;
        margin: 0;
        font-size: 1.1rem;
    }

    .hero_content h2 {
        font-size: 2.2rem;
    }


    .hero_content .row .nav .nav_col .number {
        font-size: 1.1rem;
        font-weight: 600;
        color: #fff;
        text-align: left;
    }

    .button {
        z-index: 99;
        font-size: 1.6rem;
        font-weight: 500;
        width: 75%;
        margin: auto;
        padding: 1rem 0.5rem;
        background-color: var(--bg-2);
        color: #000000;
        outline: none;
        border: 0;
        border-radius: .3rem;
        text-align: center;
        position: relative;
    }

    .s_content {
        flex-wrap: wrap;
        padding: 1.2rem;
        justify-content: center;
    }

    .s_box {
        padding: 0 1.3rem;
        margin-bottom: 2rem;
    }

    .s_content .s_box:nth-child(2) {
        border-right: none;
        border-left: none;
    }



    .s_box h2 {
        font-size: 2.5rem;
    }

    .s_box p {
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .o_section {
        padding: 2.5rem 0 1rem;
    }

    .o_content {
        padding: 2.4rem 1.4rem;
    }

    .o_content h2 {
        font-size: 2.5rem;
    }

    .o_subtitle {
        font-size: 1.35rem;
    }

    .o_cards {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2rem;
    }

    .o_card {
        padding: 1.7rem 1.3rem 1.5rem;
    }


    .t_section {
        margin-top: 0rem;
    }

    .t_content {
        padding: 1.5rem;
    }

    .t_content h2 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .t_content p {
        font-size: 1.4rem;
        line-height: 1.3;
    }


    .t_f_item p {
        font-size: 1.3rem;
        margin-left: 0;
        margin-right: 0;
    }

    .f_content {
        padding: 1.5rem 0;
    }

    .f_content h1 {
        font-size: 2.5rem;
        margin-bottom: 0rem;
    }

    .f_container {
        margin-top: 1rem;
    }

    .pricing-section {
        padding: 20px 0;
    }

    .pricing-container {
        flex-wrap: wrap;
        align-items: center;
    }

    .pricing-card {
        background: white;
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        width: 46%;
    }

    .f_section {
        padding: 1rem 0rem;
    }

    .f_container h2 {
        font-size: 1.8rem;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        color: #000000;
    }

    .f_container p {
        font-size: 1.1rem;
        font-weight: 400;
        text-align: justify;
        color: #fff;
        font-style: normal;
        text-transform: capitalize;
    }

    .fh_content h1 {
        font-size: 2.5rem;
    }

    .sv_content h2 {
        font-size: 2rem;
    }

    .text-content p {
        font-size: 1.1rem;
        margin-top: 10px;
        width: 50%;
        margin-left: auto;
    }

    .car-image img {
        max-width: 65%;
        margin-bottom: 20px;
    }

    .pricing-card {
        width: 47%;
        flex: unset;
    }

    .fh_section {
        margin-top: 3rem;
    }


    .sx_section {
        margin-top: 3rem;
    }


    .sx_content {
        margin: 2.5rem 0px 5rem 0px;
    }

    .sx_content h1 {
        font-size: 2.2rem;
    }

    .sx_content p {
        font-size: 1.5rem;
    }

    .sv_section {
        margin-top: 3rem;
    }

    .sv_content h2 {
        font-size: 2.5rem;
    }

    .sv_cards {
        justify-content: space-between;
        gap: 20px;
    }

    .sv_card {
        border-radius: 1.5rem;
        padding: 2rem 1.5rem;
        text-align: center;
        width: 100%;
    }

    .sv_card h3 {
        font-size: 1.3rem;
    }

    .sv_div p {
        color: #000000;
        margin: 0;
        font-size: 1.3rem;
    }

    .form label {
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
    }

    .form .form-control,
    .form .form-select {
        display: block;
        width: 100%;
        padding: 1rem 0.9rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .form h2 {
        font-size: 2rem;
        text-align: center;
        font-weight: 800;
        color: #fff;
        margin-bottom: 2rem;
        text-transform: uppercase;
    }

    .testimonial-section h2 {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 3rem;
    }

    .sv_card img {
        width: 150px;
        margin-bottom: 1rem;
    }

    .sv_card h3 {
        font-size: 1.8rem;
    }

    .footer p {
        font-size: 1.2rem;
        margin: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1116px) {
    .hero_content {
        padding: 3rem 3.5rem 3.5rem 3rem;
    }

    .hero_content h2 {
        font-size: 3rem;
    }

    .hero_content .row .nav .nav_col .logo img {
        width: 270px;
    }

    .hero_content .row .nav .nav_col .number {
        font-size: 1.8rem;
    }

    .hero_content .row .nav .nav_col .number p {
        font-size: 1.8rem;
        text-transform: uppercase;
        margin: 0;
    }

    .button {
        z-index: 99;
        font-size: 1.8rem;
        font-weight: 500;
        width: 66%;
        margin: auto;
        padding: 1rem 0.5rem;
        background-color: var(--bg-2);
        color: #000000;
        outline: none;
        border: 0;
        border-radius: .3rem;
        text-align: center;
        position: relative;
    }

    .s_box {
        padding: 0 1.5rem;
    }

    .s_content {
        padding: 2rem 1rem;
    }

    .s_box h2 {
        font-size: 2.5rem;
        font-weight: 800;
    }

    .s_box p {
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .o_section {
        padding: 3rem 0 2rem;
    }

    .o_content {
        padding: 3rem 2rem;
    }

    .o_content h2 {
        font-size: 3rem;
    }

    .o_subtitle {
        font-size: 1.6rem;
    }

    .o_cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .o_card {
        padding: 1.7rem 1.1rem 1.4rem;
    }

    .o_card h3 {
        font-size: 1.15rem;
    }

    .o_card p {
        font-size: 0.92rem;
    }



    .t_section {
        margin-top: 4rem;
    }

    .t_content {
        padding: 2rem;
    }

    .t_content h2 {
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }

    .t_content p {
        font-size: 2rem;
        line-height: 1.1;
    }

    .t_f_item p {
        font-size: 1.5rem;
    }

    .f_content h1 {
        font-size: 3.2rem;
    }

    .sx_content {
        margin: 3rem 0px 5rem 0px;
    }

    .sx_content h1 {
        font-size: 3rem;
    }

    .sx_content p {
        font-size: 1.5rem;
    }

    .sv_section {
        margin-top: 3rem;
    }

    .sv_content h2 {
        font-size: 2.75rem;
    }

    .sv_cards {
        justify-content: space-between;
    }

    .sv_card {
        border-radius: 1.5rem;
        padding: 2rem 1.5rem;
        text-align: center;
        width: 100%;
    }

    .sv_div h3 {
        font-size: 1.75rem;
        font-weight: 600;
        color: #000000;
        text-transform: uppercase;
        margin-top: 1rem;
    }

    .sv_div p {
        color: #000000;
        margin: 0;
        font-size: 1.2rem;
    }

    .form h2 {
        font-size: 2.5rem;
        text-align: center;
        font-weight: 800;
        color: #fff;
        margin-bottom: 2rem;
        text-transform: uppercase;
    }

    .form label {
        font-size: 1.2rem;
        font-weight: 500;
        color: #fff;
    }

    .testimonial-section h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 3rem;
    }

    .form .form-control,
    .form .form-select {
        display: block;
        width: 100%;
        padding: 1rem 0.9rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .footer p {
        font-size: 1.2rem;
        margin: 0;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .hero_content h2 {
        font-size: 4rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 99;
        text-transform: uppercase;
    }

    .hero_content ul li img {
        width: 65px;
    }

    .hero_content ul li p {
        margin: 0;
        font-size: 2.3rem;
        font-weight: 500;
        text-transform: capitalize;
    }


    .t_content h2 {
        font-size: 4rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 2rem;
    }

    .t_content p {
        font-size: 1.5rem;
    }



    .t_f_item p {
        font-size: 2rem;
    }

    .t_f_item small {
        color: #fff;
    }

    .f_content h1 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        position: relative;
        width: auto;
        margin: auto;
    }

    .sx_content h1 {
        text-align: center;
        font-size: 4.5rem;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        position: relative;
    }

    .sv_content h2 {
        font-size: 3rem;
        margin-bottom: 4rem;
        font-weight: 700;
    }
}
