{"id":4781,"date":"2021-11-15T03:35:08","date_gmt":"2021-11-15T03:35:08","guid":{"rendered":"https:\/\/demo.ovatheme.com\/transflash\/?page_id=7"},"modified":"2026-05-20T01:34:23","modified_gmt":"2026-05-19T22:34:23","slug":"home-1","status":"publish","type":"page","link":"https:\/\/sktlojistik.com\/en\/","title":{"rendered":"Home Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4781\" class=\"elementor elementor-4781\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-258d3aa elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"258d3aa\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4867d56\" data-id=\"4867d56\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ac087cb elementor-widget elementor-widget-html\" data-id=\"ac087cb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t <style>\n        :root {\n            --skt-brand-green: #1b4e32;\n            --skt-brand-light: #2d6a4f;\n        }\n\n        .skt-body-wrapper {\n            font-family: 'Outfit', sans-serif;\n            margin: 0;\n            background-color: #000;\n            overflow: hidden;\n        }\n\n        .skt-hero-container {\n            position: relative;\n            width: 100%;\n            height: 100vh;\n            height: 100dvh; \n            display: flex;\n            align-items: center;\n            overflow: hidden;\n        }\n\n        \/* Background - Adjusted for optimal visibility *\/\n        .skt-main-background {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, transparent 100%), \n                              url('https:\/\/sktlojistik.com\/wp-content\/uploads\/2026\/05\/skt-slide.jpeg');\n            background-size: cover;\n            background-position: center right; \n            z-index: 1;\n            animation: skt-zoomEffect 20s infinite alternate;\n        }\n\n        @keyframes skt-zoomEffect {\n            from { transform: scale(1); }\n            to { transform: scale(1.1); }\n        }\n\n        \/* Content Box *\/\n        .skt-content-box {\n            position: relative;\n            z-index: 10;\n            margin-left: 8%;\n            max-width: 700px;\n            color: white;\n            transition: all 0.5s ease;\n        }\n\n        \/* Green Decorative Divider *\/\n        .skt-line-divider {\n            width: 80px;\n            height: 6px;\n            background-color: var(--skt-brand-green);\n            margin-bottom: 2rem;\n            border-radius: 3px;\n            opacity: 0;\n            animation: skt-slideRight 0.8s ease forwards 0.5s;\n        }\n\n        @keyframes skt-slideRight {\n            to { width: 120px; opacity: 1; }\n        }\n\n        .skt-main-title {\n            font-size: clamp(2.2rem, 6vw, 4.5rem);\n            font-weight: 800;\n            line-height: 1.1;\n            margin-bottom: 1.5rem;\n            text-shadow: 2px 4px 12px rgba(0,0,0,0.5);\n            opacity: 0;\n            transform: translateY(30px);\n            animation: skt-fadeInUp 1s ease forwards 0.7s;\n            color: #fff;\n        }\n\n        .skt-description {\n            font-size: clamp(1rem, 2.5vw, 1.4rem);\n            font-weight: 300;\n            color: #e5e7eb;\n            margin-bottom: 2.5rem;\n            max-width: 550px;\n            border-left: 4px solid var(--skt-brand-green);\n            padding-left: 1.5rem;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: skt-fadeInUp 1s ease forwards 0.9s;\n        }\n\n        @keyframes skt-fadeInUp {\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Button Effects *\/\n        .skt-btn-primary {\n            background-color: var(--skt-brand-green);\n            padding: 1.1rem 2.8rem;\n            border-radius: 6px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            border: 2px solid var(--skt-brand-green);\n            color: white;\n            text-decoration: none;\n        }\n\n        .skt-btn-primary:hover {\n            background-color: transparent;\n            color: white;\n            transform: translateY(-3px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.4);\n        }\n\n        \/* Scroll Navigation *\/\n        .skt-scroll-info {\n            position: absolute;\n            bottom: 40px;\n            left: 8%;\n            z-index: 20;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            color: rgba(255,255,255,0.5);\n        }\n\n        .skt-scroll-bar {\n            width: 2px;\n            height: 50px;\n            background: linear-gradient(to bottom, var(--skt-brand-green), transparent);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .skt-scroll-bar::after {\n            content: '';\n            position: absolute;\n            top: -100%;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: white;\n            animation: skt-scrollDown 2.5s infinite;\n        }\n\n        @keyframes skt-scrollDown {\n            to { top: 100%; }\n        }\n\n        \/* RESPONSIVE ADJUSTMENTS *\/\n        @media (max-width: 1024px) {\n            .skt-main-background {\n                background-position: 70% center;\n                background-image: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%), \n                                  url('https:\/\/sktlojistik.com\/wp-content\/uploads\/2026\/05\/skt-slide.jpeg');\n            }\n            .skt-content-box {\n                margin-left: 0;\n                padding: 0 1.5rem;\n                width: 100%;\n                text-align: center;\n                display: flex;\n                flex-direction: column;\n                align-items: center;\n            }\n            .skt-description {\n                border-left: none;\n                padding-left: 0;\n                margin-bottom: 2rem;\n            }\n            .skt-line-divider {\n                margin: 0 auto 1.5rem;\n            }\n            .skt-scroll-info {\n                left: 50%;\n                transform: translateX(-50%);\n                bottom: 30px;\n            }\n        }\n\n        @media (max-width: 400px) {\n            .skt-main-title { font-size: 1.8rem; }\n            .skt-btn-primary { width: 100%; justify-content: center; }\n        }\n    <\/style>\n\n    <div class=\"skt-hero-container\">\n        <!-- Background Image -->\n        <div class=\"skt-main-background\"><\/div>\n\n        <!-- Content Area -->\n        <div class=\"skt-content-box\">\n            <div class=\"skt-line-divider\"><\/div>\n            \n            <h1 class=\"skt-main-title\">\n                Temperature-Controlled<br>\n                <span class=\"text-green-400\">Logistics<\/span> Solutions\n            <\/h1>\n\n            <p class=\"skt-description\">\n                Serving you with a professional and reliable network, spanning from a single pallet to <span class=\"font-bold text-white text-2xl\">&infin;<\/span> pallets.\n            <\/p>\n\n            <div class=\"flex flex-col sm:flex-row flex-wrap gap-4 justify-center lg:justify-start opacity-0 animate-[skt-fadeInUp_1s_ease_forwards_1.1s] w-full sm:w-auto\">\n                <a href=\"https:\/\/sktlojistik.com\/en\/get-a-quote\/\" class=\"skt-btn-primary\">\n                    GET A QUOTE\n                    <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"><\/path>\n                    <\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Footer Info and Scroll -->\n        <div class=\"skt-scroll-info\">\n            <div class=\"skt-scroll-bar\"><\/div>\n            <div class=\"text-[9px] tracking-[4px] uppercase font-bold\">Scroll<\/div>\n        <\/div>\n    <\/div>\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9cfc1e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9cfc1e9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d0abe62\" data-id=\"d0abe62\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-266827c elementor-widget elementor-widget-html\" data-id=\"266827c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --skt-v4-primary: #1a4d2e;\n            --skt-v4-dark: #064e3b;\n            --skt-v4-accent: #2d864e;\n            --skt-v4-bg: #f8fafc;\n        }\n\n  \n\n        \/* Visual Background Layer *\/\n        .skt-v4-hero-visual {\n            position: absolute;\n            top: 0;\n            right: 0;\n            width: 50%;\n            height: 100%;\n            background: url('https:\/\/sktlojistik.com\/wp-content\/uploads\/2026\/04\/depo.avif') no-repeat center center;\n            background-size: cover;\n            mask-image: linear-gradient(to left, black 60%, transparent);\n            -webkit-mask-image: linear-gradient(to left, black 60%, transparent);\n            z-index: 0;\n            opacity: 0.1;\n        }\n\n        \/* Card Architecture *\/\n        .skt-v4-card {\n            position: relative;\n            background: #ffffff;\n            border-radius: 32px;\n            overflow: hidden;\n            border: 1px solid rgba(0, 0, 0, 0.05);\n            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n            text-decoration: none;\n        }\n\n        .skt-v4-card:hover {\n            transform: translateY(-12px);\n            box-shadow: 0 40px 80px -15px rgba(26, 77, 46, 0.15);\n            border-color: var(--skt-v4-accent);\n        }\n\n        .skt-v4-img-wrapper {\n            height: 220px;\n            overflow: hidden;\n            position: relative;\n        }\n\n        .skt-v4-img-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n        }\n\n        .skt-v4-card:hover .skt-v4-img-wrapper img {\n            transform: scale(1.1);\n        }\n\n        .skt-v4-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(to top, rgba(26, 77, 46, 0.85), transparent);\n            opacity: 0;\n            transition: opacity 0.5s ease;\n            display: flex;\n            align-items: flex-end;\n            padding: 24px;\n        }\n\n        .skt-v4-card:hover .skt-v4-overlay {\n            opacity: 1;\n        }\n\n        \/* Badge Style *\/\n        .skt-v4-badge {\n            background: rgba(45, 134, 78, 0.1);\n            color: var(--skt-v4-primary);\n            padding: 6px 16px;\n            border-radius: 100px;\n            font-weight: 700;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            display: inline-block;\n            margin-bottom: 16px;\n        }\n\n        \/* Reveal Animation *\/\n        .reveal-v4 {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.7s ease-out;\n        }\n\n        .reveal-v4.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* CTA Container *\/\n        .skt-v4-cta-container {\n            position: relative;\n            background-color: var(--skt-v4-primary);\n            background-image: url('https:\/\/sktlojistik.com\/wp-content\/uploads\/2026\/04\/sktslider-2.jpg');\n            background-size: cover;\n            background-position: center;\n            border-radius: 48px;\n            overflow: hidden;\n            padding: 80px 24px;\n            box-shadow: 0 40px 100px -20px rgba(26, 77, 46, 0.4);\n        }\n\n        @media (min-width: 768px) {\n            .skt-v4-cta-container {\n                padding: 80px 40px;\n            }\n        }\n\n        .skt-v4-cta-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, rgba(26, 77, 46, 0.95) 0%, rgba(6, 78, 59, 0.8) 100%);\n            z-index: 1;\n        }\n\n        .skt-v4-cta-content {\n            position: relative;\n            z-index: 10;\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        \/* Button Base Styles *\/\n        .skt-v4-btn-base {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 100px;\n            font-weight: 800;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            text-decoration: none;\n            white-space: nowrap;\n        }\n\n        .skt-v4-btn-primary {\n            background-color: #ffffff;\n            color: var(--skt-v4-primary);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.15);\n        }\n\n        .skt-v4-btn-primary:hover {\n            transform: translateY(-5px) scale(1.03);\n            background-color: #f0fdf4;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.2);\n        }\n\n        .skt-v4-btn-secondary {\n            background-color: rgba(255, 255, 255, 0.1);\n            color: #ffffff;\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            backdrop-filter: blur(8px);\n        }\n\n        .skt-v4-btn-secondary:hover {\n            background-color: rgba(255, 255, 255, 0.2);\n            border-color: rgba(255, 255, 255, 0.6);\n        }\n\n        .skt-text-gradient {\n            background: linear-gradient(to right, #1a4d2e, #2d864e);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n    <\/style>\n\n    <div class=\"skt-v4-hero-visual\"><\/div>\n\n    <section class=\"max-w-7xl mx-auto px-6 py-24 relative z-10\">\n        \n        <!-- Header Section -->\n        <header class=\"max-w-4xl mb-20 reveal-v4\">\n            <span class=\"skt-v4-badge\">Global Logistics Solutions<\/span>\n            <h1 class=\"text-4xl md:text-6xl font-extrabold text-slate-900 mb-8 leading-[1.1] tracking-tight\">\n                Our <span class=\"skt-text-gradient\">Services<\/span>\n            <\/h1>\n            <p class=\"text-lg md:text-xl text-slate-600 leading-relaxed font-medium\">\n                Our mission is to redefine the standards of trust and quality in logistics, powered by our deep-rooted 40 years of experience. With a technology and innovation-oriented approach, we continuously improve our processes; adding sustainable value to our business partners through a fast, uninterrupted, and transparent service philosophy. As SKT Logistics, we don't just offer transportation; we offer trust, speed, and excellence.\n            <\/p>\n        <\/header>\n\n        <!-- Main Services Grid (Top 3 Cards) -->\n        <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8 mb-8\">\n            \n            <!-- Road Transport -->\n            <a href=\"https:\/\/sktlojistik.com\/en\/international-road-transport\/\" class=\"skt-v4-card reveal-v4\">\n                <div class=\"skt-v4-img-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/sktlojistik.com\/wp-content\/uploads\/2026\/04\/karayolu.jpeg\" alt=\"Road Transport\">\n                    <div class=\"skt-v4-overlay\">\n                        <span class=\"bg-white text-emerald-900 px-6 py-3 rounded-full font-bold text-sm\">Details<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"p-8\">\n                    <h3 class=\"text-2xl font-bold mb-4 text-slate-800\">International Road Transport<\/h3>\n                    <p class=\"text-slate-500 text-sm leading-relaxed\">Secure delivery across all European and Asian routes with our extensive vehicle fleet.<\/p>\n                <\/div>\n            <\/a>\n\n            <!-- Warehousing -->\n            <a href=\"https:\/\/sktlojistik.com\/en\/storage-services\/\" class=\"skt-v4-card reveal-v4\" style=\"transition-delay: 100ms;\">\n                <div class=\"skt-v4-img-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/sktlojistik.com\/wp-content\/uploads\/2026\/04\/depo.avif\" alt=\"Warehousing\">\n                    <div class=\"skt-v4-overlay\">\n                        <span class=\"bg-white text-emerald-900 px-6 py-3 rounded-full font-bold text-sm\">Details<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"p-8\">\n                    <h3 class=\"text-2xl font-bold mb-4 text-slate-800\">Storage Services<\/h3>\n                    <p class=\"text-slate-500 text-sm leading-relaxed\">Smart stock management and modern storage facilities with 24\/7 security.<\/p>\n                <\/div>\n            <\/a>\n\n            <!-- Customs Clearance -->\n            <a href=\"https:\/\/sktlojistik.com\/en\/customs-clearance-services\/\" class=\"skt-v4-card reveal-v4\" style=\"transition-delay: 200ms;\">\n                <div class=\"skt-v4-img-wrapper\">\n                    <img decoding=\"async\" src=\"https:\/\/sktlojistik.com\/wp-content\/uploads\/2023\/03\/truck-sicak.webp\" alt=\"Customs Clearance\">\n                    <div class=\"skt-v4-overlay\">\n                        <span class=\"bg-white text-emerald-900 px-6 py-3 rounded-full font-bold text-sm\">Details<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"p-8\">\n                    <h3 class=\"text-2xl font-bold mb-4 text-slate-800\">Customs Clearance Services<\/h3>\n                    <p class=\"text-slate-500 text-sm leading-relaxed\">Fast and error-free foreign trade operations handled by our expert staff.<\/p>\n                <\/div>\n            <\/a>\n\n        <\/div>\n\n        <!-- Special Solutions Grid (Bottom 4 Cards) -->\n        <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 mb-24\">\n            \n            <!-- Temperature Controlled -->\n            <a href=\"https:\/\/sktlojistik.com\/en\/international-temperature-controlled-transport\/\" class=\"bg-white p-8 rounded-[2rem] border border-slate-100 hover:border-emerald-500 hover:shadow-xl transition-all reveal-v4 text-decoration-none\">\n                <div class=\"w-12 h-12 bg-emerald-50 rounded-xl flex items-center justify-center text-emerald-700 mb-6\">\n                    <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4zm-3-2V5c0-.55.45-1 1-1s1 .45 1 1v1h-1v1h1v2h-1v1h1v1h-2z\"\/><\/svg>\n                <\/div>\n                <h4 class=\"text-lg font-bold mb-3 text-slate-800\">Temperature Controlled Transport<\/h4>\n                <p class=\"text-slate-500 text-xs leading-relaxed\">Special climate-controlled solutions for your sensitive cargo.<\/p>\n            <\/a>\n\n            <!-- Minivan -->\n            <a href=\"https:\/\/sktlojistik.com\/en\/international-temperature-controlled-minivan-transportation\/\" class=\"bg-white p-8 rounded-[2rem] border border-slate-100 hover:border-emerald-500 hover:shadow-xl transition-all reveal-v4 text-decoration-none\" style=\"transition-delay: 100ms;\">\n                <div class=\"w-12 h-12 bg-emerald-50 rounded-xl flex items-center justify-center text-emerald-700 mb-6\">\n                    <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M17 11h-2l-1-4h-4l-1 4H7L6 15h12l-1-4zM6.5 17c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/><\/svg>\n                <\/div>\n                <h4 class=\"text-lg font-bold mb-3 text-slate-800\">Temperature Controlled Minivan<\/h4>\n                <p class=\"text-slate-500 text-xs leading-relaxed\">Express minivan and courier solutions for urgent deliveries.<\/p>\n            <\/a>\n\n            <!-- Partial -->\n            <a href=\"https:\/\/sktlojistik.com\/en\/temperature-controlled-partial-transportation\/\" class=\"bg-white p-8 rounded-[2rem] border border-slate-100 hover:border-emerald-500 hover:shadow-xl transition-all reveal-v4 text-decoration-none\" style=\"transition-delay: 200ms;\">\n                <div class=\"w-12 h-12 bg-emerald-50 rounded-xl flex items-center justify-center text-emerald-700 mb-6\">\n                    <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M20 8l-3-4H3v13h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5h-3V8zm-1 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM5 14h2v-2H5v2zm0-3h2V9H5v2zm0-3h2V6H5v2z\"\/><\/svg>\n                <\/div>\n                <h4 class=\"text-lg font-bold mb-3 text-slate-800\">Temperature Controlled Partial<\/h4>\n                <p class=\"text-slate-500 text-xs leading-relaxed\">Economic and secure shipping solutions for your small volume loads.<\/p>\n            <\/a>\n\n            <!-- Foreign Trade -->\n            <a href=\"https:\/\/sktlojistik.com\/en\/foreign-trade-services\/\" class=\"bg-white p-8 rounded-[2rem] border border-slate-100 hover:border-emerald-500 hover:shadow-xl transition-all reveal-v4 text-decoration-none\" style=\"transition-delay: 300ms;\">\n                <div class=\"w-12 h-12 bg-emerald-50 rounded-xl flex items-center justify-center text-emerald-700 mb-6\">\n                    <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2zm4 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z\"\/><\/svg>\n                <\/div>\n                <h4 class=\"text-lg font-bold mb-3 text-slate-800\">Foreign Trade Services<\/h4>\n                <p class=\"text-slate-500 text-xs leading-relaxed\">Regulatory and operational support as you expand into global markets.<\/p>\n            <\/a>\n        <\/div>\n\n        <!-- Contact CTA -->\n        <div class=\"skt-v4-cta-container reveal-v4\">\n            <div class=\"skt-v4-cta-overlay\"><\/div>\n            <div class=\"skt-v4-cta-content\">\n                <h2 class=\"text-3xl md:text-5xl font-extrabold mb-6 text-white leading-tight\">\n                    Let's Create Custom Logistics <br>Solutions for Your Needs\n                <\/h2>\n                <p class=\"text-emerald-50 mb-12 text-lg md:text-xl opacity-90 leading-relaxed font-medium\">\n                    Contact our expert team to determine the most efficient route and logistics strategy for your business.\n                <\/p>\n                \n                <!-- MOBILE COMPATIBLE BUTTON GROUP -->\n                <div class=\"flex flex-row items-center justify-center gap-3 sm:gap-6 px-2\">\n                    <a href=\"https:\/\/sktlojistik.com\/en\/contact\/\" class=\"skt-v4-btn-base skt-v4-btn-primary py-4 px-5 sm:py-[18px] sm:px-12 text-[13px] sm:text-[1.1rem]\">\n                        Contact Us\n                    <\/a>\n                    <a href=\"tel:+902169120180\" class=\"skt-v4-btn-base skt-v4-btn-secondary py-4 px-5 sm:py-[18px] sm:px-12 text-[13px] sm:text-[1.1rem]\">\n                        <svg class=\"w-4 h-4 sm:w-5 sm:h-5 mr-2 sm:mr-3\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\/>\n                        <\/svg>\n                        Call Now\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/section>\n\n    <script>\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                }\n            });\n        }, { threshold: 0.1 });\n\n        document.querySelectorAll('.reveal-v4').forEach(el => observer.observe(el));\n    <\/script>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2910c6e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2910c6e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0b40347\" data-id=\"0b40347\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c0515d elementor-widget elementor-widget-html\" data-id=\"7c0515d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <style>\n        #why-us h2, \n        #why-us h3, \n        #why-us h4 {\n            color: #ffffff !important;\n        }\n\n        \/* Deeper glass effect *\/\n        .glass-card {\n            background: rgba(15, 23, 42, 0.6);\n            backdrop-filter: blur(16px);\n            -webkit-backdrop-filter: blur(16px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .glass-card:hover {\n            background: rgba(34, 197, 94, 0.05);\n            transform: translateY(-8px);\n            border-color: #22c55e;\n            box-shadow: 0 20px 40px -15px rgba(34, 197, 94, 0.3);\n        }\n\n        \/* Balanced image overlay *\/\n        .image-overlay {\n            background: linear-gradient(to right, \n                rgba(2, 6, 23, 0.85) 0%, \n                rgba(2, 6, 23, 0.6) 40%, \n                rgba(2, 6, 23, 0.3) 100%);\n        }\n\n        .text-gradient {\n            background: linear-gradient(to right, #4ade80, #10b981) !important;\n            -webkit-background-clip: text !important;\n            -webkit-text-fill-color: transparent !important;\n        }\n\n        \/* Text shadow for better readability *\/\n        .text-shadow-sm {\n            text-shadow: 0 2px 8px rgba(0,0,0,0.8);\n        }\n    <\/style>\n\n\n<section id=\"why-us\" class=\"relative min-h-screen flex items-center overflow-hidden bg-slate-950 py-20\">\n    \n    <!-- Background Image -->\n    <div class=\"absolute inset-0 z-0\">\n        <img decoding=\"async\" src=\"https:\/\/sktlojistik.com\/wp-content\/uploads\/2026\/04\/slider-4.jpg\" \n             alt=\"SKT Logistics Truck\" \n             class=\"w-full h-full object-cover object-center scale-110 opacity-60\"\n             onerror=\"this.src='https:\/\/images.unsplash.com\/photo-1519003722824-194d4455a60c?auto=format&fit=crop&q=80&w=2000'\">\n        <div class=\"absolute inset-0 image-overlay\"><\/div>\n    <\/div>\n\n    <div class=\"container mx-auto px-6 relative z-10\">\n        <div class=\"grid lg:grid-cols-12 gap-12 items-start\">\n            \n            <!-- Main Content Area -->\n            <div class=\"lg:col-span-8 space-y-10\">\n                <div class=\"space-y-4\">\n                    <div class=\"flex items-center space-x-3\">\n                        <span class=\"h-px w-12 bg-green-500\"><\/span>\n                        <span class=\"text-green-400 font-bold tracking-[0.2em] uppercase text-xs\">Logistics Excellence<\/span>\n                    <\/div>\n                    <h2 class=\"text-5xl md:text-7xl font-bold leading-tight text-white text-shadow-sm\">\n                        Why Choose Us?\n                    <\/h2>\n                    <p class=\"text-slate-100 text-lg md:text-xl max-w-2xl leading-relaxed font-light text-shadow-sm\">\n                        Logistics is not just transportation; it is an engineering of trust and speed. We optimize your supply chain to make your business more competitive in the global market.\n                    <\/p>\n                <\/div>\n\n                <!-- Advanced Features Grid -->\n                <div class=\"grid md:grid-cols-2 gap-6\">\n                    \n                    <!-- Feature 1: Strategic Planning -->\n                    <div class=\"glass-card p-8 rounded-3xl group\">\n                        <div class=\"w-14 h-14 bg-green-500\/20 rounded-2xl flex items-center justify-center mb-6 text-green-400 group-hover:bg-green-500 group-hover:text-white transition-colors\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-7 w-7\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"text-2xl font-semibold mb-3\">Strategic Planning<\/h3>\n                        <p class=\"text-slate-200 leading-relaxed opacity-90\">We develop boutique logistics models tailored to your industry that significantly reduce operational costs.<\/p>\n                    <\/div>\n\n                    <!-- Feature 2: Maximum Security -->\n                    <div class=\"glass-card p-8 rounded-3xl group\">\n                        <div class=\"w-14 h-14 bg-green-500\/20 rounded-2xl flex items-center justify-center mb-6 text-green-400 group-hover:bg-green-500 group-hover:text-white transition-colors\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-7 w-7\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"text-2xl font-semibold mb-3\">Maximum Security<\/h3>\n                        <p class=\"text-slate-200 leading-relaxed opacity-90\">With advanced tracking technologies and comprehensive insurance, your cargo is safe at every moment.<\/p>\n                    <\/div>\n\n                    <!-- Feature 3: Transparent Pricing -->\n                    <div class=\"glass-card p-8 rounded-3xl group\">\n                        <div class=\"w-14 h-14 bg-green-500\/20 rounded-2xl flex items-center justify-center mb-6 text-green-400 group-hover:bg-green-500 group-hover:text-white transition-colors\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-7 w-7\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"text-2xl font-semibold mb-3\">Transparent Pricing<\/h3>\n                        <p class=\"text-slate-200 leading-relaxed opacity-90\">No hidden fees. We work with clear pricing structures and a focus on high-efficiency operations.<\/p>\n                    <\/div>\n\n                    <!-- Feature 4: Tech & Innovation -->\n                    <div class=\"glass-card p-8 rounded-3xl group\">\n                        <div class=\"w-14 h-14 bg-green-500\/20 rounded-2xl flex items-center justify-center mb-6 text-green-400 group-hover:bg-green-500 group-hover:text-white transition-colors\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-7 w-7\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"text-2xl font-semibold mb-3\">Tech & Innovation<\/h3>\n                        <p class=\"text-slate-200 leading-relaxed opacity-90\">We integrate innovative digital solutions into your logistics processes with our tech-driven infrastructure.<\/p>\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"flex flex-wrap gap-6 pt-4\">\n                    <a href=\"https:\/\/sktlojistik.com\/en\/contact\/\" class=\"px-10 py-5 bg-green-600 hover:bg-green-500 text-white font-bold rounded-2xl transition-all shadow-xl shadow-green-600\/30 flex items-center group\">\n                        Contact Us\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 w-5 ml-3 group-hover:translate-x-2 transition-transform\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\" \/>\n                        <\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Right Panel: Trust Indicators -->\n            <div class=\"lg:col-span-4 hidden lg:flex flex-col space-y-6\">\n                <div class=\"bg-slate-900\/70 border border-white\/10 rounded-[2.5rem] p-10 backdrop-blur-xl space-y-12\">\n                    <div class=\"space-y-2\">\n                        <span class=\"text-5xl font-bold text-gradient\">24\/7<\/span>\n                        <h4 class=\"font-semibold text-white\">Uninterrupted Support<\/h4>\n                        <p class=\"text-slate-300 text-sm leading-relaxed\">We provide real-time and transparent updates at every single stage of your operation.<\/p>\n                    <\/div>\n                    <div class=\"space-y-2\">\n                        <span class=\"text-5xl font-bold text-gradient\">99.8%<\/span>\n                        <h4 class=\"font-semibold text-white\">On-Time Delivery<\/h4>\n                        <p class=\"text-slate-300 text-sm leading-relaxed\">We help grow your business by staying strictly committed to our delivery timelines.<\/p>\n                    <\/div>\n                    <div class=\"space-y-2\">\n                        <span class=\"text-5xl font-bold text-gradient\">Global<\/span>\n                        <h4 class=\"font-semibold text-white\">Wide Network<\/h4>\n                        <p class=\"text-slate-300 text-sm leading-relaxed\">With our strong solution partners worldwide, we are by your side at every point on the map.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <!-- Clickable Phone Button -->\n                <a href=\"tel:+902169120180\" class=\"p-8 rounded-[2rem] bg-gradient-to-br from-green-600 to-emerald-800 flex items-center justify-between shadow-2xl shadow-green-900\/20 hover:scale-[1.02] transition-transform cursor-pointer\">\n                    <div>\n                        <p class=\"text-white\/80 text-sm\">Call Us Now<\/p>\n                        <p class=\"text-white text-xl font-bold\">+90 216 912 01 80<\/p>\n                    <\/div>\n                    <div class=\"w-12 h-12 bg-white\/20 rounded-full flex items-center justify-center text-white\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-6 w-6\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cf486d4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cf486d4\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-fce232f\" data-id=\"fce232f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0318563 elementor-widget elementor-widget-transflash_elementor_heading\" data-id=\"0318563\" data-element_type=\"widget\" data-widget_type=\"transflash_elementor_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t    <div class=\"ova-heading\">\n\t\t \t   <h2 class=\"title\">\t\t\t\t\t\t\t\t\t\t\tSuperior Service Quality\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\tSuperior service is a professional, reputable, and effective service approach that aims to meet customer expectations and provide them with the best experience, thereby increasing customer satisfaction and loyalty, which forms the foundation of long-term business success.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t    <\/div>\n\n         \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0de6787\" data-id=\"0de6787\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4f0c6bb elementor-invisible elementor-widget elementor-widget-counter\" data-id=\"4f0c6bb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.10.2 - 29-01-2023 *\/\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}<\/style>\t\t<div class=\"elementor-counter\">\n\t\t\t\n\t\t\t<div class=\"elementor-counter-number-wrapper \">\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<div class=\"icon\">\n\t\t\t\t\t\t<i class=\"flaticon flaticon-fast-delivery\"><\/i>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"208\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"elementor-counter-title\">Transport to the country<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7865bb0 elementor-invisible elementor-widget elementor-widget-counter\" data-id=\"7865bb0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\n\t\t\t<div class=\"elementor-counter-number-wrapper \">\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<div class=\"icon\">\n\t\t\t\t\t\t<i class=\"fas fa-weight-hanging\"><\/i>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"100\" data-to-value=\"100\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"elementor-counter-title\">tons of weight<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6ee1e93\" data-id=\"6ee1e93\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-15be2c4 elementor-invisible elementor-widget elementor-widget-counter\" data-id=\"15be2c4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\n\t\t\t<div class=\"elementor-counter-number-wrapper \">\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<div class=\"icon\">\n\t\t\t\t\t\t<i class=\"flaticon flaticon-customer\"><\/i>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"\" data-to-value=\"200\" data-from-value=\"20\">20<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"elementor-counter-title\">Happy Customer<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b42eb4 elementor-invisible elementor-widget elementor-widget-counter\" data-id=\"8b42eb4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\n\t\t\t<div class=\"elementor-counter-number-wrapper \">\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<div class=\"icon\">\n\t\t\t\t\t\t<i class=\"fas fa-warehouse\"><\/i>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"1000\" data-from-value=\"10\" data-delimiter=\",\">10<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><p style=\"font-size:20px\">m3<\/p><\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"elementor-counter-title\">Storage Volume<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5ba603a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5ba603a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ddc78e3\" data-id=\"ddc78e3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5b68bbc elementor-widget elementor-widget-html\" data-id=\"5b68bbc\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Global Logistics Networks<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <style>\n        :root {\n            --primary: #1a4d2e;\n            --accent: #22c55e;\n            --dark: #0f172a;\n            --light: #f8fafc;\n        }\n\n        .network-container {\n            max-width: 1300px;\n            margin: 2rem auto;\n            padding: 0 1rem;\n        }\n\n        \/* Main Map Stage *\/\n        .map-stage {\n            background: var(--dark);\n            border-radius: 2.5rem;\n            position: relative;\n            aspect-ratio: 16 \/ 9;\n            min-height: 350px;\n            overflow: hidden;\n            border: 10px solid white;\n            box-shadow: 0 40px 100px -20px rgba(0,0,0,0.2);\n            \/* Prevent blocking scroll on mobile *\/\n            touch-action: pan-x pan-y;\n        }\n\n        \/* Background Map Image *\/\n        .world-map-bg {\n            position: absolute;\n            inset: 0;\n            background-image: url('https:\/\/sktlojistik.com\/wp-content\/uploads\/2026\/04\/world-map.png');\n            background-size: cover;\n            background-position: center;\n            opacity: 0.3;\n            filter: contrast(1.2) brightness(0.8);\n            z-index: 1;\n        }\n\n        .map-overlay-gradient {\n            position: absolute;\n            inset: 0;\n            background: radial-gradient(circle at 50% 50%, transparent 20%, rgba(15, 23, 42, 0.8) 100%);\n            z-index: 2;\n        }\n\n        \/* Pin\/Point Design *\/\n        .pin {\n            position: absolute;\n            width: 12px;\n            height: 12px;\n            background: var(--accent);\n            border-radius: 50%;\n            z-index: 10;\n            cursor: pointer;\n            box-shadow: 0 0 15px var(--accent);\n            transform: translate(-50%, -50%);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        }\n\n        \/* Expand touch area for mobile *\/\n        .pin::before {\n            content: '';\n            position: absolute;\n            inset: -10px;\n            border-radius: 50%;\n        }\n\n        .pin::after {\n            content: '';\n            position: absolute;\n            inset: -4px;\n            border: 2px solid var(--accent);\n            border-radius: 50%;\n            animation: pulse 2s infinite;\n        }\n\n        \/* Active\/Focused Pin State *\/\n        .pin.active {\n            background: white;\n            box-shadow: 0 0 30px white;\n            transform: translate(-50%, -50%) scale(2);\n            z-index: 50;\n        }\n\n        .pin.active .tooltip {\n            opacity: 1;\n            visibility: visible;\n            transform: translateX(-50%) translateY(-5px);\n        }\n\n        .pin:hover {\n            transform: translate(-50%, -50%) scale(1.5);\n            background: white;\n            box-shadow: 0 0 25px white;\n        }\n\n        @keyframes pulse {\n            0% { transform: scale(1); opacity: 0.8; }\n            100% { transform: scale(3); opacity: 0; }\n        }\n\n        \/* Tooltip (Info Box) *\/\n        .pin .tooltip {\n            position: absolute;\n            bottom: 20px;\n            left: 50%;\n            transform: translateX(-50%) translateY(10px);\n            background: white;\n            color: var(--dark);\n            padding: 0.5rem 1rem;\n            border-radius: 0.75rem;\n            font-size: 0.75rem;\n            font-weight: 700;\n            white-space: nowrap;\n            opacity: 0;\n            visibility: hidden;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n            pointer-events: none;\n        }\n\n        .pin:hover .tooltip {\n            opacity: 1;\n            visibility: visible;\n            transform: translateX(-50%) translateY(0);\n        }\n\n        \/* Country List (Bottom Section) *\/\n        .country-list-container {\n            margin-top: 3rem;\n            background: white;\n            border-radius: 2rem;\n            padding: 2.5rem;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n        }\n\n        .country-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 0.75rem;\n        }\n\n        @media (min-width: 640px) { .country-grid { grid-template-columns: repeat(3, 1fr); } }\n        @media (min-width: 1024px) { .country-grid { grid-template-columns: repeat(5, 1fr); } }\n\n        .country-item {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            font-size: 0.9rem;\n            font-weight: 600;\n            color: #475569;\n            padding: 0.75rem;\n            border-radius: 0.75rem;\n            transition: all 0.2s;\n            cursor: pointer;\n            border: 1px solid transparent;\n        }\n\n        .country-item:hover {\n            background: #f1f5f9;\n            color: var(--primary);\n            border-color: #e2e8f0;\n            transform: translateX(5px);\n        }\n\n        .status-dot {\n            width: 8px;\n            height: 8px;\n            background: var(--accent);\n            border-radius: 50%;\n            transition: all 0.3s ease;\n        }\n\n        .country-item:hover .status-dot {\n            transform: scale(1.5);\n            box-shadow: 0 0 8px var(--accent);\n        }\n\n        \/* --- MOBILE CUSTOMIZATIONS --- *\/\n        @media (max-width: 768px) {\n            .map-stage { \n                aspect-ratio: 1 \/ 1;\n                border-radius: 1.5rem;\n                border-width: 6px;\n            }\n            .world-map-bg { \n                background-size: 400%;\n                background-position: 55% 28%; \/* Centered on Europe *\/\n            }\n            .network-container {\n                margin: 1rem auto;\n            }\n            .country-list-container {\n                padding: 1.5rem;\n                margin-top: 1.5rem;\n            }\n            .text-center h2 {\n                font-size: 1.875rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-slate-50\">\n\n<div class=\"network-container\">\n    <div class=\"text-center mb-10\">\n        <h2 class=\"text-4xl md:text-5xl font-extrabold text-slate-900 mb-4\">\n            Global <span class=\"text-emerald-700\">Logistics Networks<\/span>\n        <\/h2>\n        <p class=\"text-slate-500 font-medium max-w-2xl mx-auto\">\n            Connecting continents with reliable and fast logistics solutions across Europe and beyond.\n        <\/p>\n    <\/div>\n\n    <!-- Map Stage -->\n    <div id=\"mapSection\" class=\"map-stage\">\n        <div class=\"world-map-bg\"><\/div>\n        <div class=\"map-overlay-gradient\"><\/div>\n        \n        <div id=\"mapPins\">\n            <!-- Pins populated by JS -->\n        <\/div>\n\n        <!-- Info Panel -->\n        <div class=\"absolute bottom-6 right-6 z-20 bg-white\/10 backdrop-blur-md border border-white\/20 p-4 rounded-2xl hidden md:block\">\n            <div class=\"flex items-center gap-3\">\n                <div class=\"w-3 h-3 bg-emerald-500 rounded-full animate-pulse shadow-[0_0_10px_#10b981]\"><\/div>\n                <span class=\"text-white text-sm font-bold tracking-wide uppercase\">31 Active Regions<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Country List -->\n    <div class=\"country-list-container\">\n        <h3 class=\"text-xl font-bold text-slate-800 mb-6 flex items-center gap-2\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-600\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"m16 12-4 4-4-4\"\/><path d=\"M12 8v7\"\/><\/svg>\n            Countries Served\n        <\/h3>\n        <div class=\"country-grid\" id=\"countryGrid\">\n            <!-- List populated by JS -->\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    const countries = [\n        { n: \"Germany\", t: 28, l: 49 },\n        { n: \"Albania\", t: 38, l: 52 },\n        { n: \"Austria\", t: 32, l: 50 },\n        { n: \"Azerbaijan\", t: 34, l: 67 },\n        { n: \"Belgium\", t: 27, l: 47 },\n        { n: \"Bosnia and Herzegovina\", t: 35, l: 51 },\n        { n: \"Bulgaria\", t: 35, l: 55 },\n        { n: \"Estonia\", t: 18, l: 56 },\n        { n: \"France\", t: 32, l: 46 },\n        { n: \"Georgia\", t: 33, l: 64 },\n        { n: \"Croatia\", t: 34, l: 51 },\n        { n: \"Netherlands\", t: 26, l: 47 },\n        { n: \"United Kingdom\", t: 24, l: 44 },\n        { n: \"Spain\", t: 40, l: 42 },\n        { n: \"Sweden\", t: 18, l: 52 },\n        { n: \"Switzerland\", t: 31, l: 48 },\n        { n: \"Italy\", t: 38, l: 49 },\n        { n: \"Kosovo\", t: 37, l: 52 },\n        { n: \"North Macedonia\", t: 38, l: 53 },\n        { n: \"Latvia\", t: 20, l: 56 },\n        { n: \"Lithuania\", t: 22, l: 56 },\n        { n: \"Luxembourg\", t: 29, l: 47 },\n        { n: \"Hungary\", t: 31, l: 52 },\n        { n: \"Poland\", t: 26, l: 53 },\n        { n: \"Portugal\", t: 41, l: 39 },\n        { n: \"Romania\", t: 32, l: 55 },\n        { n: \"Serbia\", t: 35, l: 53 },\n        { n: \"Slovakia\", t: 29, l: 53 },\n        { n: \"Slovenia\", t: 33, l: 50 },\n        { n: \"Greece\", t: 41, l: 54 }\n    ];\n\n    function focusCountry(name) {\n        \/\/ Clear all active classes\n        document.querySelectorAll('.pin').forEach(pin => pin.classList.remove('active'));\n\n        \/\/ Find target pin and activate\n        const safeName = name.replace(\/\\s+\/g, '-');\n        const targetId = `pin-${safeName}`;\n        const pinElement = document.getElementById(targetId);\n\n        if (pinElement) {\n            \/\/ Scroll to map\n            document.getElementById('mapSection').scrollIntoView({ behavior: 'smooth', block: 'center' });\n            \n            \/\/ Activate pin with a small delay for smoother visuals after scroll\n            setTimeout(() => {\n                pinElement.classList.add('active');\n            }, 300);\n\n            \/\/ Optional: Remove active state when clicking elsewhere\n            const removeActive = (e) => {\n                if (!pinElement.contains(e.target)) {\n                    pinElement.classList.remove('active');\n                    document.removeEventListener('click', removeActive);\n                }\n            };\n            setTimeout(() => document.addEventListener('click', removeActive), 500);\n        }\n    }\n\n    function renderContent() {\n        const pinContainer = document.getElementById('mapPins');\n        const gridContainer = document.getElementById('countryGrid');\n\n        \/\/ Place Pins on Map\n        pinContainer.innerHTML = countries.map(country => {\n            const safeName = country.n.replace(\/\\s+\/g, '-');\n            return `\n                <div id=\"pin-${safeName}\" class=\"pin\" style=\"top: ${country.t}%; left: ${country.l}%;\" onclick=\"event.stopPropagation(); focusCountry('${country.n}')\">\n                    <div class=\"tooltip\">${country.n}<\/div>\n                <\/div>\n            `;\n        }).join('');\n\n        \/\/ Create List with Sorting\n        gridContainer.innerHTML = countries.sort((a,b) => a.n.localeCompare(b.n, 'en')).map(country => `\n            <div class=\"country-item\" onclick=\"focusCountry('${country.n}')\">\n                <div class=\"status-dot\"><\/div>\n                ${country.n}\n            <\/div>\n        `).join('');\n    }\n\n    window.onload = renderContent;\n<\/script>\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bcf3958 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bcf3958\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2d32818\" data-id=\"2d32818\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-91bbdc0 elementor-widget elementor-widget-transflash_elementor_testimonial\" data-id=\"91bbdc0\" data-element_type=\"widget\" data-settings=\"{&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:3000}\" data-widget_type=\"transflash_elementor_testimonial.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t\n\t\t\t<section class=\"ova-testimonial \">\n\n\t\t\t\t\t<div class=\"slide-testimonials owl-carousel owl-theme \" data-options=\"{&quot;items&quot;:1,&quot;slideBy&quot;:1,&quot;margin&quot;:0,&quot;autoplayHoverPause&quot;:true,&quot;loop&quot;:true,&quot;autoplay&quot;:true,&quot;autoplayTimeout&quot;:3000,&quot;smartSpeed&quot;:500,&quot;dots&quot;:false,&quot;rtl&quot;:false}\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t<div class=\"client_info\">\n\n                                    \t\t\t\t\t\t\t\t\t\t<div class=\"icon-quote\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-quote-left\"><\/i>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"testimonial\">\n\t\t\t\t\t\t\t\t\t\t\t\u00dcr\u00fcnlerimin Almanya&#039;ya g\u00f6nderimi konusunda \u00e7ok yard\u0131mc\u0131 oldular. \u00dcr\u00fcnlerim sa\u011flam ve \u00e7ok h\u0131zl\u0131 bir \u015fekilde verdi\u011fim adrese ula\u015ft\u0131r\u0131ld\u0131. M\u00fc\u015fteri hizmetleri de her konuda beni bilgilendirdi.\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"info\">\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"client\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sktlojistik.com\/wp-content\/uploads\/2023\/02\/users.webp\" alt=\"Fatih SAYIN\" >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"name-city\">\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"name second_font\">\n\t\t\t\t\t\t\t\t\t\t\t\t\tFatih SAYIN\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"city\">\n\t\t\t\t\t\t\t\t\t\t\t\t\tAlmanya\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div><!-- end info -->\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t\t\t<div class=\"client_info\">\n\n                                    \t\t\t\t\t\t\t\t\t\t<div class=\"icon-quote\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-quote-left\"><\/i>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"testimonial\">\n\t\t\t\t\t\t\t\t\t\t\t\u00dcr\u00fcnlerimi \u00e7ok h\u0131zl\u0131 bir \u015fekilde adrese g\u00f6nderdiler ve beni her konuda bilgilendiler. Ta\u015f\u0131mac\u0131l\u0131k konusunda tavsiye edebilece\u011fim nadir firmalardan.\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"info\">\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"client\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/sktlojistik.com\/wp-content\/uploads\/2023\/02\/users.webp\" alt=\"Ali S\u00f6nmez\" >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"name-city\">\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"name second_font\">\n\t\t\t\t\t\t\t\t\t\t\t\t\tAli S\u00f6nmez\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"city\">\n\t\t\t\t\t\t\t\t\t\t\t\t\tT\u00fcrkiye\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div><!-- end info -->\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t<\/section>\n\n\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4ad0bba elementor-hidden-tablet elementor-hidden-mobile\" data-id=\"4ad0bba\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6bf2a0e elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6bf2a0e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2732ea3\" data-id=\"2732ea3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-35fa3ef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"35fa3ef\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-62dfcae elementor-hidden-tablet elementor-hidden-mobile\" data-id=\"62dfcae\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da7c91b elementor-widget elementor-widget-transflash_elementor_heading\" data-id=\"da7c91b\" data-element_type=\"widget\" data-widget_type=\"transflash_elementor_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t    <div class=\"ova-heading\">\n\t\t \t   <h2 class=\"title\">\t\t\t\t\t\t\t\t\t\t\tBlog\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t    <\/div>\n\n         \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-204d7dc elementor-widget elementor-widget-transflash_elementor_blog_slider_simple\" data-id=\"204d7dc\" data-element_type=\"widget\" data-settings=\"{&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:3000,&quot;nav_control&quot;:&quot;yes&quot;}\" data-widget_type=\"transflash_elementor_blog_slider_simple.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t             \n             <div class=\"ova-blog-slider-simple\">\n\n\t\t\t\t<div class=\"blog-slider-simple owl-carousel owl-theme \" data-options=\"{&quot;items&quot;:3,&quot;slideBy&quot;:1,&quot;margin&quot;:30,&quot;autoplayHoverPause&quot;:true,&quot;loop&quot;:true,&quot;autoplay&quot;:true,&quot;autoplayTimeout&quot;:3000,&quot;smartSpeed&quot;:500,&quot;nav&quot;:true,&quot;rtl&quot;:false}\">\n\t\t\t\t\t\t\t\t    <\/div>\n\n\t\t\t<\/div>\n\t\t \t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b0c170a elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"b0c170a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8133bd3\" data-id=\"8133bd3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5ceba03 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5ceba03\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-822961d\" data-id=\"822961d\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0de7632 elementor-widget elementor-widget-text-editor\" data-id=\"0de7632\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.10.2 - 29-01-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>Logistics that operates with proper planning increases business efficiency and guarantees customer satisfaction. By controlling the flow of logistics, we ensure that products reach their destination quickly and safely.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c5e1e0e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c5e1e0e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-509d3af\" data-id=\"509d3af\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-809459e elementor-widget elementor-widget-transflash_elementor_heading\" data-id=\"809459e\" data-element_type=\"widget\" data-widget_type=\"transflash_elementor_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t    <div class=\"ova-heading\">\n\t\t \t   <h2 class=\"title\">\t\t\t\t\t\t\t\t\t\t\tContact us!\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t<p class=\"description\">\n\t\t\t\t\t\t\tDear customers, your satisfaction is our top priority. We are always here to provide you with the best service. Please do not hesitate to contact us if you have any questions, concerns, or suggestions, we would be happy to assist you.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t    <\/div>\n\n         \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fccd82 elementor-widget elementor-widget-transflash_elementor_contact_info\" data-id=\"8fccd82\" data-element_type=\"widget\" data-widget_type=\"transflash_elementor_contact_info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"ova-contact-info \">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"icon\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"iconly iconly-Calling icli\"><\/i>\t\t\t\t\t<\/div>\t\n\t\t\t\t\t\t\t\t\n\n\t\t\t\t<div class=\"contact\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"label\">\n\t\t\t\t\t\t\tOur phone number\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<li class=\"item\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:0216912 0180 \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t0216 912 01 80\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1135242 elementor-widget elementor-widget-transflash_elementor_contact_info\" data-id=\"1135242\" data-element_type=\"widget\" data-widget_type=\"transflash_elementor_contact_info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"ova-contact-info \">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"icon\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"iconly iconly-Message icli\"><\/i>\t\t\t\t\t<\/div>\t\n\t\t\t\t\t\t\t\t\n\n\t\t\t\t<div class=\"contact\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"label\">\n\t\t\t\t\t\t\tOur e-mail address\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<li class=\"item\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:info@sktlojistik.com \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinfo@sktlojistik.com\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<li class=\"item\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:operasyon@sktlojistik.com \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\toperasyon@sktlojistik.com\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f4618f elementor-widget elementor-widget-transflash_elementor_contact_info\" data-id=\"9f4618f\" data-element_type=\"widget\" data-widget_type=\"transflash_elementor_contact_info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"ova-contact-info \">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"icon\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"iconly iconly-Message icli\"><\/i>\t\t\t\t\t<\/div>\t\n\t\t\t\t\t\t\t\t\n\n\t\t\t\t<div class=\"contact\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"label\">\n\t\t\t\t\t\t\tOur address\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"info\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<li class=\"item\">\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.google.com\/maps\/place\/Skt+Lojistik\/@40.9928817,29.1253958,15z\/data=!4m2!3m1!1s0x0:0x2920a172908bcce9?sa=X&#038;ved=2ahUKEwiGzbCX6ff8AhWeQ_EDHcYWAYkQ_BJ6BAhYEAg\">Ataturk Neighborhood Atasehir Boulevard Ata Plaza No:16 K:4 D:58 Atasehir, Istanbul 34758 Turkey.<\/a>\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c21386a\" data-id=\"c21386a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-956c440 elementor-widget elementor-widget-shortcode\" data-id=\"956c440\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f882-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/4781#wpcf7-f882-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"882\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.7.3\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f882-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"ova-ctfrom7\">\n\t<div class=\"form-contact-us\">\n\t\t<div class=\"name-info ova_wrap_input\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"fullname\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name surname\" value=\"\" type=\"text\" name=\"fullname\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"phone ova_wrap_input\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone number\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"email ova_wrap_input\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail address\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"message ova_wrap_input\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"write-message\"><textarea cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Message\" name=\"write-message\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"ova-submit\">\n\t\t\t<p><i class=\"flaticon-send-message\"><\/i><input class=\"wpcf7-form-control has-spinner wpcf7-submit\" type=\"submit\" value=\"Send\" \/>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Temperature-Controlled Logistics Solutions Serving you with a professional and reliable network, spanning from a single pallet to &infin; pallets. GET A QUOTE Scroll Global Logistics Solutions Our Services Our mission is to redefine the standards of trust and quality in logistics, powered by our deep-rooted 40 years of experience. With a technology and innovation-oriented approach, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-4781","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sktlojistik.com\/en\/wp-json\/wp\/v2\/pages\/4781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sktlojistik.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sktlojistik.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sktlojistik.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sktlojistik.com\/en\/wp-json\/wp\/v2\/comments?post=4781"}],"version-history":[{"count":59,"href":"https:\/\/sktlojistik.com\/en\/wp-json\/wp\/v2\/pages\/4781\/revisions"}],"predecessor-version":[{"id":5624,"href":"https:\/\/sktlojistik.com\/en\/wp-json\/wp\/v2\/pages\/4781\/revisions\/5624"}],"wp:attachment":[{"href":"https:\/\/sktlojistik.com\/en\/wp-json\/wp\/v2\/media?parent=4781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}