.about-section {
    position: relative;
    overflow: hidden;
    background: #fcc769;
    padding: 50px 0;
}

.vision-section {
    position: relative;
    overflow: hidden;
}

.left-side {
    position: absolute;
    left: -200px;
    top: 55px;
    width: 330px;
    height: 330px;
    background-color: #f6b43c;
    z-index: 1;
    border-radius: 200px;
}

.right-side {
    position: absolute;
    top: 55px;
    width: 330px;
    height: 330px;
    background-color: #f6b43c;
    z-index: 1;
    border-radius: 200px;
    right: -200px;
}

.left-side-vision {
    position: absolute;
    left: -252px;
    bottom: -30px;
    width: 330px;
    height: 330px;
    background-color: #ededed;
    z-index: 1;
    border-radius: 200px;
}

.right-side-vision {
    position: absolute;
    top: 110px;
    width: 282px;
    height: 295px;
    background-color: #ededed;
    z-index: 1;
    border-radius: 200px;
    right: -200px;
}


.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
    display: none;
}

.vision-text {
    margin: auto;
}

.version {
    background-color: #222A47;

}

/* .moto {
        background-image: url("./assets/home/moto.jpg");
        height: 100vh;
    } */
@media (max-width: 1100px) {

    .left-side,
    .right-side {
        display: none;
    }

    .right-side-vision,
    .left-side-vision {
        display: none;
    }
}

@media (max-width: 768px) {

    .left-side,
    .right-side {
        display: none;
    }

    .right-side-vision,
    .left-side-vision {
        display: none;
    }

    .about-section {
        position: relative;
        overflow: hidden;
        background: #fcc769;
        padding: 25px 0;
    }

    .location-icon {
        top: 120px !important;
        z-index: 10;
    }
}



.card-1 {
    background: #222A47;
    border: none;
    color: #fff;
}

.card-2 {
    background: #f6b43c;
    border: none;
    color: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #fff;
}

.location-menu {
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 15px 15px 0px 0px;
    transform: translate3d(0px, 40px, 0px);
    background: #222a48;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    color: #fff !important;
}

.location-icon {
    top: 130px;
    z-index: 10;
}

/* Carousel full height */
.carousel {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.carousel .slick-slide {
    height: 100vh;
}

.carousel-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    backface-visibility: hidden;
    will-change: transform;
    display: block;
}

/* Optional: smooth fade of controls */
.slick-prev,
.slick-next {
    z-index: 2;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}

.location-icon .btn {
    background-color: #222A47 !important;
    border: 1px solid #222A47;
}

.location-icon i {
    color: white;
}

/* Custom next/prev buttons */
.custom-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(34, 42, 71, 0.7);
    color: white;
    border: none;
    padding: 10px 15px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
}

#prevBtn {
    left: 20px;
}

#nextBtn {
    right: 20px;
}