/* About */
.about-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-left,
.about-right {
    flex: 0 0 auto;
    width: 50%;
}

.about-right {
    padding: 0 20px 0 40px;
}

.about-left-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-img-1 {
    margin-top: 60px;
}

.about-img-1 {
    background-image: url(../images/about-img-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-img-2 {
    background-image: url(../images/about-img-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-img-1,
.about-img-2 {
    box-shadow: 4px 4px 21px #b4b4b4;
    border-radius: 20px;
    width: 260px;
    height: 440px;
}

.satisfied-customer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ff621f;
    padding: 15px 15px 15px 15px;
    width: 200px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    position: relative;
    left: -40px;
    top: 62%;
}

.satisfied-customer::before {
    position: absolute;
    content: '';
    border-bottom: 40px solid #fff0;
    border-right: 40px solid #ff621f;
    bottom: -40px;
    left: 0;
}

.satified-img img {
    filter: brightness(0);
}

.satisfied-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.satisfied-content span {
    display: block;
    font-size: 14px;
    color: #000;
}

.about-right span {
    font-size: 16px;
    font-weight: 700;
    color: #337ab3;
}

.about-right h2 {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.about-right p {
    font-size: 14px;
    font-weight: 500;
}

.about-right .about-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.about-page-btn a {
    padding: 10px 30px;
    background: #337ab3;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all .5s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
}

.about-page-btn a:hover {
    background-color: #ff621f;
}

.about-page-btn a:hover .dis-1 {
    display: none;
}

.about-page-btn a:hover .dis-2 {
    display: block;
}

.dis-1 {
    width: 40px;
    height: 40px;
    background-color: #ffff;
    border-radius: 50%;
    padding: 10px;
    transition: all .5s ease;
}

.dis-2 {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #ffff;
    border-radius: 50%;
    padding: 10px;
    transition: all .5s ease;
}

.about-right .contact-btn {
    display: flex;
    align-items: center;
}

.about-call {
    width: 60px;
    height: 60px;
    font-size: 25px;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #eeeeee;
    transition: all .5s ease;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 30px rgba(17, 24, 39, 0.1));
}

.contact-btn:hover .about-call {
    background-color: #ff621f;
}

.contact-btn:hover .about-call img {
    filter: brightness(0) invert(1);
    transition: all .5s ease;
}

.about-call-txt span {
    font-size: 14px;
    margin-bottom: 2px;
    color: #555;
    display: block;
    font-weight: 500;
}

.about-call-txt a {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    letter-spacing: 1.4px;
    text-decoration: none;
}

.contact-btn:hover .about-call-txt a {
    color: #337ab3;
}

/* Airport */
.airport-sec {
    padding: 80px 0;
}

.airport-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.airport-left,
.airport-right {
    width: 50%;
    flex: 0 0 auto;
}

.airport-left h2 {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.airport-right .airport-car-img img {
    width: 100%;
    height: auto;
}

.airport-full {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.airport-col {
    width: 50%;
    flex: 0 0 auto;
}

.airport-card {
    padding: 40px 55px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all .5s ease;
    margin-bottom: 30px;
    border: 2px dashed transparent;
}

.airport-card:hover {
    border-color: #337ab3;
}

.airport-number {
    width: 75px;
    height: 75px;
    background-color: #337ab3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px 30px;
}

.airport-number span {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}

.airport-content h3,
.airport-content h3 a {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.airport-content p {
    font-size: 14px;
    font-weight: 500;
}

/* Station */
/* Station */
.station-sec {
    padding: 0 0 100px;
}

.station-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.station-sec span {
    font-size: 16px;
    font-weight: 700;
    color: #337ab3;
    text-transform: uppercase;
}

.station-sec h2 {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.station-col {
    width: 33.33%;
    flex: 0 0 auto;
    padding: 0px 15px;
}

.station-box {
    padding: 30px 20px;
    border: 1px solid #000;
    margin-bottom: 30px;
    min-height: 40vh;
}

.station-box h3,
.station-box h3 a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.station-box p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}


/* services sec */
.services-sec {
    padding: 60px 0;
}

.services-sec h2 {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.main-services {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.services-col {
    width: 33.33%;
    flex: 0 0 auto;
    padding: 0 10px;
}

.services-cards {
    text-align: center;
    padding: 50px 40px 70px;
    background: #337ab3;
    border-bottom: 2px solid #000;
    position: relative;
    transition: all .3s ease;
}

.services-cards .services-content {
    margin-top: 20px;
}

.services-cards .services-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.services-cards .services-content p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.services-cards .services-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    transform: scale(1);
    opacity: 1;
    transition: all .3s ease;
}

.services-sec .active .services-link {
    transform: scale(1);
    opacity: 1;
    transition: all .3s ease;
}

.services-cards .services-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/* Fleet */

.fleet-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: 100vh;
    overflow: hidden;
    padding: 80px 0 40px;
}

.fleet-accordion {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
}

.fleet-item {
    flex: 1;
    overflow: hidden;
    transition: flex 0.5s ease;
    display: flex;
    flex-direction: column;
    border-right: 2px solid #fff;
    background: #fff;
    position: relative;
}

.fleet-item:last-child {
    border-right: none;
}

.fleet-header {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    border: none;
    background: transparent;
    padding: 1rem;
    cursor: pointer;
    letter-spacing: 2px;
}

.fleet-body {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.fleet-item.active {
    flex: 5;
}

.fleet-item.active .fleet-body {
    display: flex;
}

.fleet-item.active .fleet-header {
    background: #000;
    color: #fff;
    display: none;
}

.fleet-body img {
    width: 80%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    transition: all .6s ease;
}



.fleet-info {
    text-align: center;
}

.fleet-info h3 {
    margin-bottom: 0.5rem;
    font-size: 50px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}

.fleet-info p {
    color: #000;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 500;
}

/* Add this to your CSS */
.flick {
    animation: slideIn 0.8s ease forwards;
}

/* Keyframes for smooth left-to-right animation */
@keyframes slideIn {
    0% {
        transform: translateX(-200px);
    }

    100% {
        transform: translateX(-20px);
    }
}

/* FAQ'S */
.faqs-sec {
    padding: 40px 0 80px;
}

.faqs-sec h2 {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.faqs-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.faqs-col {
    width: 50%;
    flex: 0 0 auto;
}

.faqs-card {
    padding: 50px;
}

.faqs-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.faqs-card p {
    font-size: 14px;
    font-weight: 500;
}

/* Footer */
.footer-sec {
    background-color: #000;
}

.footer-main {
    padding: 80px 0 30px;
}

.footer-sec .row {
    justify-content: center;
}

.ft-logo {
    margin-bottom: 30px;
}

.footer-sec p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer-sec h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-sec ul {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.footer-sec ul li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: all .8s ease;
}

.footer-sec ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: all .8s ease;
}

.footer-sec ul li a:hover,
.footer-sec ul li:hover {
    color: #337ab3;
    padding-left: 5px;
}

.copy {
    padding: 40px 0 20px;
    border-top: 1px solid #6d6d6d;
}

.copy p {
    margin-bottom: 0;
    text-align: center;
}

.copy p a {
    color: #337ab3 !important;
}

/* Contact */
.contact-sec {
    padding: 80px 0;
}

.main-contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
}

.contact-left {
    padding: 15px;
}

.contact-left .map iframe {
    width: 100%;
    height: 600px;
}

.contact-left,
.contact-right {
    width: 50%;
    flex: 0 0 auto;
}

.get-us {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.contact-img {
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0px 13px #cdcdcd;
    border-radius: 10px;
}

.info-content span {
    display: block;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-content a {
    font-size: 15px;
    font-weight: 500;
    color: #337ab3;
    text-decoration: none;
}

.info-content p {
    font-size: 15px;
    font-weight: 500;
    color: #337ab3;
    margin: 0;
}

.contact-head {
    margin-bottom: 50px;
}

.contact-head h2 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
}

.contact-head p {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
    .about-left {
        width: 30%;
    }

    .about-right {
        width: 60%;
    }

    .about-right .about-btns {
        display: flex;
        align-items: start;
        justify-content: space-between;
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }

    .about-img-1 {
        display: none;
    }

}

@media screen and (max-width: 768px) {

    .about-left,
    .about-right {
        width: 100%;
    }

    .about-left {
        display: none;
    }

    .about-right {
        padding: 0;
    }

    .about-right span {
        font-size: 14px;
    }

    .about-right h2 {
        font-size: 24px;
        margin: 10px 0 20px;
    }

    .about-right .about-btns {
        flex-direction: column;
        gap: 20px;
    }

    .about-page-btn a {
        font-size: 16px;
    }

    .about-call-txt span {
        font-size: 13px;
    }

    .about-call-txt a {
        font-size: 16px;
    }

    .airport-sec {
        padding: 80px 0px 40px;
    }

    .airport-main {
        flex-direction: column;
    }

    .airport-left,
    .airport-right {
        width: 100%;
    }

    .airport-left h2 {
        font-size: 24px;
    }

    .airport-card {
        padding: 20px 30px;
        align-items: start;
        margin-bottom: 0;
        flex-direction: column;
    }

    .airport-content h3,
.airport-content h3 a {
        font-size: 20px;
    }

    .airport-content p {
        font-size: 14px;
    }

    .station-sec {
        padding: 0 0 50px;
    }

    .station-sec span {
        font-size: 14px;
    }

    .station-sec h2 {
        font-size: 24px;
    }

    .station-col {
        width: 50%;
    }

    .station-box h3,
    .station-box h3 a {
        font-size: 20px;
    }

    .station-box p {
        font-size: 14px;
    }

    .main-services {
        flex-direction: column;
    }

    .services-sec h2 {
        font-size: 24px;
    }

    .services-col {
        width: 100%;
    }

    .services-cards {
        padding: 32px 25px 50px;
    }

    .services-cards .services-content h3 {
        font-size: 20px;
    }

    .fleet-section {
        padding: 40px 0;
    }

    .fleet-accordion {
        flex-direction: column;
    }

    .fleet-header {
        writing-mode: horizontal-tb;
        transform: none;
    }

    .fleet-item {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .fleet-info h3 {
        font-size: 40px;
    }

    .fleet-header {
        font-size: 40px;
        border-bottom: 1px solid #000 !important;
    }

    .faqs-sec h2 {
        font-size: 24px;
    }

    .faqs-col {
        width: 50%;
    }

    .footer-sec h4 {
        font-size: 18px;
        margin-top: 20px;
    }

    .footer-sec ul li {
        font-size: 14px;
    }

    .footer-sec ul li a {
        font-size: 14px;
    }

    .main-contact {
        flex-direction: column-reverse;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .airport-full {
        margin-top: 20px;
        flex-direction: column;
    }

    .airport-col {
        width: 100%;
    }

    .station-main {
        flex-direction: column;
    }

    .station-col {
        width: 100%;
    }

    .faqs-col {
        width: 100%;
    }
}