{"id":968640,"date":"2026-05-30T16:06:01","date_gmt":"2026-05-30T16:06:01","guid":{"rendered":"https:\/\/dephina.ae\/?page_id=968640"},"modified":"2026-06-16T19:14:47","modified_gmt":"2026-06-16T19:14:47","slug":"coolbeach","status":"publish","type":"page","link":"https:\/\/dephina.ae\/coolbeach\/","title":{"rendered":"CoolBeach"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"968640\" class=\"elementor elementor-968640\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bbb70e9 e-flex e-con-boxed e-con e-parent\" data-id=\"bbb70e9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71f25ea elementor-widget elementor-widget-html\" data-id=\"71f25ea\" 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\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>Dephina Header<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@600;700;800&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --dephina-header-green: #80bd2c;\r\n            --dephina-header-green-dark: #2ea84b;\r\n            --dephina-header-black: #111111;\r\n            --dephina-header-white: #ffffff;\r\n        }\r\n\r\n        * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        .dephina-site-header {\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            z-index: 1000;\r\n            background: #f6f6f6;\r\n            color: var(--dephina-header-white);\r\n            transition: background .32s ease, box-shadow .32s ease, color .32s ease;\r\n        }\r\n\r\n        .dephina-site-header:hover,\r\n        .dephina-site-header:focus-within,\r\n        .dephina-site-header.dephina-site-header--active {\r\n            background: var(--dephina-header-white);\r\n            color: var(--dephina-header-black);\r\n            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);\r\n        }\r\n\r\n        .dephina-site-header.dephina-site-header--open {\r\n            background: var(--dephina-header-white);\r\n            color: var(--dephina-header-black);\r\n            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);\r\n        }\r\n\r\n        .dephina-site-header__inner {\r\n            width: min(1260px, calc(100% - 72px));\r\n            height: 85px;\r\n            margin: 0 auto;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: clamp(44px, 5vw, 90px);\r\n        }\r\n\r\n        .dephina-site-header__logo {\r\n            position: relative;\r\n            width: 170px;\r\n            height: 54px;\r\n            flex: 0 0 170px;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            text-decoration: none;\r\n        }\r\n\r\n        .dephina-site-header__logo-img {\r\n            position: absolute;\r\n            inset: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: contain;\r\n            object-position: left center;\r\n            transition: opacity .28s ease, transform .28s ease;\r\n        }\r\n\r\n        .dephina-site-header__logo-img--dark {\r\n            opacity: 1;\r\n        }\r\n\r\n        .dephina-site-header__logo-img--light {\r\n            opacity: 0;\r\n        }\r\n\r\n        .dephina-site-header:hover .dephina-site-header__logo-img--light,\r\n        .dephina-site-header:focus-within .dephina-site-header__logo-img--light,\r\n        .dephina-site-header.dephina-site-header--active .dephina-site-header__logo-img--light {\r\n            opacity: 0;\r\n        }\r\n\r\n        .dephina-site-header.dephina-site-header--open .dephina-site-header__logo-img--light {\r\n            opacity: 0;\r\n        }\r\n\r\n        .dephina-site-header:hover .dephina-site-header__logo-img--dark,\r\n        .dephina-site-header:focus-within .dephina-site-header__logo-img--dark,\r\n        .dephina-site-header.dephina-site-header--active .dephina-site-header__logo-img--dark {\r\n            opacity: 1;\r\n        }\r\n\r\n        .dephina-site-header.dephina-site-header--open .dephina-site-header__logo-img--dark {\r\n            opacity: 1;\r\n        }\r\n\r\n        .dephina-site-header__nav {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: clamp(34px, 3.7vw, 62px);\r\n            flex: 1;\r\n        }\r\n\r\n        .dephina-site-header__nav-link {\r\n            color: #000;\r\n            background: none;\r\n            font-size: clamp(1rem, 1.08vw, 1.12rem);\r\n            line-height: 1;\r\n            font-weight: 700;\r\n            text-decoration: none;\r\n            transition: color .25s ease, opacity .25s ease, transform .25s ease;\r\n        }\r\n\r\n        .dephina-site-header__nav-link:hover,\r\n        .dephina-site-header__nav-link:focus-visible {\r\n            color: transparent;\r\n            background: linear-gradient(90deg, var(--dephina-header-green-dark) 0%, var(--dephina-header-green) 100%);\r\n            -webkit-background-clip: text;\r\n            background-clip: text;\r\n            opacity: 1;\r\n            transform: translateY(-1px);\r\n            outline: none;\r\n        }\r\n\r\n        .dephina-site-header__contact {\r\n            min-width: 178px;\r\n            height: 50px;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 10px;\r\n            border: 1px solid transparent;\r\n            border-radius: 999px;\r\n            color: #ffffff;\r\n            background: linear-gradient(90deg, var(--dephina-header-green-dark) 0%, var(--dephina-header-green) 100%);\r\n            font-size: clamp(1rem, 1.08vw, 1.13rem);\r\n            font-weight: 800;\r\n            text-decoration: none;\r\n            box-shadow: 0 10px 24px rgba(46, 168, 75, 0.22);\r\n            transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;\r\n        }\r\n\r\n        .dephina-site-header:hover .dephina-site-header__contact,\r\n        .dephina-site-header:focus-within .dephina-site-header__contact,\r\n        .dephina-site-header.dephina-site-header--active .dephina-site-header__contact {\r\n            border-color: transparent;\r\n            color: #ffffff;\r\n            background: linear-gradient(90deg, var(--dephina-header-green-dark) 0%, var(--dephina-header-green) 100%);\r\n        }\r\n\r\n        .dephina-site-header.dephina-site-header--open .dephina-site-header__contact {\r\n            border-color: transparent;\r\n            color: #ffffff;\r\n            background: linear-gradient(90deg, var(--dephina-header-green-dark) 0%, var(--dephina-header-green) 100%);\r\n        }\r\n\r\n        .dephina-site-header__contact:hover,\r\n        .dephina-site-header__contact:focus-visible {\r\n            transform: translateY(-2px);\r\n            border-color: transparent;\r\n            color: #ffffff;\r\n            background: linear-gradient(90deg, #116b2f 0%, #1f7f35 100%);\r\n            box-shadow: 0 14px 30px rgba(17, 107, 47, 0.32);\r\n            outline: none;\r\n        }\r\n\r\n        .dephina-site-header__contact-icon {\r\n            width: 18px;\r\n            height: 18px;\r\n            flex: 0 0 auto;\r\n            stroke: currentColor;\r\n            stroke-width: 2.4;\r\n            fill: none;\r\n            transition: transform .25s ease;\r\n        }\r\n\r\n        .dephina-site-header__contact:hover .dephina-site-header__contact-icon,\r\n        .dephina-site-header__contact:focus-visible .dephina-site-header__contact-icon {\r\n            transform: translateX(3px);\r\n        }\r\n\r\n        .dephina-site-header__menu {\r\n            display: none;\r\n            width: 44px;\r\n            height: 44px;\r\n            border: 1px solid currentColor;\r\n            border-radius: 999px;\r\n            color: currentColor;\r\n            background: transparent;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .dephina-site-header__menu span {\r\n            display: block;\r\n            width: 18px;\r\n            height: 2px;\r\n            margin: 4px auto;\r\n            background: currentColor;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        @media (max-width: 1020px) {\r\n            .dephina-site-header__inner {\r\n                width: min(100% - 36px, 980px);\r\n                height: 96px;\r\n                position: relative;\r\n            }\r\n\r\n            .dephina-site-header__contact {\r\n                display: none;\r\n            }\r\n\r\n            .dephina-site-header__nav {\r\n                position: absolute;\r\n                top: 96px;\r\n                left: -18px;\r\n                right: -18px;\r\n                display: grid;\r\n                gap: 0;\r\n                padding: 10px 18px 106px;\r\n                background: #ffffff;\r\n                border-top: 1px solid rgba(0, 0, 0, 0.08);\r\n                box-shadow: 0 18px 32px rgba(0, 0, 0, 0.1);\r\n                opacity: 0;\r\n                visibility: hidden;\r\n                transform: translateY(-10px);\r\n                pointer-events: none;\r\n                transition: opacity .25s ease, visibility .25s ease, transform .25s ease;\r\n            }\r\n\r\n            .dephina-site-header.dephina-site-header--open .dephina-site-header__nav {\r\n                opacity: 1;\r\n                visibility: visible;\r\n                transform: translateY(0);\r\n                pointer-events: auto;\r\n            }\r\n\r\n            .dephina-site-header__nav-link {\r\n                padding: 18px 2px;\r\n                color: var(--dephina-header-black);\r\n                border-bottom: 1px solid rgba(0, 0, 0, 0.08);\r\n                font-size: 1.08rem;\r\n            }\r\n\r\n            .dephina-site-header.dephina-site-header--open .dephina-site-header__contact {\r\n                position: absolute;\r\n                top: 332px;\r\n                left: 0;\r\n                right: 0;\r\n                display: inline-flex;\r\n                width: calc(100% - 36px);\r\n                max-width: none;\r\n                margin: 0 auto;\r\n                z-index: 2;\r\n            }\r\n\r\n            .dephina-site-header__logo {\r\n                width: 150px;\r\n                height: 48px;\r\n                flex-basis: 150px;\r\n                margin-right: auto;\r\n            }\r\n\r\n            .dephina-site-header__menu {\r\n                display: inline-block;\r\n            }\r\n\r\n            .dephina-site-header.dephina-site-header--open .dephina-site-header__menu span:first-child {\r\n                transform: translateY(3px) rotate(45deg);\r\n            }\r\n\r\n            .dephina-site-header.dephina-site-header--open .dephina-site-header__menu span:last-child {\r\n                transform: translateY(-3px) rotate(-45deg);\r\n            }\r\n        }\r\n\r\n        @media (max-width: 560px) {\r\n            .dephina-site-header__inner {\r\n                width: min(100% - 28px, 520px);\r\n                height: 84px;\r\n            }\r\n\r\n            .dephina-site-header__nav {\r\n                top: 84px;\r\n                left: -14px;\r\n                right: -14px;\r\n                padding-left: 14px;\r\n                padding-right: 14px;\r\n            }\r\n\r\n            .dephina-site-header.dephina-site-header--open .dephina-site-header__contact {\r\n                left: 0;\r\n                right: 0;\r\n                width: calc(100% - 28px);\r\n                margin-left: auto;\r\n                margin-right: auto;\r\n            }\r\n\r\n            .dephina-site-header__logo {\r\n                width: 132px;\r\n                height: 42px;\r\n                flex-basis: 132px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n    <header class=\"dephina-site-header\">\r\n        <div class=\"dephina-site-header__inner\">\r\n            <a class=\"dephina-site-header__logo\" href=\"https:\/\/dephina.ae\/\" aria-label=\"Dephina home\">\r\n                <img decoding=\"async\" class=\"dephina-site-header__logo-img dephina-site-header__logo-img--light\"\r\n                    src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/image-e1778837486674.png\" alt=\"Dephina\">\r\n                <img decoding=\"async\" class=\"dephina-site-header__logo-img dephina-site-header__logo-img--dark\"\r\n                    src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/Untitled-design-2.png\" alt=\"\">\r\n            <\/a>\r\n\r\n            <nav class=\"dephina-site-header__nav\" aria-label=\"Primary navigation\">\r\n                <a class=\"dephina-site-header__nav-link\" href=\"https:\/\/dephina.ae\/\">Home<\/a>\r\n                <a class=\"dephina-site-header__nav-link\" href=\"https:\/\/dephina.ae\/?page_id=968352\">Coolvista<\/a>\r\n                <a class=\"dephina-site-header__nav-link\" href=\"https:\/\/dephina.ae\/?page_id=968640\">CoolBeach<\/a>\r\n                <a class=\"dephina-site-header__nav-link\" href=\"#\">Company<\/a>\r\n            <\/nav>\r\n\r\n            <a class=\"dephina-site-header__contact\" href=\"#contact\">\r\n                Contact us\r\n                <svg class=\"dephina-site-header__contact-icon\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\r\n                    <path d=\"M5 12h14\"><\/path>\r\n                    <path d=\"m13 6 6 6-6 6\"><\/path>\r\n                <\/svg>\r\n            <\/a>\r\n\r\n            <button class=\"dephina-site-header__menu\" type=\"button\" aria-label=\"Open menu\" aria-expanded=\"false\">\r\n                <span><\/span>\r\n                <span><\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <script>\r\n        const dephinaHeader = document.querySelector(\".dephina-site-header\");\r\n        const dephinaMenuButton = document.querySelector(\".dephina-site-header__menu\");\r\n\r\n        function updateDephinaHeaderState() {\r\n            dephinaHeader.classList.toggle(\"dephina-site-header--active\", window.scrollY > 8);\r\n        }\r\n\r\n        dephinaMenuButton.addEventListener(\"click\", () => {\r\n            const isOpen = dephinaHeader.classList.toggle(\"dephina-site-header--open\");\r\n            dephinaMenuButton.setAttribute(\"aria-expanded\", String(isOpen));\r\n        });\r\n\r\n        updateDephinaHeaderState();\r\n        window.addEventListener(\"scroll\", updateDephinaHeaderState, { passive: true });\r\n    <\/script>\r\n<\/body>\r\n\r\n<\/html>\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-c57d9a8 e-con-full e-flex e-con e-parent\" data-id=\"c57d9a8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5115c9 elementor-widget elementor-widget-html\" data-id=\"c5115c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    .coolbeach-hero {\r\n        position: relative;\r\n       padding: 180px 40px 60px;\r\n        background: #f7f7f6;\r\n        font-family: 'Plus Jakarta Sans', sans-serif;\r\n        color: #18181b;\r\n        overflow: hidden;\r\n        isolation: isolate;\r\n    }\r\n\r\n    .coolbeach-hero__bg-video {\r\n        position: absolute;\r\n        inset: 0;\r\n        z-index: -2;\r\n        width: 100%;\r\n        height: 100%;\r\n        object-fit: cover;\r\n        object-position: center;\r\n        opacity: 1;\r\n    }\r\n\r\n    .coolbeach-hero::before {\r\n        content: \"\";\r\n        position: absolute;\r\n        inset: 0;\r\n        z-index: -1;\r\n        \/* background: radial-gradient(circle at 87% 10%, rgb(255 255 255 \/ 0%), rgba(255, 178, 73, 0) 23%), radial-gradient(circle at 78% 88%, rgb(255 118 0 \/ 0%), rgb(255 118 0 \/ 0%) 34%), linear-gradient(90deg, rgb(18 7 0 \/ 48%) 0%, rgb(43 16 0 \/ 16%) 43%, rgb(43 16 0 \/ 23%) 100%), linear-gradient(0deg, rgb(18 7 0 \/ 41%), rgb(22 8 0 \/ 0%)); *\/\r\n    }\r\n\r\n    .coolbeach-hero__wrap {\r\n        position: relative;\r\n        z-index: 1;\r\n        width: min(1236px, 100%);\r\n        margin: 0 auto;\r\n        display: grid;\r\n        grid-template-columns: minmax(0, 1.08fr) minmax(420px, .86fr);\r\n        align-items: center;\r\n        gap: 74px;\r\n    }\r\n\r\n    .coolbeach-hero__media {\r\n        position: relative;\r\n        \/* min-height: 297px; *\/\r\n        height: 450px;\r\n        \/* overflow: hidden; *\/\r\n        border-radius: 3px;\r\n        background: #d7e6e8;\r\n    }\r\n\r\n    .coolbeach-hero__media img {\r\n        position: absolute;\r\n        inset: 0;\r\n        width: 100%;\r\n        border-radius: 3px;\r\n        height: 450px;\r\n        display: block;\r\n        object-fit: cover;\r\n        object-position: center;\r\n    }\r\n\r\n    .coolbeach-hero__badge {\r\n        position: absolute;\r\n        left: 12px;\r\n        bottom: 12px;\r\n        width: 140px;\r\n        \/* min-height: 94px; *\/\r\n        padding: 13px 12px 10px;\r\n        border: 1px solid #00914c;\r\n        border-radius: 9px;\r\n        background: rgba(255, 255, 255, .92);\r\n        color: #111;\r\n    }\r\n\r\n    .coolbeach-hero__badge strong {\r\n        display: block;\r\n        margin: 0 0 4px;\r\n        font-size: 29px;\r\n        font-weight: 800;\r\n        line-height: 31px;\r\n        letter-spacing: -1.4px;\r\n    }\r\n\r\n    .coolbeach-hero__badge span {\r\n        display: block;\r\n        font-size: 11px;\r\n        font-weight: 500;\r\n        line-height: 14px;\r\n        color: #333338;\r\n    }\r\n\r\n    .coolbeach-hero__content {\r\n        display: flex;\r\n        flex-direction: column;\r\n        justify-content: center;\r\n        padding: 14px 0 10px;\r\n    }\r\n\r\n    .coolbeach-hero__title {\r\n        max-width: 450px;\r\n        margin: 0 0 22px;\r\n        font-family: 'Plus Jakarta Sans', sans-serif;\r\n        font-size: 48px;\r\n        font-weight: 800;\r\n        line-height: 51px;\r\n        letter-spacing: -2.4px;\r\n        text-align: left;\r\n        color: #232323 !important;\r\n    }\r\n\r\n    .coolbeach-hero__title span {\r\n        display: block;\r\n        background: linear-gradient(180deg, #00914C 0%, #00914C 100%);\r\n        -webkit-background-clip: text;\r\n        background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n    }\r\n\r\n    .coolbeach-hero__text {\r\n        max-width: 530px;\r\n        margin: 0 0 14px;\r\n        font-size: 18px;\r\n        font-weight: 500;\r\n        font-family: 'Plus Jakarta Sans', sans-serif;\r\n        line-height: 26px;\r\n        color: #232323;\r\n    }\r\n\r\n    .coolbeach-hero__text+.coolbeach-hero__text {\r\n        margin-top: 0;\r\n        margin-bottom: 24px;\r\n    }\r\n\r\n    .coolbeach-hero__button {\r\n        width: fit-content;\r\n        min-width: 158px;\r\n        height: 50px;\r\n        display: inline-flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        padding: 0 34px;\r\n        border: 1px solid #00914c;\r\n        border-radius: 999px;\r\n        background: #fff;\r\n        color: #32b64e;\r\n        font-size: 16px;\r\n        font-weight: 800;\r\n        line-height: 1;\r\n        text-decoration: none;\r\n    }\r\n\r\n    \/* Mobile View *\/\r\n    @media (max-width: 980px) {\r\n        .coolbeach-hero__wrap {\r\n            grid-template-columns: 1fr;\r\n            gap: 36px;\r\n        }\r\n\r\n        .coolbeach-hero__content {\r\n            order: 1;\r\n            padding: 0;\r\n        }\r\n\r\n        .coolbeach-hero__media {\r\n            order: 2;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 640px) {\r\n        .coolbeach-hero {\r\n            padding: 140px 18px 62px;\r\n        }\r\n\r\n        .coolbeach-hero__media {\r\n            min-height: 330px;\r\n        }\r\n\r\n        .coolbeach-hero__title {\r\n            font-size: 32px;\r\n            line-height: 38px;\r\n            letter-spacing: -1.5px;\r\n        }\r\n\r\n        .coolbeach-hero__text {\r\n            font-size: 17px;\r\n            line-height: 25px;\r\n        }\r\n\r\n        .coolbeach-hero__badge {\r\n            \/*width: 106px;*\/\r\n            min-height: 84px;\r\n        }\r\n\r\n        .coolbeach-hero__badge strong {\r\n            font-size: 25px;\r\n            line-height: 28px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"coolbeach-hero\" aria-label=\"CoolBeach hero\">\r\n    <!-- <video class=\"coolbeach-hero__bg-video\" autoplay muted loop playsinline preload=\"metadata\">\r\n        <source src=\"http:\/\/brightfront.net\/wp-content\/uploads\/2026\/05\/HERO-SECTION-video-2.mp4\" type=\"video\/mp4\">\r\n    <\/video> -->\r\n\r\n    <div class=\"coolbeach-hero__wrap\">\r\n        <div class=\"coolbeach-hero__media\">\r\n            <img decoding=\"async\" src=\"http:\/\/brightfront.net\/wp-content\/uploads\/2026\/05\/Frame-28-1.webp\"\r\n                alt=\"Beachfront coastal environment\">\r\n\r\n            <div class=\"coolbeach-hero__badge\">\r\n                <strong>\u221226.7\u00b0C<\/strong>\r\n                <span>Sand temperature reduction\r\nRecorded at Al Zeina Beach.<br> Abu Dhabi<\/span>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"coolbeach-hero__content\">\r\n            <h1 class=\"coolbeach-hero__title\">\r\n                Reimagine Beach Comfort in\r\n                <span>Extreme Heat<\/span>\r\n            <\/h1>\r\n\r\n            <p class=\"coolbeach-hero__text\">\r\n                 CoolBeach is an advanced subsurface sand cooling system designed to reduce sand\r\ntemperatures and restore usability across beachfront and coastal environments.\r\n            <\/p>\r\n\r\n            <p class=\"coolbeach-hero__text\">\r\n                Developed for hospitality groups, luxury resorts, and waterfront developments where sand\r\ntemperature limits outdoor usability.\r\n\r\n            <\/p>\r\n\r\n            <a class=\"coolbeach-hero__button\" href=\"#contact\">Contact Us<\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a48f86 e-flex e-con-boxed e-con e-parent\" data-id=\"2a48f86\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-98fddf1 e-con-full e-flex e-con e-child\" data-id=\"98fddf1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5b0f26 animated-slow elementor-invisible elementor-widget elementor-widget-html\" data-id=\"c5b0f26\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"custom-heading\" style=\"\r\n    font-family: 'Plus Jakarta Sans', sans-serif;\r\n    font-size: 48px;\r\n    font-weight: 800;\r\n    line-height: 49px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #232323;\r\n\">\r\n  When Coastal Spaces Become \r\n    <span style=\"\r\n        background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        color: transparent;\r\n    \">\r\n        Difficult to Use\r\n    <\/span>\r\n<\/div>\r\n\r\n<style>\r\n\/* Mobile Device *\/\r\n@media (max-width: 767px) {\r\n    .custom-heading {\r\n        font-size: 32px !important;\r\n        line-height: 38px !important;\r\n        letter-spacing: -1.5px !important;\r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7bdff25 e-con-full e-flex e-con e-child\" data-id=\"7bdff25\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-deebd64 elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"deebd64\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"pix-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pix-el-text w-100 text-center \" ><div class=\"d-inline-block\" style=\"max-width:1100px;\"><p class=\" resp-option el-content_custom_color text-center \" style=\"color:#4A4A4A;\">In the UAE and GCC, rising temperatures don't just reduce comfort. Beachfront spaces that are designed to deliver relaxation, experience, and long-term commercial.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49973da elementor-widget__width-initial grd-text animated-fast elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"49973da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"pix-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pix-el-text w-100 text-center \" ><div class=\"d-inline-block\" style=\"max-width:1100px;\"><p class=\" resp-option el-content_custom_color text-center \" style=\"color:;\">The challenge is the climate, not the destination.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a8af57 e-flex e-con-boxed e-con e-parent\" data-id=\"7a8af57\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad7d8e3 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"ad7d8e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    .foundation-section {\r\n        font-family: 'Plus Jakarta Sans', sans-serif;\r\n        color: #232323;\r\n    }\r\n\r\n    \/*.foundation-wrap {*\/\r\n    \/*    width: min(1236px, 100%);*\/\r\n    \/*    margin: 0 auto;*\/\r\n    \/*}*\/\r\n\r\n    .foundation-title {\r\n        margin: 0 0 16px;\r\n        font-family: 'Plus Jakarta Sans', sans-serif;\r\n        font-size: 48px;\r\n        font-weight: 800;\r\n        line-height: 50px;\r\n        letter-spacing: -2.4px;\r\n        text-align: left;\r\n        color: #232323 !important;\r\n    }\r\n\r\n    .foundation-title span {\r\n        background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n        -webkit-background-clip: text;\r\n        background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n    }\r\n\r\n    .foundation-copy {\r\n        max-width: 1160px;\r\n        margin: 0 0 40px;\r\n        font-size: 18px;\r\n        font-weight: 500;\r\n        line-height: 26px;\r\n        color: #232323;\r\n        font-family: 'Plus Jakarta Sans', sans-serif;\r\n    }\r\n\r\n    .foundation-grid {\r\n        display: grid;\r\n        grid-template-columns: minmax(0, 1.06fr) minmax(550px, .86fr);\r\n        gap: 42px;\r\n        align-items: stretch;\r\n    }\r\n\r\n    .foundation-media {\r\n        min-height: 508px;\r\n        margin: 0;\r\n        overflow: hidden;\r\n        border-radius: 4px;\r\n        background: #ddd;\r\n    }\r\n\r\n    .foundation-media img {\r\n        width: 100%;\r\n        height: 100%;\r\n        min-height: 508px;\r\n        display: block;\r\n        object-fit: cover;\r\n        object-position: center;\r\n    }\r\n\r\n    .foundation-content {\r\n        display: flex;\r\n        flex-direction: column;\r\n        justify-content: space-between;\r\n        gap: 34px;\r\n        padding: 8px 0 2px;\r\n    }\r\n\r\n    .foundation-list {\r\n        display: grid;\r\n        gap: 15px;\r\n        margin: 0;\r\n        padding: 0;\r\n        list-style: none;\r\n    }\r\n\r\n    .foundation-list li {\r\n        position: relative;\r\n        padding-left: 34px;\r\n        font-size: 16px;\r\n        font-weight: 400;\r\n        list-style: none;\r\n        line-height: 26px;\r\n        color: #4A4A4A;\r\n    }\r\n\r\n    .foundation-list li::before {\r\n        content: \"\";\r\n        position: absolute;\r\n        top: 7px;\r\n        left: 0;\r\n        width: 12px;\r\n        height: 12px;\r\n        border-radius: 50%;\r\n        background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n    }\r\n\r\n    .foundation-stats {\r\n        display: grid;\r\n        grid-template-columns: repeat(2, minmax(0, 1fr));\r\n        gap: 30px;\r\n    }\r\n\r\n    .foundation-stat {\r\n        height: 240px;\r\n        padding: 18px 20px 20px;\r\n        border-radius: 3px;\r\n        color: #fff;\r\n        background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n    }\r\n\r\n    .foundation-stat h3 {\r\n        margin: 0 0 18px;\r\n        padding-bottom: 18px;\r\n        border-bottom: 1px solid rgba(255, 255, 255, .74);\r\n        font-size: 20px;\r\n        font-weight: 800;\r\n        line-height: 25px;\r\n        color: #fff;\r\n    }\r\n\r\n    .foundation-stat strong {\r\n        display: block;\r\n        margin: 0;\r\n        font-size: 64px;\r\n        font-weight: 800;\r\n        line-height: 1;\r\n        letter-spacing: -2px;\r\n        color: #fff;\r\n    }\r\n\r\n    .foundation-stat span {\r\n        display: block;\r\n        margin-top: 6px;\r\n        font-size: 18px;\r\n        font-weight: 700;\r\n        line-height: 26px;\r\n        color: #fff;\r\n    }\r\n\r\n    @media (max-width: 1050px) {\r\n        .foundation-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n\r\n        .foundation-content {\r\n            padding: 0;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 760px) {\r\n        .foundation-section {\r\n            padding: 52px 18px 56px;\r\n        }\r\n\r\n        .foundation-title {\r\n            font-size: 32px;\r\n            line-height: 38px;\r\n            letter-spacing: -1.5px;\r\n        }\r\n\r\n        .foundation-copy {\r\n            margin-bottom: 30px;\r\n            font-size: 17px;\r\n            line-height: 25px;\r\n        }\r\n\r\n        .foundation-media,\r\n        .foundation-media img {\r\n            min-height: 320px;\r\n        }\r\n\r\n        .foundation-list {\r\n            gap: 18px;\r\n        }\r\n\r\n        .foundation-list li {\r\n            padding-left: 28px;\r\n            font-size: 18px;\r\n            line-height: 27px;\r\n        }\r\n\r\n        .foundation-list li::before {\r\n            top: 9px;\r\n            width: 10px;\r\n            height: 10px;\r\n        }\r\n\r\n        .foundation-stats {\r\n            grid-template-columns: 1fr;\r\n            gap: 18px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"foundation-section\" aria-label=\"Foundation of engineering and research\">\r\n    <div class=\"foundation-wrap\">\r\n        <h2 class=\"foundation-title\">\r\n            Built on a <span>Foundation of Engineering<\/span> and Research\r\n        <\/h2>\r\n\r\n        <p class=\"foundation-copy\">\r\n            CoolBeach reduces sand temperature through a precision subsurface cooling system embedded beneath the beach\r\n            surface, designed to restore barefoot comfort while preserving the natural appearance and experience of the\r\n            beach environment.\r\n        <\/p>\r\n\r\n        <div class=\"foundation-grid\">\r\n            <figure class=\"foundation-media\">\r\n                <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/Copy-of-Copy-of-1560-V3_Gemini-3-Nano-Banana-Pro_2026-04-02_17-35-00-scaled.png\"\r\n                    alt=\"Coastal thermal engineering visualization\">\r\n            <\/figure>\r\n\r\n            <div class=\"foundation-content\">\r\n                <ul class=\"foundation-list\">\r\n                    <li>Subsurface Sand Cooling Technology<\/li>\r\n                    <li>Snow Sand, Proprietary Engineered Sand Integration<\/li>\r\n                    <li>Year-Round Beach Usability<\/li>\r\n                    <li>Energy-Efficient &amp; Solar-Ready Design<\/li>\r\n                    <li>In-House Engineering &amp; Manufacturing<\/li>\r\n                    <li>End-to-End Installation &amp; Complete On-Site Setup<\/li>\r\n                    <li>Ongoing Maintenance &amp; Performance Support<\/li>\r\n                <\/ul>\r\n\r\n                <div class=\"foundation-stats\">\r\n                    <article class=\"foundation-stat\">\r\n                        <h3>Climate Engineering<\/h3>\r\n                        <strong>20+<\/strong>\r\n                        <span>Years of Climate Engineering Expertise<\/span>\r\n                    <\/article>\r\n\r\n                    <article class=\"foundation-stat\">\r\n                        <h3>Multidisciplinary Team<\/h3>\r\n                        <strong>150+<\/strong>\r\n                        <span>Engineers, Designers &amp; Specialists<\/span>\r\n                    <\/article>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\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-5cc4050 e-flex e-con-boxed e-con e-parent\" data-id=\"5cc4050\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e5596a elementor-invisible elementor-widget elementor-widget-html\" data-id=\"2e5596a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\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>Document<\/title>\r\n    <style>\r\n        :root {\r\n            --cv-green: #00914c;\r\n            --cv-green-soft: #e7ecc0;\r\n            --cv-text: #27272a;\r\n            --cv-muted: #3f3f46;\r\n        }\r\n\r\n        .solution-section {\r\n            place-items: center;\r\n\r\n        }\r\n\r\n        .solution-wrap {\r\n            margin: 0 auto;\r\n            text-align: center;\r\n            overflow: visible;\r\n        }\r\n\r\n        .solution-eyebrow {\r\n            margin: 0 0 8px;\r\n            font-size: 15px;\r\n            font-weight: 400;\r\n            line-height: 20px;\r\n            letter-spacing: 1.6px;\r\n            color: #2f3135;\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .solution-title {\r\n            max-width: 100%;\r\n            margin: 0 auto;\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-size: 48px;\r\n            font-weight: 800;\r\n            line-height: 56px;\r\n            letter-spacing: -1.2px;\r\n            text-align: center;\r\n            color: #232323 !important;\r\n            overflow: visible;\r\n        }\r\n\r\n        .solution-title span {\r\n            background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n            -webkit-background-clip: text;\r\n            background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n        }\r\n\r\n        .solution-copy {\r\n            max-width: 908px;\r\n            margin: 15px auto 30px;\r\n            font-size: 18px;\r\n            font-weight: 500;\r\n            line-height: 26px;\r\n            color: #232323;\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n        }\r\n\r\n        .solution-grid {\r\n            display: flex;\r\n            \/* grid-template-columns: repeat(4, 292px); *\/\r\n            justify-content: center;\r\n            gap: 25px;\r\n            text-align: left;\r\n        }\r\n\r\n        .solution-card {\r\n            width: 265px;\r\n            height: 183px;\r\n            padding: 15px;\r\n            border: 1px solid transparent;\r\n            border-radius: 20px;\r\n            background:\r\n                linear-gradient(#ffffff, #ffffff) padding-box,\r\n                linear-gradient(180deg, #A2C234 0%, #00914C 100%) border-box;\r\n        }\r\n\r\n        .solution-card-top {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            min-height: 50px;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .solution-icon {\r\n            width: 40px;\r\n            height: 40px;\r\n            flex: 0 0 40px;\r\n            display: inline-grid;\r\n            place-items: center;\r\n            border-radius: 50%;\r\n            color: #00914c;\r\n            background: var(--cv-green-soft);\r\n        }\r\n\r\n        .solution-icon svg {\r\n            width: 40px;\r\n            height: 40px;\r\n            stroke: currentColor;\r\n            \/* stroke-width: 1.85; *\/\r\n            fill: none;\r\n            stroke-linecap: round;\r\n            stroke-linejoin: round;\r\n        }\r\n\r\n        .solution-icon img {\r\n            width: 24px;\r\n            height: 24px;\r\n            display: block;\r\n            object-fit: contain;\r\n        }\r\n\r\n        .solution-icon--thin svg {\r\n            stroke-width: 1.5;\r\n        }\r\n\r\n        .solution-icon--heart svg {\r\n            transform: translateY(1px);\r\n        }\r\n\r\n        .solution-kicker {\r\n            margin: 0;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            line-height: 100%;\r\n            color: #232323;\r\n        }\r\n\r\n        \/* .solution-kicker--regular {\r\n            font-weight: 400;\r\n        } *\/\r\n\r\n        .solution-card h3 {\r\n            margin: 0 0 5px;\r\n            font-size: 24px;\r\n            font-weight: 600;\r\n            line-height: 30px;\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            letter-spacing: -1.1px;\r\n            color: #232323;\r\n        }\r\n\r\n        .solution-card-text {\r\n            margin: 0;\r\n            font-size: 16px;\r\n            font-weight: 400;\r\n            line-height: 24px;\r\n            color: #232323;\r\n        }\r\n\r\n        @media (max-width: 1040px) {\r\n            .solution-grid {\r\n                grid-template-columns: repeat(2, minmax(0, 1fr));\r\n                gap: 24px;\r\n            }\r\n\r\n            .solution-card {\r\n                width: 100%;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 640px) {\r\n            .solution-section {\r\n                min-height: auto;\r\n                padding: 54px 18px 64px;\r\n            }\r\n\r\n            .solution-title {\r\n                font-size: 32px;\r\n                line-height: 40px;\r\n                letter-spacing: -0.6px;\r\n            }\r\n\r\n            .solution-copy {\r\n                margin-bottom: 34px;\r\n                font-size: 16px;\r\n                line-height: 24px;\r\n            }\r\n\r\n            .solution-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 18px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n<\/head>\r\n\r\n<body>\r\n    <section class=\"solution-section\" aria-label=\"The solution\">\r\n        <div class=\"solution-wrap\">\r\n            <p class=\"solution-eyebrow\">The Solution<\/p>\r\n            <h1 class=\"solution-title\">Built for Real <span>Coastal Conditions<\/span><\/h1>\r\n            <p class=\"solution-copy\">\r\n                CoolBeach is engineered to reduce sand temperature while maintaining operational efficiency and\r\n                preserving\r\n                the natural beach environment.\r\n            <\/p>\r\n\r\n            <div class=\"solution-grid\">\r\n                <article class=\"solution-card\">\r\n                    <div class=\"solution-card-top\">\r\n                        <span class=\"solution-icon\" aria-hidden=\"true\">\r\n                            <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/Group-2.svg\" alt=\"\">\r\n                        <\/span>\r\n                        <p class=\"solution-kicker\">Up to ~20%<br>Cooler<\/p>\r\n                    <\/div>\r\n                    <h3>Performance<\/h3>\r\n                    <p class=\"solution-card-text solution-card-text-small\">Average sand temperature reduction during.\r\n                    <\/p>\r\n                <\/article>\r\n\r\n                <article class=\"solution-card\">\r\n                    <div class=\"solution-card-top\">\r\n                        <span class=\"solution-icon\" aria-hidden=\"true\">\r\n                            <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/Group.svg\" alt=\"\">\r\n                        <\/span>\r\n                        <p class=\"solution-kicker\">Invisible by<br>Design<\/p>\r\n                    <\/div>\r\n                    <h3>Seamless Installation<\/h3>\r\n                    <p class=\"solution-card-text\">Installed beneath the sand without visual impact.<\/p>\r\n                <\/article>\r\n\r\n                <article class=\"solution-card\">\r\n                    <div class=\"solution-card-top\">\r\n                        <span class=\"solution-icon\" aria-hidden=\"true\">\r\n                            <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/Group-1.svg\" alt=\"\">\r\n                        <\/span>\r\n                        <p class=\"solution-kicker\">Automated<br>Monitoring<\/p>\r\n                    <\/div>\r\n                    <h3>Smart Control<\/h3>\r\n                    <p class=\"solution-card-text\">Real-time monitoring with no manual management required.<\/p>\r\n                <\/article>\r\n\r\n                <article class=\"solution-card\">\r\n                    <div class=\"solution-card-top\">\r\n                        <span class=\"solution-icon\" aria-hidden=\"true\">\r\n                            <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/Frame-2.svg\" alt=\"\">\r\n                        <\/span>\r\n                        <p class=\"solution-kicker solution-kicker--regular\">Low Operating<br>Cost<\/p>\r\n                    <\/div>\r\n                    <h3>Sustainable Energy<\/h3>\r\n                    <p class=\"solution-card-text\">Energy-efficient design with solar integration option.<\/p>\r\n                <\/article>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n<\/body>\r\n\r\n<\/html>\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-78e117c e-flex e-con-boxed e-con e-parent\" data-id=\"78e117c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b05467e elementor-invisible elementor-widget elementor-widget-html\" data-id=\"b05467e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInLeft&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\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>Validated Outdoor Conditions<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --cv-green: #35b44b;\r\n            --cv-green-dark: #08964c;\r\n            \/* --cv-text: #202126; *\/\r\n            --cv-line: #d9dde1;\r\n            --cv-bg: #f8f8f7;\r\n        }\r\n\r\n\r\n        \/*.validated-section {*\/\r\n        \/*    display: grid;*\/\r\n        \/*    place-items: center;*\/\r\n        \/*    border-radius: 10px;*\/\r\n        \/*    background: #F6F6F6;*\/\r\n        \/*}*\/\r\n\r\n        .validated-card {\r\n            \/* width: min(862px, 100%); *\/\r\n        }\r\n\r\n        .validated-title {\r\n            max-width: 910px;\r\n            margin: 0 0 14px;\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-size: 48px;\r\n            font-weight: 800;\r\n            line-height: 49px;\r\n            letter-spacing: -2.4px;\r\n            text-align: left;\r\n            color: #232323 !important;\r\n        }\r\n\r\n        .validated-title span {\r\n            background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n            color: transparent;\r\n        }\r\n\r\n        .validated-copy {\r\n            \/* max-width: 855px; *\/\r\n            margin: 0 0 32px;\r\n            color: var(--cv-muted);\r\n            font-family: \"Plus Jakarta Sans\", Sans-serif;\r\n            font-size: 18px;\r\n            font-weight: 500;\r\n            line-height: 26px;\r\n        }\r\n\r\n        .validated-content {\r\n            display: grid;\r\n            grid-template-columns: 1.1fr .9fr;\r\n            gap: 40px;\r\n            align-items: start;\r\n        }\r\n\r\n        .validated-photo {\r\n            position: relative;\r\n            min-height: 310px;\r\n            margin: 0;\r\n            overflow: hidden;\r\n            border-radius: 3px;\r\n            background: #d5e8ee;\r\n        }\r\n\r\n        .validated-photo img {\r\n            width: 100%;\r\n            height: 310px;\r\n            min-height: 310px;\r\n            display: block;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .validated-details {\r\n            padding-top: 0;\r\n        }\r\n\r\n        .validated-badge {\r\n            \/* width: min(397px, 100%); *\/\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            \/* min-height: 104px; *\/\r\n            margin: 0 0 30px;\r\n            padding: 5px 13px;\r\n            border: 2px solid transparent;\r\n            border-radius: 10px;\r\n            color: #00914c;\r\n            background:\r\n                linear-gradient(#fff, #fff) padding-box,\r\n                linear-gradient(180deg, #A2C234 0%, #00914C 100%) border-box;\r\n            font-weight: 800;\r\n        }\r\n\r\n        .validated-badge svg {\r\n            width: 24.61px;\r\n            height: 28px;\r\n            flex: 0 0 28px;\r\n            \/* stroke: currentColor; *\/\r\n            \/* stroke-width: 2.2; *\/\r\n            fill: none;\r\n        }\r\n\r\n        .validated-badge strong {\r\n            display: block;\r\n            margin: 0;\r\n            font-family: \"Plus Jakarta Sans\", Sans-serif;\r\n            font-size: 20px;\r\n            line-height: 26px;\r\n            font-weight: 800;\r\n            background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n            -webkit-background-clip: text;\r\n            background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n        }\r\n\r\n        .validated-badge-location {\r\n            display: block;\r\n            margin-top: 0;\r\n            font-family: \"Plus Jakarta Sans\", Sans-serif;\r\n            font-size: 12px;\r\n            line-height: 19px;\r\n            font-weight: 700;\r\n            color: #00914C;\r\n            -webkit-text-fill-color: #00914C;\r\n        }\r\n\r\n        .validated-badge-location b {\r\n            font-size: inherit;\r\n            line-height: inherit;\r\n            font-weight: 700;\r\n            color: #00914C;\r\n            -webkit-text-fill-color: #00914C;\r\n        }\r\n\r\n        .validated-badge-place {\r\n            font-weight: 300;\r\n        }\r\n\r\n        .validated-stats {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 34px;\r\n            margin-bottom: 32px;\r\n        }\r\n\r\n        .validated-stat h3 {\r\n            margin: 0 0 8px;\r\n            font-family: \"Plus Jakarta Sans\", Sans-serif;\r\n            font-size: 18px;\r\n            font-weight: 800;\r\n            line-height: 22px;\r\n        }\r\n\r\n        .validated-stat p {\r\n            margin: 0;\r\n            color: #232323;\r\n            font-family: \"Plus Jakarta Sans\", Sans-serif;\r\n            font-size: 16px;\r\n            font-weight: 400;\r\n            line-height: 26px;\r\n        }\r\n\r\n        .validated-link {\r\n            min-width: 240px;\r\n            height: 50px;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            \/* padding: 0 34px; *\/\r\n            border: 2px solid transparent;\r\n            border-radius: 999px;\r\n            color: #00914c;\r\n            background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #A2C234 0%, #00914C 100%) border-box;\r\n            line-height: 22.5px;\r\n            font-family: \"Plus Jakarta Sans\", Sans-serif;\r\n            font-size: 15px;\r\n            font-weight: 700;\r\n            text-decoration: none;\r\n        }\r\n\r\n        .validated-link span {\r\n            background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n            -webkit-background-clip: text;\r\n            background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n        }\r\n\r\n        .validated-animate {\r\n            opacity: 0;\r\n            transform: translateY(28px);\r\n            transition:\r\n                opacity .75s ease,\r\n                transform .75s cubic-bezier(.2, .8, .2, 1);\r\n            transition-delay: var(--validated-delay, 0s);\r\n            will-change: opacity, transform;\r\n        }\r\n\r\n        .validated-photo.validated-animate {\r\n            transform: translateX(-44px) scale(.96);\r\n        }\r\n\r\n        .validated-details.validated-animate {\r\n            transform: translateX(44px);\r\n        }\r\n\r\n        .validated-badge.validated-animate,\r\n        .validated-link.validated-animate {\r\n            transform: translateY(20px) scale(.96);\r\n        }\r\n\r\n        .validated-section.is-visible .validated-animate {\r\n            opacity: 1;\r\n            transform: translate(0, 0) scale(1);\r\n        }\r\n\r\n        @media (prefers-reduced-motion: reduce) {\r\n            .validated-animate {\r\n                opacity: 1;\r\n                transform: none !important;\r\n                transition: none;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 860px) {\r\n            .validated-section {\r\n                padding: 44px 0px;\r\n            }\r\n\r\n            .validated-title,\r\n            .validated-title span {\r\n                font-size: 32px !important;\r\n                line-height: 38px !important;\r\n                letter-spacing: -1.5px !important;\r\n            }\r\n\r\n            .validated-card {\r\n                width: min(620px, 100%);\r\n            }\r\n\r\n            .validated-content {\r\n                grid-template-columns: 1fr;\r\n                gap: 26px;\r\n            }\r\n\r\n            .validated-stats {\r\n                gap: 18px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 560px) {\r\n\r\n            .validated-title,\r\n            .validated-title span {\r\n                font-size: 32px !important;\r\n                line-height: 38px !important;\r\n                letter-spacing: -1.5px !important;\r\n            }\r\n\r\n            .validated-stats {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .validated-photo,\r\n            .validated-photo img {\r\n                min-height: 220px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n    <section class=\"validated-section\" aria-label=\"Validated in real outdoor conditions\">\r\n        <div class=\"validated-card\">\r\n            <h1 class=\"validated-title validated-animate\" style=\"--validated-delay: .05s\">\r\n                Validated in Real <span>Outdoor Conditions <\/span>\r\n\r\n            <\/h1>\r\n\r\n            <p class=\"validated-copy validated-animate\" style=\"--validated-delay: .16s\">\r\n                In June 2025, Dephina deployed CoolBeach at Al Zeina Beach, Abu Dhabi, an open\r\n                beachfront environment. Sand temperatures were independently measured against untreated\r\n                beach areas during peak hours, delivering measurable results across the installation zone.\r\n            <\/p>\r\n\r\n            <div class=\"validated-content\">\r\n                <figure class=\"validated-photo validated-animate\" style=\"--validated-delay: .28s\">\r\n                    <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/Copy-of-Copy-of-Copy-of-dephina-ME-outdoor-Cooling-system-20260125.pptx.jpg\"\r\n                        alt=\"CoolVista outdoor installation\">\r\n                    <!-- <figcaption class=\"validated-support\">\r\n                        <strong>ALDAR<\/strong>\r\n                        <span>Supported by<\/span>\r\n                    <\/figcaption> -->\r\n                <\/figure>\r\n\r\n                <div class=\"validated-details validated-animate\" style=\"--validated-delay: .34s\">\r\n                    <div class=\"validated-badge validated-animate\" style=\"--validated-delay: .44s\">\r\n                        <svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                            <path\r\n                                d=\"M18.6745 18.5C21.654 13.8246 21.2795 14.4079 21.3653 14.286C22.4501 12.7559 23.0234 10.9551 23.0234 9.07812C23.0234 4.10047 18.9842 0 14 0C9.03208 0 4.97656 4.09237 4.97656 9.07812C4.97656 10.9539 5.56194 12.8019 6.68227 14.3525L9.32542 18.5C6.49945 18.9343 1.69531 20.2285 1.69531 23.0781C1.69531 24.1169 2.37333 25.5973 5.60339 26.7509C7.85881 27.5564 10.8408 28 14 28C19.9076 28 26.3047 26.3336 26.3047 23.0781C26.3047 20.228 21.5062 18.9352 18.6745 18.5ZM8.05268 13.4501C8.04366 13.436 8.03424 13.4222 8.02441 13.4087C7.09215 12.1261 6.61719 10.6061 6.61719 9.07812C6.61719 4.97558 9.92064 1.64062 14 1.64062C18.0709 1.64062 21.3828 4.97705 21.3828 9.07812C21.3828 10.6086 20.9168 12.077 20.035 13.3258C19.956 13.43 20.3682 12.7895 14 22.7822L8.05268 13.4501ZM14 26.3594C7.5472 26.3594 3.33594 24.4626 3.33594 23.0781C3.33594 22.1476 5.49981 20.6175 10.2948 20.021L13.3082 24.7495C13.3823 24.8658 13.4845 24.9615 13.6054 25.0279C13.7264 25.0942 13.862 25.129 13.9999 25.129C14.1379 25.129 14.2735 25.0942 14.3944 25.0279C14.5154 24.9615 14.6176 24.8658 14.6917 24.7495L17.705 20.021C22.5001 20.6175 24.6641 22.1476 24.6641 23.0781C24.6641 24.4509 20.4907 26.3594 14 26.3594Z\"\r\n                                fill=\"url(#paint0_linear_419_4149)\" \/>\r\n                            <path\r\n                                d=\"M14 4.97656C11.7384 4.97656 9.89844 6.81652 9.89844 9.07812C9.89844 11.3397 11.7384 13.1797 14 13.1797C16.2616 13.1797 18.1016 11.3397 18.1016 9.07812C18.1016 6.81652 16.2616 4.97656 14 4.97656ZM14 11.5391C12.643 11.5391 11.5391 10.4351 11.5391 9.07812C11.5391 7.72116 12.643 6.61719 14 6.61719C15.357 6.61719 16.4609 7.72116 16.4609 9.07812C16.4609 10.4351 15.357 11.5391 14 11.5391Z\"\r\n                                fill=\"url(#paint1_linear_419_4149)\" \/>\r\n\r\n                            <defs>\r\n                                <linearGradient id=\"paint0_linear_419_4149\" x1=\"14\" y1=\"0\" x2=\"14\" y2=\"28\"\r\n                                    gradientUnits=\"userSpaceOnUse\">\r\n                                    <stop stop-color=\"#A2C234\" \/>\r\n                                    <stop offset=\"1\" stop-color=\"#00914C\" \/>\r\n                                <\/linearGradient>\r\n                                <linearGradient id=\"paint1_linear_419_4149\" x1=\"14\" y1=\"4.97656\" x2=\"14\" y2=\"13.1797\"\r\n                                    gradientUnits=\"userSpaceOnUse\">\r\n                                    <stop stop-color=\"#A2C234\" \/>\r\n                                    <stop offset=\"1\" stop-color=\"#00914C\" \/>\r\n                                <\/linearGradient>\r\n                            <\/defs>\r\n                        <\/svg>\r\n                        <div>\r\n                            <strong>Pilot Installation<\/strong>\r\n                            <span class=\"\"><b style=\"font-weight: 700; font-family: Plus Jakarta Sans, sans-serif;\">(Abu\r\n                                    Dhabi)<\/b> <span\r\n                                    style=\"font-weight: 300; font-family: Plus Jakarta Sans, sans-serif;\">Al-zeena\r\n                                    beach<\/span><\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"validated-stats\">\r\n                        <article class=\"validated-stat validated-animate\" style=\"--validated-delay: .52s\">\r\n                            <h3>Aldar Properties<\/h3>\r\n                            <p>Strategic Partner, Al Zeina Beach Abu Dhabi<\/p>\r\n                        <\/article>\r\n\r\n                        <article class=\"validated-stat validated-animate\" style=\"--validated-delay: .6s\">\r\n                            <h3> \u221226.7\u00b0C<\/h3>\r\n                            <p>Sand temperature reduction recorded maintained<\/p>\r\n                        <\/article>\r\n\r\n                        <article class=\"validated-stat validated-animate\" style=\"--validated-delay: .68s\">\r\n                            <h3>8AM\u20136PM<\/h3>\r\n                            <p>Consistent performance maintained<\/p>\r\n                        <\/article>\r\n                    <\/div>\r\n\r\n                    <a class=\"validated-link validated-animate\" href=\"#case-study\"\r\n                        style=\"--validated-delay: .78s\"><span>View Full Case Study<\/span><\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n    <script>\r\n        const validatedSection = document.querySelector(\".validated-section\");\r\n\r\n        if (validatedSection) {\r\n            const revealValidatedSection = () => validatedSection.classList.add(\"is-visible\");\r\n\r\n            if (\"IntersectionObserver\" in window) {\r\n                const observer = new IntersectionObserver((entries) => {\r\n                    entries.forEach((entry) => {\r\n                        if (entry.isIntersecting) {\r\n                            revealValidatedSection();\r\n                            observer.disconnect();\r\n                        }\r\n                    });\r\n                }, { threshold: 0.24 });\r\n\r\n                observer.observe(validatedSection);\r\n            } else {\r\n                revealValidatedSection();\r\n            }\r\n        }\r\n    <\/script>\r\n<\/body>\r\n\r\n<\/html>\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-6793017 e-flex e-con-boxed e-con e-parent\" data-id=\"6793017\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-92d5b94 e-con-full e-flex e-con e-child\" data-id=\"92d5b94\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-43f4f73 e-con-full e-flex e-con e-child\" data-id=\"43f4f73\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4cf72eb elementor-widget elementor-widget-html\" data-id=\"4cf72eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"custom-heading\" style=\"\r\n    font-family: 'Plus Jakarta Sans', sans-serif;\r\n    font-size: 48px;\r\n    font-weight: 800;\r\n    line-height: 49px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #232323;\r\n\">\r\n    How\t \t \r\n    <span style=\"\r\n        background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        color: transparent;\r\n    \">\r\n       CoolBeach \r\n    <\/span>\r\n    Works\r\n<\/div>\r\n<style>\r\n\/* Mobile Device *\/\r\n@media (max-width: 767px) {\r\n    .custom-heading {\r\n        font-size: 32px !important;\r\n        line-height: 38px !important;\r\n        letter-spacing: -1.5px !important;\r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50855ab elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-pix-text\" data-id=\"50855ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pix-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pix-el-text w-100 text-left \" ><div class=\"d-inline-block\" style=\"max-width:1100px;\"><p class=\" resp-option text-body-default text-left \" >A two-component system installed beneath the beach surface, engineered to reduce\nsand temperature while preserving the natural beach environment entirely.\n<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-73c4fb6 e-con-full e-flex e-con e-child\" data-id=\"73c4fb6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aced56e elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"aced56e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;0985ca3&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;5b73de7&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;6066f33&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;d7ff392&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_to_scroll_mobile&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&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=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-994f32c e-flex e-con-boxed e-con e-child\" data-id=\"994f32c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0b6dfa4 e-con-full e-flex e-con e-child\" data-id=\"0b6dfa4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d573bf grd-text elementor-widget elementor-widget-heading\" data-id=\"7d573bf\" 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\">1. Subsurface Installation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3034c68 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"3034c68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>CoolBeach cooling infrastructure is installed directly beneath the sand surface. The system is embedded at ground level, no overhead structures, no visible equipment, and no disruption to the beach environment above.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-631cc46 e-con-full e-flex e-con e-child\" data-id=\"631cc46\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47fb3fc elementor-widget elementor-widget-image\" data-id=\"47fb3fc\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"1566\" height=\"1005\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/05bbc609-41c7-4c2e-aa3d-ca54ec73c713.png\" class=\"attachment-full size-full wp-image-970096\" alt=\"\" srcset=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/05bbc609-41c7-4c2e-aa3d-ca54ec73c713.png 1566w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/05bbc609-41c7-4c2e-aa3d-ca54ec73c713-300x193.png 300w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/05bbc609-41c7-4c2e-aa3d-ca54ec73c713-1024x657.png 1024w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/05bbc609-41c7-4c2e-aa3d-ca54ec73c713-768x493.png 768w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/05bbc609-41c7-4c2e-aa3d-ca54ec73c713-1536x986.png 1536w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/05bbc609-41c7-4c2e-aa3d-ca54ec73c713-622x400.png 622w\" sizes=\"(max-width: 1566px) 100vw, 1566px\" \/>\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\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-232c7e8 e-flex e-con-boxed e-con e-child\" data-id=\"232c7e8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cfd3d22 e-con-full e-flex e-con e-child\" data-id=\"cfd3d22\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e350a7 grd-text elementor-widget elementor-widget-heading\" data-id=\"6e350a7\" 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\">2. Snow Sand Integration\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-024cab3 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"024cab3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Dephina&#8217;s proprietary Snow Sand, an engineered sand blend, is mixed directly with the natural beach sand during installation. It works in combination with the subsurface system to regulate sand temperature while maintaining a completely natural beach appearance and texture.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6442126 e-con-full e-flex e-con e-child\" data-id=\"6442126\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2f0277 elementor-widget elementor-widget-image\" data-id=\"a2f0277\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1564\" height=\"1006\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/01d02611-22fc-42eb-86d8-ef39a6546b55.png\" class=\"attachment-full size-full wp-image-970117\" alt=\"\" srcset=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/01d02611-22fc-42eb-86d8-ef39a6546b55.png 1564w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/01d02611-22fc-42eb-86d8-ef39a6546b55-300x193.png 300w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/01d02611-22fc-42eb-86d8-ef39a6546b55-1024x659.png 1024w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/01d02611-22fc-42eb-86d8-ef39a6546b55-768x494.png 768w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/01d02611-22fc-42eb-86d8-ef39a6546b55-1536x988.png 1536w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/01d02611-22fc-42eb-86d8-ef39a6546b55-622x400.png 622w\" sizes=\"(max-width: 1564px) 100vw, 1564px\" \/>\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\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dd23653 e-flex e-con-boxed e-con e-child\" data-id=\"dd23653\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2659281 e-con-full e-flex e-con e-child\" data-id=\"2659281\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89c1548 grd-text elementor-widget elementor-widget-heading\" data-id=\"89c1548\" 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\">3. Smart System Control<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1403cc6 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"1403cc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>CoolBeach includes an intelligent control system that allows operators to monitor sand temperature in real time, adjust performance settings, and manage system operation. Operators retain full control over the system at any time.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bce8936 e-con-full e-flex e-con e-child\" data-id=\"bce8936\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2f711f elementor-widget elementor-widget-image\" data-id=\"a2f711f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/c5907026-1853-4fce-9a7d-eec3e7dabf5a.png\" class=\"attachment-full size-full wp-image-970093\" alt=\"\" srcset=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/c5907026-1853-4fce-9a7d-eec3e7dabf5a.png 1536w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/c5907026-1853-4fce-9a7d-eec3e7dabf5a-300x200.png 300w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/c5907026-1853-4fce-9a7d-eec3e7dabf5a-1024x683.png 1024w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/c5907026-1853-4fce-9a7d-eec3e7dabf5a-768x512.png 768w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\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\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2bbd4a8 e-flex e-con-boxed e-con e-child\" data-id=\"2bbd4a8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9d3a5e4 e-con-full e-flex e-con e-child\" data-id=\"9d3a5e4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e857130 grd-text elementor-widget elementor-widget-heading\" data-id=\"e857130\" 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\">4. A Cooler Beach. Every Day<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7417ec elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"e7417ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Once installed, CoolBeach maintains comfortable sand temperatures throughout the day allowing guests to walk, sit, and enjoy the beach during hours that were previously unusable. Your coastal asset performs year-round.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d084c42 e-con-full e-flex e-con e-child\" data-id=\"d084c42\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4656ebc elementor-widget elementor-widget-image\" data-id=\"4656ebc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/a88b7485-4a67-4339-9c77-0ccb80dd4581.png\" class=\"attachment-full size-full wp-image-970092\" alt=\"\" srcset=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/a88b7485-4a67-4339-9c77-0ccb80dd4581.png 1536w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/a88b7485-4a67-4339-9c77-0ccb80dd4581-300x200.png 300w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/a88b7485-4a67-4339-9c77-0ccb80dd4581-1024x683.png 1024w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/a88b7485-4a67-4339-9c77-0ccb80dd4581-768x512.png 768w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\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\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-063f71d e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"063f71d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f0b5b7c e-con-full e-flex e-con e-child\" data-id=\"f0b5b7c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fd4523a e-con-full e-flex e-con e-child\" data-id=\"fd4523a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e1b358 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8e1b358\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">APPLICATIONS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6798b5e elementor-invisible elementor-widget elementor-widget-html\" data-id=\"6798b5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"custom-heading\" style=\"\r\n   font-family: 'Plus Jakarta Sans', sans-serif;\r\n    font-size: 48px;\r\n    font-weight: 800;\r\n    line-height: 49px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #232323;\r\n\">\r\n  Designed for High-Value \r\n    <span style=\"\r\n        background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        color: transparent;\r\n    \">\r\n       Coastal and Outdoor \r\n    <\/span>\r\n    Environments  \r\n<\/div>\r\n\r\n<style>\r\n\/* Mobile Device *\/\r\n@media (max-width: 767px) {\r\n    .custom-heading {\r\n        font-size: 32px !important;\r\n        line-height: 38px !important;\r\n        letter-spacing: -1.5px !important;\r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-59926b6 e-con-full e-flex e-con e-child\" data-id=\"59926b6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7543757 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"7543757\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"pix-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pix-el-text w-100 text-center \" ><div class=\"d-inline-block\" style=\"max-width:1100px;\"><p class=\" resp-option el-content_custom_color text-center \" style=\"color:#4A4A4A;\">Developed for beachfront destinations where <br>comfort, experience, and commercial\nperformance are essential.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0a710d e-flex e-con-boxed e-con e-parent\" data-id=\"a0a710d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ffb1e7 elementor-widget elementor-widget-html\" data-id=\"8ffb1e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n    .coolbeach-applications {\r\n        width: 100%;\r\n        font-family: \"Plus Jakarta Sans\", \"Inter\", Arial, sans-serif;\r\n    }\r\n\r\n    .coolbeach-applications,\r\n    .coolbeach-applications * {\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .coolbeach-applications__grid {\r\n        \/* width: min(1218px, 100%); *\/\r\n        \/* margin: 0 auto; *\/\r\n        display: grid;\r\n        grid-template-columns: repeat(3, minmax(0, 1fr));\r\n        gap: 20px;\r\n    }\r\n\r\n    .coolbeach-application-card {\r\n        overflow: hidden;\r\n        border-radius: 8px;\r\n        background: #ffffff;\r\n        box-shadow: 0 2px 8px rgba(0, 0, 0, .18);\r\n    }\r\n\r\n    .coolbeach-application-card__image {\r\n        width: 100%;\r\n        height: 300px;\r\n        display: block;\r\n        object-fit: cover;\r\n        object-position: center;\r\n    }\r\n\r\n    .coolbeach-application-card__body {\r\n        \/* min-height: 218px; *\/\r\n        display: grid;\r\n        grid-template-columns: 80px 1fr;\r\n        \/* column-gap: 24px; *\/\r\n        padding: 20px 15px 24px;\r\n    }\r\n\r\n    .coolbeach-application-card__icon {\r\n        width: 60px;\r\n        height: 60px;\r\n        margin-top: 28px;\r\n        display: inline-grid;\r\n        place-items: center;\r\n        border-radius: 50%;\r\n        background: #e7ecc0;\r\n        color: #00914c;\r\n    }\r\n\r\n    .coolbeach-application-card__icon svg {\r\n        width: 40px;\r\n        height: 40px;\r\n        fill: none;\r\n        stroke: currentColor;\r\n        stroke-width: 1.35;\r\n        stroke-linecap: round;\r\n        stroke-linejoin: round;\r\n    }\r\n\r\n    .coolbeach-application-card__title {\r\n        margin: 0;\r\n        font-family: \"Plus Jakarta Sans\", sans-serif;\r\n        font-size: 18px;\r\n        line-height: 23px;\r\n        font-weight: 700;\r\n        letter-spacing: 0;\r\n        color: #000000;\r\n    }\r\n\r\n    .coolbeach-application-card__rule {\r\n        width: 14px;\r\n        height: 1px;\r\n        margin: 9px 0 13px;\r\n        background: #53612a;\r\n    }\r\n\r\n    .coolbeach-application-card__text {\r\n        margin: 0;\r\n        font-family: \"Plus Jakarta Sans\", sans-serif;\r\n        color: #5f6368;\r\n        font-size: 16px;\r\n        line-height: 22px;\r\n        font-weight: 400;\r\n        letter-spacing: 0;\r\n    }\r\n\r\n    @media (max-width: 980px) {\r\n        .coolbeach-applications__grid {\r\n            grid-template-columns: 1fr;\r\n            max-width: 560px;\r\n        }\r\n\r\n        .coolbeach-application-card__image {\r\n            height: 280px;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 520px) {\r\n        .coolbeach-applications {\r\n            padding: 22px 16px 36px;\r\n        }\r\n\r\n        .coolbeach-application-card__image {\r\n            height: 220px;\r\n        }\r\n\r\n        .coolbeach-application-card__body {\r\n            grid-template-columns: 58px 1fr;\r\n            column-gap: 14px;\r\n            min-height: auto;\r\n            padding: 20px 18px 24px 8px;\r\n        }\r\n\r\n        .coolbeach-application-card__icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            margin-top: 26px;\r\n        }\r\n\r\n        .coolbeach-application-card__icon svg {\r\n            width: 28px;\r\n            height: 28px;\r\n        }\r\n\r\n        .coolbeach-application-card__title {\r\n            font-size: 17px;\r\n            line-height: 22px;\r\n        }\r\n\r\n        .coolbeach-application-card__text {\r\n            font-size: 15px;\r\n            line-height: 21px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"coolbeach-applications\" aria-label=\"CoolBeach applications\">\r\n    <div class=\"coolbeach-applications__grid\">\r\n        <article class=\"coolbeach-application-card\">\r\n            <img decoding=\"async\" class=\"coolbeach-application-card__image\"\r\n                src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/499050b8a666ac0498ae0d4f7f45249a0d850c58.png\"\r\n                alt=\"Luxury beachfront resort with pool\">\r\n            <div class=\"coolbeach-application-card__body\">\r\n                <span class=\"coolbeach-application-card__icon\" aria-hidden=\"true\">\r\n                    <svg viewBox=\"0 0 32 32\">\r\n                        <path d=\"M7 27h18\"><\/path>\r\n                        <path d=\"M9 27V11l7-4 7 4v16\"><\/path>\r\n                        <path d=\"M12 27V14h8v13\"><\/path>\r\n                        <path d=\"M14 17h4\"><\/path>\r\n                        <path d=\"M14 21h4\"><\/path>\r\n                        <path d=\"M5 27V17l4-2\"><\/path>\r\n                        <path d=\"M27 27V17l-4-2\"><\/path>\r\n                    <\/svg>\r\n                <\/span>\r\n                <div>\r\n                    <h3 class=\"coolbeach-application-card__title\">Luxury Resorts &amp; Hotels<\/h3>\r\n                    <div class=\"coolbeach-application-card__rule\"><\/div>\r\n                    <p class=\"coolbeach-application-card__text\">\r\n                        Your beach generates revenue twelve months of the year, not just outside summer. CoolBeach\r\n                        keeps guests on the sand, at the bar, and coming back.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/article>\r\n\r\n        <article class=\"coolbeach-application-card\">\r\n            <img decoding=\"async\" class=\"coolbeach-application-card__image\"\r\n                src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/76806878cab400391594c5d0ba425582bef0dd87.png\"\r\n                alt=\"Private coastal residence with pool\">\r\n            <div class=\"coolbeach-application-card__body\">\r\n                <span class=\"coolbeach-application-card__icon\" aria-hidden=\"true\">\r\n                    <svg viewBox=\"0 0 32 32\">\r\n                        <path d=\"M6 15 16 7l10 8\"><\/path>\r\n                        <path d=\"M9 13.5V26h14V13.5\"><\/path>\r\n                        <path d=\"M13 26v-7h6v7\"><\/path>\r\n                        <path d=\"M7 26h18\"><\/path>\r\n                        <path d=\"M4 23c2.2-1.8 4.7-1.8 7.4 0 2.8 1.8 5.4 1.8 8.2 0 2.6-1.7 5.1-1.7 7.4 0\"><\/path>\r\n                    <\/svg>\r\n                <\/span>\r\n                <div>\r\n                    <h3 class=\"coolbeach-application-card__title\">Private Coastal Development<\/h3>\r\n                    <div class=\"coolbeach-application-card__rule\"><\/div>\r\n                    <p class=\"coolbeach-application-card__text\">\r\n                        A private beach should feel like a privilege every day of the year. CoolBeach ensures your\r\n                        residents and guests can enjoy that experience.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/article>\r\n\r\n        <article class=\"coolbeach-application-card\">\r\n            <img decoding=\"async\" class=\"coolbeach-application-card__image\"\r\n                src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/1fd6fe31fddb43d862c20dc032989fa26d70c40d.png\"\r\n                alt=\"Sunny beach with lounge chairs\">\r\n            <div class=\"coolbeach-application-card__body\">\r\n                <span class=\"coolbeach-application-card__icon\" aria-hidden=\"true\">\r\n                    <svg viewBox=\"0 0 32 32\">\r\n                        <path d=\"M6 16c2-5.4 6-8 12-8s10 2.6 12 8\"><\/path>\r\n                        <path d=\"M6 16c2-1.4 4-1.4 6 0 2-1.4 4-1.4 6 0 2-1.4 4-1.4 6 0 2-1.4 4-1.4 6 0\"><\/path>\r\n                        <path d=\"M18 16v9\"><\/path>\r\n                        <path d=\"M10 25h12\"><\/path>\r\n                        <path d=\"M12 25l4-5\"><\/path>\r\n                        <path d=\"M22 25l3-4\"><\/path>\r\n                    <\/svg>\r\n                <\/span>\r\n                <div>\r\n                    <h3 class=\"coolbeach-application-card__title\">Outdoor Leisure Destinations<\/h3>\r\n                    <div class=\"coolbeach-application-card__rule\"><\/div>\r\n                    <p class=\"coolbeach-application-card__text\">\r\n                        A desert resort or outdoor leisure destination should not lose its appeal when temperatures\r\n                        rise. CoolBeach extends comfortable.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/article>\r\n    <\/div>\r\n<\/section>\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-7e92208 e-flex e-con-boxed e-con e-parent\" data-id=\"7e92208\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-73742ee e-con-full e-flex e-con e-child\" data-id=\"73742ee\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82eeac1 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"82eeac1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"custom-heading\" style=\"\r\n    font-family: 'Plus Jakarta Sans', sans-serif;\r\n    font-size: 48px;\r\n    font-weight: 800;\r\n    line-height: 49px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #232323;\r\n\">\r\n    Ready to Transform Your \r\n    <span style=\"\r\n        background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        color: transparent;\r\n    \">\r\n       Outdoor Space?\r\n    <\/span>\r\n<\/div>\r\n\r\n<style>\r\n\/* Mobile Device *\/\r\n@media (max-width: 767px) {\r\n    .custom-heading {\r\n        font-size: 32px !important;\r\n        line-height: 38px !important;\r\n        letter-spacing: -1.5px !important;\r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ea2c02 elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"7ea2c02\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"pix-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pix-el-text w-100 text-left \" ><div class=\"d-inline-block\" style=\"max-width:850px;\"><p class=\"resp-option text-left \"><p>Share your project details and our team will evaluate your requirements, model the thermal conditions, and provide a tailored solution for your space.<\/p><\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f773c40 e-con-full e-grid e-con e-child\" data-id=\"f773c40\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-93bd18d e-con-full e-flex e-con e-child\" data-id=\"93bd18d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18e9415 elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"18e9415\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceInLeft&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><path d=\"M8.3335 26.6668L16.6668 21.6668M23.3335 18.3335L31.6668 13.3335M20.0002 8.3335V16.6668M20.0002 23.3335V31.6668M8.3335 13.3335L16.6668 18.3335M23.3335 21.6668L31.6668 26.6668\" stroke=\"url(#paint0_linear_261_101)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M34.1668 15.0002V24.1668M22.5002 34.1668L31.6668 29.1668M7.50016 29.1668L17.5002 34.1668M5.8335 25.0002V15.0002M7.50016 10.8335L17.5002 5.8335M32.5002 10.8335L22.5002 5.8335\" stroke=\"url(#paint1_linear_261_101)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M20 8.3335C21.3807 8.3335 22.5 7.21421 22.5 5.8335C22.5 4.45278 21.3807 3.3335 20 3.3335C18.6193 3.3335 17.5 4.45278 17.5 5.8335C17.5 7.21421 18.6193 8.3335 20 8.3335Z\" stroke=\"url(#paint2_linear_261_101)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M20 36.6665C21.3807 36.6665 22.5 35.5472 22.5 34.1665C22.5 32.7858 21.3807 31.6665 20 31.6665C18.6193 31.6665 17.5 32.7858 17.5 34.1665C17.5 35.5472 18.6193 36.6665 20 36.6665Z\" stroke=\"url(#paint3_linear_261_101)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M5.8335 15C7.21421 15 8.3335 13.8807 8.3335 12.5C8.3335 11.1193 7.21421 10 5.8335 10C4.45278 10 3.3335 11.1193 3.3335 12.5C3.3335 13.8807 4.45278 15 5.8335 15Z\" stroke=\"url(#paint4_linear_261_101)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M34.1665 15C35.5472 15 36.6665 13.8807 36.6665 12.5C36.6665 11.1193 35.5472 10 34.1665 10C32.7858 10 31.6665 11.1193 31.6665 12.5C31.6665 13.8807 32.7858 15 34.1665 15Z\" stroke=\"url(#paint5_linear_261_101)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M34.1665 30C35.5472 30 36.6665 28.8807 36.6665 27.5C36.6665 26.1193 35.5472 25 34.1665 25C32.7858 25 31.6665 26.1193 31.6665 27.5C31.6665 28.8807 32.7858 30 34.1665 30Z\" stroke=\"url(#paint6_linear_261_101)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M5.8335 30C7.21421 30 8.3335 28.8807 8.3335 27.5C8.3335 26.1193 7.21421 25 5.8335 25C4.45278 25 3.3335 26.1193 3.3335 27.5C3.3335 28.8807 4.45278 30 5.8335 30Z\" stroke=\"url(#paint7_linear_261_101)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><path d=\"M19.9998 16.25L23.3332 18.125V21.875L19.9998 23.75L16.6665 21.875V18.125L19.9998 16.25Z\" stroke=\"url(#paint8_linear_261_101)\" stroke-width=\"1.5\" stroke-linejoin=\"round\"><\/path><defs><linearGradient id=\"paint0_linear_261_101\" x1=\"20.0002\" y1=\"8.3335\" x2=\"20.0002\" y2=\"31.6668\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_261_101\" x1=\"20.0002\" y1=\"5.8335\" x2=\"20.0002\" y2=\"34.1668\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint2_linear_261_101\" x1=\"20\" y1=\"3.3335\" x2=\"20\" y2=\"8.3335\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint3_linear_261_101\" x1=\"20\" y1=\"31.6665\" x2=\"20\" y2=\"36.6665\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint4_linear_261_101\" x1=\"5.8335\" y1=\"10\" x2=\"5.8335\" y2=\"15\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint5_linear_261_101\" x1=\"34.1665\" y1=\"10\" x2=\"34.1665\" y2=\"15\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint6_linear_261_101\" x1=\"34.1665\" y1=\"25\" x2=\"34.1665\" y2=\"30\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint7_linear_261_101\" x1=\"5.8335\" y1=\"25\" x2=\"5.8335\" y2=\"30\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint8_linear_261_101\" x1=\"19.9998\" y1=\"16.25\" x2=\"19.9998\" y2=\"23.75\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tUAE Proven <br>Technology\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-5a4cb8e e-con-full e-flex e-con e-child\" data-id=\"5a4cb8e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-981b5cc elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"981b5cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceInLeft&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><path d=\"M19.9998 21.6667C24.6022 21.6667 28.3332 17.9357 28.3332 13.3333C28.3332 8.73097 24.6022 5 19.9998 5M19.9998 21.6667C15.3975 21.6667 11.6665 17.9357 11.6665 13.3333C11.6665 8.73097 15.3975 5 19.9998 5M19.9998 21.6667C21.8408 21.6667 23.3332 17.9357 23.3332 13.3333C23.3332 8.73097 21.8408 5 19.9998 5M19.9998 21.6667C18.1588 21.6667 16.6665 17.9357 16.6665 13.3333C16.6665 8.73097 18.1588 5 19.9998 5M12.4334 13.3333H27.6275\" stroke=\"url(#paint0_linear_261_128)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M20 25.4167V35C23.0525 32.3118 27.0103 30.8277 31.1112 30.8333C33.7145 30.8333 35.0162 30.8333 35.5912 30.4653C35.9365 30.2443 36.0775 30.1032 36.2985 29.7578C36.6667 29.1828 36.6667 28.1568 36.6667 26.1048V10.672C36.6667 8.29238 36.6667 7.10257 35.7522 6.1381C34.8375 5.17363 33.9013 5.12387 32.0288 5.02433C31.725 5.00818 31.419 5.00002 31.1112 5.00002C30.3628 4.99897 29.6192 5.04755 28.885 5.144\" stroke=\"url(#paint1_linear_261_128)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M11.1152 5.144C10.381 5.04755 9.6374 4.99897 8.88905 5.00002C8.58113 5.00002 8.27516 5.00818 7.97136 5.02433C6.09888 5.12387 5.16263 5.17363 4.24806 6.1381C3.3335 7.10257 3.3335 8.29238 3.3335 10.672V26.1048C3.3335 28.1568 3.3335 29.1828 3.7016 29.7578C3.9226 30.1032 4.06366 30.2443 4.40893 30.4653C4.98401 30.8333 6.28571 30.8333 8.88905 30.8333C12.9898 30.8277 16.9477 32.3118 20.0002 35V25.4167\" stroke=\"url(#paint2_linear_261_128)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><defs><linearGradient id=\"paint0_linear_261_128\" x1=\"19.9998\" y1=\"5\" x2=\"19.9998\" y2=\"21.6667\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_261_128\" x1=\"28.3333\" y1=\"5\" x2=\"28.3333\" y2=\"35\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint2_linear_261_128\" x1=\"11.6668\" y1=\"5\" x2=\"11.6668\" y2=\"35\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGlobal Manufacturing<br> Capability\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-6ce7084 e-con-full e-flex e-con e-child\" data-id=\"6ce7084\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3895ddc elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"3895ddc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceInLeft&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><path d=\"M14.9998 11.6665H24.9998C30.4995 11.6665 33.2493 11.6665 34.958 13.3751C36.6665 15.0836 36.6665 17.8335 36.6665 23.3332V24.9998C36.6665 30.4995 36.6665 33.2493 34.958 34.958C33.2493 36.6665 30.4995 36.6665 24.9998 36.6665H23.3332C17.8335 36.6665 15.0836 36.6665 13.3751 34.958C11.6665 33.2493 11.6665 30.4995 11.6665 24.9998V14.9998\" stroke=\"url(#paint0_linear_261_154)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M3.3335 11.6665H8.3335\" stroke=\"url(#paint1_linear_261_154)\" stroke-width=\"1.5\" stroke-linecap=\"round\"><\/path><path d=\"M11.6665 8.3335V3.3335\" stroke=\"url(#paint2_linear_261_154)\" stroke-width=\"1.5\" stroke-linecap=\"round\"><\/path><defs><linearGradient id=\"paint0_linear_261_154\" x1=\"24.1665\" y1=\"11.6665\" x2=\"24.1665\" y2=\"36.6665\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_261_154\" x1=\"5.8335\" y1=\"11.6665\" x2=\"5.8335\" y2=\"12.6665\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint2_linear_261_154\" x1=\"12.1665\" y1=\"3.3335\" x2=\"12.1665\" y2=\"8.3335\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t20+ Years Engineering<br> Expertise\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-d963620 e-con-full e-flex e-con e-child\" data-id=\"d963620\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce178df elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"ce178df\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceInLeft&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><path d=\"M28.3335 19.674C28.3335 19.0978 28.3335 18.8098 28.4202 18.5532C28.6722 17.8072 29.3365 17.5178 30.002 17.2147C30.7502 16.8738 31.1242 16.7035 31.4948 16.6735C31.9157 16.6395 32.3372 16.7302 32.6968 16.932C33.1737 17.1995 33.5062 17.708 33.8467 18.1215C35.419 20.0312 36.205 20.9862 36.4927 22.0392C36.7248 22.8888 36.7248 23.7775 36.4927 24.6272C36.0732 26.163 34.7477 27.4505 33.7665 28.6422C33.2647 29.2517 33.0137 29.5565 32.6968 29.7343C32.3372 29.9362 31.9157 30.0268 31.4948 29.9928C31.1242 29.9628 30.7502 29.7925 30.002 29.4517C29.3365 29.1485 28.6722 28.8592 28.4202 28.1132C28.3335 27.8565 28.3335 27.5685 28.3335 26.9923V19.674Z\" stroke=\"url(#paint0_linear_261_159)\" stroke-width=\"1.5\"><\/path><path d=\"M11.6668 19.6741C11.6668 18.9488 11.6465 18.2968 11.06 17.7868C10.8467 17.6013 10.5639 17.4725 9.99835 17.2148C9.25018 16.8741 8.8761 16.7038 8.50543 16.6738C7.39335 16.5838 6.79503 17.3428 6.15371 18.1218C4.58141 20.0315 3.79526 20.9863 3.5076 22.0393C3.27546 22.8891 3.27546 23.7778 3.5076 24.6275C3.92716 26.1633 5.2527 27.4506 6.23385 28.6425C6.85231 29.3936 7.44311 30.079 8.50543 29.9931C8.8761 29.9631 9.25018 29.7926 9.99835 29.452C10.5639 29.1943 10.8467 29.0655 11.06 28.88C11.6465 28.37 11.6668 27.7181 11.6668 26.9926V19.6741Z\" stroke=\"url(#paint1_linear_261_159)\" stroke-width=\"1.5\"><\/path><path d=\"M33.3332 17.5002V15.0002C33.3332 8.55685 27.3637 3.3335 19.9998 3.3335C12.636 3.3335 6.6665 8.55685 6.6665 15.0002V17.5002\" stroke=\"url(#paint2_linear_261_159)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M33.3333 29.1665C33.3333 36.6665 26.6667 36.6665 20 36.6665\" stroke=\"url(#paint3_linear_261_159)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><defs><linearGradient id=\"paint0_linear_261_159\" x1=\"32.5001\" y1=\"16.6665\" x2=\"32.5001\" y2=\"29.9998\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_261_159\" x1=\"7.50016\" y1=\"16.6665\" x2=\"7.50016\" y2=\"30.0004\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint2_linear_261_159\" x1=\"19.9998\" y1=\"3.3335\" x2=\"19.9998\" y2=\"17.5002\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint3_linear_261_159\" x1=\"26.6667\" y1=\"29.1665\" x2=\"26.6667\" y2=\"36.6665\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEnd-to-End Project <br> Support\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-90f0585 e-con-full e-flex e-con e-child\" data-id=\"90f0585\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7130222 elementor-button-align-stretch elementor-invisible elementor-widget elementor-widget-form\" data-id=\"7130222\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;_animation&quot;:&quot;bounceInRight&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"968640\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"7130222\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"CoolBeach\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"968640\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Request a Consultation<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\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-312b3e2 e-flex e-con-boxed e-con e-parent\" data-id=\"312b3e2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f770e3a e-con-full e-flex e-con e-child\" data-id=\"f770e3a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-94b1958 e-con-full e-flex e-con e-child\" data-id=\"94b1958\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5d127b elementor-widget elementor-widget-pix-img\" data-id=\"c5d127b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\" data-widget_type=\"pix-img.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"el-c5d127b\" class=\"pix-img-element d-inline-block none\"  ><a href=\"https:\/\/dephina.ae\/\"  class=\"pix-img-el     left d-inline-block  rounded-default\"  aria-label=\"Image link\"><img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"60\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/image-e1778837486674.png\" class=\"pix-img-elem rounded-default\" alt=\"Image link\" \/><\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b4317b elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-pix-text\" data-id=\"5b4317b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pix-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pix-el-text w-100 text-left \" ><p class=\"resp-option text-left \"><p>Engineering outdoor environments through global research and proven expertise.<br \/><br \/><\/p><p>China \u00b7 Germany \u00b7 Dubai<\/p><\/p><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c196485 e-con-full e-flex e-con e-child\" data-id=\"c196485\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75d92bd elementor-widget elementor-widget-pix-heading\" data-id=\"75d92bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pix-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div  class=\"pix-heading-el text-left \"><h6 class=\"text-white font-weight-bold h6 heading-text el-title_custom_color mb-12\" style=\"\" data-anim-type=\"\" data-anim-delay=\"\">Solutions<\/h6><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e6e6679 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"e6e6679\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dephina.ae\/?page_id=968352\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">CoolVista<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dephina.ae\/?page_id=968640\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">CoolBeach<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db5ad74 e-con-full e-flex e-con e-child\" data-id=\"db5ad74\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be4012d elementor-widget elementor-widget-pix-heading\" data-id=\"be4012d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pix-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div  class=\"pix-heading-el text-left \"><h6 class=\"text-white font-weight-bold h6 heading-text el-title_custom_color mb-12\" style=\"\" data-anim-type=\"\" data-anim-delay=\"\">Company<\/h6><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-909319a elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"909319a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dephina.ae\/?page_id=968948\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">About Us<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Contact Us<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Distributors<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">News<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Innovation<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Reference<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f04deb e-con-full e-flex e-con e-child\" data-id=\"2f04deb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d0a52b elementor-widget elementor-widget-pix-heading\" data-id=\"3d0a52b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pix-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div  class=\"pix-heading-el text-left \"><h6 class=\"text-white font-weight-bold h6 heading-text el-title_custom_color mb-12\" style=\"\" data-anim-type=\"\" data-anim-delay=\"\">Get In Touch<\/h6><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64ecf46 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"64ecf46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-marked-alt\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">127-444 Hor Al Anz, Dubai, UAE<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+971 50939 1258<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-envelope-open\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M494.586 164.516c-4.697-3.883-111.723-89.95-135.251-108.657C337.231 38.191 299.437 0 256 0c-43.205 0-80.636 37.717-103.335 55.859-24.463 19.45-131.07 105.195-135.15 108.549A48.004 48.004 0 0 0 0 201.485V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.509a48 48 0 0 0-17.414-36.993zM464 458a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V204.347c0-1.813.816-3.526 2.226-4.665 15.87-12.814 108.793-87.554 132.364-106.293C200.755 78.88 232.398 48 256 48c23.693 0 55.857 31.369 73.41 45.389 23.573 18.741 116.503 93.493 132.366 106.316a5.99 5.99 0 0 1 2.224 4.663V458zm-31.991-187.704c4.249 5.159 3.465 12.795-1.745 16.981-28.975 23.283-59.274 47.597-70.929 56.863C336.636 362.283 299.205 400 256 400c-43.452 0-81.287-38.237-103.335-55.86-11.279-8.967-41.744-33.413-70.927-56.865-5.21-4.187-5.993-11.822-1.745-16.981l15.258-18.528c4.178-5.073 11.657-5.843 16.779-1.726 28.618 23.001 58.566 47.035 70.56 56.571C200.143 320.631 232.307 352 256 352c23.602 0 55.246-30.88 73.41-45.389 11.994-9.535 41.944-33.57 70.563-56.568 5.122-4.116 12.601-3.346 16.778 1.727l15.258 18.526z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">info@dephina.ae<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-82b55dd e-flex e-con-boxed e-con e-parent\" data-id=\"82b55dd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74f406c elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"74f406c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-4adf1c7 e-flex e-con-boxed e-con e-parent\" data-id=\"4adf1c7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-54bc701 e-con-full e-flex e-con e-child\" data-id=\"54bc701\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25cb193 elementor-widget elementor-widget-text-editor\" data-id=\"25cb193\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u00a9 2026 Dephina. All Rights Reserved.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e70771 e-con-full e-flex e-con e-child\" data-id=\"3e70771\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da7c1f8 elementor-shape-circle e-grid-align-right e-grid-align-mobile-center elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"da7c1f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-7740474\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-c5215e2\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-45bc751\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-11efdce\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Dephina Header Home Coolvista CoolBeach Company Contact us \u221226.7\u00b0C Sand temperature reduction Recorded at Al Zeina Beach. Abu Dhabi Reimagine Beach Comfort in Extreme Heat CoolBeach is an advanced subsurface sand cooling system designed to reduce sand temperatures and restore&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-968640","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/pages\/968640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/comments?post=968640"}],"version-history":[{"count":10,"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/pages\/968640\/revisions"}],"predecessor-version":[{"id":971922,"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/pages\/968640\/revisions\/971922"}],"wp:attachment":[{"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/media?parent=968640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}