/********** Template CSS **********/
:root {
    --primary: #F77D0A;
    --secondary: #2B2E4A;
    --light: #F4F5F8;
    --dark: #1C1E32;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.nav-bar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: var(--dark);
}

.nav-bar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 15px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 30, 50, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 400px;
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
    background-attachment: fixed;
}

@media (max-width: 991.98px) {
    .page-header {
        height: 300px;
    }
}

.service-item {
    height: 320px;
    background: var(--light);
    transition: .5s;
}

.service-item:hover,
.service-item.active {
    background: var(--secondary);
}

.service-item h1,
.service-item h4 {
    transition: .5s;
}

.service-item:hover h1,
.service-item.active h1 {
    color: var(--dark) !important;
}

.service-item:hover h4,
.service-item.active h4 {
    color: var(--light);
}

.rent-item {
    padding: 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
}

.rent-item:hover,
.rent-item.active {
    background: var(--secondary);
}

.rent-item h4 {
    transition: .5s;
}

.rent-item:hover h4,
.rent-item.active h4 {
    color: var(--light);
}

.team-item {
    padding: 30px 30px 0 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover,
.owl-item.center .team-item {
    background: var(--secondary);
}

.team-item h4 {
    transition: .5s;
}

.owl-item.center .team-item h4,
.owl-item.center .rent-item h4 {
    color: var(--light);
}

.team-item .team-social {
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    background: var(--light);
}

.owl-item.center .team-item .team-social,
.owl-item.center .rent-item {
    background: var(--secondary);
}

.team-item:hover .team-social {
    opacity: 1;
    background: var(--secondary);
}

.team-carousel .owl-nav,
.related-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    top: calc(50% - 30px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover,
.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.vendor-carousel .owl-dots,
.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--secondary);
    transition: .5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

.testimonial-carousel .owl-item .testimonial-item {
    height: 350px;
    transition: .5s;
    background: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--secondary);
}

.testimonial-carousel .owl-item .testimonial-item h1,
.testimonial-carousel .owl-item .testimonial-item h4 {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item h1 {
    color: var(--dark) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h4 {
    color: var(--light);
}

.bg-banner {
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
    background-attachment: fixed;
}








.cubic-btn-container {
    gap: 1rem; /* space between buttons */
}

/* Make buttons responsive and occupy enough width on small screens */
.cubic-btn {
    flex: 1 1 200px; /* grow/shrink, min width 200px */
    max-width: 250px; /* optional, keeps buttons uniform */
    text-align: center;
}

/* Existing 3D + floating styles */
.cubic-btn {
    border-radius: 0; /* cubic edges */
    padding: 18px 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #F77D0A;
    color: #fff;
    font-size: 1rem;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2), 0 0 20px rgba(247,125,10,0.4);
    transition: transform 0.3s cubic-bezier(.64,.04,.35,1), box-shadow 0.3s cubic-bezier(.64,.04,.35,1), background-color 0.3s;
    backdrop-filter: blur(5px);
    text-decoration: none;
    animation: float 3s ease-in-out infinite;
}

    /* Hover and glow */
    .cubic-btn:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 20px 35px rgba(0,0,0,0.25), 0 0 30px rgba(247,125,10,0.6);
        background-color: #e66f08;
    }

    .cubic-btn i {
        font-size: 1.3rem;
        transition: text-shadow 0.3s ease;
    }

    .cubic-btn:hover i {
        text-shadow: 0 0 10px #fff, 0 0 20px #F77D0A, 0 0 30px #F77D0A;
    }

/* Floating animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .cubic-btn {
        flex: 1 1 100%; /* full width on mobile */
        max-width: 100%;
    }
}
.cubic-btn-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

