.unique-feature label {
    display: inline-flex;
    align-items: center;
    border-radius: 3rem;
    transition: background-color 0.3s;
    width: auto;
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    column-gap: 10px;
    transition: background-color 0.3s;
    width: auto;
    background: transparent;
    padding: 10px;
    border: none;
    position: relative;
    border: 1px solid #666;
    box-shadow: 0px 0px 14px -5px #4b4b4b;
}


/* .unique-feature label::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 rgb(129 106 95 / 10%);
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 34px;
    height: 34px;
    left: 17.75px;
    top: 8.35px;
    border-radius: 50%;
} */


.unique-feature label:hover::before {
    animation: glow 1.5s infinite alternate;
    opacity: 1;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(129 106 95 / 70%), 0 0 20px rgba(9129 106 95 / 5%);
    }
    100% {
        box-shadow: 0 0 20px rgba(129 106 95 / 5%), 0 0 30px rgba(129 106 95 / 70%);
    }
}
label:has([type=radio]:not(:disabled)) {
  cursor: pointer;
}
.main-section-content{
    margin-top:50px;
}
[type=radio] {
    appearance: none;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #003466;
    filter: grayscale(1);
}
[type=radio]:checked,  [type=checkbox]:checked {
    background: #fff url('../Images/Group\ 87.svg') no-repeat;
    background-color: transparent;
    background-size: 85%;
    background-position-x: 2.65px;
    background-position-y: 2px;
}
a{
    /* color: #003466 !important; */
}
.form-check{
    padding-left: 0 !important;
    margin-right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.form-check .form-check-input{
    float: none !important;
    margin-left: 0 !important;
}
.container-fluid{
    max-width:1920px !important;
}
.logo-title{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #333;
    background: #fff;
}
.between-line {
    border-left: 1px solid #D9D9D9;
    height: 46px;
    margin: 0 15px;
  }
.partner-buttons{
    box-shadow: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333;
    background: transparent;
    padding: 5px 15px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all ease .5s;
    text-decoration: underline;
}
.partner-buttons::before{
    content: '';
    position: absolute;
    width: 0%;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease .5s;
    background-color: #CF0019;
    z-index: -1;
}
.partner-buttons:hover::before{
    transition: all ease .5s;
    width: 100%;
}
.partner-buttons:hover{
    color: #fff;
    transition: all ease .5s;
    text-decoration: none;
}
.support-button{
    border-radius: 25px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #003466;
    padding: 3px 8px;
    margin: 0 0 0 10px;
    position: relative;
    transition: all ease .5s;
}
.support-button::before{
    content: '';
    width: 100%;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    opacity: 0;
    transition: all ease .5s;
    display: block;
    background-color: #003466;
}
.support-button:hover:before{
    bottom: 2px;
    opacity: 1;
    transition: all ease .5s;
}
.support-button:hover{
    background: transparent;
    color: #003466;
    transition: all ease .5s;
}
.footer-title{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color:#fff;
    margin-bottom:0;
}
section{
    padding:0;
}
.summary-section{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#main-content{
    padding:75px 15px 100px 15px;
    background-image: #fff;
    position: relative;
    min-height: 100vh;
}
#main-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Background color for half slice */
    clip-path: ellipse(100% 50% at 100% 50%);
    z-index: -1; /* Send it behind the content */
    display: none;
}
.unique-feature{
    display: flex;
    padding: 25px 0px;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    background: #fff;
    border-radius: 5px;
    border-top: 1px solid #cccccc;
    border-radius: 0px;
    padding-top: 75px;
    box-shadow: 0px -8px 9px -8px rgb(0 0 0 / 20%);
}
.unique-feature h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 30px;
    color: #333;
}
.car-brand-section{
    border-top:0.5px solid #fff;
    padding-top: 10px;
}
.feature-title{
    border-bottom:0.5px solid #fff;
    width:100%;
    margin-left: 15px;
    padding-bottom: 10px;
}
.btn-primary, .btn-secondary{
    background: #003466 !important;
    border-color: #003466 !important;
    position: relative;
    transition: all ease .5s;
    z-index: 2;
    overflow: hidden;
    color: #fff;
  }
  .modal-header .btn-close{
    filter: invert(1);
  }
