#account-advant {
    background-color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
}

#account-advant1 h2 {
    font-size: 32px;
    text-align: center;
}

#account-advant2 {
    margin-top: 30px;
}

.account-advant3 {
    display: flex;
    justify-content: space-around;
}

.acc-advant-info {
    flex: 1;
    font-size: 23px;
    text-align: center;
    margin-top: 20px;
    line-height: 140%;
    padding: 0 10px;
}

.acc-advant-info span {
    font-weight: bold;
}

/* Responsive adjustments for screens smaller than 991px */
@media (max-width: 991px) {
    .account-advant3 {
        flex-direction: column;
    }

    .acc-advant-info {
        margin-bottom: 20px;
        padding: 0;
    }
}



#fleet-info1 {
    margin-top: 10px;
}

#fleet-info1 h2 {
    font-size: 32px;
    text-align: center;
}

#fleet-info2 {
    margin-top: 30px;
}


#fleet {
    background-color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
}



.fleet-vehicles {
    border-bottom: lightgray solid 1px;
    display: flex;
    margin-top: 25px;
}

.vehicle-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vehicle-imgs {
    width: 300px;
    height: auto;
    flex-shrink: 0;
    margin-right: 20px;
}


@media (max-width: 767px) {
    .vehicle-imgs {
        display: flex;
        justify-content: center;
        width: 80%;
        height: auto;
        margin-right: 0px;
    }

    .vehicle-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vehicle-example {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.vehicle-example {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    padding-left: 30px;
}

.vehicle-example p {
    font-size: 16px;
    line-height: 1.6;
}

.vehicle-example span {
    font-weight: bold;
}



/* Custom Styles to Replace Bootstrap Classes */

/* General card style */
#airports {
    background-color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
}

#airports1 h2 {
    font-size: 32px;
    text-align: center;
}

#airports2 {
    margin-top: 30px;
}

.flex-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.airport-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0.50rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-bottom: 3rem;
    text-align: center;
    width: 18rem;
    margin: 5px;
}

/* Card image style */
.airport-card img {
    width: calc(100% - 20px);
    height: auto;
    border-radius: 500px;
    margin: 10px;
}

.airport-card-body {
    padding: 2rem 1rem;
}

.airport-card-title {
    font-size: 16px;
    margin-bottom: 30px;
}

.airport-card-body a {
    font-weight: 400;
}

.airport-view-more {
    border: none;
    border-radius: 500px;
    background-color: #000080;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.airport-view-more:hover {
    box-shadow: 0 0 15px #000080;
}

.airport-view-more:active {
    transform: scale(0.95);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .airport-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .custom-container {
        padding: 0 10px;
    }

    .airport-card img {
        width: calc(100% - 20px);
    }
}






#aboutus {
    background-color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 50px;
    padding-top: 30px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    text-align: justify;
}




#aboutus1 h3 {
    font-size: 32px;
    text-align: center;
}

#aboutus2 {
    margin-top: 30px;
    line-height: 1.6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.aboutus-3 {
    display: flex;
    justify-content: space-between;
}

.aboutus-info {
    margin-bottom: 20px;
    flex-basis: 48%;
    margin: 1%;
    text-align: left;
}

.aboutus-info h4 {
    font-size: 20px;
    border: solid 1px lightgray;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.aboutus-individual-div {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    align-items: flex-start;
    margin-bottom: 10px;
}

.aboutus-individual-div svg {
    width: 1.3em; 
    height: 1.3em; 
    margin-right: 10px;
    margin-top: 4px;
    
}

.aboutus-individual-div p {
    flex: 1; 
    margin: 0; 
}

@media (max-width: 991px) {
    .aboutus-3 {
        flex-direction: column;
    }

    .aboutus-info {
        flex-basis: 100%;
    }
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>> */






.loading-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#processing-p {
    font-size: large;
    font-weight: 400;
    color: #000080;
    margin: 0; /* Reset margin */
}

@media screen and (min-width: 992px) {
    #processing-p {
        margin: 0 50px; /* Apply margin for larger screens */
    }
}


.loading-car-animation {
    position: relative;
    height: 150px;
    width: 280px;
    margin: auto;
}

.car-icon {
    fill: #000080;
    width: 50px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle {
    position: absolute;
    border: 2px solid #000080;
    border-radius: 50%;
    transform: scale(0);
    animation: expandCircle 1.5s infinite ease-out;
    opacity: 0;
    top: 50%;
    left: 50%;
}

.circle1 {
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%) scale(0);
}

.circle2 {
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%) scale(0);
}

.circle3 {
    width: 140px;
    height: 140px;
    transform: translate(-50%, -50%) scale(0);
}

@keyframes expandCircle {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 211, 211, 0.5);
    z-index: 999;
}