* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

.qlwapp__text {
    color: #73E002 !important;
    margin: 0 12px !important;
}

header.site-header {
    display: none !important;
}

.lp-header {
    /* background: linear-gradient(rgba(0, 0, 0, 0.65), #ffcc00); */
    background: white;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.lp-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-logo img {
    width: 100%;
    max-width: 200px;
}

.lp-nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.lp-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 22px;
}

.lp-nav a:hover {
    color: #e10600;
}

.lp-cta a {
    border: 1px solid #000;
    background: #e10600;
    color: #fff;
    padding: 10px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

/* Hamburger */
.lp-hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

.close-menu {
    display: none;
}

/* ======================
   MOBILE VIEW
====================== */
@media (max-width: 768px) {

    /* Hide desktop nav by default */
    .lp-nav {
        display: flex;
        flex-direction: column;
        gap: 25px;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #ffcc00;
        padding: 60px 20px 20px 20px;
        /* leave top space for close button */
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease-in-out;
        z-index: 999;
    }

    .lp-nav.open {
        right: 0;
    }

    .lp-nav ul {
        flex-direction: column;
        gap: 25px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    /* Show hamburger */
    .lp-hamburger {
        display: block;
        margin-right: -76%;
    }

    /* CTA: only number, no button */
    .lp-cta a {
        display: none;
        color: #e10600;
        padding: 0;
        font-size: 16px;
    }

    /* Close button inside menu */
    .lp-nav .close-menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        cursor: pointer;
    }

    .lp-logo img {
        width: 100%;
        max-width: 70px;
        height: auto;

    }
}

/* her sec  */

.banner-section {
    position: relative;
    width: 100%;
    min-height: 580px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.banner-section .banner-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75)), center/cover no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.banner-section .banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 80px;
    padding: 60px 30px;
}

.banner-section .urgency-text {
    font-size: 16px;
    max-width: 500px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #ffcc00;
}

.banner-section .main-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.banner-section .service-list {
    margin-bottom: 50px;
}

.banner-section .service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
}

.banner-section .service-item .number {
    min-width: 38px;
    font-weight: bold;
    color: #ffcc00;
    margin-right: 12px;
}

.banner-section .service-item .text {
    flex: 1;
}

.banner-section .highlight {
    color: #ffcc00;
    font-weight: 600;
}

.banner-section .action-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.banner-section .btn {
    display: inline-block;
    padding: 18px 38px;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.25s;
}

/* .banner-section .whatsapp-btn {
  background: #25D366;
  color: white;
}

.banner-section .whatsapp-btn:hover {
  background: #20b858;
  transform: translateY(-2px);
} */

.banner-section .call-btn {
    border: 1px solid #d32f2f;
    border-radius: 20px;
    color: white;
}

.banner-section .call-btn:hover {
    background: #b71c1c;
    transform: translateY(-2px);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .banner-section .main-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .banner-section .banner-content {
        padding: 50px 16px;
        margin: 0;
    }

    .banner-section .urgency-text {
        font-size: 12px;
        max-width: 330px;
    }

    .banner-section .btn {
        padding: 7px 6px;
        font-size: 16px;
        text-align: center;
        max-width: 220px;
    }

    .banner-section .service-item .number {
        min-width: 12px;
        font-weight: bold;
        color: #ffcc00;
        margin-right: 7px;
    }

    .banner-section .service-list {
        margin-bottom: 30px;
    }

    .banner-section .service-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 13px;
        font-size: 14px;
        max-width: 342px;
    }
}

/* about us  */

.about-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    color: #ffffff;
    background: #0a0a0a;
    overflow: hidden;
    padding: 80px 0;
}

.about-section .about-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.92) 0%, rgba(20, 20, 40, 0.88) 100%),
        url('https://images.unsplash.com/photo-1502877338535-766e3a6052c0?w=1600&q=80') center/cover no-repeat fixed;
    z-index: 1;
}

.about-section .about-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    padding: 0 30px;
}

