.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.popular-routes-accordion {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.routes-toggle {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.toggle-btn {
    flex: 1;
    padding: 12px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.toggle-btn:hover {
    background: #e0e0e0;
}

.toggle-btn.active {
    background: #007cba;
    color: white;
}

.route-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    background: white;
}

.route-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.route-header:hover {
    background: #f9f9f9;
}

.route-header.active {
    background: #f0f7ff;
}

.route-header h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.route-header-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.distance {
    color: #666;
    font-size: 14px;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 3px;
}

.accordion-icon {
    color: #007cba;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.route-content {
    padding: 0 20px 20px;
    border-top: 1px solid #f0f0f0;
}

.route-prices {
    margin-bottom: 15px;
}

.price-item {
    margin-bottom: 8px;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
}

.price-item:last-child {
    border-bottom: none;
}

.route-delivery {
    color: #666;
    font-size: 14px;
    font-style: italic;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}

.routes-loading, .routes-error {
    text-align: center;
    padding: 30px;
    font-size: 16px;
}

.routes-loading {
    color: #007cba;
}

.routes-error {
    color: #d63638;
    background: #ffeaea;
    border-radius: 5px;
}

.skeleton .route-header h3 {
    background: #eee;
    color: transparent;
    border-radius: 3px;
    width: 200px;
    height: 20px;
}

.skeleton .distance {
    background: #eee;
    color: transparent;
    width: 80px;
}/* End custom CSS */