diff --git a/css/style.css b/css/style.css index aaf51571..e2c510e7 100644 --- a/css/style.css +++ b/css/style.css @@ -7,26 +7,26 @@ scroll-behavior: smooth; } -::-webkit-scrollbar{ +::-webkit-scrollbar { width: 0.8em; height: 1em; } -::-webkit-scrollbar-track{ +::-webkit-scrollbar-track { background: #d1e5ff; border-radius: 100vw; - margin-block: .1em; + margin-block: 0.1em; } -::-webkit-scrollbar-thumb{ +::-webkit-scrollbar-thumb { /* background: #243fe9; */ - background: linear-gradient(#556bfa, #142384); + background: linear-gradient(#556bfa, #142384); border: 0.1em solid #d1e5ff; border-radius: 100vw; } -::-webkit-scrollbar-thumb:hover{ - background: linear-gradient(#2a2a72c4, #243ee9cd); +::-webkit-scrollbar-thumb:hover { + background: linear-gradient(#2a2a72c4, #243ee9cd); } :root { @@ -43,11 +43,16 @@ ul { /* Navbar start */ .navBar1 { - background-color: white; + background: rgba(255, 255, 255, 0.35); + box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); + backdrop-filter: blur(10px); + -webkit-backdrop-filter: blur(10px); + border-radius: 10px; + border: 1px solid rgba(255, 255, 255, 0.18); position: sticky; top: 0; z-index: 2; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + box-shadow: 0 4px 6px rgba(6, 2, 243, 0.425); } .fullNav { @@ -66,6 +71,13 @@ ul { align-items: center; list-style: none; font-size: 16.5px; + + font-weight: 700; + color: #222; + letter-spacing: 2px; + cursor: pointer; + text-transform: uppercase; + transition: 0.5s; } .navBar1 i, @@ -93,11 +105,8 @@ ul { } .list1 a:hover, -.list2 a:hover { - color: #2a2a72; - background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 90%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; +.list1 a:hover { + color: #1e0388; } #bt1:hover { @@ -335,7 +344,7 @@ ul { font-size: 1.1rem; } .hero-content button { -position: relative; + position: relative; margin: 30px 0; width: 150px; height: 50px; @@ -349,28 +358,24 @@ position: relative; cursor: pointer; } .hero-content button:after { - position: absolute; - content: ""; - top: 0; - left: 0; - width: 100%; - height: 100%; - border-radius: 0.3em; - background-image: linear-gradient( - 45deg, - #2a2a72 0%, - #243fe9 74% - ); - transition: opacity 0.3s ease-out; - z-index: 2; - opacity: 0; + position: absolute; + content: ''; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0.3em; + background-image: linear-gradient(45deg, #2a2a72 0%, #243fe9 74%); + transition: opacity 0.3s ease-out; + z-index: 2; + opacity: 0; } .hero-content button:hover:after { opacity: 1; } .hero-content button > span { - position: relative; - z-index: 3; + position: relative; + z-index: 3; } .hero-img { width: 50%; @@ -561,7 +566,7 @@ canvas { align-items: center; } .button-material { - position:relative; + position: relative; padding: 10px; background-color: #2a2a72; background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); @@ -579,44 +584,40 @@ canvas { width: 150px; height: 50px; } -.button-material{ +.button-material { position: relative; - margin: 30px 0; - width: 150px; - height: 50px; - border-radius: 5px; - border: none; - color: white; - font-size: 1rem; - background-color: #2a2a72; - background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); - opacity: 0.9; - cursor: pointer; - } - .button-material:after { - position: absolute; - content: ""; - top: 0; - left: 0; - width: 100%; - height: 100%; - border-radius: 0.3em; - background-image: linear-gradient( - 45deg, - #2a2a72 0%, - #243fe9 74% - ); - transition: opacity 0.3s ease-out; - z-index: 2; - opacity: 0; - } - .button-material:hover:after { - opacity: 1; - } - .button-material > span { - position: relative; - z-index: 3; - } + margin: 30px 0; + width: 150px; + height: 50px; + border-radius: 5px; + border: none; + color: white; + font-size: 1rem; + background-color: #2a2a72; + background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); + opacity: 0.9; + cursor: pointer; +} +.button-material:after { + position: absolute; + content: ''; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0.3em; + background-image: linear-gradient(45deg, #2a2a72 0%, #243fe9 74%); + transition: opacity 0.3s ease-out; + z-index: 2; + opacity: 0; +} +.button-material:hover:after { + opacity: 1; +} +.button-material > span { + position: relative; + z-index: 3; +} @media screen and (max-width: 767px) { .content-quality { @@ -814,45 +815,41 @@ canvas { justify-content: center; align-items: center; } -.button-1{ +.button-1 { position: relative; - margin: 30px 0; - width: 150px; - height: 50px; - border-radius: 5px; - border: none; - color: white; - font-size: 1rem; - background-color: #2a2a72; - background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); - opacity: 0.9; - cursor: pointer; - margin-right:20px; - } - .button-1:after { - position: absolute; - content: ""; - top: 0; - left: 0; - width: 100%; - height: 100%; - border-radius: 0.3em; - background-image: linear-gradient( - 45deg, - #2a2a72 0%, - #243fe9 74% - ); - transition: opacity 0.3s ease-out; - z-index: 2; - opacity: 0; - } - .button-1:hover:after { - opacity: 1; - } - .button-1> span { - position: relative; - z-index: 3; - } + margin: 30px 0; + width: 150px; + height: 50px; + border-radius: 5px; + border: none; + color: white; + font-size: 1rem; + background-color: #2a2a72; + background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); + opacity: 0.9; + cursor: pointer; + margin-right: 20px; +} +.button-1:after { + position: absolute; + content: ''; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0.3em; + background-image: linear-gradient(45deg, #2a2a72 0%, #243fe9 74%); + transition: opacity 0.3s ease-out; + z-index: 2; + opacity: 0; +} +.button-1:hover:after { + opacity: 1; +} +.button-1 > span { + position: relative; + z-index: 3; +} .button-1 i { margin-right: 5px; } @@ -1004,42 +1001,38 @@ canvas { } .hireus-content button { position: relative; - margin: 30px 0; - width: 150px; - height: 50px; - border-radius: 5px; - border: none; - color: white; - font-size: 1rem; - background-color: #2a2a72; - background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); - opacity: 0.9; - cursor: pointer; - } - .hireus-content button:after { - position: absolute; - content: ""; - top: 0; - left: 0; - width: 100%; - height: 100%; - border-radius: 0.3em; - background-image: linear-gradient( - 45deg, - #2a2a72 0%, - #243fe9 74% - ); - transition: opacity 0.3s ease-out; - z-index: 2; - opacity: 0; - } - .hireus-content button:hover:after { - opacity: 1; - } - .hireus-content button > span { - position: relative; - z-index: 3; - } + margin: 30px 0; + width: 150px; + height: 50px; + border-radius: 5px; + border: none; + color: white; + font-size: 1rem; + background-color: #2a2a72; + background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); + opacity: 0.9; + cursor: pointer; +} +.hireus-content button:after { + position: absolute; + content: ''; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 0.3em; + background-image: linear-gradient(45deg, #2a2a72 0%, #243fe9 74%); + transition: opacity 0.3s ease-out; + z-index: 2; + opacity: 0; +} +.hireus-content button:hover:after { + opacity: 1; +} +.hireus-content button > span { + position: relative; + z-index: 3; +} .hireus-content h1 { color: rgba(0, 0, 0, 0.719); font-size: 2rem; @@ -1126,156 +1119,152 @@ canvas { /* chatbot START */ .chatbot-btn { - position: fixed; - right: 8rem; - bottom: 2.5rem; - width: 50px; - height: 50px; - background-color: #2a2a72; - background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); - border: none; - border-radius: 50%; - color: white; - opacity: 0.9; - cursor: pointer; + position: fixed; + right: 8rem; + bottom: 2.5rem; + width: 50px; + height: 50px; + background-color: #2a2a72; + background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); + border: none; + border-radius: 50%; + color: white; + opacity: 0.9; + cursor: pointer; } .chatbot-btn::after { - position: absolute; - content: ""; - top: 0; - left: 0; - width: 100%; - height: 100%; - border-radius: 50%; - background-image: linear-gradient( - 45deg, - #2a2a72 0%, - #243fe9 74% - ); - transition: opacity 0.3s ease-out; - z-index: 2; - opacity: 0; + position: absolute; + content: ''; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 50%; + background-image: linear-gradient(45deg, #2a2a72 0%, #243fe9 74%); + transition: opacity 0.3s ease-out; + z-index: 2; + opacity: 0; } .chatbot-btn:hover::after { - opacity: 1; + opacity: 1; } .chatbot-btn > i { - position: relative; - z-index: 3; + position: relative; + z-index: 3; } .chat-container { - position: fixed; - bottom: 7rem; - right: 3rem; - z-index: 3; - background-color: white; - border-radius: 1rem; - height: 0; - width: 350px; - box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1); - transition: height 0.5s linear; + position: fixed; + bottom: 7rem; + right: 3rem; + z-index: 3; + background-color: white; + border-radius: 1rem; + height: 0; + width: 350px; + box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1); + transition: height 0.5s linear; } .chat-header { - border-radius: 1rem 1rem 0 0; - background-color: #2a2a72; - background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); - color: white; - padding: 0.5rem 1rem; - display: none; + border-radius: 1rem 1rem 0 0; + background-color: #2a2a72; + background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); + color: white; + padding: 0.5rem 1rem; + display: none; } .chat-body { - display: flex; - flex-direction: column; - align-items: flex-end; - height: 0; - overflow-y: auto; - scroll-behavior: smooth; + display: flex; + flex-direction: column; + align-items: flex-end; + height: 0; + overflow-y: auto; + scroll-behavior: smooth; } .user-message { - background-color: #2a2a72; - background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); - color: white; - width: fit-content; - padding: 0.5rem 1rem; - margin-bottom: 1rem; - border-radius: 15px 15px 5px 15px; + background-color: #2a2a72; + background-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%); + color: white; + width: fit-content; + padding: 0.5rem 1rem; + margin-bottom: 1rem; + border-radius: 15px 15px 5px 15px; } .bot-message { - background-color: rgb(210, 210, 210); - width: fit-content; - padding: 0.5rem 1rem; - margin-bottom: 1rem; - border-radius: 5px 15px 15px 15px; - align-self: flex-start; - line-height: 1.3; + background-color: rgb(210, 210, 210); + width: fit-content; + padding: 0.5rem 1rem; + margin-bottom: 1rem; + border-radius: 5px 15px 15px 15px; + align-self: flex-start; + line-height: 1.3; } .chat-faqs { - display: grid; - grid-template-columns: repeat(2, 1fr); - gap: 1rem; - margin-bottom: 1rem; + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 1rem; + margin-bottom: 1rem; } .chat-faqs > div { - margin-top: 0.5rem; - border-radius: 10px; - width: fit-content; - padding: 0.5rem; - border-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%) 10%; - border-width: 1px; - border-style: solid; - font-size: 0.8rem; - cursor: pointer; + margin-top: 0.5rem; + border-radius: 10px; + width: fit-content; + padding: 0.5rem; + border-image: linear-gradient(315deg, #2a2a72 0%, #243fe9 74%) 10%; + border-width: 1px; + border-style: solid; + font-size: 0.8rem; + cursor: pointer; } .chat-faqs > div:hover { - transform: scale(1.1, 1.1); + transform: scale(1.1, 1.1); } .chat-form { - position: relative; - display: none; - justify-content: center; - height: 0; + position: relative; + display: none; + justify-content: center; + height: 0; } .chat-input { - width: 90%; - padding: 0 1rem; - font: normal 1rem 'Roboto', sans-serif; - border-radius: 7px; - border: 1px solid rgb(210, 210, 210); + width: 90%; + padding: 0 1rem; + font: normal 1rem 'Roboto', sans-serif; + border-radius: 7px; + border: 1px solid rgb(210, 210, 210); } -.chat-input:focus, +.chat-input:focus, .chat-input:active { - outline: none; - border: 1px solid rgb(48, 61, 203); + outline: none; + border: 1px solid rgb(48, 61, 203); } .chatform-btn { - position: absolute; - right: 2rem; - top: 0.8rem; - background: transparent; - border: none; - cursor: pointer; + position: absolute; + right: 2rem; + top: 0.8rem; + background: transparent; + border: none; + cursor: pointer; } .show-chat { - height: 450px; + height: 450px; } .show-chat .chat-header { - display: block; + display: block; } .show-chat .chat-body { - height: 330px; - padding: 0.5rem 1rem; + height: 330px; + padding: 0.5rem 1rem; } .show-chat .chat-form { - display: flex; - height: 40px; + display: flex; + height: 40px; } @media (max-width: 500px) { - .chat-container { - right: 1rem; - } + .chat-container { + right: 1rem; + } } /* chatbot END */ diff --git a/index.html b/index.html index 4b481858..337a77b9 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,6 @@ - -
-
- -
  • -
    -
    Repairs  
    -
    -
    -
    -
    - + -
    -
  • - -
  • About
  • -
  • Contact
  • - + +
  • About
  • +
  • Contact
  • +
  • + +
    + +
    + - - +
    + +
    + -
    -
    -
    -

    - Transforming
    The Built
    - World -

    -

    - "Quality is never an accident.
    It is always the result of - Intelligent effort." - John Ruskin -

    - -
    -
    - -
    + +
    +
    + --
    -
    - - -
    -

    - OUR SERVICES -

    -
    -
    - General Construction Image -

    General Constructing

    -

    - Construction work encompasses the creation and upkeep of structures - such as buildings, roads, bridges, and tunnels. -

    -
    -
    - construction management -

    Construction Management

    -

    - Construction work encompasses the creation and upkeep of structures - such as buildings, roads, bridges, and tunnels. -

    -
    -
    - design-and-build -

    Design and Build

    -

    - Construction work encompasses the creation and upkeep of structures - such as buildings, roads, bridges, and tunnels. -

    -
    -
    - preconstruction -

    Preconstruction Consulting

    -

    - Construction work encompasses the creation and upkeep of structures - such as buildings, roads, bridges, and tunnels. -

    -
    -
    - special-projects -

    Special Projects

    -

    - Construction work encompasses the creation and upkeep of structures - such as buildings, roads, bridges, and tunnels. -

    +
    +
    +
    +

    + Transforming
    The Built
    + World +

    +

    + "Quality is never an accident.
    It is always the result of + Intelligent effort." - John Ruskin +

    + +
    +
    + +
    -
    - renovation -

    Renovations

    -

    - Construction work encompasses the creation and upkeep of structures - such as buildings, roads, bridges, and tunnels. -

    +
    + + + +
    +

    + OUR SERVICES +

    +
    +
    + General Construction Image +

    General Constructing

    +

    + Construction work encompasses the creation and upkeep of structures + such as buildings, roads, bridges, and tunnels. +

    +
    +
    + construction management +

    Construction Management

    +

    + Construction work encompasses the creation and upkeep of structures + such as buildings, roads, bridges, and tunnels. +

    +
    +
    + design-and-build +

    Design and Build

    +

    + Construction work encompasses the creation and upkeep of structures + such as buildings, roads, bridges, and tunnels. +

    +
    +
    + preconstruction +

    Preconstruction Consulting

    +

    + Construction work encompasses the creation and upkeep of structures + such as buildings, roads, bridges, and tunnels. +

    +
    +
    + special-projects +

    Special Projects

    +

    + Construction work encompasses the creation and upkeep of structures + such as buildings, roads, bridges, and tunnels. +

    +
    +
    + renovation +

    Renovations

    +

    + Construction work encompasses the creation and upkeep of structures + such as buildings, roads, bridges, and tunnels. +

    +
    -
    -
    - + + - -
    -
    - Image- build-with-quality -
    -

    Build With Quality Materials

    -

    - Every project we work on we always use selected materials to give - good quality to the building and that's what many of our customers - feel after working with us, their buildings are more sturdy and - durable. -

    + +
    +
    + Image- build-with-quality +
    +

    Build With Quality Materials

    +

    + Every project we work on we always use selected materials to give + good quality to the building and that's what many of our customers + feel after working with us, their buildings are more sturdy and + durable. +

    -
    -
    - +
    +
    + +
    -
    - + - -
    -
    -
    -
    -
    -

    Why Choose us?

    -
    -
    -
    -
    -
    -
    - -
    -

    Professional Staff

    -

    - Our staff members are experts in their respective fields and - are committed to providing exceptional service to our clients. -

    + +
    +
    +
    +
    +
    +

    Why Choose us?

    +
    +
    +
    +
    + +
    +

    Professional Staff

    +

    + Our staff members are experts in their respective fields and + are committed to providing exceptional service to our clients. +

    +
    +
    -
    - -
    -

    Save Time and Money

    -

    - We understand that your time is valuable, which is why we - offer efficient and convenient solutions that can streamline - your daily tasks. -

    +
    + +
    +

    Save Time and Money

    +

    + We understand that your time is valuable, which is why we + offer efficient and convenient solutions that can streamline + your daily tasks. +

    +
    -
    -
    - -
    -

    Detailed Estimated

    -

    - We provide comprehensive breakdowns of costs and expenses - associated with our products and services. -

    +
    + +
    +

    Detailed Estimated

    +

    + We provide comprehensive breakdowns of costs and expenses + associated with our products and services. +

    +
    -
    -
    -
    - -
    -

    On Time Completion

    -

    - With our commitment to on-time completion, you can be - confident that your projects and services will be delivered - promptly and to your satisfaction. -

    +
    +
    + +
    +

    On Time Completion

    +

    + With our commitment to on-time completion, you can be + confident that your projects and services will be delivered + promptly and to your satisfaction. +

    +
    -
    -
    - -
    -

    No Hidden Cost

    -

    - Honesty and clarity are crucial when it comes to pricing, and - we strive to ensure that our customers are fully informed of - all costs associated with our services. -

    +
    + +
    +

    No Hidden Cost

    +

    + Honesty and clarity are crucial when it comes to pricing, and + we strive to ensure that our customers are fully informed of + all costs associated with our services. +

    +
    -
    -
    - -
    -

    Zero Complaints

    -

    - Our commitment to quality and customer satisfaction is - reflected in our track record of zero complaints. -

    +
    + +
    +

    Zero Complaints

    +

    + Our commitment to quality and customer satisfaction is + reflected in our track record of zero complaints. +

    +
    -
    -
    - +
    + - -
    -
    -
    -
    -
    - -
    -
    -

    Vastu

    -

    Consultancy

    + +
    +
    +
    +
    +
    + +
    +
    +

    Vastu

    +

    Consultancy

    +
    -
    -
    -
    -
    - -
    -
    -

    3D

    -

    Modeling

    +
    +
    +
    + +
    +
    +

    3D

    +

    Modeling

    +
    -
    -
    -
    -
    - -
    -
    -

    Project

    -

    Planning

    +
    +
    +
    + +
    +
    +

    Project

    +

    Planning

    +
    -
    -
    -
    -
    - -
    -
    -

    Green

    -

    Designs

    +
    +
    +
    + +
    +
    +

    Green

    +

    Designs

    +
    -
    -
    - +
    + - -
    -
    - Image-Talk with expert person -
    -

    Contact With Our Experts

    -

    - Book your appointment to talk to our experts who will assist you - with all your doubts regarding our services. -

    -
    -
    - + +
    +
    + Image-Talk with expert person +
    +

    Contact With Our Experts

    +

    + Book your appointment to talk to our experts who will assist you + with all your doubts regarding our services. +

    +
    +
    + - + +
    -
    -
    - + + - -
    -
    -
    -

    Our Clients Say!

    -

    - Our customer satisfaction is our top priority. To do this, we pay - attention to your concerns, difficulties, and ambitions and - concentrate our efforts to ensure that we offer a high-quality - building, on time and within budget, taking into account your most - crucial aims. -

    -
    -
    - -
    -
    -
    - img -
    -

    Utkarsh Saxena

    -

    @utkarsh123

    -
    -
    -

    - The team at Aiskcon is highly professional, knowledgeable, and - dedicated to delivering exceptional results. From the very - beginning, I was impressed with their attention to detail and - commitment to quality. They worked closely with me to understand my - needs and preferences, and were always willing to provide valuable - input and suggestions to ensure that the project exceeded my - expectations -

    -
    -
    -
    - img -
    -

    Abhi Patel

    -

    @abhi677

    -
    + +
    +
    +
    +

    Our Clients Say!

    +

    + Our customer satisfaction is our top priority. To do this, we pay + attention to your concerns, difficulties, and ambitions and + concentrate our efforts to ensure that we offer a high-quality + building, on time and within budget, taking into account your most + crucial aims. +

    -

    - Throughout the project, the team at Aiskcon demonstrated a high - level of expertise, and their workmanship was top-notch. They were - able to navigate the complexities of the project with ease, and - their attention to detail and commitment to quality was evident in - every aspect of their work. Had an easy construction journey with - AISKCON. -

    -
    -
    - img -
    -

    Rolika Agarwal

    -

    @rolika233

    + +
    +
    +
    + img +
    +

    Utkarsh Saxena

    +

    @utkarsh123

    +
    +

    + The team at Aiskcon is highly professional, knowledgeable, and + dedicated to delivering exceptional results. From the very + beginning, I was impressed with their attention to detail and + commitment to quality. They worked closely with me to understand my + needs and preferences, and were always willing to provide valuable + input and suggestions to ensure that the project exceeded my + expectations +

    -

    - What impressed me the most was their focus on customer service. The - team at Aiskcon was always available to answer my questions. -

    -
    -
    -
    - img -
    -

    Kartikay Asija

    -

    @kartikay123

    +
    +
    + img +
    +

    Abhi Patel

    +

    @abhi677

    +
    +

    + Throughout the project, the team at Aiskcon demonstrated a high + level of expertise, and their workmanship was top-notch. They were + able to navigate the complexities of the project with ease, and + their attention to detail and commitment to quality was evident in + every aspect of their work. Had an easy construction journey with + AISKCON. +

    -

    - I would highly recommend Aiskcon for any construction project. Their - professionalism and dedication to customer service make them the - best in the business. -

    -
    -
    -
    - img -
    -

    Swastik

    -

    @swastik67

    +
    +
    + img +
    +

    Rolika Agarwal

    +

    @rolika233

    +
    -
    -

    - The team was skilled, experienced, and attentive to detail, and they - worked tirelessly to ensure that every aspect of the project was - completed to my satisfaction. The communication throughout the - process was excellent. I am thrilled with the final result and would - highly recommend Aiskcon Construction to anyone looking for a - reliable construction firm. -

    -
    -
    -
    - - - -
    -
    -

    FAQs

    -
    -
    -
    -
    -

    1. Why do I need an interior designer?

    - -
    -

    - You can think of an interior designer as a film director. Their - job is to monitor every minute detail from start to the final cut. - From pre-production to the final edit, their perspective is - responsible for shaping the final product. Similarly, interior - designers are professionals who are able to gauge your needs and - tastes to deliver your dream home. They assist you in getting - custom-designed pieces that fit perfectly into your beautiful - vision. From raw materials to finished products, they take care of - everything! + What impressed me the most was their focus on customer service. The + team at Aiskcon was always available to answer my questions.

    -
    -
    -
    -

    2. Why is Aiskcon perfect for your design?

    - -
    -
    +
    +
    + img +
    +

    Kartikay Asija

    +

    @kartikay123

    +
    +

    - Aiskcon is the perfect partner who can build your home interiors - just the way you want! Our design experts customize designs as per - your needs. They will listen to your ideas and suggest options. At - Aiskcon, we incorporate advanced technology into our modular - solutions to create flawless interiors and also to expedite the - process of making your dream home a reality. So, book your - consultation today with India's Most Trusted Home Interiors Brand, - Aiskcon and talk to our designers about your project. + I would highly recommend Aiskcon for any construction project. Their + professionalism and dedication to customer service make them the + best in the business.

    -
    -
    -
    -

    3. What services are included under home interior design?

    - -
    -
    +
    +
    + img +
    +

    Swastik

    +

    @swastik67

    +
    +

    - Home interior design services typically include a wide range of - design and decor-related tasks that are aimed at improving the - functionality and aesthetics of a home's interior space. Some of - the most common services that are included under home interior - design are: -
    - 1. Space Planning
    - 2. Colour Selection
    - 3. Material Selection
    - 4. Lighting Design
    - 5. Furniture Selection
    - 6. Decorative Accessories + The team was skilled, experienced, and attentive to detail, and they + worked tirelessly to ensure that every aspect of the project was + completed to my satisfaction. The communication throughout the + process was excellent. I am thrilled with the final result and would + highly recommend Aiskcon Construction to anyone looking for a + reliable construction firm.

    -
    -
    -

    4. What will be the timelines for my project completion?

    - +
    + + + +
    +
    +

    FAQs

    +
    +
    +
    +
    +

    1. Why do I need an interior designer?

    + +
    +
    +

    + You can think of an interior designer as a film director. Their + job is to monitor every minute detail from start to the final cut. + From pre-production to the final edit, their perspective is + responsible for shaping the final product. Similarly, interior + designers are professionals who are able to gauge your needs and + tastes to deliver your dream home. They assist you in getting + custom-designed pieces that fit perfectly into your beautiful + vision. From raw materials to finished products, they take care of + everything! +

    +
    -
    -

    - The timeline for a construction project completion can vary - depending on a number of factors, such as the size and complexity - of the project, the location, weather conditions, availability of - materials, etc. Here in Aiskcon we deliver the project efficiently - and on earliest possible time -

    +
    +
    +

    2. Why is Aiskcon perfect for your design?

    + +
    +
    +

    + Aiskcon is the perfect partner who can build your home interiors + just the way you want! Our design experts customize designs as per + your needs. They will listen to your ideas and suggest options. At + Aiskcon, we incorporate advanced technology into our modular + solutions to create flawless interiors and also to expedite the + process of making your dream home a reality. So, book your + consultation today with India's Most Trusted Home Interiors Brand, + Aiskcon and talk to our designers about your project. +

    +
    -
    -
    -
    -

    6. What are the trending interior design styles?

    - +
    +
    +

    3. What services are included under home interior design?

    + +
    +
    +

    + Home interior design services typically include a wide range of + design and decor-related tasks that are aimed at improving the + functionality and aesthetics of a home's interior space. Some of + the most common services that are included under home interior + design are: +
    + 1. Space Planning
    + 2. Colour Selection
    + 3. Material Selection
    + 4. Lighting Design
    + 5. Furniture Selection
    + 6. Decorative Accessories +

    +
    -
    -

    - 1. Minimalism
    - 2. Biophilic design
    - 3. Industrial design
    - 4. Scandinavian design
    - 5. Bohemian design
    - 6. Modern farmhouse
    - 7. Art Deco
    -

    +
    +
    +

    4. What will be the timelines for my project completion?

    + +
    +
    +

    + The timeline for a construction project completion can vary + depending on a number of factors, such as the size and complexity + of the project, the location, weather conditions, availability of + materials, etc. Here in Aiskcon we deliver the project efficiently + and on earliest possible time +

    +
    +
    +
    +
    +

    6. What are the trending interior design styles?

    + +
    +
    +

    + 1. Minimalism
    + 2. Biophilic design
    + 3. Industrial design
    + 4. Scandinavian design
    + 5. Bohemian design
    + 6. Modern farmhouse
    + 7. Art Deco
    +

    +
    -
    -
    - +
    + - -
    -
    -
    -

    Transform your living space into a work of Art!

    - + +
    +
    +
    +

    Transform your living space into a work of Art!

    + +
    -
    -
    - + + - + - - -
    -
    -

    Chat with us

    + + +
    +
    +

    Chat with us

    +
    +
    +
    + + +
    -
    -
    - - -
    -
    - + - - + - \ No newline at end of file + + + + + + +