.new-car-label, .rollover, .renewal{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #333;
    text-transform: capitalize;
}
.new-car{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #003466;
}
.car-brand-content{
    margin-top:20px;
}
.brand-column{
    margin: 20px 15px 0px;
}
.search-varient{
    margin-bottom:15px;
}
.brand-input{
    height: 43px;
    border-radius: 3px ;
    border: 1px solid #333;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color:#000;
}
.form-control:focus {
    color: #000 !important;
}
.unique-brand-name{
    background-color: #564940;
    border-radius: 9px;
    text-align: center;
    width: 92px;height:83px;
    padding: 15px 0px;
    margin: 10px 15px;
}
.unique-brand-name:hover{
    background-color: #E0BDA2;
    cursor:pointer;
}
.unique-brand-name:hover p{
    color:#1B191A !important;
    cursor:pointer;
    font-weight: 700;
}
.unique-model-name button{
    background-color: #564940;
    border-radius: 7px;
    width: 150px;height:42px;
    color:#fff;
    margin: 10px 15px;
    border:none;
    cursor:pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;

}
.unique-model-name button:hover{
    background-color: #E0BDA2;
    color:#1B191A;
    font-weight: 700;
}
.ford-logo{
    margin-top: -15px;
}
.ford-title{
    margin-top: -13px !important;
}
.unique-brand-name p{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: center;
    color:#fffcfc;
    margin-top:5px;
}
.new-old-car span{
    margin-left:1px;
}
.main-heading div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-heading div i{
    font-size: 34px;
    border-right: 1px solid;
    padding-right: 20px;
    color: #003466;
}
/* .main-heading div label{
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 1;
} */
.main-heading {
    overflow: hidden; /* Prevent overflow for the entire heading */
}
.main-heading div label {
    font-size: 20px;
    font-weight: 500;
    padding: 3px 4px 3px 0;
    margin: 0 8px;
    color: #000;
    text-transform: uppercase;
    border-right: 4px solid #fff; /* Cursor effect */
    display: inline-flex;
    overflow:hidden;
    white-space: nowrap;
    line-height: 1;
    margin-left: 20px;
    padding-left: 0px;
    font-size: 30px;
    letter-spacing: 1px;
    animation: typing 4s steps(30, end) infinite, blink-caret 0.75s step-end infinite; /* Infinite animations */
}

@keyframes typing {
    0% {
        width: 0; /* Start with no width */
    }
    48% {
        width: 400px; /* Full width at halfway point */
    }
    60%{
        width: 400px; /* Full width at halfway point */
    }
    100% {
        width: 0; /* Collapse back to zero */
    }
}

@keyframes blink-caret {
    50% {
        border-color: transparent; /* Blink effect */
    }
}

.main-title{
    font-size: 18px;
    line-height: 39px;
    color: #333;
    margin-top: 20px;
    padding-top: 10px;
    text-transform: capitalize;
    text-align: left;
}
.summary-section .landing-banner img{
    width: 100%;
    filter: grayscale(1);
}
.summary-section .landing-banner{
    max-width: 55%;
    flex: 1;
}
.summary-content{
    padding:20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.brand-summary{
    display: block;
}
.summary-content-title{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color:#FFF5ED;
    margin-bottom: 15px;
}
/* .summary-content-name::before{
    position: absolute;
    content: " ";
    height: 1px;
    width: 100px;
    right: 204px;
    margin-top: 15px;
    background: #DFBDA2;
    display: block;
    border-radius: 3px;
} */
 #select-vehicle{
    display: block;
    max-width: 80%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #cccc;
    padding-top: 45px;
 }
 #select-vehicle .accordion{
    background: transparent !important;
    border: none;
    border-radius: 0;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 65px;
 }
 #select-vehicle .accordion .accordion-item{
    flex-direction: column;
    background: transparent !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px 15px;
    display: flex;
 }
 #select-vehicle .accordion .accordion-item .accordion-header{
    flex-direction: row;
    align-items: center;
    flex: 1;
 }
 #select-vehicle .accordion .accordion-item .accordion-header button{
    background: transparent !important;
    border: none !important;
    box-shadow: none;
    color: #333 !important;
    font-weight: 500;
 }
 #select-vehicle .accordion .accordion-item .accordion-header button::after{
    content: '\f063';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #003466;
    background: none;
 }
 #select-vehicle .accordion .accordion-item#personal-details h2 label{
    display: none;
 }
 #select-vehicle .accordion .accordion-item#personal-details .form-group label{
    color: #333;
    font-weight: 500;
 }