.about-section .about-image-wrapper {
    flex: 1;
    min-width: 340px;
    max-width: 480px;
    opacity: 0;
    transform: translateX(-60px);
    transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-section .about-image-wrapper.visible {
    opacity: 1;
    transform: translateX(0);
}

.about-section .about-image {
    width: 100%;
    height: 520px;
    /* background: url('https://img.freepik.com/free-photo/mechanic-checking-car-parts_1170-1168.jpg?t=st=1770120029~exp=1770123629~hmac=f99fb1087afad8bce3049c10597bdfaeff2096e3b82ad31cbde5c724102629c8&w=1480') center/cover no-repeat; */
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-section .about-content {
    flex: 1.4;
    min-width: 380px;
}

.about-section .section-label {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 4px;
    color: #ffcc00;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.9s ease-out 0.2s;
}

.about-section .section-label.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-section .main-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 32px;
    background: linear-gradient(90deg, #ffffff, #ffcc00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out 0.3s;
}

.about-section .main-title.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-section .about-text {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.1s ease-out 0.4s;
}

.about-section .about-text.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-section .about-text p {
    margin-bottom: 1.4em;
}

.about-section .promise-list {
    list-style: none;
    margin: 32px 0;
    padding: 0;
}

.about-section .promise-list li {
    font-size: 18px;
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
}

.about-section .promise-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ffcc00;
    font-weight: bold;
}

.about-section .closing-line {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffcc00;
    margin: 40px 0 50px;
}

.about-section .contact-btn {
    display: inline-block;
    padding: 18px 48px;
    border: 1px solid #ff2d2d;

    color: white;
    font-size: 1.35rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(255, 45, 45, 0.35);
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out 0.6s;
}

.about-section .contact-btn.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-section .contact-btn:hover {
    background: #e60000;
    transform: translateY(-4px);
    box-shadow: 0 16px 50px rgba(255, 45, 45, 0.5);
}

/* Scroll animation trigger */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

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


@media (max-width: 768px) {
    .about-section .main-title {
        font-size: 22px;
    }

    .about-section .about-image {
        height: 420px;
        /* margin-left: -14px; */
    }

    .about-section .contact-btn {
        padding: 10px 24px;
        font-size: 16px;
        text-align: center;
        max-width: 220px;
    }

    .about-section .about-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-section .about-text p {
        font-size: 15px;
        margin-bottom: 24px;
        max-width: 340px;
    }


    .about-section .about-container {
        padding: 0 16px;
    }

    .about-section .promise-list li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 31px;
        line-height: normal;
    }

    .about-section .promise-list {
        margin: 20px 0;
    }

    .about-section .section-label {
        font-size: 14px;
    }

    .about-section .closing-line {
        font-size: 16px;
        font-weight: 600;
        color: #ffcc00;
        margin: 20px 0 21px;
    }

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

/* car betry servies   */
.services-section {
    background: #0a0a0a;
    color: white;
    padding: 80px 30px;
    text-align: center;
}

.section-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff4d4d;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    position: relative;
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    border: 1px solid #222;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 77, 77, 0.25);
    border-color: #ff4d4d;
}

.card-inner {
    position: relative;
    height: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.service-card:hover .card-inner {
    background: linear-gradient(135deg, #1a0000, #220000);
}

.icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* makes icon white */
}

.service-card:hover .icon {
    transform: scale(1.15);
}

.service-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.description {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(255, 77, 77, 0.9);
    color: white;
    font-size: 1.05rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    pointer-events: none;
}

.service-card:hover .description {
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 22px;
        letter-spacing: 0;
    }

    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .service-card {
        height: 240px;
    }

    .icon {
        width: 70px;
        height: 70px;
    }

    .services-section {
        background: #0a0a0a;
        color: white;
        padding: 40px 16px;
        text-align: center;
    }
}

/* benifit section  */

.benefits-section {
    /* margin-top: 40px; */
    background: #0a0a0a;
    color: #ffffff;
    padding: 80px 30px;
}

.benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: start;
}

.benefit-card {
    background: #111111;
    border-radius: 16px;
    padding: 50px 40px;
    border: 1px solid #222;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.benefit-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.benefit-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(255, 77, 77, 0.18);
    border-color: #ff4d4d44;
}

.card-icon {
    width: 200px;
    height: 130px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.card-icon img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    /* filter: drop-shadow(0 4px 10px rgba(220, 254, 2, 0.4)); */
}

.card-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
    background: linear-gradient(90deg, #fff, #ffcc00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #ddd;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    font-size: 1.12rem;
}

.feature-list li {
    margin-bottom: 14px;
    padding-left: 28px;
    position: relative;
}

.feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ffcc00;
    font-weight: bold;
}

.cta-button {
    display: inline-block;
    padding: 18px 48px;
    border: 1px solid #ff2d2d;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 45, 45, 0.4);
}

