{"id":705,"date":"2025-05-27T11:41:05","date_gmt":"2025-05-27T11:41:05","guid":{"rendered":"https:\/\/ultramon.ro\/?page_id=705"},"modified":"2026-02-25T17:32:00","modified_gmt":"2026-02-25T15:32:00","slug":"contact","status":"publish","type":"page","link":"https:\/\/ultramon.ro\/en\/contact\/","title":{"rendered":"Contact Us"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"705\" class=\"elementor elementor-705\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de3549c e-flex e-con-boxed e-con e-parent\" data-id=\"de3549c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c56bc3e elementor-widget elementor-widget-html\" data-id=\"c56bc3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n    \n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Contact - ULTRAMON<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            color: #1E293B;\n            line-height: 1.6;\n            background: #FFFFFF;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            position: relative;\n            background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #0D9488 100%);\n            padding: 100px 0 80px;\n            overflow: hidden;\n        }\n\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            color: #FFFFFF;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            padding: 8px 24px;\n            border-radius: 50px;\n            font-size: 14px;\n            font-weight: 500;\n            margin-bottom: 20px;\n            letter-spacing: 0.5px;\n        }\n\n        .hero-title {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 56px;\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .hero-subtitle {\n            font-size: 18px;\n            font-weight: 300;\n            max-width: 600px;\n            margin: 0 auto;\n            opacity: 0.95;\n            line-height: 1.7;\n        }\n\n        \/* Contact Cards Section *\/\n        .contact-cards-section {\n            padding: 80px 0;\n            background: #FFFFFF;\n            margin-top: -40px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .contact-cards-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n        }\n\n        .contact-card {\n            background: #FFFFFF;\n            padding: 32px 24px;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);\n            border: 2px solid #F1F5F9;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .contact-card:hover {\n            border-color: #0D9488;\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px -10px rgba(13, 148, 136, 0.2);\n        }\n\n        .contact-card-icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 100%);\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            box-shadow: 0 10px 20px -5px rgba(13, 148, 136, 0.3);\n        }\n\n        .contact-card-icon svg {\n            width: 32px;\n            height: 32px;\n            color: white;\n        }\n\n        .contact-card h3 {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 20px;\n            font-weight: 700;\n            color: #0F172A;\n            margin-bottom: 12px;\n        }\n\n        .contact-card p {\n            font-size: 15px;\n            color: #64748B;\n            line-height: 1.6;\n        }\n\n        .contact-card a {\n            color: #0D9488;\n            text-decoration: none;\n            font-weight: 600;\n            transition: color 0.2s;\n        }\n\n        .contact-card a:hover {\n            color: #0891B2;\n        }\n\n        \/* Main Contact Section *\/\n        .main-contact-section {\n            padding: 60px 0 100px;\n            background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);\n        }\n\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: start;\n        }\n\n        \/* Map Section *\/\n        .map-container {\n            background: #FFFFFF;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);\n            border: 2px solid #F1F5F9;\n        }\n\n        .map-container iframe {\n            width: 100%;\n            height: 400px;\n            border: none;\n            display: block;\n        }\n\n        .map-info {\n            padding: 24px;\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 100%);\n            color: white;\n        }\n\n        .map-info h3 {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .map-info p {\n            font-size: 15px;\n            opacity: 0.95;\n        }\n\n        .map-info a {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            margin-top: 16px;\n            padding: 10px 20px;\n            background: rgba(255, 255, 255, 0.2);\n            border-radius: 8px;\n            color: white;\n            text-decoration: none;\n            font-weight: 500;\n            font-size: 14px;\n            transition: background 0.2s;\n        }\n\n        .map-info a:hover {\n            background: rgba(255, 255, 255, 0.3);\n        }\n\n        .map-info a svg {\n            width: 18px;\n            height: 18px;\n        }\n\n        \/* Company Details *\/\n        .company-details {\n            background: #FFFFFF;\n            border-radius: 20px;\n            padding: 40px;\n            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);\n            border: 2px solid #F1F5F9;\n        }\n\n        .company-details h2 {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 28px;\n            font-weight: 700;\n            color: #0F172A;\n            margin-bottom: 30px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .company-details h2 svg {\n            width: 28px;\n            height: 28px;\n            color: #0D9488;\n        }\n\n        .detail-group {\n            margin-bottom: 24px;\n            padding-bottom: 24px;\n            border-bottom: 1px solid #F1F5F9;\n        }\n\n        .detail-group:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .detail-group h4 {\n            font-size: 12px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #0D9488;\n            margin-bottom: 8px;\n        }\n\n        .detail-group p {\n            font-size: 16px;\n            color: #1E293B;\n            font-weight: 500;\n        }\n\n        .detail-group .sub {\n            font-size: 14px;\n            color: #64748B;\n            font-weight: 400;\n            margin-top: 4px;\n        }\n\n        \/* Phone List *\/\n        .phone-list {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .phone-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 12px 16px;\n            background: #F8FAFC;\n            border-radius: 10px;\n            transition: all 0.2s;\n        }\n\n        .phone-item:hover {\n            background: #F0FDFA;\n        }\n\n        .phone-item svg {\n            width: 20px;\n            height: 20px;\n            color: #0D9488;\n            flex-shrink: 0;\n        }\n\n        .phone-item a {\n            color: #1E293B;\n            text-decoration: none;\n            font-weight: 500;\n            font-size: 15px;\n        }\n\n        .phone-item a:hover {\n            color: #0D9488;\n        }\n\n        .phone-item .label {\n            font-size: 12px;\n            color: #64748B;\n            margin-left: auto;\n        }\n\n        .phone-item.whatsapp {\n            background: #25D366;\n            color: white;\n        }\n\n        .phone-item.whatsapp svg {\n            color: white;\n        }\n\n        .phone-item.whatsapp a {\n            color: white;\n        }\n\n        .phone-item.whatsapp .label {\n            color: rgba(255, 255, 255, 0.8);\n        }\n\n        \/* Working Hours *\/\n        .working-hours {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            padding: 16px;\n            background: linear-gradient(135deg, #F0FDFA 0%, #CCFBF1 100%);\n            border-radius: 12px;\n            margin-top: 24px;\n        }\n\n        .working-hours svg {\n            width: 24px;\n            height: 24px;\n            color: #0D9488;\n        }\n\n        .working-hours-text h4 {\n            font-size: 14px;\n            font-weight: 600;\n            color: #0F172A;\n        }\n\n        .working-hours-text p {\n            font-size: 13px;\n            color: #64748B;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            padding: 80px 0;\n            background: linear-gradient(135deg, #0D9488 0%, #0891B2 50%, #0F172A 100%);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M30 0l30 30-30 30L0 30z' fill='%23ffffff' opacity='0.05'\/%3E%3C\/svg%3E\");\n            opacity: 0.5;\n        }\n\n        .cta-content {\n            position: relative;\n            z-index: 1;\n            text-align: center;\n            color: #FFFFFF;\n        }\n\n        .cta-content h2 {\n            font-family: 'Rajdhani', sans-serif;\n            font-size: 42px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n\n        .cta-content p {\n            font-size: 18px;\n            opacity: 0.95;\n            margin-bottom: 40px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            padding: 16px 32px;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 16px;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n\n        .btn svg {\n            width: 20px;\n            height: 20px;\n        }\n\n        .btn-whatsapp {\n            background: #25D366;\n            color: white;\n        }\n\n        .btn-whatsapp:hover {\n            background: #1DA851;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px -5px rgba(37, 211, 102, 0.4);\n        }\n\n        .btn-phone {\n            background: #FBBF24;\n            color: #0F172A;\n        }\n\n        .btn-phone:hover {\n            background: #F59E0B;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px -5px rgba(251, 191, 36, 0.4);\n        }\n\n        .btn-email {\n            background: transparent;\n            color: #FFFFFF;\n            border-color: #FFFFFF;\n        }\n\n        .btn-email:hover {\n            background: #FFFFFF;\n            color: #0D9488;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .contact-cards-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .contact-grid {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 36px;\n            }\n\n            .hero-subtitle {\n                font-size: 16px;\n            }\n\n            .contact-cards-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .cta-content h2 {\n                font-size: 28px;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n\n            .company-details {\n                padding: 24px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <div class=\"hero-badge\">Suntem Aici Pentru Dumneavoastr\u0103<\/div>\n                <h1 class=\"hero-title\">Contacta\u021bi-ne<\/h1>\n                <p class=\"hero-subtitle\">Echipa noastr\u0103 de speciali\u0219ti este preg\u0103tit\u0103 s\u0103 v\u0103 ofere consultan\u021b\u0103 \u0219i suport pentru toate nevoile dumneavoastr\u0103 de siguran\u021b\u0103 maritim\u0103<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Cards Section -->\n    <section class=\"contact-cards-section\">\n        <div class=\"container\">\n            <div class=\"contact-cards-grid\">\n                <div class=\"contact-card\">\n                    <div class=\"contact-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\n                            <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <h3>Visit us<\/h3>\n                    <p>Aleea Macilor nr. 2, bl. B2, sc. C, ap. 44, parter<br>Constan\u021ba, 900587<\/p>\n                <\/div>\n\n                <div class=\"contact-card\">\n                    <div class=\"contact-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3>Phone<\/h3>\n                    <p><a href=\"tel:+40241630700\">+40 241 630 700<\/a><\/p>\n                <\/div>\n\n                <div class=\"contact-card\">\n                    <div class=\"contact-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path>\n                            <polyline points=\"22,6 12,13 2,6\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h3>Email us<\/h3>\n                    <p><a href=\"mailto:office@ultramon.ro\">office@ultramon.ro<\/a><\/p>\n                <\/div>\n\n                <div class=\"contact-card\">\n                    <div class=\"contact-card-icon\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                    <h3>Program<\/h3>\n                    <p>Luni - Vineri<br><strong>08:30 - 16:30<\/strong><\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Main Contact Section -->\n    <section class=\"main-contact-section\">\n        <div class=\"container\">\n            <div class=\"contact-grid\">\n                <!-- Map -->\n                <div class=\"map-container\">\n                    <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2848.8547252!2d28.6380!3d44.1765!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x40bae47c08f0f38d%3A0x4b8c0f5e6d8e1234!2sAleea%20Macilor%202%2C%20Constan%C8%9Ba%20900587!5e0!3m2!1sro!2sro!4v1234567890\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n                    <div class=\"map-info\">\n                        <h3>Sediul ULTRAMON PLUS<\/h3>\n                        <p>Aleea Macilor nr. 2, bl. B2, sc. C, ap. 44, parter, Constan\u021ba<\/p>\n                        <a href=\"https:\/\/www.google.com\/maps\/dir\/\/Aleea+Macilor+2,+Constan\u021ba+900587\" target=\"_blank\" rel=\"noopener\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <polygon points=\"3 11 22 2 13 21 11 13 3 11\"><\/polygon>\n                            <\/svg>\n                            Ob\u021bine indica\u021bii\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Company Details -->\n                <div class=\"company-details\">\n                    <h2>\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M19 21V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5m-4 0h4\"><\/path>\n                        <\/svg>\n                        Date Companie\n                    <\/h2>\n\n                    <div class=\"detail-group\">\n                        <h4>Denumire Firm\u0103<\/h4>\n                        <p>ULTRAMON PLUS SRL<\/p>\n                    <\/div>\n\n                    <div class=\"detail-group\">\n                        <h4>CUI<\/h4>\n                        <p>RO14490859<\/p>\n                    <\/div>\n\n                    <div class=\"detail-group\">\n                        <h4>Registrul Comer\u021bului<\/h4>\n                        <p>J2002000761136<\/p>\n                    <\/div>\n\n                    <div class=\"detail-group\">\n                        <h4>Sediu Social<\/h4>\n                        <p>Aleea Macilor nr. 2, bl. B2, sc. C, ap. 44, parter<\/p>\n                        <p class=\"sub\">Constan\u021ba, Rom\u00e2nia, 900587<\/p>\n                    <\/div>\n\n                    <div class=\"detail-group\">\n                        <h4>Numere de Telefon<\/h4>\n                        <div class=\"phone-list\">\n                            <div class=\"phone-item\">\n                                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\n                                <\/svg>\n                                <a href=\"tel:+40241630700\">+40 241 630 700<\/a>\n                                <span class=\"label\">Principal<\/span>\n                            <\/div>\n                            <div class=\"phone-item whatsapp\">\n                                <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n                                    <path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/>\n                                <\/svg>\n                                <a href=\"https:\/\/wa.me\/40751274444\" target=\"_blank\" rel=\"noopener\">+40 751 274 444<\/a>\n                                <span class=\"label\">WhatsApp<\/span>\n                            <\/div>\n                            <div class=\"phone-item\">\n                                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\n                                <\/svg>\n                                <a href=\"tel:+40744630741\">+40 744 630 741<\/a>\n                            <\/div>\n                            <div class=\"phone-item\">\n                                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\n                                <\/svg>\n                                <a href=\"tel:+40744360804\">+40 744 360 804<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"working-hours\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n                        <\/svg>\n                        <div class=\"working-hours-text\">\n                            <h4>Program de Lucru<\/h4>\n                            <p>Monday - Friday: 08:30 - 16:30<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <div class=\"cta-content\">\n                <h2>Ave\u021bi \u00centreb\u0103ri? Suntem Aici!<\/h2>\n                <p>Contacta\u021bi-ne prin metoda preferat\u0103 \u0219i v\u0103 vom r\u0103spunde \u00een cel mai scurt timp posibil<\/p>\n                <div class=\"cta-buttons\">\n                    <a href=\"https:\/\/wa.me\/40751274444\" class=\"btn btn-whatsapp\" target=\"_blank\" rel=\"noopener\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n                            <path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/>\n                        <\/svg>\n                        WhatsApp\n                    <\/a>\n                    <a href=\"tel:+40241630700\" class=\"btn btn-phone\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\n                        <\/svg>\n                        Sun\u0103 Acum\n                    <\/a>\n                    <a href=\"mailto:office@ultramon.ro\" class=\"btn btn-email\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path>\n                            <polyline points=\"22,6 12,13 2,6\"><\/polyline>\n                        <\/svg>\n                        Trimite Email\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Contact &#8211; ULTRAMON Suntem Aici Pentru Dumneavoastr\u0103 Contacta\u021bi-ne Echipa noastr\u0103 de speciali\u0219ti este preg\u0103tit\u0103 s\u0103 v\u0103 ofere consultan\u021b\u0103 \u0219i suport pentru toate nevoile dumneavoastr\u0103 de siguran\u021b\u0103 maritim\u0103 Loca\u021bie Aleea Macilor nr. 2, bl. B2, sc. C, ap. 44, parterConstan\u021ba, 900587 Telefon +40 241 630 700 E-mail office@ultramon.ro Program Luni &#8211; Vineri08:30 &#8211; 16:30 Sediul ULTRAMON [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-705","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages\/705","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/comments?post=705"}],"version-history":[{"count":3,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages\/705\/revisions"}],"predecessor-version":[{"id":5511,"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/pages\/705\/revisions\/5511"}],"wp:attachment":[{"href":"https:\/\/ultramon.ro\/en\/wp-json\/wp\/v2\/media?parent=705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}