PNG IHDR x sBIT|d pHYs + tEXtSoftware www.inkscape.org< ,tEXtComment
<!DOCTYPE html>
<html dir="ltr" lang="en-US" class="scroll-smooth">
<!-- Mirrored from Ocenicargo.com/about by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 27 Nov 2025 14:22:21 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="description" content="Ocenicargo is a global logistics service provider offering premium shipping, courier, and tracking services worldwide." />
<meta name="keywords" content="logistics, shipping, freight, courier, transport, global delivery, package tracking" />
<meta name="author" content="Ocenicargo" />
<meta name="robots" content="index, follow" />
<meta name="google-site-verification" content="1KYooPrS7kujvFA1pSrKVBtKnkdMWdXW83tLQQWx5wc" />
<!-- Modern Font -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com/"></script>
<!-- Alpine.js -->
<script defer src="../unpkg.com/alpinejs%403.15.2/dist/cdn.min.js"></script>
<!-- Heroicons -->
<script src="../unpkg.com/heroicons%402.0.16/24/outline/index.js" type="module"></script>
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="storage/app/public/photos/fkp5rWg3nYRb3zfxbwDQcr3cDOtkr1xDjMJ3GA8h.png" rel="shortcut icon">
<title>Welcome to Ocenicargo - Premium Global Shipping Solutions</title>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
'Raleway': ['Raleway', 'sans-serif'],
},
colors: {
primary: {
50: '#eff6ff',
100: '#dbeafe',
200: '#bfdbfe',
300: '#93c5fd',
400: '#60a5fa',
500: '#3b82f6',
600: '#2563eb',
700: '#1d4ed8',
800: '#1e40af',
900: '#1e3a8a',
},
secondary: {
50: '#f8fafc',
100: '#f1f5f9',
200: '#e2e8f0',
300: '#cbd5e1',
400: '#94a3b8',
500: '#64748b',
600: '#475569',
700: '#334155',
800: '#1e293b',
900: '#0f172a',
}
},
animation: {
'fade-in': 'fadeIn 0.5s ease-in-out',
'slide-up': 'slideUp 0.6s ease-out forwards',
'bounce-slow': 'bounce 2s infinite',
},
keyframes: {
fadeIn: {
'0%': { opacity: '0' },
'100%': { opacity: '1' },
},
slideUp: {
'0%': { transform: 'translateY(20px)', opacity: '0' },
'100%': { transform: 'translateY(0)', opacity: '1' },
}
}
}
}
}
</script>
<style>
/* Alpine.js x-cloak directive */
[x-cloak] {
display: none !important;
}
body {
top: 0px !important;
}
.skiptranslate iframe {
visibility: hidden !important;
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
/* Smooth transitions */
* {
transition: all 0.3s ease;
}
</style>
</head>
<body class="font-inter bg-gray-50" x-data="{ mobileMenuOpen: false, searchOpen: false }" x-cloak>
<!-- iOS-Compatible Preloader -->
<div id="preloader" class="fixed inset-0 bg-white z-[9999] flex items-center justify-center" style="-webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);">
<div class="text-center">
<!-- Simplified Animated Logo Container -->
<div class="w-24 h-24 bg-primary-600 rounded-full flex items-center justify-center mx-auto mb-4">
<!-- Company Initial or Small Logo -->
<img src="storage/app/public/photos/fkp5rWg3nYRb3zfxbwDQcr3cDOtkr1xDjMJ3GA8h.png" alt="Logo" class="w-12 h-12 object-contain animate-bounce">
</div>
<!-- Simple Loading Spinner (more compatible across devices) -->
<div class="mt-4 flex items-center justify-center space-x-2">
<div class="w-3 h-3 bg-primary-600 rounded-full animate-bounce" style="animation-delay: 0s;"></div>
<div class="w-3 h-3 bg-primary-600 rounded-full animate-bounce" style="animation-delay: 0.2s;"></div>
<div class="w-3 h-3 bg-primary-600 rounded-full animate-bounce" style="animation-delay: 0.4s;"></div>
</div>
</div>
</div>
<!-- iOS-Compatible Header -->
<?php include('header.php')?>
<!-- Hero Section -->
<section class="relative h-96 flex items-center justify-center overflow-hidden">
<div class="absolute inset-0 bg-cover bg-center" style="background-image: url('temp/custom/images/about-page-bg.jpg');"></div>
<div class="absolute inset-0 bg-gradient-to-r from-primary-900/80 to-primary-700/60"></div>
<div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center text-white">
<h1 class="text-4xl md:text-6xl font-bold mb-4 animate-fade-in">About Us</h1>
<nav class="flex justify-center" aria-label="Breadcrumb">
<ol class="flex items-center space-x-2 text-primary-200">
<li><a href="index.php" class="hover:text-white transition-colors">Home</a></li>
<li><i class="fas fa-chevron-right text-xs"></i></li>
<li class="text-white">About Us</li>
</ol>
</nav>
</div>
</section>
<!-- Company Profile Section -->
<section class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<!-- Company Description -->
<div class="space-y-6">
<div>
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Company Profile</h2>
<h3 class="text-xl font-semibold text-primary-600 mb-6">
Ocenicargo is a privately owned, premier international freight forwarder, delivery and logistics service provider.
</h3>
</div>
<div class="space-y-4 text-gray-600 leading-relaxed">
<p>
Ocenicargo has extensive experience handling and delivery sensitive domestic and industrial products including consumer technology products like networking equipment, desktop and mobile computers, servers, cell phones and more.
</p>
<p>
Ocenicargo delivers real-time, actionable information reliably and ensures optimal efficiency and on-time activities by utilizing advanced, custom software systems. Fully EDI capable, Ocenicargo's systems interface with your trading partners to provide unprecedented product visibility throughout the entire supply chain.
</p>
<p>
Our global regional hubs offer a wide range of mission-critical technology, logistic, IT and security services to clients and its partners overseas. Through our overseas secure services to more than 250 diplomatic offices, across 160 countries, we support around 14,000 staff globally, as well as many more from other government departments co-located at posts under the One HMG ethos.
</p>
</div>
<div class="flex flex-col sm:flex-row gap-4 pt-4">
<a href="contact.php" class="bg-primary-600 text-white px-6 py-3 rounded-lg hover:bg-primary-700 transition-colors font-medium inline-flex items-center justify-center">
Get In Touch
<i class="fas fa-arrow-right ml-2"></i>
</a>
<a href="services.php" class="border border-primary-600 text-primary-600 px-6 py-3 rounded-lg hover:bg-primary-50 transition-colors font-medium inline-flex items-center justify-center">
Our Services
</a>
</div>
</div>
<!-- Company Images Slider -->
<div class="relative" x-data="{ currentImage: 0, images: 3 }" x-init="setInterval(() => { currentImage = (currentImage + 1) % images }, 4000)">
<div class="relative h-96 rounded-2xl overflow-hidden shadow-2xl">
<div x-show="currentImage === 0" x-cloak x-transition:enter="transition-opacity duration-1000" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition-opacity duration-1000" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="absolute inset-0">
<img src="temp/custom/images/slider/company-slide-1.jpg" alt="Company Image 1" class="w-full h-full object-cover">
</div>
<div x-show="currentImage === 1" x-cloak x-transition:enter="transition-opacity duration-1000" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition-opacity duration-1000" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="absolute inset-0">
<img src="temp/custom/images/slider/company-slide-2.jpg" alt="Company Image 2" class="w-full h-full object-cover">
</div>
<div x-show="currentImage === 2" x-cloak x-transition:enter="transition-opacity duration-1000" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition-opacity duration-1000" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="absolute inset-0">
<img src="temp/custom/images/slider/company-slide-3.jpg" alt="Company Image 3" class="w-full h-full object-cover">
</div>
</div>
<!-- Image Indicators -->
<div class="absolute bottom-4 left-1/2 transform -translate-x-1/2 flex space-x-2">
<template x-for="i in images" :key="i">
<button @click="currentImage = i - 1" :class="currentImage === (i - 1) ? 'bg-white' : 'bg-white bg-opacity-50'" class="w-3 h-3 rounded-full transition-all duration-300"></button>
</template>
</div>
</div>
</div>
</div>
</section>
<!-- Mission, Vision & Values -->
<section class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Our Foundation</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Built on strong values and clear vision, driving excellence in logistics
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Mission -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition-all duration-300 transform hover:-translate-y-2">
<div class="h-64 bg-cover bg-center" style="background-image: url('temp/custom/images/about_our_mission.jpg');"></div>
<div class="p-8">
<div class="w-12 h-12 bg-primary-600 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-bullseye text-white text-xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-4">Our Mission</h3>
<p class="text-gray-600 leading-relaxed">
Connecting people, businesses and communities to a better future – through logistics.
</p>
</div>
</div>
<!-- Vision -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition-all duration-300 transform hover:-translate-y-2">
<div class="h-64 bg-cover bg-center" style="background-image: url('temp/custom/images/about_our_vision.jpg');"></div>
<div class="p-8">
<div class="w-12 h-12 bg-primary-600 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-eye text-white text-xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-4">Our Vision</h3>
<p class="text-gray-600 leading-relaxed">
To become the world's preferred supply chain logistics company – applying insights, service quality and innovation to create sustainable growth for business and society.
</p>
</div>
</div>
<!-- Values -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition-all duration-300 transform hover:-translate-y-2">
<div class="h-64 bg-cover bg-center" style="background-image: url('temp/custom/images/about_core_values.jpg');"></div>
<div class="p-8">
<div class="w-12 h-12 bg-primary-600 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-heart text-white text-xl"></i>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-4">Core Values</h3>
<p class="text-gray-600 leading-relaxed">
Value Creation – Openness – Integrity – Commitment – Excellence – Mutual Respect – Customer Orientation
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Safety & Security -->
<section class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-16">
<!-- Safety -->
<div class="space-y-6">
<div class="flex items-center space-x-4 mb-6">
<div class="w-16 h-16 bg-gradient-to-br from-green-500 to-green-600 rounded-full flex items-center justify-center">
<i class="fas fa-shield-alt text-white text-2xl"></i>
</div>
<h2 class="text-3xl font-bold text-gray-900">Safety First</h2>
</div>
<div class="space-y-4 text-gray-600 leading-relaxed">
<p>
At Ocenicargo, ensuring the safety of our customers, employees and our communities is our priority. We understand the importance of continuous training and are proud of our safety knowledge, experienced staff and ability to exceed industry standards year after year.
</p>
<p>
We have established and continually maintain excellent motor carrier safety ratings and low accident frequencies. As a company, we have a solid safety performance history and will continue to be a leader in the area of safety and compliance.
</p>
</div>
<div class="grid grid-cols-2 gap-4 pt-4">
<div class="text-center p-4 bg-green-50 rounded-lg">
<div class="text-2xl font-bold text-green-600">99.9%</div>
<div class="text-sm text-gray-600">Safety Rating</div>
</div>
<div class="text-center p-4 bg-green-50 rounded-lg">
<div class="text-2xl font-bold text-green-600">24/7</div>
<div class="text-sm text-gray-600">Monitoring</div>
</div>
</div>
</div>
<!-- Security -->
<div class="space-y-6">
<div class="flex items-center space-x-4 mb-6">
<div class="w-16 h-16 bg-gradient-to-br from-blue-500 to-blue-600 rounded-full flex items-center justify-center">
<i class="fas fa-lock text-white text-2xl"></i>
</div>
<h2 class="text-3xl font-bold text-gray-900">Advanced Security</h2>
</div>
<div class="space-y-4 text-gray-600 leading-relaxed">
<p>
At Ocenicargo, we offer industry-leading asset protection and security compliance programs. We understand that our customers may have important and unique needs related to homeland security regulatory compliance, high-risk products, or brand protection.
</p>
<p>
By leveraging modern and proven technologies, we provide for the integrity of customer assets while in-transit or at one of our facilities. We offer consultation and proactive partnership to ensure that our customers' security needs are met.
</p>
</div>
<div class="grid grid-cols-2 gap-4 pt-4">
<div class="text-center p-4 bg-blue-50 rounded-lg">
<div class="text-2xl font-bold text-blue-600">256-bit</div>
<div class="text-sm text-gray-600">Encryption</div>
</div>
<div class="text-center p-4 bg-blue-50 rounded-lg">
<div class="text-2xl font-bold text-blue-600">ISO</div>
<div class="text-sm text-gray-600">Certified</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-20 bg-gradient-to-br from-primary-600 to-primary-800 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Our Achievements</h2>
<p class="text-xl text-primary-200">Numbers that speak for our excellence</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-5 gap-8">
<div class="text-center">
<div class="stat-number text-3xl md:text-4xl font-bold mb-2 transform translate-y-4 opacity-0 transition-all duration-700" style="transition-delay: 200ms;">
101,273+
</div>
<div class="text-primary-200 text-sm md:text-base font-medium">
Delivered Packages
</div>
</div>
<div class="text-center">
<div class="stat-number text-3xl md:text-4xl font-bold mb-2 transform translate-y-4 opacity-0 transition-all duration-700" style="transition-delay: 400ms;">
673,754+
</div>
<div class="text-primary-200 text-sm md:text-base font-medium">
KM Per Year
</div>
</div>
<div class="text-center">
<div class="stat-number text-3xl md:text-4xl font-bold mb-2 transform translate-y-4 opacity-0 transition-all duration-700" style="transition-delay: 600ms;">
11+
</div>
<div class="text-primary-200 text-sm md:text-base font-medium">
Years Experience
</div>
</div>
<div class="text-center">
<div class="stat-number text-3xl md:text-4xl font-bold mb-2 transform translate-y-4 opacity-0 transition-all duration-700" style="transition-delay: 800ms;">
16,714+
</div>
<div class="text-primary-200 text-sm md:text-base font-medium">
Happy Clients
</div>
</div>
<div class="text-center">
<div class="stat-number text-3xl md:text-4xl font-bold mb-2 transform translate-y-4 opacity-0 transition-all duration-700" style="transition-delay: 1000ms;">
8+
</div>
<div class="text-primary-200 text-sm md:text-base font-medium">
Industry Awards
</div>
</div>
</div>
</div>
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
// Stats animation
document.addEventListener('DOMContentLoaded', function() {
const statNumbers = document.querySelectorAll('.stat-number');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.remove('translate-y-4', 'opacity-0');
entry.target.classList.add('translate-y-0', 'opacity-100');
}
});
}, {
threshold: 0.5,
rootMargin: '0px 0px -50px 0px'
});
statNumbers.forEach(stat => {
observer.observe(stat);
});
});
</script>
</section>
<!-- Testimonials Section -->
<section class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">What Our Clients Say</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
Trusted by industry leaders worldwide
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-white rounded-xl shadow-lg p-8 transform transition-all duration-500 hover:scale-105">
<div class="flex items-center mb-4">
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<blockquote class="text-gray-600 mb-6 leading-relaxed">
"Given my past experiences with other logistics companies, I can say without exception that the services provided by Ocenicargo greatly exceed industry standards."
</blockquote>
<div class="flex items-center">
<div class="w-12 h-12 bg-primary-600 rounded-full flex items-center justify-center text-white font-semibold mr-4">
MP
</div>
<div>
<div class="font-semibold text-gray-900">Monique Pete</div>
<div class="text-sm text-gray-500">Logistics Manager, Martrax Inc.</div>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white rounded-xl shadow-lg p-8 transform transition-all duration-500 hover:scale-105">
<div class="flex items-center mb-4">
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<blockquote class="text-gray-600 mb-6 leading-relaxed">
"More than once, Ocenicargo has 'saved the day', delivering our cargo on time with short notice. They have won my gratitude and loyalty with their 'can do' approach."
</blockquote>
<div class="flex items-center">
<div class="w-12 h-12 bg-primary-600 rounded-full flex items-center justify-center text-white font-semibold mr-4">
SA
</div>
<div>
<div class="font-semibold text-gray-900">Steve Anderson</div>
<div class="text-sm text-gray-500">President/Owner, Duplication Factory</div>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white rounded-xl shadow-lg p-8 transform transition-all duration-500 hover:scale-105">
<div class="flex items-center mb-4">
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<blockquote class="text-gray-600 mb-6 leading-relaxed">
"I am very pleased with the service provided by Ocenicargo. They find good carriers and use them regularly so we get a high level of service. Their communication is outstanding."
</blockquote>
<div class="flex items-center">
<div class="w-12 h-12 bg-primary-600 rounded-full flex items-center justify-center text-white font-semibold mr-4">
CB
</div>
<div>
<div class="font-semibold text-gray-900">Cathy Beckman</div>
<div class="text-sm text-gray-500">Logistics Team, Oxea Chemicals</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Partners Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-2xl md:text-3xl font-bold text-gray-900 mb-4">Trusted Partners</h2>
<p class="text-gray-600">Working with industry leaders worldwide</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-5 gap-8 items-center opacity-60 hover:opacity-100 transition-opacity duration-300">
<div class="flex justify-center">
<img src="temp/custom/images/content/partner-01.png" alt="Partner Logo" class="h-12 object-contain filter grayscale hover:grayscale-0 transition-all duration-300">
</div>
<div class="flex justify-center">
<img src="temp/custom/images/content/partner-02.png" alt="Partner Logo" class="h-12 object-contain filter grayscale hover:grayscale-0 transition-all duration-300">
</div>
<div class="flex justify-center">
<img src="temp/custom/images/content/partner-03.png" alt="Partner Logo" class="h-12 object-contain filter grayscale hover:grayscale-0 transition-all duration-300">
</div>
<div class="flex justify-center">
<img src="temp/custom/images/content/partner-04.png" alt="Partner Logo" class="h-12 object-contain filter grayscale hover:grayscale-0 transition-all duration-300">
</div>
<div class="flex justify-center">
<img src="temp/custom/images/content/partner-05.png" alt="Partner Logo" class="h-12 object-contain filter grayscale hover:grayscale-0 transition-all duration-300">
</div>
</div>
</div>
</section>
<!-- Call to Action Section -->
<section class="py-20 bg-gradient-to-r from-primary-600 to-primary-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<div class="max-w-3xl mx-auto">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-6">
Ready to Experience Excellence?
</h2>
<p class="text-xl text-primary-100 mb-8 leading-relaxed">
Join thousands of satisfied customers who trust us with their logistics needs. Get started with Ocenicargo today.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="contact.php" class="bg-white text-primary-600 px-8 py-4 rounded-lg hover:bg-gray-100 transition-all duration-300 font-semibold text-lg shadow-lg">
Get Free Quote
</a>
<a href="services.php" class="bg-transparent border-2 border-white text-white px-8 py-4 rounded-lg hover:bg-white hover:text-primary-600 transition-all duration-300 font-semibold text-lg">
Our Services
</a>
</div>
</div>
</div>
</section>
<!-- Modern Footer -->
<?php include('footer.php')?>
<!-- WhatsApp Float Button -->
<!-- Core Scripts -->
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="dash/js/jquery-3.6.0.min.html"></script>
<!-- Alpine.js with iOS compatibility fixes -->
<script>
// Fix for iOS Safari issues with Alpine.js
document.addEventListener('DOMContentLoaded', function() {
// Force repaint to help with iOS rendering
document.body.style.display = 'none';
document.body.offsetHeight; // Trigger reflow
document.body.style.display = '';
});
</script>
<script src="cdn.jsdelivr.net/npm/alpinejs%403.12.0/dist/cdn.min.js" defer></script>
<script>
// Enhanced preloader functionality for iOS compatibility
document.addEventListener('DOMContentLoaded', function() {
// Set a timeout as a fallback in case the load event doesn't fire properly on iOS
const fallbackTimeout = setTimeout(hidePreloader, 3000); // 3 second fallback
function hidePreloader() {
const preloader = document.getElementById('preloader');
if (preloader) {
// Add transition styles programmatically
preloader.style.transition = 'opacity 0.5s ease';
preloader.style.opacity = '0';
// Ensure the preloader is actually hidden
setTimeout(() => {
preloader.style.display = 'none';
}, 500);
}
// Clear the fallback timeout if the load event fired properly
clearTimeout(fallbackTimeout);
}
// Try to detect when the page is fully loaded
window.addEventListener('load', hidePreloader);
// Set the current year for copyright
const yearElement = document.getElementById('currentYear');
if (yearElement) {
yearElement.textContent = new Date().getFullYear();
}
});
// Google Translate initialization - with iOS compatibility fixes
</script>
<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","native_language_names":true,"detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="cdn.gtranslate.net/widgets/latest/float.js" defer></script>
<!-- Custom Scripts -->
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"ff76d5d2ee7f4829a1a9af55604853d5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
<!-- Mirrored from Ocenicargo.com/about by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 27 Nov 2025 14:22:23 GMT -->
</html>
b IDATxytVսϓ22 A@IR:hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-E