{"id":26,"date":"2023-10-14T12:56:44","date_gmt":"2023-10-14T12:56:44","guid":{"rendered":"https:\/\/trusthouseholidays.co\/about\/"},"modified":"2026-01-18T11:38:07","modified_gmt":"2026-01-18T11:38:07","slug":"about","status":"publish","type":"page","link":"https:\/\/trusthouseholidays.co\/arabic\/home\/about\/","title":{"rendered":"\u0639\u0646 \u0627\u0644\u0634\u0631\u0643\u0629"},"content":{"rendered":"<h3 style=\"color: rgb(0, 0, 0);\"><strong>\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0646\u0627<\/strong><\/h3>\n\n\n\n\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>Trust House Holidays<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(135deg, #f9f9f9 0%, #e6f0ff 100%);\n            padding: 15px;\n            margin: 0 auto;\n            overflow-x: hidden;\n            display: flex;\n            justify-content: center;\n        }\n        \n        .container {\n            background: rgba(255, 255, 255, 0.92);\n            border-radius: 8px;\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);\n            padding: 35px;\n            margin: 15px auto;\n            position: relative;\n            max-width: 1200px;\n            width: 100%;\n            border: 1px solid rgba(255, 255, 255, 0.6);\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 17px;\n            text-align: justify;\n            line-height: 1.6;\n            padding: 3px 0;\n            opacity: 0;\n            transform: translateX(-30px);\n            animation: slideIn 0.6s ease-out forwards;\n        }\n        \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        p:nth-child(1) { animation-delay: 0.1s; }\n        p:nth-child(2) { animation-delay: 0.2s; }\n        p:nth-child(3) { animation-delay: 0.3s; }\n        p:nth-child(4) { animation-delay: 0.4s; }\n        p:nth-child(5) { animation-delay: 0.5s; }\n        p:nth-child(6) { animation-delay: 0.6s; }\n        p:nth-child(7) { animation-delay: 0.7s; }\n        p:nth-child(8) { animation-delay: 0.8s; }\n        p:nth-child(9) { animation-delay: 0.9s; }\n        p:nth-child(10) { animation-delay: 1.0s; }\n        p:nth-child(11) { animation-delay: 1.1s; }\n        p:nth-child(12) { animation-delay: 1.2s; }\n        p:nth-child(13) { animation-delay: 1.3s; }\n        \n        .company-name {\n            font-weight: bold;\n            font-size: 1.2em;\n            color: #2c3e50;\n        }\n        \n        .highlight {\n            font-weight: bold;\n            color: #2c3e50;\n            font-size: 17px;\n            display: block;\n            background: linear-gradient(to right, rgba(248, 249, 250, 0.6), rgba(230, 247, 255, 0.6));\n            padding: 14px 18px;\n            border-radius: 5px;\n            margin: 22px 0;\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);\n            position: relative;\n            backdrop-filter: blur(4px);\n            border: 1px solid rgba(255, 255, 255, 0.5);\n            opacity: 0;\n            transform: translateX(-30px);\n            animation: slideIn 0.6s ease-out forwards;\n        }\n        \n        .highlight:nth-of-type(1) { animation-delay: 0.5s; }\n        .highlight:nth-of-type(2) { animation-delay: 1.1s; }\n        .highlight:nth-of-type(3) { animation-delay: 1.7s; }\n        \n        .certifications {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 40px;\n            margin: 35px 0;\n            flex-wrap: wrap;\n        }\n        \n        .cert-item {\n            text-align: center;\n            width: 160px;\n            transition: transform 0.3s ease;\n            opacity: 0;\n            transform: translateX(-30px);\n            animation: slideIn 0.6s ease-out forwards;\n        }\n        \n        .cert-item:nth-child(1) { animation-delay: 1.3s; }\n        .cert-item:nth-child(2) { animation-delay: 1.5s; }\n        \n        .cert-item:hover {\n            transform: translateY(-6px);\n        }\n        \n        .cert-img {\n            width: 85px;\n            height: 85px;\n            margin-bottom: 15px;\n            border-radius: 50%;\n            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);\n            object-fit: contain;\n            background: rgba(255, 255, 255, 0.85);\n            padding: 5px;\n            display: block;\n            margin-left: auto;\n            margin-right: auto;\n            transition: transform 1s ease;\n            border: 1.5px solid rgba(230, 247, 255, 0.6);\n        }\n        \n        .cert-img.manual-hover:hover {\n            transform: rotateY(360deg) scale(1.05);\n        }\n        \n        .cert-text {\n            font-weight: 600;\n            font-size: 15px;\n            color: #2c3e50;\n            text-align: center;\n            display: block;\n            width: 100%;\n        }\n        \n        .rotating-coin {\n            display: inline-block;\n            width: 65px;\n            height: 65px;\n            vertical-align: middle;\n            margin: 0 12px;\n            transition: transform 1s ease;\n            border-radius: 50%;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);\n        }\n        \n        .rotating-coin.manual-hover:hover {\n            transform: rotateY(360deg) scale(1.1);\n        }\n        \n        .centered-text {\n            text-align: center;\n            margin: 28px 0;\n            font-style: italic;\n            color: #444;\n            font-size: 17px;\n            background: rgba(249, 249, 249, 0.6);\n            padding: 16px;\n            border-radius: 6px;\n            backdrop-filter: blur(3px);\n            border: 1px solid rgba(255, 255, 255, 0.5);\n            opacity: 0;\n            transform: translateX(-30px);\n            animation: slideIn 0.6s ease-out forwards;\n            animation-delay: 0.9s;\n        }\n        \n        .features {\n            display: flex;\n            justify-content: space-around;\n            margin: 32px 0;\n            flex-wrap: wrap;\n        }\n        \n        .feature {\n            text-align: center;\n            width: 150px;\n            padding: 16px;\n            margin: 10px;\n            border-radius: 8px;\n            background: rgba(248, 249, 250, 0.6);\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            backdrop-filter: blur(3px);\n            border: 1px solid rgba(255, 255, 255, 0.5);\n            opacity: 0;\n            transform: translateX(-30px);\n            animation: slideIn 0.6s ease-out forwards;\n        }\n        \n        .feature:nth-child(1) { animation-delay: 0.6s; }\n        .feature:nth-child(2) { animation-delay: 0.7s; }\n        .feature:nth-child(3) { animation-delay: 0.8s; }\n        \n        .feature:before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: linear-gradient(to bottom right, rgba(255,255,255,0.8), rgba(255,255,255,0.2));\n            transform: rotate(45deg);\n            z-index: 0;\n            opacity: 0;\n            transition: opacity 0.3s;\n        }\n        \n        .feature:hover {\n            transform: translateY(-6px);\n            background: rgba(230, 247, 255, 0.6);\n            box-shadow: 0 7px 12px rgba(0, 0, 0, 0.09);\n        }\n        \n        .feature:hover:before {\n            opacity: 1;\n        }\n        \n        .feature i {\n            font-size: 2.2rem;\n            color: #3498db;\n            margin-bottom: 14px;\n            transition: all 0.3s ease;\n            position: relative;\n            z-index: 1;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));\n        }\n        \n        .feature:hover i {\n            transform: scale(1.2) translateY(-3px);\n            color: #2980b9;\n            filter: drop-shadow(0 5px 5px rgba(0,0,0,0.3));\n        }\n        \n        .feature h3 {\n            color: #2c3e50;\n            margin-bottom: 9px;\n            font-size: 0.95rem;\n            line-height: 1.2;\n            height: 2.2em;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .feature p {\n            font-size: 0.85rem;\n            text-align: center;\n            margin-bottom: 0;\n            line-height: 1.3;\n            position: relative;\n            z-index: 1;\n        }\n        \n        @keyframes auto-rotate {\n            0% {\n                transform: rotateY(0deg);\n            }\n            100% {\n                transform: rotateY(360deg);\n            }\n        }\n        \n        .auto-rotate {\n            animation: auto-rotate 1.5s ease-in-out 1;\n        }\n        \n        @media (max-width: 1200px) {\n            .container {\n                max-width: 1000px;\n            }\n        }\n        \n        @media (max-width: 992px) {\n            .container {\n                max-width: 800px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            body {\n                padding: 12px;\n            }\n            \n            .container {\n                padding: 25px;\n                max-width: 100%;\n                border-radius: 7px;\n            }\n            \n            .certifications {\n                gap: 30px;\n            }\n            \n            .cert-item {\n                width: 140px;\n            }\n            \n            .cert-img {\n                width: 75px;\n                height: 75px;\n            }\n            \n            p {\n                font-size: 16px;\n            }\n            \n            .feature {\n                width: 130px;\n                padding: 14px;\n            }\n            \n            .feature h3 {\n                font-size: 0.85rem;\n            }\n            \n            .rotating-coin {\n                width: 60px;\n                height: 60px;\n            }\n            \n            .highlight, .centered-text {\n                border-radius: 4px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <p><span class=\"company-name\">\u062a\u0631\u0633\u062a \u0647\u0627\u0648\u0633 \u0647\u0648\u0644\u064a\u062f\u064a\u0632<\/span> \u0647\u064a \u0648\u0643\u0627\u0644\u0629 \u0633\u0641\u0631 \u0645\u0639\u062a\u0645\u062f\u0629 ( \u062a\u0631\u062e\u064a\u0635 \u0641\u0626\u0629 \u0623 \u0645\u0646 \u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u0633\u064a\u0627\u062d\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629 - \u0631\u0642\u0645 2342 ) \u060c \u0643\u0648\u062f IATA \u0627\u0644\u0631\u0642\u0645\u064a : 90221471<\/p>\n        \n        <span class=\"highlight\">\u0646\u062d\u0646 \u0646\u0639\u0645\u0644 \u0628\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0644\u062a\u0648\u062d\u064a\u062f \u0623\u0641\u0636\u0644 \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u0628\u0642\u0627\u0621 \u0642\u0627\u062f\u0631\u064a\u0646 \u0639\u0644\u0649 \u0627\u0644\u0645\u0646\u0627\u0641\u0633\u0629 \u0641\u064a \u0639\u0627\u0644\u0645 \u0627\u0644\u063a\u062f.<\/span>\n        \n        <p>\u062a\u0623\u0633\u0633\u062a \u0641\u064a \u064a\u0648\u0646\u064a\u0648 2012 \u0648\u062a\u0642\u0639 \u0641\u064a \u0645\u0646\u0637\u0642\u0629 \u0645\u0635\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629\u060c \u0639\u0644\u0649 \u0628\u0639\u062f 15 \u062f\u0642\u064a\u0642\u0629 \u0645\u0646 \u0645\u0637\u0627\u0631 \u0627\u0644\u0642\u0627\u0647\u0631\u0629 \u0648 20 \u062f\u0642\u064a\u0642\u0629 \u0645\u0646 \u0648\u0633\u0637 \u0627\u0644\u0645\u062f\u064a\u0646\u0629.<\/p>\n        \n        <div class=\"features\">\n            <div class=\"feature\">\n                <i class=\"fas fa-globe-americas\"><\/i>\n                <h3>\u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0639\u0627\u0644\u0645\u064a<\/h3>\n                <p>\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0633\u0641\u0631 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629<\/p>\n            <\/div>\n            <div class=\"feature\">\n                <i class=\"fas fa-handshake\"><\/i>\n                <h3>\u0634\u0631\u064a\u0643 \u0645\u0648\u062b\u0648\u0642<\/h3>\n                <p>\u0645\u0648\u062b\u0648\u0642\u0629 \u0648\u0630\u0627\u062a \u062e\u0628\u0631\u0629<\/p>\n            <\/div>\n            <div class=\"feature\">\n                <i class=\"fas fa-award\"><\/i>\n                <h3>\u0645\u0639\u062a\u0645\u062f<\/h3>\n                <p>\u0648\u0643\u0627\u0644\u0629 \u0645\u0639\u062a\u0645\u062f\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644<\/p>\n            <\/div>\n        <\/div>\n        \n        <p>\u062a\u0639\u062a\u0642\u062f \u0634\u0631\u0643\u0629 Trust House Holidays \u0623\u0646 \u0627\u0644\u0633\u0641\u0631 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u064a\u062d\u0645\u064a \u0627\u0644\u0628\u064a\u0626\u0629 \u0648\u064a\u0641\u064a\u062f \u0627\u0644\u0645\u062c\u062a\u0645\u0639\u0627\u062a \u0627\u0644\u0645\u062d\u0644\u064a\u0629.<\/p>\n        \n        <p>\u0644\u0642\u062f \u062a\u0639\u0627\u0648\u0646\u0646\u0627 \u0645\u0639 \u0645\u0646\u0638\u0645\u0627\u062a \u0645\u062d\u0644\u064a\u0629 \u0630\u0627\u062a \u062a\u0641\u0643\u064a\u0631 \u0645\u0645\u0627\u062b\u0644 \u0644\u062a\u0639\u0632\u064a\u0632 \u0645\u0647\u0645\u062a\u0646\u0627 \u0648\u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u0625\u064a\u062c\u0627\u0628\u064a \u0644\u0644\u0633\u064a\u0627\u062d\u0629 \u0641\u064a \u0627\u0644\u0645\u0646\u0637\u0642\u0629.<\/p>\n        \n        <p>\u0646\u0641\u062e\u0631 \u0628\u0643\u0648\u0646\u0646\u0627 \u0634\u0631\u0643\u0629 \u062f\u064a\u0646\u0627\u0645\u064a\u0643\u064a\u0629 \u0648\u062d\u064a\u0648\u064a\u0629\u060c \u0647\u062f\u0641\u0646\u0627 \u0636\u0645\u0627\u0646 \u062a\u062c\u0631\u0628\u0629 \u0633\u0641\u0631 \u0645\u062b\u0627\u0644\u064a\u0629 \u0644\u0643\u0645. \u0646\u062a\u0645\u062a\u0639 \u0628\u062e\u0628\u0631\u0629 \u0639\u0645\u0644\u064a\u0629 \u0641\u064a \u062c\u0645\u064a\u0639 \u0645\u062c\u0627\u0644\u0627\u062a \u0635\u0646\u0627\u0639\u0629 \u0627\u0644\u0633\u0641\u0631\u060c \u0628\u0635\u0641\u062a\u0646\u0627 \u0645\u0633\u0627\u0641\u0631\u064a\u0646 \u0646\u0634\u0637\u064a\u0646\u060c \u0645\u0645\u0627 \u064a\u064f\u0645\u0643\u0651\u0646\u0646\u0627 \u0645\u0646 \u0641\u0647\u0645 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0643\u0645 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644\u060c \u0645\u0645\u0627 \u064a\u064f\u0641\u064a\u062f\u0646\u0627 \u0639\u0646\u062f \u0627\u0644\u062a\u062e\u0637\u064a\u0637 \u0644\u0631\u062d\u0644\u062a\u0643\u0645.<\/p>\n        \n        <p>\u0641\u064a \u0639\u0635\u0631\u0646\u0627 \u0647\u0630\u0627\u060c \u0633\u064a\u0637\u0631\u062a \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u062c\u0646\u0633\u064a\u0627\u062a \u0639\u0644\u0649 \u0642\u0637\u0627\u0639 \u0627\u0644\u0633\u0641\u0631\u060c \u0648\u0644\u0645 \u062a\u0639\u062f \u062a\u0647\u062a\u0645 \u0625\u0644\u0627 \u0628\u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0648\u0627\u0644\u0623\u0631\u0628\u0627\u062d. \u0647\u062f\u0641\u0646\u0627 \u0647\u0648 \u0623\u0646 \u0646\u0642\u062f\u0645 \u0644\u0643\u0645 \u0623\u0641\u0636\u0644 \u062e\u062f\u0645\u0629 \u0634\u062e\u0635\u064a\u0629 \u0645\u0645\u0643\u0646\u0629!<\/p>\n        \n        <p>\u0641\u064a \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u062d\u0627\u0644\u064a\u060c \u064a\u0628\u062f\u0648 \u0623\u0646 \u0627\u0644\u0639\u0637\u0644\u0627\u062a \u0648\u0627\u0644\u0625\u062c\u0627\u0632\u0627\u062a \u0623\u0635\u0628\u062d\u062a \u0623\u0642\u0644 \u062a\u0648\u0627\u062a\u0631\u064b\u0627 \u0645\u0646 \u0627\u0644\u0639\u0642\u0648\u062f \u0627\u0644\u0633\u0627\u0628\u0642\u0629\u060c \u0648\u0646\u0624\u0645\u0646 \u0628\u0623\u0647\u0645\u064a\u0629 \u0627\u0633\u062a\u0645\u062a\u0627\u0639 \u0639\u0645\u0644\u0627\u0626\u0646\u0627 \u0628\u0643\u0644 \u0644\u062d\u0638\u0629 \u0645\u0646\u0647\u0627\u060c \u0633\u0648\u0627\u0621\u064b \u0627\u0633\u062a\u0645\u0631\u062a \u0623\u064a\u0627\u0645\u064b\u0627 \u0623\u0648 \u0623\u0633\u0627\u0628\u064a\u0639 \u0623\u0648 \u0623\u0634\u0647\u0631\u064b\u0627. \u0646\u0631\u063a\u0628 \u0641\u064a \u0623\u0646 \u062a\u0633\u062a\u0645\u062a\u0639\u0648\u0627 \u0628\u0639\u0637\u0644\u062a\u0643\u0645 \u0627\u0644\u062a\u064a \u062a\u0633\u062a\u062d\u0642\u0648\u0646\u0647\u0627 \u0628\u0634\u0642 \u0627\u0644\u0623\u0646\u0641\u0633 \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637\u060c \u0648\u0644\u0630\u0644\u0643 \u0646\u0636\u0645\u0646 \u0644\u0643\u0645 \u062e\u062f\u0645\u0629 \u0634\u062e\u0635\u064a\u0629 \u0627\u0633\u062a\u062b\u0646\u0627\u0626\u064a\u0629 \u0644\u0627 \u0645\u062b\u064a\u0644 \u0644\u0647\u0627 \u0645\u0646 \u0628\u062f\u0627\u064a\u0629 \u0625\u062c\u0627\u0632\u062a\u0643\u0645 \u062d\u062a\u0649 \u0622\u062e\u0631 \u0644\u062d\u0638\u0629.<\/p>\n        \n        <p>\u0646\u062d\u0646 \u0634\u063a\u0648\u0641\u0648\u0646 \u0628\u0627\u0644\u062c\u0648\u062f\u0629\u060c \u0648\u0646\u0624\u0645\u0646 \u0628\u0623\u0646 \u0627\u0644\u062a\u0632\u0627\u0645\u0646\u0627 \u0644\u0627 \u064a\u0646\u062a\u0647\u064a \u0628\u0645\u062c\u0631\u062f \u0627\u0633\u062a\u0644\u0627\u0645 \u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062f\u0641\u0639 \u0644\u0639\u0637\u0644\u062a\u0643. \u0628\u0644 \u0639\u0644\u0649 \u0627\u0644\u0639\u0643\u0633\u060c \u0625\u0646\u0647\u0627 \u0645\u062c\u0631\u062f \u0627\u0644\u0628\u062f\u0627\u064a\u0629! \u0633\u064a\u0636\u0645\u0646 \u0641\u0631\u064a\u0642\u0646\u0627 \u0645\u0646 \u0627\u0644\u0645\u062f\u064a\u0631\u064a\u0646 \u0648\u0645\u0646\u0638\u0645\u064a \u0627\u0644\u0631\u062d\u0644\u0627\u062a \u0627\u0644\u0633\u064a\u0627\u062d\u064a\u0629 \u0648\u0645\u0631\u0634\u062f\u064a \u0627\u0644\u0631\u062d\u0644\u0627\u062a \u0627\u0644\u0645\u062d\u0644\u064a\u064a\u0646 \u0648\u0634\u0628\u0643\u062a\u0646\u0627 \u0627\u0644\u0648\u0627\u0633\u0639\u0629 \u0645\u0646 \u0627\u0644\u0645\u0648\u0631\u062f\u064a\u0646 \u0627\u0644\u0645\u062d\u0644\u064a\u064a\u0646 \u062a\u0642\u062f\u064a\u0645 \u0623\u0641\u0636\u0644 \u062e\u062f\u0645\u0629 \u0641\u064a \u0643\u0644 \u0644\u062d\u0638\u0629 \u0645\u0646 \u0639\u0637\u0644\u062a\u0643.<\/p>\n        \n        <p>\u0639\u0644\u0649 \u0635\u0639\u064a\u062f \u0627\u0644\u0628\u064a\u0639 \u0628\u0627\u0644\u062a\u062c\u0632\u0626\u0629\u060c \u0639\u0644\u0649 \u0627\u0644\u0631\u063a\u0645 \u0645\u0646 \u0623\u0646 \u0639\u062f\u062f \u0645\u0648\u0638\u0641\u064a Trust House Holidays \u064a\u0642\u0644 \u0639\u0646 40 \u0634\u062e\u0635\u064b\u0627\u060c \u0625\u0644\u0627 \u0623\u0646\u0647 \u064a\u0639\u0637\u064a \u0625\u062d\u0633\u0627\u0633\u064b\u0627 \u0628\u0634\u0631\u0643\u0629 \u0635\u063a\u064a\u0631\u0629 \u062a\u062a\u0648\u0644\u0649 \u0623\u0647\u0645\u064a\u0629 \u0643\u0628\u064a\u0631\u0629 \u0644\u062e\u062f\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u0645\u062a\u0645\u064a\u0632\u0629 \u0627\u0644\u062a\u064a \u064a\u0642\u062f\u0645\u0647\u0627 \u0645\u0648\u0638\u0641\u0648\u0646 \u0645\u0624\u0647\u0644\u0648\u0646 \u0628\u0634\u0643\u0644 \u0627\u0633\u062a\u062b\u0646\u0627\u0626\u064a \u064a\u062a\u062c\u0627\u0648\u0632\u0648\u0646 \u0645\u062a\u0648\u0633\u0637\u0627\u062a \u0627\u0644\u0635\u0646\u0627\u0639\u0629 \u0644\u0633\u0646\u0648\u0627\u062a \u0645\u0646 \u0627\u0644\u062e\u0628\u0631\u0629.<\/p>\n        \n        <span class=\"highlight\">\u0647\u062f\u0641\u0646\u0627 \u0647\u0648 \u0623\u0646 \u0646\u062c\u0639\u0644 \u0631\u062d\u0644\u062a\u0643 \u0645\u062b\u0627\u0644\u064a\u0629 \u0648\u0645\u0631\u064a\u062d\u0629 \u0648\u0645\u0645\u062a\u0639\u0629 \u0642\u062f\u0631 \u0627\u0644\u0625\u0645\u0643\u0627\u0646.<\/span>\n        \n        <p>\u0641\u064a \u062a\u0631\u0627\u0633\u062a \u0647\u0627\u0648\u0633 \u0647\u0648\u0644\u064a\u062f\u0627\u064a\u0632\u060c \u0627\u0644\u062a\u0632\u0627\u0645\u0646\u0627 \u0628\u0627\u0644\u0633\u064a\u0627\u062d\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629 \u064a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u0643\u0644\u0645\u0627\u062a. \u0646\u0637\u0628\u0642 \u0628\u0646\u0634\u0627\u0637 \u0645\u0645\u0627\u0631\u0633\u0627\u062a \u062a\u0642\u0644\u0644 \u0645\u0646 \u0627\u0644\u0623\u062b\u0631 \u0627\u0644\u0628\u064a\u0626\u064a \u0645\u0639 \u062a\u0639\u0638\u064a\u0645 \u0627\u0644\u0641\u0648\u0627\u0626\u062f \u0644\u0644\u0645\u062c\u062a\u0645\u0639\u0627\u062a \u0627\u0644\u0645\u062d\u0644\u064a\u0629 \u0641\u064a \u062c\u0645\u064a\u0639 \u0623\u0646\u062d\u0627\u0621 \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637.<\/p>\n        \n        <p>\u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u062a\u062d\u0627\u0644\u0641\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0645\u0639 \u0627\u0644\u0645\u0646\u0638\u0645\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0631\u0643\u0632 \u0639\u0644\u0649 \u0627\u0644\u0645\u062c\u062a\u0645\u0639\u060c \u0641\u0625\u0646\u0646\u0627 \u0646\u0639\u0645\u0644 \u0639\u0644\u0649 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0633\u064a\u0627\u062d\u0629 \u0625\u0644\u0649 \u0642\u0648\u0629 \u062d\u0642\u064a\u0642\u064a\u0629 \u0644\u0644\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0625\u064a\u062c\u0627\u0628\u064a\u060c \u0648\u062e\u0644\u0642 \u062a\u062c\u0627\u0631\u0628 \u0630\u0627\u062a \u0645\u063a\u0632\u0649 \u0644\u0644\u0645\u0633\u0627\u0641\u0631\u064a\u0646 \u0648\u0627\u0644\u0645\u062c\u062a\u0645\u0639\u0627\u062a \u0627\u0644\u0645\u0636\u064a\u0641\u0629 \u0639\u0644\u0649 \u062d\u062f \u0633\u0648\u0627\u0621.<\/p>\n        \n        <span class=\"highlight\">\u0647\u062f\u0641\u0646\u0627 \u0647\u0648 \u0623\u0646 \u0646\u0645\u0646\u062d\u0643 \u0627\u0644\u062b\u0642\u0629 \u0627\u0644\u0643\u0627\u0645\u0644\u0629 \u0641\u064a \u0627\u062c\u062a\u0645\u0627\u0639\u0627\u062a\u0643 \u0628\u0634\u0631\u0643\u0629 \u0648\u0627\u062d\u062f\u0629 \u062a\u0642\u0648\u0645 \u0628\u0643\u0644 \u0630\u0644\u0643.<\/span>\n        \n        <p>\u062a\u064f\u0639\u062a\u0628\u0631 \u0648\u0627\u062d\u062f\u0629 \u0645\u0646 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0627\u0644\u0645\u0646\u0627\u0641\u0633\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u062c\u0647\u0627\u062a \u0641\u064a \u0645\u0635\u0631\u060c<\/p>\n        \n        <p class=\"centered-text\">\u0623\u0646 \u0625\u062f\u0627\u0631\u062a\u0647\u0627 \u062a\u062d\u0645\u0644 \n            <img loading=\"lazy\" decoding=\"async\" class=\"rotating-coin manual-hover\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/06\/IMG_5938.png\" width=\"65\" height=\"65\" alt=\"35 Years Experience\">\n            <strong>35 \u0639\u0627\u0645\u064b\u0627 \u0645\u0646 \u0627\u0644\u062e\u0628\u0631\u0629<\/strong> \u0641\u064a \u0642\u0637\u0627\u0639 \u0627\u0644\u0633\u0641\u0631 \u0648\u0627\u0644\u062c\u0648\u0644\u0627\u062a \u0627\u0644\u0633\u064a\u0627\u062d\u064a\u0629.\n        <\/p>\n        \n        <div class=\"certifications\">\n            <div class=\"cert-item\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/04\/IMG_5123.png\" alt=\"IATA\" class=\"cert-img manual-hover\">\n                <span class=\"cert-text\">\u0645\u0639\u062a\u0645\u062f \u0645\u0646 IATA<\/span>\n            <\/div>\n            <div class=\"cert-item\">\n                <img decoding=\"async\" src=\"https:\/\/trusthouseholidays.co\/wp-content\/uploads\/2024\/05\/ita.png\" alt=\"ETAA\" class=\"cert-img manual-hover\">\n                <span class=\"cert-text\">\u0639\u0636\u0648 \u0641\u064a ETAA<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function rotateElements() {\n            const elements = document.querySelectorAll('.cert-img, .rotating-coin');\n            elements.forEach(el => {\n                el.classList.remove('manual-hover');\n                el.classList.add('auto-rotate');\n                setTimeout(() => {\n                    el.classList.remove('auto-rotate');\n                    el.classList.add('manual-hover');\n                }, 1500);\n            });\n        }\n\n        setInterval(rotateElements, 15000);\n        setTimeout(rotateElements, 1000);\n    <\/script>\n<\/body>\n<\/html>","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-26","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/pages\/26","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=26"}],"version-history":[{"count":0,"href":"https:\/\/trusthouseholidays.co\/arabic\/wp-json\/wp\/v2\/pages\/26\/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=26"}],"curies":[{"name":"\u0648\u0648\u0631\u062f\u0628\u0631\u064a\u0633","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}