.elementor-457 .elementor-element.elementor-element-a39e2d4{--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;}.elementor-457 .elementor-element.elementor-element-1ff8b712{--display:flex;}.elementor-457 .elementor-element.elementor-element-8293497{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-06e3380 */.vehicles-header-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 80px 20px 40px;
    border-bottom: 1px solid #e5e7eb;
}

.vehicles-header-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.vehicles-header-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.vehicles-intro {
    font-size: 19px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 40px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.vehicles-intro strong {
    color: #f97316;
    font-weight: 600;
}

.fleet-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.highlight-item-fleet {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s;
}

.highlight-item-fleet:hover {
    border-color: #f97316;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.1);
    transform: translateY(-4px);
}

.highlight-item-fleet i {
    font-size: 28px;
    color: #f97316;
}

.highlight-item-fleet span {
    font-size: 14px;
    font-weight: 600;
    color: #1e3a8a;
    text-align: center;
}

@media (max-width: 1024px) {
    .fleet-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vehicles-header-cha {
        padding: 60px 16px 30px;
    }
    
    .vehicles-header-content h1 {
        font-size: 32px;
    }
    
    .vehicles-intro {
        font-size: 17px;
    }
    
    .fleet-highlights {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3a6f1b97 */.vrc-main-title{
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-516070c */.vehicles-bottom-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 80px 20px;
}

.vehicles-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
}

.vehicles-bottom-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 60px 0;
}

/* Categories Info */
.categories-info-section {
    margin-bottom: 100px;
}

.categories-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.category-info-card {
    padding: 32px 28px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    transition: all 0.3s;
}

.category-info-card:hover {
    border-color: #f97316;
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
    transform: translateY(-8px);
}

.category-info-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(30, 58, 138, 0.2);
}

.category-info-icon i {
    font-size: 28px;
    color: white;
}

.category-info-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 8px 0;
    text-align: center;
}

.category-price-range {
    font-size: 20px;
    font-weight: 800;
    color: #f97316;
    text-align: center;
    margin: 0 0 16px 0;
}

.category-description {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 20px 0;
    text-align: center;
}

.category-specs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-specs li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 14px;
    color: #4b5563;
}

.category-specs i {
    color: #10b981;
    font-size: 14px;
}

/* Fleet Included */
.fleet-included-section {
    margin-bottom: 100px;
}

.fleet-included-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.included-item-fleet {
    padding: 28px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s;
}

.included-item-fleet:hover {
    border-color: #f97316;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.1);
    transform: translateY(-4px);
}

.included-icon-fleet {
    width: 56px;
    height: 56px;
    background: #fff7ed;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.included-icon-fleet i {
    font-size: 24px;
    color: #f97316;
}

.included-item-fleet h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 8px 0;
}

.included-item-fleet p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Fleet FAQ */
.fleet-faq-section {
    margin-bottom: 80px;
}

.fleet-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.fleet-faq-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fleet-faq-item {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.fleet-faq-item:hover {
    border-color: #f97316;
}

.fleet-faq-item.active {
    border-color: #f97316;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.12);
}

.fleet-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.fleet-faq-q h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
    line-height: 1.4;
}

.fleet-faq-q i {
    font-size: 20px;
    color: #f97316;
    transition: all 0.3s;
    flex-shrink: 0;
}

.fleet-faq-item.active .fleet-faq-q i {
    transform: rotate(180deg);
}

.fleet-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.fleet-faq-item.active .fleet-faq-a {
    max-height: 500px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.fleet-faq-a p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* CTA Section */
.fleet-cta-section {
    padding-top: 40px;
}

.fleet-cta-box {
    padding: 60px;
    background: white;
    border: 3px solid #1e3a8a;
    border-radius: 24px;
    text-align: center;
}

.fleet-cta-box h2 {
    margin-bottom: 16px;
}

.fleet-cta-box p {
    font-size: 18px;
    color: #6b7280;
    margin: 0 0 32px 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.fleet-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-fleet-whatsapp,
.btn-fleet-book {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-fleet-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #20bd5a 100%);
    color: white;
}

.btn-fleet-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.btn-fleet-book {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
}

.btn-fleet-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.3);
}

/* Responsive */
@media (max-width: 1024px) {
    .categories-info-grid,
    .fleet-included-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .vehicles-bottom-cha {
        padding: 60px 16px;
    }
    
    .vehicles-bottom-content h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .fleet-faq-grid {
        grid-template-columns: 1fr;
    }
    
    .fleet-cta-buttons {
        flex-direction: column;
    }
    
    .fleet-cta-box {
        padding: 40px 24px;
    }
}/* End custom CSS */