.atoz-home {
    width: 100%;
    margin: 0;
    padding: 0;

    font-family: 'Roboto', sans-serif;
    color: #111;

    overflow: hidden;
}

.atoz-home *,
.atoz-home *::before,
.atoz-home *::after {
    box-sizing: border-box;
}

/* =========================================================
   BALTIMORE AIRPORT TAXI
   HOME PAGE
   ========================================================= */


/* =========================================================
   CONTAINER
   ========================================================= */

.atoz-section-container {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
    padding: 0 25px;
}


/* =========================================================
   HERO
   ========================================================= */

.atoz-home-hero {
    position: relative;

    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image:
        url('http://baltimoreairporttaxi.com/wp-content/uploads/2026/08/BWI-AIRPORT.jpg');

    background-size: cover;
    background-position: center;

    color: #fff;
}

.atoz-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.80),
            rgba(0,0,0,.80),
            rgba(0,0,0,.80)
        );
}

/*.atoz-hero-overlay {*/
/*    position: absolute;*/

/*    inset: 0;*/

/*    background:*/
/*        linear-gradient(*/
/*            to bottom,*/
/*            rgba(0,0,0,.70),*/
/*            rgba(0,0,0,.40),*/
/*            rgba(0,0,0,.65)*/
/*        );*/
/*}*/


.atoz-hero-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 700px;

    padding: 60px 25px;

    text-align: center;
}


.atoz-hero-eyebrow {
    margin: 0 0 12px;

    font-size: 14px !important;
    font-weight: 700;

    letter-spacing: 2px;
}


.atoz-hero-content h1 {
    margin: 0;

    font-size: 48px;
    line-height: 1.1;

    font-weight: 700;

    color: #fff;
}


.atoz-hero-text {
    max-width: 600px;

    margin: 20px auto 30px;

    color: rgba(255,255,255,.90);

    font-size: 17px;
    line-height: 1.6;
}


.atoz-hero-buttons {
    display: flex;

    justify-content: center;

    gap: 12px;
}



/* =========================================================
   BUTTONS
   ========================================================= */

.atoz-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 13px 28px;

    border-radius: 7px;

    font-family: inherit;

    font-size: 15px;
    font-weight: 700;
    
    /*text-decoration: none !important;*/
    /*text-decoration-line: none !important;*/

    cursor: pointer;

    transition:
        background .2s ease,
        color .2s ease,
        transform .15s ease;
        
}


.atoz-btn:hover {
    transform: translateY(-1px);
}


.atoz-btn-primary {
    background: #000;
    color: #fff;

    border: 1px solid #fff;
}


.atoz-btn-primary:hover {
    background: #0f9668;
    color: #fff;
    
}


.atoz-btn-secondary {
    background: rgba(0,0,0,.85);
    color: #fff;

    border: 1px solid rgba(255,255,255,.80);
}


.atoz-btn-secondary:hover {
    background: #0f9668;
    color: #fff;
}


.atoz-btn-dark {
    background: #000;
    color: #fff;

    border: 1px solid #000;
}


.atoz-btn-dark:hover {
    background: #0f9668;
    border-color: #0f9668;
}


/* button underline removal*/

.ast-single-post .entry-content a.atoz-button,
.ast-single-post .entry-content a.atoz-button:hover,
.ast-single-post .entry-content a.atoz-button:focus,
.ast-single-post .entry-content a.atoz-button:active,
.ast-single-post .entry-content a.atoz-button:visited {
    text-decoration: none !important;
    text-decoration-line: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}


/* =========================================================
   SECTION LABELS
   ========================================================= */

.atoz-section-label {
    margin: 0 0 10px;

    color: #0f9668;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;
}


/* =========================================================
   INTRO
   ========================================================= */

.atoz-home-intro {
    padding: 70px 0;

    background: #fff;
}


.atoz-home-intro .atoz-section-container {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;
}


.atoz-intro-content {
    max-width: 720px;
}


.atoz-intro-content h2,
.atoz-section-heading h2,
.atoz-airport-content h2,
.atoz-final-cta h2 {
    margin: 0;

    color: #111;

    font-size: 34px;
    line-height: 1.2;

    font-weight: 700;
}


.atoz-intro-content p:last-child {
    margin: 15px 0 0;

    max-width: 680px;

    color: #666;

    font-size: 16px;
    line-height: 1.7;
}


.atoz-outline-button {
    display: inline-flex;

    align-items: center;
    gap: 9px;

    padding: 13px 21px;

    border: 1px solid #111;
    border-radius: 7px;

    color: #111;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: all .2s ease;
}


.atoz-outline-button:hover {
    background: #000;
    color: #fff;
}


/* =========================================================
   VEHICLES
   ========================================================= */

.atoz-vehicles-section {
    padding: 80px 0;

    background: #f7f7f7;
}


.atoz-section-heading {
    margin-bottom: 40px;

    text-align: center;
}


.atoz-section-heading > p:last-child {
    margin: 12px auto 0;

    max-width: 600px;

    color: #777;

    font-size: 15px;
    line-height: 1.6;
}


.atoz-vehicle-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


