.margin_top_zero {
    margin-top: 0px;
}

/* .side_container {
    width: 75%;
} */

/* .container {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
} */

.customer_review,
.latest_update {
    width: 100%;
    height: 100%;
}

.customer_review iframe,
.latest_update iframe,
.latest_update video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.main-menu li a,
.main-menu li span {
    font-family: "custom-extrabold", sans-serif;
    font-size: 14px;
}

.right_fixed_card {
    position: absolute;
    top: 110%;
    right: 0px;
    height: calc(100vh - (52px + 168px + 1rem + 25px));
    background: var(--bs-white);
    border-radius: 6px;
    padding: 40px;
    width: 40%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
    z-index: 9;
}

.select_car_head {
    position: relative;
}

.select_car_head .close_Card {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: var(--absolute-white);
    font-size: 15px;
    background-color: var(--bs-primary);
    position: absolute;
    top: -35px;
    right: -35px;
    border: none;
    outline: none;
    display: inline-block;
}

.title {
    line-height: 1.2;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.select-wrapper {
    position: relative;
}

select,
input {
    width: 100%;
    height: 58px;
    padding-left: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    background: transparent;
    color: var(--title-color);
    appearance: none;
    outline: none;
    border: 1px solid #ced4da;
}

.select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
    font-size: 12px;
}

input::placeholder {
    color: #999;
    font-weight: 400;
}

.cta-button {
    width: 100%;
    background: var(--bs-primary);
    color: white;
    border: none;
    padding: 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.stat-item {
    text-align: center;
}

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.star {
    color: #22c55e;
    font-size: 20px;
}

.rating-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
}

.rating-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px;
}

.customers-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
}

.customers-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px;
}

.divider {
    width: 1px;
    height: 40px;
    background: #e0e0e0;
    margin: 0 20px;
}

/* select-car */
.car-image {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.car-image img {
    width: 250px;
    height: auto;
    object-fit: contain;
}

.car-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.car-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
}

.car-type {
    font-size: 14px;
    margin-left: 8px;
}

.change-btn {
    color: #e53e3e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.change-btn:hover {
    text-decoration: underline;
}

.booking_cart_items {
    max-height: 250px;
    overflow-y: scroll;
}

.booking_cart_items::-webkit-scrollbar {
    display: none;
}


.booking-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px 0;
}

.item-details h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 4px;
}

.item-details p {
    font-size: 14px;
    margin-bottom: 0px;
}

.item-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.price {
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-btn {
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    background: var(--bs-white);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: var(--title-color);
}

.quantity-btn:hover {
    background: #f8f9fa;
}

.quantity {
    font-size: 16px;
    font-weight: 500;
    min-width: 20px;
    text-align: center;
    justify-content: center;
}

.remove-btn {
    background: none;
    border: none;
    color: var(--title-color);
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}

.remove-btn:hover {
    color: var(--bs-primary);
}

.subtotal-section {
    padding: 20px 0px 0px 0px;
}

.subtotal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.subtotal-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--title-color);
}

.subtotal-price {
    font-size: 17px;
    font-weight: 600;
    color: var(--title-color);
}

.extra-charges {
    font-size: 12px;
    margin-bottom: 20px;
}

.coupon-section {
    border: 1px dashed #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.coupon-section:hover {
    background: #f8f9fa;
}

.coupon-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.coupon-icon {
    width: 24px;
    height: 24px;
    background: #e3f2fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #1976d2;
}

.coupon-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
}

.coupon-arrow {
    color: var(--title-color);
    font-size: 18px;
}

