.utm-car-wrapper {
    display: none !important;
}

.hero {
    background: #111827;
    color: #fff;
    padding: 60px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-position:top center;
}

.hero-text {
    flex: 1;
    min-width: 300px;
}

.hero h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.hero p {
    margin-bottom: 20px;
    font-size: 16px;
}

.hero a.btn-cars {
    background: #f97316;
    border: none;
    padding: 15px 45px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
}

    .hero button:hover {
        background: #ea580c;
    }

.hero img {
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
}

/* Why Us Section */
.why-us {
    padding: 50px 20px;
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
}

    .why-us h2 {
        margin-bottom: 40px;
        font-size: 28px;
        line-height:32px;
    }

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.feature {
    flex: 1;
    min-width: 200px;
    max-width: 220px;
}

    .feature i {
        font-size: 30px;
        color: #f97316;
        margin-bottom: 10px;
    }

    .feature h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .feature p {
        font-size: 14px;
        color: #555;
    }

/* Payment & Trust */
.trust {
    text-align: center;
    margin: 40px 0;
}

    .trust img {
        height: 40px;
        margin: 10px 20px;
        vertical-align: middle;
    }

/* Call To Action */
.cta {
    text-align: center;
    padding: 50px 20px;
    background: #f9fafb;
}

    .cta a.h_data {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 20px;
    }

.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.step {
    text-align: center;
    max-width: 200px;
}
.step img{width:100%;max-width:100px;}
    .step i {
        font-size: 40px;
        color: #111827;
        margin-bottom: 10px;
    }

/* FAQ */
.faq {
    padding: 40px 20px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

    .faq-item h4 {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

        .faq-item h4 span {
            font-weight: bold;
        }

.hero h1 {
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 54px;
}
.hero-bg-banner{height:auto;min-height:550px;}
.why-us-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.why-us-wrapper img{width:100%;max-width:70px;}
.why-us-wrapper h3{font-weight:700;}
.faq h2{font-weight:700;margin-bottom:30px;}
.accordion {
    max-width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}
 .ring {
        display: inline-block;
        animation-name: trin;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    .num-p {
        margin-top: 8px !important;
        margin-bottom: 8px;
    }

    .num {
        color: #010101;
        font-size: 28px;
        font-weight: bold;
    }

    #more {
        display: none;
    }

.accordion-header {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
}

    .accordion-header:hover {
        background: #f3f4f6;
    }

    .accordion-header span {
        transition: transform 0.3s;
    }

.accordion-item.active .accordion-header span {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px;
    font-size: 14px;
    color: #555;
}

.accordion-item.active .accordion-content {
    max-height: 200px; /* answer की ऊँचाई */
    padding: 15px 20px;
}
.top-bg {
    background-color: #f97316;
    color: white;
    font-weight: 800;
    padding: 5px 5px;
    font-size: 14px;
    text-align:center;
}
.text-content-utm{font-size:12px;padding:10px;}
.btn-wrapper{text-align:center;margin:20px 5px;}
.btn-center {
    border-radius: 50px;
    background: #f97316;
    color: white;
    font-weight: 800;
    font-size: 22px;
    padding: 10px 15px;
}
.foot-txt div{text-align:center;margin-top:5px;font-weight:700;gap:20px;align-items:center;}
.btn-utm-wrapper{padding:10px;}
.btn-foot-wrppr{background:#f97316;color:white;display:flex;justify-content:center;border-radius:10px;align-items:center;}
.fs-26{font-size:26px;margin-top:-5px !important;}
.faq ul{margin-left:30px;}
@media(max-width:768px) {
    .why-us-wrapper{flex-direction:row !important;justify-content:start;}
    .why-us-wrapper img{max-width:50px !important;}
        .why-us-wrapper h3{font-size:16px;margin:0}
        .why-us-wrapper p{font-size:12px;}
    .foot-txt div{gap:0 !important;}
    .step img{max-width:50px !important;}
    .utm-car-wrapper{display:block !important;}
    .hero-bg-banner {
        min-height: 400px !important;
    }
    .hero h1{
         font-size: 42px;
    }

    .hero {
        padding: 30px 20px;
        background-position: left !important;
    }
    .car-sec{padding-bottom:20px;}
}