/* Airport Park Booking – Homepage Design (colors: mgh-theme-colors.css) */

/* Shared section labels */
.apb-section-eyebrow {
    color: var(--mgh-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.apb-section-eyebrow--light {
    color: rgba(255, 255, 255, 0.9);
}

/* Hero */
.apb-hero,
.mgh-hero {
    position: relative;
    background-color: var(--mgh-hero-green);
    background-image: url('../images/hero-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 64px 0 80px;
    overflow: visible;
}

.apb-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(20, 90, 40, 0.88) 0%, rgba(34, 139, 60, 0.72) 45%, rgba(34, 139, 60, 0.55) 100%);
    pointer-events: none;
}

.apb-hero .container {
    position: relative;
    z-index: 2;
}

.apb-hero-row {
    margin-left: -15px;
    margin-right: -15px;
}

.apb-hero-copy {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 12px;
}

.apb-hero-eyebrow {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.apb-hero h1 {
    color: var(--apb-white);
    font-size: 44px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 18px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.apb-hero .apb-hero-sub {
    color: rgba(255, 255, 255, 0.95);
    font-size: 17px;
    max-width: 440px;
    margin: 0 0 22px;
    line-height: 1.7;
}

.apb-hero-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.apb-hero-features li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.apb-hero-features li i {
    color: var(--mgh-gold);
    font-size: 18px;
}

.apb-hero-widget-col {
    display: flex;
    justify-content: flex-end;
}

/* Vertical tab booking widget */
.apb-booking-widget {
    width: 100%;
    max-width: 620px;
    margin: 0;
    position: relative;
    z-index: 2;
    text-align: left;
}

.apb-booking-widget-box {
    display: flex;
    align-items: stretch;
    background: var(--apb-white);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
    overflow: visible;
    min-height: 420px;
}

.apb-booking-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 0 0 136px;
    display: flex;
    flex-direction: column;
    background: var(--apb-white);
    border-radius: 7px 0 0 7px;
    overflow: visible;
    flex-shrink: 0;
}

.apb-tab-item {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 8px;
    margin: 0;
    background: #f8f9fa;
    color: #444;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    transition: background 0.2s ease, color 0.2s ease;
    min-height: 80px;
}

.apb-tab-item:hover:not(.active) {
    background: #eef8f1;
    color: var(--mgh-green-dark);
}

.apb-tab-item:first-child {
    border-radius: 7px 0 0 0;
}

.apb-tab-item:last-child {
    border-bottom: none;
    border-radius: 0 0 0 7px;
}

.apb-tab-item.active,
.apb-tab-item.active:focus,
.apb-tab-item.active:hover {
    background: var(--apb-green-dark);
    color: var(--apb-white);
    border-bottom-color: var(--apb-green-dark);
    z-index: 5;
}

.apb-tab-item .apb-tab-label {
    display: block;
    line-height: 1.35;
    padding: 0 4px;
}

.apb-booking-widget .apb-tab-arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 20px solid var(--apb-green-dark);
    border-right: none;
    z-index: 6;
    pointer-events: none;
}

.apb-booking-widget .apb-tab-item.active .apb-tab-arrow {
    display: block;
}

.apb-booking-panels {
    flex: 1;
    background: var(--apb-white);
    padding: 22px 24px 20px 16px;
    border-radius: 0 7px 7px 0;
    border: none;
    min-width: 0;
    margin-left: 0;
}

.page-home .apb-booking-panels.tab-right,
.page-home .apb-booking-widget .tab-right {
    padding-left: 16px !important;
}

.page-home .apb-booking-widget .list-group-item,
.page-home .apb-booking-widget .tablinks.list-group-item {
    background: transparent;
    border-color: transparent;
}

.apb-coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 24px 12px;
}

.apb-coming-soon img {
    max-width: 100%;
    height: auto;
}

/* Parking form – vertical layout (all fields preserved) */
.apb-search-form-vertical {
    width: 100%;
}

.apb-search-form-vertical label {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    display: block;
    line-height: 1.3;
}

.apb-search-form-vertical .apb-form-field {
    margin-bottom: 14px;
}

.apb-search-form-vertical .apb-form-field-full {
    margin-bottom: 14px;
}

