{"id":105,"date":"2023-03-16T11:18:40","date_gmt":"2023-03-16T10:18:40","guid":{"rendered":"https:\/\/wordpress.vecurosoft.com\/wellnez\/?page_id=105"},"modified":"2026-06-04T06:04:45","modified_gmt":"2026-06-04T06:04:45","slug":"home-02","status":"publish","type":"page","link":"https:\/\/fayhafresh.com\/","title":{"rendered":"Home 02"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"105\" class=\"elementor elementor-105\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08c463a e-con-full e-flex e-con e-parent\" data-id=\"08c463a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f6f0544 elementor-widget elementor-widget-html\" data-id=\"f6f0544\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Fayha Fresh Delights<\/title>\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\r\n*{\r\n    margin:0;\r\n    padding:0;\r\n    box-sizing:border-box;\r\n}\r\n\r\nbody{\r\n    font-family:'Poppins',sans-serif;\r\n    overflow-x:hidden;\r\n}\r\n\r\n\/* HERO SECTION *\/\r\n.hero{\r\n    min-height:100vh;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:space-between;\r\n    padding:80px 8%;\r\n    position:relative;\r\n    overflow:hidden;\r\n\r\n    background:linear-gradient(\r\n        135deg,\r\n        #2e1065 0%,\r\n        #4c1d95 25%,\r\n        #6d28d9 60%,\r\n        #9333ea 100%\r\n    );\r\n}\r\n\r\n\/* Decorative Blur *\/\r\n.hero::before{\r\n    content:'';\r\n    position:absolute;\r\n    width:500px;\r\n    height:500px;\r\n    background:rgba(255,255,255,.08);\r\n    border-radius:50%;\r\n    right:-150px;\r\n    top:-100px;\r\n    filter:blur(40px);\r\n}\r\n\r\n.hero::after{\r\n    content:'';\r\n    position:absolute;\r\n    width:350px;\r\n    height:350px;\r\n    background:rgba(255,255,255,.05);\r\n    border-radius:50%;\r\n    left:-100px;\r\n    bottom:-100px;\r\n    filter:blur(40px);\r\n}\r\n\r\n\/* LEFT CONTENT *\/\r\n.hero-content{\r\n    width:50%;\r\n    position:relative;\r\n    z-index:2;\r\n}\r\n\r\n.tagline{\r\n    display:flex;\r\n    align-items:center;\r\n    gap:12px;\r\n    color:#fff;\r\n    font-size:15px;\r\n    font-weight:600;\r\n    margin-bottom:25px;\r\n    letter-spacing:.5px;\r\n}\r\n\r\n.tagline .dot{\r\n    width:10px;\r\n    height:10px;\r\n    border-radius:50%;\r\n    background:#00f5ff;\r\n    box-shadow:0 0 15px #00f5ff;\r\n}\r\n\r\n.hero-content h1{\r\n    color:#fff;\r\n    font-size:64px;\r\n    line-height:1.1;\r\n    font-weight:800;\r\n    margin-bottom:25px;\r\n}\r\n\r\n.hero-content p{\r\n    color:rgba(255,255,255,.85);\r\n    font-size:18px;\r\n    line-height:1.8;\r\n    max-width:580px;\r\n    margin-bottom:35px;\r\n}\r\n\r\n.hero-buttons{\r\n    display:flex;\r\n    gap:15px;\r\n    flex-wrap:wrap;\r\n}\r\n\r\n.btn-primary{\r\n    background:#fff;\r\n    color:#5b21b6;\r\n    text-decoration:none;\r\n    padding:15px 34px;\r\n    border-radius:50px;\r\n    font-weight:600;\r\n    transition:.3s;\r\n}\r\n\r\n.btn-primary:hover{\r\n    transform:translateY(-4px);\r\n}\r\n\r\n.btn-secondary{\r\n    border:2px solid rgba(255,255,255,.4);\r\n    color:#fff;\r\n    text-decoration:none;\r\n    padding:15px 34px;\r\n    border-radius:50px;\r\n    font-weight:600;\r\n    transition:.3s;\r\n}\r\n\r\n.btn-secondary:hover{\r\n    background:#fff;\r\n    color:#5b21b6;\r\n}\r\n\r\n\/* RIGHT IMAGE *\/\r\n.hero-image{\r\n    width:50%;\r\n    display:flex;\r\n    justify-content:center;\r\n    align-items:center;\r\n    position:relative;\r\n    perspective:1200px;\r\n    z-index:2;\r\n}\r\n\r\n.bottle-container{\r\n    position:relative;\r\n    width:550px;\r\n    height:600px;\r\n}\r\n\r\n.bottle{\r\n    position:absolute;\r\n    transition:all .5s ease;\r\n    filter:drop-shadow(0 25px 35px rgba(0,0,0,.35));\r\n}\r\n\r\n\/* FRONT BOTTLE (YOUR IMAGE) *\/\r\n.front-bottle{\r\n    width:340px;\r\n    right:70px;\r\n    top:40px;\r\n    z-index:3;\r\n    animation:floatFront 4s ease-in-out infinite;\r\n}\r\n\r\n\/* BACK BOTTLE (SAME IMAGE USED FOR NOW) *\/\r\n.back-bottle{\r\n    width:270px;\r\n    left:60px;\r\n    top:120px;\r\n    z-index:2;\r\n    opacity:.95;\r\n    transform:rotate(-10deg);\r\n    animation:floatBack 5s ease-in-out infinite;\r\n}\r\n\r\n.hero-image:hover .front-bottle{\r\n    transform:\r\n        rotateY(-18deg)\r\n        rotateX(6deg)\r\n        translateY(-15px)\r\n        scale(1.05);\r\n}\r\n\r\n.hero-image:hover .back-bottle{\r\n    transform:\r\n        rotateY(15deg)\r\n        rotateZ(-15deg)\r\n        translateY(-20px);\r\n}\r\n\r\n@keyframes floatFront{\r\n    0%,100%{\r\n        transform:translateY(0);\r\n    }\r\n    50%{\r\n        transform:translateY(-20px);\r\n    }\r\n}\r\n\r\n@keyframes floatBack{\r\n    0%,100%{\r\n        transform:rotate(-10deg) translateY(0);\r\n    }\r\n    50%{\r\n        transform:rotate(-10deg) translateY(-25px);\r\n    }\r\n}\r\n\r\n\/* MOBILE *\/\r\n@media(max-width:992px){\r\n\r\n.hero{\r\n    flex-direction:column;\r\n    text-align:center;\r\n    padding:120px 25px 60px;\r\n}\r\n\r\n.hero-content{\r\n    width:100%;\r\n}\r\n\r\n.hero-content h1{\r\n    font-size:46px;\r\n}\r\n\r\n.hero-content p{\r\n    margin-left:auto;\r\n    margin-right:auto;\r\n}\r\n\r\n.hero-buttons{\r\n    justify-content:center;\r\n}\r\n\r\n.hero-image{\r\n    width:100%;\r\n    margin-top:50px;\r\n}\r\n\r\n.bottle-container{\r\n    width:100%;\r\n    max-width:450px;\r\n    height:500px;\r\n}\r\n\r\n.front-bottle{\r\n    width:260px;\r\n    right:40px;\r\n}\r\n\r\n.back-bottle{\r\n    width:200px;\r\n    left:30px;\r\n}\r\n}\r\n\r\n@media(max-width:576px){\r\n\r\n.hero-content h1{\r\n    font-size:36px;\r\n}\r\n\r\n.hero-content p{\r\n    font-size:16px;\r\n}\r\n\r\n.front-bottle{\r\n    width:220px;\r\n}\r\n\r\n.back-bottle{\r\n    width:170px;\r\n}\r\n\r\n.btn-primary,\r\n.btn-secondary{\r\n    width:100%;\r\n    text-align:center;\r\n}\r\n\r\n.hero-buttons{\r\n    width:100%;\r\n}\r\n}\r\n\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<section class=\"hero\">\r\n\r\n    <!-- LEFT CONTENT -->\r\n    <div class=\"hero-content\">\r\n\r\n        <div class=\"tagline\">\r\n            <span class=\"dot\"><\/span>\r\n            Most Trusted Brand in Oman\r\n        <\/div>\r\n\r\n        <h1>\r\n            Refreshing Every Moment<br>\r\n            With Fayha Fresh Delights\r\n        <\/h1>\r\n\r\n        <p>\r\n            Delivering premium quality beverages across Oman with freshness,\r\n            taste and trust.\r\n        <\/p>\r\n\r\n        <div class=\"hero-buttons\">\r\n            <a href=\"#\" class=\"btn-primary\">Explore Products<\/a>\r\n            <a href=\"#\" class=\"btn-secondary\">Contact Us<\/a>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- RIGHT IMAGES -->\r\n    <div class=\"hero-image\">\r\n\r\n        <div class=\"bottle-container\">\r\n\r\n            <!-- \u2705 FRONT BOTTLE -->\r\n            <img decoding=\"async\" src=\"https:\/\/fayhafresh.com\/wp-content\/uploads\/2026\/05\/passion-removebg-preview.png\"\r\n                 class=\"bottle front-bottle\">\r\n\r\n            <!-- \u26a0\ufe0f BACK BOTTLE (same image used for now) -->\r\n            <img decoding=\"async\" src=\"https:\/\/fayhafresh.com\/wp-content\/uploads\/2026\/06\/lemon-sm.webp\"\r\n                 class=\"bottle back-bottle\">\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3a93ed e-flex e-con-boxed e-con e-parent\" data-id=\"c3a93ed\" 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-43afd8c elementor-widget elementor-widget-image-carousel\" data-id=\"43afd8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;slides_to_show_tablet&quot;:&quot;4&quot;,&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" 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 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fayhafresh.com\/wp-content\/uploads\/2023\/03\/b-1-1.png\" alt=\"b-1-1\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fayhafresh.com\/wp-content\/uploads\/2023\/03\/b-1-2.png\" alt=\"b-1-2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fayhafresh.com\/wp-content\/uploads\/2023\/03\/b-1-3.png\" alt=\"b-1-3\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fayhafresh.com\/wp-content\/uploads\/2023\/03\/b-1-4-150x77.png\" alt=\"b-1-4\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fayhafresh.com\/wp-content\/uploads\/2023\/03\/b-1-5-150x79.png\" alt=\"b-1-5\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 6\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fayhafresh.com\/wp-content\/uploads\/2023\/03\/b-1-6.png\" alt=\"b-1-6\" \/><\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-348d690 e-con-full e-flex e-con e-parent\" data-id=\"348d690\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-346235e elementor-widget elementor-widget-html\" data-id=\"346235e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- WHY CHOOSE FAYHA FRESH DELIGHTS -->\r\n<section class=\"fayha-why-us\">\r\n    <div class=\"container\">\r\n\r\n        <div class=\"section-title\">\r\n            <span>WHY CHOOSE US<\/span>\r\n            <h2>Experience The Taste Of Pure Excellence<\/h2>\r\n            <p>Delivering premium quality juices with international standards and unmatched freshness.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"features-grid\">\r\n\r\n            <!-- HACCP -->\r\n            <div class=\"feature-card\">\r\n                <div class=\"icon-box purple\">\ud83c\udfc6<\/div>\r\n                <h3>HACCP Approved Brand<\/h3>\r\n                <p>Produced under strict HACCP food safety standards ensuring hygiene, safety and trust in every bottle.<\/p>\r\n            <\/div>\r\n\r\n            <!-- Award Winning -->\r\n            <div class=\"feature-card\">\r\n                <div class=\"icon-box purple\">\ud83e\udd47<\/div>\r\n                <h3>Award Winning Excellence<\/h3>\r\n                <p>Recognized for outstanding quality, innovation and customer satisfaction across the region.<\/p>\r\n            <\/div>\r\n\r\n            <!-- Premium Natural Juice -->\r\n            <div class=\"feature-card\">\r\n                <div class=\"icon-box purple\">\r\n                    <svg width=\"38\" height=\"38\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                        <path d=\"M12 3C12 3 6 9 6 13.5C6 17.09 8.91 20 12.5 20C16.09 20 19 17.09 19 13.5C19 9 12 3 12 3Z\"\r\n                        stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\r\n                        <path d=\"M15.5 6.5C17 5 19 4 21 4\"\r\n                        stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <h3>Premium Natural Juice<\/h3>\r\n                <p>Made from carefully selected fruits and premium ingredients for authentic freshness and taste.<\/p>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.fayha-why-us{\r\n    padding:90px 20px;\r\n    font-family:'Poppins',sans-serif;\r\n\r\n    background:\r\n    radial-gradient(circle at top right,#ffe0b3 0%,transparent 25%),\r\n    radial-gradient(circle at bottom left,#f0ddff 0%,transparent 25%),\r\n    linear-gradient(135deg,#fffaf5,#ffffff);\r\n    position:relative;\r\n    overflow:hidden;\r\n}\r\n\r\n\/* soft glow *\/\r\n.fayha-why-us::before{\r\n    content:'';\r\n    position:absolute;\r\n    width:400px;\r\n    height:400px;\r\n    background:rgba(106,13,173,0.08);\r\n    border-radius:50%;\r\n    top:-200px;\r\n    right:-150px;\r\n}\r\n\r\n.fayha-why-us::after{\r\n    content:'';\r\n    position:absolute;\r\n    width:350px;\r\n    height:350px;\r\n    background:rgba(255,122,0,0.06);\r\n    border-radius:50%;\r\n    bottom:-180px;\r\n    left:-120px;\r\n}\r\n\r\n.container{\r\n    max-width:1200px;\r\n    margin:auto;\r\n    position:relative;\r\n    z-index:2;\r\n}\r\n\r\n\/* TITLE *\/\r\n.section-title{\r\n    text-align:center;\r\n    margin-bottom:60px;\r\n}\r\n\r\n.section-title span{\r\n    display:inline-block;\r\n    padding:8px 20px;\r\n    border-radius:30px;\r\n    background:rgba(106,13,173,0.08);\r\n    color:#6a0dad;\r\n    font-size:13px;\r\n    letter-spacing:2px;\r\n    margin-bottom:15px;\r\n}\r\n\r\n.section-title h2{\r\n    font-size:44px;\r\n    margin:0;\r\n    font-weight:800;\r\n    color:#2c2c2c;\r\n}\r\n\r\n.section-title p{\r\n    max-width:700px;\r\n    margin:15px auto 0;\r\n    font-size:17px;\r\n    color:#666;\r\n}\r\n\r\n\/* GRID *\/\r\n.features-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(3,1fr);\r\n    gap:30px;\r\n}\r\n\r\n\/* CARD *\/\r\n.feature-card{\r\n    background:#fff;\r\n    border-radius:22px;\r\n    padding:40px 28px;\r\n    text-align:center;\r\n\r\n    border:1px solid #f0e6ff;\r\n    box-shadow:\r\n    0 15px 35px rgba(106,13,173,0.08),\r\n    0 8px 20px rgba(255,122,0,0.06);\r\n\r\n    transition:all .35s ease;\r\n}\r\n\r\n.feature-card:hover{\r\n    transform:translateY(-10px);\r\n    box-shadow:\r\n    0 25px 55px rgba(106,13,173,0.15),\r\n    0 10px 25px rgba(255,122,0,0.12);\r\n}\r\n\r\n\/* ICON - NEW PURPLE ROUND STYLE *\/\r\n.icon-box{\r\n    width:85px;\r\n    height:85px;\r\n    margin:auto;\r\n    border-radius:50%;\r\n\r\n    background:linear-gradient(135deg,#6a0dad,#8e2de2);\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n\r\n    font-size:34px;\r\n    color:#fff;\r\n\r\n    margin-bottom:22px;\r\n\r\n    box-shadow:\r\n    0 15px 30px rgba(106,13,173,0.35),\r\n    inset 0 2px 10px rgba(255,255,255,0.25);\r\n}\r\n\r\n\/* TEXT *\/\r\n.feature-card h3{\r\n    font-size:22px;\r\n    margin-bottom:12px;\r\n    color:#2c2c2c;\r\n    font-weight:700;\r\n}\r\n\r\n.feature-card p{\r\n    font-size:15px;\r\n    line-height:1.7;\r\n    color:#666;\r\n}\r\n\r\n\/* RESPONSIVE *\/\r\n@media(max-width:900px){\r\n    .features-grid{\r\n        grid-template-columns:1fr;\r\n    }\r\n\r\n    .section-title h2{\r\n        font-size:32px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.querySelectorAll('.feature-card').forEach(card => {\r\n\r\n    card.addEventListener('mousemove', (e) => {\r\n\r\n        const rect = card.getBoundingClientRect();\r\n        const x = e.clientX - rect.left;\r\n        const y = e.clientY - rect.top;\r\n\r\n        const rotateY = ((x \/ rect.width) - 0.5) * 10;\r\n        const rotateX = ((y \/ rect.height) - 0.5) * -10;\r\n\r\n        card.style.transform =\r\n        `perspective(1000px) rotateX(${rotateX}deg) rotateY(${rotateY}deg) translateY(-8px)`;\r\n\r\n    });\r\n\r\n    card.addEventListener('mouseleave', () => {\r\n        card.style.transform =\r\n        'perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(0px)';\r\n    });\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4702133 e-flex e-con-boxed e-con e-parent\" data-id=\"4702133\" 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-7dd5c5f elementor-widget elementor-widget-html\" data-id=\"7dd5c5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"fayha-order-section\">\r\n    <div class=\"fayha-content\">\r\n\r\n        <div class=\"fayha-image\">\r\n            <img decoding=\"async\" src=\"https:\/\/fayhafresh.com\/wp-content\/uploads\/2026\/06\/deliver.webp\" alt=\"Fayha Fresh Delivery\">\r\n        <\/div>\r\n\r\n        <div class=\"fayha-text\">\r\n            <h2>Freshness Delivered To Your Door<\/h2>\r\n\r\n            <p>\r\n                Enjoy Fayha Fresh juices, ginger shots and healthy beverages delivered\r\n                straight to your doorstep. Freshly prepared, naturally delicious,\r\n                and ready to fuel your day.\r\n            <\/p>\r\n\r\n            <button class=\"order-btn\" onclick=\"openTalabat()\">\r\n                Order Online Now\r\n            <\/button>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.fayha-order-section{\r\n    background: linear-gradient(135deg,#ff6b00,#ff8500,#ffa000);\r\n    padding:80px 50px;\r\n    border-radius:30px;\r\n    overflow:hidden;\r\n    position:relative;\r\n    box-shadow:0 20px 60px rgba(255,107,0,0.25);\r\n}\r\n\r\n.fayha-order-section::before{\r\n    content:\"\";\r\n    position:absolute;\r\n    top:-120px;\r\n    right:-120px;\r\n    width:320px;\r\n    height:320px;\r\n    border-radius:50%;\r\n    background:rgba(255,255,255,0.08);\r\n}\r\n\r\n.fayha-order-section::after{\r\n    content:\"\";\r\n    position:absolute;\r\n    bottom:-120px;\r\n    left:-120px;\r\n    width:280px;\r\n    height:280px;\r\n    border-radius:50%;\r\n    background:rgba(255,255,255,0.05);\r\n}\r\n\r\n.fayha-content{\r\n    max-width:1200px;\r\n    margin:auto;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:space-between;\r\n    gap:60px;\r\n    position:relative;\r\n    z-index:2;\r\n}\r\n\r\n.fayha-image{\r\n    flex:1;\r\n    text-align:center;\r\n}\r\n\r\n.fayha-image img{\r\n    width:100%;\r\n    max-width:340px;\r\n    animation:floating 4s ease-in-out infinite;\r\n    filter:drop-shadow(0 15px 30px rgba(0,0,0,0.2));\r\n}\r\n\r\n@keyframes floating{\r\n    0%,100%{\r\n        transform:translateY(0);\r\n    }\r\n    50%{\r\n        transform:translateY(-15px);\r\n    }\r\n}\r\n\r\n.fayha-text{\r\n    flex:1;\r\n    color:#ffffff !important;\r\n}\r\n\r\n.fayha-text h2{\r\n    color:#ffffff !important;\r\n    font-size:54px;\r\n    font-weight:800;\r\n    line-height:1.1;\r\n    margin-bottom:20px;\r\n    text-shadow:0 3px 15px rgba(0,0,0,0.15);\r\n}\r\n\r\n.fayha-text p{\r\n    color:#ffffff !important;\r\n    font-size:19px;\r\n    line-height:1.9;\r\n    margin-bottom:35px;\r\n    text-shadow:0 2px 10px rgba(0,0,0,0.1);\r\n}\r\n\r\n.order-btn{\r\n    background:#ffffff;\r\n    color:#ff6b00;\r\n    border:none;\r\n    padding:18px 42px;\r\n    border-radius:60px;\r\n    font-size:18px;\r\n    font-weight:700;\r\n    cursor:pointer;\r\n    transition:all .3s ease;\r\n    box-shadow:0 12px 30px rgba(0,0,0,0.18);\r\n}\r\n\r\n.order-btn:hover{\r\n    transform:translateY(-5px) scale(1.05);\r\n    box-shadow:0 18px 35px rgba(0,0,0,0.25);\r\n}\r\n\r\n.order-btn.clicked{\r\n    animation:pulse .6s ease;\r\n}\r\n\r\n@keyframes pulse{\r\n    0%{transform:scale(1);}\r\n    50%{transform:scale(1.12);}\r\n    100%{transform:scale(1);}\r\n}\r\n\r\n@media(max-width:768px){\r\n\r\n    .fayha-content{\r\n        flex-direction:column;\r\n        text-align:center;\r\n    }\r\n\r\n    .fayha-text h2{\r\n        font-size:34px;\r\n    }\r\n\r\n    .fayha-text p{\r\n        font-size:16px;\r\n    }\r\n\r\n    .fayha-image img{\r\n        max-width:220px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<script>\r\nfunction openTalabat(){\r\n\r\n    const btn = document.querySelector('.order-btn');\r\n\r\n    btn.classList.add('clicked');\r\n\r\n    setTimeout(function(){\r\n\r\n        btn.classList.remove('clicked');\r\n\r\n        \/* Replace with your Talabat URL *\/\r\n        window.open('https:\/\/YOUR-TALABAT-LINK-HERE.com','_blank');\r\n\r\n    },400);\r\n}\r\n<\/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-d518ea6 e-con-full e-flex e-con e-parent\" data-id=\"d518ea6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d79cc7 elementor-widget elementor-widget-html\" data-id=\"5d79cc7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"fayha-oman-footer\">\r\n\r\n    <div class=\"mountains\"><\/div>\r\n\r\n    <div class=\"palm palm1\">\ud83c\udf34<\/div>\r\n    <div class=\"palm palm2\">\ud83c\udf34<\/div>\r\n\r\n    <!-- Omani Dhow Boat -->\r\n    <div class=\"dhow\">\r\n        <svg width=\"100\" height=\"50\" viewBox=\"0 0 100 50\">\r\n            <path d=\"M15 30 L85 30 L70 42 L25 42 Z\" fill=\"#8B5A2B\"\/>\r\n            <line x1=\"50\" y1=\"8\" x2=\"50\" y2=\"30\" stroke=\"#5D4037\" stroke-width=\"2\"\/>\r\n            <path d=\"M50 10 L78 25 L50 25 Z\" fill=\"#ffffff\"\/>\r\n        <\/svg>\r\n    <\/div>\r\n\r\n    <!-- Juice River -->\r\n    <div class=\"juice-river\">\r\n        <div class=\"juice-flow\"><\/div>\r\n\r\n        <div class=\"bubble b1\"><\/div>\r\n        <div class=\"bubble b2\"><\/div>\r\n        <div class=\"bubble b3\"><\/div>\r\n        <div class=\"bubble b4\"><\/div>\r\n        <div class=\"bubble b5\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"footer-content\">\r\n        <h2>Freshness Inspired By Oman<\/h2>\r\n        <p>Pure \u2022 Natural \u2022 Freshly Made Daily<\/p>\r\n    <\/div>\r\n\r\n<\/section>\r\n\r\n<style>\r\n\r\n.fayha-oman-footer{\r\n    position:relative;\r\n    height:420px;\r\n    overflow:hidden;\r\n    background:linear-gradient(\r\n        180deg,\r\n        #fffdf8 0%,\r\n        #fff5e6 50%,\r\n        #ffe6c7 100%\r\n    );\r\n\r\n    clip-path:polygon(\r\n        0 12%,\r\n        12% 0,\r\n        28% 8%,\r\n        45% 0,\r\n        62% 10%,\r\n        80% 2%,\r\n        100% 12%,\r\n        100% 100%,\r\n        0 100%\r\n    );\r\n}\r\n\r\n\/* Oman Mountains *\/\r\n\r\n.mountains{\r\n    position:absolute;\r\n    bottom:110px;\r\n    width:100%;\r\n    height:150px;\r\n    background:#c78d5d;\r\n\r\n    clip-path:polygon(\r\n        0 100%,\r\n        10% 45%,\r\n        18% 75%,\r\n        30% 20%,\r\n        42% 65%,\r\n        55% 10%,\r\n        68% 70%,\r\n        82% 18%,\r\n        100% 60%,\r\n        100% 100%\r\n    );\r\n}\r\n\r\n\/* Palm Trees *\/\r\n\r\n.palm{\r\n    position:absolute;\r\n    font-size:60px;\r\n    z-index:5;\r\n    animation:sway 4s ease-in-out infinite;\r\n}\r\n\r\n.palm1{\r\n    left:12%;\r\n    bottom:170px;\r\n}\r\n\r\n.palm2{\r\n    right:12%;\r\n    bottom:170px;\r\n}\r\n\r\n@keyframes sway{\r\n    0%,100%{\r\n        transform:rotate(-3deg);\r\n    }\r\n    50%{\r\n        transform:rotate(3deg);\r\n    }\r\n}\r\n\r\n\/* Dhow Boat *\/\r\n\r\n.dhow{\r\n    position:absolute;\r\n    bottom:45px;\r\n    left:-120px;\r\n    z-index:30;\r\n    animation:sail 20s linear infinite;\r\n}\r\n\r\n@keyframes sail{\r\n    0%{\r\n        left:-120px;\r\n        transform:translateY(0);\r\n    }\r\n    25%{\r\n        transform:translateY(-4px);\r\n    }\r\n    50%{\r\n        transform:translateY(0);\r\n    }\r\n    75%{\r\n        transform:translateY(-4px);\r\n    }\r\n    100%{\r\n        left:110%;\r\n        transform:translateY(0);\r\n    }\r\n}\r\n\r\n\/* Juice River *\/\r\n\r\n.juice-river{\r\n    position:absolute;\r\n    bottom:0;\r\n    width:100%;\r\n    height:110px;\r\n    overflow:hidden;\r\n}\r\n\r\n.juice-flow{\r\n    position:absolute;\r\n    width:300%;\r\n    height:100%;\r\n\r\n    background:linear-gradient(\r\n        90deg,\r\n        #ff6b00,\r\n        #ff8c00,\r\n        #ffb300,\r\n        #ff8c00,\r\n        #ff6b00\r\n    );\r\n\r\n    background-size:600px 100%;\r\n    animation:riverMove 8s linear infinite;\r\n}\r\n\r\n@keyframes riverMove{\r\n    from{\r\n        background-position:0 0;\r\n    }\r\n    to{\r\n        background-position:-600px 0;\r\n    }\r\n}\r\n\r\n\/* Bubbles *\/\r\n\r\n.bubble{\r\n    position:absolute;\r\n    bottom:15px;\r\n    border-radius:50%;\r\n    background:rgba(255,255,255,.5);\r\n    animation:bubbleFloat 4s infinite;\r\n}\r\n\r\n.b1{\r\n    width:10px;\r\n    height:10px;\r\n    left:10%;\r\n}\r\n\r\n.b2{\r\n    width:18px;\r\n    height:18px;\r\n    left:30%;\r\n    animation-delay:1s;\r\n}\r\n\r\n.b3{\r\n    width:12px;\r\n    height:12px;\r\n    left:55%;\r\n    animation-delay:2s;\r\n}\r\n\r\n.b4{\r\n    width:20px;\r\n    height:20px;\r\n    left:75%;\r\n    animation-delay:3s;\r\n}\r\n\r\n.b5{\r\n    width:14px;\r\n    height:14px;\r\n    left:90%;\r\n    animation-delay:1.5s;\r\n}\r\n\r\n@keyframes bubbleFloat{\r\n    0%{\r\n        opacity:0;\r\n        transform:translateY(0);\r\n    }\r\n\r\n    20%{\r\n        opacity:1;\r\n    }\r\n\r\n    100%{\r\n        opacity:0;\r\n        transform:translateY(-60px);\r\n    }\r\n}\r\n\r\n\/* Text *\/\r\n\r\n.footer-content{\r\n    position:absolute;\r\n    width:100%;\r\n    bottom:145px;\r\n    text-align:center;\r\n    z-index:20;\r\n}\r\n\r\n.footer-content h2{\r\n    margin:0;\r\n    color:#ffffff;\r\n    font-size:42px;\r\n    font-weight:800;\r\n    text-shadow:0 3px 15px rgba(0,0,0,.25);\r\n}\r\n\r\n.footer-content p{\r\n    margin-top:12px;\r\n    color:#ffffff;\r\n    font-size:18px;\r\n    letter-spacing:1px;\r\n}\r\n\r\n\/* Mobile *\/\r\n\r\n@media(max-width:768px){\r\n\r\n    .footer-content h2{\r\n        font-size:28px;\r\n    }\r\n\r\n    .footer-content p{\r\n        font-size:15px;\r\n    }\r\n\r\n    .palm{\r\n        font-size:45px;\r\n    }\r\n\r\n    .fayha-oman-footer{\r\n        height:350px;\r\n    }\r\n}\r\n\r\n<\/style>\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>Fayha Fresh Delights Most Trusted Brand in Oman Refreshing Every Moment With Fayha Fresh Delights Delivering premium quality beverages across Oman with freshness, taste and trust. Explore Products Contact Us WHY CHOOSE US Experience The Taste Of Pure Excellence Delivering premium quality juices with international standards and unmatched freshness. \ud83c\udfc6 HACCP Approved Brand Produced under&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-builder.php","meta":{"footnotes":""},"class_list":["post-105","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/fayhafresh.com\/index.php?rest_route=\/wp\/v2\/pages\/105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fayhafresh.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fayhafresh.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fayhafresh.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fayhafresh.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=105"}],"version-history":[{"count":70,"href":"https:\/\/fayhafresh.com\/index.php?rest_route=\/wp\/v2\/pages\/105\/revisions"}],"predecessor-version":[{"id":6094,"href":"https:\/\/fayhafresh.com\/index.php?rest_route=\/wp\/v2\/pages\/105\/revisions\/6094"}],"wp:attachment":[{"href":"https:\/\/fayhafresh.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}