/* Slider infog */
.slider-details {
    position: relative;
    width: 100%;
    padding: 0;
    left: 0;
}
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides {
    position: relative;
}

.slides img {
    width: 100%;
    height: 240px;
}

.slide {
    width: 100%;
    object-fit: fill;
    display: none;
    transition: display 1s ease-in-out;
}

.slide.active {
    display: block;
    z-index: 1;
}

/* Booking info */

.vehicle-booking {
    padding: 1rem 20px;
    background: white;
    /* //margin-top: calc(90vh - 4rem); */
}

.booking-header .subtitle {
    font-size: 18px;
    color: var(--heading-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.booking-header .title {
    font-size: 32px;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.booking-header .description {
    color: var(--body-text-color);
    margin-bottom: 30px;
}

.booking-form .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.form-control {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

.btn-booking {
    width: max-content;
    text-align: center;
    padding: 12px 20px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-booking:hover {
    background-color: var(--heading-color);
}

.about-section {
    text-align: left;
    margin-bottom: 2rem;
}

.section-subtitle {
    color: #888;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.section-title h3 {
    font-size: 2rem;
    color: #000;
}

.section-title h3 span {
    color: #d94f4f; /* Accent color */
}

.about-description {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
}

.carousel-section {
    position: relative;
}

.image-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-wrapper {
    display: flex;
    gap: 1rem;
    transition: transform 0.5s ease;
    overflow: scroll;
}

.carousel-slide {
    min-width: 300px;
    flex-shrink: 0;
    flex: 1;
    position: relative;
}

.carousel-slide .short-info-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: transparent;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
}

.short-info-container .details-link {
    text-decoration: none;
    /* border-radius: 20px; */
    font-weight: 600;
    padding: 5px 10px;
}

.carousel-slide .basic-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.carousel-slide .features .features-list {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
}

.carousel-slide img {
    width: 100%;
    border-radius: 5%;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: var(--primary-color);
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.carousel-button.prev {
    left: 0.5rem;
}

.carousel-button.next {
    right: 0.5rem;
}

/* //4th section */

.about {
    text-align: center;
}

.section-subtitle {
    font-size: 18px;
    color: var(--body-text-color);
}

.section-title h4 {
    font-size: 24px;
    color: var(--heading-color);
}

.section-title h4 span {
    color: var(--heading-color);
}

.rx-lets-talk {
    font-size: 16px;
    color: var(--heading-color);
}

.premium-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.premium-carousel-nav-dot {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    margin: 0 5px;
    cursor: pointer;
}

.slick-dots li.slick-active {
    color: var(--heading-color);
}

.premium-carousel-inner {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.3s ease;
}

.item {
    border-radius: 5px;
}

.item img {
    width: 100%;
    height: auto;
}

.icon-list-items {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.icon-list-items li {
    display: flex;
    align-items: center;
}

.elementor-icon-list-icon {
    margin-right: 8px;
}

.elementor-icon-list-text {
    font-size: 14px;
    color: var(--body-text-color);
}

.button-2 {
    background-color: var(--primary-color);
    color: var(--heading-color);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.button-2:hover {
    background-color: var(--primary-color);
}

.elementor-icon-list-icon {
    font-size: 20px;
    color: var(--heading-color);
}

/* fifth section */

/* Container for the whole section */
.custom-container {
    padding: 20px;
    background-color: white;
}

/* Title section */
.custom-title-widget {
    margin-bottom: 30px;
    text-align: center;
}

.custom-widget-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* About Text */
.custom-about-text {
    margin-bottom: 20px;
}

.custom-subtitle {
    color: var(--body-text-color);
}

.custom-main-title h4 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 10px 0;
}

.custom-main-title span {
    color: var(--heading-color);
}

.custom-description {
    font-size: 1.1rem;
    color: var(--body-text-color);
    margin-top: 10px;
}

/* Flex Container for Columns */
.custom-column-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.custom-column {
    flex: 1;
    min-width: 280px;
    max-width: 30%;
}

/* Card Styling */
.custom-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
}

/* Image Styling */
.custom-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Content inside the card */
.custom-card-content {
    padding: 15px;
}

.custom-card-content h5 {
    font-size: 1.4rem;
    color: #333;
    font-weight: 600;
    margin: 10px 0;
}

.custom-card-content p {
    font-size: 1rem;
    color: #777;
}

.landing-vechile-short-info {
    background-color: white;
}

.landing-vechile-name-container {
    position: absolute;
    top: 50%;
    left: 50%;
    color: red;
}

.icon {
    font-size: 20px;
    color: var(--primary-color);
}

.elementor-icon-list-text {
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 700px) {
    .slides img {
        height: 640px;
        object-fit: cover;
    }
}