.apb-search-form-vertical .form-control,
.apb-search-form-vertical .form-control2,
.apb-search-form-vertical select.form-control,
.apb-search-form-vertical .apb-date-input {
    box-sizing: border-box;
    height: 42px !important;
    min-height: 42px;
    border: 1px solid #c5c5c5 !important;
    border-radius: 4px !important;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    color: #333;
    box-shadow: none !important;
}

.apb-search-form-vertical .form-control2,
.apb-search-form-vertical .apb-date-input {
    display: block;
    padding: 9px 38px 9px 12px;
    color: #555;
    background-color: #fff;
}

.apb-search-form-vertical input.form-control {
    padding: 9px 12px;
    height: 42px !important;
}

.apb-input-icon-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.apb-input-icon-wrap .apb-date-input {
    width: 100%;
}

.apb-input-icon-wrap .apb-input-icon {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0a0a0;
    font-size: 16px;
    pointer-events: none;
    line-height: 1;
    z-index: 2;
}

/* Select2 – keep dropdowns working, match reference height */
.apb-search-form-vertical .select2-container {
    width: 100% !important;
    display: block;
}

.apb-search-form-vertical .select2-container .select2-selection--single {
    height: 42px !important;
    min-height: 42px;
    border: 1px solid #c5c5c5 !important;
    border-radius: 4px !important;
    background: #fff;
}

.apb-search-form-vertical .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 12px;
    padding-right: 28px;
    color: #333;
    font-size: 14px;
}

.apb-search-form-vertical .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 1px;
    right: 6px;
}

.apb-search-form-vertical .apb-form-row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}

.apb-search-form-vertical .apb-form-row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    float: none;
}

.apb-search-form-vertical .apb-form-row-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 0;
}

.apb-search-form-vertical .apb-form-row-submit .apb-form-field-promo,
.apb-search-form-vertical .apb-form-row-submit .apb-form-field-btn {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-home .apb-form-field-btn::before {
    content: 'Promo Code:';
    visibility: hidden;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 5px;
    min-height: 18px;
}

.apb-search-form-vertical .apb-form-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.apb-btn-find-parking {
    width: 100%;
    height: 42px !important;
    min-height: 42px;
    line-height: 1.25;
    background: var(--apb-green-dark) !important;
    color: var(--apb-white) !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 0 20px !important;
    margin: 0;
    display: block;
    text-align: center;
    white-space: nowrap;
}

.apb-btn-find-parking:hover,
.apb-btn-find-parking:focus {
    background: var(--apb-green-active) !important;
    color: var(--apb-white) !important;
    outline: none;
}

.page-home .apb-booking-widget #search_form_1 .form-group {
    margin-bottom: 0;
}

.page-home .apb-booking-widget #AP.tabcontent {
    width: 100%;
}

/* Seamless experience */
.apb-seamless,
.mgh-seamless {
    padding: 72px 0;
    background: #f5f7fa;
}

.apb-seamless-row {
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}

.apb-seamless-copy {
    padding-right: 32px;
}

.apb-seamless-copy h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.25;
}

.apb-seamless-copy p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 16px;
}

.apb-seamless-copy p:last-child {
    margin-bottom: 0;
}

.apb-seamless-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apb-seamless-image-wrap {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    padding: 8px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(34, 139, 60, 0.12);
    border: 3px solid var(--mgh-green-border);
    overflow: hidden;
}

.apb-seamless-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .apb-seamless,
    .mgh-seamless {
        padding: 48px 0;
    }

    .apb-seamless-copy {
        padding-right: 15px;
        margin-bottom: 28px;
    }

    .apb-seamless-copy h2 {
        font-size: 26px;
    }

    .apb-seamless-image-wrap {
        margin-left: 0;
        max-width: 100%;
    }
}

/* Legacy steps – hidden on new homepage */
.apb-steps {
    display: none;
    padding: 60px 0 70px;
    background: var(--apb-white);
}

.apb-steps h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.apb-steps-flow {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Timeline track – continuous line through icons */
.apb-steps-track {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-bottom: 28px;
    padding: 0 4px;
}

.apb-steps-track::before {
    content: '';
    position: absolute;
    left: calc(12.5% - 34px);
    right: calc(12.5% - 34px);
    top: 66px;
    height: 3px;
    background: var(--apb-teal);
    z-index: 1;
}

.apb-steps-track::after {
    content: '';
    position: absolute;
    right: calc(12.5% - 48px);
    top: 59px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid var(--apb-teal);
    z-index: 2;
}

.apb-step-track-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 3;
    min-width: 0;
}

