| Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 Path : /home/u901718425/domains/rohanekambalewadi.homes/public_html/ |
| Current File : /home/u901718425/domains/rohanekambalewadi.homes/public_html/index.php |
<?php
function isMobileDevice() {
return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo
|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i"
, $_SERVER["HTTP_USER_AGENT"]);
}
function image_aspect_r_height($imagePath, $desiredHeight){
// Get the image dimensions
list($width, $height) = getimagesize($imagePath);
// Calculate the aspect ratio
$aspectRatio = $width / $height;
// Calculate the width to fit the desired aspect ratio based on the height
$desiredWidth = $desiredHeight * $aspectRatio;
echo "width: ".$desiredWidth."px; height: ".$desiredHeight."px;";
}
function image_aspect_r($imagePath,$desiredWidth){
// Get the image dimensions
list($width, $height) = getimagesize($imagePath);
// Calculate the aspect ratio
$aspectRatio = $width / $height;
// Calculate the width and height to fit the desired aspect ratio // Desired width
$desiredHeight = $desiredWidth / $aspectRatio;
echo "width: ".$desiredWidth."px; height: ".$desiredHeight."px;";
}
$isHttps = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on';
// Get the HTTP or HTTPS protocol
$protocol = $isHttps ? 'https' : 'http';
// Get the host (domain)
$host = $_SERVER['HTTP_HOST'];
// Combine protocol and host to create the base URL
$baseUrl = $protocol . '://' . $host. "/";
function find_image($file){
return (glob("files/$file.*") ? '/'.glob("files/$file.*")[0] : null) ?? "https://dummyimage.com/800x300/222/fff&text=$file";
}
$directory = 'files'; // Specify the path to the file you want to read
$files = [];
if (is_dir($directory)) {
$contents = scandir($directory);
// Remove the . and .. entries from the list
$contents = array_diff($contents, array('..', '.'));
foreach ($contents as $item) {
if (is_dir($directory.'/'.$item)) {
$dir = scandir($directory.'/'.$item);
$temp = [];
// Remove the . and .. entries from the list
$temp = array_diff($dir, array('..', '.'));
$files[$item] = [];
foreach ($temp as $key => $value) {
array_push($files[$item],'/'.$directory.'/'.$item.'/'.$value);
}
}
}
}
function directoryToArray($directory) {
$result = array();
$items = scandir($directory);
foreach ($items as $item) {
if ($item != '.' && $item != '..') {
$itemPath = $directory . '/' . $item;
if (is_dir($itemPath)) {
$result[$item] = directoryToArray($itemPath);
} else {
$result[] = $itemPath;
}
}
}
return $result;
}
$files = directoryToArray('files');
if(isset($files['floorPlan']) && !empty($files['floorPlan'])){
if(!empty($files['floorPlan'])){
foreach ($files['floorPlan'] as $key => $value) {
$floor[$key]['bhk'] = '';
$floor[$key]['price'] = '';
$floor[$key]['sqft'] = '';
}
}
}
if(isset($files['amenities']) && !empty($files['amenities'])){
if(!empty($files['amenities'])){
foreach ($files['amenities'] as $key => $value) {
$name = pathinfo($value);
$amenities[$key]['description'] = '';
$amenities[$key]['name'] = $name['filename'];
}
}
}
// Project Name and Area
$title = 'Rohan Ekam';
$area = 'Balewadi';
// Whats app Contact no
$contact = '+918600006720';
// Floor Plans Details
$floor[0]['bhk'] = '2 BHK';
$floor[0]['price'] = '1.2 Cr* <small class="fs-6">Onwards</small>';
$floor[0]['sqft'] = '869 - 890 Sqft';
$floor[1]['bhk'] = '3 BHK';
$floor[1]['price'] = '1.53 Cr* <small class="fs-6">Onwards</small>';
$floor[1]['sqft'] = '1046 - 1386 Sqft';
$floor[2]['bhk'] = '4 BHK';
$floor[2]['price'] = '2.69 Cr <small class="fs-6">Onwards</small>';
$floor[2]['sqft'] = '1844 Sqft';
$floor[3]['bhk'] = '4.5 BHK';
$floor[3]['price'] = '3.15 Cr <small class="fs-6">Onwards</small>';
$floor[3]['sqft'] = '2158 Sqft';
// Amenities Details
$amenities[0]['description'] = '';
$amenities[1]['description'] = '';
$amenities[2]['description'] = '';
$amenities[3]['description'] = '';
$amenities[4]['description'] = '';
$amenities[5]['description'] = '';
$amenities[5]['description'] = '';
?>
<!doctype html>
<html lang="en">
<head>
<title><?=$title?> : Luxury Apartments in Balewadi, Pune | Your Serene Riverside Home</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="<?=find_image('logo')?>" type="image/x-icon">
<meta name="description" content="Discover Rohan Ekam Balewadi, an upcoming residential project in Pune. Find your ideal 2/3/4 BHK flat, located just 15 minutes from the proposed metro station. Explore the perfect blend of convenience and luxury at Rohan Ekam. Rohan Ekam Balewadi is an upcoming residential project in Pune. Offers 2/3/4 BHK flats within 15mins from proposed metro station.Check out location & price list. new project launch in pune, new projects in pune, projects in pune, pune projects, new construction sites in pune, new building in pune, new building in balewadi, new Rohan ekam building">
<meta name="keywords" content="luxurious living, Rohan Ekam, Ekam,Ekam Balewadi,Balewadi,Ekam Balewadi Pune, 2 BHK, 3 BHK, 4 BHK apartments, rohan ekam, rohan projects, rohan projects in pune, rohan builders ongoing projects, rohan builders new project, rohan properties pune, rohan ekam balewadi, rohan ekam, rohan ekam pune, Mula River, 13-acre property, 9 towers, Rohan PLUS homes, ventilation, natural light, intelligent design, Metro Baner Pune, connectivity,indoor games,rohan group,rohan projects, MahaRERA, P52100052298">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet" media="print" onload="this.media='all'">
<!-- Bootstrap CSS v5.2.1 -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<style>
:root{
--theme-color: #07683b ;
--theme-color-dark: #033920;
--btn-color: #fff;
}
</style>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<nav class="navbar onscroll-fiex navbar-expand-lg navbar-light bg-white px-5" >
<a href="/" class="navbar-brand">
<img loading="lazy" src="<?=find_image('logo')?>" alt="<?=$title?> Logo" style="height: 50px;<?=image_aspect_r($baseUrl.find_image('logo'),85)?>">
</a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" aria-label="nav-btns" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse z-3 " id="navbarCollapse">
<div class="navbar-nav">
<button type="button" url="<?=$baseUrl?><?=find_image('pdf')?>" id="" class="mx-3 btn main-bg-color popup-form my-2"><i class="fa-solid fa-download fa-bounce me-2"></i>Download Brochure</button>
<button class="btn fa-solid color-changer shadow-sm mx-2 text-capitalize popup-form my-2">Festive offer !</button>
</div>
<div class="navbar-nav ms-auto">
<a href="#floorplan" class="nav-item nav-link active">Floor Plan</a>
<a href="#amenities" class="nav-item nav-link">Amenities</a>
<?php
if(isset($files['gallery']) && !empty($files['gallery'])){
if(!empty($files['gallery'])){
echo '<a href="#gallery" class="nav-item nav-link">Gallery</a>';
}}
?>
<a href="#contact" class="nav-item nav-link" >Contact Us</a>
</div>
</div>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide d-none d-sm-none d-md-block d-lg-block" data-bs-ride="carousel">
<div class="carousel-indicators">
<?php
if(isset($files['slider']) && !empty($files['slider'])){
if(!empty($files['slider']['pc'])){
foreach ($files['slider']['pc'] as $key => $value) {
echo ' <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="'.$key.'" class="'.($key == 0? 'active' : '' ).'" aria-current="true" aria-label="Slide '.$key.'"></button>';
}
}
}
?>
</div>
<div class="carousel-inner">
<?php
if(isset($files['slider']) && !empty($files['slider'])){
if(!empty($files['slider']['pc'])){
foreach ($files['slider']['pc'] as $key => $value) {
echo '<div class="carousel-item '.($key == 0 ? 'active':'').'">
<img loading="lazy" src="'.$baseUrl.$value.'" class="w-100" alt="'.$title.' slider images " />
</div>';
}
}
}
?>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div id="carouselExampleIndicators" class="carousel slide d-md-none d-lg-none d-sm-block" data-bs-ride="carousel">
<div class="carousel-indicators">
<?php
if(isset($files['slider']) && !empty($files['slider'])){
if(!empty($files['slider']['mobile'])){
foreach ($files['slider']['mobile'] as $key => $value) {
echo ' <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="'.$key.'" class="'.($key == 0? 'active' : '' ).'" aria-current="true" aria-label="Slide '.$key.'"></button>';
}
}
}
?>
</div>
<div class="carousel-inner">
<?php
if(isset($files['slider']) && !empty($files['slider'])){
if(!empty($files['slider']['mobile'])){
foreach ($files['slider']['mobile'] as $key => $value) {
echo '<div class="carousel-item '.($key == 0 ? 'active':'').'">
<img loading="lazy" src="'.$baseUrl.$value.'" class="w-100" alt="'.$title.' slider images " />
</div>';
}
}
}
?>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="hero-container" id="hero-sec">
<div class="container-fluid ">
<div class="row d-flex about-column ">
<div class="col d-flex align-items-center">
<div class="px-2 py-2">
<img loading="lazy" src="<?=find_image('about')?>" class="img-fluid" alt="<?=$title?> about">
</div>
</div>
<div class="col ">
<div class="px-5 py-5 mt-5">
<div class="px-2 py-2 align-middle">
<h1 class="main-color text-capitalize"> Rohan Ekam At Balewadi</h1>
<p class="text-justify">
<a href="https://rohanekambalewadi.homes/" class="text-black text-decoration-none">Rohan Ekam</a> at balewadi Pune, launching luxurious Phase 1 offers 2, 3 & 4 bhk apartments from 1.27 cr*, Project Area 13 Acres Towers 9, approximately 1200 units. Rohan Ekam stands on the banks of the Mula River in Balewadi. One of its ground floors is 14 stories over the ground, overhead. Complete with trees, park seats,Rohan Ekam brings you a splendid lifestyle in Pune ,And everything you expect to find in a Rohan PLUS home - perfect ventilation, lively light, utmost privacy, and smart design Homes With River Views | 15 Min From Metro Baner Pune, Balewadi area, offers an ideal residential choice with excellent connectivity to major areas, proximity to IT hubs. Rohan Ekam registered with MahaRERA and Registration Number: P52100052298.
</p>
</div>
<div class="px-2 py-2">
<button type="button" url="<?=$baseUrl?><?=find_image('certification')?>" class="my-2 btn main-bg-color popup-form me-2"><i class="fa-solid fa-download fa-bounce me-2"></i>Rera Certificate</button>
<button type="button" url="<?=$baseUrl?><?=find_image('pdf')?>" id="" class="my-2 btn main-bg-color popup-form"><i class="fa-solid fa-download fa-bounce me-2"></i>Download Brochure</button>
</div>
</div>
</div>
</div>
</div>
<!-- main container -->
<!-- Card container -->
<div class="card-container bg-black px-5 py-3" id="floorplan">
<div class="container-fluid px-3 py-3">
<div class="row center mx-4 my-4 text-white">
<h2>Floor Plans</h2>
<p>Discover our diverse floor plans for your dream space</p>
</div>
<div class="row mb-5 justify-content-center ">
<?php
if(isset($files['floorPlan']) && !empty($files['floorPlan'])){
if(!empty($files['floorPlan'])){
foreach ($files['floorPlan'] as $key => $value) {
echo '<div class="col-sm-10 col-md-4 col-lg-3 my-2">
<div class="card shadow-sm p-3 position-relative ">
<span class="material-icons position-absolute start-0 main-color popup-form ms-3 fs-2" style="top:-6px;text-shadow: -2px 0px 6px #4f4f4f;z-index:1;">
bookmark
</span>
<img loading="lazy" class="card-img-top border border-0 rounded-2" src="'.$value.'" alt="'.$title.' Floor Plans" style="height:200px;background:#e2e2e2;filter:blur(1px);">
<div class="card-body px-1">
<div class="row">
<div class="col">
<h3 class="card-title fs-4">'.$floor[$key]['bhk'].'</h3>
</div>
<div class="col-2">';
if(isMobileDevice()){
echo '
<a class=" text-decoration-none text-black " href="whatsapp://send?text='.$baseUrl.'">
<div>
<span class="material-icons">
share
</span>
</div>
</a>';
}else{
echo '
<a class=" text-decoration-none text-black " id="b" href="https://api.whatsapp.com/send?text='.$baseUrl.'">
<div>
<span class="material-icons">
share
</span>
</div>
</a>';
}
echo '
</div>
</div>
<div class="">
<h3 class="card-text col mb-2">
<span class="material-icons" style="margin-left:-3.5px;">
currency_rupee
</span>'.$floor[$key]['price'].'
</h3>
<small class="col fs-6">
'.$floor[$key]['sqft'].'
</small>
</div>
</div>
<div class="card-footer px-0 bg-white ">
<div class="d-flex justify-content-center ">
<buttton class="btn btn-custom popup-form w-100" url="'.$baseUrl.$value.'" ><i class="fa-solid fa-download fa-bounce me-2"></i>Download Floor Plan</button>
</div>
</div>
</div>
</div>';
}
}
}
?>
</div>
</div>
</div>
<!-- Amenities -->
<section class="we-offer-area text-center bg-gray p-5" id="amenities">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="site-heading text-center">
<h2>Amenities</h2>
<p>Exceptional property amenities</p>
</div>
</div>
</div>
<div class="row our-offer-items less-carousel">
<?php
if(isset($files['amenities']) && !empty($files['amenities'])){
if(!empty($files['amenities'])){
foreach ($files['amenities'] as $key => $value) {
echo ' <div class="col-md-4 col-sm-6 equal-height">
<div class="item">
<img loading="lazy" src="'.$value.'" alt="'.$title.' Amenities" class="w-100 border-0 rounded-3 mb-3 text-capitalize " style="height:200px;">
<span class="fs-4">'.$amenities[$key]['name'].'</span>
<p>
'.$amenities[$key]['description'].'
</p>
</div>
</div>';
}
}
}
?>
</div>
</div>
</section>
<!-- Gallery -->
<?php
if(isset($files['gallery']) && !empty($files['gallery'])){
if(!empty($files['gallery'])){
?>
<section class="we-offer-area text-center bg-black p-5" id="gallery">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="site-heading text-center text-white">
<h2>Gallery</h2>
<p>Discover the beauty and elegance of our homes</p>
</div>
</div>
</div>
<div class="container">
<div class=" row justify-content-center ">
<?php
foreach ($files['gallery'] as $key => $value) {
echo ' <div class="multi-carousel-item col-lg-3 col-md-4 col-sm-6 shadow-sm border-3 bg-white rounded-2 border-white m-2 p-2 hover-img">
<img loading="lazy"
src="'.$value.'"
data-mdb-img="'.$value.'"
alt="'.$title.' gallery"
class="w-100 h-100 "
style="height:200px;"
/>
</div>';
}
?>
</div>
</div>
<?php
}
}
?>
</section>
<div class="container my-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mb-3 text-center">
<h2>MAP</h2>
<p></p>
</div>
</div>
</div>
</div>
<img loading="lazy" src="<?=find_image('map')?>" class="img-fluid rounded-top popup-form" alt="<?=$title?> Map">
<div class="d-grid gap-2 mt-3">
<button type="button" class="btn main-bg-color popup-form"><i class="fa-solid fa-location-dot fa-bounce me-2"></i>Get Location</button>
</div>
</div>
<!-- footer -->
<div class="px-5 mt-4 shadow-lg" id="contact">
<footer class="pt-5 bg-white">
<div class="row">
<div class="col-12 col-md-5 mb-3 row">
<div class="col-12">
<img loading="lazy" src="<?=find_image('logo')?>" class="img-fluid rounded-top w-auto mb-3" alt="<?=$title?> logo" style="height:50px;<?=image_aspect_r($baseUrl.find_image('logo'),85)?>">
</div>
<div class="col-12">
<span class="fs-5">Maha Rera</span>
<img loading="lazy" src="<?=$baseUrl?><?=find_image('qrcode')?>" class="img-fluid rounded-top w-auto me-2" alt="<?=$title?> maha rera" style="height:80px;">
</div>
</div>
<div class="col-md-5 offset-md-1 mb-3">
<span class="fs-5">Contact Us</span>
<p>If you are looking for property, let us help you in your informed buying decision.</p>
<form id="form-contact row" method="post" action="https://cdn.urbanpillar.info/actiont.php">
<input type="hidden" class="form-control col-6" name="project" value="<?=$title?>">
<input type="hidden" class="form-control col-6" name="area" value="<?=$area?>">
<input type="hidden" class="form-control col-6" name="return" value="<?= $baseUrl ?>thankyou.html">
<div class="col-12">
<input type="text" class="form-control mb-3 col-6" name="name" required="" placeholder="Name">
<input type="number" class="form-control mb-3 col-6" name="phone" placeholder="Contact" pattern="[0-9]{10}" required="">
</div>
<select class="form-select form-select mb-3" name="requirment" aria-label="Select BHK">
<?php
if(isset($files['floorPlan']) && !empty($files['floorPlan'])){
if(!empty($files['floorPlan'])){
foreach ($files['floorPlan'] as $key => $value) {
echo '<option value="'.$floor[$key]['bhk'].'">'.$floor[$key]['bhk'].'</option>';
}
}
}
?>
</select>
<button type="submit" class="btn main-bg-color col-12">Submit</button>
</form>
</div>
</div>
<div class="d-flex flex-column flex-sm-row flex-md-column justify-content-between py-4 my-0 border-top">
<p>© <?=date("Y")?> <?=$title?>, <?=$area?>. All rights reserved.</p>
<small class=" text-secondary text-justify">
Rohan Ekam At Balewadi, Pune By Rohan Builders registered with P52100052298 Disclaimer: Any content mentioned in this website is for information smallurpose only and Prices are subject to change without notice. This website is just for the purpose of information only and not to be considered as an official website.This is Official Site of its Authorized Marketing Partner with <?=$title?> and RERA.A52100022646.We may share data with RERA registered brokers/companies for further processing. We may also send updates to the mobile number/email id registered with us.
</small>
</div>
</footer>
</div>
</div>
<div id="popup-form" class="position-fixed top-0 start-0 h-100 w-100 d-none justify-content-center align-items-center" style="background:#000000cf;z-index: 5;">
<i class="fa-solid fa-xmark position-absolute mt-3 me-3 top-0 text-white " style="z-index: 18;right: 5px;" id="popup-form-close"></i>
<form id="form-contact" method="post" action="https://cdn.urbanpillar.info/actiont.php" class=" bg-white p-5">
<div class=" d-flex justify-content-center align-items-center mb-3 flex-column ">
<img loading="lazy" src="<?=find_image('logo')?>" alt="<?=$title?> Logo" style="height: 50px;<?=image_aspect_r($baseUrl.find_image('logo'),85)?>">
<span class="mt-2 fs-5 fw-bold">Request a callback!</span>
</div>
<input type="hidden" class="form-control" name="project" value="<?=$title?>">
<input type="hidden" class="form-control" name="area" value="<?=$area?>">
<input type="hidden" class="form-control" name="return" value="<?= $baseUrl ?>thankyou.html">
<input type="text" class="form-control mb-3" name="name" required="" placeholder="Name">
<input type="number" class="form-control mb-3" name="phone" placeholder="Contact" pattern="[0-9]{10}" required="">
<select class="form-select form-select mb-3" name="requirment" aria-label="Select BHK">
<?php
if(isset($files['floorPlan']) && !empty($files['floorPlan'])){
if(!empty($files['floorPlan'])){
foreach ($files['floorPlan'] as $key => $value) {
echo '<option value="'.$floor[$key]['bhk'].'">'.$floor[$key]['bhk'].'</option>';
}
}
}
?>
</select>
<button type="submit" class="btn main-bg-color col-12 ">Submit</button>
</form>
</div>
<a href="https://api.whatsapp.com/send?phone=<?=$contact?>&text=Hi! I'm Interested In <?=$title?>. Please Share Details." target="_blank" aria-label="send message on whatsapp" rel="noopener noreferrer">
<i class="d-none d-md-block fa-brands fa-whatsapp fa-beat-fade position-fixed text-white p-2 border-0 rounded-3 " style="
bottom: 20px;
right: 20px;
font-size: 40px !important;
background: #25d366;
z-index: 4;
"></i>
</a>
<a href="tel:+91<?=$contact?>" class="d-none d-md-block position-fixed bottom-0 mb-4 ms-4 fs-4 bg-white p-2 border-0 rounded-5 shadow-lg ">
<i class="fa-solid fa-phone-volume fa-shake"></i>
</a>
<button type="button" name="" id="" class= " px-4 btn main-bg-color popup-form position-fixed bottom-50 end-0 beat-fade-element" style="transform: rotate(270deg);right: -45px !important;z-index: 4;">Book Site Visit</button>
<div class="row position-fixed bottom-0 p-3 bg-light d-sm-block d-md-none start-0 end-0" style="z-index:5;">
<a href="tel:+91<?=$contact?>" class="col-5 d-flex justify-content-center align-items-center border-black border-end-1 px-0">
<i class="fa-solid fa-phone-volume"></i> <span class="text-black"><?=$contact?></span>
</a>
<div class="d-flex col-2 px-0 justify-content-center align-items-center" style="height: 30px;">
<div class="vr"></div>
</div>
<div class="col-5 d-flex justify-content-start align-items-center px-0 ">
<a href="https://api.whatsapp.com/send?phone=<?=$contact?>&text=Hi! I'm Interested In <?=$title?>. Please Share Details." target="_blank" aria-label="send message on whatsapp" rel="noopener noreferrer">
<i class="fa-brands fa-whatsapp text-white p-2 border-0 rounded-3 " style="background: #25d366;"></i> <span class="text-black">Enquire Now</span>
</a>
</div>
</div>
<!-- Bootstrap JavaScript Libraries -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.min.js"
integrity="sha384-7VPbUDkoPSGFnVtYi0QogXtr74QeVeeIs99Qfg5YCF+TidwNdjvaKZX19NZ/e6oz" crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="https://cdn.urbanpillar.info/js/validation.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/script.js"></script>
<style>
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11256468794"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-11256468794');
</script>
</body>
</html>