body {
    font-family: 'Maven Pro', sans-serif !important;
    background-color: #FBFBFB !important;
    color: #281F48 !important;
    margin: 0;
    padding: 0;
}

img.card-img-top {
    width: 110px !important;
}

html {
    scroll-behavior: smooth;
}

/* Apply to all scrollable elements */
::-webkit-scrollbar {
    width: 2px;
    /* Set scrollbar width */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
    border-radius: 10px;
    /* Optional: rounded edges */
}

::-webkit-scrollbar-thumb {
    background: #281F48;
    /* Thumb color */
    border-radius: 10px;
    /* Optional: rounded thumb */
    border: 2px solid #f1f1f1;
    /* Optional: space around thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: transparent !important;
    /* Hover color for thumb */
}

/* For Firefox */
* {
    scrollbar-width: 2px;
    /* Thin scrollbar */
    scrollbar-color: transparent !important;
    /* Thumb color | Track color */
}

footer {
    background-color: #282435;
}

/* Header Styling Start  */
.nav-item {
    margin: 0 15px;
}



.navbar-toggler {
    background-color: #ffffff !important;
}

.nav-link:focus,
.nav-link:hover,
.nav-link:active {
    color: #1F1B2D !important;
}

.dropdown-menu {
    white-space: nowrap;
}

.custom-btn-nav {
    background-color: #281F48 !important;
border:1px solid #281F48;
    border-radius: 50px;
    padding: 13px 20px !important;
    color: white ;
    line-height: 15px !important;
    font-size: 15px !important;
}
.custom-btn-nav:hover {
    background-color: white !important;
    color: #281F48 !important;
	border:1px solid #281F48;
	border-radius:5px;
}


.modal-header {
    background-color: #F0F3F6 !important; /* Dark purple shade */
    color: #281F48 !important;
  }

  .modal-body {

    background-color: white !important; /* Dark purple shade */
    color: #281F48 !important;

  }
/* Login Page Start */
.sign-in-btn {
    border-radius: 5px;
    border: 1px, solid, #281F48;
    color: #281F48;
    background-color: transparent;
}

.sign-in-btn:hover {
    border-radius: 5px;
    border: 1px, solid, #281F48;
    color: white;
    background-color: #281F48;
}
.modalbackcolor{
background-color:#F0F3F6 !important;
}
.sign-in-btn-google {
    border-radius: 10px;
    border: 1px, solid, #281F48;
    color: white;
    background-color: #281F48;
}

.sign-in-btn-google:hover {
    border-radius: 10px;
    border: 1px, solid, #281F48;
    color: #281F48;
    background-color:white;
}

.custom-btn {
    background-color: #FD5631;
    border: 0px;
    border-radius: 50px;
    padding: 10px 45px;
    color: white;
    line-height: 15px;
}

.accordion-item {
    background-color: white !important;
    border:1px solid #281F48 !important;
}

.accordion-button:not(.collapsed) {
    color: #281F48 !important;
    background-color: white !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #282435;
}

.accordion-button {
    color: #281F48 !important;
    background-color: white !important;
}

.accordion-item {
    margin-bottom: 10px;
}

.custom-btn:hover {
    background-color: white;
    border: 0px;
    border-radius: 50px;
    padding: 10px 45px;
    color: #FD5631;
    line-height: 15px;

}

.col-height {
    height: 200px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    /* Adjust size if needed */
}

/* .accordion-button::after {
    background-color: #FD5631;
} */