.apb-step-label {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    white-space: nowrap;
}

.apb-step-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #0a6278;
    border: 4px solid var(--apb-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 0 5px #fff;
    flex-shrink: 0;
}

.apb-step-icon i {
    font-size: 28px;
    color: #fff;
    line-height: 1;
}

/* Cards row */
.apb-steps-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.apb-step-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.apb-step-card {
    border: 2px solid var(--apb-teal);
    border-radius: 8px;
    overflow: hidden;
    background: var(--apb-white);
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 150px;
}

.apb-step-card-head {
    background: var(--apb-teal);
    color: var(--apb-white);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 10px;
    letter-spacing: 0.3px;
}

.apb-step-card-body {
    padding: 16px 14px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apb-step-card-body p {
    color: #555;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
    text-align: center;
}

/* Services We Offer */
.apb-services-offer {
    position: relative;
    padding: 56px 0 64px;
    background-color: #1a5e2b;
    background-image: url('../images/services-offer-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.apb-services-offer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(26, 94, 43, 0.28);
    pointer-events: none;
}

.apb-services-offer .container {
    position: relative;
    z-index: 1;
}

.apb-services-offer-title {
    text-align: center;
    color: var(--apb-white);
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.2;
}

.apb-services-offer-sub {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0 0 40px;
    line-height: 1.5;
}

.apb-services-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1140px;
    margin: 0 auto;
}

.apb-offer-card {
    background: var(--apb-white);
    border-radius: 12px;
    padding: 36px 28px 32px;
    text-align: center;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apb-offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.apb-offer-icon {
    margin-bottom: 20px;
    line-height: 0;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mgh-green-light);
    border-radius: 50%;
    border: 2px solid var(--mgh-green-border);
}

.apb-offer-icon img {
    width: 80px;
    height: 80px;
    display: block;
}

.apb-offer-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
    line-height: 1.3;
}

.apb-offer-card p {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 28px;
    flex: 1;
}

.apb-offer-btn {
    display: inline-block;
    width: 85%;
    max-width: 280px;
    padding: 13px 22px;
    background: var(--apb-green-dark);
    color: var(--apb-white) !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    border-radius: 8px;
    border: none;
    line-height: 1.35;
    transition: background 0.2s ease, transform 0.2s ease;
    margin-top: auto;
}

.apb-offer-btn:hover,
.apb-offer-btn:focus {
    background: var(--apb-green-active);
    color: var(--apb-white) !important;
    text-decoration: none !important;
    transform: scale(1.02);
}

/* Airports – removed from homepage */
.apb-airports {
    display: none;
    padding: 60px 0;
    background: var(--apb-light);
}

/* Testimonials */
.apb-testimonials,
.mgh-testimonials {
    padding: 64px 0 72px;
    background: linear-gradient(180deg, #fff 0%, #f5f7fa 100%);
}

.apb-testimonials-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.2;
}

.apb-testimonials-sub {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 0 0 40px;
    line-height: 1.5;
}

.mgh-testimonials #testimonial-slider {
    padding: 0 8px;
}

.mgh-testimonials #testimonial-slider .owl-wrapper-outer {
    padding: 8px 0 4px;
}

.mgh-testimonials #testimonial-slider .owl-item {
    padding: 0 14px;
}

.apb-testimonials .apb-testimonial-card,
.mgh-testimonials #testimonial-slider .review.apb-testimonial-card {
    background: var(--apb-white) !important;
    border: 1px solid var(--mgh-green-border) !important;
    border-top: 4px solid var(--apb-green-dark) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 28px rgba(34, 139, 60, 0.1) !important;
    margin: 0 !important;
    padding: 32px 28px 28px !important;
    min-height: 220px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.mgh-testimonials #testimonial-slider .review.apb-testimonial-card:hover {
    box-shadow: 0 12px 36px rgba(34, 139, 60, 0.16) !important;
    transform: translateY(-3px);
}

.apb-testimonial-quote,
.apb-testimonial-quote p {
    color: #555 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    margin: 0 0 22px !important;
    flex: 0 1 auto;
    max-width: 100%;
}