#select-vehicle .accordion .accordion-item#personal-details .form-group input{
    height: 40px;
    background: transparent;
    color: #333 !important;
    border-color: #ccc;
}
#select-vehicle .accordion .accordion-item#personal-details .unique-feature label span{
    color: #111;
}
#select-vehicle .accordion .accordion-item#personal-details .unique-feature label [type=radio]:checked{
    border-color: #ccc;
}
#select-vehicle .accordion .accordion-item#personal-details .form-group input:focus{
    outline: none;
    box-shadow: none;
    border-color: #000;
}
#select-vehicle .accordion .accordion-item#personal-details .unique-feature{
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    margin: 35px auto;
}
 #select-vehicle .accordion .accordion-item:has(.accordion-header input:checked):not(.get-quote){
    background: #fff !important;
    border-color: #003466 !important;
 }
 #select-vehicle .accordion .accordion-item [type=radio]:checked{
    border-color: #003466;
 }
 #select-vehicle .accordion .accordion-item:has(.accordion-header input:checked) button{
    color: #000 ;
    font-weight: bold;
 }
 #select-vehicle .accordion .accordion-item:has(.accordion-header input:checked) button span{
    background: #003466;
    font-size: 14px;
    padding: 4px 8px;
    margin-left: 10px;
    border-radius: 3px;
    color: #fff !important;
 }
 #select-vehicle .accordion .accordion-item:has(.accordion-header input:checked) .accordion-header button::after{
    color: #fff !important;
 }
 .select2-container--default .select2-selection--single{
    background-color: transparent !important;
    border-radius: 5px;
    padding: 5px 10px;
    height: auto !important;
    font-size: 14px !important;
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px !important;
    right: 8px !important;
 }
 .select2-container--open .select2-dropdown{
    background: #fff;
    margin-top: -2px;
 }
 .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #7e746e;
    background: #fff;
    height: 40px;
    border-radius: 5px;
    margin: 0 10px;
    width: calc(100% - 20px);
    color: #755b49;
}
.select2-results__option--selectable{
    padding: 10px 20px !important;
    color: #333;
    font-size: 14px !important;

}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #003466 !important;
    color: white;
}
#select-vehicle .accordion .accordion-item:has(input:checked) .select2-container--default .select2-selection--single{
    background: #fff !important;
    border-color: #000 !important;
    color: #fff !important;
}
#select-vehicle .accordion .accordion-item:has(input:checked) .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000 !important;
}
.summary-content-name{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color:#FFF5ED;
    margin-bottom:15px;
    margin-right: 45px;

}
.get-quote{
    box-shadow: none;
    border: none;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff !important;
    background: #003466;
    padding: 5px 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all ease .5s;
    text-decoration: none;
    width: auto;
    transition: all ease .5s;
    border: 2px solid #003466;
    border-radius: 25px;
}
.get-quote:hover{
    background-color: #fff;
    color: #000 !important;
}
.get-quote:disabled {
    background-color: #d3d3d3; 
    cursor: not-allowed; 
}

.get-quote:disabled:hover {
    background-color: #d3d3d3; 
}
.get-quote::before{
    content: '';
    position: absolute;
    width: 0%;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease .5s;
    background-color: #fff;
    z-index: -1;
}
.get-quote:hover::before{
    transition: all ease .5s;
    width: 100%;
}


.get-RegNumContinue{
    background-color: #003466;
    width: 146px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18.29px;
    text-align: center;
    color:#fff !important;
    border:none;
    border-radius: 8px;
    cursor: pointer;
}
.get-RegNumContinue:hover{
    background-color: #fff;
    color: #000 !important;
}
.get-RegNumContinue:disabled {
    background-color: #d3d3d3; 
    cursor: not-allowed; 
}

.get-RegNumContinue:disabled:hover {
    background-color: #d3d3d3; 
}


.summary-title{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #DFBDA2;
}
.summary-title p{
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 39px;
    text-align: left;
    color:#DFBDA2;
    margin-bottom: 0;
}
.arrow-icon {
    margin-left: 10px;
    transition: margin-left 0.3s ease;
}
.premium-btn:hover .arrow-icon {
    margin-left: 20px;
}
#loader {
    text-align: center;
    color: #000;
}
.collapse-button {
    background-color: #564940;
    border: none;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.collapse-button:hover {
    background-color: #E3D1C3
}
.collapse-button:focus {
    outline: none;
    background-color: #E0BDA2
}
.modal-content, .accordion-item, .accordion-button {
    background-color: #372d24 !important;
    color: #FFFFFF;
}
.accordion-button:not(.collapsed)
{
    color: #FFFFFF !important; 
}
.modal-title, .close {
    color: #FFFFFF;
}
.popup-title {
    color: #DFBDA2;
}
@media only screen and (max-width:991px){
    .summary-section{
        margin-top:40px;
    }
    .summary-content-name::before{
        display:none;
    }
    #main-content {
        padding: 50px 10px 100px 10px;
    }
    .unique-model-name button{
        width:125px;
    }
    .logo-title, .between-line{
        display:none;
    }
    #header .navbar {
        padding: 0px;
    }
    .header ul.navbar-nav > li {
        margin-bottom: 20px;
        padding:0;
    }
}

.select2-results{
    color: black !important;
    font-weight: 500 !important;
}
.footer-area{
    padding: 14px 0;
    text-align: center;
    background-color: #003466;
    border-top: 1px solid #003466;
    padding-bottom : inherit;

}
.footer-area p, .footer-area a{
    font-size: 11px;
    margin-bottom: 18px;
    color: #fff;
}

.formg-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

/* .option-box {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    margin: 10px;
}
.option-box:hover {
    background-color: #003466;
    color: #fff;
} */


.child-gender img {
    width: 30px;
    cursor: pointer;
}
.child-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.child-gender input {
    margin-right: 5px;
}


.modal-header {
    background: #003466;
    color: white;
}
.modal-header .close.btn{
    position: absolute;
    right: 15px;
    top: 3px;
    font-size: 30px;
    padding: 0;
}

.family-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.gender-selection img {
    width: 30px;
    cursor: pointer;
}
.age-input {
    width: 100px;
}


.container-box {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
}
.option-box {
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    margin: 10;
}
.option-box img .self {
    width: 50px; /* Adjust icon size */
    height: auto;
}
.option-box span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #333;
}
.option-box:hover {
    border-color: #000; /* Highlight on hover */
}
.full-width-option {
    width: 100%;
}