﻿@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.ProductPagesMain .lifeformarea {
    background: #ffffff;
    padding: 45px 25px 45px;
    border-radius: 6px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    top: 100px;
}

    .ProductPagesMain .lifeformarea .form-text {
        font-size: 1.9rem;
        font-weight: 600;
        line-height: 2.5rem;
        color: #3d3d3d;
        text-align: left;
        margin-bottom: 25px;
    }



/*0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0 New product pillar page css 0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0*/

@media (max-width: 1091.98px) {
    .container {
        max-width: 1200px;
    }
}

.ProductFormSection h1 {
    font-size: 36px;
    font-weight: bold;
}

.ProductFormSection .BikeSubtitle {
    font-size: 18px;
    font-weight: normal;
}

    .ProductFormSection .BikeSubtitle span {
        color: #30b524;
        font-weight: 600;
    }

.ProductFormSection {
    position: relative;
    overflow-x: hidden;
    height: 500px;
    /*    overflow-y:auto;*/
}

.ImgBGGreyCircle {
    position: absolute;
    background-color: #f4f4f4;
    width: 650px;
    height: 650px;
    border-radius: 100%;
    top: -180px;
    right: -40px;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ImgBGGreyCircle .InnerCircle {
    position: initial;
    background-color: #f4f4f4;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    z-index: -1;
    border: 50px solid #E4E4E4;
}


.VehicleRegisterInp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.VehicleRegisterInp .formInpBike {
    position: relative;
    width: 80%;
}

.VehicleRegisterInp .formInpBike input {
    width: 90%;
    text-transform: uppercase;
    box-shadow: 0 0 30px #6a6a6a29;
    height: 45px;
    padding: 0 20px;
    border: 1.5px solid #30b524;
    border-radius: 30px;
}

.lableRegNumber {
    position: absolute !important;
    top: 15px;
    left: 0px;
    display: inline-block;
    height: auto;
    width: auto !important;
    line-height: normal;
    color: #bcbcbc;
    font-size: 14px;
    font-weight: 500;
    transition: .2s cubic-bezier(.25, .8, .25, 1);
    pointer-events: none;
    padding-left: 20px !important;
}

.FormLeftSide .ContactGetTouch {
    width: max-content;
    height: 45px;
    border-radius: 30px;
}

.VehicleRegisterInp .formInpBike input:focus ~ label, .VehicleRegisterInp .formInpBike input:not(:placeholder-shown) ~ label {
    top: -10px;
    font-size: 10px;
    background: #f7f7f7;
    padding: 5px 10px !important;
    border-radius: 3px;
    left: 20px;
}

.CustomerRatingBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}

    .CustomerRatingBox p {
        line-height: 1.2;
        font-size: 14px;
        font-weight: 500;
        margin: 0 8px;
        color: #B0B3BA;
    }

.getNewVahanQuote {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
}

.ctaCardIconReview {
    width: 80px;
}

.cta_BikePRDpage {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .cta_BikePRDpage .cta_card {
        background-color: #ffffff;
        box-shadow: 0px 36px 95px #00000029;
        border-radius: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px;
        margin-right: 10px;
    }

        .cta_BikePRDpage .cta_card p {
            font-size: 10px;
            font-weight: 500;
            margin: 0;
            color: #B0B3BA;
        }

            .cta_BikePRDpage .cta_card p span {
                font-size: 14px;
                font-weight: 600;
                color: #000B22;
            }

        .cta_BikePRDpage .cta_card img, .ctaCardIcon {
            width: 20px;
            margin-right: 10px;
        }

.cta_boxBikepage {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    background: #30b524;
    padding: 23px 10px;
    color: #fff;
    text-align: center;
}

    .cta_boxBikepage .ctaIconReview {
        width: 90px;
        display: inline;
    }

    .cta_boxBikepage .cta_item p span {
        font-size: 13px !important;
    }

.switchcase-tabs {
    margin-top: 20px !important;
}

.cta_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ededed;
}

    .cta_item .ctaIcon {
        width: 25px;
        margin-right: 6px;
    }

