.cheap-flight-section {
    background-color: #1b2e4b;
    padding: 2rem 0
}

.cheap-flight-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px
}

.cheap-flight-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cheap-flight-price {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #1B2E4B;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: .9rem;
    z-index: 1
}

.cheap-flight-card {
    border-radius: 8px;
    transition: transform 0.3s ease;
    overflow: hidden;
    border: none
}

.cheap-flight-card:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / .2)
}

.cheap-flight-icon {
    background-color: #fdf2e9;
    padding: 5px 10px;
    border-radius: 50%;
    color: #e87722;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-weight: 700
}

.cheap-flight-name,
.cheap-flight-title {
    color: #e87722;
    font-weight: 600
}

.cheap-flight-body {
    padding: 8px;
    background-color: #fff
}

.cheap-flight-glide .glide__arrows {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    gap: 8px
}

.cheap-flight-glide .glide__arrow {
    position: static;
    transform: none;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff0;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.2s, color 0.2s
}

.cheap-flight-glide .glide__arrow:hover {
    background: #fff;
    color: #1a2f5e
}

.cheap-flight-glide .glide__bullets {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px
}

.cheap-flight-glide .glide__bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(255 255 255 / .4);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s
}

.cheap-flight-glide .glide__bullet--active {
    background: var(--main-orange);
    transform: scale(1.3)
}

.cheap-flight-glide .glide__slides {
    display: flex !important;
    align-items: stretch !important;
}

.cheap-flight-glide .glide__slide {
    height: auto !important;
    display: flex;
    flex-direction: column;
}
