/* Airport Section */
.airport-sec {
    padding: 100px 0;
}

.main-airport-div {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.airport-col {
    width: 33.33%;
    flex: 0 0 auto;
    padding: 0 15px;
}

.airport-main-img img {
    width: 100%;
}

.airport-cards {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 10px;
}

.airport-cards:last-child {
    margin-bottom: 0 !important;
}

.main-heading {
    margin-bottom: 60px;
}

.main-heading h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: -2px;
}

.main-heading h2 span {
    color: #FEBF34;
}

.main-heading p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    width: 70%;
}

.airport-card-txt a {
    font-size: 22px;
    font-weight: 700;
    color: #ffff;
    text-decoration: underline;
    transition: all .5s ease;
    margin-bottom: 10px;
}

.airport-card-txt a:hover {
    color: #FEBF34;
}

.airport-card-txt p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0 !important;
}

.airport-cus-col {
    background-color: #FEBF34;
}

.airport-last-card {
    padding: 15px;
    margin-top: 30px;
}

.airport-last-card h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #010c11 !important;
    letter-spacing: -2px;
}

.airport-last-card p {
    color: #010c11;
    font-size: 15px;
    font-weight: 500;
}

.airportbtn-div a {
    font-size: 18px;
    font-weight: 700;
    color: #010c11 !important;
    text-decoration: underline;
    letter-spacing: -1px;
}

/* Service */
.service-sec {
    padding-bottom: 100px;
}

.service-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
}

.service-col {
    width: 33.33%;
    flex: 0 0 auto;
    padding: 0 15px;
}

.service-box {
    transition: all .5s ease;
}

.service-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.service-box p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.service-box .service-btn a {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FEBF34;
    letter-spacing: -1px;
    text-decoration: underline
}

.service-bg-change img {
    height: auto;
    width: 100%;
    transition: all .5s ease;
}

.link-item:hover {
    transform: translateY(-3px);
}

.link-item.active {
    transform: translateY(-2px);
}

/* Station */
.station-sec {
    padding: 0 0 100px;
}

.station-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.station-col {
    width: 33.33%;
    flex: 0 0 auto;
    padding: 0px 15px;
}

.station-box {
    padding: 30px 20px;
    border: 1px solid #ffffff94;
    margin-bottom: 30px;
    min-height: 40vh;
}

.station-box h3,
.station-box h3 a {
    font-size: 28px;
    font-weight: 700;
    color: #FEBF34;
    letter-spacing: -2px;
    margin-bottom: 15px;
    text-decoration: underline;
}

.station-box p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/* fleet */
.fleet-sec {
    padding-bottom: 80px;
}

.fleet-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fleet-col {
    width: 25%;
    flex: 0 0 auto;
    padding: 0 15px;
}

.fleet-card {
    transition: all .6s ease;
    padding: 40px 10px;
    border: 1px solid #FEBF34;
}

.fleet-card:hover .fleet-circle img {
    left: -44px;
}

.fleet-main-circle {
    width: 255px;
    height: 130px;
    border-radius: 64px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    overflow: hidden;
}

.fleet-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #FEBF34;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    transform: translateX(-50%);
}

.fleet-circle img {
    position: absolute;
    left: -124px;
    transition: all .6s ease;
}

.fleet-content {
    margin-top: 20px;
}

.fleet-content h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.fleet-content p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

/* Footer */
.footer {
    padding-top: 50px;
    background-color: #010608;
}

.footer-top {
    border-bottom: 1px solid #383838;
    padding-bottom: 20px;
}

.footer-top .cus-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-top .company-name h3 {
    color: #FEBF34;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -2px;
    text-transform: capitalize;
    text-align: end;
    margin: 0;
}

.main-footer {
    padding: 50px 0;
    border-bottom: 1px solid #383838;
}

.main-footer h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.main-footer p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-footer ul li a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-footer ul li:hover,
.main-footer ul li a:hover {
    color: #FEBF34;
}

.last-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.copy-right p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.privacy a {
    color: #FEBF34;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

/* Contact Page */
.contact-info {
    padding: 80px 0;
}

.main-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.contact-info .title-div {
    margin-bottom: 20px;
}

.contact-info .title-div span {
    font-size: 20px;
    font-weight: 400;
    color: #FEBF34;
    letter-spacing: -1px;
}

.contact-info h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 30px 0px 20px;
}

.contact-info ul li {
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.contact-info ul li,
.contact-info ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all .5s ease;
}

.contact-info ul li:hover,
.contact-info ul li a:hover {
    color: #FEBF34;
}

