/* General Styles */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.container {
    width: 100%;
    margin: auto;
}

h1,
h2,
h3 {
    font-weight: 700;
    color: #1a1a1a;
}

p {
    color: #212529;
    line-height: 1.6;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }
}

.white-bg-btn {
    background-color: white;
    color: black;
    border: 2px solid black;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: bold;
}

.white-bg-btn:hover {
    background-color: black;
    color: white;
}

.form-control {
    border-radius: 0;
}

/* Header */
/*Navigation */
.navbar-nav .nav-link {
    color: #222;
    font-weight: 500;
}

.btn-outline-dark {
    border-radius: 5px;
}

.btn-black {
    background-color: black !important;
    color: white;
    border-radius: 5px;
}

.logo {
    font-weight: bold;
    font-size: 20px;
    color: #6366f1;
    font-style: italic;
}

.navbar-nav .nav-link.active {
    color: #000;
    /* Change text color */
    font-weight: bold;
    border-bottom: 2px solid #000;
    /* Optional underline effect */
}

/*Footer*/
.footer-dark {
    background-color: #1F2937;
}

.footer-main-menu {
    font-size: 1rem;
    padding-bottom: 4px;
}

.footer-sub-menu {
    color: #7D8491;
}

.footer-text {
    color: #7D8491;
}


/* About Us Page*/
/* Hero Section */

.hero-content {
    z-index: 2;
    max-width: 80%;
}

.about-banner h1 {
    font-size: 2.5rem;
    color: white;
}

.about-banner p {
    color: #D1D5DB;
}

.about-banner {
    position: relative;
    width: 100%;
    height: 79vh;
    background: url('../images/bg1.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.about-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 41, 55, 0.5);
    z-index: 1;
}

/* Mission & Vision */

.mission,
.vision {
    width: 48%;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.mission {
    margin-right: 4%;
}

.mission-vision-div {
    padding-left: 39px;
    padding-right: 39px;
}

/* About Section */
.about {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 60px 0;
}

.about img {
    width: 50%;
    border-radius: 10px;
}

/*Our strory*/
.our-story {
    background-color: white;
}

.story-img {
    height: 589px;
}

.story-text-div {
    padding-right: 49px;
}

/* Why Choose Us */
.why-choose {
    text-align: center;
    padding: 60px 0;
}

.why-choose .features {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.features div {
    width: 22%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Leadership Team */
.team-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}


/*Sub footer*/

.sub-footer-contet {
    color: #9095A0;
    font-size: 13px;
}

/* Brand registartion*/
.brand-reg-icon-style {
    color: #9BA3AE
}

.brand-reg-placeholder {
    color: #B4B6B8;
}

input::placeholder,
textarea::placeholder {
    color: #B4B6B8 !important;
}

#business_type,
#brand {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

/*Customer Registartion*/
.progress-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #777;
    font-weight: bold;
    position: relative;
}

.step .step-text2 {
    position: absolute;
    top: 50px;
    font-size: 12px;
    color: #555;
}

.step.active {
    background-color: black;
    color: white;
}

.line {
    flex: 1;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0 10px;
}

.step.completed {
    background-color: #4caf50;
    color: white;
}

/* .step.completed::before {
    content: "✔"; /* Tick mark */
/* font-size: 20px; */
/* } */

#customer-reg-form {
    font-size: 13px !important;
}


#customer-reg-form input::placeholder,
#customer-reg-form textarea::placeholder {
    color: #B4B6B8 !important;
    font-size: 13px;
}

span.select2-selection.select2-selection--single {
    border-radius: 0;
    border-color: #dee2e6;
    height: 39px !important;
    padding-top: 7px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
}

.resend-text {
    cursor: pointer;
    color: black;
    font-weight: bold;
    border: 0;
    background: none;
}

.car-preference-checkbox {
    padding-left: 11px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#step1,
#step2,
#step3 {
    min-height: 60vh;
}


/*individual add listin*/
.veh-ind-add-step {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    font-weight: bold;
}

.veh-ind-add-step.active {
    background: black;
    color: white;
}

.veh-ind-add-step.completed {
    background: green;
    color: white;
}

.step-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.step-container .step-text {
    font-weight: bold;
}

