{"id":968352,"date":"2026-05-30T12:14:14","date_gmt":"2026-05-30T12:14:14","guid":{"rendered":"https:\/\/www.dephina.de\/?page_id=968352"},"modified":"2026-06-01T14:30:13","modified_gmt":"2026-06-01T14:30:13","slug":"aaa-coolvista","status":"publish","type":"page","link":"https:\/\/www.dephina.de\/?page_id=968352","title":{"rendered":"AAA 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: #0000001f;\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: 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: currentColor;\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 rgba(255, 255, 255, 0.82);\r\n            border-radius: 999px;\r\n            color: currentColor;\r\n            background: transparent;\r\n            font-size: clamp(1rem, 1.08vw, 1.13rem);\r\n            font-weight: 800;\r\n            text-decoration: none;\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 12px 28px rgba(17, 107, 47, 0.28);\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:\/\/www.dephina.de\/\" 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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/\">Home<\/a>\r\n                <a class=\"dephina-site-header__nav-link\" href=\"https:\/\/www.dephina.de\/?page_id=968352\">Coolvista<\/a>\r\n                <a class=\"dephina-site-header__nav-link\" href=\"https:\/\/www.dephina.de\/?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>\r\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-c7a2a54 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"c7a2a54\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&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-596dac8 e-con-full e-flex e-con e-child\" data-id=\"596dac8\" 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-f8a640c elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"f8a640c\" 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: 50px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #111111;\r\n\">\r\n    Transform Outdoor Heat into Usable, \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 Space\r\n    <\/span>\r\n<\/div>\r\n\r\n<style>\r\n\/* Mobile Device *\/\r\n@media (max-width: 767px) {\r\n    .custom-heading {\r\n        font-size: 32px !important;\r\n        line-height: 38px !important;\r\n        letter-spacing: -1.5px !important;\r\n    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ab4f8a elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-pix-text\" data-id=\"4ab4f8a\" 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 \" ><div class=\"d-inline-block\" style=\"max-width:1100px;\"><p class=\" resp-option  text-center \" >CoolVista enables comfortable, functional, and <br> revenue-generating outdoor environments even in  <br>extreme climates.<\/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-105374e elementor-hidden-desktop elementor-widget elementor-widget-pix-text\" data-id=\"105374e\" 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 \" ><div class=\"d-inline-block\" style=\"max-width:1100px;\"><p class=\" resp-option  text-center \" >CoolVista enables comfortable, functional, and  revenue-generating outdoor environments even in extreme climates.<\/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-0c073f2 btn-btn elementor-widget elementor-widget-button\" data-id=\"0c073f2\" 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>\n\t\t<div class=\"elementor-element elementor-element-ef8a8c7 e-con-full e-flex e-con e-child\" data-id=\"ef8a8c7\" 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<div class=\"elementor-element elementor-element-0a63888 elementor-widget elementor-widget-spacer\" data-id=\"0a63888\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\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<!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>CoolVista Hero<\/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: #32b64e;\r\n            --cv-green-dark: #116b2f;\r\n            --cv-white: #ffffff;\r\n            --cv-video: url(\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/HERO-SECTION-video-2.mp4\");\r\n            --cv-logo-white: url(\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/image-e1778837486674.png\");\r\n        }\r\n\r\n\r\n        .cv-hero {\r\n            position: relative;\r\n            min-height: 100vh;\r\n            overflow: hidden;\r\n            isolation: isolate;\r\n            background: #241000;\r\n        }\r\n\r\n        .cv-hero__video {\r\n            position: absolute;\r\n            inset: 0;\r\n            z-index: -3;\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            object-position: center;\r\n            transform: scale(1.03);\r\n            filter: saturate(1.08) contrast(1.04);\r\n        }\r\n\r\n        .cv-hero::before {\r\n            content: \"\";\r\n            position: absolute;\r\n            inset: 0;\r\n            z-index: -2;\r\n            background: radial-gradient(circle at 87% 10%, rgb(255 255 255 \/ 0%), rgba(255, 178, 73, 0) 23%), radial-gradient(circle at 78% 88%, rgb(255 118 0 \/ 0%), rgb(255 118 0 \/ 0%) 34%), linear-gradient(90deg, rgb(18 7 0 \/ 48%) 0%, rgb(43 16 0 \/ 16%) 43%, rgb(43 16 0 \/ 23%) 100%), linear-gradient(0deg, rgb(18 7 0 \/ 41%), rgb(22 8 0 \/ 0%));\r\n        }\r\n\r\n        .cv-hero::after {\r\n            content: \"\";\r\n            position: absolute;\r\n            inset: 0;\r\n            z-index: -1;\r\n            pointer-events: none;\r\n            background-image:\r\n                radial-gradient(circle, rgba(255, 217, 145, 0.95) 0 2px, transparent 3px),\r\n                radial-gradient(circle, rgba(255, 167, 70, 0.72) 0 1px, transparent 2px);\r\n            background-size: 260px 220px, 190px 170px;\r\n            background-position: 18px 40px, 110px 12px;\r\n            opacity: .5;\r\n            animation: cvSparkleDrift 18s linear infinite;\r\n        }\r\n\r\n        .cv-hero__icon {\r\n            width: 19px;\r\n            height: 19px;\r\n            stroke: currentColor;\r\n            stroke-width: 2.4;\r\n            fill: none;\r\n            transform-origin: center;\r\n            transition: transform .25s ease;\r\n        }\r\n\r\n        .cv-hero__content {\r\n            width: min(1580px, calc(100% - 112px));\r\n            min-height: 100vh;\r\n            margin: 0 auto;\r\n            display: grid;\r\n            grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1fr);\r\n            align-items: center;\r\n            gap: clamp(58px, 7vw, 130px);\r\n            padding: clamp(118px, 16vw, 230px) 0 80px;\r\n        }\r\n\r\n        .cv-hero__copy {\r\n            max-width: 690px;\r\n            padding-left: clamp(0px, 5vw, 104px);\r\n        }\r\n\r\n        .cv-hero__title {\r\n\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: #ffffff !important;\r\n            opacity: 0;\r\n            transform: translateY(24px);\r\n            animation: cvFadeUp .8s ease forwards .15s;\r\n\r\n        }\r\n\r\n        .cv-hero__title-accent {\r\n            display: block;\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        .cv-hero__text {\r\n            max-width: 610px;\r\n            margin-top: clamp(24px, 2vw, 24px);\r\n            font-size: clamp(1.1rem, 1.3vw, 1.65rem);\r\n            line-height: 1.18;\r\n            font-weight: 400;\r\n            color: rgb(255 255 255 \/ 75%);\r\n            opacity: 0;\r\n            transform: translateY(22px);\r\n            animation: cvFadeUp .8s ease forwards .32s;\r\n        }\r\n\r\n        .cv-hero__main-contact {\r\n            min-width: 232px;\r\n            height: 60px;\r\n            margin-top: clamp(30px, 3vw, 28px);\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            gap: 20px;\r\n            padding: 10px 12px 10px 36px;\r\n            border: 1px solid var(--cv-green);\r\n            border-radius: 999px;\r\n            color: var(--cv-green) !important;\r\n            background: #ffffff;\r\n            font-size: clamp(1rem, 1.1vw, 1.14rem);\r\n            font-weight: 500;\r\n            text-decoration: none;\r\n            transition: border-color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;\r\n            opacity: 0;\r\n            transform: translateY(20px);\r\n            animation: cvFadeUp .8s ease forwards .48s;\r\n        }\r\n\r\n        .cv-hero__main-contact:hover,\r\n        .cv-hero__main-contact:focus-visible {\r\n            border-color: var(--cv-green);\r\n            background: #ffffff;\r\n            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);\r\n            outline: none;\r\n        }\r\n\r\n        .cv-hero__main-contact-icon-wrap {\r\n            width: 40px;\r\n            height: 40px;\r\n            flex: 0 0 40px;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            border-radius: 50%;\r\n            color: #ffffff;\r\n            background: var(--cv-green);\r\n            transition: background .25s ease, transform .25s ease;\r\n        }\r\n\r\n        .cv-hero__main-contact:hover .cv-hero__icon,\r\n        .cv-hero__main-contact:focus-visible .cv-hero__icon {\r\n            transform: rotate(45deg);\r\n        }\r\n\r\n        .cv-hero__main-contact:hover .cv-hero__main-contact-icon-wrap,\r\n        .cv-hero__main-contact:focus-visible .cv-hero__main-contact-icon-wrap {\r\n            background: var(--cv-green-dark);\r\n            transform: scale(1.03);\r\n        }\r\n\r\n        .cv-hero__media {\r\n            position: relative;\r\n            width: 100%;\r\n            max-width: 775px;\r\n            justify-self: center;\r\n            border-radius: 12px;\r\n            overflow: hidden;\r\n            box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);\r\n            opacity: 0;\r\n            transform: translateX(34px) scale(.98);\r\n            animation: cvMediaIn .9s ease forwards .36s;\r\n        }\r\n\r\n        .cv-hero__media::before {\r\n            content: \"\";\r\n            display: block;\r\n            aspect-ratio: 1.55 \/ 1;\r\n        }\r\n\r\n        .cv-hero__media-img {\r\n            position: absolute;\r\n            inset: 0;\r\n            width: 100%;\r\n            height: 100% !important;\r\n            object-fit: cover;\r\n            object-position: center;\r\n            transition: transform .7s ease;\r\n        }\r\n\r\n        .cv-hero__media:hover .cv-hero__media-img {\r\n            transform: scale(1.04);\r\n        }\r\n\r\n        @keyframes cvFadeUp {\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        @keyframes cvMediaIn {\r\n            to {\r\n                opacity: 1;\r\n                transform: translateX(0) scale(1);\r\n            }\r\n        }\r\n\r\n        @keyframes cvSparkleDrift {\r\n            to {\r\n                background-position: 278px 260px, 300px 182px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 1180px) {\r\n            .cv-hero__content {\r\n                width: min(100% - 54px, 1060px);\r\n            }\r\n\r\n            .cv-hero__content {\r\n                grid-template-columns: 1fr;\r\n                gap: 42px;\r\n                padding-top: 38px;\r\n            }\r\n\r\n            .cv-hero__copy {\r\n                max-width: 760px;\r\n                padding-left: 0;\r\n            }\r\n\r\n            .cv-hero__media {\r\n                justify-self: start;\r\n                max-width: 760px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 860px) {\r\n            .cv-hero__content {\r\n                width: min(100% - 34px, 760px);\r\n                min-height: 100vh;\r\n                padding: 112px 0 58px;\r\n            }\r\n\r\n            .cv-hero__title {\r\n                font-size: clamp(2.35rem, 9vw, 3.9rem);\r\n                letter-spacing: 0;\r\n            }\r\n\r\n            .cv-hero__text {\r\n                font-size: clamp(1.02rem, 4.4vw, 1.28rem);\r\n                line-height: 1.28;\r\n            }\r\n\r\n            .cv-hero__main-contact {\r\n                min-width: 212px;\r\n                height: 68px;\r\n                padding-left: 30px;\r\n            }\r\n\r\n            .cv-hero__main-contact-icon-wrap {\r\n                width: 50px;\r\n                height: 50px;\r\n                flex-basis: 50px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 520px) {\r\n            .cv-hero::before {\r\n                background:\r\n                    radial-gradient(circle at 88% 8%, rgba(255, 178, 73, 0.28), rgba(255, 178, 73, 0) 30%),\r\n                    linear-gradient(90deg, rgba(18, 7, 0, 0.94) 0%, rgba(43, 16, 0, 0.78) 100%),\r\n                    linear-gradient(0deg, rgba(22, 8, 0, 0.88), rgba(22, 8, 0, 0.2));\r\n            }\r\n\r\n            .cv-hero__content {\r\n                width: min(100% - 28px, 500px);\r\n                gap: 34px;\r\n                padding-top: 104px;\r\n            }\r\n\r\n            .cv-hero__media {\r\n                border-radius: 10px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n    <section class=\"cv-hero\" aria-label=\"CoolVista hero\">\r\n        <video class=\"cv-hero__video\" autoplay muted loop playsinline preload=\"metadata\">\r\n            <source src=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/HERO-SECTION-video-2.mp4\" type=\"video\/mp4\">\r\n        <\/video>\r\n\r\n        <div class=\"cv-hero__content\">\r\n            <div class=\"cv-hero__copy\">\r\n                <h1 class=\"cv-hero__title\">\r\n                    Transform Outdoor Heat into Usable,\r\n                    <span class=\"cv-hero__title-accent\">High-Value Space<\/span>\r\n                <\/h1>\r\n\r\n                <p class=\"cv-hero__text\">\r\n                    CoolVista enables comfortable, functional, and revenue-generating outdoor environments even in\r\n                    extreme climates.\r\n                <\/p>\r\n\r\n                <a class=\"cv-hero__main-contact\" href=\"#contact\">\r\n                    Contact Us\r\n                    <span class=\"cv-hero__main-contact-icon-wrap\" aria-hidden=\"true\">\r\n                        <svg class=\"cv-hero__icon\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M7 17 17 7\"><\/path>\r\n                            <path d=\"M8 7h9v9\"><\/path>\r\n                        <\/svg>\r\n                    <\/span>\r\n                <\/a>\r\n            <\/div>\r\n\r\n            <figure style=\"display:none;\" class=\"cv-hero__media\" aria-label=\"Outdoor cooling lounge\">\r\n                <img decoding=\"async\" style=\"display:none;\" class=\"cv-hero__media-img\"\r\n                    src=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/5bf34e41329730386bb1c15c7e2d60edb5431384.jpg\"\r\n                    alt=\"Outdoor cooling structure in a premium open-air space\">\r\n            <\/figure>\r\n        <\/div>\r\n    <\/section>\r\n<\/body>\r\n\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a478d51 e-flex e-con-boxed e-con e-parent\" data-id=\"a478d51\" 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-3dd9939 e-con-full e-flex e-con e-child\" data-id=\"3dd9939\" 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-46c7ff6 animated-slow elementor-invisible elementor-widget elementor-widget-html\" data-id=\"46c7ff6\" 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: 50px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #111111;\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-34a4ae2 e-con-full e-flex e-con e-child\" data-id=\"34a4ae2\" 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-8ce62bb elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"8ce62bb\" 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 use, 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-e1053c0 elementor-widget__width-initial grd-text animated-fast elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"e1053c0\" 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:#00914C;\">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-804c7c9 e-flex e-con-boxed e-con e-parent\" data-id=\"804c7c9\" 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-7cad371 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"7cad371\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&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-16317d1 elementor-invisible elementor-widget elementor-widget-spacer\" data-id=\"16317d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c6928fd e-con-full e-flex e-con e-child\" data-id=\"c6928fd\" 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-0fd652c elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-html\" data-id=\"0fd652c\" 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: 50px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #111111;\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-67f7c1b elementor-widget elementor-widget-pix-text\" data-id=\"67f7c1b\" 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 \" ><div class=\"d-inline-block\" style=\"max-width:1100px;\"><p class=\" resp-option el-content_custom_color text-center \" style=\"color:#232323;\">CoolVista transforms heat-intensive environments into stable, comfortable, and usable spaces through advanced surface-based cooling technology.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a14f43a e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"a14f43a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2077811 elementor-widget__width-inherit elementor-align-start animated-slow elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"2077811\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_range&quot;:&quot;viewport&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"11\" height=\"10\" viewBox=\"0 0 11 10\" fill=\"none\"><path d=\"M5.23438 10C3.4375 10 1.79688 9.0625 0.898438 7.5C0 5.95703 0 4.0625 0.898438 2.5C1.79688 0.957031 3.4375 0 5.23438 0C7.01172 0 8.65234 0.957031 9.55078 2.5C10.4492 4.0625 10.4492 5.95703 9.55078 7.5C8.65234 9.0625 7.01172 10 5.23438 10Z\" fill=\"url(#paint0_linear_204_299)\"><\/path><defs><linearGradient id=\"paint0_linear_204_299\" x1=\"5.23438\" y1=\"-7.25\" x2=\"5.23438\" y2=\"16.75\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/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\">CoolVista reduces heat at the source instead of cooling the surrounding air.<\/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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"11\" height=\"10\" viewBox=\"0 0 11 10\" fill=\"none\"><path d=\"M5.23438 10C3.4375 10 1.79688 9.0625 0.898438 7.5C0 5.95703 0 4.0625 0.898438 2.5C1.79688 0.957031 3.4375 0 5.23438 0C7.01172 0 8.65234 0.957031 9.55078 2.5C10.4492 4.0625 10.4492 5.95703 9.55078 7.5C8.65234 9.0625 7.01172 10 5.23438 10Z\" fill=\"url(#paint0_linear_204_299)\"><\/path><defs><linearGradient id=\"paint0_linear_204_299\" x1=\"5.23438\" y1=\"-7.25\" x2=\"5.23438\" y2=\"16.75\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/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\">It lowers surface temperatures and controls radiant heat effectively.<\/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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"11\" height=\"10\" viewBox=\"0 0 11 10\" fill=\"none\"><path d=\"M5.23438 10C3.4375 10 1.79688 9.0625 0.898438 7.5C0 5.95703 0 4.0625 0.898438 2.5C1.79688 0.957031 3.4375 0 5.23438 0C7.01172 0 8.65234 0.957031 9.55078 2.5C10.4492 4.0625 10.4492 5.95703 9.55078 7.5C8.65234 9.0625 7.01172 10 5.23438 10Z\" fill=\"url(#paint0_linear_204_299)\"><\/path><defs><linearGradient id=\"paint0_linear_204_299\" x1=\"5.23438\" y1=\"-7.25\" x2=\"5.23438\" y2=\"16.75\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/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\">Designed specifically for semi-open and outdoor environments.<\/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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"11\" height=\"10\" viewBox=\"0 0 11 10\" fill=\"none\"><path d=\"M5.23438 10C3.4375 10 1.79688 9.0625 0.898438 7.5C0 5.95703 0 4.0625 0.898438 2.5C1.79688 0.957031 3.4375 0 5.23438 0C7.01172 0 8.65234 0.957031 9.55078 2.5C10.4492 4.0625 10.4492 5.95703 9.55078 7.5C8.65234 9.0625 7.01172 10 5.23438 10Z\" fill=\"url(#paint0_linear_204_299)\"><\/path><defs><linearGradient id=\"paint0_linear_204_299\" x1=\"5.23438\" y1=\"-7.25\" x2=\"5.23438\" y2=\"16.75\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><\/defs><\/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\">Delivers efficient cooling where traditional systems often fail.<\/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-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: 50px;\r\n    letter-spacing: -2.4px;\r\n    text-align: center;\r\n    color: #111111;\r\n\">\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\r\n    <\/span>\r\n    Delivers Measurable Results in Real Conditions\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<div class=\"elementor-element elementor-element-21440fb6 e-con-full e-grid 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<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=\"50\" height=\"53\" viewBox=\"0 0 50 53\" fill=\"none\"><path d=\"M20.3936 15.5967C20.6189 15.6584 20.6364 15.5331 20.7569 15.454C21.6445 14.8599 22.5264 14.0035 23.4588 13.3728C29.6882 9.14882 38.4563 6.11487 46.0473 6.20938C49.1455 6.24795 49.3223 9.17968 49.6 11.5C50.2624 17.0452 50.241 25.1036 48.4598 30.4019C43.3357 45.6354 26.4035 53.985 11.0214 48.8043C8.57392 50.0754 6.10703 51.4969 3.52165 52.4806C2.80489 52.7545 2.02792 53.2193 1.23541 52.8818C0.464261 52.5519 0.400161 51.3426 1.0198 50.8218C1.61418 50.3223 3.77805 49.6704 4.64243 49.2615C14.6926 44.5013 22.7731 37.739 29.0899 28.6352C29.83 27.5686 30.6225 25.9021 31.38 24.9898C32.19 24.0139 33.5575 24.3823 33.709 25.553C33.7867 26.1606 32.4309 28.1742 32.0288 28.8107C27.4213 36.1092 21.0676 42.1539 13.9972 47.0704C26.6385 50.1603 39.9811 43.6873 45.181 31.9083C47.3779 26.9302 47.677 21.0667 47.4459 15.6642C47.374 13.9978 47.1836 11.093 46.7952 9.52301C46.5426 8.50269 45.2412 8.765 44.3069 8.8055C27.8972 9.52108 13.2649 22.0292 9.44218 37.712C9.18578 38.7612 8.87694 41.693 8.45154 42.3603C7.91737 43.1955 6.63148 42.9949 6.25659 42.1269C5.83703 41.1587 6.95976 37.7891 7.10738 36.601C-1.27616 27.7113 -2.39888 14.0826 4.57056 4.00094C5.2543 3.01148 6.9481 0.772174 7.97953 0.311198C9.58592 -0.406305 10.6174 0.226332 11.946 1.10006C16.6544 4.19381 20.1023 9.96855 20.3936 15.5967ZM12.688 24.1142C14.2944 21.9501 15.9552 19.8226 17.9092 17.9537C18.356 11.77 14.7761 5.26042 9.18578 2.5235C0.742029 10.5298 0.188435 25.0361 8.03198 33.6442C8.27478 32.757 8.63025 31.8987 8.98377 31.05C9.84038 28.9862 10.1609 28.4597 10.2211 26.0699C10.2716 24.0389 10.1182 21.6145 9.90643 19.5854C9.65391 17.1571 9.10226 14.7615 8.66327 12.3679C8.73708 11.338 10.1764 10.8365 10.8621 11.5617C11.303 12.0304 11.7731 15.0374 11.9149 15.859C12.385 18.5824 12.686 21.3483 12.6899 24.1142\" fill=\"#00914C\"><\/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\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=\"#00914C\"><\/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\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=\"M6.6441 49.9948H6.05837C5.61092 49.6909 5.41133 49.3048 5.68006 48.787L8.54741 45.8941C9.08226 45.5276 9.97717 45.6059 10.6477 45.4559C12.0083 45.152 12.9606 44.4255 13.8686 43.4056C13.8686 43.3052 12.6371 42.3048 12.4949 41.9461C12.1675 41.1166 13.1837 40.4697 13.8216 41.1114L19.6672 46.8645L22.755 43.793L21.9266 43.0652C18.7618 38.9424 24.6922 34.6213 27.6887 38.8641L30.3669 36.1669L27.1969 32.9114L26.469 33.7396C22.3075 36.9951 17.9622 31.015 22.2671 27.9787L19.4859 25.198L15.828 28.8617C14.5652 29.6025 14.6604 28.3386 14.2821 27.6656C13.0806 25.5253 9.75279 27.1244 10.7273 29.4629C11.2673 30.7594 13.2163 30.4124 12.975 31.5693C12.8602 32.1171 10.9921 33.4723 10.6477 34.0814L17.0203 31.9515C17.9896 32.1484 18.0339 34.3787 17.8069 35.1391C17.2512 36.9938 13.8112 38.2133 12.2262 39.078C12.1766 40.6536 11.4617 42.7274 10.152 43.6925C9.6993 44.0251 8.97007 44.3147 8.67264 43.6286C8.31781 42.8122 9.28446 42.4509 9.71365 41.8874C10.5707 40.7605 10.6138 39.4693 10.8382 38.1298C11.9235 37.2403 15.6519 36.0378 16.2363 34.8378C16.3772 34.5483 16.6068 33.7214 16.0941 33.8088C13.729 34.6005 11.4108 35.5604 9.04052 36.3325C8.06473 36.6508 6.55931 37.4046 6.9324 35.5904L10.7468 31.6932C10.6842 31.5654 10.4781 31.6893 10.3777 31.7154C9.91324 31.8354 8.91528 32.0989 8.52914 32.3088C8.28389 32.4419 5.69441 35.0178 5.59266 35.2304L4.05071 41.4988L1.21336 44.3251C0.42804 44.7346 -0.285535 43.9938 0.114954 43.2269L2.71357 40.5532L4.21769 34.4426C4.36771 34.1857 7.38899 31.1428 7.66816 30.9615C7.99951 30.7463 9.24402 30.5155 9.33795 30.3811C9.20228 29.6494 8.91789 29.0651 8.99877 28.2891C9.33925 24.9788 13.7329 23.9237 15.5279 26.72L15.6701 26.7618C15.8828 26.7135 18.2635 24.0802 18.7514 23.6889C19.0814 23.4241 19.281 23.2442 19.7337 23.3915L24.4704 28.1274C24.6205 29.4512 23.2181 28.9569 22.4641 29.9403C21.0826 31.7415 23.3238 34.054 25.1892 32.7627C26.2394 32.0363 25.6641 30.4737 27.0795 30.6902L32.0836 35.6452C32.2911 35.8852 32.3641 36.1721 32.205 36.4551L27.8348 40.8753C26.5825 41.7218 26.662 40.218 26.2159 39.5619C24.8318 37.5259 21.7349 39.3245 22.7667 41.5457C23.3942 42.8969 25.0901 42.2278 24.9596 43.6599L19.8981 48.757C19.632 48.9018 19.3306 48.7883 19.0932 48.6344L14.9083 44.5403C13.5033 46.2059 11.6548 47.0602 9.47623 47.2193L6.6428 50L6.6441 49.9948ZM50 6.06167C49.696 5.61431 49.3099 5.41476 48.792 5.68344L45.8986 8.55023C45.4616 9.61973 45.5737 10.7205 45.0689 11.8213C44.8654 12.2674 43.857 13.6225 43.4565 13.8286C43.3156 13.9017 43.313 13.8508 43.2099 13.7804C42.8421 13.5273 42.2942 12.673 41.9002 12.5491C41.0223 12.2713 40.4861 13.1191 41.0157 13.8234L46.5743 19.4018L42.7925 23.4124C42.6699 24.6202 44.1166 24.2237 44.7689 25.1067C46.0656 26.8635 44.0879 29.1577 42.1363 28.0321C40.9909 27.3722 41.4801 25.2958 39.9382 26.1214L35.8759 30.1698L32.1345 26.5114C30.8483 25.751 30.9605 27.1048 30.5521 27.7687C29.8373 28.9295 28.0931 29.0756 27.2478 27.98C26.6046 27.1452 26.6973 25.8097 27.5491 25.1575C28.2249 24.6397 29.395 24.8628 29.2372 23.7541L24.9062 19.2909L33.8395 10.3579C33.9335 10.5432 33.7939 10.8457 33.7404 11.0401C33.2029 12.9913 32.4228 14.8838 31.931 16.8506C32.2024 18.121 34.4605 18.0923 35.4193 17.6971C37.0487 17.0254 38.2671 13.7125 39.0785 12.227C40.4183 12.1748 41.9028 11.7248 42.9608 10.8849C43.4852 10.4688 44.5953 9.35496 43.7487 8.74717C42.9334 8.16155 42.4429 9.28975 41.8872 9.71233C40.8057 10.534 39.4907 10.6527 38.1862 10.7962C37.8744 10.9331 36.7317 13.5221 36.4447 14.0334C35.9033 15.0012 35.0436 16.8702 33.6987 16.265C34.4748 13.6682 35.4545 11.1092 36.1838 8.50066C36.4655 7.49377 36.8413 6.32905 35.2197 6.75555L31.8371 10.0123C32.0928 8.0246 33.9439 7.01771 35.1649 5.62735L41.5545 4.01005L44.324 1.215C44.6593 0.592861 44.2366 -0.0840566 43.5152 0.00854669C42.8864 0.0894116 41.2362 2.3132 40.5513 2.71491C38.7641 3.2314 36.8765 3.47009 35.0958 3.99701C33.6243 4.43264 32.1515 6.74511 30.9161 7.72723L29.3976 12.5556L23.0916 18.9414L23.1398 19.6848L27.0495 23.5846C26.2302 24.0958 25.4319 25.0414 25.3014 26.034C24.7587 30.1659 29.7277 31.8537 31.9819 28.5173L35.3463 31.8876C35.6567 32.1628 36.0233 32.1602 36.3312 31.8876L40.0869 28.1274C41.1357 29.6977 43.0404 30.3668 44.791 29.5099C47.207 28.3282 47.404 24.7062 45.0637 23.3446L45.0219 23.2024L48.4946 19.6352C48.6146 19.3079 48.3889 19.0014 48.1945 18.7509L44.4349 14.9946C46.1569 13.5834 47.0596 11.7092 47.2174 9.48017L49.9987 6.64729V6.06167H50Z\" fill=\"#00914C\"><\/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\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.\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=\"45\" height=\"45\" viewBox=\"0 0 45 45\" fill=\"none\"><path d=\"M15.8337 11.6665H28.3337C35.2082 11.6665 38.6455 11.6665 40.7814 13.8022C42.917 15.9379 42.917 19.3753 42.917 26.2498V28.3332C42.917 35.2078 42.917 38.645 40.7814 40.7809C38.6455 42.9165 35.2082 42.9165 28.3337 42.9165H26.2503C19.3757 42.9165 15.9383 42.9165 13.8027 40.7809C11.667 38.645 11.667 35.2078 11.667 28.3332V15.8332\" stroke=\"#00914C\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M1.25 11.6665H7.5\" stroke=\"#00914C\" stroke-width=\"2.5\" stroke-linecap=\"round\"><\/path><path d=\"M11.667 7.5V1.25\" stroke=\"#00914C\" stroke-width=\"2.5\" stroke-linecap=\"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\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)\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ecb772 e-flex e-con-boxed e-con e-parent\" data-id=\"0ecb772\" 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-784bd61 e-con-full e-flex e-con e-child\" data-id=\"784bd61\" 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-8b4f83d e-con-full e-flex e-con e-child\" data-id=\"8b4f83d\" 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-1af0f2b elementor-widget elementor-widget-html\" data-id=\"1af0f2b\" 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: 50px;\r\n    letter-spacing: -2.4px;\r\n    text-align: center;\r\n    color: #111111;\r\n\">\r\n    Precision Cooling 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       Outdoors\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-4503d8d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-pix-text\" data-id=\"4503d8d\" 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 source. The result is a stable, comfortable microclimate \u2014 even in challenging outdoor conditions.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0b00770 e-con-full e-flex e-con e-child\" data-id=\"0b00770\" 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-2e2a792 elementor-pagination-position-inside elementor-pagination-type-bullets elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"2e2a792\" 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-64caf80 e-flex e-con-boxed e-con e-child\" data-id=\"64caf80\" 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-8c807f0 e-con-full e-flex e-con e-child\" data-id=\"8c807f0\" 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-c09dc7d grd-text elementor-widget elementor-widget-heading\" data-id=\"c09dc7d\" 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-fa29e6d elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"fa29e6d\" 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-5439344 e-con-full e-flex e-con e-child\" data-id=\"5439344\" 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-6e39e64 elementor-widget elementor-widget-image\" data-id=\"6e39e64\" 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=\"1336\" height=\"1152\" src=\"https:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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=\"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-72e723e e-flex e-con-boxed e-con e-child\" data-id=\"72e723e\" 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-b8b26be e-con-full e-flex e-con e-child\" data-id=\"b8b26be\" 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-ee363d5 grd-text elementor-widget elementor-widget-heading\" data-id=\"ee363d5\" 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-6b67ef5 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"6b67ef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tBy lowering surface temperatures, the system reduces the radiant heat load \u2014\nsignificantly improving perceived comfort.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-220524c e-con-full e-flex e-con e-child\" data-id=\"220524c\" 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-61d887a elementor-widget elementor-widget-image\" data-id=\"61d887a\" 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=\"1336\" height=\"1152\" src=\"https:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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-2119314 e-flex e-con-boxed e-con e-child\" data-id=\"2119314\" 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-f9c6a88 e-con-full e-flex e-con e-child\" data-id=\"f9c6a88\" 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-2eb6c76 grd-text elementor-widget elementor-widget-heading\" data-id=\"2eb6c76\" 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-bb5f2af elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"bb5f2af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tReal-time monitoring and automated control ensure consistent performance while\noptimizing energy efficiency.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71035fc e-con-full e-flex e-con e-child\" data-id=\"71035fc\" 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-d8e4c7b elementor-widget elementor-widget-image\" data-id=\"d8e4c7b\" 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=\"1336\" height=\"1152\" src=\"https:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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-870b3be e-flex e-con-boxed e-con e-child\" data-id=\"870b3be\" 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-426c655 e-con-full e-flex e-con e-child\" data-id=\"426c655\" 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-d146ae2 grd-text elementor-widget elementor-widget-heading\" data-id=\"d146ae2\" 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-9f595a2 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"9f595a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThe system is designed to integrate seamlessly into semi-open environments,\nallowing scalable deployment across different project types.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b5efb7c e-con-full e-flex e-con e-child\" data-id=\"b5efb7c\" 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-09c47fe elementor-widget elementor-widget-image\" data-id=\"09c47fe\" 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=\"1336\" height=\"1152\" src=\"https:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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:\/\/www.dephina.de\/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-f40f46d e-flex e-con-boxed e-con e-parent\" data-id=\"f40f46d\" 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-0cdf926 elementor-widget elementor-widget-html\" data-id=\"0cdf926\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t    <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 Outdoor <span>Validated in Real Outdoor <\/span>\r\n                Conditions\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. Tested in semi-open environments\r\n                under peak\r\n                summer conditions in Dubai. Tested in semi-open environments under peak summer conditions in Dubai.\r\n                Tested in semi-open\r\n                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:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Frame-36527.webp\"\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 viewBox=\"0 0 24 24\" aria-hidden=\"true\">\r\n                            <path d=\"M12 21s7-5.1 7-11a7 7 0 0 0-14 0c0 5.9 7 11 7 11Z\"><\/path>\r\n                            <circle cx=\"12\" cy=\"10\" r=\"2.7\"><\/circle>\r\n                        <\/svg>\r\n                        <div>\r\n                            <strong>Pilot Installation<\/strong>\r\n                            <span>(Abu Dhabi) Al-zeena beach<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"validated-stats\">\r\n                        <article class=\"validated-stat validated-animate\" style=\"--validated-delay: .52s\">\r\n                            <h3>Semi-open<\/h3>\r\n                            <p>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>Up to ~20\u00b0C<\/h3>\r\n                            <p>temperature reduction<\/p>\r\n                        <\/article>\r\n\r\n                        <article class=\"validated-stat validated-animate\" style=\"--validated-delay: .68s\">\r\n                            <h3>Stable comfort<\/h3>\r\n                            <p>maintained throughout the day<\/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>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-063f71d e-flex e-con-boxed e-con e-parent\" data-id=\"063f71d\" 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-f0b5b7c e-con-full e-flex e-con e-child\" data-id=\"f0b5b7c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fd4523a e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"fd4523a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&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-8e1b358 elementor-widget elementor-widget-heading\" data-id=\"8e1b358\" 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\">APPLICATIONS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6798b5e elementor-widget elementor-widget-html\" data-id=\"6798b5e\" 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: 700;\r\n    line-height: 50px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #111111;\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    }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-59926b6 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"59926b6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7543757 elementor-widget elementor-widget-pix-text\" data-id=\"7543757\" 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 \" ><div class=\"d-inline-block\" style=\"max-width:1100px;\"><p class=\" resp-option el-content_custom_color text-center \" style=\"color:#4A4A4A;\">A controlled approach to outdoor thermal comfort designed to manage heat at its source. The result is a stable, comfortable microclimate \u2014 even in challenging outdoor conditions.<\/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-ac4ab3c e-con-full e-grid elementor-invisible e-con e-child\" data-id=\"ac4ab3c\" 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<div class=\"elementor-element elementor-element-a2c2c0f e-con-full e-flex e-con e-child\" data-id=\"a2c2c0f\" 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<div class=\"elementor-element elementor-element-21c3848 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"21c3848\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&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-cb8f4ec elementor-widget elementor-widget-image\" data-id=\"cb8f4ec\" 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=\"2484\" height=\"764\" src=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group.webp\" class=\"attachment-full size-full wp-image-967056\" alt=\"\" srcset=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group.webp 2484w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-300x92.webp 300w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-1024x315.webp 1024w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-768x236.webp 768w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-1536x472.webp 1536w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-2048x630.webp 2048w\" sizes=\"(max-width: 2484px) 100vw, 2484px\" \/>\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-19b4daf e-con-full e-flex e-con e-child\" data-id=\"19b4daf\" 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-7f109d8 elementor-view-stacked elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"7f109d8\" 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=\"40\" height=\"27\" viewBox=\"0 0 40 27\" fill=\"none\"><path d=\"M39.7668 22.1211C39.5868 22.7611 39.4568 23.4211 39.2268 24.0511C38.9268 24.8311 38.4868 25.5311 37.7468 25.9911C37.1468 26.3711 36.4968 26.5311 35.7968 26.5311C25.1968 26.5311 14.6068 26.5311 4.00682 26.5311C2.37682 26.5311 1.22682 25.7011 0.556818 24.1111C0.0968178 23.0311 -0.0331822 21.9111 0.0068178 20.7711C0.0268178 20.2011 0.356818 19.9111 0.976818 19.9011C1.47682 19.8911 1.98682 19.9011 2.43682 19.9011C3.58682 10.8011 8.60682 5.34111 17.5568 3.41111C17.1768 2.09111 17.5068 0.951106 18.8368 0.281106C19.7268 -0.178894 20.6368 -0.0688936 21.4168 0.571106C22.3468 1.32111 22.5668 2.31111 22.1768 3.49111C22.5568 3.56111 22.9368 3.63111 23.3068 3.71111C26.5868 4.37111 29.4368 5.86111 31.8568 8.16111C34.4168 10.6011 36.0868 13.5611 36.8468 17.0111C37.0268 17.8411 37.1168 18.6911 37.2068 19.5411C37.2368 19.8311 37.3368 19.9111 37.6068 19.9011C37.9668 19.8811 38.3268 19.9011 38.6968 19.9011C39.2168 19.8911 39.5968 20.0611 39.7768 20.5811V22.1311L39.7668 22.1211ZM35.6068 19.8711C35.0368 13.9711 32.3268 9.44111 27.0668 6.78111C21.2168 3.81111 15.4668 4.40111 10.2268 8.37111C6.46682 11.2211 4.54682 15.1511 4.19682 19.8811H35.6068V19.8711ZM38.0868 21.5911H1.57682C1.74682 22.2411 1.84682 22.8511 2.07682 23.4211C2.48682 24.4111 2.93682 24.8811 4.22682 24.8811C14.6668 24.8611 25.1068 24.8811 35.5468 24.8811C35.7068 24.8811 35.8568 24.8811 36.0168 24.8811C36.5568 24.8611 36.9968 24.6211 37.2968 24.1811C37.8168 23.4211 38.0968 22.5711 38.0868 21.6111V21.5911ZM19.9068 1.69111C19.4568 1.69111 19.0868 2.03111 19.0768 2.48111C19.0568 2.93111 19.4468 3.33111 19.8968 3.33111C20.3268 3.33111 20.7068 2.95111 20.7168 2.52111C20.7168 2.08111 20.3568 1.71111 19.9168 1.70111L19.9068 1.69111ZM9.13682 14.4711C9.36682 14.2011 9.52682 13.8611 9.73682 13.5711C10.9368 11.8711 12.4768 10.5611 14.3268 9.61111C14.8668 9.34111 15.0368 8.87111 14.8068 8.43111C14.5768 7.97111 14.0868 7.87111 13.5368 8.15111C11.7368 9.07111 10.1968 10.3011 8.93682 11.8711C8.50682 12.4111 8.11682 13.0011 7.74682 13.5911C7.36682 14.2111 7.74682 14.9111 8.58682 14.9011C8.69682 14.8111 8.95682 14.6711 9.13682 14.4611V14.4711Z\" fill=\"url(#paint0_linear_1_717)\"><\/path><defs><linearGradient id=\"paint0_linear_1_717\" x1=\"26.6318\" y1=\"0\" x2=\"10.2317\" y2=\"24.5879\" 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<div class=\"elementor-element elementor-element-d7a7ef4 e-con-full e-flex e-con e-child\" data-id=\"d7a7ef4\" 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-6921b28 elementor-widget elementor-widget-heading\" data-id=\"6921b28\" 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\">Hospitality &amp; Leisure\u2028<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07c7c2a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"07c7c2a\" 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<div class=\"elementor-element elementor-element-817e772 elementor-widget elementor-widget-icon-box\" data-id=\"817e772\" 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\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\tExtend usable hours and enhance guest comfort in outdoor environments.\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\tIdeal for hotels, resorts, restaurants, beach clubs, cafes, lounges, and outdoor dining areas.\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-6a2cc18 e-con-full e-flex e-con e-child\" data-id=\"6a2cc18\" 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<div class=\"elementor-element elementor-element-bddeaa0 e-con-full e-flex e-con e-child\" data-id=\"bddeaa0\" 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-f8267fb elementor-widget elementor-widget-image\" data-id=\"f8267fb\" 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=\"2484\" height=\"764\" src=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-1.webp\" class=\"attachment-full size-full wp-image-967058\" alt=\"\" srcset=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-1.webp 2484w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-1-300x92.webp 300w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-1-1024x315.webp 1024w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-1-768x236.webp 768w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-1-1536x472.webp 1536w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/Mask-group-1-2048x630.webp 2048w\" sizes=\"(max-width: 2484px) 100vw, 2484px\" \/>\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-427bf00 e-con-full e-flex e-con e-child\" data-id=\"427bf00\" 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-6dfe72b elementor-view-stacked elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"6dfe72b\" 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=\"38\" height=\"37\" viewBox=\"0 0 38 37\" fill=\"none\"><path d=\"M36.75 35.75H0.75M22.4706 35.75H4.54991V2.50599C4.54991 1.53221 5.33528 0.75 6.29517 0.75H20.7253C21.6931 0.75 22.4706 1.54019 22.4706 2.50599V35.75ZM32.958 12.8982C32.958 11.9245 32.1727 11.1422 31.2128 11.1422H22.4785V35.75H32.958V12.8982ZM12.0783 8.80359V7.68615C12.0783 6.84806 11.3961 6.16163 10.5631 6.16163C9.73017 6.16163 9.04793 6.84806 9.04793 7.68615V8.80359C9.04793 9.64168 9.73017 10.3281 10.5631 10.3281C11.3961 10.3281 12.0783 9.64168 12.0783 8.80359ZM12.0783 15.5242V14.4068C12.0783 13.5687 11.3961 12.8823 10.5631 12.8823C9.73017 12.8823 9.04793 13.5687 9.04793 14.4068V15.5242C9.04793 16.3623 9.73017 17.0487 10.5631 17.0487C11.3961 17.0487 12.0783 16.3623 12.0783 15.5242ZM12.0783 22.2529V21.1354C12.0783 20.2973 11.3961 19.6109 10.5631 19.6109C9.73017 19.6109 9.04793 20.2973 9.04793 21.1354V22.2529C9.04793 23.0909 9.73017 23.7774 10.5631 23.7774C11.3961 23.7774 12.0783 23.0909 12.0783 22.2529ZM12.0783 28.9735V27.856C12.0783 27.018 11.3961 26.3315 10.5631 26.3315C9.73017 26.3315 9.04793 27.018 9.04793 27.856V28.9735C9.04793 29.8116 9.73017 30.498 10.5631 30.498C11.3961 30.498 12.0783 29.8116 12.0783 28.9735ZM17.9805 8.80359V7.68615C17.9805 6.84806 17.2983 6.16163 16.4653 6.16163C15.6323 6.16163 14.9501 6.84806 14.9501 7.68615V8.80359C14.9501 9.64168 15.6323 10.3281 16.4653 10.3281C17.2983 10.3281 17.9805 9.64168 17.9805 8.80359ZM17.9805 15.5242V14.4068C17.9805 13.5687 17.2983 12.8823 16.4653 12.8823C15.6323 12.8823 14.9501 13.5687 14.9501 14.4068V15.5242C14.9501 16.3623 15.6323 17.0487 16.4653 17.0487C17.2983 17.0487 17.9805 16.3623 17.9805 15.5242ZM17.9805 22.2529V21.1354C17.9805 20.2973 17.2983 19.6109 16.4653 19.6109C15.6323 19.6109 14.9501 20.2973 14.9501 21.1354V22.2529C14.9501 23.0909 15.6323 23.7774 16.4653 23.7774C17.2983 23.7774 17.9805 23.0909 17.9805 22.2529ZM17.9805 28.9735V27.856C17.9805 27.018 17.2983 26.3315 16.4653 26.3315C15.6323 26.3315 14.9501 27.018 14.9501 27.856V28.9735C14.9501 29.8116 15.6323 30.498 16.4653 30.498C17.2983 30.498 17.9805 29.8116 17.9805 28.9735ZM29.2374 17.6155V16.498C29.2374 15.6599 28.5552 14.9735 27.7222 14.9735C26.8893 14.9735 26.207 15.6599 26.207 16.498V17.6155C26.207 18.4535 26.8893 19.14 27.7222 19.14C28.5552 19.14 29.2374 18.4535 29.2374 17.6155ZM29.2374 24.3361V23.2186C29.2374 22.3806 28.5552 21.6941 27.7222 21.6941C26.8893 21.6941 26.207 22.3806 26.207 23.2186V24.3361C26.207 25.1742 26.8893 25.8606 27.7222 25.8606C28.5552 25.8606 29.2374 25.1742 29.2374 24.3361ZM29.2374 31.0647V29.9473C29.2374 29.1092 28.5552 28.4227 27.7222 28.4227C26.8893 28.4227 26.207 29.1092 26.207 29.9473V31.0647C26.207 31.9028 26.8893 32.5892 27.7222 32.5892C28.5552 32.5892 29.2374 31.9028 29.2374 31.0647Z\" stroke=\"url(#paint0_linear_1_734)\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\"><\/path><defs><linearGradient id=\"paint0_linear_1_734\" x1=\"24.8531\" y1=\"0.75\" x2=\"1.42883\" y2=\"24.8435\" 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<div class=\"elementor-element elementor-element-b131e65 e-con-full e-flex e-con e-child\" data-id=\"b131e65\" 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-5ad5e52 elementor-widget elementor-widget-heading\" data-id=\"5ad5e52\" 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\">Residential Spaces\u2028<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eedc260 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"eedc260\" 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<div class=\"elementor-element elementor-element-7dfbc0d elementor-widget elementor-widget-icon-box\" data-id=\"7dfbc0d\" 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\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\tEnable balconies and outdoor areas to remain comfortable throughout the year.\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\tSuitable for apartments, villas, terraces, penthouses, and high-rise residential developments.\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-5e8bc84 e-con-full e-flex e-con e-child\" data-id=\"5e8bc84\" 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<div class=\"elementor-element elementor-element-7062540 e-con-full e-flex e-con e-child\" data-id=\"7062540\" 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-d8e44a7 elementor-widget elementor-widget-image\" data-id=\"d8e44a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2484\" height=\"764\" src=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/1560-V3_GPT-Image-1.5-Edit_2026-04-04_12-48-40-1.webp\" class=\"attachment-full size-full wp-image-967059\" alt=\"\" srcset=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/1560-V3_GPT-Image-1.5-Edit_2026-04-04_12-48-40-1.webp 2484w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/1560-V3_GPT-Image-1.5-Edit_2026-04-04_12-48-40-1-300x92.webp 300w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/1560-V3_GPT-Image-1.5-Edit_2026-04-04_12-48-40-1-1024x315.webp 1024w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/1560-V3_GPT-Image-1.5-Edit_2026-04-04_12-48-40-1-768x236.webp 768w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/1560-V3_GPT-Image-1.5-Edit_2026-04-04_12-48-40-1-1536x472.webp 1536w, https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/1560-V3_GPT-Image-1.5-Edit_2026-04-04_12-48-40-1-2048x630.webp 2048w\" sizes=\"(max-width: 2484px) 100vw, 2484px\" \/>\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-8236886 e-con-full e-flex e-con e-child\" data-id=\"8236886\" 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-a8c2a05 elementor-view-stacked elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"a8c2a05\" 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=\"33\" height=\"36\" viewBox=\"0 0 33 36\" fill=\"none\"><mask id=\"path-1-outside-1_1_749\" maskUnits=\"userSpaceOnUse\" x=\"-0.749329\" y=\"-0.75\" width=\"34\" height=\"37\" fill=\"black\"><rect fill=\"white\" x=\"-0.749329\" y=\"-0.75\" width=\"34\" height=\"37\"><\/rect><path d=\"M12.0904 35.25C11.6853 34.9858 11.6412 34.8362 11.8086 34.3607C12.4162 32.6525 12.927 30.9179 13.1472 29.1128C13.1912 28.7518 13.2264 28.3908 13.2264 28.021C13.2264 27.8889 13.1384 27.748 13.0591 27.6247C11.8174 25.8285 10.5756 24.0322 9.33386 22.2272C8.80545 21.4611 8.85829 20.6599 9.47476 20.0963C10.0648 19.5504 11.0248 19.5416 11.562 20.1492C11.9847 20.6246 12.3458 21.1529 12.7333 21.6636C13.1736 22.2448 13.6051 22.8347 14.0455 23.4159C14.0543 23.4335 14.0807 23.4423 14.1424 23.4775C14.2392 22.8171 14.3273 22.1655 14.4154 21.5228C14.5034 20.8888 14.5739 20.2548 14.6884 19.6296C14.8381 18.8196 15.5426 18.2296 16.3528 18.2208C17.1807 18.212 17.9116 18.7844 18.0437 19.6208C18.1847 20.5542 18.2727 21.4963 18.3784 22.4385C18.3784 22.4825 18.396 22.5265 18.4048 22.6146C18.5281 22.5353 18.625 22.4649 18.7219 22.3945C19.8051 21.6196 20.8883 20.8448 21.9716 20.0699C22.7378 19.5328 23.592 19.6208 24.1028 20.29C24.4991 20.8095 24.4991 21.558 24.0764 22.0599C23.9795 22.1831 23.8562 22.2976 23.7417 22.3945C22.1741 23.7857 20.5977 25.1681 19.0213 26.5505C18.8452 26.709 18.7747 26.8675 18.7747 27.1052C18.7571 29.6411 19.3471 32.0449 20.3952 34.3431C20.5977 34.7921 20.5537 34.9506 20.1574 35.2324H12.0904V35.25ZM19.1886 34.2022C19.127 34.0261 19.0741 33.8852 19.0213 33.7531C18.1406 31.5078 17.7003 29.192 17.7531 26.7794C17.7531 26.4448 17.8676 26.2071 18.123 25.987C19.7435 24.5693 21.3551 23.1429 22.9755 21.7165C23.09 21.6196 23.2397 21.5228 23.275 21.3995C23.3278 21.2498 23.3366 21.0121 23.2486 20.9152C23.1605 20.8095 22.9403 20.7919 22.773 20.7919C22.6761 20.7919 22.5792 20.9064 22.4912 20.968C21.1349 21.9366 19.7875 22.9052 18.4312 23.8649C17.8852 24.2524 17.5065 24.0763 17.4361 23.4071C17.3216 22.2712 17.1983 21.1441 17.075 20.0083C17.0222 19.5504 16.7668 19.2686 16.3793 19.251C16.0094 19.2422 15.7276 19.5152 15.6571 19.973C15.5779 20.5102 15.5074 21.0561 15.4369 21.5932C15.296 22.6498 15.1551 23.7152 14.9966 24.7719C14.9702 24.9656 14.8381 25.1945 14.6884 25.2914C14.3889 25.4763 14.16 25.2826 13.975 25.0272C13.2881 24.0939 12.5924 23.1605 11.8966 22.2272C11.5796 21.7957 11.2625 21.3643 10.9367 20.9416C10.7341 20.6863 10.4259 20.6422 10.2145 20.8007C9.99436 20.968 9.95914 21.2498 10.1265 21.5316C10.1705 21.6108 10.2321 21.6812 10.2762 21.7605C11.5444 23.5832 12.8125 25.4058 14.0631 27.2461C14.1952 27.4398 14.2745 27.704 14.2656 27.9417C14.2392 29.2097 14.0279 30.46 13.702 31.6839C13.4818 32.5204 13.2353 33.3393 12.9887 34.1846H19.1886V34.2022ZM1.48702 13.6509C-0.87319 16.2485 0.280497 20.3429 3.8032 21.3995C3.91769 21.4347 4.04979 21.5932 4.08502 21.7165C4.65746 23.997 6.08416 25.4763 8.28585 26.2247C8.76142 26.3832 9.28102 26.4448 9.79181 26.5153C10.0736 26.5505 10.2762 26.3744 10.3114 26.0838C10.3554 25.7933 10.2057 25.6083 9.92391 25.5291C9.82703 25.5027 9.72135 25.4851 9.62448 25.4763C8.73499 25.3706 7.91597 25.0712 7.19381 24.5605C6.0137 23.7329 5.26513 22.6146 5.05377 21.1617C4.99212 20.7567 4.80718 20.519 4.39326 20.4661C4.30519 20.4573 4.21712 20.4221 4.12906 20.4045C2.56145 20.0083 1.39015 18.5994 1.31089 16.9793C1.24924 15.7994 1.70719 14.8308 2.57026 14.0472C2.99298 13.6597 2.99298 13.4132 2.57026 13.0258C2.4998 12.9641 2.42935 12.9025 2.3677 12.8409C1.77765 12.2421 1.56629 11.5201 1.77765 10.71C2.02424 9.75906 2.81685 9.11628 3.85605 9.00182C4.24354 8.95779 4.45491 8.7993 4.54297 8.41187C4.60462 8.13891 4.7015 7.86595 4.81598 7.6106C5.8816 5.27724 8.45318 4.08854 11.06 4.7049C11.7998 4.881 11.8966 4.83698 12.152 4.14137C12.9975 1.90486 15.5779 0.716163 17.8412 1.50863C19.0037 1.91366 19.8844 2.63569 20.4392 3.73633C20.6858 4.22942 20.8355 4.22942 21.3727 4.13256C21.9804 4.0181 22.6145 3.93005 23.2221 3.94766C25.0099 4.00929 26.7008 5.3829 27.194 7.0999C27.3877 7.7779 27.423 7.7779 28.1187 7.7779C29.0874 7.7779 29.88 8.14772 30.3556 9.01943C30.796 9.83831 30.7255 10.6396 30.1795 11.3968C29.9593 11.705 29.9857 11.9692 30.2147 12.2597C32.2843 14.8572 31.0602 18.6082 27.74 19.6385C27.0531 19.8498 26.9826 19.9554 27.1499 20.6687C27.2909 21.285 27.2909 21.8926 27.0707 22.4825C26.4806 24.0851 25.2565 24.9744 23.6625 25.3794C23.2309 25.4939 22.7642 25.4763 22.3062 25.4939C21.9363 25.5115 21.7162 25.6524 21.6898 25.9518C21.6545 26.2687 21.8483 26.4713 22.227 26.5241C22.3326 26.5329 22.4295 26.5417 22.5352 26.5417C24.3582 26.5241 25.8818 25.8461 27.0883 24.4813C27.9778 23.4775 28.3917 22.2976 28.2332 20.9592C28.198 20.6687 28.2508 20.5542 28.5326 20.4485C31.9937 19.1189 33.3147 15.095 31.3067 12.0132C31.2011 11.8459 31.1923 11.7226 31.2891 11.5553C31.6854 10.8069 31.7823 10.0144 31.5357 9.20434C31.0954 7.7779 29.9153 6.85336 28.4181 6.7477C28.2332 6.73889 28.1451 6.68606 28.0747 6.50996C27.0971 3.93885 24.4463 2.45958 21.7074 2.98789C21.3639 3.05834 21.1966 2.98789 20.994 2.68852C19.8051 0.83063 17.5506 -0.0586913 15.4017 0.346346C13.5347 0.689747 12.152 1.71115 11.333 3.44576C11.2449 3.63948 11.1392 3.6747 10.9367 3.63948C10.5668 3.57784 10.1881 3.53381 9.81823 3.52501C7.14978 3.42815 4.58701 5.12755 3.71514 7.58419C3.60946 7.89237 3.45974 8.03325 3.1515 8.1125C1.64555 8.4647 0.588734 9.89994 0.667995 11.4408C0.712029 12.2509 1.03788 12.9289 1.56629 13.5277C1.53106 13.5805 1.51344 13.6157 1.47822 13.6509H1.48702Z\"><\/path><\/mask><path d=\"M12.0904 35.25C11.6853 34.9858 11.6412 34.8362 11.8086 34.3607C12.4162 32.6525 12.927 30.9179 13.1472 29.1128C13.1912 28.7518 13.2264 28.3908 13.2264 28.021C13.2264 27.8889 13.1384 27.748 13.0591 27.6247C11.8174 25.8285 10.5756 24.0322 9.33386 22.2272C8.80545 21.4611 8.85829 20.6599 9.47476 20.0963C10.0648 19.5504 11.0248 19.5416 11.562 20.1492C11.9847 20.6246 12.3458 21.1529 12.7333 21.6636C13.1736 22.2448 13.6051 22.8347 14.0455 23.4159C14.0543 23.4335 14.0807 23.4423 14.1424 23.4775C14.2392 22.8171 14.3273 22.1655 14.4154 21.5228C14.5034 20.8888 14.5739 20.2548 14.6884 19.6296C14.8381 18.8196 15.5426 18.2296 16.3528 18.2208C17.1807 18.212 17.9116 18.7844 18.0437 19.6208C18.1847 20.5542 18.2727 21.4963 18.3784 22.4385C18.3784 22.4825 18.396 22.5265 18.4048 22.6146C18.5281 22.5353 18.625 22.4649 18.7219 22.3945C19.8051 21.6196 20.8883 20.8448 21.9716 20.0699C22.7378 19.5328 23.592 19.6208 24.1028 20.29C24.4991 20.8095 24.4991 21.558 24.0764 22.0599C23.9795 22.1831 23.8562 22.2976 23.7417 22.3945C22.1741 23.7857 20.5977 25.1681 19.0213 26.5505C18.8452 26.709 18.7747 26.8675 18.7747 27.1052C18.7571 29.6411 19.3471 32.0449 20.3952 34.3431C20.5977 34.7921 20.5537 34.9506 20.1574 35.2324H12.0904V35.25ZM19.1886 34.2022C19.127 34.0261 19.0741 33.8852 19.0213 33.7531C18.1406 31.5078 17.7003 29.192 17.7531 26.7794C17.7531 26.4448 17.8676 26.2071 18.123 25.987C19.7435 24.5693 21.3551 23.1429 22.9755 21.7165C23.09 21.6196 23.2397 21.5228 23.275 21.3995C23.3278 21.2498 23.3366 21.0121 23.2486 20.9152C23.1605 20.8095 22.9403 20.7919 22.773 20.7919C22.6761 20.7919 22.5792 20.9064 22.4912 20.968C21.1349 21.9366 19.7875 22.9052 18.4312 23.8649C17.8852 24.2524 17.5065 24.0763 17.4361 23.4071C17.3216 22.2712 17.1983 21.1441 17.075 20.0083C17.0222 19.5504 16.7668 19.2686 16.3793 19.251C16.0094 19.2422 15.7276 19.5152 15.6571 19.973C15.5779 20.5102 15.5074 21.0561 15.4369 21.5932C15.296 22.6498 15.1551 23.7152 14.9966 24.7719C14.9702 24.9656 14.8381 25.1945 14.6884 25.2914C14.3889 25.4763 14.16 25.2826 13.975 25.0272C13.2881 24.0939 12.5924 23.1605 11.8966 22.2272C11.5796 21.7957 11.2625 21.3643 10.9367 20.9416C10.7341 20.6863 10.4259 20.6422 10.2145 20.8007C9.99436 20.968 9.95914 21.2498 10.1265 21.5316C10.1705 21.6108 10.2321 21.6812 10.2762 21.7605C11.5444 23.5832 12.8125 25.4058 14.0631 27.2461C14.1952 27.4398 14.2745 27.704 14.2656 27.9417C14.2392 29.2097 14.0279 30.46 13.702 31.6839C13.4818 32.5204 13.2353 33.3393 12.9887 34.1846H19.1886V34.2022ZM1.48702 13.6509C-0.87319 16.2485 0.280497 20.3429 3.8032 21.3995C3.91769 21.4347 4.04979 21.5932 4.08502 21.7165C4.65746 23.997 6.08416 25.4763 8.28585 26.2247C8.76142 26.3832 9.28102 26.4448 9.79181 26.5153C10.0736 26.5505 10.2762 26.3744 10.3114 26.0838C10.3554 25.7933 10.2057 25.6083 9.92391 25.5291C9.82703 25.5027 9.72135 25.4851 9.62448 25.4763C8.73499 25.3706 7.91597 25.0712 7.19381 24.5605C6.0137 23.7329 5.26513 22.6146 5.05377 21.1617C4.99212 20.7567 4.80718 20.519 4.39326 20.4661C4.30519 20.4573 4.21712 20.4221 4.12906 20.4045C2.56145 20.0083 1.39015 18.5994 1.31089 16.9793C1.24924 15.7994 1.70719 14.8308 2.57026 14.0472C2.99298 13.6597 2.99298 13.4132 2.57026 13.0258C2.4998 12.9641 2.42935 12.9025 2.3677 12.8409C1.77765 12.2421 1.56629 11.5201 1.77765 10.71C2.02424 9.75906 2.81685 9.11628 3.85605 9.00182C4.24354 8.95779 4.45491 8.7993 4.54297 8.41187C4.60462 8.13891 4.7015 7.86595 4.81598 7.6106C5.8816 5.27724 8.45318 4.08854 11.06 4.7049C11.7998 4.881 11.8966 4.83698 12.152 4.14137C12.9975 1.90486 15.5779 0.716163 17.8412 1.50863C19.0037 1.91366 19.8844 2.63569 20.4392 3.73633C20.6858 4.22942 20.8355 4.22942 21.3727 4.13256C21.9804 4.0181 22.6145 3.93005 23.2221 3.94766C25.0099 4.00929 26.7008 5.3829 27.194 7.0999C27.3877 7.7779 27.423 7.7779 28.1187 7.7779C29.0874 7.7779 29.88 8.14772 30.3556 9.01943C30.796 9.83831 30.7255 10.6396 30.1795 11.3968C29.9593 11.705 29.9857 11.9692 30.2147 12.2597C32.2843 14.8572 31.0602 18.6082 27.74 19.6385C27.0531 19.8498 26.9826 19.9554 27.1499 20.6687C27.2909 21.285 27.2909 21.8926 27.0707 22.4825C26.4806 24.0851 25.2565 24.9744 23.6625 25.3794C23.2309 25.4939 22.7642 25.4763 22.3062 25.4939C21.9363 25.5115 21.7162 25.6524 21.6898 25.9518C21.6545 26.2687 21.8483 26.4713 22.227 26.5241C22.3326 26.5329 22.4295 26.5417 22.5352 26.5417C24.3582 26.5241 25.8818 25.8461 27.0883 24.4813C27.9778 23.4775 28.3917 22.2976 28.2332 20.9592C28.198 20.6687 28.2508 20.5542 28.5326 20.4485C31.9937 19.1189 33.3147 15.095 31.3067 12.0132C31.2011 11.8459 31.1923 11.7226 31.2891 11.5553C31.6854 10.8069 31.7823 10.0144 31.5357 9.20434C31.0954 7.7779 29.9153 6.85336 28.4181 6.7477C28.2332 6.73889 28.1451 6.68606 28.0747 6.50996C27.0971 3.93885 24.4463 2.45958 21.7074 2.98789C21.3639 3.05834 21.1966 2.98789 20.994 2.68852C19.8051 0.83063 17.5506 -0.0586913 15.4017 0.346346C13.5347 0.689747 12.152 1.71115 11.333 3.44576C11.2449 3.63948 11.1392 3.6747 10.9367 3.63948C10.5668 3.57784 10.1881 3.53381 9.81823 3.52501C7.14978 3.42815 4.58701 5.12755 3.71514 7.58419C3.60946 7.89237 3.45974 8.03325 3.1515 8.1125C1.64555 8.4647 0.588734 9.89994 0.667995 11.4408C0.712029 12.2509 1.03788 12.9289 1.56629 13.5277C1.53106 13.5805 1.51344 13.6157 1.47822 13.6509H1.48702Z\" fill=\"url(#paint0_linear_1_749)\"><\/path><path d=\"M12.0904 35.25C11.6853 34.9858 11.6412 34.8362 11.8086 34.3607C12.4162 32.6525 12.927 30.9179 13.1472 29.1128C13.1912 28.7518 13.2264 28.3908 13.2264 28.021C13.2264 27.8889 13.1384 27.748 13.0591 27.6247C11.8174 25.8285 10.5756 24.0322 9.33386 22.2272C8.80545 21.4611 8.85829 20.6599 9.47476 20.0963C10.0648 19.5504 11.0248 19.5416 11.562 20.1492C11.9847 20.6246 12.3458 21.1529 12.7333 21.6636C13.1736 22.2448 13.6051 22.8347 14.0455 23.4159C14.0543 23.4335 14.0807 23.4423 14.1424 23.4775C14.2392 22.8171 14.3273 22.1655 14.4154 21.5228C14.5034 20.8888 14.5739 20.2548 14.6884 19.6296C14.8381 18.8196 15.5426 18.2296 16.3528 18.2208C17.1807 18.212 17.9116 18.7844 18.0437 19.6208C18.1847 20.5542 18.2727 21.4963 18.3784 22.4385C18.3784 22.4825 18.396 22.5265 18.4048 22.6146C18.5281 22.5353 18.625 22.4649 18.7219 22.3945C19.8051 21.6196 20.8883 20.8448 21.9716 20.0699C22.7378 19.5328 23.592 19.6208 24.1028 20.29C24.4991 20.8095 24.4991 21.558 24.0764 22.0599C23.9795 22.1831 23.8562 22.2976 23.7417 22.3945C22.1741 23.7857 20.5977 25.1681 19.0213 26.5505C18.8452 26.709 18.7747 26.8675 18.7747 27.1052C18.7571 29.6411 19.3471 32.0449 20.3952 34.3431C20.5977 34.7921 20.5537 34.9506 20.1574 35.2324H12.0904V35.25ZM19.1886 34.2022C19.127 34.0261 19.0741 33.8852 19.0213 33.7531C18.1406 31.5078 17.7003 29.192 17.7531 26.7794C17.7531 26.4448 17.8676 26.2071 18.123 25.987C19.7435 24.5693 21.3551 23.1429 22.9755 21.7165C23.09 21.6196 23.2397 21.5228 23.275 21.3995C23.3278 21.2498 23.3366 21.0121 23.2486 20.9152C23.1605 20.8095 22.9403 20.7919 22.773 20.7919C22.6761 20.7919 22.5792 20.9064 22.4912 20.968C21.1349 21.9366 19.7875 22.9052 18.4312 23.8649C17.8852 24.2524 17.5065 24.0763 17.4361 23.4071C17.3216 22.2712 17.1983 21.1441 17.075 20.0083C17.0222 19.5504 16.7668 19.2686 16.3793 19.251C16.0094 19.2422 15.7276 19.5152 15.6571 19.973C15.5779 20.5102 15.5074 21.0561 15.4369 21.5932C15.296 22.6498 15.1551 23.7152 14.9966 24.7719C14.9702 24.9656 14.8381 25.1945 14.6884 25.2914C14.3889 25.4763 14.16 25.2826 13.975 25.0272C13.2881 24.0939 12.5924 23.1605 11.8966 22.2272C11.5796 21.7957 11.2625 21.3643 10.9367 20.9416C10.7341 20.6863 10.4259 20.6422 10.2145 20.8007C9.99436 20.968 9.95914 21.2498 10.1265 21.5316C10.1705 21.6108 10.2321 21.6812 10.2762 21.7605C11.5444 23.5832 12.8125 25.4058 14.0631 27.2461C14.1952 27.4398 14.2745 27.704 14.2656 27.9417C14.2392 29.2097 14.0279 30.46 13.702 31.6839C13.4818 32.5204 13.2353 33.3393 12.9887 34.1846H19.1886V34.2022ZM1.48702 13.6509C-0.87319 16.2485 0.280497 20.3429 3.8032 21.3995C3.91769 21.4347 4.04979 21.5932 4.08502 21.7165C4.65746 23.997 6.08416 25.4763 8.28585 26.2247C8.76142 26.3832 9.28102 26.4448 9.79181 26.5153C10.0736 26.5505 10.2762 26.3744 10.3114 26.0838C10.3554 25.7933 10.2057 25.6083 9.92391 25.5291C9.82703 25.5027 9.72135 25.4851 9.62448 25.4763C8.73499 25.3706 7.91597 25.0712 7.19381 24.5605C6.0137 23.7329 5.26513 22.6146 5.05377 21.1617C4.99212 20.7567 4.80718 20.519 4.39326 20.4661C4.30519 20.4573 4.21712 20.4221 4.12906 20.4045C2.56145 20.0083 1.39015 18.5994 1.31089 16.9793C1.24924 15.7994 1.70719 14.8308 2.57026 14.0472C2.99298 13.6597 2.99298 13.4132 2.57026 13.0258C2.4998 12.9641 2.42935 12.9025 2.3677 12.8409C1.77765 12.2421 1.56629 11.5201 1.77765 10.71C2.02424 9.75906 2.81685 9.11628 3.85605 9.00182C4.24354 8.95779 4.45491 8.7993 4.54297 8.41187C4.60462 8.13891 4.7015 7.86595 4.81598 7.6106C5.8816 5.27724 8.45318 4.08854 11.06 4.7049C11.7998 4.881 11.8966 4.83698 12.152 4.14137C12.9975 1.90486 15.5779 0.716163 17.8412 1.50863C19.0037 1.91366 19.8844 2.63569 20.4392 3.73633C20.6858 4.22942 20.8355 4.22942 21.3727 4.13256C21.9804 4.0181 22.6145 3.93005 23.2221 3.94766C25.0099 4.00929 26.7008 5.3829 27.194 7.0999C27.3877 7.7779 27.423 7.7779 28.1187 7.7779C29.0874 7.7779 29.88 8.14772 30.3556 9.01943C30.796 9.83831 30.7255 10.6396 30.1795 11.3968C29.9593 11.705 29.9857 11.9692 30.2147 12.2597C32.2843 14.8572 31.0602 18.6082 27.74 19.6385C27.0531 19.8498 26.9826 19.9554 27.1499 20.6687C27.2909 21.285 27.2909 21.8926 27.0707 22.4825C26.4806 24.0851 25.2565 24.9744 23.6625 25.3794C23.2309 25.4939 22.7642 25.4763 22.3062 25.4939C21.9363 25.5115 21.7162 25.6524 21.6898 25.9518C21.6545 26.2687 21.8483 26.4713 22.227 26.5241C22.3326 26.5329 22.4295 26.5417 22.5352 26.5417C24.3582 26.5241 25.8818 25.8461 27.0883 24.4813C27.9778 23.4775 28.3917 22.2976 28.2332 20.9592C28.198 20.6687 28.2508 20.5542 28.5326 20.4485C31.9937 19.1189 33.3147 15.095 31.3067 12.0132C31.2011 11.8459 31.1923 11.7226 31.2891 11.5553C31.6854 10.8069 31.7823 10.0144 31.5357 9.20434C31.0954 7.7779 29.9153 6.85336 28.4181 6.7477C28.2332 6.73889 28.1451 6.68606 28.0747 6.50996C27.0971 3.93885 24.4463 2.45958 21.7074 2.98789C21.3639 3.05834 21.1966 2.98789 20.994 2.68852C19.8051 0.83063 17.5506 -0.0586913 15.4017 0.346346C13.5347 0.689747 12.152 1.71115 11.333 3.44576C11.2449 3.63948 11.1392 3.6747 10.9367 3.63948C10.5668 3.57784 10.1881 3.53381 9.81823 3.52501C7.14978 3.42815 4.58701 5.12755 3.71514 7.58419C3.60946 7.89237 3.45974 8.03325 3.1515 8.1125C1.64555 8.4647 0.588734 9.89994 0.667995 11.4408C0.712029 12.2509 1.03788 12.9289 1.56629 13.5277C1.53106 13.5805 1.51344 13.6157 1.47822 13.6509H1.48702Z\" stroke=\"url(#paint1_linear_1_749)\" stroke-width=\"0.5\" mask=\"url(#path-1-outside-1_1_749)\"><\/path><defs><linearGradient id=\"paint0_linear_1_749\" x1=\"21.6757\" y1=\"0.25\" x2=\"-1.66414\" y2=\"21.5892\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#A2C234\"><\/stop><stop offset=\"1\" stop-color=\"#00914C\"><\/stop><\/linearGradient><linearGradient id=\"paint1_linear_1_749\" x1=\"21.6757\" y1=\"0.25\" x2=\"-1.66414\" y2=\"21.5892\" 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<div class=\"elementor-element elementor-element-dcffe2d e-con-full e-flex e-con e-child\" data-id=\"dcffe2d\" 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-66d4e28 elementor-widget elementor-widget-heading\" data-id=\"66d4e28\" 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\">Commercial Spaces\u2028<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ceb4d4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2ceb4d4\" 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<div class=\"elementor-element elementor-element-4773078 elementor-widget elementor-widget-icon-box\" data-id=\"4773078\" 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\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\tImprove usability across shared and high-traffic outdoor environments.\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\tApplicable to parks, public areas, walkways, retail zones, offices, and mixed-use developments.\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\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-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 choose us<\/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: 700;\r\n    line-height: 50px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #111111;\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.\n<\/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-50b2cec elementor-widget__width-inherit elementor-widget elementor-widget-pix-feature\" data-id=\"50b2cec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pix-feature.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a href=\"#\" ><div id=\"pix-feature-50b2cec\" class=\"pix-feature-el  text-custom \"><div class=\"feature_img position-relative \"   style=\"\"><img decoding=\"async\" style=\"width:;height:;\" class=\"pix-fit-contain  \" src=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/nano-technology.png\" alt=\"Engineering-Led &lt;br&gt;Approach\"><\/div><h4 class=\"pix-feature-title  font-weight-bold  secondary-font text-black \" style=\"padding-top:40px;\"  >Engineering-Led <br>Approach<\/h4><div class=\"pix-feature-content text-body-default text-sm     \" style=\"padding-top:0px;\"  ><\/div><\/div><\/a>\t\t\t\t<\/div>\n\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-8051f6d e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"8051f6d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;pix_scale_in&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-93f5fb6 elementor-widget__width-inherit elementor-widget elementor-widget-pix-feature\" data-id=\"93f5fb6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pix-feature.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a href=\"#\" ><div id=\"pix-feature-93f5fb6\" class=\"pix-feature-el  text-custom \"><div class=\"feature_img position-relative \"   style=\"\"><img decoding=\"async\" style=\"width:;height:;\" class=\"pix-fit-contain  \" src=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/global-education.png\" alt=\"Global Engineering Foundation\"><\/div><h4 class=\"pix-feature-title  font-weight-bold  secondary-font text-black \" style=\"padding-top:40px;\"  >Global Engineering Foundation<\/h4><div class=\"pix-feature-content text-body-default text-sm     \" style=\"padding-top:0px;\"  ><\/div><\/div><\/a>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-783468e elementor-widget elementor-widget-pix-text\" data-id=\"783468e\" 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\nstandards 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-b340fef elementor-widget__width-inherit elementor-widget elementor-widget-pix-feature\" data-id=\"b340fef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pix-feature.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a href=\"#\" ><div id=\"b340fef\" class=\"pix-feature-el  text-custom \"><div class=\"feature_img position-relative \"   style=\"\"><img decoding=\"async\" style=\"width:;height:;\" class=\"pix-fit-contain  \" src=\"https:\/\/www.dephina.de\/wp-content\/uploads\/2026\/05\/artboard-tool.png\" alt=\"Scalable System Design\"><\/div><h4 class=\"pix-feature-title  font-weight-bold  secondary-font text-black \" style=\"padding-top:40px;\"  >Scalable System Design<\/h4><div class=\"pix-feature-content text-body-default text-sm     \" style=\"padding-top:0px;\"  ><\/div><\/div><\/a>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f3e6d3 elementor-widget elementor-widget-text-editor\" data-id=\"1f3e6d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tModular systems designed to adapt across different project sizes and\nrequirements.\t\t\t\t\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.\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<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>&#8211; 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-d3716b6 e-flex e-con-boxed e-con e-parent\" data-id=\"d3716b6\" 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-05431f6 e-con-full e-flex e-con e-child\" data-id=\"05431f6\" 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-eec68a7 elementor-invisible elementor-widget elementor-widget-html\" data-id=\"eec68a7\" 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: 700;\r\n    line-height: 50px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #111111;\r\n\">\r\n   Let\u2019s build your  \r\n    <span style=\"\r\n        background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        color: transparent;\r\n    \">\r\n       ideal \r\n    <\/span>\r\n    outdoor environment\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-08d487c elementor-invisible elementor-widget elementor-widget-pix-text\" data-id=\"08d487c\" 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-black text-left \" >From concept to completion, CoolVista Helps you create semi-open spaces that are comfortable, functional and built to perform.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-085bb9e e-con-full e-grid e-con e-child\" data-id=\"085bb9e\" 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-9d70df4 e-con-full e-flex e-con e-child\" data-id=\"9d70df4\" 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-3e1810a 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=\"3e1810a\" 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\tEngineering-Led Approach\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-007bf43 e-con-full e-flex e-con e-child\" data-id=\"007bf43\" 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-4814c6f 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=\"4814c6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomInRight&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 Engineering Foundation\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-fc6cdf9 e-con-full e-flex e-con e-child\" data-id=\"fc6cdf9\" 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-0a9f7ba 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=\"0a9f7ba\" 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\tScalable System Design\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-dd104c5 e-con-full e-flex e-con e-child\" data-id=\"dd104c5\" 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-1a39e57 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=\"1a39e57\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomInRight&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 Support\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-60c9282 e-con-full e-flex e-con e-child\" data-id=\"60c9282\" 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-8a2760c elementor-button-align-stretch elementor-invisible elementor-widget elementor-widget-form\" data-id=\"8a2760c\" 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=\"8a2760c\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"AAA 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\">Send Message<\/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-37c5e42 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"37c5e42\" 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-67ece4b e-con-full e-flex e-con e-child\" data-id=\"67ece4b\" 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-0c5b7ec elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"0c5b7ec\" 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: 700;\r\n    line-height: 50px;\r\n    letter-spacing: -2.4px;\r\n    text-align: left;\r\n    color: #111111;\r\n\">\r\n   Let\u2019s build your  \r\n    <span style=\"\r\n        background: linear-gradient(180deg, #A2C234 0%, #00914C 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        color: transparent;\r\n    \">\r\n       ideal \r\n    <\/span>\r\n    outdoor environment\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-a37921f elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-pix-text\" data-id=\"a37921f\" 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:850px;\"><p class=\" resp-option text-black text-left \" >From concept to completion, CoolVista Helps you create semi-open spaces that are comfortable, functional and built to perform.<\/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-c6357f8 footer-cta elementor-widget elementor-widget-button\" data-id=\"c6357f8\" 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<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"none\"><path d=\"M11.9427 17.3711H4.16493C3.75237 17.3711 3.35671 17.2025 3.06499 16.9025C2.77326 16.6024 2.60938 16.1954 2.60938 15.7711V4.57109C2.60938 4.14675 2.77326 3.73978 3.06499 3.43972C3.35671 3.13966 3.75237 2.97109 4.16493 2.97109H15.0538C15.4664 2.97109 15.862 3.13966 16.1538 3.43972C16.4455 3.73978 16.6094 4.14675 16.6094 4.57109V12.5711M11.9427 17.3711C12.1892 17.3717 12.4333 17.3221 12.6611 17.2252C12.8888 17.1282 13.0956 16.9859 13.2696 16.8063L16.0603 13.9359C16.2349 13.757 16.3733 13.5442 16.4675 13.31C16.5618 13.0757 16.61 12.8246 16.6094 12.5711M11.9427 17.3711V13.3711C11.9427 13.1589 12.0246 12.9554 12.1705 12.8054C12.3164 12.6554 12.5142 12.5711 12.7205 12.5711H16.6094M6.49826 1.37109V4.57109M12.7205 1.37109V4.57109M2.60938 7.77109H16.6094\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Request a Consultation<\/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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d137f07 e-flex e-con-boxed e-con e-parent\" data-id=\"d137f07\" 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-b01baaf e-con-full e-flex e-con e-child\" data-id=\"b01baaf\" 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-5d8a3ed e-con-full e-flex e-con e-child\" data-id=\"5d8a3ed\" 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-d260a1c elementor-widget elementor-widget-pix-img\" data-id=\"d260a1c\" 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-d260a1c\" class=\"pix-img-element d-inline-block none\"  ><a href=\"https:\/\/www.dephina.de\/?page_id=968352\"  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:\/\/www.dephina.de\/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-305afa4 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-pix-text\" data-id=\"305afa4\" 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>Innovative outdoor cooling solutions for extreme climates in the Middle East and Gulf region.<\/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-3bd9a43 e-con-full e-flex e-con e-child\" data-id=\"3bd9a43\" 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-3ab4d29 elementor-widget elementor-widget-pix-heading\" data-id=\"3ab4d29\" 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-d0fb658 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d0fb658\" 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<span class=\"elementor-icon-list-text\">CoolVista<\/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<a href=\"https:\/\/www.dephina.de\/?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-d9e961b e-con-full e-flex e-con e-child\" data-id=\"d9e961b\" 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-a232265 elementor-widget elementor-widget-pix-heading\" data-id=\"a232265\" 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-958f8d9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"958f8d9\" 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<span class=\"elementor-icon-list-text\">About 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\">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-3ffa128 e-con-full e-flex e-con e-child\" data-id=\"3ffa128\" 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-e364697 elementor-widget elementor-widget-pix-heading\" data-id=\"e364697\" 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-f952e9c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f952e9c\" 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<div class=\"elementor-element elementor-element-a0bb602 e-con-full e-flex e-con e-child\" data-id=\"a0bb602\" 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-084c9bd elementor-widget elementor-widget-text-editor\" data-id=\"084c9bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\u00a9 2026 Dephina.\u00a0 All rights reserved\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31e0d6f elementor-widget__width-auto elementor-widget elementor-widget-pix-social-icons\" data-id=\"31e0d6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pix-social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"text-white right pix-social-icons font-weight-bold d-inline-block w-100 \" style=\"\"><span class=\"text-white  d-inline-block 1 text-24 px-2\"  ><svg class=\"pixfort-icon \" width=\"24\" height=\"24\" style=\"\" data-name=\"Solid\/pixfort-icon-facebook-1\" viewBox=\"2 2 20 20\"><path fill=\"var(--pf-icon-color)\" fill-rule=\"evenodd\" d=\"M12,2 C17.5228403,2 22,6.49603007 22,12.042148 C22,17.1426622 18.2133748,21.3550488 13.3091699,21.999013 L13.299,21.999 L13.2993358,14.2432707 L15.476925,14.2432707 L15.7655715,11.5132627 L13.2993358,11.5132627 L13.3029934,10.1467742 C13.3029934,9.43472725 13.3703545,9.05337521 14.3888162,9.05337521 L15.750301,9.05337521 L15.750301,6.32290806 L13.5722241,6.32290806 C10.9559654,6.32290806 10.0352533,7.64718738 10.0352533,9.87454164 L10.0352533,11.5134769 L8.404355,11.5134769 L8.404355,14.2437298 L10.0352533,14.2437298 L10.0352533,21.8900234 C5.45236562,20.9728053 2,16.9123412 2,12.042148 C2,6.49603007 6.47715974,2 12,2 Z\"\/><\/svg><\/span><span class=\"text-white  d-inline-block 1 text-24 px-2\"  ><svg class=\"pixfort-icon \" width=\"24\" height=\"24\" style=\"\" data-name=\"Solid\/pixfort-icon-linkedin-1\" viewBox=\"2 2 20 20\"><path fill=\"var(--pf-icon-color)\" fill-rule=\"evenodd\" d=\"M2,4.20707071 C2,3.56732727 2.22523166,3.03954949 2.67567568,2.62373737 C3.12611969,2.20790606 3.71171815,2 4.43243243,2 C5.14028958,2 5.71299228,2.20470101 6.15057915,2.61414141 C6.60102317,3.03636364 6.82625483,3.58651919 6.82625483,4.26464646 C6.82625483,4.87878788 6.60747104,5.3905596 6.16988417,5.8 C5.71944015,6.22222222 5.12741313,6.43333333 4.39382239,6.43333333 L4.37451737,6.43333333 C3.66666023,6.43333333 3.09395753,6.22222222 2.65637066,5.8 C2.21878378,5.37777778 2,4.84679495 2,4.20707071 Z M2.25096525,21 L2.25096525,8.17979798 L6.53667954,8.17979798 L6.53667954,21 L2.25096525,21 Z M8.91119691,21 L13.1969112,21 L13.1969112,13.8414141 C13.1969112,13.3935899 13.2483977,13.0481354 13.3513514,12.8050505 C13.5315251,12.3700273 13.8050193,12.0021758 14.1718147,11.7015152 C14.53861,11.4008354 14.9987066,11.2505051 15.5521236,11.2505051 C16.9935714,11.2505051 17.7142857,12.2164919 17.7142857,14.1484848 L17.7142857,21 L22,21 L22,13.6494949 C22,11.7558859 21.549556,10.319697 20.6486486,9.34090909 C19.7477413,8.36212121 18.557278,7.87272727 17.0772201,7.87272727 C15.4169884,7.87272727 14.1235521,8.58282828 13.1969112,10.0030303 L13.1969112,10.0414141 L13.1776062,10.0414141 L13.1969112,10.0030303 L13.1969112,8.17979798 L8.91119691,8.17979798 C8.9369305,8.58921919 8.94980695,9.86227677 8.94980695,11.9989899 C8.94980695,14.1356838 8.9369305,17.1360141 8.91119691,21 Z\"\/><\/svg><\/span><span class=\"text-white  d-inline-block 1 text-24 px-2\"  ><svg class=\"pixfort-icon \" width=\"24\" height=\"24\" style=\"\" data-name=\"Solid\/pixfort-icon-instagram-1\" viewBox=\"2 2 20 20\"><path fill=\"var(--pf-icon-color)\" fill-rule=\"evenodd\" d=\"M8.66747445,12 C8.66747445,10.1591276 10.1594572,8.66639742 12.0004039,8.66639742 C13.8413506,8.66639742 15.3341411,10.1591276 15.3341411,12 C15.3341411,13.8408724 13.8413506,15.3336026 12.0004039,15.3336026 C10.1594572,15.3336026 8.66747445,13.8408724 8.66747445,12 M6.86530151,12 C6.86530151,14.8360258 9.1642635,17.134895 12.0004039,17.134895 C14.8365443,17.134895 17.1355063,14.8360258 17.1355063,12 C17.1355063,9.16397415 14.8365443,6.86510501 12.0004039,6.86510501 C9.1642635,6.86510501 6.86530151,9.16397415 6.86530151,12 M16.138697,6.66155089 C16.138697,7.32390953 16.6758754,7.86187399 17.3390686,7.86187399 C18.001454,7.86187399 18.5394402,7.32390953 18.5394402,6.66155089 C18.5394402,5.99919225 18.0022618,5.46203554 17.3390686,5.46203554 C16.6758754,5.46203554 16.138697,5.99919225 16.138697,6.66155089 M7.95985298,20.1397415 C6.98485399,20.095315 6.45494568,19.9329564 6.10275051,19.7956381 C5.63584959,19.6138934 5.30304132,19.3974152 4.95246173,19.0476575 C4.60268993,18.6978998 4.38539521,18.365105 4.20445091,17.8982229 C4.06712711,17.546042 3.9047619,17.0161551 3.86033362,16.0411955 C3.81186639,14.9870759 3.80217295,14.6704362 3.80217295,12 C3.80217295,9.32956381 3.81267418,9.01373183 3.86033362,7.95880452 C3.9047619,6.98384491 4.06793489,6.45476575 4.20445091,6.10177706 C4.386203,5.63489499 4.60268993,5.30210016 4.95246173,4.95153473 C5.30223353,4.60177706 5.6350418,4.38449111 6.10275051,4.20355412 C6.45494568,4.06623586 6.98485399,3.90387722 7.95985298,3.85945073 C9.01401511,3.81098546 9.33066764,3.80129241 12.0004039,3.80129241 C14.6709479,3.80129241 14.9867927,3.81179321 16.0417626,3.85945073 C17.0167616,3.90387722 17.5458621,4.06704362 17.8988651,4.20355412 C18.365766,4.38449111 18.6985743,4.60177706 19.0491538,4.95153473 C19.3989256,5.30129241 19.6154126,5.63489499 19.7971647,6.10177706 C19.9344885,6.453958 20.0968537,6.98384491 20.141282,7.95880452 C20.1897492,9.01373183 20.1994426,9.32956381 20.1994426,12 C20.1994426,14.6696284 20.1897492,14.9862682 20.141282,16.0411955 C20.0968537,17.0161551 19.9336807,17.546042 19.7971647,17.8982229 C19.6154126,18.365105 19.3989256,18.6978998 19.0491538,19.0476575 C18.699382,19.3974152 18.365766,19.6138934 17.8988651,19.7956381 C17.5466699,19.9329564 17.0167616,20.095315 16.0417626,20.1397415 C14.9876005,20.1882068 14.6709479,20.1978998 12.0004039,20.1978998 C9.33066764,20.1978998 9.01401511,20.1882068 7.95985298,20.1397415 M7.8774587,2.06058158 C6.81279535,2.10904685 6.08578699,2.27786753 5.45005856,2.52504039 C4.79251989,2.78029079 4.23514682,3.12277868 3.67858153,3.67851373 C3.12282402,4.23424879 2.78032231,4.79159935 2.52506159,5.44991922 C2.27787875,6.08562197 2.10905125,6.81260097 2.06058403,7.87722132 C2.01130902,8.94345719 2,9.28432956 2,12 C2,14.7156704 2.01130902,15.0565428 2.06058403,16.1227787 C2.10905125,17.187399 2.27787875,17.914378 2.52506159,18.5500808 C2.78032231,19.2075929 3.12201624,19.7657512 3.67858153,20.3214863 C4.23433903,20.8772213 4.7917121,21.2189015 5.45005856,21.4749596 C6.08659477,21.7221325 6.81279535,21.8909532 7.8774587,21.9394184 C8.94454542,21.9878837 9.28462377,22 12.0004039,22 C14.7169918,22 15.0570702,21.9886914 16.1233491,21.9394184 C17.1880124,21.8909532 17.9150208,21.7221325 18.5507492,21.4749596 C19.2082879,21.2189015 19.765661,20.8772213 20.3222263,20.3214863 C20.8779838,19.7657512 21.2196777,19.2075929 21.4757462,18.5500808 C21.722929,17.914378 21.8925643,17.187399 21.9402238,16.1227787 C21.988691,15.0557351 22,14.7156704 22,12 C22,9.28432956 21.988691,8.94345719 21.9402238,7.87722132 C21.8917565,6.81260097 21.722929,6.08562197 21.4757462,5.44991922 C21.2196777,4.79240711 20.8779838,4.23505654 20.3222263,3.67851373 C19.7664688,3.12277868 19.2082879,2.78029079 18.551557,2.52504039 C17.9150208,2.27786753 17.1880124,2.1082391 16.1241569,2.06058158 C15.0578779,2.01211632 14.7169918,2 12.0012117,2 C9.28462377,2 8.94454542,2.01130856 7.8774587,2.06058158\"\/><\/svg><\/span><span class=\"text-white  d-inline-block 1 text-24 px-2\"  ><svg class=\"pixfort-icon \" width=\"24\" height=\"24\" style=\"\" data-name=\"Solid\/pixfort-icon-youtube-1\" viewBox=\"2 2 20 20\"><path fill=\"var(--pf-icon-color)\" fill-rule=\"evenodd\" d=\"M12.4315186,18.8905856 L8.3328397,18.8156838 C7.00577805,18.7895832 5.67541376,18.8416844 4.37437293,18.5712779 C2.39518958,18.1672681 2.25497741,16.1863203 2.10826004,14.5246801 C1.90609831,12.1886237 1.98436092,9.81016622 2.36586612,7.49361026 C2.58123842,6.19377885 3.42881648,5.41816012 4.73956508,5.33375808 C9.16430487,5.02745068 13.6184682,5.06375155 18.0334001,5.20665501 C18.4996732,5.21975532 18.9691487,5.29135705 19.4289166,5.37285902 C21.6984322,5.77036862 21.7537764,8.01522286 21.9008941,9.90496851 C22.0476115,11.8142146 21.985662,13.733261 21.7052376,15.6295068 C21.4802576,17.1995447 21.0498133,18.5161765 19.23326,18.6432796 C16.9572392,18.8094836 14.7334602,18.9432869 12.4510343,18.9006858 C12.4511343,18.8905856 12.4380238,18.8905856 12.4315186,18.8905856 Z M10.0218909,14.9156896 C11.7370631,13.9316658 13.419509,12.9640424 15.1248733,11.9866188 C13.4064986,11.002595 11.7272552,10.0349717 10.0218909,9.05754804 L10.0218909,14.9156896 Z\"\/><\/svg><\/span><\/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\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. CoolVista enables comfortable, functional, and revenue-generating outdoor environments even in extreme climates. Contact&#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:\/\/www.dephina.de\/index.php?rest_route=\/wp\/v2\/pages\/968352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dephina.de\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dephina.de\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dephina.de\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dephina.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=968352"}],"version-history":[{"count":10,"href":"https:\/\/www.dephina.de\/index.php?rest_route=\/wp\/v2\/pages\/968352\/revisions"}],"predecessor-version":[{"id":969046,"href":"https:\/\/www.dephina.de\/index.php?rest_route=\/wp\/v2\/pages\/968352\/revisions\/969046"}],"wp:attachment":[{"href":"https:\/\/www.dephina.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=968352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}