﻿.header.slider-fade .owl-dots {
    display: none !important;
}

.services2 .owl-carousel .item {
    border-radius: 16px;
    overflow: hidden;
}

.services2 .owl-carousel .item img {
    border-radius: 16px;
}

.services2 .subtitle.text-muted {
    color: #f89520 !important;
}

.about-text {
    text-align: justify;
}

.car-types1 .owl-carousel .item {
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
}

.car-types1 .owl-carousel .item img {
    border-radius: 16px;
    width: 100%;
}

.car-types1 .item .title h4 {
    color: #f89520;
    margin-top: 15px;
}

.car-types1 .owl-dots {
    display: none !important;
}

.cars1 .item .con .details {
    display: block;
    margin-left: 0;
}

.cars1 .details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.cars1 .details li .fw-semibold {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cars1 .details li i {
    color: #f89520;
    font-size: 16px;
    width: 20px;
    min-width: 20px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.blog2 .owl-dots {
    display: none !important;
}

.blog2 .blog-card {
    width: 100%;
}

.blog2 .owl-carousel .owl-item {
    padding: 0;
}

.blog-gallery {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.blog2 .blog-gallery .bottom-fade {
    display: none;
}

.blog-gallery-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-gallery-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
    pointer-events: auto;
}

.blog-gallery-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    opacity: 0.6;
    padding: 0;
    cursor: pointer;
}

.blog-gallery-dot.active {
    background: #fff;
    opacity: 1;
}