/* Areas page*/
.areas-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.areas-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    color: #FEBF34;
    letter-spacing: -2px;
}

.areas-section h2::after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #FEBF34;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.areas-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.area-card {
    flex: 1 1 300px;
    max-width: 360px;
    background-color: #010608;
    border-radius: 10px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.area-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(254, 191, 52, 0.2);
}

.area-card a {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #FEBF34;
    text-decoration: none;
    display: block;
    font-weight: 700;
    letter-spacing: -1px;
}

.area-card a:hover {
    text-decoration: underline;
}

.area-card p {
    font-size: 1rem;
    color: #ffffff;
    opacity: 0.8;
}

.area-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(1, 6, 8, 0.3), rgba(1, 6, 8, 0.7));
    z-index: 0;
    border-radius: 10px;
}

.area-card a,
.area-card p {
    position: relative;
    z-index: 1;
}

/* Responsive */

@media screen and (min-width: 769px) and (max-width: 992px) {
    .main-heading h2 {
        font-size: 32px;
    }

    .airport-col {
        width: 50%;
    }

    .airport-cus-col {
        width: 100%;
    }

    .service-box h3 {
        font-size: 24px;
    }

    .service-bg-change img {
        width: 100%;
        height: auto;
    }

    .fleet-col {
        width: 50%;
    }

    .fleet-card {
        margin-bottom: 30px;
    }

    .fleet-content h3 {
        font-size: 24px;
    }

    .footer-top .company-name h3 {
        font-size: 24px;
    }

    .main-footer h4 {
        margin: 30px 0;
    }

    .main-contact .map iframe {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .airport-sec {
        padding: 30px 0 50px;
    }

    .main-airport-div {
        flex-direction: column;
    }

    .airport-col {
        width: 100%;
    }

    .airport-main-img {
        margin-bottom: 40px;
    }

    .airport-main-img img {
        width: 100%;
        height: auto;
    }

    .main-heading h2 {
        font-size: 28px;
    }

    .airport-card-txt a {
        font-size: 18px;
    }

    .airport-card-txt p {
        font-size: 14px;
    }

    .airport-last-card h3 {
        font-size: 24px;
    }

    .airport-last-card p {
        font-size: 14px;
    }

    .airportbtn-div a {
        font-size: 16px;
    }

    .main-heading {
        margin-bottom: 40px;
    }

    .service-sec {
        padding-bottom: 50px;
    }

    .service-main {
        padding-top: 10px;
        flex-direction: column;
    }

    .service-col {
        width: 100%;
    }

    .station-box {
        min-height: 100%;
    }

    .service-box h3 {
        font-size: 24px;
    }

    .service-box p {
        font-size: 14px;
    }

    .service-box .service-btn a {
        font-size: 16px;
    }

    .service-bg-change {
        margin: 40px 0;
    }

    .service-bg-change img {
        height: auto;
        width: 100%;
    }

    .station-sec {
        padding: 0 0 50px;
    }

    .station-col {
        width: 50%;
    }

    .station-box {
        padding: 20px;
    }

    .station-box h3,
    .station-box h3 a {
        font-size: 24px;
    }

    .station-box p {
        font-size: 14px;
    }

    .fleet-col {
        width: 50%;
    }

    .fleet-card {
        margin-bottom: 30px;
    }

    .fleet-content p {
        font-size: 14px;
    }

    .footer-top .company-name h3 {
        font-size: 24px;
    }

    .main-footer p {
        font-size: 14px;
    }

    .main-footer h4 {
        font-size: 20px;
        margin: 20px 0;
    }

    .main-footer ul li,
    .main-footer ul li a {
        font-size: 14px;
    }

    .copy-right p {
        font-size: 14px;
    }

    .privacy a {
        font-size: 14px;
    }

    .main-contact {
        flex-direction: column;
    }

    .contact-info {
        padding: 50px 0;
    }

    .contact-info .title-div span {
        font-size: 18px;
    }

    .contact-info h2 {
        font-size: 34px;
    }

    .contact-info ul li,
    .contact-info ul li a {
        font-size: 16px;
    }

    .main-contact .map iframe {
        width: 100%;
    }

    .area-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .areas-section h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 576px) {
    .station-main {
        flex-direction: column;
    }

    .station-col {
        width: 100%;
    }

    .fleet-main {
        flex-direction: column;
    }

    .fleet-col {
        width: 100%;
    }

    .footer-top .company-name h3 {
        display: none;
    }

    .last-div {
        flex-direction: column;
    }

}