.apb-testimonial-author {
    font-size: 15px;
    font-weight: 700;
    color: var(--apb-green-dark);
    margin: 0 0 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.apb-testimonial-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}

.apb-testimonial-stars .fa-star {
    color: #f5b301 !important;
    font-size: 20px;
}

.apb-testimonial-stars .far.fa-star {
    color: #e8e8e8 !important;
    font-size: 20px;
}

/* Pagination – green circular dots */
.mgh-testimonials #testimonial-slider.owl-theme .owl-controls {
    margin-top: 32px !important;
}

.mgh-testimonials #testimonial-slider.owl-theme .owl-pagination,
.apb-testimonials #testimonial-slider .owl-pagination {
    margin-top: 32px !important;
    text-align: center;
}

.mgh-testimonials #testimonial-slider.owl-theme .owl-controls .owl-page span,
.apb-testimonials #testimonial-slider .owl-page span,
#testimonial-slider.owl-theme .owl-controls .owl-page span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #b5d4be !important;
    opacity: 1 !important;
    margin: 4px 6px !important;
}

.mgh-testimonials #testimonial-slider.owl-theme .owl-controls .owl-page.active span,
.apb-testimonials #testimonial-slider .owl-page.active span,
#testimonial-slider.owl-theme .owl-controls .owl-page.active span {
    background: var(--apb-green-dark) !important;
}

.apb-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--apb-navy);
    margin-bottom: 8px;
}

.apb-section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--apb-teal);
    margin: 12px auto 36px;
}

.apb-airport-card {
    background: var(--apb-white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin: 10px;
}

.apb-airport-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.apb-airport-card .apb-airport-body {
    padding: 16px;
    text-align: center;
}

.apb-airport-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--apb-navy);
    margin: 0 0 8px;
}

.apb-airport-card .apb-price {
    color: var(--apb-gray);
    font-size: 13px;
    margin-bottom: 14px;
}

.apb-airport-card .apb-price strong {
    color: var(--apb-teal);
    font-size: 16px;
}

.apb-btn-read {
    display: inline-block;
    background: var(--apb-navy);
    color: var(--apb-white) !important;
    padding: 10px 28px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.apb-btn-read:hover {
    background: var(--apb-navy-light);
    color: var(--apb-white) !important;
}

#apb-airport-slider .owl-controls {
    margin-top: 20px;
}

#apb-airport-slider .owl-page span {
    background: #ccc !important;
}

#apb-airport-slider .owl-page.active span {
    background: var(--apb-teal) !important;
}

/* Reviews – legacy navy block hidden */
.apb-reviews {
    display: none;
    padding: 60px 0;
    background: var(--apb-navy);
    background-image: radial-gradient(circle at 20% 50%, rgba(23, 162, 184, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(23, 162, 184, 0.1) 0%, transparent 50%);
}

.apb-reviews .apb-section-title {
    color: var(--apb-white);
}

.apb-reviews .apb-section-title::after {
    background: var(--apb-teal);
}

.apb-reviews .apb-review-card {
    background: var(--apb-white) !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2) !important;
    margin: 12px 10px !important;
    padding: 28px 24px 32px !important;
    display: block !important;
    text-align: center;
    min-height: 220px;
}

.apb-reviews .apb-review-name {
    color: var(--apb-navy) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin: 0 0 10px;
    text-align: center;
}

.apb-reviews .apb-review-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}

.apb-reviews .apb-review-stars .fa-star,
.apb-reviews .apb-review-stars .far.fa-star {
    color: #f5b301 !important;
    font-size: 18px;
}

.apb-reviews .apb-review-text,
.apb-reviews .apb-review-text p {
    color: #4a5568 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin: 0;
    text-align: center;
}

.apb-reviews .apb-review-card .p,
.apb-reviews .testimonials-quate,
.apb-reviews .list-inline {
    display: none !important;
}

.apb-reviews #testimonial-slider .owl-page span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.35) !important;
    opacity: 1 !important;
}

.apb-reviews #testimonial-slider .owl-page.active span {
    background: var(--apb-white) !important;
    opacity: 1 !important;
}

.apb-reviews .owl-pagination {
    margin-top: 24px !important;
}

.page-home .wrapper > .tab-section,
.page-home .tab-section {
    display: none !important;
}

