.elementor-67 .elementor-element.elementor-element-36be1b4e{--display:flex;}.elementor-67 .elementor-element.elementor-element-7f11ad91{margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;padding:20px 20px 20px 20px;}.elementor-67 .elementor-element.elementor-element-7f11ad91.elementor-element{--align-self:center;}.elementor-67 .elementor-element.elementor-element-417f183{--display:flex;}.elementor-67 .elementor-element.elementor-element-a07e24c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-67 .elementor-element.elementor-element-a07e24c.e-con{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ff704fb */.fleet-page-intro,
.fleet-page-bottom {
    font-family: 'Poppins', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumbs */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 0;
    font-size: 14px;
}

.breadcrumbs a {
    color: #2c5282;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs a:hover {
    color: #e88008;
}

.breadcrumbs span {
    color: #9ca3af;
}

.breadcrumbs .current {
    color: #1a202c;
    font-weight: 600;
}

/* Fleet Hero */
.fleet-hero {
    text-align: center;
    padding: 40px 0 30px;
}

.fleet-hero h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
}

.fleet-lead {
    font-size: 19px;
    color: #4a5568;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 48px;
}

.fleet-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.fleet-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 16px;
    background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s;
}

.fleet-stat:hover {
    border-color: #2c5282;
    box-shadow: 0 4px 16px rgba(44, 82, 130, 0.1);
}

.fleet-stat i {
    font-size: 32px;
    color: #e88008;
}

.fleet-stat strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 2px;
}

.fleet-stat span {
    display: block;
    font-size: 13px;
    color: #718096;
}

/* Fleet Categories */
.fleet-categories-section {
    padding: 60px 0;
    text-align: center;
}

.fleet-categories-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 16px 0;
}

.categories-intro {
    font-size: 17px;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

.categories-intro strong {
    color: #2c5282;
    font-weight: 600;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.category-box {
    text-align: left;
    padding: 32px 28px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    transition: all 0.3s;
    position: relative;
}

.category-box:hover {
    border-color: #2c5282;
    box-shadow: 0 12px 40px rgba(44, 82, 130, 0.15);
    transform: translateY(-8px);
}

.category-box.featured {
    border-color: #e88008;
}

.category-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: linear-gradient(135deg, #e88008 0%, #d67207 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.category-icon {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.category-icon.economy {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.category-icon.sedan {
    background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
}

.category-icon.suv {
    background: linear-gradient(135deg, #e88008 0%, #d67207 100%);
}

.category-icon i {
    font-size: 32px;
    color: white;
}

.category-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px 0;
}

.category-price {
    font-size: 18px;
    font-weight: 700;
    color: #e88008;
    margin: 0 0 12px 0;
}

.category-desc {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.category-features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #2d3748;
}

.category-features i {
    color: #10b981;
    font-size: 14px;
}

.category-best {
    font-size: 14px;
    color: #718096;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    margin: 0;
}

.category-best strong {
    color: #1a202c;
}

/* Fleet Quality */
.fleet-quality-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 60px 40px;
    margin: 60px 0;
}

.fleet-quality-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
    margin: 0 0 48px 0;
}

.quality-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.quality-item {
    display: flex;
    gap: 20px;
    padding: 28px 24px;
    background: white;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s;
}

.quality-item:hover {
    border-color: #e88008;
    box-shadow: 0 8px 24px rgba(232, 128, 8, 0.12);
}

.quality-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2c5282 0%, #e88008 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quality-icon i {
    font-size: 28px;
    color: white;
}

.quality-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px 0;
}

.quality-text p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

.quality-text strong {
    color: #2c5282;
    font-weight: 600;
}

/* Fleet Addons */
.fleet-addons-section {
    padding: 60px 0;
    text-align: center;
}

.fleet-addons-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 16px 0;
}

.addons-intro {
    font-size: 17px;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto 48px;
}