/* Desktop: horizontal row */
@media (min-width: 769px) {
    .cubic-btn-grid {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .cubic-btn {
        flex: 1 1 250px;
        max-width: 250px;
    }
}

/* Mobile: grid for staggered layout */
@media (max-width: 768px) {
    .cubic-btn-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns first row */
        grid-template-rows: auto auto; /* 2 rows */
        gap: 1rem;
    }

        .cubic-btn-grid .cubic-btn:nth-child(1) {
            grid-column: 1; /* left */
        }

        .cubic-btn-grid .cubic-btn:nth-child(2) {
            grid-column: 2; /* right */
        }

        .cubic-btn-grid .cubic-btn:nth-child(3) {
            grid-column: 1 / span 2; /* center, full width */
            justify-self: center;
        }

    .cubic-btn {
        flex: none;
        width: 100%;
        max-width: 220px;
    }
}


/* Responsive text adjustments for carousel caption */
@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 2rem; /* smaller main heading */
        line-height: 2.2rem;
    }

    .carousel-caption h4 {
        font-size: 1rem; /* smaller subheading */
    }

    .carousel-caption p {
        font-size: 0.875rem; /* smaller paragraph */
        line-height: 1.2rem;
        max-width: 95%; /* don't overflow */
    }

    .carousel-caption {
        padding: 1rem !important; /* reduce top/bottom padding */
    }
}


/* Desktop */
.header-img {
    height: 700px; /* enough for large screens */
    object-fit: cover;
}

/* Tablet */
@media (max-width: 992px) {
    .header-img {
        height: 600px; /* slightly smaller for tablets */
    }
}

/* Mobile */
@media (max-width: 768px) {
    .header-img {
        height: 500px; /* more space for caption + buttons */
    }

    .carousel-caption h1 {
        font-size: 1.8rem; /* smaller text for mobile */
        line-height: 2rem;
    }

    .cubic-btn-grid {
        gap: 0.6rem; /* reduce gap for small screens */
    }

        .cubic-btn-grid .cubic-btn:nth-child(1) {
            grid-column: 1;
        }

        .cubic-btn-grid .cubic-btn:nth-child(2) {
            grid-column: 2;
        }

        .cubic-btn-grid .cubic-btn:nth-child(3) {
            grid-column: 1 / span 2;
            justify-self: center;
        }

    .cubic-btn {
        width: 100%;
        max-width: 180px;
    }
}





/* ===== TAB BUTTONS ===== */
.tab-buttons-container {
    gap: 8px;
    width: 100%;
}

.tab-button {
    flex: 1;
    padding: 12px 10px;
    border-radius: 8px;
    border: none;
    background: #f1f1f1;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    transition: all .3s ease;
    white-space: nowrap;
}

    .tab-button i {
        font-size: 15px;
    }

    .tab-button:hover {
        background: #e2e2e2;
    }

    .tab-button.active {
        background: #F77D0A;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(247, 125, 10, 0.4);
    }

/* Ensure horizontal layout on small screens */
@media (max-width: 576px) {
    .tab-buttons-container {
        display: flex;
        flex-direction: row !important;
        justify-content: space-between;
        width: 100%;
    }

    .tab-button {
        font-size: 12px;
        padding: 10px;
    }
}






.section-bg {
    background: #f8f9fa;
}

/* Feature cards */
.feature-card {
    transition: transform .3s ease, box-shadow .3s ease;
}

    .feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }

.icon-box {
    width: 100px;
    height: 100px;
    background: #e9f3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Service Boxes */
.services-section {
    background: #f5f7fa;
}

.service-box {
    transition: all .3s ease;
    border-radius: 20px;
}

    .service-box:hover {
        transform: translateY(-12px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }

.service-icon {
    width: 100px;
    height: 100px;
    background: #e9f3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.active-service {
    border: 2px solid #007bff;
    background: #eef6ff;
}

/* ================================
   CAR LISTING (Find Your Car)
================================ */
.car-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .car-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.12);
    }

/* SMALL images for car listing cards */
.car-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.car-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.car-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.car-info-box span {
    font-size: 0.9rem;
    font-weight: 600;
}

.price-btn {
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 20px;
}

/* Mobile adjustments */
@media(max-width: 768px) {
    .car-img {
        height: 180px;
    }

    .car-title {
        font-size: 1rem;
    }
}

/* ================================
   CAR HERO IMAGE (LARGE SECTION)
================================ */
.car-hero-img {
    width: 50%;
    height: 490px;
    object-fit: cover;
    border-radius: 1rem;
}

