/* ======================= QUOTE PAGE STYLES ======================= */

/* -------------------- Quote Hero Banner -------------------- */
.quote-hero-banner {
    /* Layered a 50% opacity black gradient over the image */
    background-image: linear-gradient(rgba(0, 0, 0, 0.897), rgba(0, 0, 0, 0.692)),
        url('../images/detroit-airport.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* Added to ensure image is centered */
    padding: 40px 20px 40px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: white;
    /* Ensures all text inside is white for better contrast */
}

/* -------------------- Quote Details Section (What's Included) -------------------- */
/* --- 1. PAGE HEADER SECTION --- */
.page-header-section {
    padding: 40px 20px;
    margin-left: -25px;
    background-color: #fff;
    width: 100%;
}

.fleet-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 40px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
    /* Thin separator line from screenshot */
    max-width: 1700px;
    margin: 0 auto;
}

.mini-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e6e6e6;
    width: 25%;
    font-weight: 500;
}

.fleet-title-center {
    width: 50%;
    text-align: center;
}

.fleet-title-center h3 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.5px;
}

.fleet-header-desc {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #e7e7e7;
    width: 25%;
    text-align: right;
}


/* --- QUOTE DETAILS OVERHAUL --- */
.quote-details-section {
    color: #1a1a1a;
    max-width: 1700px;
    margin: 10px auto;
    padding: 0 5%;
}

/* Header matching your Testimonials layout */
.quote-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.quote-section-header .center-title h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

/* Three-column Grid */
.quote-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.efficiency-block{
    background-color: #4e4e4e;
    color: #ffffff;
    /* Flat grey matching your UI */
    padding: 45px 35px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;

}
.efficiency-block .time-schedule .schedule-item span {
    color: #ffffff;
}

.efficiency-block .time-schedule .schedule-item strong {
    color: #ffffff;
}

.efficiency-block .small-note {
    color: #ffffff;
}

.quote-grey-block {
    background-color: #f6f6f6;
    /* Flat grey matching your UI */
    padding: 45px 35px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.block-tag {
    font-size: 11px;
    letter-spacing: 2px;
    color: #999;
    font-weight: 700;
    margin-bottom: 15px;
}

.quote-grey-block h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

/* Content Styling */
.clean-list {
    list-style: none;
    padding: 0;
}

.clean-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.clean-list i {
    color: #1a1a1a;
    margin-top: 4px;
    width: 20px;
}

/* Time Schedule Styling */
.time-schedule {
    margin-bottom: 20px;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
}

.schedule-item span {
    font-size: 15px;
    color: #666;
}

.schedule-item strong {
    font-size: 15px;
    color: #1a1a1a;
}

.small-note {
    font-size: 12px;
    color: #888;
    font-style: italic;
    margin-top: auto;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .quote-info-grid {
        grid-template-columns: 1fr;
    }

    .quote-section-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 15px;
    }

    .quote-section-header .center-title h2 {
    font-size: 25px;
    color: #1a1a1a;
}

    .side-desc {
        text-align: center;
    }
}

/* --- FOOTER & CALCULATOR STYLES --- */
.quote-footer-wrap {

    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Rate Estimator */
.rate-estimator-block {
    background: linear-gradient(135deg, #000000 0%, #4e4e4e 100%);
    color: #ffffff;
    padding: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.estimator-header {
    text-align: center;
    margin-bottom: 40px;
}

.estimator-controls-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.control-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.control-group label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 10px;
    font-weight: 700;
}

.premium-select {
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 15px center/12px;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    color: #1a1a1a;
    transition: border-color 0.3s;
}

.premium-select:focus {
    border-color: #1a1a1a;
    outline: none;
}

/* Price Result Styling */
.estimator-result {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.price-display {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
}

.currency,
.plus-sign {
    font-size: 28px;
    vertical-align: top;
    margin: 0 5px;
}

.price-note {
    font-size: 14px;
    color: #666;
    margin: 10px 0 25px;
}

.disclaimer-box {
    max-width: 600px;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .estimator-controls-grid {
        grid-template-columns: 1fr;
    }

    .rate-estimator-block {
        padding: 40px 20px;
    }
}


/* --- SEARCHABLE DROPDOWN STYLES --- */
.city-search-wrapper {
    position: relative;
}

.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 15px;
    color: #999;
}

.premium-input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s;
}

.premium-input:focus {
    border-color: #1a1a1a;
    outline: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
    /* Hidden by default */
}

.result-item {
    padding: 12px 20px;
    cursor: pointer;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    transition: background 0.2s;
}

.result-item:hover {
    background: #f6f6f6;
}

.result-item .city-name {
    color: #1a1a1a;
    font-weight: 500;
}

.result-item .city-rate {
    color: #888;
    font-size: 12px;
}

/* Desktop Grid fix */
@media (min-width: 992px) {
    .estimator-controls-grid {
        grid-template-columns: 220px 1fr 250px;
    }
}




/* CTA Black Banner */
.cta-banner-black {
    /* Layered a 50% opacity black gradient over the image */
    background-image: linear-gradient(rgba(0, 0, 0, 0.904), rgba(0, 0, 0, 0.856)),
        url('../images/Airport.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* Added to ensure image is centered */
    padding: 60px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(255, 255, 255);
    margin: 20px 20px 60px 20px;
}

.cta-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin-bottom: 10px;
}

.cta-text p {
    color: #dbdbdb;
    font-size: 16px;
}

.cta-actions {
    display: flex;
    gap: 20px;
}

.btn-gold {
    background: #ffffff;
    color: #1a1a1a;
    padding: 18px 35px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.btn-gold:hover {
    background: transparent;
    color: #ffffff;
    border: #dbdbdb solid 1px;
}

.btn-outline-white {
    border: 1px solid white;
    color: white;
    padding: 18px 35px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-outline-white:hover {
    background: white;
    color: #1a1a1a;
}

/* Responsive */
@media (max-width: 992px) {

    .estimator-controls,
    .cta-banner-black {
        flex-direction: column;
        text-align: center;
    }

    .estimated-price {
        align-items: center;
    }

    .cta-actions {
        margin-top: 30px;
        flex-direction: column;
        width: 100%;
    }
}

/* --- 3. MOBILE RESPONSIVENESS --- */
@media (max-width: 991px) {
    .fleet-header-row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    /* Mobile Responsiveness */
    @media (max-width: 1024px) {
        .quote-info-grid {
            grid-template-columns: 1fr;
        }

        .quote-section-header {
            flex-direction: column;
            text-align: center;
            align-items: center;
            gap: 15px;
        }

        .side-desc {
            text-align: center;
        }
    }

    .mini-tag,
    .fleet-title-center,
    .fleet-header-desc {
        width: 100%;
        text-align: center;
    }



    .fleet-title-center h3 {
        font-size: 32px;
    }
}