{"id":7944,"date":"2025-04-01T19:53:13","date_gmt":"2025-04-01T19:53:13","guid":{"rendered":"https:\/\/trusthouseholidays.co\/?page_id=7944"},"modified":"2026-01-18T08:20:31","modified_gmt":"2026-01-18T08:20:31","slug":"services","status":"publish","type":"page","link":"https:\/\/trusthouseholidays.co\/arabic\/home\/services\/","title":{"rendered":"\u062e\u062f\u0645\u0627\u062a"},"content":{"rendered":"\n\n\n\n\n\n<h3><strong>WHAT WE DO<\/strong><\/h3>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<h6 style=\"color: rgb(68, 68, 68);\">OUR SERVICES ARE INCLUDE BUT ARE NOT LIMITED TO :<\/h6>\n\n\n\n\n<style>\n    \/* Scoped styles only for service grid - won't affect other elements *\/\n    .thh-service-grid-wrapper {\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px;\n        isolation: isolate; \/* Prevents z-index conflicts *\/\n        contain: layout; \/* Prevents layout shifts *\/\n        position: relative;\n    }\n    \n    .thh-service-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n        gap: 20px;\n        width: 100%;\n        justify-items: center;\n    }\n    \n    .thh-service-card {\n        background: white;\n        border-radius: 10px;\n        padding: 20px 15px;\n        box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        text-align: center;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        height: 100%;\n        width: 100%;\n        max-width: 240px;\n        transition: transform 0.3s ease;\n        will-change: transform; \/* Optimizes animations *\/\n        cursor: pointer;\n    }\n    \n    .thh-service-card:hover {\n        transform: translateY(-5px);\n    }\n    \n    .thh-service-icon {\n        width: 100%;\n        margin-bottom: 15px;\n        flex-shrink: 0;\n        animation: thh-float 4s ease-in-out infinite;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n    }\n    \n    .thh-service-icon img {\n        width: 70px;\n        height: 70px;\n        object-fit: contain;\n        display: block; \/* Prevents image layout shifts *\/\n        margin: 0 auto;\n        transition: transform 0.3s ease;\n    }\n    \n    .thh-service-name {\n        font-weight: bold;\n        margin: 0 0 5px;\n        font-size: 15px;\n        color: #333;\n        min-height: 1.2em; \/* Prevents text reflow *\/\n        width: 100%;\n    }\n    \n    .thh-service-desc {\n        font-size: 13px;\n        color: #666;\n        margin-top: auto;\n        min-height: 1.2em; \/* Prevents text reflow *\/\n        width: 100%;\n    }\n\n    \/* Icon pop-out overlay *\/\n    .thh-icon-popup-overlay {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background-color: rgba(0, 0, 0, 0.8);\n        display: none;\n        justify-content: center;\n        align-items: center;\n        z-index: 9999;\n        backdrop-filter: blur(5px);\n    }\n    \n    .thh-icon-popup {\n        background: white;\n        border-radius: 15px;\n        padding: 40px;\n        text-align: center;\n        max-width: 400px;\n        width: 90%;\n        animation: thh-popup-appear 0.3s ease-out;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.3);\n        position: relative;\n    }\n    \n    .thh-popup-icon {\n        margin-bottom: 25px;\n    }\n    \n    .thh-popup-icon img {\n        width: 120px;\n        height: 120px;\n        object-fit: contain;\n        display: block;\n        margin: 0 auto;\n    }\n    \n    .thh-popup-title {\n        font-size: 24px;\n        font-weight: bold;\n        color: #333;\n        margin-bottom: 10px;\n        line-height: 1.3;\n    }\n    \n    .thh-popup-description {\n        font-size: 16px;\n        color: #666;\n        margin-bottom: 5px;\n    }\n    \n    .thh-popup-service-type {\n        font-size: 14px;\n        color: #888;\n        font-style: italic;\n        margin-top: 10px;\n    }\n    \n    .thh-popup-close {\n        position: absolute;\n        top: 15px;\n        right: 15px;\n        background: none;\n        border: none;\n        font-size: 24px;\n        color: #666;\n        cursor: pointer;\n        width: 30px;\n        height: 30px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: all 0.2s ease;\n    }\n    \n    .thh-popup-close:hover {\n        background-color: #f0f0f0;\n        color: #333;\n    }\n    \n    @keyframes thh-float {\n        0%, 100% { transform: translateY(0); }\n        50% { transform: translateY(-10px); }\n    }\n    \n    @keyframes thh-popup-appear {\n        from {\n            opacity: 0;\n            transform: scale(0.8);\n        }\n        to {\n            opacity: 1;\n            transform: scale(1);\n        }\n    }\n\n    \/* Mobile Responsiveness *\/\n    @media (max-width: 768px) {\n        .thh-service-grid {\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n            gap: 15px;\n        }\n        \n        .thh-service-card {\n            padding: 15px 10px;\n            max-width: 180px;\n        }\n        \n        .thh-service-icon img {\n            width: 60px;\n            height: 60px;\n        }\n        \n        .thh-icon-popup {\n            padding: 30px 20px;\n        }\n        \n        .thh-popup-icon img {\n            width: 100px;\n            height: 100px;\n        }\n        \n        .thh-popup-title {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .thh-service-grid {\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n        }\n        \n        .thh-popup-icon img {\n            width: 80px;\n            height: 80px;\n        }\n        \n        .thh-popup-title {\n            font-size: 18px;\n        }\n    }\n<\/style>\n\n<!-- Icon Pop-out Overlay -->\n<div class=\"thh-icon-popup-overlay\" id=\"thhIconPopup\">\n    <div class=\"thh-icon-popup\">\n        <button class=\"thh-popup-close\" onclick=\"closeIconPopup()\">\u00d7<\/button>\n        <div class=\"thh-popup-icon\">\n            <img decoding=\"async\" id=\"popupIconImage\" src=\"\" alt=\"\">\n        <\/div>\n        <div class=\"thh-popup-title\" id=\"popupTitle\"><\/div>\n        <div class=\"thh-popup-description\" id=\"popupDescription\"><\/div>\n        <div class=\"thh-popup-service-type\" id=\"popupServiceType\"><\/div>\n    <\/div>\n<\/div>\n\n<div class=\"thh-service-grid-wrapper\">\n    <div class=\"thh-service-grid\">\n        <!-- Box 1 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Inbound and Outbound Tours', 'Tour Operations', 'Comprehensive tour packages for both inbound (visitors to Egypt) and outbound (Egyptians traveling abroad) tourism.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/inb-300x297.png\" alt=\"Inbound and Outbound Tours\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Inbound and Outbound<\/div>\n            <div class=\"thh-service-desc\">Tour Operations<\/div>\n        <\/div>\n        \n        <!-- Box 2 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Air Ticketing', 'Reservation (24\/7)', '24\/7 airline ticket booking services with access to best fares and routes worldwide.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/IMG_5110-Copy-300x263.png\" alt=\"Air Ticketing\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Air Ticketing<\/div>\n            <div class=\"thh-service-desc\">Reservation (24\/7)<\/div>\n        <\/div>\n        \n        <!-- Box 3 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Hotel Reservation', 'World Wide', 'Global hotel booking service with partnerships across all categories from budget to luxury accommodations.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/hotel-e1739974534295.png\" alt=\"Hotel Reservation\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Hotel Reservation<\/div>\n            <div class=\"thh-service-desc\">World Wide<\/div>\n        <\/div>\n        \n        <!-- Box 4 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Special Interest Tours', 'Tours\/Programs', 'Customized tours focusing on specific interests like photography, bird watching, culinary experiences, and more.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/spt2-300x160.png\" alt=\"Special Interest Tours\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Special Interest<\/div>\n            <div class=\"thh-service-desc\">Tours\/Programs<\/div>\n        <\/div>\n        \n        <!-- Box 5 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Nile Cruises', 'Luxury River Experience', 'Premium Nile cruise packages between Luxor and Aswan with guided tours of ancient Egyptian sites.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2025\/04\/IMG_8752-300x173.png\" alt=\"Nile Cruises\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Nile Cruises<\/div>\n            <div class=\"thh-service-desc\"><\/div>\n        <\/div>\n        \n        <!-- Box 6 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Group Tours Handling', 'Groups &#038; Individuals', 'Comprehensive tour handling services for both group tours and individual travelers with personalized attention.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2025\/04\/IMG_8756-300x206.png\" alt=\"Group Tours\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Handling Tours<\/div>\n            <div class=\"thh-service-desc\">Groups &#038; Individuals<\/div>\n        <\/div>\n        \n        <!-- Box 7 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Vehicle Hire', 'Cars, Vans, Buses', 'Complete vehicle rental service with options ranging from economy cars to luxury coaches with professional drivers.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/carhire1-300x300.png\" alt=\"Vehicle Hire\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Vehicle Hire<\/div>\n            <div class=\"thh-service-desc\">Cars, Vans, Buses<\/div>\n        <\/div>\n        \n        <!-- Box 8 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Museum Tours', 'Egyptology programs', 'Expert-guided museum tours with Egyptologist guides providing in-depth historical and cultural insights.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2025\/04\/IMG_8754-300x200.png\" alt=\"Museum Tours\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Museum Tours<\/div>\n            <div class=\"thh-service-desc\">Egyptology programs<\/div>\n        <\/div>\n        \n        <!-- Box 9 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Pilgrimage Tours', 'Religious Tourism', 'Specialized pilgrimage tours to religious sites in Egypt and the Middle East with spiritual guidance.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2025\/04\/IMG_8758-300x300.png\" alt=\"Pilgrimage Tours\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Pilgrimage Tours<\/div>\n            <div class=\"thh-service-desc\"><\/div>\n        <\/div>\n        \n        <!-- Box 10 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, '24 Hour Emergency Service', 'Emergency assistance', 'Round-the-clock emergency support for travelers including medical assistance, lost documents, and travel disruptions.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/emr1-300x150.png\" alt=\"Emergency Service\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">24 Hour Service<\/div>\n            <div class=\"thh-service-desc\">Emergency assistance<\/div>\n        <\/div>\n        \n        <!-- Box 11 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Adventure Tours', 'Desert Safari &#038; Diving', 'Thrilling adventure packages including desert safaris, scuba diving in the Red Sea, and outdoor expeditions.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/sfr1.png\" alt=\"Desert Safari\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Adventure Tours<\/div>\n            <div class=\"thh-service-desc\">Desert Safari &#038; Diving<\/div>\n        <\/div>\n        \n        <!-- Box 12 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Visa Services', 'Egypt entry visa', 'Assistance with Egyptian visa applications and documentation for smooth entry into Egypt.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/vsa1-e1715604759956-300x227.png\" alt=\"Visa Services\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Visa Services<\/div>\n            <div class=\"thh-service-desc\">Egypt entry visa<\/div>\n        <\/div>\n        \n        <!-- Box 13 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Expert Guides Service', 'Rent a guide', 'Professional Egyptologist guides available for hire with expertise in various languages and specialized knowledge.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/org1-300x263.png\" alt=\"Egyptologist Guide\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Expert Guides<\/div>\n            <div class=\"thh-service-desc\">Rent a guide<\/div>\n        <\/div>\n        \n        <!-- Box 14 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Airport Assistance', 'Meet and greet', 'Personalized airport meet-and-greet services with assistance through customs, luggage handling, and transfers.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/met1-e1715605859934-300x281.png\" alt=\"Airport Meet\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Airport Assistance<\/div>\n            <div class=\"thh-service-desc\">Meet and greet<\/div>\n        <\/div>\n        \n        <!-- Box 15 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Team Building Events', 'Corporate events', 'Organized team building activities and corporate retreats designed to enhance teamwork and productivity.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/06\/IMG_5745-300x296.png\" alt=\"Team Building\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Team Building<\/div>\n            <div class=\"thh-service-desc\">Corporate events<\/div>\n        <\/div>\n        \n        <!-- Box 16 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'Sightseeing Tours', 'City &#038; Landmark Tours', 'Comprehensive sightseeing tours covering all major historical and cultural landmarks across Egypt.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/sitec01-300x120.png\" alt=\"Sightseeing\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">Sightseeing Tours<\/div>\n            <div class=\"thh-service-desc\"><\/div>\n        <\/div>\n        \n        <!-- Box 17 -->\n        <div class=\"thh-service-card\" ondblclick=\"showIconPopup(this, 'MICE Events', 'Conferences &#038; Meetings', 'Full-service MICE (Meetings, Incentives, Conferences, Exhibitions) planning and execution for corporate clients.')\">\n            <div class=\"thh-service-icon\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/event1-300x300.png\" alt=\"Conferences\" onerror=\"this.src='https:\/\/via.placeholder.com\/100'\">\n            <\/div>\n            <div class=\"thh-service-name\">MICE Events<\/div>\n            <div class=\"thh-service-desc\">Conferences<\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    function showIconPopup(cardElement, title, serviceType, description) {\n        \/\/ Get the icon image from the card\n        const iconImg = cardElement.querySelector('.thh-service-icon img');\n        const iconSrc = iconImg.src;\n        const iconAlt = iconImg.alt;\n        \n        \/\/ Set popup content\n        document.getElementById('popupIconImage').src = iconSrc;\n        document.getElementById('popupIconImage').alt = iconAlt;\n        document.getElementById('popupTitle').textContent = title;\n        document.getElementById('popupDescription').textContent = description;\n        document.getElementById('popupServiceType').textContent = serviceType;\n        \n        \/\/ Show the overlay\n        const overlay = document.getElementById('thhIconPopup');\n        overlay.style.display = 'flex';\n        \n        \/\/ Prevent body scrolling\n        document.body.style.overflow = 'hidden';\n    }\n    \n    function closeIconPopup() {\n        const overlay = document.getElementById('thhIconPopup');\n        overlay.style.display = 'none';\n        \n        \/\/ Restore body scrolling\n        document.body.style.overflow = '';\n    }\n    \n    \/\/ Close popup when clicking outside the popup content\n    document.getElementById('thhIconPopup').addEventListener('click', function(e) {\n        if (e.target === this) {\n            closeIconPopup();\n        }\n    });\n    \n    \/\/ Close popup with Escape key\n    document.addEventListener('keydown', function(e) {\n        if (e.key === 'Escape') {\n            closeIconPopup();\n        }\n    });\n    \n    \/\/ Add click event listeners to all cards for better accessibility\n    document.querySelectorAll('.thh-service-card').forEach(card => {\n        \/\/ Keep double-click functionality\n        card.addEventListener('dblclick', function(e) {\n            \/\/ Get data from the onclick attribute\n            const onclickAttr = this.getAttribute('ondblclick');\n            const match = onclickAttr.match(\/showIconPopup\\(this,\\s*'([^']+)',\\s*'([^']*)',\\s*'([^']*)'\/);\n            \n            if (match) {\n                const title = match[1];\n                const serviceType = match[2];\n                const description = match[3];\n                showIconPopup(this, title, serviceType, description);\n            }\n        });\n    });\n<\/script>\n\n\n<!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>Travel Services &#8211; Slide-in Animation<\/title>\n    <style>\n        \/* Animation for the 24\/7 icon *\/\n        .pulse-icon {\n            animation: pulse 2s infinite;\n            display: inline-block;\n            vertical-align: middle;\n        }\n        \n        \/* Animation for the AIG logo *\/\n        .float-icon {\n            animation: float 3s ease-in-out infinite;\n            display: inline-block;\n            vertical-align: middle;\n        }\n        \n        \/* Keyframes *\/\n        @keyframes pulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n            100% { transform: scale(1); }\n        }\n        \n        @keyframes float {\n            0% { transform: translateY(0); }\n            50% { transform: translateY(-5px); }\n            100% { transform: translateY(0); }\n        }\n        \n        \/* New slide-in animation for text *\/\n        @keyframes slideIn {\n            from {\n                opacity: 0;\n                transform: translateX(-30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n        \n        .highlight-item {\n            margin: 10px 0;\n            opacity: 0; \/* Start hidden *\/\n            animation: slideIn 0.6s ease-out forwards;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .check-mark {\n            color: #28a745; \/* Green color for check marks *\/\n            margin-right: 10px;\n            font-size: 18px;\n            margin-top: 2px;\n            flex-shrink: 0;\n        }\n        \n        \/* Stagger the animations *\/\n        .highlight-item:nth-child(1) { animation-delay: 0.2s; }\n        .highlight-item:nth-child(2) { animation-delay: 0.4s; }\n        .highlight-item:nth-child(3) { animation-delay: 0.6s; }\n        .highlight-item:nth-child(4) { animation-delay: 0.8s; }\n        .highlight-item:nth-child(5) { animation-delay: 1.0s; }\n        .highlight-item:nth-child(6) { animation-delay: 1.2s; }\n        .highlight-item:nth-child(7) { animation-delay: 1.4s; }\n        .highlight-item:nth-child(8) { animation-delay: 1.6s; }\n        .highlight-item:nth-child(9) { animation-delay: 1.8s; }\n    <\/style>\n<\/head>\n<body>\n    <div style=\"text-align: center; max-width: 800px; margin: 0 auto; font-family: Arial, sans-serif; line-height: 1.6;\">\n        <p>We can confirm that we&#8217;re welcoming receiving flight bookings \/ inquiries \n            <img loading=\"lazy\" decoding=\"async\" class=\"pulse-icon\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/2471-300x300.png\" alt=\"24\/7 Support\" width=\"59\" height=\"59\"> \n            24\/7 as we provide our clients with direct cell phone numbers of our staff who have Amadeus booking systems at home.\n        <\/p>\n\n        <div style=\"margin: 20px 0;\">\n            <!-- Added inbound service line -->\n            <p class=\"highlight-item\">\n                <span class=\"check-mark\">\u2713<\/span>\n                <span>Our inbound Dept. offers professionally designed on-hand tour services and bespoke tours curated to client needs.<\/span>\n            <\/p>\n            \n            <p class=\"highlight-item\">\n                <span class=\"check-mark\">\u2713<\/span>\n                <span>Our outbound Dept. is ready to provide you with different packages to <strong>Istanbul, Malaysia, Thailand, Paris, the UK &#038; the US<\/strong>, as well as all your tailor-made travel requests.<\/span>\n            <\/p>\n            \n            <!-- Added medical travel services line -->\n            <p class=\"highlight-item\">\n                <span class=\"check-mark\">\u2713<\/span>\n                <span>Our medical travel services department specializes in coordinating travel for medical treatments, doctor consultations, and health check-ups worldwide.<\/span>\n            <\/p>\n            \n            <!-- Added Haj and Umrah services line -->\n            <p class=\"highlight-item\">\n                <span class=\"check-mark\">\u2713<\/span>\n                <span>We have a dedicated section for <strong>Haj and Umrah pilgrimage tours<\/strong>, offering comprehensive packages with spiritual guidance and logistical support.<\/span>\n            <\/p>\n            \n            <p class=\"highlight-item\">\n                <span class=\"check-mark\">\u2713<\/span>\n                <span>Our ticketing department is capable of fulfilling all your travel bookings worldwide, as we&#8217;re accredited agents for most major airlines.<\/span>\n            <\/p>\n            \n            <p class=\"highlight-item\">\n                <span class=\"check-mark\">\u2713<\/span>\n                <span>We&#8217;re contracted with most local hotel chains in <strong>Egypt<\/strong>, offering the best possible rates nationwide.<\/span>\n            <\/p>\n            \n            <p class=\"highlight-item\">\n                <span class=\"check-mark\">\u2713<\/span>\n                <span>Visa facilitation at most embassies in <strong>Cairo<\/strong>.<\/span>\n            <\/p>\n            \n            <p class=\"highlight-item\">\n                <span class=\"check-mark\">\u2713<\/span>\n                <span>Accredited agent for \n                    <img loading=\"lazy\" decoding=\"async\" class=\"float-icon\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/IMG_5591-300x300.png\" alt=\"AIG Insurance\" width=\"50\" height=\"50\"> \n                    <strong>AIG Insurance<\/strong> (all travel insurance needs).\n                <\/span>\n            <\/p>\n            \n            <p class=\"highlight-item\">\n                <span class=\"check-mark\">\u2713<\/span>\n                <span>Worldwide hotel reservations with competitive booking conditions.<\/span>\n            <\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":25,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-7944","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/pages\/7944","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/comments?post=7944"}],"version-history":[{"count":0,"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/pages\/7944\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/pages\/25"}],"wp:attachment":[{"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/media?parent=7944"}],"curies":[{"name":"\u0648\u0648\u0631\u062f\u0628\u0631\u064a\u0633","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}