@media (max-width: 992px) {
    .car-hero-img {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .car-hero-img {
        height: 300px;
    }
}

/* ================================
   TESTIMONIALS
================================ */
.testimonial-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
    min-height: 330px;
}

    .testimonial-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    }

    .testimonial-item p {
        color: #555;
        margin-top: 15px;
        font-size: 0.95rem;
    }

.icon-circle {
    width: 100px;
    height: 100px;
    background: #e7f1ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #007bff;
    margin: 0 auto;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.08);
}

/* Floating CTA Button */
.float-btn {
    background-color: #F77D0A;
    color: white;
    padding: 14px 28px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    transition: 0.4s;
    box-shadow: 0px 10px 20px rgba(247,125,10,0.4);
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }
}

.float-btn:hover {
    transform: scale(1.1);
}

/* Number Input Cleanup */
input[type=number].no-spin::-webkit-outer-spin-button,
input[type=number].no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].no-spin {
    -moz-appearance: textfield;
}

/* Form Icon */
.form-icon input, .form-icon select {
    padding-left: 2.5rem;
}

/* Hover card */
.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}

/* Staggered animation */
.form-icon {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
}

    .form-icon:nth-child(1) {
        animation-delay: 0.1s;
    }

    .form-icon:nth-child(2) {
        animation-delay: 0.2s;
    }

    .form-icon:nth-child(3) {
        animation-delay: 0.3s;
    }

    .form-icon:nth-child(4) {
        animation-delay: 0.4s;
    }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Input styles */
.input-group-text {
    background-color: #f8f9fa;
    border-right: 0;
}

.input-group .form-control {
    border-left: 0;
}

.form-control-lg, .form-select-lg {
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.input-group-text i {
    font-size: 1.2rem;
}

/* Staggered layout */
.staggered-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

    .staggered-form > div {
        flex: 1 1 48%;
    }

@media (max-width: 576px) {
    .form-icon {
        width: 48%;
        display: inline-block;
        margin-bottom: 1rem;
    }

        .form-icon:nth-child(2n) {
            margin-right: 0;
        }
}


/* Hover scale effect */
.hover-scale {
    transition: transform 0.3s, box-shadow 0.3s;
}

.hover-scale:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

/* Truncate long brand names */
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hero Section */
.brand-hero {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.brand-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55); /* slightly darker for contrast */
}

.brand-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    max-width: 800px;
}

    .brand-hero-text h1 {
        font-size: 3rem;
        font-weight: 900; /* extra bold */
        text-shadow: 2px 2px 8px rgba(0,0,0,0.7); /* subtle shadow for readability */
        letter-spacing: 1px;
        margin-bottom: 0.5rem;
    }

    .brand-hero-text p {
        font-size: 1.3rem;
        font-weight: 600;
        text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
        margin-bottom: 1rem;
    }

    .brand-hero-text .btn {
        font-weight: 700;
    }

/* Car Cards */
.car-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

    .car-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }

    .car-card img {
        transition: transform 0.3s ease;
    }

    .car-card:hover img {
        transform: scale(1.05);
    }

/* Responsive tweaks */
@media (max-width: 768px) {
    .brand-hero

{
    height: 400px;
}

.brand-hero-text h1 {
    font-size: 2rem;
}

.brand-hero-text p {
    font-size: 1rem;
}

}


.shadow-text {
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3); /* subtle glow for readability */
}

.feature-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    background-color: rgba(255,255,255,0.95); /* slightly brighter card background for contrast */
    backdrop-filter: blur(6px); /* soft blur for a premium effect */
}

    .feature-card:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 25px 40px rgba(0,0,0,0.2);
    }

    .feature-card i {
        transition: transform 0.3s ease, color 0.3s ease;
        display: inline-block;
    }

    .feature-card:hover i {
        transform: rotate(10deg) scale(1.2);
        color: #007bff;
    }

/* Floating animation for icons */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

.floating-icon {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {
    .feature-card {
        margin-bottom: 20px;
    }
}












.chat-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f9f9;
}