.cta-button:hover {
    background: #e60000;
    transform: scale(1.06) translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 45, 45, 0.55);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 77, 77, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .benefits-container {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        padding: 40px 30px;
    }

    .card-title {
        font-size: 20px;
    }

    .benefits-section {
        background: #0a0a0a;
        color: #ffffff;
        padding: 40px 16px;
    }

    .cta-button {
        /* display: inline-block; */
        padding: 10px 48px;
        border: 1px solid #ff2d2d;
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 20px;
        transition: all 0.3s ease;
        box-shadow: 0 8px 25px rgba(255, 45, 45, 0.4);
    }
}

.brands-section {
    padding: 80px 20px;
    background: #f8f9fa;
    text-align: center;

}

.brands-title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #111;
}

#brand-logo-section .brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 28px;
    max-width: 858px;
    margin: 0 auto;
}

.brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Final visible state */
.brand-item.show {
    opacity: 1;
    transform: translateY(0);
}

.brand-logo {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 14px;
    transition: transform 0.4s ease;
}

.brand-item:hover .brand-logo {
    transform: scale(1.15);
}

.brand-name {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin: 0;
}

@media (max-width: 768px) {
    .brands-section {
        padding: 40px 16px;
        background: #f8f9fa;
        text-align: center;
    }

    .brands-title {
        font-size: 22px;
    }

    .brand-logo {
        width: 70px;
        height: 70px;
    }

    .brands-grid {
        gap: 20px;
    }
}


/* faq  */


.faq-wrapper {
    padding: 80px 20px;
    background: #000000;
}

.page-width {
    max-width: 1440px;
    margin: 0 auto;
}

.main-faq {
    max-width: 800px;
    margin: 0 auto;
}

.faq-heading {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: white;
    margin-bottom: 60px;
    letter-spacing: -0.6px;
}

.faq-item {
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    transition: all 0.3s ease;
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 22px 28px;
    cursor: pointer;
    background: #1a1a1a;
    transition: background 0.25s ease;
}

.faq-question:hover {
    background: #222;
}

.faq-icon {
    font-size: 1.8rem;
    font-weight: bold;
    width: 36px;
    color: #e6b800;
    /* softer gold */
    margin-right: 20px;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
    color: #000;
    /* black when open */
}

.faq-q-text {
    font-size: 1.18rem;
    font-weight: 500;
    color: white;
    flex: 1;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.55s cubic-bezier(0.23, 1, 0.32, 1), padding 0.4s ease;
    padding: 0 28px;
    background: #0d0d0d;
}

.faq-item.open .faq-answer {
    max-height: 700px;
    /* enough for longer answers */
    padding: 28px;
}

.faq-answer p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #ccc;
}

/* Softer active/highlight color */
.faq-item.open .faq-question {
    background: #e6b800;
    /* main active color - lowered brightness */
    color: #000;
}

.faq-item.open .faq-q-text {
    color: #000;
}

@media (max-width: 640px) {
    .faq-wrapper {
        padding: 40px 16px;
        background: #000000;
    }

    .faq-heading {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .faq-question {
        padding: 10px 10px;
    }

    .faq-icon {
        margin-right: 0;
    }

    .faq-q-text {
        font-size: 15px;
    }

    .faq-item.open .faq-answer {
        padding: 16px;
    }

    .faq-answer p {
        margin: 0 0 0 26px;
        font-size: 14px;
        line-height: 1.65;
    }

}

/* road ready sec  */
.road-ready-section {
    position: relative;
    height: 90vh;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.road-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.85)),
        url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?w=1600&q=80') center/cover no-repeat fixed;
    z-index: 1;
    animation: slow-zoom 28s infinite alternate ease-in-out;
}

.road-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(10, 10, 10, 0.9) 70%);
    z-index: 2;
}

.road-content {
    position: relative;
    z-index: 3;
    max-width: 1000px;
    padding: 0 25px;
}

.pre-head {
    font-size: 1.35rem;
    font-weight: bold;
    letter-spacing: 5px;
    color: #ff4d4d;
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out 0.4s;
}

.pre-head.visible {
    opacity: 1;
    transform: translateY(0);
}

.road-heading {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 28px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ffffff, #ffcc00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: translateY(60px);
    transition: all 1.1s ease-out 0.6s;
}

.road-heading.visible {
    opacity: 1;
    transform: translateY(0);
}

.road-text {
    font-size: 1.3rem;
    line-height: 1.65;
    max-width: 760px;
    margin: 0 auto 45px;
    color: #e0e0e0;
    opacity: 0;
    transform: translateY(70px);
    transition: all 1.2s ease-out 0.8s;
}

.road-text.visible {
    opacity: 1;
    transform: translateY(0);
}

.action-buttons {
    display: flex;
    gap: 24px;
    /* justify-content: center; */
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(60px);
    transition: all 1.3s ease-out 1s;
}

