@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --theme-font: "Inter", sans-serif;
    --black-color: #000000;
    --nude-black: #272727;
    --white-color: #ffffff;
    --success-color: #59B259;
    --success-dark: #1d971d;
    --warning-color: #FFBD11;
    --rajah-color: #f1b361;
    --danger-color: #C91532;
    --grey-color: #C2C9D1;
    --primary-color: #F36001;
    --brown-color: #9D4F22;
    --coral-color: #FE8738;
    --ncs-color: #f7fffe;
    --blackbean-color: #3e0808;
    --fs-11: 11px;
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-17: 17px;
    --fs-18: 18px;
    --fs-19: 19px;
    --fs-20: 20px;
    --fs-22: 22px;
    --fs-24: 24px;
    --fs-26: 26px;
    --fs-28: 28px;
    --fs-30: 30px; 
    --fs-32: 32px;
    --fs-34: 34px;
    --fs-36: 36px;
    --fs-38: 38px;
    --fs-40: 40px;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-extra-bold: 800;
    --aside-width: 250px; 
}
/* reset css start */
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after { box-sizing: border-box; }
html {
    font-family: var(--theme-font); /* 2 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
    -ms-overflow-style: scrollbar; /* 5 */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent; /* 6 */
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
/* IE10+ doesn't honor `<meta name="viewport">` in some cases. */
@-ms-viewport {
    width: device-width;
}
/* stylelint-disable selector-list-comma-newline-after
Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
/* 2. Remove default margin */
* { margin: 0; }
body {
  font-family: var(--theme-font);
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}
/* 5. Improve media defaults */
img, picture, video, canvas, svg {max-width: 100%; }
/* 6. Inherit fonts for form controls */
input, button, textarea, select { font: inherit; }
/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 { margin-top: 0;overflow-wrap: break-word; }
/* 8. Improve line wrapping */
p { text-wrap: pretty; }
h1, h2, h3, h4, h5, h6 { text-wrap: balance; }
/* 9. Create a root stacking context */
#root, #__next { isolation: isolate; }
ol, ul, dl { margin: 0; }
a {
    color: var(--coral-color);
    text-decoration: none;
    background-color: transparent; /* Remove the gray background on active links in IE 10. */
    -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}
a:hover { text-decoration: none; }
/* common css start */
input[type="radio"] {
    position: relative;
    cursor: pointer;
}
input[type=radio]:before {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--white-color);
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    position: absolute;
    top: -1px;
    left: -1px;
}
input[type=radio]:checked:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--coral-color);
    display: inline-block;
    position: absolute;
    left: 2px;
    right: 0;
    top: 7px;
    transform: translateY(-50%);
    z-index:10;
}
.form-control, .form-select {
    font-size: var(--fs-15);
    color: var(--nude-black);
    border-radius: 0px;
}
.form-control:focus,.form-control:focus-visible,.form-control:focus-within,
.form-select:focus,.form-select:focus-visible,.form-select:focus-within,
.page-link:focus, .page-link:focus-visible, .page-link:focus-within{box-shadow: none; outline: 0px; border-color: var(--grey-color)}
.form-card label{margin-bottom: 10px;}
label{font-size: var(--fs-14);}
.breadcrumb{margin-bottom: 0px;}
.breadcrumb .breadcrumb-item { font-size: var(--fs-15); }
.breadcrumb .breadcrumb-item > a { color: var(--rajah-color); font-weight: 500; }
.btn { padding: 0.375rem 0.675rem; font-size: var(--fs-15); min-width: 94px;border-radius: 0px; cursor: pointer; transition: ease .3s all;}
.btn:focus{box-shadow: none;}
.primary-btn{ background-color: var(--coral-color); color: var(--white-color) }
.primary-btn:hover{ background-color: var(--black-color); color: var(--white-color); }
.black-btn{ background-color: var(--nude-black); color: var(--white-color); }
.black-btn:hover{ background-color: var(--coral-color); color: var(--white-color); }
.success-btn{ background-color: var(--success-color); color: var(--white-color); }
.success-btn:hover{ background-color:  var(--success-dark); color: var(--white-color); }
.status-badge {
    display: inline-block;
    padding: 0.075rem 0.375rem;
    min-width: 72px;
    border-radius: 4px;
    font-size: var(--fs-13);
    font-weight: var(--fw-normal);
    text-align: center;
}
.status-badge.success { background-color: var(--success-color); color: var(--white-color); }
.status-badge.pending { background-color: var(--warning-color); color: var(--nude-black); }
.status-badge.closed { background-color: var(--danger-color); color: var(--white-color); }
.action-btn {
    display: inline-block;
    min-width: 76px;
    text-align: center;
    padding: 0.125rem;
   border-radius: 4px;
}
.action-btn.view { background-color: var(--nude-black); color: var(--white-color); }
.action-btn.edit { background-color: var(--warning-color); color: var(--black-color); }
.action-btn.delete { background-color: var(--danger-color); color: var(--white-color); }
.heading-title{font-size: 24px; font-family: var(--theme-font); color: var(--nude-black); line-height: 30px;}
.sub-heading { font-size: 20px; font-family: var(--theme-font); line-height: 26px; font-weight: var(--fw-semibold); }
/* common css end */
/* header css start */
.site-header .navbar-nav .nav-item:not(:last-child) { padding-right: 1.25rem; }
.site-header .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: var(--fs-15);
    font-weight: var(--fw-normal);
    color: var(
    --nude-black);
    letter-spacing: 0.003em;
    line-height: 19px;
}
.site-header .navbar-nav .nav-item .nav-link:hover,
.site-header .navbar-nav .nav-item .nav-link.active {
    color: var(--coral-color);
}
.site-header .menu-navigation .user-menu .dropdown-toggle:after {
    content: '';
    display: none;
}
.site-header .menu-navigation .user-menu {
    position: relative;
    padding-right: 8px;
}
.site-header .menu-navigation .user-menu .dropdown-menu {padding: 0 0 0.75rem 0;}
.site-header .navbar-nav{position: sticky; top: 0; z-index: 5; align-items: center;}
.site-header .menu-navigation .user-menu .dropdown-menu .nav-item a{
    padding: 0.325rem 0.5rem;
    display: block;
    border-radius: 0px;
    color: var(--nude-black);
    font-size: var(--fs-14);
    text-align: left;
}
.site-header .menu-navigation .user-menu .dropdown-menu .nav-item:not(:last-child) a{
    border-bottom: 1px dashed var(--grey-color);
}
.site-header .menu-navigation .user-menu .nav-link { padding: 0; }
.site-header .menu-navigation .user-menu a > .user-name {
    display: inline-block;
    color: var(--nude-black);
    width: 120px;
    font-size: var(--fs-14);
    text-align: right;
 }