/* Responsive */
@media (max-width: 991px) and (min-width: 768px) {
    .apb-steps-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .apb-steps-track {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 0;
    }

    .apb-steps-track::before,
    .apb-steps-track::after {
        display: none;
    }

    .apb-step-track-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .apb-services-offer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .apb-services-offer-grid .apb-offer-card:last-child {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .apb-hero {
        padding: 40px 0 56px;
        overflow: visible;
    }

    .apb-hero-copy {
        text-align: center;
        margin-bottom: 28px;
    }

    .apb-hero-eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .apb-hero h1 {
        font-size: 32px;
    }

    .apb-hero .apb-hero-sub {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .apb-hero-features {
        display: inline-block;
        text-align: left;
        margin: 0 auto;
    }

    .apb-hero-widget-col {
        justify-content: center;
        display: block !important;
        width: 100%;
    }

    /* Tabbed widget – tablet & mobile (not legacy form) */
    .page-home .apb-booking-widget,
    .mgh-home .apb-booking-widget {
        display: block !important;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .page-home .apb-booking-widget-box,
    .mgh-home .apb-booking-widget-box {
        flex-direction: column;
        min-height: 0;
    }

    .page-home .apb-booking-tabs,
    .mgh-home .apb-booking-tabs {
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        border-radius: 12px 12px 0 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .page-home .apb-tab-item,
    .mgh-home .apb-tab-item {
        flex: 1 1 auto;
        min-width: 86px;
        min-height: 52px;
        padding: 10px 6px;
        font-size: 11px;
        border-bottom: none;
        border-right: 1px solid #e8e8e8;
    }

    .page-home .apb-tab-item:first-child,
    .mgh-home .apb-tab-item:first-child {
        border-radius: 12px 0 0 0;
    }

    .page-home .apb-tab-item:last-child,
    .mgh-home .apb-tab-item:last-child {
        border-radius: 0 12px 0 0;
        border-right: none;
    }

    .page-home .apb-booking-widget .apb-tab-item.active .apb-tab-arrow,
    .mgh-home .apb-booking-widget .apb-tab-item.active .apb-tab-arrow {
        display: none;
    }

    .page-home .apb-booking-panels,
    .mgh-home .apb-booking-panels {
        border-radius: 0 0 12px 12px;
        padding: 18px 16px 16px;
        width: 100%;
    }

    .apb-booking-widget {
        max-width: 100%;
    }

    .page-home .apb-form-field-btn::before {
        display: none;
    }

    .apb-steps-track {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-bottom: 32px;
    }

    .apb-steps-track::before,
    .apb-steps-track::after {
        display: none;
    }

    .apb-step-track-item {
        flex: none;
        width: 100%;
        max-width: 280px;
    }

    .apb-steps-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .apb-step-card {
        max-width: 340px;
        margin: 0 auto;
        width: 100%;
    }
}

/* Parking Types page – green theme (consistent with site) */
.mgh-parking-types .apb-hero,
.apb-parking-types .apb-hero {
    overflow: visible;
}

.mgh-parking-types .apb-hero-inner,
.apb-parking-types .apb-hero-inner {
    background-color: var(--mgh-hero-green);
    background-image: linear-gradient(to right, rgba(34, 139, 60, 0.4), rgba(34, 139, 60, 0.4)),
        url('../images/hero-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 56px 0 48px;
    text-align: center;
    overflow: visible;
}

.mgh-parking-types .apb-hero-inner h1,
.apb-parking-types .apb-hero-inner h1 {
    color: var(--apb-white);
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 14px;
}

.mgh-parking-types .apb-hero-inner .apb-hero-sub,
.apb-parking-types .apb-hero-inner .apb-hero-sub {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto 28px;
    line-height: 1.65;
}

.mgh-parking-types .apb-booking-card,
.apb-parking-types .mgh-parking-types-booking,
.apb-parking-types .apb-hero-inner .apb-booking-card {
    background: var(--apb-white);
    border-radius: 10px;
    padding: 28px 26px 24px;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    text-align: left;
    position: relative;
    z-index: 3;
    overflow: visible;
}

.apb-parking-types .apb-booking-card .apb-search-form-vertical,
.mgh-parking-types .apb-booking-card .apb-search-form-vertical {
    width: 100%;
    overflow: visible;
}

.apb-parking-types .apb-types-section {
    padding: 48px 0 56px;
    background: #f5f7fa;
    position: relative;
    z-index: 1;
}

.apb-parking-types .apb-types-page-title,
.apb-parking-types .apb-section-title {
    color: var(--apb-green-dark);
}

.apb-parking-types .apb-section-title::after,
.apb-parking-types .apb-types-page-title::after {
    background: var(--apb-green-dark);
}

.apb-parking-types .apb-types-page-title {
    margin-bottom: 36px;
}

.apb-parking-types .apb-type-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
    position: relative;
}

.apb-parking-types .apb-type-divider::before,
.apb-parking-types .apb-type-divider::after {
    content: '';
    flex: 1;
    height: 2px;
    background: var(--apb-green-dark);
}

.apb-parking-types .apb-type-divider span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--apb-green-dark);
    margin: 0 14px;
    flex-shrink: 0;
}

.apb-parking-types .apb-type-card {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: var(--apb-white);
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.apb-parking-types .apb-type-card--reverse {
    flex-direction: row-reverse;
}

.apb-parking-types .apb-type-card--reverse .apb-type-card-body {
    border-left: none;
    border-right: 4px solid var(--apb-green-dark);
}

.apb-parking-types .apb-type-card-img {
    flex: 0 0 38%;
    max-width: 38%;
    min-height: 240px;
}

.apb-parking-types .apb-type-card-img img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
}

.apb-parking-types .apb-type-card-body {
    flex: 1;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 4px solid var(--apb-green-dark);
}

.apb-parking-types .apb-type-card-body h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--apb-green-dark);
    margin: 0 0 16px;
}