.action-buttons.visible {
    opacity: 1;
    transform: translateY(0);
}

.btn {
    padding: 18px 48px;
    font-size: 1.35rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.35s ease;
}

.urgent-btn {
    border: 1px solid #ff2d2d;
    border-radius: 20px;

    color: white;
    box-shadow: 0 8px 30px rgba(255, 45, 45, 0.45);
}

.urgent-btn:hover {
    background: #d40000;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 18px 50px rgba(255, 45, 45, 0.6);
    animation: pulse 1.6s infinite;
}

.whatsapp-btn {
    border: 1px solid #25D366;
    border-radius: 20px !important;
    color: white;
}

.whatsapp-btn:hover {
    background: #1da851;
    transform: translateY(-5px) scale(1.05);
}

@keyframes slow-zoom {
    0% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1.14);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.55);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 77, 77, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);
    }
}

/* Responsive */
/* @media (max-width: 900px) {
  .road-heading { font-size: 3.2rem; }
  .road-text    { font-size: 1.2rem; }
} */

@media (max-width: 768px) {
    .road-heading {
        font-size: 21px;
    }

    .action-buttons {
        flex-direction: column;
        max-width: 200px;
        margin: 0 auto;
        gap: 20px;
    }

    .btn {
        padding: 10px 12px;
        font-size: 15px;
        text-align: center;
        max-width: 338px;

    }

    .road-ready-section {

        position: relative;
        height: 60vh;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        overflow: hidden;
    }

    .pre-head {
        font-size: 11px;
    }

    .road-text {
        font-size: 14px;
    }
}

/* footer   */


footer {
    background: white;
    /* background: linear-gradient(rgba(0, 0, 0, 0.65), #ffcc00); */
    padding: 30px 0;
    position: relative;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 50px;
}

.logo {
    width: 200px;
    height: auto;
}

.logo::before {
    content: "◆";
    font-size: 2.8rem;
}

.descriptionnnn {
    color: #000000;
    padding-top: 20px;
    font-weight: 600;
    font-size: 18px;

}

.link-text {
    color: #9f0000;
    margin-bottom: 24px;
    font-size: 1.4rem;
    font-weight: 600;
}

.link-text:hover {
    color: #000;
    cursor: pointer;
}

ul {
    list-style: none;
    padding: 0;
    line-height: 2.4;
}

ul a {
    text-decoration: none;
    transition: color 0.25s;
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.s-text-link:hover {
    color: #9f0000;
    /* hover پر سرخ */
}

.main-link-s {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    cursor: pointer;
}

.s-text-link {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.address .icon {
    color: #ef4444;
    margin-right: 10px;
    font-size: 1.4rem;
}

.copyright {
    text-align: center;
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid #222;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.copyright span {
    font-size: 12px;
    color: #9f0000;
    font-weight: 500;
}



.s-img {
    width: 25px !important;
    height: auto !important;
}



@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: start;
        margin-left: 20px;
        gap: 0px;
    }

    .description {
        max-width: 100%;
        margin: 0 auto 50px;
    }

    #backToTop {
        bottom: 25px;
        right: 25px;
        width: 52px;
        height: 52px;
        font-size: 1.9rem;
    }

    .link-text {
        color: #9f0000;
        margin-bottom: 6px;
        font-size: 20px;
        font-weight: 600;
    }
}

/* brand logo section  */

#brand-logo-section {
    padding: 80px;
}

.brand-logoo {
    width: 150px;
    height: auto;
    object-fit: contain;
    /* margin-bottom: 14px; */
    transition: transform 0.4s ease;
}




/* brand logo section END */



/* car brand section  */

.brands-section {
    padding: 80px 20px;
    background: #f8f9fa;
    text-align: center;

}

.brands-title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #111;
    text-align: center;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Final visible state */
.brand-item.show {
    opacity: 1;
    transform: translateY(0);
}

.brand-logo {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 14px;
    transition: transform 0.4s ease;
}

.brand-item:hover .brand-logo {
    transform: scale(1.15);
}

.brand-name {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.heaading {
    font-size: 34px;
    font-family: cursive;
    font-weight: 800;
    color: #111;
    margin-bottom: 50px;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .brands-section {
        padding: 40px 16px;
        background: #f8f9fa;
        text-align: center;
    }

    .brands-title {
        font-size: 22px;
    }

    .brand-logo {
        width: 70px;
        height: 70px;
    }

    .brands-grid {
        gap: 20px;
    }
}

/* brand section  end  */


footer.site-footer {
    display: none;
}

button#backToTop {
    display: none !important;
}