.cta_item2 {
    border-right: 0px !important;
    width: 220px;
}

    .cta_item2 .ctaIcon {
        margin-right: 10px;
    }

.cta_item p {
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 500;
    text-align: left !important;
    line-height: 1.4;
    margin-right: 10px;
}

    .cta_item p span {
        font-size: 16px;
        font-weight: 500;
    }

.cta_item .icon {
    display: block;
    font-size: 28px;
    margin-bottom: 8px;
}

.puc_formInputWrp .get_quotes {
    margin: 20px 0px;
}
.puc_formInputWrp .Animlable {
    margin:20px auto!important;
}
/*============================   rto form sec css ==============================*/

.checkRto_details{
    padding: 0px 20px 30px;

}


.get_rto .getQuotesBtn {
    background-color: #30b524;
    height: 50px;
    line-height: normal;
    box-shadow: 0 30px 50px #e2ffcf;
    border-radius: 5px;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
}

.text_green {
    color: #30b524;
}

.VehicleRegisterRto {
    align-items: center;
    display: flex;
    justify-content: center;
    /*    width: 700px;*/
    width: max-content;
    margin: auto;
    background-color: #fff;
    border: 1px solid #30b524;
    border-radius:5px;
    padding:5px;
}

.VehicleRegisterRto input {
    width: 100%;
    text-transform: uppercase;
/*    box-shadow: 0 0 30px #6a6a6a29;*/
    height: 50px;
    padding: 0 20px;
    border: 0;
/*    border-radius: 30px;*/
}
.VehicleRegisterRto input::placeholder {
    font-size:15px;
    font-weight:500;
}

.rtoRegInp {
    min-width: 450px;
    margin-right: 10px;
}

.RegNumberBike {
    position: absolute !important;
    top: 15px;
    left: 0;
    display: inline-block;
    height: auto;
    width: auto !important;
    line-height: normal;
    color: #bcbcbc;
    font-size: 14px;
    font-weight: 500;
    transition: .2s cubic-bezier(.25, .8, .25, 1);
    pointer-events: none;
    padding-left: 20px !important;
}


.VehicleRegisterRto input:focus ~ label, .VehicleRegisterRto input:not(:placeholder-shown) ~ label {
    top: -10px;
    font-size: 10px;
    background: #f7f7f7;
    padding: 5px 10px !important;
    border-radius: 3px;
    left: 20px;
}
.rtoIntro .rtoPoints {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-content: center;
    width: max-content;
    background-color: #f9fff6;
    border-radius: 10px;
    box-shadow: 3px 0px 4px #dcdcdc;
    padding: 0px;
}
.rtoIntro .rtoPoints li {
    display: block;
    padding: 5px 20px;
/*    background-color: #ffffff;*/
    margin: 10px 0px;
    font-size: 20px;
    font-weight: 500;
/*    border-right:1px solid #dcdcdc;*/

}

.rtoIntro .rtoPoints li:last-child {
    border-right:0px;

}

.rtoIntro {
    text-align: center;
}

.rtoCtaBox{
    padding:30px;
}

.rtoDataBox {
    /*    display: none;*/
    width: 700px;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
}

.rtoIntro {
    text-align: center;
    margin-bottom: 25px;
}

.rtoIntro p {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}



/* Highlight Points Container */
.rtoPoints {
    display: inline-flex;
    align-items: center;
    gap: 0;
    list-style: none;
    padding: 14px 22px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

    /* Individual Point */
.rtoPoints li {
    position: relative;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 600;
    color: #0a0a0a;
    white-space: nowrap;
}

        /* Divider between items */
.rtoPoints li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 1px;
    background: #ddd;
}

/* Icons using pure CSS */
.rtoPoints li::before {
    content: "✔";
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-right: 6px;
    background-color: #30b524;
    border-radius: 3px;
    padding: 1px 4px;
}


