Commit dc1ba597 by Harshit

lp

1 parent 0bc94521
...@@ -2357,25 +2357,29 @@ figure.snip1477.hover figcaption { ...@@ -2357,25 +2357,29 @@ figure.snip1477.hover figcaption {
font-size: 18px; font-size: 18px;
} }
#accordion .panel { #accordion .panel,
#faqAccordion .panel {
border: none; border: none;
box-shadow: none; box-shadow: none;
border-radius: 10px; border-radius: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
#accordion .panel-heading { #accordion .panel-heading,
#faqAccordion .panel-heading {
padding: 0; padding: 0;
border: none; border: none;
border-radius: 10px; border-radius: 10px;
} }
#accordion .panel-title a { #accordion .panel-title a,
#faqAccordion .panel-title a {
display: block; display: block;
padding: 12px 34px; padding: 12px 34px;
font-size: 18px; font-size: 18px;
font-weight: 600; font-weight: 600;
height: 40px; height: auto;
min-height: 40px;
color: #fff; color: #fff;
background: #2e3a2b; background: #2e3a2b;
border: none; border: none;
...@@ -2384,7 +2388,9 @@ figure.snip1477.hover figcaption { ...@@ -2384,7 +2388,9 @@ figure.snip1477.hover figcaption {
} }
#accordion .panel-title a:after, #accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after { #accordion .panel-title a.collapsed:after,
#faqAccordion .panel-title a:after,
#faqAccordion .panel-title a.collapsed:after {
content: "\f068"; content: "\f068";
font-family: "Font Awesome 5 Free"; font-family: "Font Awesome 5 Free";
font-weight: 900; font-weight: 900;
...@@ -2404,16 +2410,20 @@ figure.snip1477.hover figcaption { ...@@ -2404,16 +2410,20 @@ figure.snip1477.hover figcaption {
transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;
} }
#accordion .panel-title a.collapsed:after { #accordion .panel-title a.collapsed:after,
#faqAccordion .panel-title a.collapsed:after {
content: "\f067"; content: "\f067";
} }
#accordion .panel-title a:hover:after, #accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after { #accordion .panel-title a.collapsed:hover:after,
#faqAccordion .panel-title a:hover:after,
#faqAccordion .panel-title a.collapsed:hover:after {
transform: rotate(360deg); transform: rotate(360deg);
} }
#accordion .panel-body { #accordion .panel-body,
#faqAccordion .panel-body {
padding: 0px 25px; padding: 0px 25px;
background: #fff; background: #fff;
font-size: 14px; font-size: 14px;
......
...@@ -4,14 +4,25 @@ ...@@ -4,14 +4,25 @@
<head> <head>
<!-- Google Tag Manager --> <!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': <script>
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], (function(w, d, s, l, i) {
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= w[l] = w[l] || [];
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); w[l].push({
})(window,document,'script','dataLayer','GTM-5TQT7FPR');</script> 'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5TQT7FPR');
</script>
<!-- End Google Tag Manager --> <!-- End Google Tag Manager -->
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
...@@ -46,11 +57,11 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= ...@@ -46,11 +57,11 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<!-- Google Tag Manager (noscript) --> <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5TQT7FPR" <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5TQT7FPR"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --> <!-- End Google Tag Manager (noscript) -->
<header id="home"> <header id="home">
<nav class="navbar navbar-default" id="hide-menu"> <nav class="navbar navbar-default" id="hide-menu">
<div class="container-fluid pd0-m"> <div class="container-fluid pd0-m">
...@@ -89,9 +100,9 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ...@@ -89,9 +100,9 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<li><a href="#gallery" class="m-link">Gallery</a></li> <li><a href="#gallery" class="m-link">Gallery</a></li>
<li><a href="#location" class="m-link">Location</a></li> <li><a href="#location" class="m-link">Location</a></li>
<li><a href="#about" class="m-link">About Us</a></li> <li><a href="#about" class="m-link">About Us</a></li>
<li><a href="#faq" class="m-link">FAQs</a></li>
<li><a href="#contactus" class="m-link">Contact Us</a></li> <li><a href="#contactus" class="m-link">Contact Us</a></li>
<!-- <li><a href="<?php echo $cta_t ?>" class="call-me"><i class="fa fa-phone f-icon"
aria-hidden="true"></i> <?php echo $cta ?></a></li> -->
<li><a href="#" class="m-link download1">Download Brochure</a></li> <li><a href="#" class="m-link download1">Download Brochure</a></li>
...@@ -126,6 +137,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ...@@ -126,6 +137,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<a class="close-menu m-link" href="#about">About Us</a> <a class="close-menu m-link" href="#about">About Us</a>
<a class="close-menu m-link" href="#faq">FAQs</a>
<a class="close-menu m-link " href="#contactus">Contact Us</a> <a class="close-menu m-link " href="#contactus">Contact Us</a>
<li><a href="#" class="m-link download1 ">Download Brochure</a></li> <li><a href="#" class="m-link download1 ">Download Brochure</a></li>
...@@ -249,7 +261,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ...@@ -249,7 +261,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div class="head-line"></div> <div class="head-line"></div>
<p class="description"> <p class="description">
<ul class="overviewList"> <!-- <ul class="overviewList">
<li> <li>
A biophilic villa community where sustainability meets sophistication. A biophilic villa community where sustainability meets sophistication.
</li> </li>
...@@ -269,8 +281,15 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ...@@ -269,8 +281,15 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
Designed with sustainable elements like breathable materials and extensive Designed with sustainable elements like breathable materials and extensive
greenery. greenery.
</li> </li>
</ul> </ul> -->
Lake Estates by Velociti is a premium gated community offering spacious 4 BHK villas in
Bangalore, thoughtfully located at Rajankunte near Yelahanka and Devanahalli. Designed for
modern families seeking luxury, privacy, and connectivity, the project features well-crafted
homes, expansive green spaces, and lifestyle amenities. Whether you&#39;re looking for a 4 BHK
villa for sale in Bangalore, Villas in Yelahanka, or a premium independent house in
Bangalore, Lake Estates combines contemporary architecture with a serene environment,
making it one of the most sought-after villa projects in North Bangalore.
</p> </p>
<!-- <p class="description"><b>30+ OUTDOOR AMENITIES </b>TO KEEP YOU HEALTHY & FIT</p> --> <!-- <p class="description"><b>30+ OUTDOOR AMENITIES </b>TO KEEP YOU HEALTHY & FIT</p> -->
...@@ -1014,16 +1033,16 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ...@@ -1014,16 +1033,16 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
viewBox="0 0 24 24"> viewBox="0 0 24 24">
<defs> <defs>
<style> <style>
.cls-1, .cls-1,
.cls-2 { .cls-2 {
fill: none; fill: none;
} }
.cls-2 { .cls-2 {
stroke: #778673; stroke: #778673;
stroke-miterlimit: 10; stroke-miterlimit: 10;
stroke-width: 0.5px; stroke-width: 0.5px;
} }
</style> </style>
</defs> </defs>
<g id="Layer_2" data-name="Layer 2"> <g id="Layer_2" data-name="Layer 2">
...@@ -1046,20 +1065,20 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ...@@ -1046,20 +1065,20 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
viewBox="0 0 24 24"> viewBox="0 0 24 24">
<defs> <defs>
<style> <style>
.cls-1, .cls-1,
.cls-2 { .cls-2 {
fill: none; fill: none;
} }
.cls-2 { .cls-2 {
stroke: #778673; stroke: #778673;
stroke-miterlimit: 10; stroke-miterlimit: 10;
stroke-width: 0.5px; stroke-width: 0.5px;
} }
.cls-3 { .cls-3 {
fill: #778673; fill: #778673;
} }
</style> </style>
</defs> </defs>
<g id="Layer_2" data-name="Layer 2"> <g id="Layer_2" data-name="Layer 2">
...@@ -1290,17 +1309,19 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ...@@ -1290,17 +1309,19 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<section class="section light-grey" id="about"> <section class="section light-grey" id="about">
<div class="container"> <div class="container">
<h2 class="sec-head head-center" style="color:#fff;">ABOUT US</h2> <h2 class="sec-head head-center" style="color:#fff;">ABOUT VELOCITI</h2>
<div class="head-line" style="background:#fff;"></div> <div class="head-line" style="background:#fff;"></div>
<div class="hidden-xs" style="height: 10px;width: 100%;"></div> <div class="hidden-xs" style="height: 10px;width: 100%;"></div>
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<p class="text-center aboutText" style="color:#fff;">Velociti is among the trusted villa builders <p class="text-center aboutText" style="color:#fff;">Velociti Real Estates is a Bangalore-based developer focused on creating premium residential
Velociti is a forward-thinking construction and development company committed to reshaping communities that blend quality construction, thoughtful design, and long-term value. With a
Bengaluru's skyline. From groundbreaking construction ventures to 360 degree real estate vision to redefine luxury living, Velociti develops landmark projects across high-growth locations
solutions, we're dedicated to creating spaces that elevate living. including Yelahanka, Rajankunte, and Devanahalli. Through projects like Lake Estates by
Velociti, the company continues to deliver exceptional homes for buyers seeking luxury villas
in Bangalore, premium gated communities, and future-ready residential investments.
</p> </p>
</div> </div>
...@@ -1331,6 +1352,195 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ...@@ -1331,6 +1352,195 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<section class="section" id="faq">
<div class="container">
<h2 class="sec-head head-center">FAQs</h2>
<div class="head-line"></div>
<div class="hidden-xs" style="height: 10px;width: 100%;"></div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="panel-group" id="faqAccordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="faqHeadingOne">
<h4 class="panel-title">
<a class="" role="button" data-toggle="collapse" data-parent="#faqAccordion"
href="#faqCollapseOne" aria-expanded="true" aria-controls="faqCollapseOne">
Where is Lake Estates by Velociti located?
</a>
</h4>
</div>
<div id="faqCollapseOne" class="panel-collapse collapse in" role="tabpanel"
aria-labelledby="faqHeadingOne">
<div class="panel-body">
<p>Lake Estates is located in Rajankunte, North Bangalore, with excellent
connectivity to Yelahanka, Devanahalli, Kempegowda International Airport, schools,
hospitals, and major business hubs.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="faqHeadingTwo">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#faqAccordion"
href="#faqCollapseTwo" aria-expanded="false" aria-controls="faqCollapseTwo">
What type of homes are available at Lake Estates?
</a>
</h4>
</div>
<div id="faqCollapseTwo" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="faqHeadingTwo">
<div class="panel-body">
<p>The project offers premium 4 BHK villas in Bangalore designed with spacious
layouts, modern architecture, and private open spaces.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="faqHeadingThree">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#faqAccordion"
href="#faqCollapseThree" aria-expanded="false" aria-controls="faqCollapseThree">
Is Lake Estates a good option for buyers looking for luxury villas in Bangalore?
</a>
</h4>
</div>
<div id="faqCollapseThree" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="faqHeadingThree">
<div class="panel-body">
<p>Yes. Lake Estates is ideal for buyers seeking luxury villas in Bangalore, offering
premium amenities, landscaped surroundings, and a well-connected location in
North Bangalore.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="faqHeadingFour">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#faqAccordion"
href="#faqCollapseFour" aria-expanded="false" aria-controls="faqCollapseFour">
Why is North Bangalore a preferred location for villa investments?
</a>
</h4>
</div>
<div id="faqCollapseFour" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="faqHeadingFour">
<div class="panel-body">
<p>North Bangalore, especially areas like Yelahanka, Rajankunte, and Devanahalli, has
emerged as a major residential and investment destination due to airport-driven
growth, infrastructure development, and increasing demand for premium villa
communities.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="faqHeadingFive">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#faqAccordion"
href="#faqCollapseFive" aria-expanded="false" aria-controls="faqCollapseFive">
What amenities are available at Lake Estates?
</a>
</h4>
</div>
<div id="faqCollapseFive" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="faqHeadingFive">
<div class="panel-body">
<p>Residents can enjoy a clubhouse, swimming pool, landscaped gardens, fitness
facilities, sports courts, children's play areas, jogging tracks, and multiple
recreational spaces.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="faqHeadingSix">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#faqAccordion"
href="#faqCollapseSix" aria-expanded="false" aria-controls="faqCollapseSix">
Why choose Velociti Real Estates?
</a>
</h4>
</div>
<div id="faqCollapseSix" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="faqHeadingSix">
<div class="panel-body">
<p>Velociti Real Estates is known for developing thoughtfully planned residential
communities that emphasize quality construction, sustainable design, strategic
locations, and a premium living experience.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Where is Lake Estates by Velociti located?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Lake Estates is located in Rajankunte, North Bangalore, with excellent connectivity to Yelahanka, Devanahalli, Kempegowda International Airport, schools, hospitals, and major business hubs."
}
},
{
"@type": "Question",
"name": "What type of homes are available at Lake Estates?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The project offers premium 4 BHK villas in Bangalore designed with spacious layouts, modern architecture, and private open spaces."
}
},
{
"@type": "Question",
"name": "Is Lake Estates a good option for buyers looking for luxury villas in Bangalore?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Lake Estates is ideal for buyers seeking luxury villas in Bangalore, offering premium amenities, landscaped surroundings, and a well-connected location in North Bangalore."
}
},
{
"@type": "Question",
"name": "Why is North Bangalore a preferred location for villa investments?",
"acceptedAnswer": {
"@type": "Answer",
"text": "North Bangalore, especially areas like Yelahanka, Rajankunte, and Devanahalli, has emerged as a major residential and investment destination due to airport-driven growth, infrastructure development, and increasing demand for premium villa communities."
}
},
{
"@type": "Question",
"name": "What amenities are available at Lake Estates?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Residents can enjoy a clubhouse, swimming pool, landscaped gardens, fitness facilities, sports courts, children's play areas, jogging tracks, and multiple recreational spaces."
}
},
{
"@type": "Question",
"name": "Why choose Velociti Real Estates?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Velociti Real Estates is known for developing thoughtfully planned residential communities that emphasize quality construction, sustainable design, strategic locations, and a premium living experience."
}
}
]
}
</script>
<section class="mb50 light-grey" style="display:none;">> <section class="mb50 light-grey" style="display:none;">>
<div class="container py-4"> <div class="container py-4">
<div class="row g-3"> <div class="row g-3">
...@@ -2198,490 +2408,490 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> ...@@ -2198,490 +2408,490 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script src='js/facebook-conversion.js'></script> <script src='js/facebook-conversion.js'></script>
<script> <script>
AOS.init({ AOS.init({
//easing: 'ease-in-out-sine' //easing: 'ease-in-out-sine'
easing: 'ease-out-back' easing: 'ease-out-back'
}); });
</script> </script>
<script> <script>
$(window).scroll(function() { $(window).scroll(function() {
var scroll = $(window).scrollTop(); var scroll = $(window).scrollTop();
if (scroll >= 75) { if (scroll >= 75) {
$("#hide-menu").addClass("fixHeader"); $("#hide-menu").addClass("fixHeader");
} else { } else {
$("#hide-menu").removeClass("fixHeader"); $("#hide-menu").removeClass("fixHeader");
} }
}); });
</script> </script>
<script> <script>
$('.open-menu').click(function() { $('.open-menu').click(function() {
document.getElementById("myNav").style.width = "100%"; document.getElementById("myNav").style.width = "100%";
}); });
$('.close-menu').click(function() { $('.close-menu').click(function() {
document.getElementById("myNav").style.width = "0%"; document.getElementById("myNav").style.width = "0%";
}); });
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function() { $(document).ready(function() {
Delete_Cookie('formfilled'); Delete_Cookie('formfilled');
// ---------------for model only----- // ---------------for model only-----
$(".price-click").click(function() { $(".price-click").click(function() {
$('#price-model').modal('show'); $('#price-model').modal('show');
}); });
$(".interested").click(function() { $(".interested").click(function() {
$('#interested').modal('show'); $('#interested').modal('show');
}); });
$(".i-am").click(function() { $(".i-am").click(function() {
$('#interested').modal('show'); $('#interested').modal('show');
}); });
$(".download1").click(function() { $(".download1").click(function() {
$('#download1').modal('show'); $('#download1').modal('show');
}); });
$(".floor-click").click(function() { $(".floor-click").click(function() {
$('#floor-modal').modal('show'); $('#floor-modal').modal('show');
}); });
$(".disc-click").click(function() { $(".disc-click").click(function() {
$('#disclaimer-model').modal('show'); $('#disclaimer-model').modal('show');
}); });
$(".disc-click2").click(function() { $(".disc-click2").click(function() {
$('#policy-model').modal('show'); $('#policy-model').modal('show');
}); });
$(".callme").click(function() { $(".callme").click(function() {
! function(px) { ! function(px) {
function e(t, e, c) { function e(t, e, c) {
var n = "", var n = "",
r = "";
try {
"" != (n = function(t, e) {
try {
var c = {};
e.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(t, e, n) {
c[e] = n
});
return c.hasOwnProperty(t) ? c[t] : ""
} catch (t) {
return ""
}
}(t, c)) ? function(t, e, c) {
try {
var n, r;
c ? ((n = new Date).setTime(n.getTime() + 864e5), r = "; expires=" + n
.toGMTString()) : r = "", document.cookie = t + "=" + e + r +
";Path=/"
} catch (t) {}
}(e, n, 1) : n = function(t) {
try {
var e = document.cookie.match(new RegExp("(^| )" + t + "=([^;]+)"));
if (e) return e[2]
} catch (t) {}
return null
}(e), r = "" != n && null != n ? "&" + t + "=" + n : "&" + t + "="
} catch (t) {}
return r
}
var c = "",
n = "",
r = ""; r = "";
try { try {
"" != (n = function(t, e) { n = e("ad", "acf", c = window.location.href), r = e("col_ci", "col_ci", c)
try { } catch (t) {
var c = {}; console.log(t)
e.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(t, e, n) { }
c[e] = n var a = "https://ade.clmbtech.com/cde/eventTracking.htm?pixelId=" + px + "&_w=1&_t=2" +
}); n + r + "&rd=" + (new Date).getTime();
return c.hasOwnProperty(t) ? c[t] : "" (new Image).src = a
} catch (t) { }('15488');
return "" });
}
}(t, c)) ? function(t, e, c) {
try {
var n, r;
c ? ((n = new Date).setTime(n.getTime() + 864e5), r = "; expires=" + n
.toGMTString()) : r = "", document.cookie = t + "=" + e + r +
";Path=/"
} catch (t) {}
}(e, n, 1) : n = function(t) {
try {
var e = document.cookie.match(new RegExp("(^| )" + t + "=([^;]+)"));
if (e) return e[2]
} catch (t) {}
return null
}(e), r = "" != n && null != n ? "&" + t + "=" + n : "&" + t + "="
} catch (t) {}
return r
}
var c = "",
n = "",
r = "";
try {
n = e("ad", "acf", c = window.location.href), r = e("col_ci", "col_ci", c)
} catch (t) {
console.log(t)
}
var a = "https://ade.clmbtech.com/cde/eventTracking.htm?pixelId=" + px + "&_w=1&_t=2" +
n + r + "&rd=" + (new Date).getTime();
(new Image).src = a
}('15488');
});
}); });
</script> </script>
<noscript><img height='1' width='1' style='display:none' <noscript><img height='1' width='1' style='display:none'
src='https://ade.clmbtech.com/cde/eventTracking.htm?pixelId=15488&_w=1&_t=2' /></noscript> src='https://ade.clmbtech.com/cde/eventTracking.htm?pixelId=15488&_w=1&_t=2' /></noscript>
<script> <script>
jQuery(document).ready(function($) { jQuery(document).ready(function($) {
// Add smooth scrolling to all links // Add smooth scrolling to all links
$(".m-link").on('click', function(event) { $(".m-link").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior // Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") { if (this.hash !== "") {
// Prevent default anchor click behavior // Prevent default anchor click behavior
event.preventDefault(); event.preventDefault();
// Store hash // Store hash
var hash = this.hash; var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll // Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({ $('html, body').animate({
scrollTop: $(hash).offset().top scrollTop: $(hash).offset().top
}, 800, function() { }, 800, function() {
// Add hash (#) to URL when done scrolling (default click behavior) // Add hash (#) to URL when done scrolling (default click behavior)
// window.location.hash = hash; // window.location.hash = hash;
}); });
} // End if } // End if
});
}); });
});
</script> </script>
<script> <script>
$(document).ready(function() { $(document).ready(function() {
jQuery('.amenities-carousel').owlCarousel({ jQuery('.amenities-carousel').owlCarousel({
stagePadding: 0, stagePadding: 0,
loop: true, loop: true,
nav: true, nav: true,
margin: 40, margin: 40,
autoplay: true, autoplay: true,
autoplayTimeout: 4000, autoplayTimeout: 4000,
autoplayHoverPause: false, autoplayHoverPause: false,
dots: false, dots: false,
items: 3, items: 3,
responsive: { responsive: {
0: { 0: {
items: 2 items: 2
}, },
576: { 576: {
items: 1 items: 1
}, },
1000: { 1000: {
items: 4 items: 4
}
} }
} });
});
jQuery('.amenities-slider').owlCarousel({ jQuery('.amenities-slider').owlCarousel({
stagePadding: 0, stagePadding: 0,
loop: true, loop: true,
nav: true, nav: true,
margin: 40, margin: 40,
autoplay: true, autoplay: true,
autoplayTimeout: 3000, autoplayTimeout: 3000,
autoplayHoverPause: false, autoplayHoverPause: false,
dots: false, dots: false,
navText: ["", ""], navText: ["", ""],
items: 3, items: 3,
responsive: { responsive: {
0: { 0: {
items: 1 items: 1
}, },
576: { 576: {
items: 2 items: 2
}, },
1000: { 1000: {
items: 3 items: 3
}
} }
} });
});
jQuery('#team-carousel').owlCarousel({ jQuery('#team-carousel').owlCarousel({
stagePadding: 0, stagePadding: 0,
loop: true, loop: true,
nav: true, nav: true,
margin: 40, margin: 40,
autoplay: true, autoplay: true,
autoplayTimeout: 5000, autoplayTimeout: 5000,
autoplayHoverPause: false, autoplayHoverPause: false,
dots: false, dots: false,
navText: ["<", ">"], navText: ["<", ">"],
items: 3, items: 3,
responsive: { responsive: {
0: { 0: {
items: 1 items: 1
}, },
576: { 576: {
items: 2 items: 2
}, },
1000: { 1000: {
items: 4 items: 4
}
} }
} });
});
}); });
</script> </script>
<script> <script>
jQuery(document).ready(function($) { jQuery(document).ready(function($) {
$('[data-fancybox="locmap"]').fancybox({ $('[data-fancybox="locmap"]').fancybox({
//slide effect- zoom-in-out //slide effect- zoom-in-out
transitionEffect: "slide", transitionEffect: "slide",
loop: false, loop: false,
buttons: [ buttons: [
//'slideShow', //'slideShow',
//'share', //'share',
'zoom', 'zoom',
'fullScreen', 'fullScreen',
'close' 'close'
//'download' //'download'
], ],
thumbs: { thumbs: {
autoStart: false autoStart: false
} }
}); });
$('[data-fancybox="general"]').fancybox({ $('[data-fancybox="general"]').fancybox({
//slide effect- zoom-in-out //slide effect- zoom-in-out
transitionEffect: "slide", transitionEffect: "slide",
loop: false, loop: false,
buttons: [ buttons: [
//'slideShow', //'slideShow',
//'share', //'share',
'zoom', 'zoom',
'fullScreen', 'fullScreen',
'close' 'close'
//'download' //'download'
], ],
thumbs: { thumbs: {
autoStart: false autoStart: false
} }
}); });
$('[data-fancybox="interior"]').fancybox({ $('[data-fancybox="interior"]').fancybox({
//slide effect- zoom-in-out //slide effect- zoom-in-out
transitionEffect: "slide", transitionEffect: "slide",
loop: false, loop: false,
buttons: [ buttons: [
//'slideShow', //'slideShow',
//'share', //'share',
'zoom', 'zoom',
'fullScreen', 'fullScreen',
'close' 'close'
//'download' //'download'
], ],
thumbs: { thumbs: {
autoStart: false autoStart: false
} }
}); });
$('[data-fancybox="floorplan"]').fancybox({ $('[data-fancybox="floorplan"]').fancybox({
//slide effect- zoom-in-out //slide effect- zoom-in-out
transitionEffect: "slide", transitionEffect: "slide",
loop: false, loop: false,
buttons: [ buttons: [
//'slideShow', //'slideShow',
//'share', //'share',
'zoom', 'zoom',
'fullScreen', 'fullScreen',
'close' 'close'
//'download' //'download'
], ],
thumbs: { thumbs: {
autoStart: false autoStart: false
} }
}); });
$('[data-fancybox="ame"]').fancybox({ $('[data-fancybox="ame"]').fancybox({
//slide effect- zoom-in-out //slide effect- zoom-in-out
transitionEffect: "slide", transitionEffect: "slide",
loop: false, loop: false,
buttons: [ buttons: [
//'slideShow', //'slideShow',
//'share', //'share',
'zoom', 'zoom',
'fullScreen', 'fullScreen',
'close' 'close'
//'download' //'download'
], ],
thumbs: { thumbs: {
autoStart: false autoStart: false
} }
}); });
$('[data-fancybox="cu"]').fancybox({ $('[data-fancybox="cu"]').fancybox({
//slide effect- zoom-in-out //slide effect- zoom-in-out
transitionEffect: "slide", transitionEffect: "slide",
loop: false, loop: false,
buttons: [ buttons: [
//'slideShow', //'slideShow',
//'share', //'share',
'zoom', 'zoom',
'fullScreen', 'fullScreen',
'close' 'close'
//'download' //'download'
], ],
thumbs: { thumbs: {
autoStart: false autoStart: false
} }
}); });
}); });
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
jQuery(function($) { jQuery(function($) {
$(document).on('keypress', 'input[name="mobile"]', function(e) { $(document).on('keypress', 'input[name="mobile"]', function(e) {
var ch = String.fromCharCode(e.which); var ch = String.fromCharCode(e.which);
if (e.which < 32) return; if (e.which < 32) return;
if (!/[0-9]/.test(ch)) { if (!/[0-9]/.test(ch)) {
e.preventDefault(); e.preventDefault();
} }
}); });
$(document).on('input paste', 'input[name="mobile"]', function() { $(document).on('input paste', 'input[name="mobile"]', function() {
this.value = this.value.replace(/[^0-9]/g, '').slice(0, 10); this.value = this.value.replace(/[^0-9]/g, '').slice(0, 10);
});
}); });
});
function save_landing_pageinfo(elm) { function save_landing_pageinfo(elm) {
var dupCookie = (document.cookie.match(/(^|;\s*)checkduplicate=([^;]+)/) || [])[2]; var dupCookie = (document.cookie.match(/(^|;\s*)checkduplicate=([^;]+)/) || [])[2];
if (dupCookie) { if (dupCookie) {
dupCookie = decodeURIComponent(dupCookie); dupCookie = decodeURIComponent(dupCookie);
} }
var rawMobile = jQuery('#' + elm + ' input[name="mobile"]').val() || ''; var rawMobile = jQuery('#' + elm + ' input[name="mobile"]').val() || '';
var normalizedMobile = rawMobile.replace(/[^0-9]/g, ''); var normalizedMobile = rawMobile.replace(/[^0-9]/g, '');
if (dupCookie && normalizedMobile && dupCookie === normalizedMobile) { if (dupCookie && normalizedMobile && dupCookie === normalizedMobile) {
jQuery('#' + elm + ' input[type=submit], #' + elm + ' button').prop('disabled', false); jQuery('#' + elm + ' input[type=submit], #' + elm + ' button').prop('disabled', false);
jQuery('#pageloader').fadeOut(); jQuery('#pageloader').fadeOut();
jQuery('.modal.in').not('#duplicate-lead-modal').modal('hide'); jQuery('.modal.in').not('#duplicate-lead-modal').modal('hide');
jQuery('#duplicate-lead-modal').modal('show'); jQuery('#duplicate-lead-modal').modal('show');
return false; return false;
} }
jQuery('#' + elm + ' input[type=submit], #' + elm + ' button').prop('disabled', true);
setTimeout(function() {
jQuery('#' + elm + ' input[type=submit], #' + elm + ' button').prop('disabled', false);
}, 5000);
var name = jQuery('#' + elm + ' input[name="fname"]').val();
var mobileno = jQuery('#' + elm + ' input[name="mobile"]').val();
var emailid = jQuery('#' + elm + ' input[name="email"]').val();
var unit = jQuery('#' + elm + ' select[name="unit_type"] option:selected').val();
var message = jQuery('#' + elm + ' textarea[name="message"]').val();
var fsource = jQuery('#' + elm + ' input[name="source"]').val();
var gcaptha = jQuery('#' + elm + ' textarea[name="g-recaptcha-response"]').val();
var mob_error = jQuery('#mob-error').html();
if (mob_error != '') {
jQuery('#' + elm + ' input[type=submit], #' + elm + ' button').prop('disabled', true); jQuery('#' + elm + ' input[type=submit], #' + elm + ' button').prop('disabled', true);
return false; setTimeout(function() {
} jQuery('#' + elm + ' input[type=submit], #' + elm + ' button').prop('disabled', false);
// var captxt = "You can't leave Captcha Code empty"; }, 5000);
// if (gcaptha == "" || gcaptha == null) { var name = jQuery('#' + elm + ' input[name="fname"]').val();
var mobileno = jQuery('#' + elm + ' input[name="mobile"]').val();
var emailid = jQuery('#' + elm + ' input[name="email"]').val();
var unit = jQuery('#' + elm + ' select[name="unit_type"] option:selected').val();
var message = jQuery('#' + elm + ' textarea[name="message"]').val();
var fsource = jQuery('#' + elm + ' input[name="source"]').val();
var gcaptha = jQuery('#' + elm + ' textarea[name="g-recaptcha-response"]').val();
var mob_error = jQuery('#mob-error').html();
if (mob_error != '') {
jQuery('#' + elm + ' input[type=submit], #' + elm + ' button').prop('disabled', true);
return false;
}
// var captxt = "You can't leave Captcha Code empty";
// if (gcaptha == "" || gcaptha == null) {
// $('.captcha').text(captxt); // $('.captcha').text(captxt);
// return false; // return false;
// } // }
// Set_Cookie('gcapchta', gcaptha); // Set_Cookie('gcapchta', gcaptha);
var current_url = location.hostname; var current_url = location.hostname;
if (name == "") { if (name == "") {
//alert("Please Enter Your Name"); //alert("Please Enter Your Name");
return false; return false;
} }
if (unit == "") { if (unit == "") {
//alert("Please Enter Your Name"); //alert("Please Enter Your Name");
return false; return false;
} }
mobileno = mobileno.replace(/[^0-9]/g, ''); mobileno = mobileno.replace(/[^0-9]/g, '');
if (mobileno.length != 10) { if (mobileno.length != 10) {
//alert("Please Enter 10 Digit Mobile Number"); //alert("Please Enter 10 Digit Mobile Number");
return false; return false;
} }
if (message == undefined) { if (message == undefined) {
message = ""; message = "";
} }
if (elm == 'download-brochure') { if (elm == 'download-brochure') {
document.getElementById('layoutpdf1').click(); document.getElementById('layoutpdf1').click();
} }
if (name != "" && mobileno != "" && emailid != "" && unit != "") { if (name != "" && mobileno != "" && emailid != "" && unit != "") {
$("#pageloader").fadeIn(); $("#pageloader").fadeIn();
return true; return true;
}
return false;
} }
return false;
}
function submitForm(elm) { function submitForm(elm) {
document.createElement('form').submit.call(document.getElementById(elm)); document.createElement('form').submit.call(document.getElementById(elm));
} }
</script> </script>
<script> <script>
document.addEventListener("DOMContentLoaded", () => { document.addEventListener("DOMContentLoaded", () => {
const counters = document.querySelectorAll(".stats-number"); const counters = document.querySelectorAll(".stats-number");
const startCounting = (counter) => { const startCounting = (counter) => {
const target = +counter.getAttribute("data-target"); const target = +counter.getAttribute("data-target");
const duration = 2000; // Duration in milliseconds (2 seconds) const duration = 2000; // Duration in milliseconds (2 seconds)
const steps = 60; // Number of steps (updates) const steps = 60; // Number of steps (updates)
const increment = Math.ceil(target / steps); const increment = Math.ceil(target / steps);
const interval = duration / steps; // Time per step const interval = duration / steps; // Time per step
let current = 0; let current = 0;
const originalText = counter.textContent.replace(/[0-9]/g, "").trim(); // Extract symbols like + const originalText = counter.textContent.replace(/[0-9]/g, "").trim(); // Extract symbols like +
const updateCounter = () => { const updateCounter = () => {
if (current < target) { if (current < target) {
current += increment; current += increment;
if (current > target) { if (current > target) {
current = target; current = target;
}
counter.textContent = current + originalText;
setTimeout(updateCounter, interval);
} else {
counter.textContent = target + originalText;
} }
counter.textContent = current + originalText; };
setTimeout(updateCounter, interval);
} else {
counter.textContent = target + originalText;
}
};
updateCounter(); updateCounter();
}; };
// Create an Intersection Observer // Create an Intersection Observer
const observer = new IntersectionObserver((entries, observer) => { const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => { entries.forEach(entry => {
if (entry.isIntersecting) { if (entry.isIntersecting) {
const counter = entry.target; const counter = entry.target;
startCounting(counter); startCounting(counter);
observer.unobserve(counter); // Stop observing once counting starts observer.unobserve(counter); // Stop observing once counting starts
} }
});
}, {
threshold: 0.5 // Trigger when 50% of the element is in view
}); });
}, {
threshold: 0.5 // Trigger when 50% of the element is in view
});
// Observe each counter // Observe each counter
counters.forEach(counter => { counters.forEach(counter => {
observer.observe(counter); observer.observe(counter);
});
}); });
});
</script> </script>
<script> <script>
document.querySelector('.navbar-brand').addEventListener('click', function(event) { document.querySelector('.navbar-brand').addEventListener('click', function(event) {
event.preventDefault(); // Prevent the default anchor behavior event.preventDefault(); // Prevent the default anchor behavior
document.querySelector('#home').scrollIntoView({ document.querySelector('#home').scrollIntoView({
behavior: 'smooth' behavior: 'smooth'
});
}); });
});
</script> </script>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!