{"id":287,"date":"2025-09-07T06:45:22","date_gmt":"2025-09-07T06:45:22","guid":{"rendered":"https:\/\/resokey.com\/web\/?page_id=287"},"modified":"2025-09-07T07:10:16","modified_gmt":"2025-09-07T07:10:16","slug":"design","status":"publish","type":"page","link":"https:\/\/resokey.com\/web\/design\/","title":{"rendered":"Design"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"287\" class=\"elementor elementor-287\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e15f47d e-flex e-con-boxed e-con e-parent\" data-id=\"e15f47d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1355890 elementor-widget elementor-widget-html\" data-id=\"1355890\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Design Solutions by Resokey Ltd.<\/title>\r\n    <style>\r\n        \/* Import a modern font *\/\r\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&display=swap');\r\n\r\n        \/* * --- Resokey Custom Styles ---\r\n         * All styles are scoped to the .resokey-design-solutions class\r\n         * to avoid conflicts with WordPress theme styles.\r\n        *\/\r\n\r\n        .resokey-design-solutions {\r\n            font-family: 'Poppins', sans-serif;\r\n            color: #4A5568; \/* Default text color (Gray) *\/\r\n            background-color: #F7FAFC; \/* Light gray background *\/\r\n            line-height: 1.7;\r\n            padding: 40px 20px;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        \/* --- Headings --- *\/\r\n        .resokey-design-solutions h1,\r\n        .resokey-design-solutions h2,\r\n        .resokey-design-solutions h3 {\r\n            color: #1A202C; \/* Dark Charcoal for headings *\/\r\n            font-weight: 600;\r\n        }\r\n\r\n        .resokey-design-solutions h1 {\r\n            font-size: 2.5rem;\r\n            text-align: center;\r\n            margin-bottom: 1rem;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .resokey-design-solutions .intro-text {\r\n            text-align: justify;\r\n            font-size: 1.1rem;\r\n            max-width: 800px;\r\n            margin: 0 auto 3rem auto;\r\n            color: #2D3748;\r\n        }\r\n        \r\n        .resokey-design-solutions h2 {\r\n            font-size: 2rem;\r\n            text-align: center;\r\n            margin-top: 4rem;\r\n            margin-bottom: 2.5rem;\r\n            position: relative;\r\n            padding-bottom: 10px;\r\n        }\r\n\r\n        \/* Underline effect for H2 *\/\r\n        .resokey-design-solutions h2::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 80px;\r\n            height: 4px;\r\n            background-color: #319795; \/* Teal Accent *\/\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .resokey-design-solutions h3 {\r\n            font-size: 1.3rem;\r\n            margin-bottom: 1rem;\r\n            color: #2C5282; \/* Darker Blue *\/\r\n        }\r\n        \r\n        \/* --- Service Cards Section --- *\/\r\n        .resokey-design-solutions .services-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 2rem;\r\n        }\r\n\r\n        .resokey-design-solutions .service-card {\r\n            background-color: #fff;\r\n            border-radius: 12px;\r\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);\r\n            border-left: 5px solid #319795; \/* Teal accent border *\/\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n            overflow: hidden; \/* Keeps the image within the rounded corners *\/\r\n        }\r\n\r\n        .resokey-design-solutions .service-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .resokey-design-solutions .service-image {\r\n            width: 100%;\r\n            height: 180px;\r\n            object-fit: cover;\r\n            display: block;\r\n        }\r\n\r\n        .resokey-design-solutions .service-card-content {\r\n            padding: 2rem;\r\n        }\r\n\r\n        .resokey-design-solutions .service-card ul {\r\n            list-style: none;\r\n            padding-left: 0;\r\n        }\r\n\r\n        .resokey-design-solutions .service-card li {\r\n            position: relative;\r\n            padding-left: 25px;\r\n            margin-bottom: 0.75rem;\r\n        }\r\n\r\n        \/* Custom bullet point for lists *\/\r\n        .resokey-design-solutions .service-card li::before {\r\n            content: '\u2713';\r\n            position: absolute;\r\n            left: 0;\r\n            top: 1px;\r\n            color: #319795; \/* Teal Accent *\/\r\n            font-weight: 700;\r\n        }\r\n\r\n        \/* --- \"Why Choose Us\" Section --- *\/\r\n        .resokey-design-solutions .why-choose-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 1.5rem;\r\n            margin-top: 2.5rem;\r\n        }\r\n\r\n        .resokey-design-solutions .why-choose-item {\r\n            text-align: center;\r\n            background-color: #fff;\r\n            padding: 1.5rem;\r\n            border-radius: 10px;\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\r\n            border-bottom: 4px solid #3182CE; \/* Blue accent *\/\r\n        }\r\n\r\n        .resokey-design-solutions .why-choose-item strong {\r\n            display: block;\r\n            font-size: 1.1rem;\r\n            color: #1A202C;\r\n            margin-bottom: 0.5rem;\r\n        }\r\n\r\n        \/* --- \"How to Get Started\" Section --- *\/\r\n        .resokey-design-solutions .get-started-steps {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            justify-content: center;\r\n            gap: 2rem;\r\n            margin-top: 2.5rem;\r\n        }\r\n\r\n        .resokey-design-solutions .step {\r\n            flex-basis: 250px;\r\n            text-align: center;\r\n            position: relative;\r\n        }\r\n        \r\n        .resokey-design-solutions .step-number {\r\n            width: 50px;\r\n            height: 50px;\r\n            background-color: #319795;\r\n            color: #fff;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 1.5rem;\r\n            font-weight: 700;\r\n            margin: 0 auto 1rem auto;\r\n            box-shadow: 0 4px 8px rgba(49, 151, 149, 0.3);\r\n        }\r\n\r\n        .resokey-design-solutions .step h3 {\r\n            font-size: 1.2rem;\r\n            color: #1A202C;\r\n        }\r\n\r\n        \/* --- Footer\/CTA Section --- *\/\r\n        .resokey-design-solutions .final-cta {\r\n            text-align: center;\r\n            margin-top: 4rem;\r\n            padding: 2.5rem;\r\n            background-color: #2C5282; \/* Dark Blue *\/\r\n            color: #fff;\r\n            border-radius: 12px;\r\n        }\r\n        \r\n        .resokey-design-solutions .final-cta p {\r\n            font-size: 1.25rem;\r\n            margin: 0;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* --- Responsive Design --- *\/\r\n        @media (max-width: 768px) {\r\n            .resokey-design-solutions h1 {\r\n                font-size: 2rem;\r\n            }\r\n            .resokey-design-solutions h2 {\r\n                font-size: 1.75rem;\r\n            }\r\n            .resokey-design-solutions .services-grid,\r\n            .resokey-design-solutions .why-choose-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- \r\n      To use this on your WordPress page, copy the HTML from the\r\n      <div class=\"resokey-design-solutions\"> tag down to its closing <\/div> tag\r\n      and paste it into an HTML block or the text editor of your page.\r\n    -->\r\n\r\n    <div class=\"resokey-design-solutions\">\r\n\r\n        <!-- Header -->\r\n        <h1>Design Solutions by Resokey Ltd.<\/h1>\r\n        <p class=\"intro-text\">\r\n            Resokey Ltd. offers comprehensive real estate design solutions tailored to meet the diverse needs of clients. Whether you\u2019re planning a residential project, a commercial space, or a mixed-use development, our team of expert architects, interior designers, and engineers from home & abroad ensure every detail is thoughtfully crafted to perfection.\r\n        <\/p>\r\n\r\n        <!-- Design Services Section -->\r\n        <h2>Our Design Services<\/h2>\r\n        <div class=\"services-grid\">\r\n            <div class=\"service-card\">\r\n                <img decoding=\"async\" src=\"https:\/\/resokey.com\/web\/wp-content\/uploads\/2025\/09\/S01-Night-1-scaled.webp\" alt=\"Architectural Design\" class=\"service-image\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/600x400\/cccccc\/ffffff?text=Image+Not+Found';\">\r\n                <div class=\"service-card-content\">\r\n                    <h3>1. Architectural Design<\/h3>\r\n                    <p>From concept to construction, Resokey\u2019s architectural design team transforms ideas into reality. We specialize in creating sustainable, functional, and aesthetically pleasing structures.<\/p>\r\n                    <ul>\r\n                        <li><strong>Residential Design:<\/strong> Modern homes, villas, and apartments.<\/li>\r\n                        <li><strong>Commercial Design:<\/strong> Office buildings, retail spaces, and malls.<\/li>\r\n                        <li><strong>Mixed-Use Developments:<\/strong> Seamlessly integrated residential and commercial spaces.<\/li>\r\n                        <li><strong>Sustainable Architecture:<\/strong> Eco-friendly designs for green certifications.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"service-card\">\r\n                <img decoding=\"async\" src=\"https:\/\/resokey.com\/web\/wp-content\/uploads\/2025\/09\/Interior-Design.webp\" alt=\"Interior Design\" class=\"service-image\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/600x400\/cccccc\/ffffff?text=Image+Not+Found';\">\r\n                <div class=\"service-card-content\">\r\n                    <h3>2. Interior Design<\/h3>\r\n                    <p>Our interior design solutions bring spaces to life with style and functionality. We ensure each design reflects your vision and maximizes utility.<\/p>\r\n                     <ul>\r\n                        <li><strong>Residential Interiors:<\/strong> Custom designs for living rooms, kitchens, bedrooms, and more.<\/li>\r\n                        <li><strong>Commercial Interiors:<\/strong> Office layouts, retail aesthetics, and hospitality designs.<\/li>\r\n                        <li><strong>3D Visualization:<\/strong> Realistic renderings to visualize your dream space.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"service-card\">\r\n                <img decoding=\"async\" src=\"https:\/\/resokey.com\/web\/wp-content\/uploads\/2025\/09\/Landscape-Design-R.jpg\" alt=\"Landscape Design\" class=\"service-image\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/600x400\/cccccc\/ffffff?text=Image+Not+Found';\">\r\n                <div class=\"service-card-content\">\r\n                    <h3>3. Landscape Design<\/h3>\r\n                    <p>Enhance your property\u2019s appeal with Resokey\u2019s landscape design services. We create beautiful and sustainable outdoor environments.<\/p>\r\n                    <ul>\r\n                        <li><strong>Urban Gardens:<\/strong> Rooftop gardens, courtyards, and vertical gardens.<\/li>\r\n                        <li><strong>Outdoor Spaces:<\/strong> Parks, patios, and recreational areas.<\/li>\r\n                        <li><strong>Green Infrastructure:<\/strong> Sustainable drainage and irrigation solutions.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"service-card\">\r\n                <img decoding=\"async\" src=\"https:\/\/resokey.com\/web\/wp-content\/uploads\/2025\/09\/Structural-Design-r.jpg\" alt=\"Structural Design\" class=\"service-image\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/600x400\/cccccc\/ffffff?text=Image+Not+Found';\">\r\n                <div class=\"service-card-content\">\r\n                    <h3>4. Structural Design<\/h3>\r\n                    <p>Safety and durability are at the core of our structural design services. Our team ensures robust and efficient structures.<\/p>\r\n                    <ul>\r\n                        <li>Earthquake-resistant structures.<\/li>\r\n                        <li>Optimal material usage for cost efficiency.<\/li>\r\n                        <li>Structural compliance with local and international standards.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"service-card\">\r\n                <img decoding=\"async\" src=\"https:\/\/resokey.com\/web\/wp-content\/uploads\/2025\/09\/Renovation-and-Remodeling.webp\" alt=\"Renovation and Remodeling\" class=\"service-image\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/600x400\/cccccc\/ffffff?text=Image+Not+Found';\">\r\n                <div class=\"service-card-content\">\r\n                    <h3>5. Renovation and Remodeling<\/h3>\r\n                    <p>Whether it\u2019s a minor update or a major overhaul, our renovation design services breathe new life into existing properties.<\/p>\r\n                    <ul>\r\n                        <li>Improved functionality and aesthetics.<\/li>\r\n                        <li>Modernization of outdated spaces.<\/li>\r\n                        <li>Creative reuse of existing structures.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"service-card\">\r\n                <img decoding=\"async\" src=\"https:\/\/resokey.com\/web\/wp-content\/uploads\/2025\/09\/district-one-aerial-render-3-scaled-1.jpg\" alt=\"Urban & Master Planning\" class=\"service-image\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/600x400\/cccccc\/ffffff?text=Image+Not+Found';\">\r\n                <div class=\"service-card-content\">\r\n                    <h3>6. Urban & Master Planning<\/h3>\r\n                    <p>Resokey Ltd. provides large-scale planning solutions for municipalities and private developers, shaping communities for the future.<\/p>\r\n                    <ul>\r\n                        <li>Urban zoning and land-use planning.<\/li>\r\n                        <li>Smart city solutions.<\/li>\r\n                        <li>Infrastructure development.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Why Choose Resokey Section -->\r\n        <h2>Why Choose Resokey?<\/h2>\r\n        <div class=\"why-choose-grid\">\r\n            <div class=\"why-choose-item\">\r\n                <strong>Expert Team<\/strong>\r\n                <p>Highly skilled professionals from home and abroad with decades of experience.<\/p>\r\n            <\/div>\r\n            <div class=\"why-choose-item\">\r\n                <strong>Client-Centric Approach<\/strong>\r\n                <p>We prioritize your vision and ensure our designs meet your expectations.<\/p>\r\n            <\/div>\r\n            <div class=\"why-choose-item\">\r\n                <strong>Innovation & Technology<\/strong>\r\n                <p>Cutting-edge software and tools for accurate and creative designs.<\/p>\r\n            <\/div>\r\n            <div class=\"why-choose-item\">\r\n                <strong>Sustainability Focus<\/strong>\r\n                <p>Eco-conscious solutions for a better tomorrow.<\/p>\r\n            <\/div>\r\n             <div class=\"why-choose-item\">\r\n                <strong>End-to-End Support<\/strong>\r\n                <p>From design to implementation, we are with you every step of the way.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- How to Get Started Section -->\r\n        <h2>How to Get Started?<\/h2>\r\n        <div class=\"get-started-steps\">\r\n            <div class=\"step\">\r\n                <div class=\"step-number\">1<\/div>\r\n                <h3>Contact Us<\/h3>\r\n                <p>Reach out via www.resokey.com or call us for a consultation.<\/p>\r\n            <\/div>\r\n            <div class=\"step\">\r\n                <div class=\"step-number\">2<\/div>\r\n                <h3>Discuss Your Vision<\/h3>\r\n                <p>Share your requirements and goals with our expert team.<\/p>\r\n            <\/div>\r\n            <div class=\"step\">\r\n                <div class=\"step-number\">3<\/div>\r\n                <h3>Receive Tailored Solutions<\/h3>\r\n                <p>Get a detailed proposal with design concepts and cost estimates.<\/p>\r\n            <\/div>\r\n            <div class=\"step\">\r\n                <div class=\"step-number\">4<\/div>\r\n                <h3>Execution<\/h3>\r\n                <p>Watch your dream project come to life with our end-to-end services.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- Final CTA -->\r\n        <div class=\"final-cta\">\r\n            <p>Resokey Ltd. is your trusted partner for all real estate design needs. Let us create a space that inspires and exceeds your expectations!<\/p>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\r\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>Design Solutions by Resokey Ltd. Design Solutions by Resokey Ltd. Resokey Ltd. offers comprehensive real estate design solutions tailored to meet the diverse needs of clients. Whether you\u2019re planning a residential project, a commercial space, or a mixed-use development, our team of expert architects, interior designers, and engineers from home &#038; abroad ensure every detail [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-287","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/resokey.com\/web\/wp-json\/wp\/v2\/pages\/287","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/resokey.com\/web\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/resokey.com\/web\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/resokey.com\/web\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/resokey.com\/web\/wp-json\/wp\/v2\/comments?post=287"}],"version-history":[{"count":19,"href":"https:\/\/resokey.com\/web\/wp-json\/wp\/v2\/pages\/287\/revisions"}],"predecessor-version":[{"id":319,"href":"https:\/\/resokey.com\/web\/wp-json\/wp\/v2\/pages\/287\/revisions\/319"}],"wp:attachment":[{"href":"https:\/\/resokey.com\/web\/wp-json\/wp\/v2\/media?parent=287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}