.atoz-vehicle-card {
    background: #fff;

    border: 1px solid #e1e1e1;
    border-radius: 12px;

    overflow: hidden;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.atoz-vehicle-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 10px 30px rgba(0,0,0,.09);
}


.atoz-vehicle-image {
    height: 210px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 20px;
}


.atoz-vehicle-image img {
    display: block;

    width: 100%;
    max-width: 310px;

    height: auto;

    object-fit: contain;
}


.atoz-vehicle-content {
    padding: 5px 24px 25px;
}


.atoz-vehicle-content h3 {
    margin: 0 0 12px;

    color: #111;

    font-size: 22px;
    font-weight: 700;
}


.atoz-vehicle-features {
    display: flex;

    flex-direction: column;

    gap: 7px;

    margin-bottom: 20px;
}


.atoz-vehicle-features span {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #666;

    font-size: 13px;
}


.atoz-vehicle-features i {
    width: 16px;

    text-align: center;

    color: #555;
}


.atoz-vehicle-button {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 44px;

    border-radius: 7px;

    background: #000;
    color: #fff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: background .2s ease;
}


.atoz-vehicle-button:hover {
    background: #0f9668;
    color: #fff;
}


/* =========================================================
   AIRPORT SECTION
   ========================================================= */

.atoz-airport-section {
    min-height: 500px;

    display: flex;
    align-items: center;

    background-image:
        linear-gradient(
            to right,
            rgba(0,0,0,.82),
            rgba(0,0,0,.48)
        ),
        url('http://baltimoreairporttaxi.com/wp-content/uploads/2026/08/Baltimore-city-scaled.jpg');

    background-size: cover;
    background-position: center;

    color: #fff;
}


.atoz-airport-inner {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
    padding: 80px 25px;
}


.atoz-airport-content {
    max-width: 650px;
}


.atoz-airport-content h2 {
    color: #fff;
}


.atoz-airport-content > p:not(.atoz-section-label) {
    margin: 18px 0 25px;

    color: rgba(255,255,255,.86);

    font-size: 16px;
    line-height: 1.7;
}


.atoz-airport-list {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px 25px;

    margin-bottom: 30px;
}


.atoz-airport-list span {
    display: flex;

    align-items: center;

    gap: 9px;

    color: #fff;

    font-size: 14px;
    font-weight: 500;
}


.atoz-airport-list i {
    color: #0f9668;
}


/* =========================================================
   WHY CHOOSE US
   ========================================================= */

.atoz-why-section {
    padding: 80px 0;

    background: #fff;
}


.atoz-benefits-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 25px;
}


.atoz-benefit {
    padding: 30px;

    text-align: center;

    border: 1px solid #e4e4e4;
    border-radius: 12px;

    background: #fff;
}


.atoz-benefit-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 18px;

    border-radius: 50%;

    background: #f1f8f5;

    color: #0f9668;

    font-size: 19px;
}


.atoz-benefit h3 {
    margin: 0 0 10px;

    font-size: 18px;
}


.atoz-benefit p {
    margin: 0;

    color: #777;

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.atoz-final-cta {
    padding: 80px 25px;

    background: #f5f5f5;

    text-align: center;
}


.atoz-final-cta-inner {
    max-width: 650px;

    margin: 0 auto;
}


.atoz-final-cta h2 {
    margin-bottom: 15px;
}


.atoz-final-cta > div > p:not(.atoz-section-label) {
    margin: 0 auto 25px;

    color: #777;

    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 800px) {

    .atoz-home-hero {
        min-height: 520px;
    }


    .atoz-hero-content h1 {
        font-size: 38px;
    }


    .atoz-home-intro .atoz-section-container {
        flex-direction: column;

        align-items: flex-start;
    }


    .atoz-vehicle-grid {
        grid-template-columns: 1fr;
    }


    .atoz-benefits-grid {
        grid-template-columns: 1fr;
    }


    .atoz-airport-section {
        min-height: auto;
    }

}


@media (max-width: 600px) {

    .atoz-section-container {
        padding: 0 18px;
    }


    .atoz-home-hero {
        min-height: 500px;
    }


    .atoz-hero-content {
        padding: 40px 18px;
    }


    .atoz-hero-eyebrow {
        font-size: 12px;
    }


    .atoz-hero-content h1 {
        font-size: 32px;
    }


    .atoz-hero-text {
        font-size: 15px;
    }


    .atoz-hero-buttons {
        flex-direction: column;

        width: 100%;
        max-width: 320px;

        margin: 0 auto;
    }


    .atoz-btn {
        width: 100%;
    }


    .atoz-home-intro,
    .atoz-vehicles-section,
    .atoz-why-section {
        padding: 60px 0;
    }


    .atoz-intro-content h2,
    .atoz-section-heading h2,
    .atoz-airport-content h2,
    .atoz-final-cta h2 {
        font-size: 28px;
    }


    .atoz-airport-inner {
        padding: 65px 18px;
    }


    .atoz-airport-list {
        grid-template-columns: 1fr;
    }


    .atoz-vehicle-image {
        height: 190px;
    }


    .atoz-vehicle-content {
        padding-left: 20px;
        padding-right: 20px;
    }

}