.grey-color {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Login Page End */


.half-sec {
    width: 50%;
}


.custom-btn-3 {
    background-color: #281F48 !important;
    border: 0px;
    color: white!important;
    line-height: 20px;
    font-size: 14px !important;
}
.custom-btn-3:hover {
    background-color: #281F48 !important;
    border: 0px;
    color: white!important;
    line-height: 20px;
    font-size: 14px !important;
}
.info-value {
    font-size: 12px;
    font-weight: 400;
}

.info-item {
    font-size: 16px !important;
    font-weight: 600;
}

.ads {

    text-decoration: underline;
    font-size: 13px;
    color: white;
    font-weight: 500;

}


.custom-btn:active {
    background-color: #FD5631;
    border: 0px;
    border-radius: 50px;
    padding: 10px 45px;
    color: white;
    line-height: 15px;

}

.custom-btn-2 {
    background: #231D4F;
    border: 0px;
    border-radius: 50px;
    padding: 15px 45px;
    color: white;
    line-height: 20px;

}

.custom-btn-2:hover {
    background: #231D4F;
    border: 0px;
    border-radius: 50px;
    padding: 15px 45px;
    color: white;
    line-height: 20px;

}

.custom-btn-2:active {
    background: #231D4F;
    border: 0px;
    border-radius: 50px;
    padding: 15px 45px;
    color: white;
    line-height: 20px;

}

/* Home Page Start */

h1.banner {
    font-family: Maven Pro !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 55px !important;
    text-align: left;
    color: #281F48;

}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    /* Inverts the color to white */
    opacity: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    /* Inverts the color to white */
    opacity: 1;
}

.slider .progress {
    height: 100%;
    left: 0%;
    right: 5% ;
    position: absolute;
    border-radius: 5px;
    background: #FD5631;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #FD5631;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #FD5631;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.05);
}


p.banner {
    font-family: Maven Pro !important;
    font-size: 21px !important;
    line-height: 27.13px !important;
    text-align: left !important;
    color: white;

}

.img-bg-home {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}

.img-adj-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-bg-home-2 {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
}

p.banner-2 {
    font-family: Maven Pro !important;
    font-size: 23.09px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: left !important;
    color: white;
    width: 50%;

}

.form-select-home {
    background-color: #ffffff00 !important;
    border: 1px solid #0000001a !important;
	

}



p.sub {
    font-family: Maven Pro !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 27.13px !important;
    text-align: left !important;
    color: #FD5631;

}
.step-header{
  color:#281F48 !important;
}
.form-label{
  color:#281F48 !important;
}
.primary-color-custom {
    color:#281F48 !important;
}

h2.sec {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 47px !important;
    text-align: left !important;
    color: #281F48;

}

h3.sec {
    font-size: 39.92px !important;
    font-weight: 700 !important;
    line-height: 51.01px !important;
    text-align: left !important;
    color: #281F48;

}

label.form-label {
    font-family: Maven Pro;
    font-size: 17.6px;
    font-weight: 500;
    line-height: 20.68px;
    text-align: left;
    color: #281F48;
}

.form-control {
    background-color: transparent !important;
    color:#281F48 !important;
    border: 1px solid #281F48 !important;
    border-bottom: 2px solid #F5F5F5;
    border-radius: 0;
	padding:0px;
	    line-height: 0.5 !important;
}

.form-control::placeholder {
    color: #281F48;
    opacity: 1;
}

.custom-select-icon {
    position: relative;
}

.custom-select-icon img {
    position: absolute;
    top: 50%;
    left: 1rem;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
    color: black;
}

.custom-select-icon select {
    padding-left: 2rem;
    /* Adjust padding to make room for the icon */
    font-size: 13.5px;
}

.alert {
    background-color: unset;
    border: none;
    color: #FD5631 !important;
}

a.text-decoration-underline.fw-bold.text-white:hover {
    color: #FD5631 !important;
}

h4.sec {
    font-size: 31px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    text-align: left !important;
    color: #281F48;
}

