.elementor-30 .elementor-element.elementor-element-8200f9f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e140e2a *//* Sea Transportation Page CSS - Ocean Blue Themed */

.sea-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, #1e3a5f 0%, #2c5282 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-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.tag-icon {
    font-size: 1.1rem;
}

.header-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Key Stats */
.key-stats {
    padding: 60px 0;
    background: #ffffff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.stat-card {
    text-align: center;
    padding: 25px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-top: 4px solid #0066cc;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.1);
    background: #ffffff;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 8px;
    display: block;
}

.stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
    display: block;
}

.stat-note {
    font-size: 0.8rem;
    color: #666666;
}

/* Container Types */
.container-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;
}

.containers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.container-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;
}

.container-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.15);
}

.container-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.container-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333333;
}

.container-specs {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.container-specs span {
    font-size: 0.85rem;
    color: #666666;
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 10px;
}

/* Service Types */
.service-types {
    padding: 80px 0;
    background: #ffffff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 30px 25px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-card.fcl {
    border-color: #0066cc;
}

.service-card.lcl {
    border-color: #28a745;
}

.service-card.breakbulk {
    border-color: #ffc107;
}

.service-header {
    text-align: center;
    margin-bottom: 20px;
}

.service-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}

.service-full {
    font-size: 0.9rem;
    color: #666666;
    font-style: italic;
}

.service-benefits {
    margin-bottom: 20px;
}

.benefit {
    padding: 6px 0;
    color: #555555;
    font-size: 0.9rem;
}

.service-ideal {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #555555;
}

.service-ideal strong {
    color: #333333;
}

/* Route Examples */
.route-examples {
    padding: 80px 0;
    background: #f8f9fa;
}

.routes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.route-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.route-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.1);
}

.route-path {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.origin, .destination {
    font-weight: 600;
    color: #333333;
    font-size: 0.95rem;
}

.arrow {
    color: #0066cc;
    font-size: 1.2rem;
    font-weight: bold;
}

.route-time {
    font-size: 0.85rem;
    color: #0066cc;
    font-weight: 500;
}

/* Simple Process */
.simple-process {
    padding: 80px 0;
    background: #ffffff;
}

.process-timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 40px;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.timeline-step {
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 2;
}

.step-circle {
    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;
    box-shadow: 0 0 0 4px #ffffff;
}

.timeline-step h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
}

.timeline-step p {
    font-size: 0.85rem;
    color: #666666;
    margin: 0;
}

/* 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;
    margin-bottom: 25px;
}

.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);
}

.contact-note p {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
}

.contact-note a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.contact-note a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .header-content {
        gap: 40px;
    }
    
    .page-title {
        font-size: 3rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .containers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .routes-grid {
        grid-template-columns: repeat(2, 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-features {
        justify-content: center;
    }
    
    .key-stats,
    .container-types,
    .service-types,
    .route-examples,
    .simple-process,
    .cta-section {
        padding: 50px 0;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .containers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .routes-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .process-timeline {
        flex-direction: column;
        gap: 20px;
    }
    
    .process-timeline::before {
        display: none;
    }
    
    .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;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stat-card {
        padding: 20px 15px;
    }
    
    .container-card {
        padding: 20px 15px;
    }
    
    .service-card {
        padding: 25px 20px;
    }
    
    .route-card {
        padding: 15px;
    }
    
    .step-circle {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .feature-tag {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}/* End custom CSS */