.elementor-32 .elementor-element.elementor-element-d10e867{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0071040 *//* Road Transportation Page CSS - Clean & Blue Themed */

.road-transport-page {
    font-family: Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
}

/* Page Container */
.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Breadcrumb Section */
.breadcrumb-section {
    background: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.breadcrumb-link {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: #0052a3;
    text-decoration: underline;
}

.breadcrumb-separator {
    color: #666666;
    font-size: 1.2rem;
}

.breadcrumb-current {
    color: #666666;
    font-weight: 500;
}

/* Page Header */
.page-header {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: #ffffff;
    padding: 80px 0;
}

.header-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.page-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 30px;
    font-weight: 300;
}

.header-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 100px;
}

.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.8rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Quick Benefits */
.quick-benefits {
    padding: 60px 0;
    background: #ffffff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.benefit-card {
    text-align: center;
    padding: 25px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.1);
    background: #ffffff;
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.benefit-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333333;
}

.benefit-card p {
    font-size: 0.85rem;
    color: #666666;
    margin: 0;
}

/* Fleet Types */
.fleet-types {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0066cc;
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.fleet-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.fleet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.15);
}

.fleet-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
}

.fleet-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333333;
}

.fleet-specs {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fleet-specs span {
    font-size: 0.8rem;
    color: #666666;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 12px;
}

/* Service Options */
.service-options {
    padding: 80px 0;
    background: #ffffff;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.option-card {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

.option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.option-card.express {
    border-color: #0066cc;
}

.option-card.express:hover {
    border-color: #0052a3;
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.option-header h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.time-badge {
    background: #0066cc;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.option-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.option-features li {
    padding: 6px 0;
    position: relative;
    padding-left: 20px;
    color: #555555;
    font-size: 0.9rem;
}

.option-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: bold;
}

/* Coverage Section */
.coverage-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.region-card {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.region-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.1);
}

.region-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    display: block;
}

.region-card h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
}

.region-card span {
    font-size: 0.8rem;
    color: #0066cc;
    font-weight: 500;
}

/* Simple Process */
.simple-process {
    padding: 80px 0;
    background: #ffffff;
}

.process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.flow-step {
    text-align: center;
}

.flow-number {
    width: 60px;
    height: 60px;
    background: #0066cc;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 15px auto;
}

.flow-step h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin: 0;
}

.flow-arrow {
    font-size: 2rem;
    color: #0066cc;
    font-weight: bold;
}

/* Call to Action */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: #ffffff;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 180px;
    text-align: center;
}

.cta-button.primary {
    background: #ffffff;
    color: #0066cc;
}

.cta-button.primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.cta-button.secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .header-content {
        gap: 40px;
    }
    
    .page-title {
        font-size: 3rem;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .coverage-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .page-container {
        padding: 0 15px;
    }
    
    .breadcrumb-container {
        padding: 0 15px;
    }
    
    .page-header {
        padding: 50px 0;
    }
    
    .header-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .page-title {
        font-size: 2.2rem;
    }
    
    .page-subtitle {
        font-size: 1.1rem;
    }
    
    .header-stats {
        justify-content: center;
    }
    
    .quick-benefits,
    .fleet-types,
    .service-options,
    .coverage-section,
    .simple-process,
    .cta-section {
        padding: 50px 0;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .options-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .coverage-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .process-flow {
        flex-direction: column;
        gap: 20px;
    }
    
    .flow-arrow {
        transform: rotate(90deg);
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-button {
        width: 100%;
        max-width: 250px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .page-container {
        padding: 0 10px;
    }
    
    .breadcrumb-container {
        padding: 0 10px;
    }
    
    .page-title {
        font-size: 1.8rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .fleet-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .coverage-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .country-card {
        padding: 15px 10px;
    }
    
    .fleet-card {
        padding: 20px 15px;
    }
    
    .option-card {
        padding: 20px;
    }
    
    .flow-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
}/* End custom CSS */