.radio-label {

    border-color: #dee2e6 !important;
    color: #212529;
}

.ind-lst.btn-check:checked+.btn {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.ind-lst.btn-check+.btn:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.upload-box {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #f8f9fa;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.image-preview div {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.image-preview div span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
    padding: 3px 7px;
    cursor: pointer;
    font-weight: bold;
    color: red;
}

/*Brand listing register*/
/*Progress section*/
.progress-container-brand-list-reg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
    background: #fff;
    z-index: 1000;
}

.progress-bar {
    position: absolute;
    top: 42%;
    left: 0;
    width: 0%;
    height: 7px;
    background-color: black;
    transition: width 0.3s ease;
    z-index: -1;
}

.progress-step {

    flex: 1;
    text-align: center;
    position: relative;
    font-weight: bold;
    color: #999;
    padding-bottom: 10px;
    height: 3px;
    background-color: #999;
    z-index: -3;
}

.progress-step::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 50%;
    display: block;
    margin: 0 auto 5px;
    transition: background 0.3s ease;
}

.section {
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

#brand-reg-listing .btn {
    border-radius: 0.375rem;

}

/*Image upload*/
.drop-zone {
    border: 2px dashed #ccc;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.drop-zone:hover {
    background-color: #f8f9fa;
}

.drop-zone.drag-over {
    border-color: #007bff;
    background-color: #e9f5ff;
}

.preview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.preview .image-container {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.preview img {
    max-width: 100px;
    border-radius: 5px;
}

.delete-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    cursor: pointer;
}

/* Brand register-listing*/
#error-pri-modal,
#error-contact-modal,
#success-pri-modal,
#success-contact-modal {
    text-align: center;
}

