﻿#british-flights {
    margin-top: 100px;
    position: relative;
    z-index: -999;
}
.hero__section {
    width: 100%;
    display: block !important;
}

#british-flights {
    margin-top: 100px; /* Adds space above */
    padding: 0 5px; /* Adjust padding if needed */
}

.footer__leftContent .social-share {
    margin-top: 19px;
    margin-bottom: 22px!important;
}

.popular-flight ul {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    justify-content: space-between;
}

.popular-flight li {
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px 11px;
    text-align: center;
    width: calc(25% - 9px);
    background-color: #fff;
}
@media(max-width:768px){
    #british-flights {
        margin-top: 0px!important;
        padding: 0 15px;
    }
}
.airline-logo {
    /* width: 60px; */
    /* margin-bottom: 10px; */
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

.flight-dates {
    font-size: 15px;
    margin-bottom: 10px;
    color: #4d4d6a;
}

.plane-icon img {
    border: none;
    margin: 10px 10px;
}

.airport-code {
    font-size: 18px;
    font-weight: bold;
    color: #4d4d6a;
}

.plane-icon {
    margin: 0 5px;
}

.flight-price {
    font-size: 15px;
    /* font-weight: bold; */
    color: #4d4d6a;
}

.book-btn {
    background-color: #4a9cc5;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 10px;
}
.common-text .list-dot li {
    list-style: disc;
    margin-bottom: 10px;
}
.popular-flight li:hover {
    border-color: #14add9;
    box-shadow: 0 8px 16px rgb(0 123 255 / 11%);
}

.book-btn {
    transition: transform 0.5s ease;
}

.btn-warning {
    color: #fff;
    background-color: #14add9;
    border-color: #14add9;
}

.price-call-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

#british-flights .section-header {
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin: 40px 0 20px;
}

    #british-flights .section-header::after {
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background: #14add9;
        margin-top: 5px;
    }

@media(max-width:768px) {
    .popular-flight li {
        list-style: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 15px 11px;
        text-align: center;
        width: calc(100% - 0px) !important;
        background-color: #fff;
    }

    .popular-flight ul {
        padding: 0;
        display: flex !important; /* Use flex here */
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
}

.codeft {
    border-bottom: 1px solid #ccc;
}

.icont {
    rotate: 90deg;
}

.common-text h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
    color: #000;
    position: relative;
    padding-bottom: 8px;
}

.common-text p, .common-text li {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    text-align: justify;
}

.common-text {
    padding-top: 35px;
}

    .common-text h3:before {
        content: "";
        height: 4px;
        width: 40px;
        background: #14add9;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
/*@media (max-width: 768px) {
    .banners {
        display: block !important;
        border-top: 1px solid #afaeae!important;
    }
}*/
.banners {
    border-top: 1px solid #afaeae !important;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #dc3545;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}
.btn-large-text {
    font-size: 1.6rem;
    font-weight: bold;
}
.blink {
    animation: blinking 1.5s infinite;
}
@keyframes blinking {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}
.banners{
    display:none;
}
.rester {
    color: black !important;
}
.fs-2 {
    color: black !important;
}
@media (max-width: 457px) and (min-width: 361px) {
    .fs-2 {
        font-size: 13px !important;
    }
    .main-heading {
        font-size: 2rem!important;
    }
    .btn-large-text {
        font-size: 1.3rem!important;
        font-weight: bold;
    }
}

@media (max-width: 360px) and (min-width: 261px) {
    .fs-2 {
        font-size: 10px !important;
    }
    .main-heading {
        font-size: 2rem!important;
    }
    .btn-large-text {
        font-size: 1.3rem!important;
        font-weight: bold;
    }
}
.btn-warning:hover {
    color: #fff;
    background-color: #012c61;
    border-color: #012c61;
}
.main-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #14add9;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.5rem;
}
.btn-danger {
    color: #fff;
    background-color: #14add9!important;
    border-color: #14add9!important;
}
.btn-primary {
    color: #fff;
    background-color: #012c61 !important;
    border-color: #012c61 !important;
}
.mt-4 {
    margin-top: 0.5rem !important;
}