{"id":968352,"date":"2026-05-30T12:14:14","date_gmt":"2026-05-30T12:14:14","guid":{"rendered":"https:\/\/dephina.ae\/?page_id=968352"},"modified":"2026-06-16T17:49:15","modified_gmt":"2026-06-16T17:49:15","slug":"coolvista","status":"publish","type":"page","link":"https:\/\/dephina.ae\/coolvista\/","title":{"rendered":"Coolvista"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"968352\" class=\"elementor elementor-968352\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a95cd9 e-flex e-con-boxed e-con e-parent\" data-id=\"0a95cd9\" 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-5859511 elementor-widget elementor-widget-html\" data-id=\"5859511\" 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-174d148 e-con-full e-flex e-con e-parent\" data-id=\"174d148\" 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-041a4d7 elementor-widget elementor-widget-html\" data-id=\"041a4d7\" 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    }\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, .86fr) minmax(420px, 1.08fr);\r\n        align-items: center;\r\n        gap: 74px;\r\n    }\r\n\r\n    .coolbeach-hero__media {\r\n        position: relative;\r\n        height: 450px;\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: 120px;\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\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: 50px;\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        padding-bottom: 4px;\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        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__text br {\r\n            display: none;\r\n        }\r\n\r\n        .coolbeach-hero {\r\n            padding: 180px 18px 62px;\r\n        }\r\n\r\n        .coolbeach-hero__media {\r\n            height: 350px !important;\r\n            min-height: 350px !important;\r\n        }\r\n\r\n        .coolbeach-hero__media img {\r\n            height: 350px !important;\r\n        }\r\n\r\n        .coolbeach-hero__title {\r\n            font-size: 32px;\r\n            line-height: 1.16;\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\r\n\r\n    <div class=\"coolbeach-hero__wrap\">\r\n\r\n\r\n        <div class=\"coolbeach-hero__content\">\r\n            <h1 class=\"coolbeach-hero__title\">\r\n                Transform Outdoor Heat into Usable,\r\n                <span>High-Value Space<\/span>\r\n            <\/h1>\r\n\r\n            <p class=\"coolbeach-hero__text\">\r\n                CoolVista enables comfortable, functional,and<br>\r\n                revenue-generating outdoor environments even in<br>\r\n                extreme climates.\r\n            <\/p>\r\n            <p class=\"coolbeach-hero__text\">\r\n                Designed for hospitality, residential,and<br>\r\n                commercial applications where conventional<br>\r\n                cooling systems fall short.\r\n            <\/p>\r\n\r\n            <a class=\"coolbeach-hero__button\" href=\"#contact\">Contact Us<\/a>\r\n        <\/div>\r\n\r\n\r\n        <div class=\"coolbeach-hero__media\">\r\n            <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/5bf34e41329730386bb1c15c7e2d60edb5431384.jpg\"\r\n                alt=\"Beachfront coastal environment\">\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-781fe63 e-flex e-con-boxed e-con e-parent\" data-id=\"781fe63\" 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-7474d47 e-con-full e-flex e-con e-child\" data-id=\"7474d47\" 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-4a9a55a animated-slow elementor-invisible elementor-widget elementor-widget-html\" data-id=\"4a9a55a\" 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 High-Value Spaces Remain\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       Underutilized\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-50de70f e-con-full e-flex e-con e-child\" data-id=\"50de70f\" 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-1b2039a elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"1b2039a\" 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 high-temperature and humid climates, outdoor environments become difficult to\nuse, limiting their potential despite significant investment.<\/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-b0ed59d elementor-widget__width-initial grd-text animated-fast elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"b0ed59d\" 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 not the space; it\u2019s the environment.<\/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-32e9eed e-flex e-con-boxed e-con e-parent\" data-id=\"32e9eed\" 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-2469251 e-con-full e-flex e-con e-child\" data-id=\"2469251\" 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-1f62ddd elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"1f62ddd\" 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=\"2560\" height=\"1968\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/01-1-scaled.webp\" class=\"attachment-full size-full wp-image-967102\" alt=\"\" srcset=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/01-1-scaled.webp 2560w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/01-1-300x231.webp 300w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/01-1-1024x787.webp 1024w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/01-1-768x590.webp 768w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/01-1-1536x1181.webp 1536w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/01-1-2048x1574.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\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<div class=\"elementor-element elementor-element-752926c e-con-full e-flex e-con e-child\" data-id=\"752926c\" 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-cbdcfbd elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-html\" data-id=\"cbdcfbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&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    Engineered for Outdoor  \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        Thermal Comfort\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-97570c4 elementor-widget elementor-widget-pix-text\" data-id=\"97570c4\" 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-center \" ><p class=\" resp-option el-content_custom_color text-center \" style=\"color:#232323;\">CoolVista transforms heat-intensive environments into stable, comfortable, and\nusable spaces through advanced surface-based<br>cooling technology<\/p><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cfc830 elementor-widget elementor-widget-pix-text\" data-id=\"6cfc830\" 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-center \" ><p class=\" resp-option el-content_custom_color text-center \" style=\"color:#232323;\">Unlike conventional systems that attempt to cool the air, CoolVista addresses heat\nat its source \u2013 reducing surface temperatures and controlling radiant heat.<\/p><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bf991e elementor-widget elementor-widget-pix-text\" data-id=\"2bf991e\" 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-center \" ><p class=\" resp-option el-content_custom_color text-center \" style=\"color:#232323;\">This enables effective cooling in semi-open and outdoor <br>environments where\ntraditional approaches are <br> inefficient or ineffective.<\/p><\/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-2faf3a83 e-flex e-con-boxed e-con e-parent\" data-id=\"2faf3a83\" 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-10cdb13 e-con-full e-flex e-con e-child\" data-id=\"10cdb13\" 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-8ea540b elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"8ea540b\" 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: center;\r\n    color: #232323;\r\n\">\r\n    Proven Performance in\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    Real Conditions\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-eea1b51 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-pix-text\" data-id=\"eea1b51\" 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 \" >CoolVista delivers measurable improvements in outdoor comfort and efficiency validated through real-world testing.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21440fb6 e-flex e-con-boxed e-con e-child\" data-id=\"21440fb6\" 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-8aa5a55 e-con-full box-border animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"8aa5a55\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInDown&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1637b674 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1637b674\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"39\" height=\"50\" viewBox=\"0 0 39 50\" fill=\"none\"><path d=\"M16.4869 33.5067V19.7184C16.4869 18.6397 15.6125 17.7653 14.5338 17.7653C13.4551 17.7653 12.5807 18.6397 12.5807 19.7184V33.5067C10.3052 34.3112 8.67444 36.4803 8.67444 39.0313C8.67444 42.2673 11.2978 44.8906 14.5338 44.8906C17.7698 44.8906 20.3932 42.2673 20.3932 39.0313C20.3932 36.4802 18.7625 34.3112 16.4869 33.5067Z\" fill=\"url(#paint0_linear_1453_39)\"><\/path><path d=\"M4.65625 5.4375H0.75M4.65625 10.8387H0.75M4.65625 16.2399H0.75M4.65625 21.6411H0.75M4.65625 27.0424H0.75M38.25 3.70342C37.4398 3.16968 36.4905 2.88585 35.5203 2.88721C32.7734 2.88721 30.5467 5.11397 30.5467 7.86084C30.5467 10.6077 32.7734 12.8345 35.5203 12.8345C36.6359 12.8345 37.5535 12.4672 38.25 11.8469M20.3932 31.2201V6.60938C20.3932 3.37852 17.7646 0.75 14.5338 0.75C11.3029 0.75 8.67441 3.37852 8.67441 6.60938V31.2201C6.26289 33.0329 4.76816 35.9093 4.76816 39.0312C4.76816 44.4161 9.14902 48.7969 14.5338 48.7969C19.9186 48.7969 24.2994 44.4161 24.2994 39.0312C24.2994 35.9092 22.8047 33.0329 20.3932 31.2201ZM25.9596 0.75C24.8809 0.75 24.0064 1.62441 24.0064 2.70312C24.0064 3.78184 24.8809 4.65625 25.9596 4.65625C27.0383 4.65625 27.9127 3.78184 27.9127 2.70312C27.9127 1.62441 27.0383 0.75 25.9596 0.75Z\" stroke=\"url(#paint1_linear_1453_39)\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><defs><linearGradient id=\"paint0_linear_1453_39\" x1=\"14.5338\" y1=\"17.7653\" x2=\"14.5338\" y2=\"44.8906\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_1453_39\" x1=\"19.5\" y1=\"0.75\" x2=\"19.5\" y2=\"48.7969\" 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\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tUp to 20\u00b0C Reduction\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\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\tSignificant improvement in perceived temperature.\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-3b2e3694 e-con-full box-border animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"3b2e3694\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c51ac7d elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3c51ac7d\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"50\" height=\"48\" viewBox=\"0 0 50 48\" fill=\"none\"><path d=\"M2.40982 41.0165C1.70728 41.6869 0.595411 41.0826 0.971987 39.983C1.29944 39.0259 4.35075 35.9533 5.23786 35.1652C10.3626 30.6151 16.617 28.2834 23.571 29.3111C30.9671 30.4034 42.7749 34.5096 47.3444 26.162C50.0802 21.1634 45.5389 17.1411 40.6628 19.5756C39.8843 19.9638 38.2828 21.6648 37.6264 20.5195C37.1322 19.6565 38.1786 19.0376 38.8067 18.6274C45.4764 14.2728 52.932 20.1211 48.8239 27.1808C43.6531 36.065 32.2397 32.5454 24.0146 31.1855C15.4977 29.7771 8.7878 33.2687 3.4562 39.5728C3.13023 39.9594 2.71495 40.7269 2.40982 41.018M41.5202 3.42004C42.1111 3.24215 42.6082 2.81874 43.1515 2.55117C44.0029 2.13218 46.4127 1.67055 45.7458 0.406209C45.2993 -0.442075 44.0088 0.257722 43.342 0.537053C42.5159 0.882541 40.6449 2.14541 40.0972 2.29096C39.3842 2.48061 38.3096 2.43503 37.4969 2.58793C31.3749 3.74495 27.9456 8.90522 27.566 14.8079C27.4603 16.4516 27.3055 17.0793 29.1691 16.9382C34.2312 16.5545 44.0594 13.4024 42.9416 6.91168C42.7228 5.63851 42.0753 4.55942 41.5187 3.41857M29.3536 15.0828C29.6617 10.9414 31.4315 6.85728 35.4533 5.08426C35.879 4.89608 36.4907 4.57706 36.9432 4.68291C35.9891 5.4518 35.1169 6.34125 34.3191 7.26745C33.8502 7.81141 32.2859 9.69469 32.0938 10.2445C31.8408 10.9679 32.2665 11.7059 33.0673 11.5412C33.618 11.428 34.6242 9.71233 35.0499 9.19778C36.5086 7.43652 38.1444 5.79288 40.0674 4.51825C44.6637 11.6794 34.5587 14.2801 29.3536 15.0814M22.6318 34.5948C18.8348 34.8874 14.9857 36.6457 12.2142 39.1803C11.6248 39.7198 9.70022 41.7104 9.69873 42.4293C9.69873 43.1232 10.507 43.5069 11.1083 43.1526C11.2899 43.0453 12.3035 41.559 12.6101 41.2223C18.936 34.2802 28.2864 35.6666 36.0159 39.2729C38.5552 40.4578 39.7355 42.2926 38.4793 45.0447C38.1384 45.7901 37.5505 46.0312 36.7482 46.1988C35.5202 46.4561 34.4337 46.1371 33.3813 45.5034C32.6297 45.0506 31.3079 43.2879 30.528 44.3596C29.9832 45.108 30.8718 45.8724 31.4211 46.3341C33.423 48.0174 36.2005 48.5393 38.6043 47.3691C39.6849 46.8427 39.871 46.4679 40.2639 45.3741C41.5246 41.8633 40.2282 39.2685 36.9075 37.7336C32.4362 35.6666 27.6404 34.2096 22.6318 34.5948ZM23.4118 21.2752C22.7345 21.2693 21.7521 21.4031 21.0496 21.481C14.8502 22.1617 8.19391 24.5213 3.45173 28.5642C2.89357 29.0406 0.933288 30.8003 0.876727 31.4266C0.812724 32.1352 1.41554 32.6748 2.08385 32.3911C2.40982 32.2529 3.3922 31.0194 3.78663 30.6548C8.50053 26.309 14.8398 24.0832 21.1612 23.2422C21.9188 23.1408 23.3716 23.2187 23.9625 22.9217C24.8585 22.4719 24.415 21.2854 23.4118 21.2752ZM17.2734 17.097C14.1001 17.2719 10.6915 17.982 7.91706 19.5389C7.21154 19.9344 5.38373 20.9047 6.63254 21.7985C7.36187 22.3204 7.91706 21.5486 8.51393 21.2281C12.1695 19.2669 16.0693 18.7627 20.2042 18.7759C20.9841 18.4818 20.8874 17.4336 20.1699 17.1484C19.6653 16.947 17.9134 17.0617 17.2734 17.097ZM2.75663 23.1349C2.46192 23.1834 1.69537 23.8185 1.44234 24.0508C0.916915 24.5345 -0.79926 26.2502 0.440613 26.8015C1.36494 27.2117 1.63286 26.3928 2.11065 25.9209C2.42768 25.6077 3.53211 24.7256 3.6616 24.4786C4.00395 23.8318 3.44429 23.0217 2.75663 23.1349Z\" fill=\"url(#paint0_linear_32_296)\"><\/path><defs><linearGradient id=\"paint0_linear_32_296\" x1=\"25\" y1=\"0\" x2=\"25\" y2=\"48\" 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\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEnergy-Efficient Operation\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\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\tOptimized energy usage compared to traditional cooling systems.\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-b91c4bd e-con-full box-border animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"b91c4bd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;rollIn&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1009c278 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1009c278\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"50\" height=\"50\" viewBox=\"0 0 50 50\" fill=\"none\"><path d=\"M13.9062 46.0938C19.5141 46.0938 23.9062 43.5203 23.9062 40.2344V9.76562C23.9062 6.47969 19.5141 3.90625 13.9062 3.90625C8.29844 3.90625 3.90625 6.47969 3.90625 9.76562V40.2344C3.90625 43.5203 8.29844 46.0938 13.9062 46.0938ZM13.9062 44.5312C9.33281 44.5312 5.46875 42.5625 5.46875 40.2344V37.3172C7.22813 38.9406 10.3141 40 13.9062 40C17.4984 40 20.5844 38.9406 22.3438 37.3188V40.2359C22.3438 42.5625 18.4797 44.5312 13.9062 44.5312ZM22.3438 15.8594C22.3438 18.1875 18.4797 20.1562 13.9062 20.1562C9.33281 20.1562 5.46875 18.1875 5.46875 15.8594V12.9438C7.22813 14.5656 10.3141 15.625 13.9062 15.625C17.4984 15.625 20.5844 14.5656 22.3438 12.9438V15.8594ZM13.9062 21.7188C17.4984 21.7188 20.5844 20.6594 22.3438 19.0375V21.9531C22.3438 24.2812 18.4797 26.25 13.9062 26.25C9.33281 26.25 5.46875 24.2812 5.46875 21.9531V19.0375C7.22813 20.6609 10.3141 21.7188 13.9062 21.7188ZM13.9062 27.8125C17.4984 27.8125 20.5844 26.7531 22.3438 25.1312V28.0484C22.3438 30.3766 18.4797 32.3453 13.9062 32.3453C9.33281 32.3453 5.46875 30.3766 5.46875 28.0484V25.1312C7.22813 26.7531 10.3141 27.8125 13.9062 27.8125ZM13.9062 33.9063C17.4984 33.9063 20.5844 32.8469 22.3438 31.225V34.1406C22.3438 36.4688 18.4797 38.4375 13.9062 38.4375C9.33281 38.4375 5.46875 36.4688 5.46875 34.1406V31.225C7.22813 32.8469 10.3141 33.9063 13.9062 33.9063ZM13.9062 5.46875C18.4797 5.46875 22.3438 7.4375 22.3438 9.76562C22.3438 12.0938 18.4797 14.0625 13.9062 14.0625C9.33281 14.0625 5.46875 12.0938 5.46875 9.76562C5.46875 7.4375 9.33281 5.46875 13.9062 5.46875ZM42.0766 23.3344L43.5391 21.8719C43.9938 21.4172 44.2453 20.8125 44.2453 20.1688C44.2453 19.5266 43.9938 18.9219 43.5391 18.4672C42.6297 17.5578 41.0438 17.5578 40.1344 18.4672L38.5016 20.1V6.31406C38.4742 5.69405 38.2086 5.10852 37.7602 4.67947C37.3118 4.25041 36.7151 4.01093 36.0945 4.01093C35.4739 4.01093 34.8772 4.25041 34.4288 4.67947C33.9804 5.10852 33.7149 5.69405 33.6875 6.31406V20.1016L32.0531 18.4672C31.6016 18.0157 30.9893 17.7621 30.3508 17.7621C29.7123 17.7621 29.0999 18.0157 28.6484 18.4672C28.1969 18.9187 27.9433 19.531 27.9433 20.1695C27.9433 20.808 28.1969 21.4204 28.6484 21.8719L30.1141 23.3375C27.6078 24.4219 26.0953 26.1656 26.0953 28.0484V40.2359C26.0953 43.5219 30.4875 46.0953 36.0953 46.0953C41.7031 46.0953 46.0953 43.5219 46.0953 40.2359V28.0484C46.0938 26.1641 44.5828 24.4219 42.0766 23.3344ZM29.7531 19.5719C29.9116 19.4134 30.1266 19.3244 30.3508 19.3244C30.5749 19.3244 30.7899 19.4134 30.9484 19.5719L33.9156 22.5391C34.0252 22.6478 34.1645 22.7218 34.3159 22.7516C34.4674 22.7815 34.6243 22.7658 34.7669 22.7067C34.9096 22.6476 35.0315 22.5476 35.1175 22.4194C35.2034 22.2911 35.2495 22.1403 35.25 21.9859V6.31406C35.2631 6.09876 35.3579 5.89656 35.5149 5.74874C35.672 5.60092 35.8796 5.51861 36.0953 5.51861C36.311 5.51861 36.5186 5.60092 36.6757 5.74874C36.8328 5.89656 36.9275 6.09876 36.9406 6.31406V21.9859C36.9403 22.1407 36.986 22.292 37.0718 22.4207C37.1577 22.5494 37.2798 22.6498 37.4227 22.709C37.5656 22.7683 37.7229 22.7838 37.8747 22.7535C38.0264 22.7232 38.1657 22.6486 38.275 22.5391L41.2406 19.5734C41.4022 19.4208 41.616 19.3358 41.8383 19.3358C42.0605 19.3358 42.2744 19.4208 42.4359 19.5734C42.5929 19.7328 42.6809 19.9474 42.6809 20.1711C42.6809 20.3948 42.5929 20.6094 42.4359 20.7687L36.6937 26.5125C36.5352 26.671 36.3203 26.76 36.0961 26.76C35.8719 26.76 35.657 26.671 35.4984 26.5125L29.7547 20.7687C29.597 20.6096 29.5085 20.3947 29.5082 20.1706C29.5079 19.9466 29.5959 19.7315 29.7531 19.5719ZM31.3219 24.5453L34.3922 27.6156C34.8609 28.0844 35.4781 28.3188 36.0938 28.3188C36.7094 28.3188 37.3266 28.0844 37.7953 27.6156L40.8641 24.5469C43.0984 25.3578 44.5297 26.7016 44.5297 28.0484C44.5297 30.3766 40.6656 32.3453 36.0922 32.3453C31.5188 32.3453 27.6547 30.3766 27.6547 28.0484C27.6562 26.7016 29.0891 25.3562 31.3219 24.5453ZM44.5312 34.1406C44.5312 36.4688 40.6672 38.4375 36.0938 38.4375C31.5203 38.4375 27.6563 36.4688 27.6563 34.1406V31.225C29.4156 32.8469 32.5016 33.9063 36.0938 33.9063C39.6859 33.9063 42.7719 32.8469 44.5312 31.225V34.1406ZM36.0938 44.5312C31.5203 44.5312 27.6563 42.5625 27.6563 40.2344V37.3172C29.4156 38.9391 32.5016 39.9984 36.0938 39.9984C39.6859 39.9984 42.7719 38.9391 44.5312 37.3172V40.2344C44.5312 42.5625 40.6672 44.5312 36.0938 44.5312Z\" fill=\"url(#paint0_linear_1454_43)\"><\/path><defs><linearGradient id=\"paint0_linear_1454_43\" x1=\"25.0008\" y1=\"3.90625\" x2=\"25.0008\" y2=\"46.0953\" 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\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLow Operating Cost\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\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\tDesigned for efficient long-term performance.\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<div class=\"elementor-element elementor-element-18a7f731 e-con-full box-border animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"18a7f731\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:0,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6432e3d4 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6432e3d4\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"50\" height=\"50\" viewBox=\"0 0 50 50\" fill=\"none\"><path d=\"M25 40.9297C24.8047 40.9297 24.6093 40.8593 24.4531 40.7109L22.7109 39.0234L20.3593 39.6172C19.9531 39.7187 19.5312 39.4765 19.414 39.0703L18.7578 36.7343L16.4218 36.0781C16.0156 35.9609 15.7734 35.5468 15.875 35.1328L16.4687 32.7812L14.7812 31.039C14.6386 30.8943 14.5586 30.6993 14.5586 30.4961C14.5586 30.2929 14.6386 30.0978 14.7812 29.9531L16.4687 28.2109L15.875 25.8593C15.7734 25.4453 16.0156 25.0312 16.4218 24.914L18.7578 24.2578L19.414 21.9218C19.5312 21.5156 19.9453 21.2734 20.3593 21.375L22.7109 21.9687L24.4531 20.2812C24.5978 20.1386 24.7929 20.0586 24.9961 20.0586C25.1993 20.0586 25.3943 20.1386 25.539 20.2812L27.2812 21.9687L29.6328 21.375C30.0468 21.2734 30.4609 21.5156 30.5781 21.9218L31.2343 24.2578L33.5703 24.914C33.9765 25.0312 34.2187 25.4453 34.1172 25.8593L33.5234 28.2109L35.2109 29.9531C35.3536 30.0978 35.4335 30.2929 35.4335 30.4961C35.4335 30.6993 35.3536 30.8943 35.2109 31.039L33.5234 32.7812L34.1172 35.1328C34.2187 35.5468 33.9765 35.9609 33.5703 36.0781L31.2343 36.7343L30.5781 39.0703C30.4609 39.4765 30.039 39.7187 29.6328 39.6172L27.2812 39.0234L25.539 40.7109C25.3906 40.8593 25.1953 40.9297 25 40.9297ZM22.9453 37.375C23.1484 37.375 23.3437 37.4531 23.4922 37.5937L25 39.0625L26.5078 37.5937C26.7031 37.4062 26.9843 37.3281 27.2422 37.3984L29.2812 37.914L29.8515 35.8906C29.9218 35.625 30.1328 35.4218 30.3906 35.3515L32.414 34.7812L31.8984 32.7422C31.8281 32.4765 31.9062 32.2031 32.0937 32.0078L33.5625 30.5L32.0937 28.9922C32.0009 28.8968 31.9342 28.7791 31.9 28.6505C31.8658 28.5219 31.8652 28.3867 31.8984 28.2578L32.414 26.2187L30.3906 25.6484C30.2615 25.6134 30.1439 25.5452 30.0493 25.4507C29.9547 25.3561 29.8865 25.2384 29.8515 25.1093L29.2812 23.0859L27.2422 23.6015C27.1133 23.6347 26.978 23.6342 26.8494 23.6C26.7208 23.5657 26.6032 23.499 26.5078 23.4062L25 21.9453L23.4922 23.414C23.2968 23.6015 23.0156 23.6797 22.7578 23.6093L20.7187 23.0937L20.1484 25.1172C20.0781 25.375 19.8672 25.5859 19.6093 25.6562L17.5859 26.2265L18.1015 28.2656C18.1718 28.5312 18.0937 28.8047 17.9062 29L16.4375 30.5078L17.9062 32.0156C18.0937 32.2109 18.1718 32.4922 18.1015 32.75L17.5859 34.789L19.6093 35.3593C19.875 35.4297 20.0781 35.6406 20.1484 35.8984L20.7187 37.9218L22.7578 37.4062C22.8203 37.3828 22.8828 37.375 22.9453 37.375Z\" fill=\"url(#paint0_linear_1454_47)\"><\/path><path d=\"M20.2812 46.0312H20.2187C20.0614 46.0195 19.9113 45.9601 19.7885 45.8611C19.6657 45.762 19.576 45.6279 19.5312 45.4766L18.4844 42.0156L15.625 43.1094C15.4827 43.164 15.3274 43.1753 15.1787 43.1419C15.03 43.1086 14.8944 43.032 14.7891 42.9219C14.5703 42.6953 14.5078 42.3672 14.625 42.0781L17.375 35.4375C17.4145 35.3426 17.4723 35.2564 17.5451 35.1838C17.6179 35.1113 17.7043 35.0538 17.7993 35.0146C17.8944 34.9754 17.9962 34.9554 18.099 34.9555C18.2018 34.9557 18.3035 34.9761 18.3984 35.0156C18.4933 35.0551 18.5795 35.1129 18.6521 35.1857C18.7246 35.2585 18.7822 35.3449 18.8213 35.44C18.8605 35.535 18.8806 35.6368 18.8804 35.7396C18.8802 35.8424 18.8598 35.9442 18.8203 36.0391L16.7656 41L18.7109 40.2578C18.9141 40.1797 19.1406 40.1875 19.3359 40.2891C19.5312 40.3828 19.6797 40.5547 19.7422 40.7656L20.4531 43.1094L22.7578 38.3203C22.9453 37.9297 23.4141 37.7656 23.7969 37.9531C24.1875 38.1406 24.3516 38.6094 24.1641 38.9922L20.9844 45.5859C20.8516 45.8594 20.5781 46.0312 20.2812 46.0312ZM29.7187 46.0312C29.4219 46.0312 29.1484 45.8594 29.0156 45.5859L25.8359 38.9922C25.791 38.9 25.7649 38.7998 25.7591 38.6974C25.7533 38.595 25.7679 38.4925 25.802 38.3958C25.8362 38.2991 25.8893 38.2102 25.9581 38.1342C26.027 38.0582 26.1103 37.9966 26.2031 37.9531C26.2953 37.9082 26.3955 37.8821 26.4979 37.8763C26.6003 37.8705 26.7028 37.8851 26.7995 37.9192C26.8962 37.9534 26.9851 38.0064 27.0611 38.0753C27.1371 38.1442 27.1987 38.2274 27.2422 38.3203L29.5469 43.1094L30.2578 40.7656C30.2895 40.6628 30.3419 40.5675 30.4118 40.4857C30.4816 40.4038 30.5675 40.337 30.664 40.2895C30.7605 40.2419 30.8658 40.2146 30.9733 40.2092C31.0807 40.2037 31.1882 40.2203 31.2891 40.2578L33.2344 41L31.1797 36.0391C31.0156 35.6406 31.2031 35.1797 31.6016 35.0156C32 34.8516 32.4609 35.0391 32.625 35.4375L35.375 42.0781C35.4321 42.2192 35.4471 42.3738 35.4179 42.5232C35.3888 42.6726 35.3169 42.8103 35.211 42.9195C35.105 43.0288 34.9696 43.1049 34.8212 43.1386C34.6728 43.1723 34.5177 43.1622 34.375 43.1094L31.5156 42.0156L30.4687 45.4766C30.375 45.7813 30.1016 46.0078 29.7812 46.0312H29.7187ZM25 35.6563C22.1562 35.6563 19.8437 33.3438 19.8437 30.5C19.8437 27.6563 22.1562 25.3438 25 25.3438C27.8437 25.3438 30.1562 27.6563 30.1562 30.5C30.1562 33.3438 27.8437 35.6563 25 35.6563ZM25 26.9062C24.528 26.9063 24.0606 26.9993 23.6246 27.18C23.1886 27.3607 22.7924 27.6254 22.4587 27.9592C22.125 28.293 21.8603 28.6893 21.6797 29.1253C21.4991 29.5614 21.4062 30.0288 21.4062 30.5008C21.4063 30.9728 21.4993 31.4401 21.68 31.8762C21.8607 32.3122 22.1254 32.7084 22.4592 33.0421C22.793 33.3758 23.1892 33.6405 23.6253 33.8211C24.0614 34.0017 24.5288 34.0946 25.0008 34.0945C25.954 34.0944 26.8681 33.7157 27.5421 33.0416C28.2161 32.3675 28.5946 31.4532 28.5945 30.5C28.5944 29.5468 28.2157 28.6326 27.5416 27.9587C26.8674 27.2847 25.9532 26.9061 25 26.9062Z\" fill=\"url(#paint1_linear_1454_47)\"><\/path><path d=\"M44.3672 37.7344H35.8906C35.4609 37.7344 35.1094 37.3828 35.1094 36.9531C35.1094 36.5234 35.4609 36.1719 35.8906 36.1719H44.3594C45.2188 36.1719 45.9141 35.4766 45.9141 34.6172V7.09375C45.9141 6.23437 45.2188 5.53906 44.3594 5.53906H5.63281C4.77344 5.53906 4.07812 6.23437 4.07812 7.09375V34.6172C4.07812 35.4766 4.77344 36.1719 5.63281 36.1719H13.3203C13.75 36.1719 14.1016 36.5234 14.1016 36.9531C14.1016 37.3828 13.75 37.7344 13.3203 37.7344H5.63281C3.91406 37.7344 2.51562 36.3359 2.51562 34.6172V7.09375C2.51562 5.375 3.91406 3.97656 5.63281 3.97656H44.3672C46.0859 3.97656 47.4844 5.375 47.4844 7.09375V34.6172C47.4844 36.3359 46.0859 37.7344 44.3672 37.7344Z\" fill=\"url(#paint2_linear_1454_47)\"><\/path><path d=\"M41.875 34.8047H36.1484C35.7187 34.8047 35.3672 34.4531 35.3672 34.0234C35.3672 33.5937 35.7187 33.2422 36.1484 33.2422H41.875C42.5469 33.2422 43.0859 32.7344 43.0859 32.1172V9.64063C43.0859 9.01563 42.5391 8.51562 41.875 8.51562H8.84375C8.17187 8.51562 7.63281 9.02344 7.63281 9.64063V32.1094C7.63281 32.7344 8.17969 33.2344 8.84375 33.2344H13.375C13.8047 33.2344 14.1563 33.5859 14.1563 34.0156C14.1563 34.4453 13.8047 34.7969 13.375 34.7969H8.84375C7.3125 34.7969 6.07031 33.5937 6.07031 32.1094V9.64063C6.07031 8.15625 7.3125 6.95312 8.84375 6.95312H41.875C43.4062 6.95312 44.6484 8.15625 44.6484 9.64063V32.1094C44.6484 33.6016 43.4062 34.8047 41.875 34.8047Z\" fill=\"url(#paint3_linear_1454_47)\"><\/path><path d=\"M27.0469 12.9688H11.7109C11.2812 12.9688 10.9297 12.6172 10.9297 12.1875C10.9297 11.7578 11.2812 11.4062 11.7109 11.4062H27.0391C27.4688 11.4062 27.8203 11.7578 27.8203 12.1875C27.8203 12.6172 27.4766 12.9688 27.0469 12.9688ZM39 12.9688H30.7344C30.3047 12.9688 29.9531 12.6172 29.9531 12.1875C29.9531 11.7578 30.3047 11.4062 30.7344 11.4062H39C39.4297 11.4062 39.7813 11.7578 39.7813 12.1875C39.7813 12.6172 39.4297 12.9688 39 12.9688ZM39 17.7109H23.6719C23.2422 17.7109 22.8906 17.3594 22.8906 16.9297C22.8906 16.5 23.2422 16.1484 23.6719 16.1484H39C39.4297 16.1484 39.7813 16.5 39.7813 16.9297C39.7813 17.3594 39.4297 17.7109 39 17.7109ZM19.9844 17.7109H11.7109C11.2812 17.7109 10.9297 17.3594 10.9297 16.9297C10.9297 16.5 11.2812 16.1484 11.7109 16.1484H19.9766C20.4062 16.1484 20.7578 16.5 20.7578 16.9297C20.7578 17.3594 20.4141 17.7109 19.9844 17.7109Z\" fill=\"url(#paint4_linear_1454_47)\"><\/path><defs><linearGradient id=\"paint0_linear_1454_47\" x1=\"24.9961\" y1=\"20.0586\" x2=\"24.9961\" y2=\"40.9297\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_1454_47\" x1=\"24.9996\" y1=\"25.3438\" x2=\"24.9996\" y2=\"46.0312\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint2_linear_1454_47\" x1=\"25\" y1=\"3.97656\" x2=\"25\" y2=\"37.7344\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint3_linear_1454_47\" x1=\"25.3594\" y1=\"6.95312\" x2=\"25.3594\" y2=\"34.8047\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint4_linear_1454_47\" x1=\"25.3555\" y1=\"11.4062\" x2=\"25.3555\" y2=\"17.7109\" 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\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tProof Tag\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\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\tPilot Installation - Dubai (Remraam Mosque)\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\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-4bd6cfb e-flex e-con-boxed e-con e-parent\" data-id=\"4bd6cfb\" 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-ea746f1 e-con-full e-flex e-con e-child\" data-id=\"ea746f1\" 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-3d1a8d3 e-con-full e-flex e-con e-child\" data-id=\"3d1a8d3\" 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-4833f3e elementor-widget elementor-widget-html\" data-id=\"4833f3e\" 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  \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     CoolVista \t\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        text-align: center !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-631667b elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-pix-text\" data-id=\"631667b\" 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 controlled approach to outdoor thermal comfort designed to manage heat at its\nsource. The result is a stable, comfortable microclimate \u2014 even in challenging\noutdoor conditions.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b6921eb e-con-full e-flex e-con e-child\" data-id=\"b6921eb\" 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-0e41b78 elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"0e41b78\" 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-ee892ec e-flex e-con-boxed e-con e-child\" data-id=\"ee892ec\" 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-0a14c66 e-con-full e-flex e-con e-child\" data-id=\"0a14c66\" 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-2d86c43 grd-text elementor-widget elementor-widget-heading\" data-id=\"2d86c43\" 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. Surface Temperature Regulation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3739c62 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"3739c62\" 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>CoolVista reduces heat accumulation across surfaces, preventing them from acting as a source of radiant heat.<\/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-4e8d249 e-con-full e-flex e-con e-child\" data-id=\"4e8d249\" 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-f1fdac4 elementor-widget elementor-widget-image\" data-id=\"f1fdac4\" 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=\"1419\" height=\"1108\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/f0dbeebe-8683-4f8d-92e0-627fab1d5a9f.png\" class=\"attachment-full size-full wp-image-971751\" alt=\"\" srcset=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/f0dbeebe-8683-4f8d-92e0-627fab1d5a9f.png 1419w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/f0dbeebe-8683-4f8d-92e0-627fab1d5a9f-300x234.png 300w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/f0dbeebe-8683-4f8d-92e0-627fab1d5a9f-1024x800.png 1024w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/06\/f0dbeebe-8683-4f8d-92e0-627fab1d5a9f-768x600.png 768w\" sizes=\"(max-width: 1419px) 100vw, 1419px\" \/>\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-3f8624f e-flex e-con-boxed e-con e-child\" data-id=\"3f8624f\" 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-49d7c60 e-con-full e-flex e-con e-child\" data-id=\"49d7c60\" 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-8c14e7d grd-text elementor-widget elementor-widget-heading\" data-id=\"8c14e7d\" 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. Radiant Heat Suppression<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-178aa5a elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"178aa5a\" 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>By lowering surface temperatures, the system reduces the radiant heat load \u2014 significantly improving perceived comfort.<\/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-a8cef64 e-con-full e-flex e-con e-child\" data-id=\"a8cef64\" 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-69aa015 elementor-widget elementor-widget-image\" data-id=\"69aa015\" 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=\"1336\" height=\"1152\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1.webp\" class=\"attachment-full size-full wp-image-967272\" alt=\"\" srcset=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1.webp 1336w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1-300x259.webp 300w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1-1024x883.webp 1024w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1-768x662.webp 768w\" sizes=\"(max-width: 1336px) 100vw, 1336px\" \/>\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-ec55891 e-flex e-con-boxed e-con e-child\" data-id=\"ec55891\" 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-495152b e-con-full e-flex e-con e-child\" data-id=\"495152b\" 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-1e5f1b5 grd-text elementor-widget elementor-widget-heading\" data-id=\"1e5f1b5\" 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. Intelligent System Control<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9294478 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"9294478\" 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>Real-time monitoring and automated control ensure consistent performance while optimizing energy efficiency.<\/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-049e415 e-con-full e-flex e-con e-child\" data-id=\"049e415\" 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-345bb59 elementor-widget elementor-widget-image\" data-id=\"345bb59\" 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=\"1336\" height=\"1152\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1.webp\" class=\"attachment-full size-full wp-image-967272\" alt=\"\" srcset=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1.webp 1336w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1-300x259.webp 300w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1-1024x883.webp 1024w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1-768x662.webp 768w\" sizes=\"(max-width: 1336px) 100vw, 1336px\" \/>\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-99220c5 e-flex e-con-boxed e-con e-child\" data-id=\"99220c5\" 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-f37081f e-con-full e-flex e-con e-child\" data-id=\"f37081f\" 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-185dea7 grd-text elementor-widget elementor-widget-heading\" data-id=\"185dea7\" 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. Integrated Modular Design<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a400030 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"a400030\" 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>The system is designed to integrate seamlessly into semi-open environments, allowing scalable deployment across different project types.<\/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-a19dc65 e-con-full e-flex e-con e-child\" data-id=\"a19dc65\" 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-9d33528 elementor-widget elementor-widget-image\" data-id=\"9d33528\" 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=\"1336\" height=\"1152\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1.webp\" class=\"attachment-full size-full wp-image-967272\" alt=\"\" srcset=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1.webp 1336w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1-300x259.webp 300w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1-1024x883.webp 1024w, https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/1395_3.0_Gemini_3.1_Flash__Nano_Banana_2__2026-04-28_08-57-46-removebg-preview-1-768x662.webp 768w\" sizes=\"(max-width: 1336px) 100vw, 1336px\" \/>\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-960cbe8 e-flex e-con-boxed e-con e-parent\" data-id=\"960cbe8\" 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-e692d25 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"e692d25\" 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        .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        .highlited-vali {\r\n            font-family: \"Plus Jakarta Sans\", Sans-serif;\r\n            font-size: 24px;\r\n            margin-bottom: 15px;\r\n            font-weight: 700;\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: 0px 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                Tested in semi-open environments under peak summer conditions in Dubai.\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-ChatGPT-Image-Apr-29-2026-10_52_56-PM-1.png\"\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\r\n                                    style=\"font-weight: 700; font-family: Plus Jakarta Sans, sans-serif;\">(Dubai)<\/b>\r\n                                <span style=\"font-weight: 300; font-family: Plus Jakarta Sans, sans-serif;\">(Remraam\r\n                                    Mosque)<\/span><\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <h3 class=\"highlited-vali\">Highlights<\/h3>\r\n                    <div class=\"validated-stats\">\r\n                        <article class=\"validated-stat validated-animate\" style=\"--validated-delay: .52s\">\r\n                            <p>Semi-open structure exposed on three sides<\/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>Up to ~20\u00b0C temperature reduction\r\n                            <\/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>Stable comfort maintained\r\n                            <\/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-1ff1c38 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"1ff1c38\" 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-324fc46 e-con-full e-flex e-con e-child\" data-id=\"324fc46\" 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-725ebc3 e-con-full e-flex e-con e-child\" data-id=\"725ebc3\" 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-0eae9c2 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0eae9c2\" 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-4b75e27 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"4b75e27\" 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 \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         High-Value \r\n    <\/span>\r\n   Outdoor 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         text-align: left !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-7d78aa8 e-con-full e-flex e-con e-child\" data-id=\"7d78aa8\" 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-ed92dc5 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"ed92dc5\" 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;\">From hospitality to residential and commercial developments, CoolVista enables consistent comfort across semi-open environments.<\/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-6579781 e-flex e-con-boxed e-con e-parent\" data-id=\"6579781\" 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-3b0b4a0 elementor-widget elementor-widget-html\" data-id=\"3b0b4a0\" 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 !important;\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: 62px;\r\n        height: 62px;\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: 34px;\r\n        height: 34px;\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\/05\/Mask-group.webp\"\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                    <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/Vector.svg\" alt=\"\">\r\n                <\/span>\r\n                <div>\r\n                    <h3 class=\"coolbeach-application-card__title\">Hospitality & Leisure<\/h3>\r\n                    <div class=\"coolbeach-application-card__rule\"><\/div>\r\n                    <p class=\"coolbeach-application-card__text\">\r\n                        Extend usable hours and enhance guest comfort in outdoor environments.\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\/05\/Mask-group-1.webp\"\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                    <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/Vector-1.svg\" alt=\"\">\r\n                <\/span>\r\n                <div>\r\n                    <h3 class=\"coolbeach-application-card__title\">Residential Spaces<\/h3>\r\n                    <div class=\"coolbeach-application-card__rule\"><\/div>\r\n                    <p class=\"coolbeach-application-card__text\">\r\n                        Enable balconies and shared outdoor areas to remain comfortable throughout the\r\n                        year.\r\n\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\/05\/1560-V3_GPT-Image-1.5-Edit_2026-04-04_12-48-40-1.webp\"\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\r\n                    <img decoding=\"async\" src=\"https:\/\/dephina.ae\/wp-content\/uploads\/2026\/05\/Vector-2.svg\" alt=\"\">\r\n                <\/span>\r\n                <div>\r\n                    <h3 class=\"coolbeach-application-card__title\">Commercial Spaces<\/h3>\r\n                    <div class=\"coolbeach-application-card__rule\"><\/div>\r\n                    <p class=\"coolbeach-application-card__text\">\r\n                        Improve overall usability across shared and high-traffic environments.\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-68557fb form-btn e-flex e-con-boxed e-con e-parent\" data-id=\"68557fb\" 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-1ca3683 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"1ca3683\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"464\" height=\"199\" viewBox=\"0 0 464 199\" fill=\"none\"><path opacity=\"0.5\" d=\"M3.50965 33.3905C57.7646 3.29815 105.241 -3.24684 149.151 3.32736C193.915 10.0293 235.047 30.3715 275.969 53.4891C356.898 99.2062 437.043 155.872 542.061 137.45C497.89 181.459 454.489 197.857 411.261 197.582C367.244 197.301 323.275 179.733 278.69 156.095C256.404 144.279 233.995 130.966 211.366 117.561C188.745 104.161 165.907 90.6705 142.796 78.5283C97.6681 54.8196 51.4092 36.2014 3.50965 33.3905Z\" stroke=\"#8DC63F\" stroke-width=\"2\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-033a913 grd-text elementor-widget elementor-widget-heading\" data-id=\"033a913\" 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\">WHY DEPHINA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5f2fab elementor-widget__width-initial elementor-widget-mobile__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-html\" data-id=\"f5f2fab\" 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    Engineered  \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        Expertise.\r\n    <\/span>\r\n    Proven <span style=\"\r\n        color: #00914C;\r\n    \">Capability<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-1f124d0 animated-slow elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"1f124d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&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 el-content_custom_color text-left \" style=\"color:#4A4A4A;\">Developed with over 20 years of climate engineering expertise, Dephina delivers\noutdoor cooling solutions built for real-world performance.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-642cd67 e-con-full e-flex e-con e-child\" data-id=\"642cd67\" 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-1091c32 e-con-full e-flex e-con e-child\" data-id=\"1091c32\" 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-4da6f29 e-con-full e-grid e-con e-child\" data-id=\"4da6f29\" 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-68fbed6 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"68fbed6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bea517d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"bea517d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"70\" height=\"70\" viewBox=\"0 0 70 70\" fill=\"none\"><path d=\"M14.5834 46.6668L29.1667 37.9168M40.8334 32.0835L55.4167 23.3335M35 14.5835V29.1668M35 40.8335V55.4168M14.5834 23.3335L29.1667 32.0835M40.8334 37.9168L55.4167 46.6668\" stroke=\"url(#paint0_linear_32_512)\" stroke-width=\"2.5\" stroke-linejoin=\"round\"><\/path><path d=\"M59.7917 26.2502V42.2918M39.375 59.7918L55.4167 51.0418M13.125 51.0418L30.625 59.7918M10.2084 43.7502V26.2502M13.125 18.9585L30.625 10.2085M56.875 18.9585L39.375 10.2085\" stroke=\"url(#paint1_linear_32_512)\" stroke-width=\"2.5\" stroke-linejoin=\"round\"><\/path><path d=\"M35 14.5835C37.4162 14.5835 39.375 12.6247 39.375 10.2085C39.375 7.79225 37.4162 5.8335 35 5.8335C32.5838 5.8335 30.625 7.79225 30.625 10.2085C30.625 12.6247 32.5838 14.5835 35 14.5835Z\" stroke=\"url(#paint2_linear_32_512)\" stroke-width=\"2.5\" stroke-linejoin=\"round\"><\/path><path d=\"M35 64.1665C37.4162 64.1665 39.375 62.2077 39.375 59.7915C39.375 57.3753 37.4162 55.4165 35 55.4165C32.5838 55.4165 30.625 57.3753 30.625 59.7915C30.625 62.2077 32.5838 64.1665 35 64.1665Z\" stroke=\"url(#paint3_linear_32_512)\" stroke-width=\"2.5\" stroke-linejoin=\"round\"><\/path><path d=\"M10.2084 26.25C12.6246 26.25 14.5834 24.2912 14.5834 21.875C14.5834 19.4588 12.6246 17.5 10.2084 17.5C7.79213 17.5 5.83337 19.4588 5.83337 21.875C5.83337 24.2912 7.79213 26.25 10.2084 26.25Z\" stroke=\"url(#paint4_linear_32_512)\" stroke-width=\"2.5\" stroke-linejoin=\"round\"><\/path><path d=\"M59.7916 26.25C62.2079 26.25 64.1666 24.2912 64.1666 21.875C64.1666 19.4588 62.2079 17.5 59.7916 17.5C57.3754 17.5 55.4166 19.4588 55.4166 21.875C55.4166 24.2912 57.3754 26.25 59.7916 26.25Z\" stroke=\"url(#paint5_linear_32_512)\" stroke-width=\"2.5\" stroke-linejoin=\"round\"><\/path><path d=\"M59.7916 52.5C62.2079 52.5 64.1666 50.5412 64.1666 48.125C64.1666 45.7088 62.2079 43.75 59.7916 43.75C57.3754 43.75 55.4166 45.7088 55.4166 48.125C55.4166 50.5412 57.3754 52.5 59.7916 52.5Z\" stroke=\"url(#paint6_linear_32_512)\" stroke-width=\"2.5\" stroke-linejoin=\"round\"><\/path><path d=\"M10.2084 52.5C12.6246 52.5 14.5834 50.5412 14.5834 48.125C14.5834 45.7088 12.6246 43.75 10.2084 43.75C7.79213 43.75 5.83337 45.7088 5.83337 48.125C5.83337 50.5412 7.79213 52.5 10.2084 52.5Z\" stroke=\"url(#paint7_linear_32_512)\" stroke-width=\"2.5\" stroke-linejoin=\"round\"><\/path><path d=\"M35 28.4375L40.8333 31.7188V38.2813L35 41.5625L29.1666 38.2813V31.7188L35 28.4375Z\" stroke=\"url(#paint8_linear_32_512)\" stroke-width=\"2.5\" stroke-linejoin=\"round\"><\/path><defs><linearGradient id=\"paint0_linear_32_512\" x1=\"35\" y1=\"14.5835\" x2=\"35\" y2=\"55.4168\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_32_512\" x1=\"35\" y1=\"10.2085\" x2=\"35\" y2=\"59.7918\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint2_linear_32_512\" x1=\"35\" y1=\"5.8335\" x2=\"35\" y2=\"14.5835\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint3_linear_32_512\" x1=\"35\" y1=\"55.4165\" x2=\"35\" y2=\"64.1665\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint4_linear_32_512\" x1=\"10.2084\" y1=\"17.5\" x2=\"10.2084\" y2=\"26.25\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint5_linear_32_512\" x1=\"59.7916\" y1=\"17.5\" x2=\"59.7916\" y2=\"26.25\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint6_linear_32_512\" x1=\"59.7916\" y1=\"43.75\" x2=\"59.7916\" y2=\"52.5\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint7_linear_32_512\" x1=\"10.2084\" y1=\"43.75\" x2=\"10.2084\" y2=\"52.5\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint8_linear_32_512\" x1=\"35\" y1=\"28.4375\" x2=\"35\" y2=\"41.5625\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-794bb50 elementor-widget elementor-widget-heading\" data-id=\"794bb50\" 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\">Engineering-Led <br>Approach<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9be5dc elementor-widget elementor-widget-pix-text\" data-id=\"c9be5dc\" 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:450px;\"><p class=\" resp-option text-gray-9 text-left \" >Developed through in-house research and engineering, with dedicated R&D\nfocused on thermal performance.<\/p><\/div><\/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-fbf9757 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"fbf9757\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c776673 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c776673\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"70\" height=\"70\" viewBox=\"0 0 70 70\" fill=\"none\"><path d=\"M35 37.9167C43.054 37.9167 49.5833 31.3874 49.5833 23.3333C49.5833 15.2792 43.054 8.75 35 8.75M35 37.9167C26.9458 37.9167 20.4166 31.3874 20.4166 23.3333C20.4166 15.2792 26.9458 8.75 35 8.75M35 37.9167C38.2217 37.9167 40.8333 31.3874 40.8333 23.3333C40.8333 15.2792 38.2217 8.75 35 8.75M35 37.9167C31.7782 37.9167 29.1666 31.3874 29.1666 23.3333C29.1666 15.2792 31.7782 8.75 35 8.75M21.7586 23.3333H48.3484\" stroke=\"url(#paint0_linear_32_526)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M35 44.4792V61.25C40.3419 56.5457 47.2681 53.9484 54.4445 53.9583C59.0004 53.9583 61.2783 53.9583 62.2845 53.3143C62.8889 52.9276 63.1356 52.6805 63.5224 52.0762C64.1667 51.07 64.1667 49.2745 64.1667 45.6835V18.6761C64.1667 14.5117 64.1667 12.4295 62.5663 10.7417C60.9656 9.05386 59.3273 8.96677 56.0505 8.79258C55.5188 8.76432 54.9832 8.75003 54.4445 8.75003C53.135 8.74819 51.8335 8.83321 50.5487 9.002\" stroke=\"url(#paint1_linear_32_526)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M19.4513 9.002C18.1665 8.83321 16.8652 8.74819 15.5556 8.75003C15.0167 8.75003 14.4813 8.76432 13.9496 8.79258C10.6728 8.96677 9.03436 9.05386 7.43387 10.7417C5.83337 12.4295 5.83337 14.5117 5.83337 18.6761V45.6835C5.83337 49.2745 5.83337 51.07 6.47755 52.0762C6.8643 52.6805 7.11117 52.9276 7.71538 53.3143C8.72178 53.9583 10.9998 53.9583 15.5556 53.9583C22.7319 53.9484 29.6582 56.5457 35 61.25V44.4792\" stroke=\"url(#paint2_linear_32_526)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><defs><linearGradient id=\"paint0_linear_32_526\" x1=\"35\" y1=\"8.75\" x2=\"35\" y2=\"37.9167\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_32_526\" x1=\"49.5833\" y1=\"8.75\" x2=\"49.5833\" y2=\"61.25\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint2_linear_32_526\" x1=\"20.4167\" y1=\"8.75\" x2=\"20.4167\" y2=\"61.25\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-008cde7 elementor-widget elementor-widget-heading\" data-id=\"008cde7\" 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\">Global Engineering <br>Foundation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04056e6 elementor-widget elementor-widget-pix-text\" data-id=\"04056e6\" 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:450px;\"><p class=\" resp-option text-gray-9 text-left \" >Backed by international expertise across Germany and China, ensuring high standards in design and manufacturing.<\/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<div class=\"elementor-element elementor-element-2a37456 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"2a37456\" 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<div class=\"elementor-element elementor-element-02473ea elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"02473ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"70\" height=\"70\" viewBox=\"0 0 70 70\" fill=\"none\"><path d=\"M26.25 20.4165H43.75C53.3744 20.4165 58.1866 20.4165 61.1768 23.4065C64.1666 26.3964 64.1666 31.2088 64.1666 40.8332V43.7498C64.1666 53.3743 64.1666 58.1865 61.1768 61.1766C58.1866 64.1665 53.3744 64.1665 43.75 64.1665H40.8333C31.2089 64.1665 26.3965 64.1665 23.4066 61.1766C20.4166 58.1865 20.4166 53.3743 20.4166 43.7498V26.2498\" stroke=\"url(#paint0_linear_32_534)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M5.83337 20.4165H14.5834\" stroke=\"url(#paint1_linear_32_534)\" stroke-width=\"2.5\" stroke-linecap=\"round\"><\/path><path d=\"M20.4166 14.5835V5.8335\" stroke=\"url(#paint2_linear_32_534)\" stroke-width=\"2.5\" stroke-linecap=\"round\"><\/path><defs><linearGradient id=\"paint0_linear_32_534\" x1=\"42.2916\" y1=\"20.4165\" x2=\"42.2916\" y2=\"64.1665\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_32_534\" x1=\"10.2084\" y1=\"20.4165\" x2=\"10.2084\" y2=\"21.4165\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint2_linear_32_534\" x1=\"20.9166\" y1=\"5.8335\" x2=\"20.9166\" y2=\"14.5835\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0da2605 elementor-widget elementor-widget-heading\" data-id=\"0da2605\" 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\">Global Engineering Foundation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a1d12b elementor-widget__width-initial elementor-widget elementor-widget-pix-text\" data-id=\"3a1d12b\" 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-gray-9 text-left \" >Modular systems designed to adapt across different project sizes and requirements.\n<\/p><\/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<div class=\"elementor-element elementor-element-2914bf3 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"2914bf3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;zoomIn&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2dd47f6 elementor-widget__width-inherit elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2dd47f6\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"70\" height=\"70\" viewBox=\"0 0 70 70\" fill=\"none\"><path d=\"M49.5835 34.4296C49.5835 33.4213 49.5835 32.9173 49.7352 32.4682C50.1762 31.1627 51.3387 30.6563 52.5034 30.1258C53.8127 29.5293 54.4672 29.2313 55.1158 29.1788C55.8523 29.1192 56.5899 29.2779 57.2193 29.6311C58.0538 30.0993 58.6357 30.9891 59.2315 31.7128C61.9831 35.0547 63.3586 36.7259 63.862 38.5687C64.2683 40.0556 64.2683 41.6108 63.862 43.0977C63.1279 45.7854 60.8083 48.0385 59.0912 50.1239C58.213 51.1905 57.7738 51.724 57.2193 52.0352C56.5899 52.3884 55.8523 52.5471 55.1158 52.4876C54.4672 52.4351 53.8127 52.137 52.5034 51.5405C51.3387 51.01 50.1762 50.5037 49.7352 49.1982C49.5835 48.749 49.5835 48.245 49.5835 47.2367V34.4296Z\" stroke=\"white\" stroke-width=\"2.5\"><\/path><path d=\"M20.4168 34.4298C20.4168 33.1605 20.3812 32.0195 19.3549 31.127C18.9816 30.8024 18.4867 30.5769 17.497 30.126C16.1877 29.5298 15.533 29.2318 14.8844 29.1793C12.9382 29.0218 11.8912 30.35 10.7689 31.7133C8.01735 35.0552 6.64159 36.7261 6.13817 38.5689C5.73194 40.0561 5.73194 41.6112 6.13817 43.0982C6.87241 45.7859 9.1921 48.0387 10.9091 50.1244C11.9914 51.439 13.0253 52.6383 14.8844 52.4881C15.533 52.4356 16.1877 52.1372 17.497 51.541C18.4867 51.0901 18.9816 50.8647 19.3549 50.54C20.3812 49.6475 20.4168 48.5068 20.4168 47.2372V34.4298Z\" stroke=\"white\" stroke-width=\"2.5\"><\/path><path d=\"M58.3332 30.6252V26.2502C58.3332 14.9744 47.8865 5.8335 34.9998 5.8335C22.1132 5.8335 11.6665 14.9744 11.6665 26.2502V30.6252\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M58.3333 51.0415C58.3333 64.1665 46.6667 64.1665 35 64.1665\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/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\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEnd-to-End Project <br> Support\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\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\tFrom system design and installation to performance optimization supporting longterm value and ROI.\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<div class=\"elementor-element elementor-element-22139ab e-con-full e-flex e-con e-child\" data-id=\"22139ab\" 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-cb7fc9f elementor-widget elementor-widget-button\" data-id=\"cb7fc9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact Us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7541cfd elementor-widget elementor-widget-text-editor\" data-id=\"7541cfd\" 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 combines engineering precision with practical execution \u2014 delivering solutions that perform where they matter most.<\/p>\t\t\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-9db45f4 e-flex e-con-boxed e-con e-parent\" data-id=\"9db45f4\" 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-cbe9680 e-con-full e-flex e-con e-child\" data-id=\"cbe9680\" 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-bc06f71 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"bc06f71\" 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    Let\u2019s  \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   Evaluate \r\n    <\/span>\r\n    Your Project\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-97787b5 elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"97787b5\" 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>Connect with our engineering team to assess how CoolVista can be integrated into your environment based on your specific requirements.<\/p><\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-35b7fda e-con-full e-grid e-con e-child\" data-id=\"35b7fda\" 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-4f3bc06 e-con-full e-flex e-con e-child\" data-id=\"4f3bc06\" 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-0cf5055 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=\"0cf5055\" 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-14e6399 e-con-full e-flex e-con e-child\" data-id=\"14e6399\" 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-860a30f 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=\"860a30f\" 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-e6705f2 e-con-full e-flex e-con e-child\" data-id=\"e6705f2\" 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-2960559 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=\"2960559\" 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-d6a5196 e-con-full e-flex e-con e-child\" data-id=\"d6a5196\" 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-f14e086 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=\"f14e086\" 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-cc83f45 e-con-full e-flex e-con e-child\" data-id=\"cc83f45\" 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-bef5dab elementor-button-align-stretch elementor-invisible elementor-widget elementor-widget-form\" data-id=\"bef5dab\" 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=\"968352\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"bef5dab\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Coolvista\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"968352\"\/>\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-576de3c e-flex e-con-boxed e-con e-parent\" data-id=\"576de3c\" 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-521b283 e-con-full e-flex e-con e-child\" data-id=\"521b283\" 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-7af7790 e-con-full e-flex e-con e-child\" data-id=\"7af7790\" 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-9d54690 elementor-widget elementor-widget-pix-img\" data-id=\"9d54690\" 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-9d54690\" 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-067c6da elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-pix-text\" data-id=\"067c6da\" 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-861a52b e-con-full e-flex e-con e-child\" data-id=\"861a52b\" 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-2928d00 elementor-widget elementor-widget-pix-heading\" data-id=\"2928d00\" 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-9d3737a 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=\"9d3737a\" 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-14f2c0c e-con-full e-flex e-con e-child\" data-id=\"14f2c0c\" 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-e7778b6 elementor-widget elementor-widget-pix-heading\" data-id=\"e7778b6\" 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-acd0aea 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=\"acd0aea\" 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-a55b53b e-con-full e-flex e-con e-child\" data-id=\"a55b53b\" 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-79a2e4d elementor-widget elementor-widget-pix-heading\" data-id=\"79a2e4d\" 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-32e89b3 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=\"32e89b3\" 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-81692dd e-flex e-con-boxed e-con e-parent\" data-id=\"81692dd\" 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-a8ae16a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a8ae16a\" 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-083d2ac e-flex e-con-boxed e-con e-parent\" data-id=\"083d2ac\" 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-cadabe2 e-con-full e-flex e-con e-child\" data-id=\"cadabe2\" 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-384cf91 elementor-widget elementor-widget-text-editor\" data-id=\"384cf91\" 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-05c3f9d e-con-full e-flex e-con e-child\" data-id=\"05c3f9d\" 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-966f4a2 elementor-shape-circle e-grid-align-right e-grid-align-mobile-center elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"966f4a2\" 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 Transform Outdoor Heat into Usable, High-Value Space CoolVista enables comfortable, functional,and revenue-generating outdoor environments even in extreme climates. Designed for hospitality, residential,and commercial applications where conventional cooling systems fall short. Contact Us&#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-968352","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/pages\/968352","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=968352"}],"version-history":[{"count":22,"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/pages\/968352\/revisions"}],"predecessor-version":[{"id":972022,"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/pages\/968352\/revisions\/972022"}],"wp:attachment":[{"href":"https:\/\/dephina.ae\/wp-json\/wp\/v2\/media?parent=968352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}