.rtoCtaCard {
    background-color: #fff;
    border-left: 1px solid #30b524;
/*    border-radius: 14px;*/
    padding: 25px;
    height: 100%;
}

.rtoCtaCard h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1d1d1d;
}


.ctaPoints {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    .ctaPoints li {
        margin-bottom: 8px;
        font-size: 14px;
    }

.ctaBtn {
    display: inline-block;
    background: #30b524;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
}

.ctaBtn:hover {
    background-color: #30b524;
    color:#fff;
}

.ctaSmall {
    margin-top: 12px;
    font-size: 12px;
    color: #6b7280;
}

.accordion_item {
    background: #fff;
    overflow: hidden;
    
}

.accordion_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
    cursor: pointer;
    border-bottom:1px solid #dcdcdc;
}
.accordion_header:last-child {
    border-bottom: 0px;
}
.accordion_header p{
    font-size:16px;
    font-weight:600;
    margin:0;
}

.accordion_header .left {
    display: flex;
    align-items: center;
    gap: 12px;
}



.toggle_btn {
    border: none;
    background: #f1f3f6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: self-start;
}

.accordion-content {
    display: none;
    padding: 0 18px 18px;
}
.accordion_item:last-child{
    border:0;
}

.accordion_item.active .accordion-content {
    display: block;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}
.detail p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.detail label {
    font-size: 13px;
    color: #6b7280;
}


#showRtoData {
    display: none;
}

.rtoBackBtn {
    text-align: left;
    margin-bottom: 10px;
}

.rtoBackBtn button {
    background:none;
    font-size:14px;
    font-weight:500;
    color:#30b524;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
}
.RtoFormWrapper {
    padding:30px!important;
}
.RtoInnerWrp {
    background-color: #fff;
    box-shadow: 0px 1px 10px #bebebe94;
    border-radius: 10px;
}




@media (max-width:991px) {
    .cta_boxBikepage {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .cta_item {
        justify-content: flex-start;
    }

    .cta_item2 {
        width: 250px;
    }

    .cta_item3 {
        border-right: 0px !important;
    }
}

@media (max-width:768px) {


    .rtoDataBox {
        /*    display: none;*/
        width: auto;
        margin: auto;
        background-color: #ffffff;
        border: 1px solid #dcdcdc;
    }
    .details-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 10px;
    }
    
    .cta_boxBikepage {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .puc_formInputWrp .get_quotes {
        margin: 10px 0px;
    }

    .puc_formInputWrp .Animlable {
        margin: 10px auto !important;
    }
    .VehicleRegisterRto{
        width:auto;
    }
    .rtoIntro .rtoPoints li {
        font-size: 15px;
        padding: 5px 10px;
    }
    .VehicleRegisterRto{
        display:block;
        border:0;
    }
    .VehicleRegisterRto input{
        border: 1px solid #30b524;
        padding:5px 10px;
        border-radius:5px;
    }
    .get_rto{
        text-align:center;
        margin-top:20px;
    }
    .rtoRegInp {
        min-width: auto;
        
    }
    .rtoCtaCard {
        border: 1px solid #30b524;
        border-radius: 14px;
    }

}

@media (max-width:480px) {
    .cta_boxBikepage {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .FormLeftSide .ContactGetTouch {
        font-size: 14px;
        padding: 0px 20px;
    }

    .VehicleRegisterInp .formInpBike input {
        width: 95%;
    }

    .ProductFormSection {
        height: auto;
    }

    .cta_BikePRDpage .cta_card p {
        font-size: 12px;
    }

    .cta_BikePRDpage .cta_card {
        padding: 10px;
    }


    .cta_buttonInner {
        text-align: center;
    }

    .cta_BikePRDpage .cta_card img, .ctaCardIcon {
        width: 20px;
        margin-right: 10px;
    }

    .CustomerRatingBox p {
        color: #1d1d1d;
    }

    .lableRegNumber {
        font-size: 12px;
        padding-left: 12px !important;
    }
}
