.about-img {
    margin-bottom: 25px;
    margin-left: -15px;
}

.card-icon {
    width: 50%;
    margin-top: -74%;
    margin-left: 29%;
    padding: 1%;
}

.about-img2 {
    margin-top: -10px;
    margin-left: -15px;
}

.about-crd {
    padding: 8%;
}

.card-h {
    margin-top: 10px;
}

.card-p {


    text-align: center;
}

.center {
    margin-top: -47px;
text-align: center;
margin-bottom: 60px;
}
.center-1 {
text-align: center;
margin-top: 20px;
}
.btn.btn-large {
    padding: 15px 14px;
    margin-left: 30px;
}

.why-crd {

    background-color: #fff9f0;
    border-radius: 10%;
    width: 50%;
}

.why-icon {
    color: #8A0000;
    padding: 25%;
    text-align: center;
}

.spceup {
    margin-top: 6%;
}

.p-bus {
    padding: 10px;
}

.my-4 {
    text-align: center;
}



.vehicle-card {
    background: #fff;
    width: 350px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.vehicle-card:hover {
    transform: translateY(-6px);
}

.vc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.vc-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.vc-tag {
    font-size: 13px;
    padding: 4px 10px;
    background: #8A0000;
    border-radius: 8px;
    font-weight: 500;
    color: #fff;
}

.vc-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.vc-features {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: var(--light-bg);
    list-style: none;
    margin: 0;
}

.vc-features li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
}

.vc-features li i {
    color: #8A0000;
    font-size: 18px;
}

.vc-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.vc-price {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.vc-price span {
    font-size: 14px;
    color: #555;
    margin-left: 4px;
}

.vc-btn {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.vc-btn:hover {
    background: var(--accent-dark);
}

/* Tab header—active circle fill + white text, others black */
.category-tabs .nav-link {
    border: none;
    color: #000;
    transition: color .3s;
}

.category-tabs .nav-link .cat-thumb {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    transition: transform .3s, background .3s;
}

.category-tabs .nav-link .cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-tabs .nav-link:hover .cat-thumb {
    transform: scale(1.1);
}

.category-tabs .nav-link.active {
    color: #fff;
}

.category-tabs .nav-link.active .cat-thumb {
    background: #c62828;
}

/* Vehicle Cards */
.vehicle-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform .3s;
}

.vehicle-card:hover {
    transform: translateY(-8px);
}

.vc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.vc-title {
    font-size: 1.25rem;
    margin: 0;
    color: #212121;
}

.vc-tag {
    font-size: .75rem;
    text-transform: capitalize;
    background: #c62828;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
}

.vc-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.vc-features {
    display: flex;
    justify-content: space-around;
    padding: .75rem 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.vc-features li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: .875rem;
    color: #555;
}

.vc-features li i {
    color: #c62828;
}

.vc-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.vc-price {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212121;
}

.vc-price span {
    font-size: .875rem;
    color: #777;
    margin-left: 4px;
}

.vc-btn {
    background: #ffc107;
    color: #212121;
    border: none;
    border-radius: 8px;
    padding: .5rem 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}

.vc-btn:hover {
    background: #c62828;
    color: #fff;
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

/* Tab styles */
.category-tabs {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: none;
}

.category-tabs .nav-link {
    border: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    background-color: #fff;
    min-width: 160px;
    transition: all 0.3s ease;
}

.category-tabs .nav-link .cat-thumb {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 12px;
}

.category-tabs .nav-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-tabs .nav-link span {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.category-tabs .nav-link.active {
    background-color: #8A0000 !important;
    box-shadow: 0 0 0 3px #8A0000 inset;
}

/* Vehicle card styles */
.vehicle-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.vehicle-card:hover {
    transform: translateY(-5px);
}

.vc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: #f9f9fb;
    border-bottom: 1px solid #eee;
}

.vc-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.vc-image img {
    width: 100%;

    object-fit: cover;
}

.vc-features {
    display: flex;
    justify-content: space-around;
    background: #f9f9fb;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.vc-features li {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vc-footer {
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vc-price {
    font-size: 18px;
    font-weight: 600;
}

.vc-btn {
    background: #8A0000;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 500;
    cursor: pointer;
}

.vc-btn:hover {
    background: #E31F24;
}

/* Responsive tweaks */
@media (max-width: 1200px) {
    .category-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .category-tabs .nav-link {
        min-width: 140px;
    }

    .spce-up {
        margin-top: 100px;
    }

    .about-img2 {
        margin-top: -17px;
        margin-left: -20px;

    }
    .about-img {
        margin-bottom: 25px;
        margin-left: -20px;
    }
    
    .mb-top-gap {
        margin-top: 20%;
    }

    .card-icon {

        margin-top: -85%;
        margin-left: 29px;
    }

    .card {
        width: 87%;
    }

}

.crd-bg {
    background: repeating-linear-gradient(45deg, #f8f8f8, #f8f8f8 10px, #f0f0f0 10px, #f0f0f0 20px);
    border-color: #fff;
    border-width: 10px;
}

.aboutcont {
    position: relative;

    transform: scale(0.7);

    animation: slider-bus 4s ease-in-out infinite alternate both;
}

@keyframes slider-bus {
    0% {
        transform: scale(0.7) translateY(0);
    }

    50% {
        transform: scale(0.85) translateY(-10px);
        /* Moves "forward" */
    }

    100% {
        transform: scale(0.7) translateY(0);
        /* Moves "backward" */
    }
}

.color-wh {
    color: #fff;
}

.btn-link-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #8A0000;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 20px;
}

.btn-link-button:hover {
    background-color: rgb(242, 223, 17);
}

.spce-up {
    margin-top: -90px;
}

.center-tab {
    justify-content: center;
    align-items: center;
    display: flex;
}

.center-tab-heading {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.bus-swcp {
    width: 10%;
}

/* default tab text black */
.category-tabs .nav-link .bus_tab {
    color: #000;
}

/* active tab text white */
.category-tabs .nav-link.active .bus_tab {
    color: #fff;
}