/* Common Icon Styling */
.verified-icon {
    font-size: 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Green tick animation */
.verified {
    color: #28a745;
    /* Bootstrap success green */
    transform: scale(1.2);
    opacity: 1;
}

/* Red cross animation */
.not-verified {
    color: #dc3545;
    /* Bootstrap danger red */
    transform: scale(1.2);
    opacity: 1;
}


/*contact us page */
.contact input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.contact input[type=submit] {
    background-color: black;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.contact input[type=submit]:hover {
    background-color: black;
}

h4.contactus {
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 2px;
    font-family: "open sans";
}

/*contct css*/

/*body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

header {
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

nav a {
    text-decoration: none;
    color: #000;
}

.contact-form, .contact-info {
    background: white;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

form input, form select, form textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 8px;
}

button {
    background-color: black;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.map img {
    width: 100%;
}

footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}*/

/*Delaer Listing*/

.dealertxt {
    color: #6B7280 !important;
}

.dealer-docp {
    margin-bottom: 0px;
    text-align: left !important
}

/*Document upload*/
.document-upload {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upload-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

.upload-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.upload-info i {
    font-size: 24px;
    color: #6B7280;
}

.upload-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

.upload-btn {
    background: #f0f0f0;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.delete-btn-dealer {
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: red;
    display: flex;
    align-items: center;
}

/*image upload*/
.img-upload {
    border: 2px dashed #ccc;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.error {
    color: red;
}

/*Home*/

.home-banner {
    position: relative;
    width: 100%;
    height: 79vh;
    background: url('../images/home.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 41, 55, 0.5);
    z-index: 1;
}

.home-banner-content {
    z-index: 2;
}

select.form-select {
    border-radius: 0;
}

.home-banner select.form-select {
    padding: 12px;
    margin-bottom: 0;
}

.home-feature-div {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.card-img-container {
    height: 200px;
    /* Set fixed height */
    overflow: hidden;
}

.card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures uniform scaling */
}

.feature-box {
    text-align: center;
    padding: 20px;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 32px;
    color: #000;
}

.home-subtxt {
    font-size: 18px;
    ;
}

.h-step-number {
    width: 40px;
    height: 40px;
    background-color: black;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.h-step-item {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.h-step-text {
    flex: 1;
}

/* Listing deatils*/
.similar-card {
    width: 18rem;
    border-color: #e9ecef;

    height: 100%;
    /* Let it grow uniformly inside a grid/flex */
    display: flex;
    flex-direction: column;
}

.similar-card .card-body {
    flex-grow: 1;
}

.verified-badge {
    background-color: #d4edda;
    color: #155724;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 500;
}

.pending-badge {
    background-color: #e48416;
    color: #6b3a19;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 500;
}

.draft-badge {
    background-color: #7092dd;
    color: #042049;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 500;
}

.rejected-badge {
    background-color: #b30933;
    color: #33010c;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 500;
}

.seller-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.seller-icon-stl {
    width: 50px;
    height: 50px;
    background-color: #E5E7EB;
}

.whatsapp-btn {
    background-color: #70C75F !important;
}

/*Dealer inventory*/
.dealer-inv-banner {
    position: relative;
    width: 100%;
    /* height: 79vh; */
    height: 500px;
    background: url('../images/bg3.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.dealer-inv-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 41, 55, 0.5);
    z-index: 1;
}

.dealer-inv-banner-content {
    z-index: 2;
}


.border-bottom-light {
    border-bottom: 1px lightgrey;
}
 .listslideimg {
    height: 600px;
    object-fit: contain;
  }
@media (max-width: 576px) {
    .custom-container {
        padding: 0 !important;
        margin: 0 !important;
    }

    .listslidediv {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .listslideimg {
        height: 100% !important;
        object-fit: contain;
    }
}

/*listings */
.listings-banner {
    position: relative;
    width: 100%;
    height: 79vh;
    background: url('../images/bg1.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.listings-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 41, 55, 0.5);
    z-index: 1;
}

.listings-banner-content {
    z-index: 2;
}

.active>.page-link,
.page-link.active {
    background-color: black;
    border-color: #000;
    border-radius: 8px;
}

.page-link {
    color: #000;
}

a.page-link {
    border-radius: 8px;
}

.page-item:first-child .page-link {
    border-radius: 8px !important;
}

/*finance page */
.finance-banner {
    position: relative;
    width: 100%;
    height: 111vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: url('../images/bg2.png') no-repeat center center/cover;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.accordion-item {
    border: 0;
    margin-bottom: 10px;
}

.accordion-button:focus {
    box-shadow: none;
    font-weight: bold;
    color: #000 !important;
    border: none !important;
}

button.accordion-button {
    font-weight: bold;
    color: #000 !important;
}

.custom-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.custom-table th {
    background-color: #F9FAFB;
    font-weight: 500;
    font-size: 14px;
    color: #6c757d;
}

.custom-table td {
    font-size: 16px;
    color: #212529;
    vertical-align: middle;
}

.custom-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 6px 18px;
    font-weight: 500;
    border-radius: 0.5rem;
}

.custom-btn:hover {
    background-color: #222;
}

.center-canvas {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.emi-lbl-txt {
    font-size: 13px;
}

.emi-val-txt {
    font-size: 21px;
    font-weight: 600;
}

.min-height-100 {
    min-height: 100vh;
}

.min-height-65 {
    min-height: 65vh;
}

.min-height-60 {
    min-height: 60vh;
}

.alert-error {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}


li.page-item {
    margin-right: 7px !important;
}

.page-item:last-child .page-link {
    border-radius: 8px !important;
}

ul.errorlist.nonfield {
    background-color: #f8d7da;
    border-color: #f1aeb5;
    color: #58151c;
    padding: 10px;
}
.dealerLogoImg{
        width: 270px;
}
.dealerLogoImgInfo {
    width: 40px;   /* adjust to match your design */
    height: 40px;
    object-fit: cover;
    border-radius: 50%; /* makes it circular */
}
.dealer-avatar {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.dealer-avatarm {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: invert(1); /* inverts colors */
}
.dealbtn:hover {
    /* width: 40px;
    height: 40px;
    object-fit: contain; */
    filter: invert(1); /* inverts colors */
}

.dealer-avatarinfo {
    width: 100px;
    height: auto;
    object-fit: contain;
    filter: invert(1); /* inverts colors */
}

/* #loadingOverlay {
    display: none;
} */


/*vinatge and classic */
.listings-vc-banner {
    position: relative;
    width: 100%;
    height: 79vh;
    background: url('../images/classic2.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.listings-vc-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 41, 55, 0.5);
    z-index: 1;
}