.addons-intro strong {
    color: #2c5282;
    font-weight: 600;
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.addon-card {
    text-align: center;
    padding: 32px 20px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    transition: all 0.3s;
    position: relative;
}

.addon-card:hover {
    border-color: #2c5282;
    box-shadow: 0 8px 24px rgba(44, 82, 130, 0.12);
    transform: translateY(-4px);
}

.addon-card.free {
    border-color: #10b981;
}

.addon-card.paid {
    border-color: #e88008;
}

.addon-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.addon-card.free .addon-badge {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.addon-card.paid .addon-badge {
    background: linear-gradient(135deg, #e88008 0%, #d67207 100%);
}

.addon-card i {
    font-size: 40px;
    color: #2c5282;
    margin-bottom: 16px;
}

.addon-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 12px 0;
}

.addon-card p {
    font-size: 14px;
    color: #718096;
    line-height: 1.5;
    margin: 0;
}

/* Fleet FAQs */
.fleet-faq-section {
    padding: 60px 0;
}

.fleet-faq-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
    margin: 0 0 48px 0;
}

.fleet-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.fleet-faq-item {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.fleet-faq-item:hover {
    border-color: #2c5282;
    box-shadow: 0 4px 16px rgba(44, 82, 130, 0.1);
}

.fleet-faq-item.active {
    border-color: #e88008;
    box-shadow: 0 6px 20px rgba(232, 128, 8, 0.15);
}

.fleet-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.fleet-faq-q h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    line-height: 1.4;
}

.fleet-faq-q i {
    font-size: 16px;
    color: #2c5282;
    transition: all 0.3s;
    flex-shrink: 0;
    margin-top: 2px;
}

.fleet-faq-item.active .fleet-faq-q i {
    transform: rotate(180deg);
    color: #e88008;
}

.fleet-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.fleet-faq-item.active .fleet-faq-a {
    max-height: 800px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}

.fleet-faq-a p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0 0 12px 0;
}

.fleet-faq-a p:last-child {
    margin-bottom: 0;
}

.fleet-faq-a ul {
    margin: 12px 0;
    padding-left: 20px;
}

.fleet-faq-a li {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 8px;
}

.fleet-faq-a strong {
    color: #2c5282;
    font-weight: 600;
}

/* Fleet Final CTA */
.fleet-final-cta {
    background: linear-gradient(135deg, #2c5282 0%, #1e3a5f 100%);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    margin: 60px 0;
    position: relative;
    overflow: hidden;
}

.fleet-final-cta::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(232, 128, 8, 0.1);
    border-radius: 50%;
    filter: blur(80px);
    top: -150px;
    right: -150px;
}

.fleet-final-cta h2 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0 0 12px 0;
    position: relative;
    z-index: 10;
}

.fleet-final-cta p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 32px;
    position: relative;
    z-index: 10;
}

.fleet-final-cta strong {
    color: #e88008;
}

.fleet-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 10;
}

.btn-fleet-whatsapp,
.btn-fleet-search {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-fleet-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #20bd5a 100%);
    color: white;
}

.btn-fleet-whatsapp:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-fleet-search {
    background: white;
    color: #2c5282;
}

.btn-fleet-search:hover {
    background: #f7fafc;
    transform: translateY(-2px);
}

.btn-fleet-whatsapp i,
.btn-fleet-search i {
    font-size: 20px;
}

/* Responsive */
@media (max-width: 1024px) {
    .fleet-stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .quality-points {
        grid-template-columns: 1fr;
    }
    
    .addons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .fleet-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .fleet-page-intro,
    .fleet-page-bottom {
        padding: 0 16px;
    }
    
    .fleet-hero h1 {
        font-size: 28px;
    }
    
    .fleet-lead {
        font-size: 16px;
    }
    
    .fleet-stats-bar {
        grid-template-columns: 1fr;
    }
    
    .fleet-categories-section h2,
    .fleet-quality-section h2,
    .fleet-addons-section h2,
    .fleet-faq-section h2,
    .fleet-final-cta h2 {
        font-size: 24px;
    }
    
    .addons-grid {
        grid-template-columns: 1fr;
    }
    
    .fleet-cta-buttons {
        flex-direction: column;
    }
    
    .btn-fleet-whatsapp,
    .btn-fleet-search {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */