* {
    padding: 0%;
    margin: 0%;
}

body {
    background: #f5f5f5;
}


.top-bar {
    background: #313131;
    padding: 16px 0;
}

.logo img {
    width: 235px;
    height: 74px;
}

.phone-btn {
    background: #F7941D;
    color: #fff;
    padding: 5px 15px;
    border-radius: 11.67px;
    font-size: 18px;
    text-decoration: none;
}

.phone-btn img {
    width: 24px;
    height: 24px;
}


.hero-section {
    position: relative;
  background: url('/wp-content/themes/twentytwentyone-child/images/car/header-bg.png') no-repeat center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.hero-content {
    position: relative;
    max-width: 550px;
}

.hero-title {
    font-size: 45px;
    font-weight: bold;
    line-height: 100%;
    color: #000;
}

.hero-text {
    color: #333;
    font-size: 21px;
    padding: 20px 7px 20px 0px;
}

.apply-btn {
    background: #F7941D;
    color: #fff;
    padding: 2px 25px;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
	 transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.apply-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.mobile-image .mobile-img img {
    display: none;
}

.testimonial {
    background: #F7941D;
    color: #fff;
    padding: 25px 0;
}

.testimonial-user {
    width: 102px !important;
}

.testimonial-user img {
    width: 102px;
    height: 97px;
    border-radius: 50%;
}

.testimonial-text p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 120%;
    padding-bottom: 13px;
}

.testimonial-text img {
    width: 30px;
    height: 24px;
    border-radius: 0px;
    margin: 0px 15px;
}

.testimonial-text small {
    font-size: 17px;
}

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

.content-section h2 {
    font-size: 36px;
}

.content-section p {
    font-size: 26px;
    padding-right: 91px;
    padding-bottom: 10px;
    line-height: 130%;
}

.compare-btn {
    display: inline-flex; /* important for text + image alignment */
    align-items: center;
    gap: 8px;

    background: #F7941D;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 7px 21px;
    text-decoration: none;

    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.compare-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.compare-btn img {
    padding-bottom: 5px;
    padding-left: 13px;
}


.car-loan-form .form-card {
    background: #fdead2;
    padding: 30px 15px;
    border-radius: 5px;
    width: 341px;
    height: 352px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.car-loan-form .form-card h5 {
    font-size: 27px;
    color: #000;
    padding-bottom: 15px;
}

.form-control {
    width: 210px !important;
    height: 38px !important;
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 22px;
    font-size: 18px !important;
    color: #000 !important;
    background-color: #fcd9ae !important;
}

.callback-btn {
    background: #f7931e;
    color: #fff;
    border: none;
    width: 210px;
    height: 38px;
    font-size: 20px;
    font-weight: 600;
    border-left: 5px solid #1D53FF;

    cursor: pointer; /* important for button UX */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.callback-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.callback-btn:active {
    transform: translateY(0); /* press effect */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.finance-wrapper {
    background: linear-gradient(90deg, #FF9414 49.52%, #F4CC9E 99.99%, #F0CDA4 100%);
    border-radius: 50px;
    padding: 25px 45px;
    overflow: hidden;
}

.finance-title {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 27px;
}

.finance-list {
    list-style: disc;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.finance-list li {
    font-size: 25px;
    color: #ffffff;
    padding-right: 85px;
    line-height: 30px;
}

.finance-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    margin-top: 27px;
    font-size: 25px;
    padding: 5px 17px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;

    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.finance-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.finance-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.finance-btn img {
    padding: 5px 0px 5px 5px;
}

.image-circle {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.image-circle img {
    width: 451px;
    height: 433px;
    object-fit: cover;
}

.lenders-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0px 241px;
    margin-bottom: 21px;
}

.lenders-logos img {
    width: 202px;
    height: 94px;
    max-height: 120px;
    opacity: 0.9;
    transition: 0.3s ease;
}

.lenders-logos img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.lenders-text {
    font-size: 15px;
    color: #000;
    line-height: 117%;
    padding: 30px 79px;
}

.enquire-btn {
    display: inline-block;
    background: #F7941D;
    color: #fff;
    font-size: 25px;
    padding: 5px 35px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;

    box-shadow: 0 3px 8px rgba(0,0,0,0.15); /* softer default shadow */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.enquire-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

.enquire-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.why-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 51px;
}

.why-title span {
    font-weight: 400;
}

.why-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 18px;
    border: 1px solid #7E757580;
    height: 100%;
    transition: 0.3s ease;
}

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

.why-card h5 {
    font-size: 25px;
    padding: 7px 0px;
}

.why-card p {
    color: #000;
    font-size: 25px;
    line-height: 121%;
}

.icon-circle {
    width: 85px;
    height: 85px;
    background: #FDEAD2;
    border-radius: 50%;
    border: 1px solid #7E757580;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle .down-arrow {
    margin-bottom: 15px;
    position: absolute;
    margin-left: 20px;
}

.icon-circle .check-two {
    margin-bottom: 15px;
    position: absolute;
    margin-left: 14px;
}

.final-cta {
    background: #f7931e;
    padding: 80px 0;
    color: #fff;
    margin-top: 35px;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
}

.cta-text {
    max-width: 600px;
    margin: 0 auto;
    font-size: 17px;
    padding: 15px 0px;
}

.cta-btn {
    display: inline-block;
    background: #fff;
    color: #F7941D;
    padding: 9px 27px;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;

    box-shadow: 0 3px 8px rgba(0,0,0,0.15); /* softer default */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}

.cta-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

footer#footer.footer {
    padding: 41px;
    background: #313131;
    color: #fff;
}

.footer .footer-text {
    padding: 0px 0px 51px 0px;
}

.footer .footer-text p {
    text-align: left;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 25px;
    padding-right: 22px;
    padding-left: 51px;
}

.footer .footer-details P {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 400;
    padding-bottom: 11px;
    padding-right: 41px;
    line-height: 121%;
    text-align: left;
    opacity: 0.9;
}



@media (max-width: 991px) {

    .hero-section {
        padding: 50px 0px;
    }

    .hero-title {
        font-size: 30px;
    }

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

    .d-flex.content-section-details {
        flex-direction: column;
    }

    .content-section p {
        padding-right: 0px;
    }

    .car-loan-form {
        display: flex;
        justify-content: center;
    }

    .car-loan-form .form-card {
        margin-top: 28px;
    }

    .finance-wrapper {
        padding: 50px 30px;
        text-align: center;
    }

    .finance-title {
        font-size: 32px;
    }

    .finance-list {
        text-align: left;
        display: inline-block;
    }

    .image-circle {
        width: 300px;
        height: 300px;
        margin-top: 30px;
    }

    .lenders-title {
        font-size: 28px;
        padding: 0px;
    }

    .lenders-text {
        font-size: 15px;
        padding: 30px 0px;
    }

    .why-title {
        font-size: 28px;
    }

    .cta-title {
        font-size: 26px;
    }


}

@media (max-width: 576px) {

    html,
    body {
        overflow-x: hidden;
    }

     .top-bar {
        padding: 10px 10px;
    }

    .logo img {
        width: 115px;
        height: 51px;
    }

    .phone-btn {
        padding: 4px 10px;
        font-size: 14px;
    }

    .phone-btn img {
        width: 15px;
        height: 14px;
    }

    .hero-section {
        padding: 21px 0;
        /* object-fit: cover; */
        background: none;
    }

    .hero-title {
        font-size: 30px;
        padding-right: 52px;
    }

    .hero-text {
        font-size: 18px;
        padding: 10px 7px 10px 0px;
    }

    .apply-btn {
        padding: 8px 0px;
        font-size: 21px;
        width: 100%;
        border-radius: 11px;
        text-align: center;
    }

    .mobile-image .mobile-img img {
        display: block;
        width: 100%;
        margin-bottom: 21px;
    }

    .testimonial {
        padding: 15px 0;
        min-height: 142px;
        height: 100%;
    }

    .testimonial .row {
        display: flex;
        align-items: center;
    }

    .testimonial-user {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .testimonial-user {
        width: 80px !important;
    }

    .testimonial-user img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

    .testimonial-text img {
        width: 18px;
        height: 14px;
        border-radius: 0px;
        margin: 0px 0px;
    }

    .testimonial-text {
        flex: 0 0 75%;
        max-width: 75%;
        display: flex;
        gap: 10px;
    }

    .testimonial-text p {
        font-size: 14px;
        padding-bottom: 0px;
    }

    .testimonial-text small {
        font-size: 12px;
    }

    .content-section {
        padding: 35px 0;
    }

    .content-section-details {
        flex-direction: column;
    }

    .content-section h2 {
        font-size: 31px;
    }

    .content-section p {
        font-size: 16px;
        /* text-align: justify; */
        padding: 0px 5px;
        line-height: 151%;
    }

    .car-loan-form {
        display: flex;
        justify-content: center;
    }

    .car-loan-form .form-card {
        margin-top: 31px;
    }

    .compare-btn {
        font-size: 20px;
        display: flex;
        justify-content: center;
    }

    .compare-btn img {
        width: 41px;
        height: 25px;
        margin-top: 7px;
    }



    .finance-wrapper {
        padding: 40px 20px;
        border-radius: 25px;
    }

    .finance-title {
        font-size: 21px;
    }


    .finance-list li {
        font-size: 16px;
        padding-right: 39px;
        line-height: 23px;
        margin-bottom: 7px;
    }

    .finance-btn {
        font-size: 19px;
        margin-top: 0px;
    }


    .image-circle {
        width: 240px;
        height: 240px;
    }

    .image-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.lenders-section.py-5 {
        padding-top: 0px !important;
    }

    .lenders-title {
        font-size: 22px;
        padding: 0px 2px;
        margin-bottom: 0px;
    }

    .lenders-text {
        font-size: 14px;
        padding: 0px;
        text-align: left;
    }

    /* .lenders-logos img {
        width: 115px;
    } */

    .desktop-logos {
        margin-bottom: 37px;
    }

    .desktop-logos .logo-card {
        background: #f3f4f6;
        border-radius: 16px;
        height: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px;
    }

    .desktop-logos .logo-card img {
        max-width: 120px;
        width: 100%;
        height: auto;
    }



    section.why-section.py-5 {
        padding: 0px !important;
    }

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

    .why-card {
        padding: 30px 20px;
    }

    .why-card p {
        font-size: 22px;
    }

    .why-card p br {
        display: none;
    }

    .final-cta {
        padding: 60px 20px;
    }

    .cta-btn {
        font-size: 17px;
    }

    .container.footer-details.py-5 {
        padding: 10px 0px !important;
    }

    .footer .footer-details P {
        padding-right: 0px;
        font-size: 14px;
        text-align: justify;
    }

    .footer .social-icon {
        font-size: 12px !important;
        gap: 9px !important;
    }

}