.site-header .menu-navigation .user-menu .dropdown-menu .nav-item a:hover {
    background-color: var(--coral-color);
    color: var(--white-color);
}
.site-header .menu-navigation .user-menu .dropdown-menu {
    display: block;
    position: absolute;
    top: 150%;
    height: fit-content;
    min-height: 100px;
    width: 200px;
    right: 0;
    bottom: 100%;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header .menu-navigation .user-menu:hover .dropdown-menu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    opacity: 1;
    visibility: visible;
}
/* header css end */
/* login page css start */
.login-section{padding: 60px 0;}
.slogan { color: var(--nude-black); }
.slogan h1{ font-size: var(--fs-40); line-height: 54px;}
.slogan p{ font-size: var(--fs-15); line-height: 21px; letter-spacing: 0.003em;}
.login-form { 
    padding: 2rem 1rem; 
    width: 100%;
    max-width: 350px;
    box-shadow: -4px 4px 12px 4px rgba(0 0 0 / 10%); 
    border-radius: 6px;
}
.login-form .sub-heading { line-height: 32px; }
.black { color: var(--nude-black); }
.brown-peech { color: #9F5D33; }
.green { color: var(--success-color); }
.login-form .sub-heading { line-height: 32px; }
.login-form .signup-link { text-decoration: underline; color: var(--nude-black); }
.login-form .signup-link:hover { color: var(--coral-color); text-decoration: underline; }
.forgot-link { font-size: var(--fs-15); }
.forgot-link:hover { color: var(--nude-black); }
/* login page css end */
/* vehicle grid css start */
.upload-document {
    position: relative;
}
.upload-document input[type="file"] {
    position: absolute;
    top: 0;
    opacity: 0;
}
.upload-document span {
    height: 36.5px;
    display: block;
    font-size: var(--fs-15);
    line-height: 36.5px;
    padding: 0 0.75rem;
    background-color: #F9F9F9;
    border: 1px solid var(--grey-color);
}
.filter-card {
    position: relative;
    margin-top: -55px;
    box-shadow: -2px 2px 8px 0px rgba(0 0 0 / 10%);
}
.vehicle-grid-item {position: relative;min-height: 332px;border: 1px solid var(--grey-color);border-radius: 6px; box-shadow: -4px -1px 15px 4px rgba(0 0 0 / 10%); overflow: hidden;}
.vehicle-grid-item .vehicle-img{min-height: 332px; background-repeat: no-repeat; background-position: center; background-size: contain;}
.vehicle-grid-item .vehicle-detail {
    padding: 1rem;
    position: absolute;
    bottom: -150%;
    width: 100%;
    height: 100%;
    background-color: rgb(2 4 16 / 55%);
    transition: ease-in-out .5s all;
}
.vehicle-grid-item:hover .vehicle-detail { bottom: 0; }
.vehicle-grid-item .vehicle-detail ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}
.vehicle-grid-item .vehicle-detail ul li {
    padding: 0.5rem 0px;
    font-size: var(--fs-15);
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
}
/* vehicle grid css end */
/* vehicle-detail css start */
.vehicle-ev-slider .slide{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
/* .vehiclle-ev-slider .slider .carousel-inner{width: 80%; display: block;} */
/* .vehicle-ev-slider .carousel-indicators {position: initial; margin: initial; width: 20%; gap: 10px; flex-direction: column; justify-content: initial; } */
.vehicle-ev-slider .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    background-size: cover !important;
    border: 1px solid var(--grey-color);
    border-radius: 6px;
    flex-shrink: 0;
}
.vehicle-ev-slider .carousel-indicators [data-bs-target].active { border: 1px solid var(--nude-black);}
.vehicle-ev-detail .detail-list {padding: 1rem;}
.vehicle-ev-detail .detail-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.vehicle-ev-detail .detail-list ul li {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: calc(33% - 10px);
}
/* vehicle-detail css end */
/* user profile css start */
.userprofile-card {
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 1px 10px 30px 5px rgb(206 78 2 / 15%);
    background-color: #fffbf6;
}
.user-info { margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap;}
.userprofile-card .user-img {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}
.userprofile-card .user-img img {
    object-fit: cover;
    width: 150px;
    height: 150px;
}
.userprofile-card .card-item ul { padding-left: 0; }
.userprofile-card .card-item ul li { display: inline-block; }
.userprofile-card .card-item ul li:not(:last-child) { margin-right: 3rem; }
.meta-information {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.meta-information .card {
    flex: auto;
    padding: 0.875rem 1rem;
    border-radius: 10px;
    border: 0px;
    background: linear-gradient(45deg, #ffcca9, #ffeadd);
    transition: .3s ease all;
}
.meta-information .card:hover {
    transform: scale(1.03);
}
.meta-information .card .meta-info p {
    margin-bottom: 0px;
}
/* user profile css end */

/* footer css start */
.footer { padding: 40px 0; background-color: var(--nude-black); color: var(--white-color); }
.footer ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}
.footer li { display: inline-block; /* Change to inline-block for horizontal layout */ padding: 0 10px; }
.footer ul a { color: inherit; text-decoration: none; font-size: var(--fs-15); font-weight: var(--fw-normal); }
.footer ul a:hover { opacity: 1; }
.footer .social { text-align: center; padding-bottom: 25px; }
.footer .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--grey-color);
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}
.footer .social > a:hover { opacity: 0.9; }
.footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: var(--white-color);
    margin-bottom: 0;
}
.footer .footer-break{
    height:2px;
    border-width:0;
    color: var(--grey-color);
    background-color:var(--white-color);
}
/* footer css end */
/* modal css start */
.custom-modal .modal-dialog{max-width: 650px;}
.custom-modal .modal-dialog .modal-content{border: 0; border-radius: 0px;}
.custom-modal .modal-header .btn-close{opacity: 1;}
.custom-modal .modal-dialog .list-item .box-title,
.custom-modal .modal-dialog .list-item p{font-size: var(--fs-15);}
/* modal css end */

/* media query css start */
@media(min-width: 992px){
    .site-header .menu-navigation .user-menu {
        border: 1px solid var(--grey-color);
        padding: 4px 8px;
        border-radius: 6px;
    }
}
@media(max-width: 810px){
    .site-header .menu-navigation .user-menu a > .user-name{display: none;}
}
@media(max-width: 575px){
    .login-section { padding: 30px 0; }
    .login-form{ box-shadow: none; }
}