.bg-image {
background-image: url('/web/images/finalbackground.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.img-bg {
    /* background-image: url(../images/car.png); */
    height: 248px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0px;
    border-radius: 20px 20px 0px 0px;

}

.section-bg {
    /* background-image: url(../images/hero-bg\ 2.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-bg-1 {
    /* background-image: url(../images/car.png); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: inherit;
    height: 611px;
    display: flex;
    align-items: center;
}
div.dt-container .dt-search input {
    border: 1px solid #281F48 !important;
    border-radius: 20px !important;
   
}
.dt-search label {
    color: #281F48 !important;
    font-weight: 700;
}

h6.sub.text-white {
    margin-bottom: -5px;
}

/* Used Car Start */
.filter-style {
    background-color: rgba(40, 36, 53, 1) !important;
    color: white !important;
    border: var(--bs-border-width) solid rgba(255, 255, 255, 0.2) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
 width:100%;
}

/* Used Car End */
.card-price {
    background-color: #271F41;
    border-radius: 50px;
}

.card-price .custom-btn-2 {

    background-color: #FD5631 !important;
}
.borderallpost{
border:1px solid #0000001F;
}
.modal-content {
    background-color: #F0F3F6;
	border-radius:none;

}

.modal-footer {
    background-color: #F0F3F6;
	border-radius:none;

}

.col-stlying {
    border-radius: 10px;
    background-color: #F0F3F6;
    padding: 20px;
		color:#281F48 !important;
}

h4.text-white {
    font-size: 20px;
}

.modal-btn {
    background-color: #FD5631;
    border: 0px;
    border-radius: 10px;
    padding: 15px 60px;
    color: white;
}

.modal-btn:hover {
    background-color: #FD5631;
    border: 0px;
    border-radius: 10px;
    padding: 15px 60px;
    color: white;
}


.modal-btn:active {
    background-color: #FD5631;
    border: 0px;
    border-radius: 10px;
    padding: 15px 60px;
    color: white;
}

/* Wishlist Page Css Start */
.wishlist-card {
    border-radius: 20px;
    background-color: #F0F3F6 !important;

}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #FD5631;
    border-radius: 5px;
}
.img-bg {
    /* background-image: url(../images/car-img.png); */
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0px;
    border-radius: 20px 20px 0px 0px;

}

.img-bg-2 {
    /* background-image: url(images/Car-2.png); */
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0px;
    border-radius: 20px 0px 0px 20px;

}

/* Wishlist Page Css End */
/* Super Admin Pannel Css Start */
.col-stlying {
    border: 2px solid transparent;

    /* Default border */
    border-radius: 5px;
    /* Optional: for rounded corners */
    padding: 15px;
    /* Add some padding */
    transition: border 0.3s;
    /* Smooth transition */
}

.col-stlying a {
    color: inherit;
    /* Make sure text color inherits */
}

.col-stlying:hover {
    border: 2px solid #281F48;
    /* Border on hover */
    cursor: pointer;
    /* Change cursor to pointer */
}

p.super {
    font-size: 14px;
	color:#281F48 !important;
}

.transparent-table {
    --bs-table-bg: transparent !important;
    --bs-table-color: #281F48 !important;
    --bs-table-striped-bg: #F0F3F6 !important;
    --bs-table-striped-color: #281F48 !important;
    backdrop-filter: blur(10px) !important;
}

.text-review-info {
    background-color: #5D3CF2 !important;
    color: white;
}

.text-bg-active {
    background-color: #2AB500 !important;
    color: white;
}

.banner-text {
    font-size: 85px;
    color: #4C4957;
    font-family: 700;
}

.img-bg-2 {
    /* background-image: url(../images/Car-2.png); */
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0px;
    border-radius: 20px 0px 0px 20px;
}

.img-bg-3 {
    /* //background-image: url(../images/image-car.png); */
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0px;
    border-radius: 20px 0px 0px 20px;

}

.form-control:focus {
    box-shadow: none !important;
    border-color: #FD5631 !important;
	color:#281F48 !important;
}

.form-select:focus {
    box-shadow: none !important;
    border-color: #FD5631 !important;
    /* border: none !important; */
}

.formcontrol {
    background-color: rgba(40, 36, 53, 1) !important;
    color: #281F48 !important;
    border: var(--bs-border-width) solid #0000001F !important;
    border-radius: 5px;
}
span.dt-column-title {
    color: #281F48 !important;
}
a.action-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}
a.action-btn-2 {
    
    position: static;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}
tbody tr td {
    color: #281F48 !important;
}
tbody tr td a {
    color: #281F48 !important;
    text-decoration: underline;
}
tbody tr td a:hover {
    color: #FD5631 !important;
    text-decoration: underline;
}

/* Super Admin Pannel Css End */

/* 
Media Querry */
@media only screen and (max-width: 768px) {

    h1.banner {
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 40px !important;
    }

    p.banner {
        font-size: 16px !important;
        line-height: 18.13px !important;
    }

    .section-bg-1 {
        background-image: none !important;
        height: auto !important;
    }

    .banner-text {
        font-size: 45px;
        color: #4C4957;
        font-family: 700;
    }

    p.banner-2 {
        width: 100% !important;
    }

    .card-price {
        margin-top: 20px !important;
    }

    .half-sec {
        width: 100% !important;
    }




}