{"id":155,"date":"2025-04-24T14:56:35","date_gmt":"2025-04-24T10:56:35","guid":{"rendered":"https:\/\/thuraya.biz\/?page_id=155"},"modified":"2026-01-04T12:34:23","modified_gmt":"2026-01-04T08:34:23","slug":"landing-page","status":"publish","type":"page","link":"https:\/\/thuraya.biz\/ar\/","title":{"rendered":"Landing Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"155\" class=\"elementor elementor-155\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5486fc6 e-con-full e-flex e-con e-parent\" data-id=\"5486fc6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f9bbe7 elementor-widget elementor-widget-html\" data-id=\"0f9bbe7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style> :root { --slide-side-offset: -35%; --slide-scale: 0.8; --slide-rotate: 25deg; --slide-opacity: 0.7; --slide-transition: 0.8s; --slide-title-delay: 0.3s; --slide-desc-delay: 0.5s; --slide-interval: 7000ms; } .showcase-slider-container { position: relative; width: 100%; height: 100vh; overflow: hidden; perspective: 1000px; } .showcase-slider { display: flex; transition: transform 0.8s ease-in-out; height: 100%; width: 100%; transform-style: preserve-3d; } .slide { position: absolute; width: 85%; height: 85%; top: 7.5%; color: #fff; border-radius: 30px; overflow: hidden; transition: all 0.8s ease-in-out; opacity: 0.4; transform: scale(0.8); } .slide.active { opacity: 1; z-index: 10; transform: scale(1); } .slide.prev { left: var(--slide-side-offset); z-index: 5; opacity: var(--slide-opacity); } .slide.next { right: var(--slide-side-offset); z-index: 5; opacity: var(--slide-opacity); } .slide-inner { position: relative; width: 100%; height: 100%; border-radius: 30px; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: flex-start; justify-content: flex-start; padding-top: 12%; box-sizing: border-box; } .slide-content { position: relative; z-index: 2; width: 60%; max-width: 600px; margin-left: 10%; padding: 0; animation: fadeIn 1s ease-in-out; text-align: left; } .slide-title { font-family: 'Damoon'; font-size: 3.2rem; line-height: 1.2; margin-bottom: 15px; font-weight: 700; opacity: 0; transform: translateY(20px); animation: slideUp 0.8s ease forwards 0.3s; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;  -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: calc(3.2rem * 1.2 * 2); } .slide-description { font-family: 'HTRakik' ,sans-serif; font-size: 18px;  line-height: 1.6; margin-bottom: 25px; opacity: 0; transform: translateY(20px); animation: slideUp 0.8s ease forwards 0.5s; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3;  -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: calc(18px * 1.6 * 3); }@media (max-width: 1200px) { .slide-description { font-size: 16px;  max-height: calc(16px * 1.6 * 3); }}@media (max-width: 768px) { .slide-description { font-size: 14px;  max-height: calc(14px * 1.6 * 3); }}@media (max-width: 480px) { .slide-description { font-size: 12px;  line-height: 1.4; margin-bottom: 15px; max-height: calc(12px * 1.4 * 3); }} .slider-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 20; } .slider-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.3); cursor: pointer; transition: all 0.3s ease; box-shadow: 0 0 10px rgba(147, 112, 219, 0.5), 0 0 20px rgba(147, 112, 219, 0.3); } .slider-dot.active { background: rgba(147, 112, 219, 0.8); box-shadow: 0 0 10px rgba(147, 112, 219, 0.8), 0 0 20px rgba(147, 112, 219, 0.6), 0 0 30px rgba(147, 112, 219, 0.4); } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes slideUp { to { opacity: 1; transform: translateY(0); } } @media (max-width: 1200px) { .slide-inner { padding-top: 12%; } .slide-content { width: 65%; margin-left: 8%; max-width: 500px; } .slide-title { font-size: 2.8rem; max-height: calc(2.8rem * 1.2 * 2); } .slide.prev, .slide.next { opacity: 0.5; } } @media (max-width: 768px) { .slide-inner { padding-top: 12%; } .slide-content { width: 70%; margin-left: 6%; max-width: 450px; } .slide-title { font-size: 2.2rem; max-height: calc(2.2rem * 1.2 * 2); } .slide-description { font-size: 0.9rem; max-height: calc(0.9rem * 1.6 * 3); } .slide.prev { left: -50%; opacity: 0.4; } .slide.next { right: -50%; opacity: 0.4; } .slider-nav button { padding: 8px 12px; font-size: 1.2rem; } } @media (max-width: 480px) { .slide-inner { padding-top: 15%; } .slide-content { width: 85%; margin-left: 5%; max-width: none; padding: 0 10px; } .slide-title { font-size: 1.8rem; max-height: calc(1.8rem * 1.2 * 2); margin-bottom: 10px; } .slide-description { font-size: 0.85rem; line-height: 1.4; margin-bottom: 15px; max-height: calc(0.85rem * 1.4 * 3); } .slide.prev, .slide.next { display: none; } .showcase-slider-container { height: 80vh; } .slider-nav button { padding: 5px 8px; font-size: 1rem; margin: 0 10px; } .slider-dots { bottom: 10px; } .slider-dot { width: 8px; height: 8px; } }<\/style><div class=\"showcase-slider-container\"> <div class=\"showcase-slider\"> <div class=\"slide\" id=\"slide-0\"> <div class=\"slide-inner\" id=\"slide1\"> <div class=\"slide-content\"> <h2 class=\"slide-title\">We are a boutique agency that gets things done<\/h2> <p class=\"slide-description\">Established in 2007, the company has consistently pushed boundaries, redefining brand narratives and fostering innovation to help businesses upscale their presence in competitive markets.<\/p> <\/div> <\/div> <\/div> <div class=\"slide\" id=\"slide-1\"> <div class=\"slide-inner\" id=\"slide2\"> <div class=\"slide-content\"> <h2 class=\"slide-title\">Creating digital experiences that inspire<\/h2> <p class=\"slide-description\">Our team of creative thinkers and technical experts collaborate to deliver solutions that not only meet but exceed client expectations across diverse industries.<\/p> <\/div> <\/div> <\/div> <div class=\"slide\" id=\"slide-2\"> <div class=\"slide-inner\" id=\"slide3\"> <div class=\"slide-content\"> <h2 class=\"slide-title\">Innovative strategies for tomorrow's challenges<\/h2> <p class=\"slide-description\">We combine data-driven insights with creative thinking to develop strategies that position your brand for long-term success in an ever-evolving marketplace.<\/p> <\/div> <\/div> <\/div> <\/div> <div class=\"slider-dots\"> <div class=\"slider-dot active\" data-slide=\"0\"><\/div> <div class=\"slider-dot\" data-slide=\"1\"><\/div> <div class=\"slider-dot\" data-slide=\"2\"><\/div> <\/div><\/div><script>  (function() { const firstSlideImg = new Image(); firstSlideImg.src = \"\/wp-content\/uploads\/2025\/05\/slider-image-1.webp\"; })(); document.addEventListener('DOMContentLoaded', function() {  const slider = document.querySelector('.showcase-slider'); const slides = document.querySelectorAll('.slide'); const dots = document.querySelectorAll('.slider-dot'); let currentSlide = 0; const slideCount = slides.length; let slideInterval; let isHovered = false;  const SLIDE_SIDE_OFFSET = '-35%'; const SLIDE_SCALE = 0.8; const SLIDE_ROTATE = 25; const SLIDE_OPACITY = 0.7; const SLIDE_TRANSITION = 800;  const SLIDE_TITLE_DELAY = 300;  const SLIDE_DESC_DELAY = 500;  const SLIDE_INTERVAL = 7000;  const SWIPE_THRESHOLD = 50;  function setSlideBackgrounds() { const backgrounds = [ \"\/wp-content\/uploads\/2025\/05\/slider-image-1.webp\", \"\/wp-content\/uploads\/2025\/05\/slider-image-2.webp\", \"\/wp-content\/uploads\/2025\/05\/slider-image-1.webp\" ]; backgrounds.forEach((bg, i) => { const slideInner = document.getElementById(`slide${i+1}`); if (slideInner) { slideInner.style.background = `linear-gradient(rgba(60, 0, 136, 0.4), rgba(60, 0, 136, 0.4)), url('${bg}')`; slideInner.style.backgroundSize = 'cover'; slideInner.style.backgroundPosition = 'center'; slideInner.style.backgroundRepeat = 'no-repeat'; } }); }  function setFirstSlideBackground() { const firstSlideInner = document.getElementById('slide1'); if (firstSlideInner) { const firstBackground = \"\/wp-content\/uploads\/2025\/05\/slider-image-1.webp\"; firstSlideInner.style.background = `linear-gradient(rgba(60, 0, 136, 0.4), rgba(60, 0, 136, 0.4)), url('${firstBackground}')`; firstSlideInner.style.backgroundSize = 'cover'; firstSlideInner.style.backgroundPosition = 'center'; firstSlideInner.style.backgroundRepeat = 'no-repeat'; } }  function setRemainingSlideBackgrounds() { const backgrounds = [ null,  \"\/wp-content\/uploads\/2025\/05\/slider-image-2.webp\", \"\/wp-content\/uploads\/2025\/05\/slider-image-1.webp\" ]; backgrounds.forEach((bg, i) => { if (bg && i > 0) {  const slideInner = document.getElementById(`slide${i+1}`); if (slideInner) { slideInner.style.background = `linear-gradient(rgba(60, 0, 136, 0.4), rgba(60, 0, 136, 0.4)), url('${bg}')`; slideInner.style.backgroundSize = 'cover'; slideInner.style.backgroundPosition = 'center'; slideInner.style.backgroundRepeat = 'no-repeat'; } } }); }  function setSlideStyle(slide, {left, right, transform, opacity, zIndex, className}) { slide.classList.remove('active', 'prev', 'next'); if (className) slide.classList.add(className); slide.style.left = left || ''; slide.style.right = right || ''; slide.style.transform = transform || ''; slide.style.opacity = opacity || ''; slide.style.zIndex = zIndex || ''; }  function animateSlideContent(slide) { const title = slide.querySelector('.slide-title'); const desc = slide.querySelector('.slide-description'); if (title) { title.style.animation = 'none'; setTimeout(() => { title.style.animation = `slideUp 0.8s ease forwards`; title.style.animationDelay = `${SLIDE_TITLE_DELAY\/1000}s`; }, 10); } if (desc) { desc.style.animation = 'none'; setTimeout(() => { desc.style.animation = `slideUp 0.8s ease forwards`; desc.style.animationDelay = `${SLIDE_DESC_DELAY\/1000}s`; }, 10); } }  function hideAllSlideContent() { slides.forEach(slide => { const content = slide.querySelector('.slide-content'); if (content) content.style.opacity = '0'; }); }  function updateDots() { dots.forEach((dot, i) => { dot.classList.toggle('active', i === currentSlide); }); }  function getNextIndex(current) { return (current + 1) % slideCount; } function getPrevIndex(current) { return (current - 1 + slideCount) % slideCount; }  function updateHoverHandlers() { slides.forEach(slide => { slide.onmouseenter = null; slide.onmouseleave = null; }); const activeSlide = document.querySelector('.slide.active'); if (activeSlide) { activeSlide.addEventListener('mouseenter', () => { isHovered = true; if (slideInterval) { clearInterval(slideInterval); slideInterval = null; } }); activeSlide.addEventListener('mouseleave', () => { isHovered = false; if (!slideInterval) { startSlideshow(); } }); } }  function initializeSlides() { hideAllSlideContent(); slides.forEach(slide => { slide.style.opacity = '0'; slide.style.zIndex = '1'; const title = slide.querySelector('.slide-title'); const desc = slide.querySelector('.slide-description'); if (title) title.style.animation = 'none'; if (desc) desc.style.animation = 'none'; });  const firstSlide = slides[0]; setSlideStyle(firstSlide, { left: '50%', transform: 'translateX(-50%) scale(1)', opacity: '1', zIndex: '10', className: 'active' }); const firstSlideContent = firstSlide.querySelector('.slide-content'); if (firstSlideContent) firstSlideContent.style.opacity = '0'; setTimeout(() => { if (firstSlideContent) firstSlideContent.style.opacity = '1'; animateSlideContent(firstSlide); setTimeout(() => { const nextSlide = slides[getNextIndex(0)]; const prevSlide = slides[getPrevIndex(0)]; setSlideStyle(nextSlide, { right: SLIDE_SIDE_OFFSET, transform: `scale(${SLIDE_SCALE}) rotateY(-${SLIDE_ROTATE}deg)` , opacity: SLIDE_OPACITY, zIndex: '5', className: 'next' }); setSlideStyle(prevSlide, { left: SLIDE_SIDE_OFFSET, transform: `scale(${SLIDE_SCALE}) rotateY(${SLIDE_ROTATE}deg)` , opacity: SLIDE_OPACITY, zIndex: '5', className: 'prev' }); updateHoverHandlers(); }, SLIDE_DESC_DELAY + 100); }, SLIDE_TITLE_DELAY + 100); }  function updateSlidePositions() { hideAllSlideContent(); slides.forEach((slide, index) => { setSlideStyle(slide, {}); if (index === currentSlide) { setSlideStyle(slide, { left: '50%', transform: 'translateX(-50%) scale(1)', opacity: '1', zIndex: '10', className: 'active' }); setTimeout(() => { const content = slide.querySelector('.slide-content'); if (content) content.style.opacity = '1'; animateSlideContent(slide); }, 200); } else if (index === getPrevIndex(currentSlide)) { setSlideStyle(slide, { left: SLIDE_SIDE_OFFSET, transform: `scale(${SLIDE_SCALE}) rotateY(${SLIDE_ROTATE}deg)` , opacity: SLIDE_OPACITY, zIndex: '5', className: 'prev' }); } else if (index === getNextIndex(currentSlide)) { setSlideStyle(slide, { right: SLIDE_SIDE_OFFSET, transform: `scale(${SLIDE_SCALE}) rotateY(-${SLIDE_ROTATE}deg)` , opacity: SLIDE_OPACITY, zIndex: '5', className: 'next' }); } }); }  function showSlide(index) { if (index < 0) { currentSlide = slideCount - 1; } else if (index >= slideCount) { currentSlide = 0; } else { currentSlide = index; } updateSlidePositions(); updateDots(); updateHoverHandlers(); }  function nextSlide() { showSlide(currentSlide + 1); } function prevSlide() { showSlide(currentSlide - 1); }  function startSlideshow() { if (isHovered) return; if (slideInterval) clearInterval(slideInterval); slideInterval = setInterval(nextSlide, SLIDE_INTERVAL); } function stopSlideshow() { clearInterval(slideInterval); }  document.querySelector('.slider-dots').addEventListener('click', function(e) { if (e.target.classList.contains('slider-dot')) { const idx = parseInt(e.target.getAttribute('data-slide'), 10); if (!isNaN(idx)) { showSlide(idx); stopSlideshow(); startSlideshow(); } } });  let touchstartX = 0; let touchendX = 0; slider.addEventListener('touchstart', e => { touchstartX = e.changedTouches[0].screenX; stopSlideshow(); }); slider.addEventListener('touchend', e => { touchendX = e.changedTouches[0].screenX; handleSwipe(); startSlideshow(); }); function handleSwipe() { const swipeDistance = touchendX - touchstartX; if (swipeDistance > SWIPE_THRESHOLD) { prevSlide(); } else if (swipeDistance < -SWIPE_THRESHOLD) { nextSlide(); } }   setFirstSlideBackground();  initializeSlides();  setTimeout(() => { setRemainingSlideBackgrounds(); }, 100);  startSlideshow(); });<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a7d8ea4 e-flex e-con-boxed e-con e-parent\" data-id=\"a7d8ea4\" 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-0d208ee elementor-widget elementor-widget-spacer\" data-id=\"0d208ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a60ecd e-con-full e-flex e-con e-parent\" data-id=\"5a60ecd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fee5d43 elementor-widget elementor-widget-html\" data-id=\"fee5d43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style> .ticker-container { position: relative; overflow: hidden; width: 100%; height: 200px; background: transparent; margin-top: 10px; } .ticker { position: absolute; display: flex; width: fit-content; margin: 0; padding: 0; list-style: none; will-change: transform; left: 0; transform: translateX(0); --animation-duration: 100s;  } .ticker.animate { animation: ticker var(--animation-duration) linear infinite; } .ticker li { white-space: nowrap; padding: 0 60px; display: flex; align-items: center; flex-shrink: 0; } .ticker__text { margin: 0; font-family: 'Damoon', sans-serif; font-size: 82px; font-weight: 800; color: #fff; display: flex; align-items: center; line-height: 1; } .highlight { color: #6C28CB; margin: 0 30px; display: inline-block; transform: translateY(0); padding-top: 10px; } .divider { display: inline-flex; align-items: center; margin: 0 30px; } .divider::before { content: \"\"; width: 8px; height: 60px; background-color: #6C28CB; border-radius: 4px; } @keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } @media screen and (max-width: 1200px) { .ticker__text { font-size: 68px; } .divider::before { height: 50px; width: 7px; } .divider { margin: 0 20px; } } @media screen and (max-width: 992px) { .ticker-container { height: 160px; } .ticker__text { font-size: 54px; } .ticker li { padding: 0 40px; } .divider::before { height: 40px; width: 6px; } .divider { margin: 0 15px; } } @media screen and (max-width: 768px) { .ticker-container { height: 120px; } .ticker__text { font-size: 48px; } .ticker li { padding: 0 30px; } .divider::before { height: 30px; width: 5px; } .divider { margin: 0 10px; } } @media screen and (max-width: 576px) { .ticker-container { height: 100px; } .ticker__text { font-size: 42px; } .ticker li { padding: 0 20px; } .divider::before { height: 24px; width: 4px; } .divider { margin: 0 8px; } } @media screen and (max-width: 480px) { .ticker-container { height: 80px; } .ticker__text { font-size: 38px; } .ticker li { padding: 0 15px; } .divider::before { height: 18px; width: 3px; } .divider { margin: 0 6px; } }<\/style><div class=\"ticker-container\"> <ul class=\"ticker\" data-speed=\"70\" data-direction=\"right\"> <li> <p class=\"ticker__text\">We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done <span class=\"divider\"><\/span> We are a boutique agency <span class=\"divider\"><\/span> that gets things done<\/p> <\/li> <\/ul><\/div><script> document.addEventListener('DOMContentLoaded', function() { const ticker = document.querySelector('.ticker'); const items = ticker.querySelectorAll('li'); function setupTicker() {  const tickerSpeed = ticker.dataset.speed || 30;  let speedMultiplier = 2; if (window.innerWidth <= 768) { speedMultiplier = 1.5;  } else if (window.innerWidth <= 1200) { speedMultiplier = 1.75;  } const animationDuration = (400 - tickerSpeed * speedMultiplier);   ticker.style.setProperty('--animation-duration', animationDuration + 's'); }  items.forEach(item => { const clone = item.cloneNode(true); ticker.appendChild(clone); });  setupTicker();  requestAnimationFrame(() => { ticker.classList.add('animate'); });  ticker.addEventListener('animationend', () => { ticker.classList.remove('animate'); ticker.offsetHeight;  ticker.classList.add('animate'); });  window.addEventListener('resize', function() { setupTicker();  ticker.classList.remove('animate'); ticker.offsetHeight;  ticker.classList.add('animate'); }); });<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-406daff e-con-full e-flex e-con e-parent\" data-id=\"406daff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f86191a elementor-widget elementor-widget-html\" data-id=\"f86191a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"animated-line-container\" style=\"width: 100%; max-width: 1517px; margin: 0 auto 50px; height: 1px; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\n    <div class=\"animated-line reverse-animation\" style=\"height: 1px; width: 100%; background: linear-gradient(90deg, transparent 0%, #8D00CF 50%, transparent 100%); position: relative; background-size: 200% 100%; animation: elementor-line-move-reverse 3s linear infinite;\"><\/div>\n<\/div>\n<style>\n@keyframes elementor-line-move-reverse {\n    0% {\n        transform: translateX(100%);\n    }\n    100% {\n        transform: translateX(-100%);\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b3deecc e-flex e-con-boxed e-con e-parent\" data-id=\"b3deecc\" 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-2cabdcf elementor-widget elementor-widget-spacer\" data-id=\"2cabdcf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c76d727 e-flex e-con-boxed e-con e-parent\" data-id=\"c76d727\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-beda456 e-con-full e-flex e-con e-child\" data-id=\"beda456\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f78340 elementor-widget elementor-widget-heading\" data-id=\"7f78340\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Story<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e2eb88 e-con-full e-flex e-con e-child\" data-id=\"3e2eb88\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b2e1bed e-con-full e-flex e-con e-child\" data-id=\"b2e1bed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df076d2 elementor-widget elementor-widget-heading\" data-id=\"df076d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Redefining Branding, Innovation, and Transformation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90fafdb elementor-widget elementor-widget-spacer\" data-id=\"90fafdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62e44ad elementor-widget elementor-widget-html\" data-id=\"62e44ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>.thuraya-icon-list-container{max-width:800px;width:100%;margin:0 auto;padding:20px;box-sizing:border-box}.thuraya-icon-list{list-style:none;padding:0;margin:0}.thuraya-icon-list-item{display:flex;align-items:flex-start;margin-bottom:25px}.thuraya-icon-wrapper{flex:0 0 16px;height:16px;margin-right:10px;margin-top:6px}.thuraya-icon-wrapper img{width:100%;height:100%;loading:lazy;decoding:async}.thuraya-item-text{flex:1;color:#666666a1;transition:color .3s ease;font-size:20px;line-height:1.6;word-spacing:normal}.word-wrapper{display:inline-block;white-space:nowrap;margin-right:.3em}.animate-letter{display:inline-block;transition:color .3s ease}.white-letter{color:#fcfcfc}@media(min-width:1200px){.thuraya-icon-list-container{max-width:900px}.thuraya-item-text{font-size:20px}}@media(max-width:1199px)and (min-width:768px){.thuraya-icon-list-container{max-width:90%;padding:15px}.thuraya-item-text{font-size:18px}}@media(max-width:767px){.thuraya-icon-list-container{max-width:100%;padding:15px 10px}.thuraya-icon-list-item{margin-bottom:20px}.thuraya-icon-wrapper{flex:0 0 14px;height:14px;margin-top:5px}.thuraya-item-text{font-size:16px;line-height:1.5}}@media(max-width:480px){.thuraya-icon-wrapper{flex:0 0 12px;height:12px;margin-right:8px;margin-top:4px}.thuraya-item-text{font-size:15px;line-height:1.4}}<\/style><div class=\"thuraya-icon-list-container\"><ul class=\"thuraya-icon-list\"><li class=\"thuraya-icon-list-item\"><div class=\"thuraya-icon-wrapper\"><img src=\"\/wp-content\/uploads\/2025\/04\/THURAYAbiz-Logo-White-whitout-text.svg\" alt=\"THURAYAbiz Logo\" loading=\"lazy\" decoding=\"async\"><\/div><div class=\"thuraya-item-text\" data-text=\"In the ever-evolving world of branding, marketing, and creative storytelling, THURAYAbiz, a boutique agency has emerged as a transformative force.\" data-index=\"0\">In the ever-evolving world of branding, marketing, and creative storytelling, THURAYAbiz, a boutique agency has emerged as a transformative force.<\/div><\/li><li class=\"thuraya-icon-list-item\"><div class=\"thuraya-icon-wrapper\"><img src=\"\/wp-content\/uploads\/2025\/04\/THURAYAbiz-Logo-White-whitout-text.svg\" alt=\"THURAYAbiz Logo\" loading=\"lazy\" decoding=\"async\"><\/div><div class=\"thuraya-item-text\" data-text=\"Established in 2007, the company has consistently pushed boundaries, redefining brand narratives and fostering innovation to help businesses upscale their presence in competitive markets.\" data-index=\"1\">Established in 2007, the company has consistently pushed boundaries, redefining brand narratives and fostering innovation to help businesses upscale their presence in competitive markets.<\/div><\/li><\/ul><\/div><script>(function(){'use strict';var a={animationInProgress:!1,firstAnimationComplete:!1,textElements:null,rafId:null};function b(){a.textElements=document.querySelectorAll('.thuraya-item-text');a.textElements.forEach(function(c){var d=c.getAttribute('data-text');if(d){var e=d.split(' '),f='';e.forEach(function(g){f+='<span class=\"word-wrapper\">';for(var h=0;h<g.length;h++)f+='<span class=\"animate-letter\">'+g[h]+'<\/span>';f+='<\/span>'});c.innerHTML=f}})}function i(c){var d=c.getBoundingClientRect();return d.top<=(window.innerHeight||document.documentElement.clientHeight)&&d.bottom>=0}function j(){if(a.rafId){cancelAnimationFrame(a.rafId);a.rafId=null}if(!a.textElements||a.textElements.length<2)return;var c=a.textElements[0],d=a.textElements[1];if(i(c)&&i(d)&&!a.animationInProgress&&!a.firstAnimationComplete){a.animationInProgress=!0;var e=c.querySelectorAll('.animate-letter');e.forEach(function(f,g){setTimeout(function(){f.classList.add('white-letter');if(g===e.length-1){a.firstAnimationComplete=!0;a.animationInProgress=!1;setTimeout(k,300)}},g*30)})}}function k(){var c=a.textElements[1];if(!c)return;a.animationInProgress=!0;var d=c.querySelectorAll('.animate-letter');d.forEach(function(e,f){setTimeout(function(){e.classList.add('white-letter');if(f===d.length-1)a.animationInProgress=!1},f*30)})}function l(){a.rafId=requestAnimationFrame(function(){j();a.rafId=null})}if(typeof jQuery!=='undefined'){jQuery(document).ready(function(){b();j();jQuery(window).on('scroll',l)})}else{if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',function(){b();j();window.addEventListener('scroll',l,{passive:!0})})}else{b();j();window.addEventListener('scroll',l,{passive:!0})}}})();<\/script>\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<div class=\"elementor-element elementor-element-7afd4a2 e-flex e-con-boxed e-con e-parent\" data-id=\"7afd4a2\" 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-4c2389f elementor-widget elementor-widget-spacer\" data-id=\"4c2389f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5debddb e-con-full e-flex e-con e-parent\" data-id=\"5debddb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-917675a elementor-widget elementor-widget-html\" data-id=\"917675a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"animated-line-container\" style=\"width: 100%; max-width: 1900px; margin: 0 auto 50px; height: 1px; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\n    <div class=\"animated-line\" style=\"height: 1px; width: 100%; background: linear-gradient(90deg, transparent 0%, #8D00CF 50%, transparent 100%); position: relative; background-size: 200% 100%; animation: line-move 3s linear infinite;\"><\/div>\n<\/div>\n<style>\n@keyframes line-move {\n    0% {\n        transform: translateX(-100%);\n    }\n    100% {\n        transform: translateX(100%);\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53f14d7 e-con-full e-flex e-con e-parent\" data-id=\"53f14d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c6f5d3c elementor-widget elementor-widget-image-carousel\" data-id=\"c6f5d3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;5&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:1000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"rtl\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-18-White.svg\" alt=\"Client-18-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-26-White.svg\" alt=\"Client-26-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-25-White.svg\" alt=\"Client-25-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-29-White.svg\" alt=\"Client-29-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-24-White.svg\" alt=\"Client-24-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-23-White.svg\" alt=\"Client-23-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-21-White.svg\" alt=\"Client-21-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-02-White.svg\" alt=\"Client-02-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-06-White.svg\" alt=\"Client-06-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-05-White.svg\" alt=\"Client-05-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-14-White.svg\" alt=\"Client-14-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-11-White.svg\" alt=\"Client-11-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-13-White.svg\" alt=\"Client-13-White\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f43d3f0 e-con-full e-flex e-con e-parent\" data-id=\"f43d3f0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d8bea12 elementor-widget elementor-widget-html\" data-id=\"d8bea12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"animated-line-container\" style=\"width: 100%; max-width: 1517px; margin: 0 auto 50px; height: 1px; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\n    <div class=\"animated-line reverse-animation\" style=\"height: 1px; width: 100%; background: linear-gradient(90deg, transparent 0%, #8D00CF 50%, transparent 100%); position: relative; background-size: 200% 100%; animation: elementor-line-move-reverse 3s linear infinite;\"><\/div>\n<\/div>\n<style>\n@keyframes elementor-line-move-reverse {\n    0% {\n        transform: translateX(100%);\n    }\n    100% {\n        transform: translateX(-100%);\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40e836d e-con-full e-flex e-con e-parent\" data-id=\"40e836d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a8d71d elementor-widget elementor-widget-image-carousel\" data-id=\"6a8d71d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;5&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:1000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-18-White.svg\" alt=\"Client-18-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-13-White.svg\" alt=\"Client-13-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-11-White.svg\" alt=\"Client-11-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-14-White.svg\" alt=\"Client-14-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-05-White.svg\" alt=\"Client-05-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-06-White.svg\" alt=\"Client-06-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-02-White.svg\" alt=\"Client-02-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-21-White.svg\" alt=\"Client-21-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-23-White.svg\" alt=\"Client-23-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-24-White.svg\" alt=\"Client-24-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-29-White.svg\" alt=\"Client-29-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-25-White.svg\" alt=\"Client-25-White\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 of 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Client-26-White.svg\" alt=\"Client-26-White\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e9a54a e-con-full e-flex e-con e-parent\" data-id=\"0e9a54a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5820690 elementor-widget elementor-widget-html\" data-id=\"5820690\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"animated-line-container\" style=\"width: 100%; max-width: 1900px; margin: 0 auto 50px; height: 1px; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\n    <div class=\"animated-line\" style=\"height: 1px; width: 100%; background: linear-gradient(90deg, transparent 0%, #8D00CF 50%, transparent 100%); position: relative; background-size: 200% 100%; animation: line-move 3s linear infinite;\"><\/div>\n<\/div>\n<style>\n@keyframes line-move {\n    0% {\n        transform: translateX(-100%);\n    }\n    100% {\n        transform: translateX(100%);\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1efcf50 e-flex e-con-boxed e-con e-parent\" data-id=\"1efcf50\" 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-0acde81 elementor-widget elementor-widget-spacer\" data-id=\"0acde81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f096452 e-flex e-con-boxed e-con e-parent\" data-id=\"f096452\" 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-cffd4f6 elementor-widget elementor-widget-heading\" data-id=\"cffd4f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Milestone<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0b800a elementor-widget elementor-widget-heading\" data-id=\"c0b800a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We take pride in our journey of innovation, impact, and excellence<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-840c8bc e-flex e-con-boxed e-con e-parent\" data-id=\"840c8bc\" 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-4fca3e3 elementor-widget elementor-widget-spacer\" data-id=\"4fca3e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aee023e elementor-widget elementor-widget-html\" data-id=\"aee023e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"thurayabiz-counter-carousel\"> <div class=\"swiper-container counter-swiper\"> <div class=\"swiper-wrapper\"> <div class=\"swiper-slide\"> <div class=\"counter-item\"> <div class=\"counter-title\">Govermental Projects<\/div> <div class=\"counter-number-wrapper\"> <span class=\"counter-number\" data-value=\"32\">0<\/span> <span class=\"counter-suffix\">+<\/span> <\/div> <\/div> <\/div> <div class=\"swiper-slide\"> <div class=\"counter-item\"> <div class=\"counter-title\">Thurayabiz Star Thinkers<\/div> <div class=\"counter-number-wrapper\"> <span class=\"counter-number\" data-value=\"33\">0<\/span> <span class=\"counter-suffix\">+<\/span> <\/div> <\/div> <\/div> <div class=\"swiper-slide\"> <div class=\"counter-item\"> <div class=\"counter-title\">Case Studies<\/div> <div class=\"counter-number-wrapper\"> <span class=\"counter-number\" data-value=\"25\">0<\/span> <span class=\"counter-suffix\">+<\/span> <\/div> <\/div> <\/div> <div class=\"swiper-slide\"> <div class=\"counter-item\"> <div class=\"counter-title\">Omani Employees<\/div> <div class=\"counter-number-wrapper\"> <span class=\"counter-number\" data-value=\"27\">0<\/span> <span class=\"counter-suffix\">+<\/span> <\/div> <\/div> <\/div> <div class=\"swiper-slide\"> <div class=\"counter-item\"> <div class=\"counter-title\">Corporate Projects<\/div> <div class=\"counter-number-wrapper\"> <span class=\"counter-number\" data-value=\"127\">0<\/span> <span class=\"counter-suffix\">+<\/span> <\/div> <\/div> <\/div> <div class=\"swiper-slide\"> <div class=\"counter-item\"> <div class=\"counter-title\">Workshops &amp; Lectures<\/div> <div class=\"counter-number-wrapper\"> <span class=\"counter-number\" data-value=\"175\">0<\/span> <span class=\"counter-suffix\">+<\/span> <\/div> <\/div> <\/div> <div class=\"swiper-slide\"> <div class=\"counter-item\"> <div class=\"counter-title\">Internatinal Employees<\/div> <div class=\"counter-number-wrapper\"> <span class=\"counter-number\" data-value=\"6\">0<\/span> <span class=\"counter-suffix\">+<\/span> <\/div> <\/div> <\/div> <div class=\"swiper-slide\"> <div class=\"counter-item\"> <div class=\"counter-title\">CSR Projects<\/div> <div class=\"counter-number-wrapper\"> <span class=\"counter-number\" data-value=\"35\">0<\/span> <span class=\"counter-suffix\">+<\/span> <\/div> <\/div> <\/div> <div class=\"swiper-slide\"> <div class=\"counter-item\"> <div class=\"counter-title\">Clients Satisfation<\/div> <div class=\"counter-number-wrapper\"> <span class=\"counter-number\" data-value=\"58\">0<\/span> <span class=\"counter-suffix\">+<\/span> <\/div> <\/div> <\/div> <\/div> <div class=\"swiper-pagination\"><\/div> <\/div><\/div><style>.thurayabiz-counter-carousel { max-width: 100%; margin: 0 auto; padding: 20px;}.thurayabiz-counter-carousel .swiper-container { width: 100%; height: 100%; padding: 20px 0; overflow: hidden !important; }.thurayabiz-counter-carousel .swiper-slide { display: flex; justify-content: center; align-items: center; height: 250px !important;  transition: all 0.3s ease;}.thurayabiz-counter-carousel .swiper-slide-active,.thurayabiz-counter-carousel .swiper-slide-next,.thurayabiz-counter-carousel .swiper-slide-prev { height: 250px !important; }.thurayabiz-counter-carousel .counter-item { position: relative; width: 90%; height: 220px;  padding: 35px;  border-radius: 15px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; background: transparent; overflow: hidden; z-index: 1; box-shadow: 0 4px 30px rgba(75, 0, 130, 0.4); display: flex; flex-direction: column; justify-content: center;}.thurayabiz-counter-carousel .counter-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--slide-bg, #6A3CB5);  border-radius: 15px; box-shadow:  inset 0 0 25px rgba(255, 255, 255, 0.15), 0 0 30px rgba(138, 43, 226, 0.5); z-index: -1;}.thurayabiz-counter-carousel .counter-item::after { content: none;}.thurayabiz-counter-carousel .counter-title { font-family: 'Damoon', sans-serif; font-size: 24px;  font-weight: 500; margin-bottom: 18px;  color: white; text-shadow: 0 0 15px rgba(255, 255, 255, 0.7); position: relative; z-index: 2;}.thurayabiz-counter-carousel .counter-number-wrapper { font-family: 'Damoon', sans-serif; font-size: 64px;  font-weight: 500; color: white; margin-top: 12px;  text-shadow: 0 0 20px rgba(255, 255, 255, 0.9); position: relative; z-index: 2;}.thurayabiz-counter-carousel .counter-suffix { font-size: 44px;  vertical-align: 5px;}@keyframes thurayabiz-cosmic-pulse { 0% { opacity: 0.95; box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.15), 0 0 30px rgba(138, 43, 226, 0.5); } 50% { opacity: 1; box-shadow: inset 0 0 35px rgba(255, 255, 255, 0.2), 0 0 40px rgba(138, 43, 226, 0.6); } 100% { opacity: 0.95; box-shadow: inset 0 0 25px rgba(255, 255, 255, 0.15), 0 0 30px rgba(138, 43, 226, 0.5); }}.thurayabiz-counter-carousel .swiper-pagination-bullet { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.3); cursor: pointer; transition: all 0.3s ease; box-shadow: 0 0 10px rgba(147, 112, 219, 0.5), 0 0 20px rgba(147, 112, 219, 0.3); opacity: 1;}.thurayabiz-counter-carousel .swiper-pagination-bullet-active { background: rgba(147, 112, 219, 0.8); box-shadow: 0 0 10px rgba(147, 112, 219, 0.8), 0 0 20px rgba(147, 112, 219, 0.6), 0 0 30px rgba(147, 112, 219, 0.4);}@media (max-width: 767px) { .thurayabiz-counter-carousel .swiper-slide { justify-content: center; height: 230px !important;  } .thurayabiz-counter-carousel .counter-item { width: 92%;  height: 200px;  } .thurayabiz-counter-carousel .counter-title { font-size: 24px;  } .thurayabiz-counter-carousel .counter-number-wrapper { font-size: 44px;  } .thurayabiz-counter-carousel .swiper-pagination-bullet { width: 8px; height: 8px; }}<\/style><script>var ThurayaBizCounter = { init: function() {  if (window.jQuery && (typeof Swiper !== 'undefined' || typeof window.elementorFrontend !== 'undefined')) { ThurayaBizCounter.initializeCarousel();  ThurayaBizCounter.setupScrollDetection(); } else { setTimeout(ThurayaBizCounter.init, 200); } }, initializeCarousel: function() {  var swiperAvailable = typeof Swiper !== 'undefined'; var elementorSwiperAvailable = window.elementorFrontend &&  typeof elementorFrontend.utils !== 'undefined' &&  typeof elementorFrontend.utils.swiper !== 'undefined'; if (!swiperAvailable && !elementorSwiperAvailable) {  var script = document.createElement('script'); script.src = 'https:\/\/cdn.jsdelivr.net\/npm\/swiper@10\/swiper-bundle.min.js'; script.onload = ThurayaBizCounter.setupSwiper; document.head.appendChild(script); var link = document.createElement('link'); link.rel = 'stylesheet'; link.href = 'https:\/\/cdn.jsdelivr.net\/npm\/swiper@10\/swiper-bundle.min.css'; document.head.appendChild(link); } else {  ThurayaBizCounter.setupSwiper(); } }, setupSwiper: function() {  var carouselId = 'thurayabiz-counter-carousel-' + Math.floor(Math.random() * 1000); jQuery('.thurayabiz-counter-carousel').attr('id', carouselId);  jQuery('#' + carouselId + ' .swiper-slide').css({ 'height': '250px' }); jQuery('#' + carouselId + ' .counter-item').css({ 'height': '220px', 'width': '90%', 'display': 'flex', 'flex-direction': 'column', 'justify-content': 'center' });  var SwiperClass = Swiper; if (window.elementorFrontend &&  typeof elementorFrontend.utils !== 'undefined' &&  typeof elementorFrontend.utils.swiper !== 'undefined') { SwiperClass = elementorFrontend.utils.swiper; }  var counterSwiper = new SwiperClass('#' + carouselId + ' .counter-swiper', { slidesPerView: 3, slidesPerGroup: 3, spaceBetween: 30, loop: true, allowTouchMove: true, centerInsufficientSlides: true, watchOverflow: true, autoplay: { delay: 5000, disableOnInteraction: false, }, pagination: { el: '#' + carouselId + ' .swiper-pagination', clickable: true, }, breakpoints: { 0: { slidesPerView: 1, slidesPerGroup: 1, spaceBetween: 20 }, 768: { slidesPerView: 2, slidesPerGroup: 2, spaceBetween: 20 }, 992: { slidesPerView: 3, slidesPerGroup: 3 } }, on: { init: function() { ThurayaBizCounter.equalizeSlideHeights();  ThurayaBizCounter.checkCarouselVisibility(); }, slideChange: function() { ThurayaBizCounter.resetCounters(); ThurayaBizCounter.equalizeSlideHeights(); }, slideChangeTransitionEnd: function() {  if (ThurayaBizCounter.hasBeenInView) { ThurayaBizCounter.animateVisibleCounters(); } } } });  ThurayaBizCounter.swiper = counterSwiper;  jQuery('#' + carouselId + ' .swiper-pagination-bullet').on('click', function() { setTimeout(function() { ThurayaBizCounter.resetCounters(); ThurayaBizCounter.equalizeSlideHeights(); if (ThurayaBizCounter.hasBeenInView) { ThurayaBizCounter.animateVisibleCounters(); } }, 100); });  jQuery(window).on('resize', function() { setTimeout(ThurayaBizCounter.equalizeSlideHeights, 100); });  ThurayaBizCounter.carouselId = carouselId; },  hasBeenInView: false,  setupScrollDetection: function() { jQuery(window).on('scroll', ThurayaBizCounter.checkCarouselVisibility);  setTimeout(ThurayaBizCounter.checkCarouselVisibility, 500); },  checkCarouselVisibility: function() {  if (!ThurayaBizCounter.hasBeenInView && ThurayaBizCounter.carouselId) { var carousel = jQuery('#' + ThurayaBizCounter.carouselId); if (carousel.length) { var windowHeight = jQuery(window).height(); var scrollTop = jQuery(window).scrollTop(); var elementOffset = carousel.offset().top; var elementHeight = carousel.outerHeight(); var elementBottom = elementOffset + elementHeight; var triggerPoint = scrollTop + windowHeight;   if (elementBottom <= triggerPoint &&  (elementBottom - elementOffset * 0.1) <= triggerPoint) { console.log('Carousel fully visible - triggering counter animation');  ThurayaBizCounter.hasBeenInView = true;  ThurayaBizCounter.animateVisibleCounters();  ThurayaBizCounter.startCarouselCycle(); } } } },  startCarouselCycle: function() {  if (!ThurayaBizCounter.swiper) return;  var delayBeforeSlide = 4000;   function runCycle() {  setTimeout(function() {  ThurayaBizCounter.swiper.slideNext(1000);  setTimeout(function() { ThurayaBizCounter.resetCounters(); ThurayaBizCounter.animateVisibleCounters();  runCycle(); }, 1000);  }, delayBeforeSlide); }  runCycle(); }, equalizeSlideHeights: function() { jQuery('.thurayabiz-counter-carousel .swiper-slide').css('height', '250px'); }, resetCounters: function() {  jQuery('.thurayabiz-counter-carousel .swiper-slide-active .counter-number, ' + '.thurayabiz-counter-carousel .swiper-slide-active + .swiper-slide .counter-number, ' + '.thurayabiz-counter-carousel .swiper-slide-active + .swiper-slide + .swiper-slide .counter-number').each(function() { const $this = jQuery(this); $this.text('0'); $this.removeAttr('data-counted'); }); }, animateVisibleCounters: function() {  jQuery('.thurayabiz-counter-carousel .swiper-slide-active .counter-number, ' + '.thurayabiz-counter-carousel .swiper-slide-active + .swiper-slide .counter-number, ' + '.thurayabiz-counter-carousel .swiper-slide-active + .swiper-slide + .swiper-slide .counter-number').each(function() { const $this = jQuery(this); if ($this.attr('data-counted') !== 'true') { const toValue = parseInt($this.attr('data-value')); $this.prop('Counter', 0).animate({ Counter: toValue }, { duration: 1500, easing: 'swing', step: function(now) { $this.text(Math.ceil(now)); }, complete: function() { $this.text(toValue); $this.attr('data-counted', 'true'); } }); } }); }};document.addEventListener('DOMContentLoaded', function() {  ThurayaBizCounter.init();});if (window.elementorFrontend) { elementorFrontend.hooks.addAction('frontend\/element_ready\/global', function() { ThurayaBizCounter.init(); });}<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-95cb811 e-flex e-con-boxed e-con e-parent\" data-id=\"95cb811\" 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-76027db elementor-widget elementor-widget-spacer\" data-id=\"76027db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0fc408 e-flex e-con-boxed e-con e-parent\" data-id=\"a0fc408\" 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-1a1e4ce elementor-widget elementor-widget-heading\" data-id=\"1a1e4ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Success Story<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39498a1 elementor-widget elementor-widget-heading\" data-id=\"39498a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our team has led and delivered large-scale software and design projects in multiple startups and high-growth environments like Petroleum Development Oman, Oman Air and Otaxi.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-694d707 e-flex e-con-boxed e-con e-parent\" data-id=\"694d707\" 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-56656fd elementor-widget elementor-widget-spacer\" data-id=\"56656fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b8404ed e-con-full e-flex e-con e-parent\" data-id=\"b8404ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33ac110 elementor-widget elementor-widget-html\" data-id=\"33ac110\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"animated-line-container\" style=\"width: 100%; max-width: 1517px; margin: 0 auto 50px; height: 1px; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\n    <div class=\"animated-line reverse-animation\" style=\"height: 1px; width: 100%; background: linear-gradient(90deg, transparent 0%, #8D00CF 50%, transparent 100%); position: relative; background-size: 200% 100%; animation: elementor-line-move-reverse 3s linear infinite;\"><\/div>\n<\/div>\n<style>\n@keyframes elementor-line-move-reverse {\n    0% {\n        transform: translateX(100%);\n    }\n    100% {\n        transform: translateX(-100%);\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc50e0d e-flex e-con-boxed e-con e-parent\" data-id=\"dc50e0d\" 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-0fadf43 elementor-widget elementor-widget-spacer\" data-id=\"0fadf43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc59775 e-flex e-con-boxed e-con e-parent\" data-id=\"cc59775\" 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-ff9780d elementor-widget elementor-widget-html\" data-id=\"ff9780d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> <style> .success-stories-carousel { width: 100%; max-width: 1200px; margin: 0 auto; position: relative; overflow: hidden; padding: 20px 0; touch-action: pan-y; box-sizing: border-box; } .success-stories-container { display: flex; transition: transform 0.5s ease; align-items: stretch; width: 100%; box-sizing: border-box; } .success-story-slide { flex: 0 0 calc(100% \/ 3); width: calc(100% \/ 3); padding: 8px; box-sizing: border-box; display: flex; flex-direction: column; } .success-story-content { display: block; border-radius: 15px; overflow: hidden; height: 100%; box-shadow: 0 15px 25px rgba(0,0,0,0.15); transition: all 0.3s ease; position: relative; background: transparent; } .success-story-content:hover { transform: translateY(-5px); box-shadow: 0 20px 30px rgba(147, 112, 219, 0.3); } .success-story-image { position: relative; border-radius: 15px; overflow: hidden; } .success-story-image a { display: block; } .success-story-image img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.7s ease; display: block; } .success-story-content:hover .success-story-image img { transform: scale(1.05); } .success-story-title { display: none; } .carousel-dots { display: flex; justify-content: center; margin-top: 20px; position: relative; flex-wrap: wrap; gap: 4px; } .carousel-dot { width: 8px; height: 8px; background: rgba(255, 255, 255, 0.4); border-radius: 50%; margin: 0 4px; cursor: pointer; transition: all 0.3s ease; opacity: 0.7; box-shadow: 0 0 8px rgba(147, 112, 219, 0.4); min-width: 8px; } .carousel-dot.active { width: 12px; height: 12px; background: rgba(147, 112, 219, 0.9); opacity: 1; box-shadow: 0 0 12px rgba(147, 112, 219, 0.7), 0 0 20px rgba(147, 112, 219, 0.5); transform: scale(1.1); } @media (min-width: 1200px) { .success-story-slide { flex: 0 0 calc(100% \/ 3); width: calc(100% \/ 3); } } @media (max-width: 1199px) and (min-width: 993px) { .success-story-slide { flex: 0 0 calc(100% \/ 3); width: calc(100% \/ 3); } } @media (max-width: 992px) and (min-width: 769px) { .success-stories-carousel { padding: 15px 0; max-width: 100%; } .success-stories-container { justify-content: flex-start; align-items: stretch; width: 100%; } .success-story-slide { flex: 0 0 calc(100% \/ 2); width: calc(100% \/ 2); padding: 6px; } .success-story-image img { height: 200px; } .carousel-dot { width: 10px; height: 10px; margin: 0 5px; } .carousel-dot.active { width: 14px; height: 14px; } } @media (max-width: 768px) and (min-width: 481px) { .success-stories-carousel { padding: 15px 0; } .success-stories-container { justify-content: flex-start; align-items: stretch; width: 100%; } .success-story-slide { flex: 0 0 calc(100% \/ 2); width: calc(100% \/ 2); padding: 5px; } .success-story-image img { height: 180px; } .carousel-dot { width: 10px; height: 10px; margin: 0 5px; } .carousel-dot.active { width: 14px; height: 14px; } .success-story-content:hover { transform: translateY(-3px); } .success-story-content:hover .success-story-image img { transform: scale(1.03); } } @media (max-width: 480px) { .success-stories-carousel { padding: 10px 0; overflow: hidden; } .success-stories-container { justify-content: flex-start; align-items: stretch; padding: 5px 0; width: 100%; } .success-story-slide { min-width: 100%; max-width: 100%; padding: 0 15px; margin: 0; display: flex; justify-content: center; box-sizing: border-box; flex-shrink: 0; } .success-story-content { width: 85%; max-width: 300px; margin: 0 auto; } .success-story-image img { height: 200px; } .carousel-dots { margin-top: 15px; gap: 2px; } .carousel-dot { width: 8px; height: 8px; margin: 0 3px; min-width: 8px; } .carousel-dot.active { width: 12px; height: 12px; } .success-story-content:hover { transform: none; } .success-story-content:hover .success-story-image img { transform: none; } } @media (max-width: 360px) { .success-stories-carousel { padding: 8px 0; overflow: hidden; } .success-stories-container { justify-content: flex-start; align-items: stretch; padding: 3px 0; width: 100%; } .success-story-slide { min-width: 100%; max-width: 100%; padding: 0 10px; margin: 0; display: flex; justify-content: center; box-sizing: border-box; flex-shrink: 0; } .success-story-content { width: 90%; max-width: 280px; margin: 0 auto; } .success-story-image img { height: 180px; } .carousel-dot { width: 6px; height: 6px; margin: 0 2px; min-width: 6px; } .carousel-dot.active { width: 10px; height: 10px; } } <\/style> <div class=\"success-stories-carousel\"> <div class=\"success-stories-container\" id=\"successStoriesContainer\"> <\/div> <div class=\"carousel-dots\" id=\"carouselDots\"> <\/div> <\/div> <script> jQuery(document).ready(function($) {  let currentSlide = 0; let slides = []; let container = document.getElementById('successStoriesContainer'); let dotsContainer = document.getElementById('carouselDots');  let startX = 0; let endX = 0; let isDragging = false;  const categorySlug = 'post-category-our-success-story';  function getCurrentSlideStep() { const width = window.innerWidth; if (width >= 993) return 3;  if (width >= 481) return 2;  return 1;  } let slideStep = getCurrentSlideStep();  $.ajax({ url: '\/wp-json\/wp\/v2\/categories?slug=' + categorySlug, type: 'GET', success: function(categories) { if (categories && categories.length > 0) { const categoryId = categories[0].id;  fetchPostsByCategory(categoryId); } else { console.error('Category not found: ' + categorySlug); renderSampleData(); } }, error: function() { console.error('Error fetching category: ' + categorySlug); renderSampleData(); } });  function fetchPostsByCategory(categoryId) { $.ajax({ url: '\/wp-json\/wp\/v2\/posts', type: 'GET', data: { categories: categoryId, _embed: true, per_page: 10 }, success: function(posts) { if (posts && posts.length > 0) { console.log('Posts found:', posts.length); const processedPosts = posts.map(post => {  let imageUrl = 'https:\/\/via.placeholder.com\/600x400'; if (post._embedded &&  post._embedded['wp:featuredmedia'] &&  post._embedded['wp:featuredmedia'][0]) { imageUrl = post._embedded['wp:featuredmedia'][0].source_url; } return { id: post.id, title: post.title.rendered, image: imageUrl, link: post.link }; }); renderSlides(processedPosts); } else { console.error('No posts found in category ' + categoryId); renderSampleData(); } }, error: function(xhr, status, error) { console.error('Error fetching posts:', error); renderSampleData(); } }); }  let autoplay;  $(window).on('resize', function() { const newSlideStep = getCurrentSlideStep(); if (newSlideStep !== slideStep) { slideStep = newSlideStep; if (slides.length > 0) { updateDotsAndNavigation();  currentSlide = Math.min(currentSlide, Math.max(0, slides.length - slideStep)); goToSlide(currentSlide); } } });  function addTouchSupport() { const carousel = document.querySelector('.success-stories-carousel');  carousel.addEventListener('touchstart', handleTouchStart, { passive: true }); carousel.addEventListener('touchmove', handleTouchMove, { passive: false }); carousel.addEventListener('touchend', handleTouchEnd, { passive: true });  carousel.addEventListener('mousedown', handleMouseDown); carousel.addEventListener('mousemove', handleMouseMove); carousel.addEventListener('mouseup', handleMouseUp); carousel.addEventListener('mouseleave', handleMouseUp); } function handleTouchStart(e) { startX = e.touches[0].clientX; isDragging = true; stopAutoplay(); } function handleTouchMove(e) { if (!isDragging) return; e.preventDefault(); endX = e.touches[0].clientX; } function handleTouchEnd(e) { if (!isDragging) return; isDragging = false; const difference = startX - endX; const threshold = 50;  if (Math.abs(difference) > threshold) { if (difference > 0) { nextSlide();  } else { prevSlide();  } } startAutoplay(); } function handleMouseDown(e) { startX = e.clientX; isDragging = true; stopAutoplay(); e.preventDefault(); } function handleMouseMove(e) { if (!isDragging) return; endX = e.clientX; } function handleMouseUp(e) { if (!isDragging) return; isDragging = false; const difference = startX - endX; const threshold = 30;  if (Math.abs(difference) > threshold) { if (difference > 0) { nextSlide(); } else { prevSlide(); } } startAutoplay(); }  function startAutoplay() { clearInterval(autoplay); autoplay = setInterval(nextSlide, 5000); } function stopAutoplay() { clearInterval(autoplay); }  function addIntersectionObserver() { if ('IntersectionObserver' in window) { const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { startAutoplay(); } else { stopAutoplay(); } }); }, { threshold: 0.5 }); observer.observe(document.querySelector('.success-stories-carousel')); } } function renderSampleData() {  const samplePosts = [ { id: 1, title: 'Ministry of Social Development', image: '\/wp-content\/uploads\/2026\/01\/ministry-of-social-development-success-story-slide.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/ministry-of-social-development\/' }, { id: 2, title: 'Al Buraimi', image: '\/wp-content\/uploads\/2025\/04\/Al-buraimi-governorate.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/al-buraimi\/' }, { id: 3, title: 'ANQ', image: '\/wp-content\/uploads\/2026\/01\/anq-success-story-slide.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/anq\/' }, { id: 4, title: 'DARA', image: '\/wp-content\/uploads\/2026\/01\/dara-success-story-slide.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/dara\/' }, { id: 5, title: 'Oman Development Bank', image: '\/wp-content\/uploads\/2025\/04\/oman-development-bank.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/oman-development-bank\/' }, { id: 6, title: 'OTAXI', image: '\/wp-content\/uploads\/2025\/04\/Otaxi.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/otaxi\/' }, { id: 7, title: 'Takafol', image: '\/wp-content\/uploads\/2025\/04\/Takafol.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/takafol\/' }, { id: 8, title: 'Al Suwaiq', image: '\/wp-content\/uploads\/2025\/04\/AL-SUWAIQ-CLUB.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/al-suwaiq\/' }, { id: 9, title: 'EZAR', image: '\/wp-content\/uploads\/2025\/04\/Ezar.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/ezar\/' }, { id: 10, title: 'Fisheries Development Oman', image: '\/wp-content\/uploads\/2025\/04\/Fisheries-development-oman.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/fisheries-development-oman\/' }, { id: 11, title: 'IBRI', image: '\/wp-content\/uploads\/2025\/04\/IBRI-1971.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/ibri\/' }, { id: 12, title: 'Khalak Haris', image: '\/wp-content\/uploads\/2026\/01\/khalak-haris-success-story-slide.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/khalak-haris\/' }, { id: 13, title: 'Latafa', image: '\/wp-content\/uploads\/2025\/04\/LATAFA.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/latafa\/' }, { id: 14, title: 'Madayn', image: '\/wp-content\/uploads\/2025\/04\/Madayn.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/madayn\/' }, { id: 15, title: 'Ministry of Housing and Urban Planning', image: '\/wp-content\/uploads\/2025\/04\/ministry-of-housing.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/ministry-of-housing-and-urban-planing\/' }, { id: 16, title: 'Musandam Winter', image: '\/wp-content\/uploads\/2025\/04\/Governorate-musandam.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/musandam-winter\/' }, { id: 17, title: 'Muscat Leading Investment Group', image: '\/wp-content\/uploads\/2025\/04\/Muscat-Leading-Investment-Group.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/muscat-leading-investment-group\/' }, { id: 18, title: 'Nawafith', image: '\/wp-content\/uploads\/2026\/01\/nawafith-success-story-slide.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/nawafith\/' }, { id: 19, title: 'OmanVision', image: '\/wp-content\/uploads\/2025\/04\/Oman-vision.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/omanvision\/' }, { id: 20, title: 'OQ', image: '\/wp-content\/uploads\/2025\/04\/OQ.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/oq\/' }, { id: 21, title: 'Rakeeza', image: '\/wp-content\/uploads\/2025\/04\/RAKEEZA.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/rakeeza\/' }, { id: 22, title: 'Transom', image: '\/wp-content\/uploads\/2025\/04\/TRANSOM.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/transom\/' }, { id: 23, title: 'Youth Center', image: '\/wp-content\/uploads\/2025\/04\/youth-center.webp', link: 'https:\/\/thuraya.biz\/our-success-story\/youth-center\/' } ]; renderSlides(samplePosts); } function renderSlides(posts) { slides = posts;  let slidesHTML = ''; posts.forEach(post => { slidesHTML += ` <div class=\"success-story-slide\"> <div class=\"success-story-content\"> <div class=\"success-story-image\"> <a href=\"${post.link}\"> <img decoding=\"async\" src=\"${post.image}\" alt=\"${post.title}\"> <\/a> <\/div> <div class=\"success-story-title\"> ${post.title} <\/div> <\/div> <\/div> `; }); container.innerHTML = slidesHTML;  updateDotsAndNavigation();  addTouchSupport();  addIntersectionObserver();  $('.success-stories-carousel').hover(stopAutoplay, startAutoplay);  goToSlide(0); } function updateDotsAndNavigation() {  const numDots = Math.ceil(slides.length \/ slideStep);  let dotsHTML = ''; for (let i = 0; i < numDots; i++) { dotsHTML += `<div class=\"carousel-dot ${i === 0 ? 'active' : ''}\" data-index=\"${i}\"><\/div>`; } dotsContainer.innerHTML = dotsHTML;  $('.carousel-dot').off('click').on('click', function() { stopAutoplay(); goToSlide(parseInt($(this).attr('data-index')) * slideStep); startAutoplay(); }); } function goToSlide(index) {  if (index < 0) { index = Math.floor((slides.length - 1) \/ slideStep) * slideStep; } else if (index >= slides.length) { index = 0; } currentSlide = index;  const slideWidth = 100 \/ slideStep;  const translatePercent = currentSlide * slideWidth; container.style.transform = `translateX(-${translatePercent}%)`;  $('.carousel-dot').removeClass('active'); const activeDotIndex = Math.floor(currentSlide \/ slideStep); $(`.carousel-dot[data-index=\"${activeDotIndex}\"]`).addClass('active'); } function nextSlide() { goToSlide(currentSlide + slideStep); } function prevSlide() { goToSlide(currentSlide - slideStep); } }); <\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-25e3d17 e-flex e-con-boxed e-con e-parent\" data-id=\"25e3d17\" 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-79c5e36 elementor-widget elementor-widget-spacer\" data-id=\"79c5e36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26bed8f e-flex e-con-boxed e-con e-parent\" data-id=\"26bed8f\" 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-af59f51 elementor-widget elementor-widget-spacer\" data-id=\"af59f51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f35d681 e-con-full e-flex e-con e-parent\" data-id=\"f35d681\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d54eb9a elementor-widget elementor-widget-html\" data-id=\"d54eb9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"animated-line-container\" style=\"width: 100%; max-width: 1900px; margin: 0 auto 50px; height: 1px; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\n    <div class=\"animated-line\" style=\"height: 1px; width: 100%; background: linear-gradient(90deg, transparent 0%, #8D00CF 50%, transparent 100%); position: relative; background-size: 200% 100%; animation: line-move 3s linear infinite;\"><\/div>\n<\/div>\n<style>\n@keyframes line-move {\n    0% {\n        transform: translateX(-100%);\n    }\n    100% {\n        transform: translateX(100%);\n    }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1910cba e-flex e-con-boxed e-con e-parent\" data-id=\"1910cba\" 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-36a2183 elementor-widget elementor-widget-spacer\" data-id=\"36a2183\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ea9059 e-flex e-con-boxed e-con e-parent\" data-id=\"6ea9059\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-544c8f7 e-con-full e-flex e-con e-child\" data-id=\"544c8f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a0f578 animated-fast elementor-invisible elementor-widget elementor-widget-html\" data-id=\"3a0f578\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Optimized Leadership Title Component - GTmetrix Performance Enhanced -->\n<style>\n\/* Critical CSS inlined for faster rendering - preserves exact visual appearance *\/\n.custom-heading-with-underline{position:relative;padding-bottom:10px;font-family:'Damoon',sans-serif!important;display:inline-block;margin-bottom:10px;color:#fff;font-weight:600;font-size:46px;line-height:1.2}.custom-heading-underline{position:absolute;bottom:0;left:0;width:55%;height:6px;background-color:#6826d0}\n\/* Optimized responsive breakpoints - consolidated media queries for better performance *\/\n@media(max-width:1024px){.custom-heading-with-underline{font-size:38px}}@media(max-width:767px){.custom-heading-with-underline{font-size:36px}}@media(max-width:480px){.custom-heading-with-underline{font-size:32px}}\n<\/style>\n<!-- Semantic HTML structure optimized for accessibility and performance -->\n<h2 class=\"custom-heading-with-underline\">Leadership<span class=\"custom-heading-underline\" role=\"presentation\" aria-hidden=\"true\"><\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-07a9b05 e-con-full e-flex e-con e-child\" data-id=\"07a9b05\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f678cd2 animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f678cd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ahmed Al Ajmi\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e8706c animated-fast elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2e8706c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:300}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CEO<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f2b0fe7 elementor-widget__width-initial animated-fast elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f2b0fe7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A branding consultant with 20+ years of experience, merging culture and design thinking to drive successful marketing campaigns. The success of THURAYAbiz reflects the collective expertise and innovative spirit of our exceptional team.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1eacf45 e-con-full e-flex e-con e-child\" data-id=\"1eacf45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e863ce3 animated-fast elementor-invisible elementor-widget elementor-widget-image\" data-id=\"e863ce3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:600}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Ahmed-Al-Ajmi.webp\" class=\"attachment-full size-full wp-image-1137\" alt=\"\" srcset=\"https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Ahmed-Al-Ajmi.webp 1000w, https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Ahmed-Al-Ajmi-300x300.webp 300w, https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Ahmed-Al-Ajmi-150x150.webp 150w, https:\/\/thuraya.biz\/wp-content\/uploads\/2025\/04\/Ahmed-Al-Ajmi-768x768.webp 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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<div class=\"elementor-element elementor-element-b7f7747 e-flex e-con-boxed e-con e-parent\" data-id=\"b7f7747\" 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-a36ebcc elementor-widget elementor-widget-spacer\" data-id=\"a36ebcc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>We are a boutique agency that gets things done Established in 2007, the company has consistently pushed boundaries, redefining brand narratives and fostering innovation to help businesses upscale their presence in competitive markets. Creating digital experiences that inspire Our team of creative thinkers and technical experts collaborate to deliver solutions that not only meet but [&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-155","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/thuraya.biz\/ar\/wp-json\/wp\/v2\/pages\/155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thuraya.biz\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thuraya.biz\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thuraya.biz\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thuraya.biz\/ar\/wp-json\/wp\/v2\/comments?post=155"}],"version-history":[{"count":21,"href":"https:\/\/thuraya.biz\/ar\/wp-json\/wp\/v2\/pages\/155\/revisions"}],"predecessor-version":[{"id":5057,"href":"https:\/\/thuraya.biz\/ar\/wp-json\/wp\/v2\/pages\/155\/revisions\/5057"}],"wp:attachment":[{"href":"https:\/\/thuraya.biz\/ar\/wp-json\/wp\/v2\/media?parent=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}