.chat-header {
    background-color: #F77D0A;
    padding: 16px;
    color: white;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.header-user-info {
    display: flex;
    flex-direction: column;
}

.header-user-name {
    font-size: 18px;
    font-weight: bold;
}

.user-status {
    display: flex;
    align-items: center;
    margin-top: 4px;
    font-size: 14px;
}

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
    background-color: #bbb;
}

    .status-indicator.online {
        background-color: #00e676;
    }

    .status-indicator.offline {
        background-color: #bbb;
    }

.chat-messages {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.message {
    max-width: 75%;
    padding: 10px 14px;
    border-radius: 12px;
    margin: 8px 0;
    word-wrap: break-word;
    position: relative;
    font-size: 15px;
}

.sender {
    background-color: #dcf8c6;
    align-self: flex-end;
    border-bottom-right-radius: 0;
}

.receiver {
    background-color: #f1f0f0;
    align-self: flex-start;
    border-bottom-left-radius: 0;
}

.timestamp {
    font-size: 12px;
    color: #F77D0A;
    margin-top: 6px;
    text-align: right;
}

.date-divider {
    align-self: center;
    background-color: #F77D0A;
    color: white;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 16px;
    margin: 10px 0;
}

.chat-input-container {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.input-actions {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

    .input-actions button {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        margin-right: 8px;
    }

.message-input {
    flex: 1;
    resize: none;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    outline: none;
}

.send-button {
    background-color: #F77D0A;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .send-button:hover {
        background-color: #689f2e;
    }

.media-preview {
    max-width: 100%;
    margin-top: 8px;
    border-radius: 8px;
}

.emoji-picker {
    position: absolute;
    bottom: 70px;
    left: 20px;
    z-index: 100;
}



/*Select Car*/
:root {
    --gold: #e7b63a;
    --dark: #1f1f1f;
    --soft: #f6f6f6;
}

/* Page Background */
body {
    background: linear-gradient(180deg, #f7f7f7 0%, #ececec 100%);
}

/* Header */
.page-header {
    text-align: center;
    margin-bottom: 30px;
}

    .page-header h2 {
        font-weight: 700;
    }

    .page-header i {
        color: var(--gold);
    }

/* Search */
.search-wrapper {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    padding: 8px 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    max-width: 600px;
    margin: auto;
}

    .search-wrapper i {
        color: var(--gold);
        margin-right: 10px;
    }

    .search-wrapper input {
        border: none;
        flex: 1;
        outline: none;
    }

    .search-wrapper button {
        background: var(--gold);
        border: none;
        padding: 8px 20px;
        border-radius: 30px;
        font-weight: 600;
    }

/* Desktop Table */
.table-container {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.premium-table th {
    font-size: .8rem;
    text-transform: uppercase;
    color: #888;
}

.premium-table td {
    padding: 14px;
}

.col-action {
    width: 1%;
    white-space: nowrap;
    text-align: right;
}

.premium-table td.col-action {
    padding-right: 10px;
}

/* Status (Desktop) */
.status {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: .8rem;
}

    .status.success {
        background: #e9f8ee;
        color: #1c7c42;
    }

    .status.pending {
        background: #fff4e1;
        color: #b77b00;
    }

/* Buttons */
.btn-premium {
    background: var(--gold);
    color: #000;
    padding: 8px 16px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    transition: .3s;
}

    .btn-premium:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(231,182,58,.4);
    }

/* Pagination */
.pagination-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.page-btn {
    background: var(--soft);
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
}

/* Mobile List */
.mobile-list {
    padding: 14px;
    background: #f2f2f2;
}

.mobile-item {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car-info h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
}

.car-info .year {
    font-size: .85rem;
    color: #777;
}

.item-status {
    font-size: 1.3rem;
}

    .item-status.ok {
        color: #28a745;
    }

    .item-status.pending {
        color: var(--gold);
    }

.mobile-action {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: #000;
    padding: 14px;
    border-radius: 14px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
}

    .mobile-action:active {
        transform: scale(.97);
        box-shadow: 0 6px 18px rgba(231,182,58,.5);
    }

/* Animations */
.fade-in {
    animation: fadeUp .6s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*Manage Feautures/Specs*/
:root {
    --gold: #e7b63a;
    --dark: #1f1f1f;
    --soft: #f6f6f6;
}

/* Page Title */
.page-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: var(--dark);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Info Alert */
.alert-info {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    padding: 10px 16px;
    background: #fff9e6;
    color: #7a5b00;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Toasts */
.toast-container {
    z-index: 1080;
}

/* Section Titles */
.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--dark);
}

/* Feature Category Card */
.feature-category {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    animation: fadeUp .5s ease;
}

/* Feature Badges */
.feature-chip {
    background: var(--soft);
    color: var(--dark);
    border-radius: 20px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .feature-chip:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    }

/* Buttons */
.btn-success, .add-feature-btn, .add-new-feature-category-btn, .add-spec-btn, .btn-gradient {
    background: var(--gold);
    color: #000;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .btn-success:hover, .add-feature-btn:hover, .add-new-feature-category-btn:hover, .add-spec-btn:hover, .btn-gradient:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(231,182,58,0.4);
    }

/* Input Fields */
.feature-name, .spec-name, .spec-value, .new-feature-category, .new-feature-name, .new-spec-category, .new-spec-name, .new-spec-value {
    border-radius: 25px;
    border: 1px solid #ddd;
    padding: 8px 12px;
    flex: 1;
    outline: none;
    font-size: 0.9rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

    .feature-name:focus, .spec-name:focus, .spec-value:focus, .new-feature-category:focus, .new-feature-name:focus, .new-spec-category:focus, .new-spec-name:focus, .new-spec-value:focus {
        border-color: var(--gold);
        box-shadow: 0 0 6px rgba(231,182,58,0.3);
    }

/* Specs Cards */
.spec-card {
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    margin-bottom: 18px;
    overflow: hidden;
    animation: fadeUp .5s ease;
}

    .spec-card .card-header {
        background: var(--soft);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 14px;
        cursor: pointer;
        font-weight: 600;
        font-size: 0.95rem;
    }

        .spec-card .card-header i {
            transition: transform 0.3s ease;
        }

    .spec-card .collapse.show + .card-header i {
        transform: rotate(180deg);
    }

/* Tables */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    table thead th {
        background: var(--soft);
        font-size: 0.85rem;
        font-weight: 600;
    }

    table tbody td {
        vertical-align: middle;
    }

.spec-tbody input {
    border-radius: 20px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    font-size: 0.9rem;
    width: 100%;
}

/* Action Buttons Section */
.mt-4.d-flex.justify-content-between {
    flex-wrap: wrap;
    gap: 12px;
}

#doneEditingBtn, #reuseBtn, #resetDefaultsBtn {
    border-radius: 30px;
    padding: 10px 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#doneEditingBtn {
    background: var(--gold);
    color: #000;
}

#reuseBtn {
    background: #e6f2ff;
    color: #0a6ed1;
}

#resetDefaultsBtn {
    background: #fff4e1;
    color: #b77b00;
}

/* Modals */
.modal-content {
    border-radius: 16px;
    overflow: hidden;
    animation: fadeUp .5s ease;
}

/* Animations */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.1rem;
    }

    .feature-category, .spec-card {
        padding: 12px;
        margin-bottom: 14px;
    }

    .feature-list {
        flex-wrap: wrap;
        gap: 6px;
    }

    .feature-chip {
        font-size: 0.8rem;
        padding: 5px 10px;
    }

    .d-flex.gap-2.position-relative input {
        font-size: 0.85rem;
        padding: 6px 10px;
    }

    #doneEditingBtn, #reuseBtn, #resetDefaultsBtn {
        flex: 1 1 100%;
        justify-content: center;
    }

    table thead th, table tbody td {
        font-size: 0.85rem;
        padding: 6px 8px;
    }
}

/* Soft Deleted Features */
.soft-deleted {
    opacity: 0.5;
    text-decoration: line-through;
}

.undo-btn {
    font-size: 0.8rem;
    margin-left: 5px;
    cursor: pointer;
}