.checkout-btn {
    width: 100%;
    background: var(--bs-primary);
    color: var(--absolute-white);
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.checkout-btn:active {
    transform: translateY(1px);
}

.stickyCard {
    top: 70px !important;
}

.product__thumbnail img,
.store-product__top img {
    animation: translate 3s infinite;
}

@keyframes translate {
    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}


/* brand identity section */
.brand_identity {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand_identity h6 {
    width: 20%;
    color: var(--title-color);
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.brand_scrolling {
    width: 80%;
    height: auto;
    position: relative;
}

.brand_scrolling::after {
    width: 150px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, var(--bs-body-bg), #0000);
}

.brand_scrolling::before {
    width: 150px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    background-image: linear-gradient(to left, var(--bs-body-bg), #0000);
}

.scroll-container {
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
}

.scroll_content {
    display: inline-flex;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.scroll_language {
    min-width: 140px;
    height: 55px;
    color: var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.primary_color {
    color: var(--bs-primary);
}


/* testimonial-card */
.testimonial_card {
    width: 100%;
    height: auto;
    border-radius: 7px;
    background-color: var(--bs-white);
    padding: 20px;
}

.testimonial_card .rating_review i {
    font-size: 13px;
    color: var(--bs-primary);
    padding-right: 2px;
}

.testimonial_card h5 {
    font-size: 17px;
    color: var(--title-color);
    margin-bottom: 0px;
    padding-top: 14px;
}

.testimonial_card p {
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 6px;
}

.review_from {
    padding-top: 10px;
}

.review_from h6 {
    font-size: 15px;
    color: var(--title-color);
    margin-bottom: 0px;
}

.review_from img {
    width: 25px;
    height: auto;
}

.widget--about p i,
.widget--about a i {
    margin-right: 5px;
}

.widget--about a {
    padding-right: 10px;
}

.google_embled_map {
    margin-top: 25px;
    width: 100%;
    height: 270px;
    border-radius: 8px;
    overflow: hidden;
}

.google_embled_map iframe {
    width: 100%;
    height: 100%;
}

.widget--about {
    width: 90%;
}

.developed_by a img {
    width: 80px;
    height: auto;
}

.developed_by a {
    color: var(--absolute-white);
}

.developed_by a:hover {
    color: var(--absolute-white);
}

.developed_by {
    text-align: right;
}

.contact_us_fixed {
    position: fixed;
    right: 0;
    top: 50%;
    width: 53px;
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: var(--box-shadow);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 99;
}

.call,
.support {
    text-align: center;
    cursor: pointer;
}

.call i,
.support i {
    color: var(--bs-primary);
    font-size: 18px;
}

.call p,
.support p {
    font-size: 11px;
    color: var(--title-color);
}

.chat_call {
    right: -235px;
}

.supt_comp {
    right: -235px;
}

.chat_call,
.supt_comp {
    position: fixed;
    top: 50%;
    width: 200px;
    height: auto;
    box-shadow: var(--box-shadow);
    background-color: var(--bs-white);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 999;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    transition: all 0.3s;
}

.d_flex {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 15px;
}

.closeBox {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 30px;
    height: 25px;
    background-color: var(--bs-white);
    color: var(--title-color);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.chat_call p {
    font-size: 14px;
    color: var(--title-color);
    margin-bottom: 0px;
}

.chat_call a {
    color: var(--bs-primary);
    font-size: 15px;
}

.chat_call button,
.supt button {
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 5px;
    border: none;
    outline: none;
    height: 30px;
    font-size: 13px;
}

.chat_call span {
    font-size: 11px;
    position: relative;
    display: block;
}

.chat_call span::after {
    width: 50px;
    height: 0.5px;
    background-color: var(--title-color);
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.chat_call span::before {
    width: 50px;
    height: 0.5px;
    background-color: var(--title-color);
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.supt {
    text-align: center;
}

.supt p {
    font-size: 13px;
    color: var(--title-color);
    margin-bottom: 3px;
}

.supt a {
    font-size: 14px;
    color: var(--bs-primary);
}

/* blog_card */
.blog_card {
    width: 100%;
    height: auto;
}

.blog_card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.blog_dtls {
    width: 90%;
    height: auto;
    padding: 12px;
    border-radius: 6px;
    background-color: var(--bs-white);
    margin-left: 5%;
    margin-top: -40px;
    position: relative;
}

.blog_dtls h4 {
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
}

.blog_dtls::after {
    content: '';
    position: absolute;
    width: 35%;
    height: 4px;
    background-color: var(--bs-primary);
    top: -2px;
    left: 10px;
    border-radius: 3px;
}

.grid_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 475px;
    width: 100%;
    margin: 0 auto;
}

.img_view,
.reels_img {
    width: 24%;
    height: 100%;
}

.img_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.img_view img {
    height: 48%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.reels_img {
    height: 100%;
}

.reels_img iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.for_mobile_Baner {
    display: none;
}

.video_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.mobile_vid {
    width: 48.5%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
}

.short_banner_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.short_banner_flex img{
    width: 48.5%;
    height: auto;
}


.mobile_vid iframe,
.mobile_vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget {
    display: flex;
    flex-direction: column;
}

.widget a:first-child {
    margin-bottom: 10px;
}

.advertise_img {
    width: 100%;
    height: 100%;
}

.advertise_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-offer-text marquee span img {
    width: 50px;
    height: auto;
}

.admin_login img {
    width: 30px;
    height: auto;
    margin-right: 15px;
    filter: invert(100%);
}