.apb-parking-types .apb-type-card-body p {
    color: #444;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 767px) {
    .apb-hero {
        padding: 32px 0 56px;
    }

    .apb-hero h1 {
        font-size: 26px;
    }

    .apb-booking-widget {
        margin: 0;
    }

    .apb-booking-widget-box {
        flex-direction: column;
        min-height: 0;
    }

    .apb-booking-tabs {
        flex: none;
        flex-direction: row;
        flex-wrap: nowrap;
        border-radius: 10px 10px 0 0;
        overflow-x: auto;
    }

    .apb-tab-item {
        flex: 1 1 auto;
        min-height: 52px;
        min-width: 90px;
        padding: 12px 8px;
        font-size: 12px;
        border-bottom: none;
        border-right: 1px solid #d8d8d8;
    }

    .apb-tab-item:last-child {
        border-right: none;
        border-radius: 0;
        border-bottom: none;
    }

    .apb-tab-item:first-child {
        border-radius: 10px 0 0 0;
    }

    .apb-booking-widget .apb-tab-item.active .apb-tab-arrow {
        display: none;
    }

    .apb-booking-panels {
        border-radius: 0 0 10px 10px;
        padding: 16px 14px;
    }

    .apb-search-form-vertical .apb-form-row-submit {
        align-items: stretch;
    }

    .apb-search-form-vertical .apb-form-field-btn {
        margin-top: 0;
        padding-top: 0;
    }

    .apb-search-form-vertical .apb-form-field-btn .apb-btn-find-parking {
        margin-top: 0;
    }

    .apb-search-form-vertical .apb-form-field-promo {
        margin-bottom: 14px;
    }

    .apb-services-offer-title {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .apb-services-offer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        max-width: 400px;
    }

    .apb-offer-card {
        padding: 28px 22px 32px;
    }

    .apb-offer-btn {
        width: 85%;
    }

    .apb-parking-types .apb-type-card--reverse {
        flex-direction: column;
    }

    .apb-parking-types .apb-type-card-img {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 200px;
    }

    .apb-parking-types .apb-type-card-body {
        padding: 22px 20px 28px;
    }

    .apb-parking-types .apb-type-divider {
        margin: 24px 0;
    }

    .mgh-parking-types .apb-hero-inner,
    .apb-parking-types .apb-hero-inner {
        padding: 32px 0 32px;
    }

    .mgh-parking-types .apb-booking-card,
    .apb-parking-types .mgh-parking-types-booking {
        padding: 22px 18px 20px;
        max-width: 100%;
    }

    .apb-parking-types .apb-types-section {
        padding: 32px 0 40px;
    }
}

