/**=========================
    START NORMALIZE
=========================**/

*,
*::before,
*::after {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    outline: none;
    box-sizing: inherit;
}
html {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}
body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--theme-text-color);
    font-size: 15.5px;
    line-height: 1.58;
    font-family: "Public Sans", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, var(--frontend-page-bg, #f7f9fc) 100%);
    /*overflow-x: hidden;*/
}
a {
    text-decoration: none;
    transition: all 0.4s;
    color: var(--theme-color-secondary);
}
a:hover{
    color: var(--theme-color-primary);
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    transition: all 0.4s;
}
i, svg {
    transition: all 0.4s;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--theme-color-secondary);
}
p,
.p {
    font-size: 15px;
    color: var(--theme-text-color);
    transition: all 0.4s;
}
/**=========================
    END NORMALIZE
=========================**/

/**=========================
    START COMMON
=========================**/
.theme-btn{
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0px 0px 0px 0px;
    min-height: 44px;
    padding: 11px 22px 11px 22px;
    font-size: 15px;
    text-align: center;
    line-height: 1.35;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: var(--frontend-radius-sm, 10px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.theme-btn-sm{
    min-height: 34px;
    padding: 7px 12px;
    font-size: 13px;
}
.theme-btn-none{
    background-color: transparent;
}
.theme-btn-primary,
.theme-btn-secondary:hover{
    background-color: var(--theme-color-primary);
    color: #fff;
}
.theme-btn-secondary,
.theme-btn-primary:hover{
    background-color: var(--theme-color-secondary);
    color: #fff;
}
.theme-btn-white{
    background-color: #fff;
    color: var(--theme-color-primary);
}
.theme-btn-light{
    background-color: #eee;
}
.theme-bg-primary{
    background-color: var(--theme-color-primary);
}
.theme-bg-secondary{
    background-color: var(--theme-color-secondary);
}
.theme-bg-white{
    background-color: #fff;
}
.theme-bg-light{
    background-color: #f1f1f1;
}
.list-item{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.list-item li{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.list-item-flex{
    display: flex;
}
.list-item-inline-flex{
    display: inline-flex;
}
.list-item-between{
    justify-content: space-between;
}
.list-item-align-items-center{
    align-items: center;
}
.list-item-left-spacing li{
    margin: 0px 0px 0px 10px;
}
.list-item-right-spacing li{
    margin: 0px 10px 0px 0px;
}
.list-item-divider li{
    padding: 0px 10px 0px 0px;
    border-right: 1px solid;
}
.list-item-divider li:last-child{
    border: 0px;
}
.social-icons li a i{
    font-size: 20px;
    vertical-align: middle;
}
.theme-text-primary{
    color: var(--theme-color-primary);
}
.col-item{
    position: relative;
    margin: 0px 0px 24px 0px;
}
label{
    color: var(--frontend-text, var(--theme-color-secondary));
    font-weight: 600;
    margin-bottom: 8px;
}
.form-control{
    min-height: 46px;
    padding: 11px 15px 11px 15px;
    font-size: 15px;
    border-radius: var(--frontend-radius-sm, 10px);
    background-color: #fff;
}
.form-control,
.form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(148, 163, 184, 0.34);
}
.form-control:focus{
    border-color: var(--theme-color-primary);
    box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.04);
}
.section-title{
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.02em;
}
.section-title-border{
    position: relative;
    display: inline-block;
    margin: 0px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.section-title-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border: 1px solid;
    border-radius: var(--frontend-radius-sm, 10px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}
.section-content{
    margin-top: 10px;
    margin-bottom: 0px;
}
.section-wrap.section-title-center,
.section-title-center .section-title,
.section-title-center .section-content{
    text-align: center;
}
.section-footer{
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-footer-left{
    text-align: left;
}
.section-footer-center{
    text-align: center;
}
.section-footer-right{
    text-align: right;
}
.section-footer-content{
    margin: 0px 10px;
}
.section-footer .theme-btn{
    margin: 0px 10px;
}
.section-short-title-2{
    margin-bottom: 10px;
}
.section-title-2{
    margin-bottom: 0px;
    padding-left: 15px;
    border-left: 5px solid transparent;
    font-size: 44px;
    font-weight: 700;
}
.section-content-2{
    text-align: right;
}
.card{
    padding: 18px;
    border: 1px solid var(--frontend-border, rgba(15, 23, 42, 0.08));
    border-radius: var(--frontend-radius-md, 14px);
    background: var(--frontend-surface, #fff);
    box-shadow: var(--frontend-shadow-sm, 0 12px 28px rgba(15, 23, 42, 0.08));
}
.card-body{
    padding: 18px;
    border: 0px;
}
.table thead th,
.table tbody td{
    padding: 12px 14px;
    vertical-align: middle;
}
.table thead th{
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--frontend-text-soft, #64748b);
    background: #f8fafc;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.table tbody td{
    color: var(--frontend-text, #1f2937);
    font-size: 14px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}
div.dt-container div.dt-length select{
    padding: 12px 25px 12px 15px;
}
div.dt-container div.dt-length select:focus{
    box-shadow: none;
    border-color: var(--theme-color-primary);
}
.dt-info,
.dt-paging nav{
    margin-top: 10px;
}
/* pagination */
.pagination,
.pagination:hover,
.pagination:focus,
.pagination:active,
.page-item,
.page-item:hover,
.page-item:focus,
.page-item:active,
.page-link,
.page-link:hover,
.page-link:focus,
.page-link:active{
    box-shadow: 0 0 0 0;
    border: 0px;
    outline: 0px;
    border-radius: 10px;
    transition: all 0.4s;
    color: var(--theme-color-secondary);
}
.pagination{
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
}
.page-item{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    border: 0px;
    border-radius: 0px;
}
.page-item:not(:first-child) .page-link{
    margin: 0px;
}
.page-links{
    margin: 0px 0px 15px 0px;
    border: 0px;
    border-radius: 0px;
}
.page-link,
.post-page-numbers{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 9px 16px 9px 16px;
    text-align: center;
    display: inline-block;
    border: 0px;
    border-radius: 10px;
    background-color: #f8fafc;
    transition: all 0.4s;
}
.page-item.active .page-link,
.post-page-numbers.current{
    border: 0px;
    border-radius: 0px;
    color: #fff;
    background-color: var(--theme-color-primary);
}

.theme-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.theme-btn:focus,
.theme-btn:active {
    box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.06);
}

.top-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.top-header,
.navbar {
    position: relative;
    z-index: 5;
}

.top-header a,
.footer a {
    color: inherit;
}

.navbar {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.navbar .container {
    min-height: 92px;
}

.navbar-auth .theme-btn {
    min-width: 132px;
}

.listings-wrap,
.p-30px,
.signin .card,
.account .card {
    border-radius: var(--frontend-radius-md, 14px) !important;
    border: 1px solid var(--frontend-border, rgba(15, 23, 42, 0.08)) !important;
    box-shadow: var(--frontend-shadow-sm, 0 12px 28px rgba(15, 23, 42, 0.08));
    background: var(--frontend-surface, #fff);
}

.listing-content {
    padding: 18px 18px 16px;
}

.listing-name {
    margin-top: 8px;
    color: var(--frontend-text, #1f2937);
    font-size: 1.05rem;
    font-weight: 700;
}

.listing-price h4 {
    color: var(--frontend-text, #1f2937);
    font-size: 0.95rem;
    font-weight: 600;
}

.section-wrap {
    margin-bottom: 24px;
}

.signin,
.account {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.75) 0%, rgba(255, 255, 255, 0.88) 100%);
}

.modal-content {
    border-radius: var(--frontend-radius-lg, 18px);
    border: 1px solid var(--frontend-border, rgba(15, 23, 42, 0.08));
    box-shadow: var(--frontend-shadow-md, 0 20px 44px rgba(15, 23, 42, 0.12));
    overflow: hidden;
}

.modal-header,
.modal-footer {
    padding: 16px 20px;
    border-color: rgba(15, 23, 42, 0.07);
}

.modal-body {
    padding: 18px 20px;
}

.modal-title {
    color: var(--frontend-text, #1f2937);
    font-size: 1rem;
    font-weight: 700;
}

.badge,
.rounded-pill {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.table-responsive {
    border-radius: var(--frontend-radius-md, 14px);
}

.table-hover tbody tr:hover {
    background-color: rgba(59, 130, 246, 0.03);
}

.alert {
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.footer,
.sub-footer {
    position: relative;
}

.footer-brand-content,
.footer-company-details p,
.sub-footer p {
    color: rgba(255, 255, 255, 0.78);
}

.sub-footer {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.page-link:hover,
.page-link:active,
.post-page-numbers:hover,
.post-page-numbers:active{
    border: 0px;
    border-radius: 0px;
    color: #fff;
    background-color: var(--theme-color-secondary);
}
/**=========================
    END COMMON
=========================**/

/**=========================
    START TOP HEADER
=========================**/
.top-header {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    z-index: 9;
}
.top-header-item{
    padding: 0px 0px 10px 0px;
}
.top-header-left{
    text-align: left;
}
.top-header-right{
    text-align: right;
}
.top-header li a{
    color: #fff;
}
.top-header li a:hover{
    color: var(--theme-color-primary);
}
.top-header .top-header-left li a i{
    vertical-align: middle;
    font-size: 20px;
    color: var(--theme-color-primary);
}
.navbar .navbar-auth .list-item-li{
    padding: 15px 10px;
}
.dropdown .dropdown-menu{
    padding: 0px;
}
.dropdown .dropdown-menu-right{
    right: 0;
    left: auto;
}
.dropdown .dropdown-item{
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
}
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item:active,
.dropdown .dropdown-item:focus{
    background-color: #ddd;
    color: var(--theme-color-secondary);
}
/**=========================
    END TOP HEADER
=========================**/

/**=========================
    START SLIDER
=========================**/
.slider{
    position: relative;
    background-size: cover;
    background-image: url('../images/slider/slider-img-1.jpg');
    z-index: 9;
}
.slider:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
}
.slider-form{
    margin: 60px 0px 70px 0px;
}
.slider-form .radio-item-wrap{
    text-align: center;
    margin-bottom: 15px;
}
.slider-form .radio-item-wrap h5{
    font-size: 16px;
}
.slider-form input[type="radio"]{
    display: none;
}
.slider-form .radio-label{
    display: flex;
}
.slider-form .radio-image{
    transition: all 0.4s ease;
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.slider-form .radio-label .radio-image{
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.slider-form input[type="radio"]:checked + .radio-label .radio-image{
    background-color: var(--theme-color-primary);
    border: 1px solid;
}
/**=========================
    END SLIDER
=========================**/

/**=========================
    START BREADCRUMB
=========================**/
.theme-breadcrumb{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 30px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: 9;
    word-wrap: break-word;
}
.theme-breadcrumb:before{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: .5;
    background: linear-gradient(90deg, var(--theme-rgb-color-primary) 0%, rgba(26,36,45,0.7) 70%, var(--theme-rgb-color-secondary) 100%);
}
.breadcrumb-left{
    text-align: left;
}
.breadcrumb-center{
    text-align: center;
}
.breadcrumb-right{
    text-align: right;
}
.theme-breadcrumb .breadcrumb-title{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.theme-breadcrumb .breadcrumb-title:empty{
    display: none;
}
.theme-breadcrumb .theme-breadcrumb-ul{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: inline-block;
}
.theme-breadcrumb .theme-breadcrumb-ul li{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    display: inline-block;
}
.theme-breadcrumb .theme-breadcrumb-ul .breadcrumb-item + .breadcrumb-item{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.theme-breadcrumb .theme-breadcrumb-ul .breadcrumb-item + .breadcrumb-item::before{
    content: "|";
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    color: #fff;
}
.theme-breadcrumb .theme-breadcrumb-ul li .divider,
.theme-breadcrumb .theme-breadcrumb-ul .divider{
    position: relative;
    display: inline-block;
}
.theme-breadcrumb .theme-breadcrumb-ul li .divider:after,
.theme-breadcrumb .theme-breadcrumb-ul .divider:after{
    content: "|";
    position: relative;
    margin: 0px 10px 0px 10px;
    color: #fff;
    display: inline-block;
}
.theme-breadcrumb .theme-breadcrumb-ul li,
.theme-breadcrumb .theme-breadcrumb-ul li a,
.theme-breadcrumb .theme-breadcrumb-ul a,
.theme-breadcrumb .breadcrumb-title,
.theme-breadcrumb .theme-breadcrumb-ul li.active a,
.theme-breadcrumb .theme-breadcrumb-ul li.active{
    color: #fff;
}
.theme-breadcrumb .theme-breadcrumb-ul i.breadcrumb-home-icon{
    vertical-align: baseline;
    display: inline-block;
}
/**=========================
    END BREADCRUMB
=========================**/

/**=========================
    START LISTINGS
=========================**/
.listings{
    margin: 0px;
    padding: 100px 0px 70px;
}
.listings-wrap{
    position: relative;
    margin-top: 15px;
    transition: all 0.4s;
    z-index: 9;
    box-shadow: 0px 0px 15px 0px rgba(164,164,186,0.2);
}
.listings-wrap:before{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: transparent;
    z-index: -1;
    animation-name: inherit;
    animation-duration: 0s;
}
.listings-wrap:hover:before{
    content: "";
    animation-name: fadeIn;
    animation-duration: .8s;
}
.listing-badge{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
}
.listing-rating{
    position: relative;
    display: inline-block;
}
.listing-rating i{
    display: inline-block;
    color: #999;
}
.listing-rating span{
    margin-left: 10px;
    color: #999;
}
.listing-img{
    position: relative;
}
.listing-img:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 0;
    height: 100%;
    background-color: #fff;
    opacity: .2;
    transition: all 0.4s;
    transition-delay: .3s;
}
.listings-wrap:hover .listing-img:after{
    content: "";
    width: 100%;
}
.listing-img img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.listing-content{
    margin: 0px;
    padding: 30px;
    transition: all 0.4s;
}
.listing-category{
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}
.listing-category li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    color: #999;
    font-size: 14px;
}
.listing-category li:after{
    content: ">";
    position: relative;
    margin: 0px 5px 0px 10px;
}
.listing-category li:last-child:after{
    content: "";
}
.listing-price h4{
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 16px;
}
.listing-price span{
    margin-left: 5px;
    text-transform: uppercase;
}
.listing-name{
    margin-bottom: 10px;
}
.listing-features{
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
    border-bottom: 1px solid #ccc;
}
.listing-features li{
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
}
.listing-features li:last-child{
    margin-right: 0px;
    margin-bottom: 0px;
}
.listing-features li i{
    vertical-align: middle;
}
.listings-btn{
    margin-top: 20px;
}
/**=========================
    END LISTINGS
=========================**/

/**=========================
    START CALL TO ACTION
=========================**/
.cta-section {
    padding: 40px 0px;
    text-align: center;
}
/**=========================
    END CALL TO ACTION
=========================**/

/**=========================
    START SIGNIN
=========================**/
 .signin{
    padding: 45px 0px 70px;
} 
/**=========================
    START SIGNIN
=========================**/

/**=========================
    START ACCOUNT
=========================**/
.account{
    padding: 45px 0px 70px;
}
.account-area{
    padding: 28px 0 50px;
    background:
        radial-gradient(circle at top left, rgba(59,130,246,.08), transparent 28%),
        linear-gradient(180deg, rgba(248,250,252,.88), rgba(255,255,255,.98));
}
.account-shell{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.account-hero{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:16px;
    padding:20px 22px;
    border-radius:20px;
    background:linear-gradient(135deg, rgba(15,23,42,.98), rgba(31,41,55,.9));
    box-shadow:0 22px 50px rgba(15,23,42,.18);
}
.account-hero h1{
    color:#fff;
    font-size:clamp(1.55rem, 2.5vw, 2.2rem);
    margin-bottom:6px;
    line-height:1.05;
}
.account-hero p{
    color:rgba(255,255,255,.78);
    max-width:640px;
    margin-bottom:0;
    font-size:13px;
}
.account-hero-chip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-weight:600;
    white-space:nowrap;
    font-size:13px;
}
.account-hero-chip i{
    font-size:18px;
    color:#8dff7d;
}
.account-sidebar-card{
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    border-radius:18px;
    padding:18px 16px;
    box-shadow:0 18px 36px rgba(15,23,42,.08);
    position:sticky;
    top:122px;
}
.account-sidebar-head{
    text-align:center;
    padding-bottom:16px;
    border-bottom:1px solid rgba(148,163,184,.18);
    margin-bottom:14px;
}
.account-avatar{
    width:68px;
    height:68px;
    margin:0 auto 12px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg, rgba(59,130,246,.12), rgba(255,255,255,.94));
    border:1px solid rgba(59,130,246,.12);
    color:var(--theme-color-primary);
    font-size:30px;
}
.account-sidebar-card .author-name{
    margin:0 0 4px;
    font-size:1.35rem;
    color:var(--frontend-text);
    letter-spacing:-0.03em;
}
.account-sidebar-card .author-email{
    margin:0;
    color:var(--frontend-text-soft);
    font-size:13px;
    word-break:break-word;
}
.account-nav{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:8px;
}
.account-nav-link{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    border-radius:12px;
    color:var(--frontend-text);
    font-weight:600;
    background:transparent;
    font-size:14px;
}
.account-nav-link i{
    font-size:18px;
    color:var(--theme-color-primary);
}
.account-nav-link:hover{
    background:rgba(15,23,42,.04);
    color:var(--theme-color-secondary);
}
.account-nav-link.is-active{
    background:linear-gradient(135deg, var(--theme-color-primary), rgba(59,130,246,.88));
    color:#fff;
    box-shadow:0 16px 28px rgba(59,130,246,.22);
}
.account-nav-link.is-active i{
    color:#fff;
}
.account-nav-link--danger{
    color:#b91c1c;
}
.account-nav-link--danger i{
    color:#b91c1c;
}
.account-stat-card{
    height:100%;
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px;
    border-radius:16px;
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:0 14px 28px rgba(15,23,42,.07);
}
.account-stat-icon{
    width:42px;
    height:42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(59,130,246,.09);
    color:var(--theme-color-primary);
    font-size:20px;
    flex:0 0 42px;
}
.account-stat-value{
    font-size:1.65rem;
    font-weight:800;
    line-height:1;
    color:var(--frontend-text);
    letter-spacing:-0.04em;
    margin-bottom:4px;
}
.account-stat-label{
    font-size:11px;
    color:var(--frontend-text-soft);
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight:700;
}
.account-panel-card{
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    border-radius:20px;
    padding:20px;
    box-shadow:0 18px 38px rgba(15,23,42,.08);
}
.account-panel-card--profile{
    padding:22px;
}
.account-panel-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(148,163,184,.16);
    margin-bottom:16px;
}
.account-panel-head h4{
    margin:0 0 4px;
    font-size:1.65rem;
    letter-spacing:-0.04em;
    color:var(--frontend-text);
}
.account-panel-head p{
    margin:0;
    color:var(--frontend-text-soft);
    font-size:13px;
    max-width:560px;
}
.account-table-wrap{
    border:1px solid rgba(148,163,184,.16);
    border-radius:14px;
    overflow:hidden;
    background:#fff;
}
.account-table-wrap .table{
    margin-bottom:0;
}
.account-table-wrap .table thead th{
    background:#f8fafc;
    font-size:11px;
    padding:11px 12px;
}
.account-table-wrap .table tbody td{
    padding:11px 12px;
    font-size:13px;
}
.account-empty-state{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:34px 18px;
    gap:8px;
}
.account-empty-state--panel{
    min-height:280px;
}
.account-empty-state__icon{
    width:58px;
    height:58px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(59,130,246,.08);
    color:var(--theme-color-primary);
    font-size:28px;
}
.account-empty-state h5{
    margin:0;
    color:var(--frontend-text);
    font-size:1.05rem;
}
.account-empty-state p{
    margin:0 0 6px;
    max-width:380px;
    color:var(--frontend-text-soft);
    font-size:13px;
}
.account-form .form-control{
    min-height:44px;
    font-size:14px;
}
.account-form-divider{
    display:flex;
    align-items:center;
    gap:14px;
    color:var(--frontend-text-soft);
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.12em;
}
.account-form-divider::before,
.account-form-divider::after{
    content:"";
    flex:1 1 auto;
    height:1px;
    background:rgba(148,163,184,.22);
}
.account-save-btn{
    min-height:42px;
    padding:10px 20px;
}
.author-wrap,
.author-img-wrap{
    text-align: center;
}
.author-img{
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.author-name{
    margin: 0px 0px 5px 0px;
}
.author-email{
    margin: 0px 0px 0px 0px;
}
.account-widgets-links{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}
.account-widgets-links li{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.account-widgets-links li a{
    margin: 0px 0px 0px 0px;
    padding: 10px 15px;
    display: block;
}
.account-widgets-links li a i{
    color: var(--theme-color-primary);
}
.account-widgets-links li.active a{
    background-color: var(--theme-color-primary);
    color: #fff;
}
.account-widgets-links li.active a i{
    color: #fff;
}
.dashboard-col-box i{
    font-size: 40px;
    color: var(--theme-color-primary);
}
.dashboard-col-box-number{
    font-size: 40px;
    margin: 0px 0px 10px 0px;
}
.dashboard-col-box-name{
    margin: 0px 0px 0px 0px;
}
/**=========================
    START ACCOUNT
=========================**/

/**=========================
    START FOOTER
=========================**/
.footer{
    margin: 0px;
    padding: 60px 0px 30px;
}
.footer-brand{
    margin-bottom: 20px;
    display: inline-block;
}
.footer-brand-content{
    color: #fff;
    margin-right: 30px;
    margin-bottom: 20px;
}
.footer-company-details{
    margin-bottom: 20px;
}
.footer-company-details p{
    color: #fff;
    margin-bottom: 5px;
}
.footer-link{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-link li{
    position: relative;
    margin: 0px;
    margin-bottom: 25px;
    padding: 0px;
    display: block;
    list-style: none;
}
.footer-link li:last-child{
    margin-bottom: 0px;
}
.footer-link li a{
    color: #fff;
    display: inline-block;
}
.footer-link li a:before{
    content: "\F0142";
    font-family: "Material Design Icons";
    color: #fff;
    margin-right: 10px;
}
.footer .social-icons li a i{
    font-size: 24px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #fff;
}
.footer .col-item h4{
    border-color: #434861;
}
/**=========================
    END FOOTER
=========================**/

.frontend-nav-menu{
    gap: 8px;
}
.frontend-nav-menu .nav-item{
    position: relative;
}
.frontend-nav-menu .nav-link{
    color: var(--frontend-text);
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 12px;
    transition: all .2s ease;
    font-size: 15px;
}
.frontend-nav-menu .frontend-nav-toggle{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.frontend-nav-menu .frontend-nav-toggle i{
    font-size: 12px;
    transition: transform .2s ease;
}
.frontend-nav-menu .frontend-nav-dropdown.is-open .frontend-nav-toggle i,
.frontend-nav-menu .frontend-nav-dropdown:focus-within .frontend-nav-toggle i{
    transform: rotate(180deg);
}
.frontend-nav-menu .nav-link:hover,
.frontend-nav-menu .nav-link:focus,
.frontend-nav-menu .nav-link.active{
    color: var(--theme-color-secondary);
    background: rgba(15, 23, 42, 0.06);
}
.frontend-nav-menu .dropdown-menu{
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    border: 1px solid var(--frontend-border);
    border-radius: 14px;
    box-shadow: var(--frontend-shadow-sm);
    padding: 10px;
    min-width: 220px;
    margin-top: 0;
    background: #fff;
    z-index: 40;
}
.frontend-nav-menu .frontend-nav-dropdown.is-open > .dropdown-menu,
.frontend-nav-menu .frontend-nav-dropdown:focus-within > .dropdown-menu{
    display: block;
}
.frontend-nav-menu .dropdown-item{
    border-radius: 10px;
    color: var(--frontend-text);
    font-weight: 500;
    padding: 10px 14px;
}
.frontend-nav-menu .dropdown-item:hover,
.frontend-nav-menu .dropdown-item:focus,
.frontend-nav-menu .dropdown-item.active{
    background: rgba(15, 23, 42, 0.06);
    color: var(--theme-color-secondary);
}
.homepage-blog-strip{
    border-top: 1px solid rgba(15, 23, 42, 0.05);
}
.homepage-blog-card{
    background: #fff;
    border: 1px solid var(--frontend-border);
    border-radius: 18px;
    box-shadow: var(--frontend-shadow-sm);
    overflow: hidden;
    margin: 8px 12px 20px;
}
.homepage-blog-card__media,
.homepage-blog-card__media img{
    display: block;
    width: 100%;
}
.homepage-blog-card__media img{
    height: 220px;
    object-fit: cover;
}
.homepage-blog-card__placeholder{
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.12));
    color: var(--theme-color-secondary);
    font-size: 28px;
    font-weight: 700;
}
.homepage-blog-card__body{
    padding: 22px;
}
.homepage-blog-card__meta{
    color: var(--frontend-text-soft);
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.homepage-blog-card h3{
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 12px;
}
.homepage-blog-card h3 a{
    color: var(--frontend-text);
}
.homepage-blog-card p{
    color: var(--frontend-text-soft);
    margin-bottom: 16px;
}
.homepage-blog-card__link{
    font-weight: 700;
    color: var(--theme-color-primary);
}
.homepage-blog-slider .slick-track{
    display: flex !important;
}
.homepage-blog-slider .slick-slide{
    height: inherit !important;
}
.homepage-blog-slider .slick-slide > div{
    height: 100%;
}
.homepage-blog-slider .slick-prev,
.homepage-blog-slider .slick-next{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--frontend-shadow-sm);
    z-index: 2;
}
.homepage-blog-slider .slick-prev:before,
.homepage-blog-slider .slick-next:before{
    color: var(--theme-color-secondary);
    opacity: 1;
}
.cms-content-body{
    color: var(--frontend-text);
    line-height: 1.8;
}
.cms-content-body img{
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}
.cms-content-body h1,
.cms-content-body h2,
.cms-content-body h3,
.cms-content-body h4,
.cms-content-body h5,
.cms-content-body h6{
    color: var(--frontend-text);
    margin-top: 1.5rem;
    margin-bottom: .75rem;
}
.cms-content-body p:last-child{
    margin-bottom: 0;
}
.homepage-modern-hero{
    padding: 48px 0 56px;
    position: relative;
}
.homepage-modern-hero--horizontal{
    padding: 36px 0 34px;
}
.homepage-hero-row{
    min-height: 430px;
}
.homepage-hero-banner{
    min-height: 290px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 30px 0 84px;
}
.homepage-modern-copy--centered{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.homepage-modern-highlights--centered{
    justify-content: center;
}
.homepage-hero-search-wrap{
    max-width: 1180px;
    margin: -56px auto 0;
    position: relative;
    z-index: 2;
}
.homepage-modern-copy{
    color: #fff;
    max-width: 470px;
    padding: 8px 12px 8px 0;
}
.homepage-modern-badge{
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 13px;
}
.homepage-modern-copy h1{
    color: #fff;
    font-size: clamp(1.8rem, 3.2vw, 2.9rem);
    line-height: 1.06;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
}
.homepage-modern-copy p{
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.homepage-modern-highlights{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0 0 14px;
    padding: 0;
}
.homepage-modern-highlights li{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.homepage-modern-highlights i{
    color: #8dff7d;
    margin-right: 8px;
}
.homepage-modern-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}
.homepage-modern-secondary{
    color: #fff;
    font-weight: 700;
}
.homepage-modern-promo{
    color: rgba(255,255,255,.82);
    font-weight: 500;
    font-size: 13px;
}
.booking-card-modern{
    border-radius: 18px;
    box-shadow: 0 24px 46px rgba(15, 23, 42, 0.16);
    border: 1px solid rgba(255,255,255,.12);
    max-width: 560px;
    margin-left: auto;
}
.booking-card-horizontal{
    max-width: 100%;
    margin-left: 0;
}
.frontend-js .homepage-modern-hero .booking-widget-shell{
    opacity: 0;
    transform: translateY(10px);
}
.frontend-ready .homepage-modern-hero .booking-widget-shell{
    opacity: 1;
    transform: none;
    transition: opacity .22s ease, transform .22s ease;
}
.autocomplete-list{
    position:absolute;
    z-index:1000;
    width:100%;
    background:#fff;
    max-height:200px;
    overflow-y:auto;
    border:1px solid #ddd;
    border-radius:0 0 12px 12px;
    box-shadow:0 12px 24px rgba(15,23,42,.12);
}
.autocomplete-list:empty{
    display:none;
}
.autocomplete-list li{
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    border-bottom:1px solid #eee;
    font-size:14px;
    color:#1f2937;
}
.autocomplete-list li:last-child{
    border-bottom:none;
}
.autocomplete-list li:hover{
    background:#f8f9fa;
    color:var(--theme-color-primary);
}
.booking-widget-shell{
    background:#fff;
    border-radius:18px;
    padding:18px;
    box-shadow:0 16px 34px rgba(15,23,42,.12);
    border:1px solid rgba(148,163,184,.15);
    overflow:hidden;
}
.booking-widget-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
}
.booking-widget-header h3{
    font-size:19px;
    font-weight:800;
    color:#111827;
    margin-bottom:0;
    line-height:1.12;
}
.booking-widget-header p{
    color:#667085;
    margin-bottom:14px;
    font-size:14px;
    line-height:1.5;
}
.booking-login-notice{
    margin-bottom:10px;
    padding:8px 12px;
    font-size:13px;
}
.booking-vehicle-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
    margin-bottom:12px;
}
.booking-vehicle-card{
    display:block;
    position:relative;
}
.booking-vehicle-card input[type="radio"]{
    position:absolute;
    opacity:0;
    pointer-events:none;
}
.booking-vehicle-card-inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:84px;
    padding:8px 6px;
    border:1px solid #e5e7eb;
    border-radius:12px;
    background:#fff;
    transition:all .22s ease;
    cursor:pointer;
    box-shadow:0 4px 12px rgba(15,23,42,.04);
}
.booking-vehicle-card:hover .booking-vehicle-card-inner,
.booking-vehicle-card input[type="radio"]:checked + .booking-vehicle-card-inner{
    border-color:var(--theme-color-primary);
    box-shadow:0 10px 22px rgba(15,23,42,.10);
    transform:translateY(-1px);
}
.booking-vehicle-image{
    width:100%;
    max-width:72px;
    height:36px;
    object-fit:contain;
    margin-bottom:6px;
}
.booking-vehicle-name{
    font-weight:700;
    color:#374151;
    text-align:center;
    font-size:11px;
    line-height:1.2;
    letter-spacing:.01em;
}
.booking-fields-wrap{
    background:#f8fafc;
    border-radius:14px;
    padding:14px;
}
.booking-widget-form label{
    font-size:11px;
    font-weight:700;
    color:#475467;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:4px !important;
}
.booking-widget-form .mb-15px{
    margin-bottom:10px !important;
}
.booking-widget-form .row{
    margin-left:-6px;
    margin-right:-6px;
}
.booking-widget-form .row>[class*="col-"]{
    padding-left:6px;
    padding-right:6px;
}
.booking-widget-form .form-control{
    border-radius:10px !important;
    min-height:40px;
    font-size:13px;
}
.booking-widget-form .input-group>.form-control,
.booking-widget-form .input-group>.custom-select,
.booking-widget-form .input-group>.custom-file,
.booking-widget-form .input-group>.form-control:not(:last-child),
.booking-widget-form .input-group>.custom-select:not(:last-child){
    min-height:40px;
}
.booking-submit-btn{
    min-width:154px;
    min-height:42px;
    font-weight:700;
    letter-spacing:.03em;
    text-transform:uppercase;
    font-size:12px;
}
.booking-widget-form .d-grid{
    margin-top:2px !important;
}
.booking-layout-horizontal .booking-widget-header{
    display:none;
}
.booking-layout-horizontal .booking-login-notice{
    margin-bottom:8px;
}
.booking-horizontal-grid{
    display:grid;
    grid-template-columns:1.15fr 1.15fr 1fr 1fr auto;
    gap:10px;
    align-items:end;
}
.booking-horizontal-field{
    min-width:0;
}
.booking-horizontal-submit{
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
}
.booking-layout-horizontal .booking-submit-btn{
    width:100%;
    min-width:170px;
}
.homepage-section{
    padding: 42px 0;
}
.homepage-section:nth-of-type(even){
    background: linear-gradient(180deg, rgba(248,250,252,.72), rgba(255,255,255,0));
}
.homepage-surface-section{
    background: linear-gradient(180deg, rgba(248,250,252,.9), rgba(255,255,255,.4));
}
.homepage-section-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.homepage-section-head h2{
    margin-bottom: 6px;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
}
.homepage-section-head p{
    max-width: 580px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
}
.homepage-info-card,
.homepage-location-card,
.homepage-testimonial-card,
.homepage-step-card,
.homepage-filter-card{
    background: #fff;
    border: 1px solid var(--frontend-border);
    border-radius: 16px;
    box-shadow: var(--frontend-shadow-sm);
    padding: 18px;
}
.vehicle-directory-hero{
    padding: 36px 0 30px;
}
.vehicle-directory-hero__content{
    max-width: 780px;
}
.vehicle-directory-hero__content h1{
    font-size: clamp(1.95rem, 3.2vw, 2.8rem);
    margin-bottom: 10px;
}
.vehicle-directory-hero__content p{
    font-size: 14px;
    color: rgba(255,255,255,.82);
    margin-bottom: 16px;
}
.vehicle-directory-pills{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.vehicle-directory-pill{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:8px 14px;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:13px;
    font-weight:600;
}
.vehicle-directory-pill.active,
.vehicle-directory-pill:hover{
    background:#fff;
    color:var(--frontend-text);
}
.vehicle-directory-section{
    padding-top: 28px;
}
.vehicle-directory-filter{
    position: sticky;
    top: 118px;
}
.vehicle-directory-head{
    margin-bottom: 18px;
}
.vehicle-directory-card{
    overflow: hidden;
}
.vehicle-directory-card__image img{
    height: 100%;
    min-height: 220px;
}
.vehicle-directory-card__body{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}
.vehicle-directory-meta-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 18px;
    margin-bottom:16px;
    color: var(--frontend-text-soft);
    font-size:13px;
}
.vehicle-detail-hero,
.blog-directory-hero,
.blog-detail-hero{
    padding: 34px 0 28px;
}
.vehicle-detail-hero__content,
.blog-directory-hero__content,
.blog-detail-hero__content{
    max-width: 760px;
}
.vehicle-detail-hero__content h1,
.blog-directory-hero__content h1,
.blog-detail-hero__content h1{
    font-size: clamp(1.95rem, 3.1vw, 2.9rem);
    margin-bottom: 10px;
    color:#fff;
}
.vehicle-detail-hero__content p,
.blog-directory-hero__content p,
.blog-detail-hero__content p{
    color: rgba(255,255,255,.84);
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
}
.vehicle-detail-section,
.blog-directory-section,
.blog-detail-section,
.page-detail-section{
    padding-top: 26px;
}
.page-detail-hero{
    padding: 32px 0 24px;
}
.page-detail-hero__content{
    max-width: 760px;
}
.page-detail-hero__content h1{
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    color:#fff;
    margin-bottom:10px;
}
.page-detail-hero__content p{
    color: rgba(255,255,255,.84);
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
}
.page-detail-card{
    border-radius: 18px;
    overflow: hidden;
}
.vehicle-detail-media-card,
.vehicle-detail-info-card,
.blog-detail-card,
.blog-sidebar-card,
.footer-card{
    border-radius: 18px;
    overflow: hidden;
}
.vehicle-detail-info-card{
    border:1px solid var(--frontend-border);
}
.vehicle-detail-cta-stack .theme-btn{
    min-height: 44px;
}
.vehicle-detail-trust{
    display:flex;
    flex-wrap:wrap;
    gap:10px 16px;
    margin-bottom:18px;
    font-size:13px;
    color: var(--frontend-text-soft);
}
.vehicle-detail-contact-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    color: var(--theme-color-primary);
    font-weight:700;
    font-size:13px;
}
.vehicle-detail-related-head{
    margin-top: 34px !important;
}
.blog-feature-card .homepage-vehicle-card__body h2{
    font-size: 1.6rem;
    line-height: 1.28;
    margin-bottom: 10px;
}
.blog-directory-card{
    transition: transform .18s ease, box-shadow .18s ease;
}
.blog-directory-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(15,23,42,.08);
}
.blog-mini-post .font-weight-700{
    font-size: 14px;
    line-height: 1.35;
}
.blog-sidebar-card--sticky{
    position: sticky;
    top: 118px;
}
.footer-shell{
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 28px 24px 6px;
}
.footer-card{
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    padding: 20px 18px;
    height: 100%;
}
.footer .social-icons{
    gap: 8px;
}
.footer .social-icons li a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:12px;
    background: rgba(255,255,255,.06);
}
.footer .social-icons li a:hover{
    background: rgba(255,255,255,.12);
}
.homepage-info-icon{
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(15,23,42,.06);
    color: var(--theme-color-primary);
    font-size: 18px;
    margin-bottom: 14px;
}
.homepage-info-card h3,
.homepage-location-card h3,
.homepage-step-card h3{
    font-size: 1rem;
    margin-bottom: 8px;
}
.homepage-modern-stats{
    padding-top: 0;
}
.homepage-stat-card{
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,250,252,1));
    border: 1px solid var(--frontend-border);
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: var(--frontend-shadow-sm);
}
.homepage-stat-card strong{
    display:block;
    font-size: 1.55rem;
    color: var(--frontend-text);
    margin-bottom: 4px;
}
.homepage-category-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--frontend-border);
    border-radius: 16px;
    padding: 14px 12px;
    box-shadow: var(--frontend-shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.homepage-category-card:hover{
    transform: translateY(-2px);
    border-color: rgba(15,23,42,.12);
    box-shadow: 0 16px 32px rgba(15,23,42,.08);
}
.homepage-category-image{
    width: 100%;
    min-height: 82px;
    border-radius: 12px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.homepage-category-image img{
    max-width: 100%;
    max-height: 66px;
}
.homepage-category-card strong{
    font-size: 14px;
    color: var(--frontend-text);
}
.homepage-vehicle-card{
    background: #fff;
    border: 1px solid var(--frontend-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--frontend-shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.homepage-vehicle-card:hover{
    transform: translateY(-3px);
    border-color: rgba(15,23,42,.12);
    box-shadow: 0 16px 34px rgba(15,23,42,.10);
}
.homepage-vehicle-card__image,
.homepage-vehicle-card__image img{
    display:block;
    width:100%;
}
.homepage-vehicle-card__image img{
    height: 184px;
    object-fit: cover;
}
.homepage-vehicle-card__body{
    padding: 16px;
}
.homepage-vehicle-tag{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    background: rgba(15,23,42,.06);
    color: var(--theme-color-secondary);
    padding: 6px 11px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 12px;
}
.homepage-vehicle-card h3{
    font-size: 1.05rem;
    margin-bottom: 8px;
}
.homepage-vehicle-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px 14px;
    color: var(--frontend-text-soft);
    margin-bottom: 14px;
    font-size: 13px;
}
.homepage-vehicle-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}
.homepage-vehicle-footer strong{
    font-size: 1.05rem;
    color: var(--frontend-text);
}
.homepage-step-number{
    display:inline-flex;
    width:34px;
    height:34px;
    border-radius:50%;
    align-items:center;
    justify-content:center;
    background: var(--theme-color-primary);
    color:#fff;
    font-weight:700;
    margin-bottom:12px;
    font-size: 13px;
}
.homepage-promo-banner{
    display:grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
    background: linear-gradient(135deg, rgba(15,23,42,.96), rgba(30,35,64,.92));
    border-radius: 22px;
    overflow: hidden;
    padding: 24px;
    color: #fff;
}
.homepage-promo-banner h2,
.homepage-app-card h2{
    color:#fff;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.homepage-promo-banner p,
.homepage-app-card p{
    color: rgba(255,255,255,.8);
    font-size: 14px;
}
.homepage-promo-media img{
    width:100%;
    height:100%;
    min-height: 200px;
    object-fit:cover;
    border-radius: 14px;
}
.homepage-rating{
    color: #ffb449;
    margin-bottom: 12px;
    font-size: 14px;
}
.homepage-testimonial-card p{
    color: var(--frontend-text);
    font-size: 14px;
    margin-bottom: 14px;
}
.homepage-testimonial-card span{
    display:block;
    color: var(--frontend-text-soft);
    margin-top: 4px;
}
.homepage-faq-list{
    display:grid;
    gap:14px;
}
.homepage-faq-item{
    background:#fff;
    border:1px solid var(--frontend-border);
    border-radius:14px;
    box-shadow: var(--frontend-shadow-sm);
    overflow:hidden;
}
.homepage-faq-question{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    background:transparent;
    padding:16px 18px;
    font-weight:700;
    color: var(--frontend-text);
    text-align:left;
}
.homepage-faq-answer{
    display:none;
    padding:0 18px 18px;
    color: var(--frontend-text-soft);
}
.homepage-faq-answer.is-open{
    display:block;
}
.homepage-app-card{
    background: linear-gradient(135deg, rgba(15,23,42,.96), rgba(30,35,64,.92));
    border-radius: 20px;
    padding: 24px;
    color:#fff;
    display:flex;
    flex-wrap:wrap;
    align-items:end;
    justify-content:space-between;
    gap:24px;
}
.homepage-app-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.homepage-filter-card h4{
    font-size: 1.05rem;
    margin-bottom: 12px;
}
.homepage-filter-link{
    display:block;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--frontend-text);
    font-weight: 600;
}
.homepage-filter-link.active,
.homepage-filter-link:hover{
    background: rgba(15,23,42,.06);
    color: var(--theme-color-secondary);
}
.vehicle-detail-grid{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.vehicle-detail-grid div{
    background:#f8fafc;
    border-radius:14px;
    padding:14px 16px;
}
.vehicle-detail-grid strong{
    display:block;
    margin-bottom:6px;
    color: var(--frontend-text);
}
@media (max-width:1199.98px){
    .booking-vehicle-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
@media (max-width:991.98px){
    .booking-widget-shell{
        padding:16px;
    }
    .booking-widget-header{
        display:block;
    }
    .booking-vehicle-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
    .booking-horizontal-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .booking-horizontal-submit{
        grid-column:1/-1;
    }
}
@media (max-width:575.98px){
    .booking-vehicle-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .booking-fields-wrap{
        padding:12px;
    }
    .booking-widget-header h3{
        font-size:18px;
    }
}

/**=========================
    START SUB FOOTER
=========================**/
.sub-footer{
    margin: 0px;
    padding: 20px 0px 10px 0px;
}
.sub-footer-item{
    padding: 0px 0px 10px 0px;
}
.sub-footer-left{
    text-align: left;
}
.sub-footer-right{
    text-align: right;
}
/**=========================
    END SUB FOOTER
=========================**/

/**=========================
    START BACK TO TOP
=========================**/
.backtotop{
    display: block;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 30px;
    transform: translateX(300%);
    animation-name: none;
    animation-duration: 0s;
    transition: all 0.4s;
}
.backtotop.backtotop-bottom{
    display: block;
    transform: translateX(0%);
    animation-name: fadeIn;
    animation-duration: 1s;
}
/**=========================
    END BACK TO TOP
=========================**/
