Help
RSS
API
Feed
Maltego
Contact
Domain > agastyaproperties.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-29
84.32.84.216
(
ClassC
)
2025-08-10
82.112.239.154
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyConnection: Keep-AliveKeep-Alive: timeout5, max100Content-Type: text/htmlContent-Length: 795Date: Sun, 10 Aug 2025 22:24:04 GMTServer: LiteSpeedLocation: https://agastyaproperties.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100X-Powered-By: PHP/8.2.27Content-Type: text/html; charsetUTF-8Content-Length: 65677Date: Sun, 10 Aug 2025 22:24:05 GMTServer: LiteSpeedplatform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requests !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Agastya Properties/title> link relstylesheet hrefmain-css.css?ver1754864645> script srcmain-js.js?ver1754864645 defer>/script> !-- Font Awesome for Icons --> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css relstylesheet> style> /* Banner Styling */ .banner { width: 100%; height: 600px; background-image: url(banners_and_others/banner-home7.webp); /* Make sure this path is correct */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; text-align: center; padding: 20px; border-radius: 8px; border-bottom-left-radius: 8px; /* Rounded bottom-left corner */ border-bottom-right-radius: 8px; /* Rounded bottom-right corner */ overflow: hidden; opacity: 0; /* Initially hidden */ transform: translateY(-10%); /* Start from above */ animation: slideInBanner 0.8s ease-out forwards; /* Apply slide-in effect */ } /* Banner Slide-in Animation */ @keyframes slideInBanner { 0% { opacity: 0; transform: translateY(-10%); } 100% { opacity: 1; transform: translateY(0); } } /* Banner Text Slide-in Animation */ .banner-text { font-size: 36px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); margin: 0; opacity: 0; /* Initially hidden */ transform: translateY(-20px); /* Start from above */ animation: slideInText 0.8s ease-out forwards; animation-delay: 0.3s; /* Delay the text animation slightly */ } /* Banner Text Slide-in Effect */ @keyframes slideInText { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } } /* Category Container Slide-in Animation */ .category-container { /*display: flex;*/ display: none; flex-direction: row; gap: 15px; justify-content: center; align-items: center; margin-top: 10px; width: 100%; opacity: 0; /* Initially hidden */ transform: translateY(-20px); /* Start from above */ animation: slideInCategories 0.8s ease-out forwards; animation-delay: 0.5s; /* Delay the category animation slightly */ } /* Category Container Slide-in Effect */ @keyframes slideInCategories { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } } /* Category Icon Color */ .category i { font-size: 20px; margin-bottom: 0; color: #0ea7c2; /* Set icon color to #12233d */ } /* Text Below Search Bar Slide-in Animation */ .additional-text { margin-top: 20px; font-size: 18px; font-weight: normal; color: #fff; text-align: center; max-width: 90%; margin-left: auto; margin-right: auto; line-height: 1.5; opacity: 0; /* Initially hidden */ transform: translateY(20px); /* Start from below */ animation: slideInTextBelow 0.8s ease-out forwards; animation-delay: 0.7s; /* Delay the additional text animation slightly */ } /* Style for the Links Container */ .property-links { text-align: center; /* Center the links */ margin-top: 20px; } /* Style for the Links */ .link { font-size: 16px; padding: 12px 30px; margin: 5px; display: inline-block; text-decoration: none; border-radius: 5px; cursor: pointer; transition: all 0.3s ease; text-align: center; /* Center the text and icon */ } /* Icons Style */ .link i { margin-right: 10px; /* Space between the icon and text */ font-size: 20px; /* Icon size */ } /* Buy Property Link */ .buy-link { background-color: transparent; /* Green color */ color: white; border: 2px solid white; } .buy-link:hover { background-color: #15968e; /* Darker green on hover */ } /* Sell Your Property Link */ .sell-link { background-color: transparent; /* Red color */ color: white; border: 2px solid white; } .sell-link:hover { background-color: #e01e81; /* Darker red on hover */ } /* NRI Solutions Link */ .nri-link { background-color: transparent; /* Blue color */ color: white; border: 2px solid white; } .nri-link:hover { background-color: #f3a521; /* Darker blue on hover */ } /* Additional Text Slide-in Effect */ @keyframes slideInTextBelow { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } /* Optional: Responsive Design */ @media (max-width: 768px) { .banner { padding: 0; height: 700px; } .banner-text { font-size: 22px; } .category-container { /*display: grid; */ display: none; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0; justify-items: center; margin-top: 10px; width: 100%; } .category { width: 48%; margin-bottom: 10px; } .category i { font-size: 25px; } .category span { font-size: 14px; } .additional-text { font-size: 16px; } } /* Explore Property Types Section */ .explore-property-types { background-color: #f4f4f4; padding: 30px 0; text-align: center; } .explore-property-types h2 { font-size: 25px; font-weight: bold; color: #12233d; margin-bottom: 20px; opacity: 0; /* Initially hide the element */ transform: translateY(20px); /* Start from below */ animation: slideUpFromBottom 0.9s ease-out forwards; /* Apply the animation */ } /* Keyframe animation to slide the item from the bottom */ @keyframes slideUpFromBottom { 0% { transform: translateY(20px); /* Start from below */ opacity: 0; /* Start invisible */ } 100% { transform: translateY(0); /* End at normal position */ opacity: 1; /* Fully visible */ } } .explore-property-types p { font-size: 18px; color: #333; line-height: 1.6; } .properties-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; padding: ; } .property-item { background-color: ; /* Specify the background color */ border-radius: 8px; border: 1px solid #095e5b17; padding: 20px; text-align: center; cursor: pointer; opacity: 0; /* Initially hide the element */ transform: translateY(100px); /* Start 20px below its normal position */ animation: slideUpFromBottom 0.9s ease-out forwards; /* Apply the animation */ transition: transform 0.3s; /* Smooth transition for hover or other changes */ } /* Keyframe animation to slide the item from the bottom */ @keyframes slideUpFromBottom { 0% { transform: translateY(100px); /* Start from below */ opacity: 0; /* Start invisible */ } 100% { transform: translateY(0); /* End at normal position */ opacity: 1; /* Fully visible */ } } .property-item:hover { } .property-image { width: 100%; height: 150px; /* Smaller fixed height */ object-fit: fill; /* Ensures images maintain aspect ratio without stretching */ border-radius: 10px; margin-bottom: 20px; opacity: 0; /* Initially hide the image */ transform: translateY(-20px); /* Start above its position */ animation: slideInFromTop 0.7s ease-out forwards; /* Apply the animation */ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Add shadow */ } @keyframes slideInFromTop { 0% { transform: translateY(-20px); /* Start from above */ opacity: 0; /* Start invisible */ } 100% { transform: translateY(0); /* End at normal position */ opacity: 1; /* Fully visible */ } } /* Container for property type text */ .property-type-text { } .property-item h3 { font-size: 22px; /* Slightly smaller font size */ color: #12233d; margin-bottom: 15px; } .property-item p { font-size: 14px; /* Slightly smaller font size */ color: #666; } /* For smaller screens */ @media screen and (max-width: 768px) { .properties-grid { grid-template-columns: 1fr 1fr; } } @media screen and (max-width: 320px) { .properties-grid { grid-template-columns: 1fr; } .property-item { display: flex; flex-direction: row; gap: 10px; } .property-image { object-fit: cover; /* Ensures images maintain aspect ratio without stretching */ height: 100px; width: 100px; box-shadow: none; } .property-item h3 { font-size: 15px; } } /* The Newsletter Popup Styles */.newsletter { display: none; /* Initially hidden */ position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */ z-index: 9999; /* Ensures the popup is on top of all other content */ justify-content: center; align-items: center; opacity: 0; /* Start as invisible */ transition: opacity 0.5s ease-in-out; /* Smooth fade-in and fade-out */}/* Show the popup with opacity transition */.newsletter.show { display: flex; /* Show the popup */ opacity: 1; /* Make the popup visible */}/* Popup Content Styles */.newsletter .popup-content { background-color: white; padding: 30px; border-radius: 8px; width: 80%; max-width: 400px; height: 400px; text-align: center; position: relative; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}.newsletter .popup-icon-container { background-image: url(https://cdn.dribbble.com/users/277378/screenshots/3708403/housetransform_800x600.gif); /* Background image */ background-size: cover; /* Make sure the image covers the whole area */ background-position: center; /* Center the image */ background-repeat: no-repeat; /* Prevent repeating the image */ height: 200px;}/* Header Text */.newsletter h2 { font-size: 24px; color: #12233d; /* Primary brand color */ margin-bottom: 15px; z-index: 1; /* Ensure the text is above the background */}/* Intro Text */.newsletter .intro-text { font-size: 16px; color: #555; margin-bottom: 20px; z-index: 1; /* Ensure the text is above the background */}/* Icon */.newsletter .popup-icon { margin-bottom: 20px;}/* Close Button Styles */.newsletter .close-btn { position: absolute; top: 10px; right: 10px; font-size: 24px; color: #12233d; /* Close button color */ background: none; border: none; cursor: pointer; z-index: 1; /* Ensure close button is above the background */}/* Enquire Now Button */.newsletter .btn { background-color: #65c4bc; /* Button color */ color: white; font-size: 16px; padding: 10px 20px; border-radius: 5px; border: none; cursor: pointer; transition: background-color 0.3s ease; z-index: 1; /* Ensure button is above the background */}.newsletter .btn:hover { background-color: #4ba29f; /* Darker shade on hover */}/* Privacy Text */.newsletter .privacy { margin-top: 20px; font-size: 14px; color: #888; z-index: 1; /* Ensure privacy text is above the background */}.newsletter .privacy p { margin: 0;}/* Responsive Design for Mobile Devices */@media (max-width: 768px) { .newsletter .popup-content { width: 90%; /* Adjust the width for mobile screens */ padding: 20px; } .newsletter h2 { font-size: 20px; /* Slightly smaller heading */ } .newsletter .btn { font-size: 14px; /* Smaller button text */ }} /* Client Testimonials Section */ /* Client Testimonials Section */ .client-testimonials { background: linear-gradient(to top, #12233d, #f8f8f8); /* Milky white at the top, violet at the bottom */ padding: 20px; text-align: center; } .client-testimonials h2 { font-size: 36px; color: #12233d; margin-bottom: 40px; font-weight: bold; } .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 20px; } .testimonial-item { background-color: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s; } .testimonial-item:hover { transform: translateY(-10px); } .client-image img { width: 100px; height: 100px; border-radius: 50%; margin-bottom: 15px; object-fit: cover; } .client-feedback p { font-size: 16px; color: #333; font-style: italic; margin-bottom: 10px; } .client-feedback h4 { font-size: 18px; font-weight: bold; color: #12233d; margin-bottom: 5px; } .client-feedback p:last-child { font-size: 14px; color: #888; } /* For smaller screens */ @media screen and (max-width: 768px) { .testimonials-grid { grid-template-columns: 1fr 1fr; } } @media screen and (max-width: 600px) { .testimonials-grid { grid-template-columns: 1fr; } } /* About Us Section */ .about-us { display: flex; justify-content: space-between; padding: 50px 20px; gap: 20px; background-color: ; } .about-us .image { flex: 1; max-width: ; } .about-us .image img { width: 100%; border-radius: 8px; max-height: 400px; object-fit: cover; } .about-us .content { flex: 1; max-width: 700px; } .about-us .content h2 { font-size: 32px; margin-bottom: 20px; color: #12233d; } .about-us .content p { font-size: 1.2rem; line-height: 1.6; color: #555; margin-bottom: 20px; } .about-us .content ul { list-style-type: none; padding-left: 0; display: flex; flex-wrap: wrap; gap: 20px; } .about-us .content ul li { font-size: 1.2rem; margin-bottom: 10px; display: flex; align-items: center; width: 45%; /* Set each list item to take up 45% of the containers width */ } .about-us .content ul li i { color: #12233d; margin-right: 10px; font-size: 20px; } /* Media Query for smaller screens */ @media screen and (max-width: 768px) { .about-us { flex-direction: column; text-align: center; } .about-us .image, .about-us .content { max-width: 100%; } .about-us .content h2 { font-size: 2rem; } .about-us .content p { font-size: 1rem; } .about-us .content ul { flex-direction: column; /* Stack the items vertically */ } .about-us .content ul li { width: 100%; /* Set list items to 100% width on smaller screens */ } } /* How It Works Section */ .how-it-works { background-color: #020a2b; padding: 50px 20px; text-align: center; margin-bottom: 20px; color: white; } .how-it-works h2 { font-size: 2.5rem; color: white; margin-bottom: 20px; } .how-it-works .steps { display: grid; grid-template-columns: repeat(4, 1fr); /* 4 columns in normal view */ gap: 20px; margin-top: 30px; } .how-it-works .step { padding: 20px; border-radius: 8px; text-align: center; } .how-it-works .step i { font-size: 60px; /* Increased icon size */ color: white; margin-bottom: 10px; } .how-it-works .step h3 { font-size: 1.5rem; color: white; margin-bottom: 10px; } .how-it-works .step p { font-size: 1rem; color: white; } /* Media Query for smaller screens */ @media screen and (max-width: 768px) { .how-it-works .steps { grid-template-columns: 1fr; /* Stack steps vertically on smaller screens */ } } /* New Section for Statistics */ .stats { background-color: #020a2b; padding: 50px 20px; text-align: center; } .stats h2 { font-size: 2.5rem; color: white; margin-bottom: 20px; } .stats .stat { display: inline-block; margin: 20px; font-size: 2rem; color: white; } .stats .stat i { font-size: 3rem; color: white; margin-bottom: 10px; } .stats .stat p { font-size: 1rem; color: white; margin-top: 10px; } @media screen and (max-width: 768px) { .how-it-works .steps { grid-template-columns: 1fr; /* Stack steps vertically on smaller screens */ } .stats h2 { font-size: 25px; } } /* Gallery Section */ .gallery { background-color: #f8f8f8; padding: 50px 20px; text-align: center; } .gallery h2 { font-size: 2.5rem; color: #12233d; margin-bottom: 20px; } .gallery .images { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 30px; } .gallery .images img { width: 100%; height: auto; border-radius: 8px; } /* Media Query for smaller screens */ @media screen and (max-width: 768px) { .how-it-works .steps { grid-template-columns: 1fr; } .gallery .images { grid-template-columns: 1fr; } } @media screen and (max-width: 500px) { .how-it-works .steps { grid-template-columns: 1fr; } .gallery .images { grid-template-columns: 1fr; } .gallery h2 { font-size: 25px; } } /* NRI Property Solutions Section */ .nri-property-solutions { background-color: ; padding: 0; text-align: center; box-shadow: none; /* Ensure no box shadow is applied */ padding: 50px 20px; } .nri-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; /* Ensure the content wraps on smaller screens */ } .nri-image { flex: 1; max-width: 100%; margin-right: 30px; /* Space between image and text */ } .nri-image img { width: 100%; height: auto; border-radius: 8px; /* Optional: Add rounded corners to the image */ max-height: 400px; object-fit: cover; } .nri-text { flex: 1; max-width: 700px; text-align: left; } .nri-text h2 { font-size: 32px; color: #12233d; margin-bottom: 20px; font-weight: bold; } .nri-text p { font-size: 18px; line-height: 1.6; color: #333; margin-bottom: 15px; } .nri-property-solutions .enquiry-btn { display: inline-block; padding: 12px 25px; background-color: #12233d; color: #fff; font-size: 18px; text-decoration: none; border-radius: 5px; margin-top: 20px; transition: background-color 0.3s ease, transform 0.3s ease; } .nri-property-solutions .enquiry-btn:hover { background-color: #4d2f98; transform: translateY(-3px); /* Slightly raise the button on hover */ } /* For smaller screens */ @media screen and (max-width: 768px) { .nri-content { flex-direction: column; text-align: center; } .nri-image { margin-right: 0; margin-bottom: 20px; } .nri-text h2 { font-size: 28px; } .nri-text p { font-size: 16px; } .enquiry-btn { font-size: 16px; padding: 10px 20px; } } /* Legal Advice Section */ .legal-advice { background-color: black; padding: 0; text-align: center; box-shadow: none; /* Ensure no box shadow is applied */ padding: 50px 20px; margin-bottom: 20px; color: white; } .legal-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; /* Ensure the content wraps on smaller screens */ } .legal-text { flex: 1; max-width: 700px; text-align: left; margin-left: 30px; /* Space between image and text */ color: white; } .legal-text h2 { font-size: 32px; color: white; margin-bottom: 20px; font-weight: bold; } .legal-text p { font-size: 18px; line-height: 1.6; color: white; margin-bottom: 15px; } .legal-text ul { list-style-type: none; padding: 0; } .legal-text ul li { font-size: 16px; color: white; margin-bottom: 10px; display: flex; align-items: center; } .legal-text ul li i { margin-right: 10px; color: #848484 !important; } .legal-advice .enquiry-btn { background-color: white; color: white; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 18px; margin-top: 20px; display: inline-block; transition: background-color 0.3s ease; margin-bottom: 20px; color: #020a2b; font-weight: 600; } .legal-advice .enquiry-btn:hover { background-color: #4b2c8c; color: white; } .legal-image { flex: 1; max-width: 100%; } .legal-image img { width: 100%; height: auto; border-radius: 8px; /* Optional: Add rounded corners to the image */ max-height: 400px; object-fit: cover; } /* For smaller screens */ @media screen and (max-width: 768px) { .legal-content { flex-direction: column; text-align: center; } .legal-image { margin-left: 0; margin-bottom: 20px; } .legal-text h2 { font-size: 28px; } .legal-text p { font-size: 16px; } .legal-text ul li { font-size: 14px; } } /* Affordable Housing Section */ .affordable-housing { background-color: #020a2b; padding: 0; text-align: center; box-shadow: none; /* Ensure no box shadow is applied */ padding: 50px 20px; margin-bottom: 20px; color: white; width: 97%; margin: 0 auto; border-radius: 30px; } .affordable-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; color: white; } .affordable-image { flex: 1; max-width: 100%; } .affordable-image img { width: 100%; height: auto; border-radius: 8px; max-height: 400px; object-fit: cover; } .affordable-text { flex: 1; max-width: 700px; text-align: left; margin-right: 30px; /* Space between image and text */ line-height: 1.2; /* Reduced line gap */ font-size: 13px; } .highlighted { color: #aaaa48; margin-left: 5px; margin-right: 5px; } .affordable-text h2 { font-size: 32px; color: white; margin-bottom: 20px; font-weight: bold; } .affordable-text p { font-size: 17px; line-height: 1.6; color: white; } .affordable-text ul { list-style-type: none; padding-left: 0; } .affordable-text ul li { font-size: 16px; margin-bottom: 10px; display: flex; align-items: center; } .affordable-text ul li i { color: white; /* Green color for the checkmarks */ margin-right: 10px; /* Space between the checkmark and text */ } .affordable-housing .enquiry-btn { display: inline-block; background-color: white; color: #12233d; padding: 10px 20px; font-size: 16px; text-decoration: none; margin-top: 20px; transition: background-color 0.3s ease; border-radius: 8px; font-weight: 600; } .affordable-housing .enquiry-btn:hover { background-color: #4c33a2; color: white; } /* For smaller screens */ @media screen and (max-width: 768px) { .affordable-housing { padding: 20px 20px; } .affordable-content { flex-direction: column; text-align: center; } .affordable-image { margin-right: 0; margin-top: 20px; } .affordable-text h2 { font-size: 28px; } .affordable-text p { font-size: 16px; } } /* Investment in Innovation Section */.investment-innovation { background-color: white; padding: 50px 20px; text-align: left; box-shadow: none; color: #12233d; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;}.investment-content { display: flex; align-items: center; flex-direction: row; justify-content: space-between; flex-wrap: wrap; margin: 0 auto;}.innovation-text { flex: 1 1 550px; max-width: 700px; padding-right: 30px; box-sizing: border-box;}.innovation-image { width: 100%; height: auto; border-radius: 8px; max-height: 500px; object-fit: cover; flex: 1;}.innovation-image img { width: 100%; height: auto; border-radius: 8px; max-height: 500px; object-fit: cover;}.investment-innovation h2 { font-size: 32px; font-weight: 700; margin-bottom: 20px; color: #12233d;}.investment-innovation p { font-size: 18px; line-height: 1.6; margin-bottom: 15px; color: #333;}.investment-innovation strong { color: #12233d; font-weight: 700;}.btn.btn-primary { display: inline-block; background-color: white; color: #020a2b; padding: 12px 28px; font-size: 16px; text-decoration: none; border-radius: 4px; margin-top: 20px; transition: background-color 0.3s ease; cursor: pointer;}.btn.btn-primary:hover { background-color: #4c33a2; color: white;}.subtext { font-size: 14px; margin-top: 8px; color: #555; font-style: italic;}.links { margin-top: 25px; font-size: 15px;}.links a { color: #12233d; text-decoration: none; margin: 0 8px; font-weight: 600; transition: color 0.3s ease;}.links a:hover { color: #4c33a2;}/* Responsive adjustments */@media screen and (max-width: 768px) { .investment-innovation { padding: 30px 15px; } .investment-content { flex-direction: column; } .innovation-text, .innovation-image { max-width: 100%; flex: 1 1 100%; padding-right: 0; } .innovation-image { margin-top: 20px; } .investment-innovation h2 { font-size: 28px; } .investment-innovation p { font-size: 16px; } .links { margin-top: 20px; }} /* Investment in Innovation Section */.investment-in-innovation { padding: 60px 20px; background-color: #020a2b; font-family: Arial, sans-serif; color: #ffffff; margin-bottom: 20px;}.investment-in-innovation__container { margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}/* Left Content */.investment-in-innovation__text { flex: 1 1 550px; max-width: 700px; padding-right: 30px; box-sizing: border-box;}.investment-in-innovation__text h2 { font-size: 32px; margin-bottom: 10px; color: #ffffff; text-transform: uppercase;}.investment-in-innovation__text h4 { font-size: 20px; margin-bottom: 20px; color: #cccccc;}.investment-in-innovation__text p { font-size: 16px; line-height: 1.6; margin-bottom: 15px; color: #dddddd;}/* Buttons */.investment-in-innovation__buttons { margin-top: 20px;}.investment-in-innovation__buttons .btn { display: inline-block; padding: 12px 24px; margin-right: 10px; font-size: 16px; border: none; text-decoration: none; border-radius: 8px; transition: background-color 0.3s ease; font-weight: 600;}/* Primary Button */.btn-primary { background-color: white; color: #020a2b;}.btn-primary:hover { background-color: #0056b3; color: white;}/* Secondary Button */.btn-secondary { background-color: white; color: #020a2b;}.btn-secondary:hover { background-color: #495057; color: white;}/* Right Image */.investment-in-innovation__image { flex: 1; max-width: 100%; margin-left: 30px;}.investment-in-innovation__image img { width: 100%; height: auto; border-radius: 8px; max-height: 400px; object-fit: cover;}/* Responsive */@media (max-width: 768px) { .investment-in-innovation__container { flex-direction: column; text-align: center; } .investment-in-innovation__buttons .btn { margin: 10px 5px; }}.section-wrapper-1 { background-color: #b1cedb; padding: 20px;} /style>/head>body> !-- Ribbon Above Header --> div classribbon>/div> div idnav-container-to-replace>/div> main> !-- Banner Section --> div classbanner> div classbanner-text> Welcome to Agastya Properties! /div> !-- Categories with Icons --> div classcategory-container> div classcategory> i classfas fa-home>/i> span>Residential/span> /div> div classcategory> i classfas fa-building>/i> span>Commercial/span> /div> div classcategory> i classfas fa-map-marker-alt>/i> span>Land/span> /div> div classcategory> i classfas fa-dollar-sign>/i> span>Investment Property/span> /div> /div> !-- Additional Text Below Search Bar with Bold for Premium & Luxurious --> div classadditional-text> Find Your Dream Home With Us. We’re the Leading Property Dealers. /div> !-- Add links below the additional text with icons --> div classproperty-links> a hrefall-properties.php classlink buy-link> i classfa fa-shopping-cart>/i> !-- Buy Property Icon --> Buy Property /a> a hrefsell.php classlink sell-link> i classfa fa-sign-out>/i> !-- Sell Property Icon --> Sell Property /a> a hrefindex.php#nri-property-solutions classlink nri-link> i classfa fa-briefcase>/i> !-- NRI Solutions Icon --> NRI /a> /div> /div> section classexplore-property-types> div classcontainer> h2>Explore Property Types/h2> !--p>Discover a wide range of property options to suit your needs. Whether youre looking for a house, apartment, office space, or more, we have something for everyone./p>--> div classproperties-grid> !-- Houses --> div classproperty-item idhouses data-typehouse> img srcbanners_and_others/House.png altHouses classproperty-image> div classproperty-type-text> h3>Houses/h3> p>span idhouses-count>0/span> Properties Available/p> /div> /div> !-- Apartments (Flat) --> div classproperty-item idapartments data-typeflat> img srcbanners_and_others/Apartments.png altApartments classproperty-image> div classproperty-type-text> h3>Apartments/h3> p>span idapartments-count>0/span> Properties Available/p> /div> /div> !-- Villas --> div classproperty-item idvillas data-typevilla> img srcbanners_and_others/Villas.png altVillas classproperty-image> div classproperty-type-text> h3>Villas/h3> p>span idvillas-count>0/span> Properties Available/p> /div> /div> !-- Offices --> div classproperty-item idoffice data-typeoffice> img srcbanners_and_others/office.png altOffice classproperty-image> div classproperty-type-text> h3>Office/h3> p>span idoffice-count>0/span> Properties Available/p> /div> /div> !-- Townhomes --> div classproperty-item idtownhome data-typetownhome> img srcbanners_and_others/Townhome.png altTownhome classproperty-image> div classproperty-type-text> h3>Townhome/h3> p>span idtownhome-count>0/span> Properties Available/p> /div> /div> !-- Bungalows --> div classproperty-item idbungalow data-typebungalow> img srcbanners_and_others/Bungalow.png altBungalow classproperty-image> div classproperty-type-text> h3>Bungalow/h3> p>span idbungalow-count>0/span> Properties Available/p> /div> /div> /div> /div> /section> div classsection-wrapper-1> section classnri-property-solutions idnri-property-solutions> div classcontainer> div classnri-content> div classnri-image> img srcbanners_and_others/page_2.jpg altNRI Property Solutions /> /div> div classnri-text> h2>NRI Property Solutions/h2> p>strong>Invest in India, No Matter Where You Are/strong>/p> p>For NRIs, we simplify the process of owning property in India. From property selection to legal assistance, our dedicated team ensures that distance is never a barrier to your dream property./p> p>We offer personalized services, including registration, financing options, and legal support, to help you navigate property ownership with ease./p> a hrefjavascript:void(0); onclickopenNewsletterPopup(nri-property-solutions); classenquiry-btn>Make an Enquiry/a> /div> /div> /div> /section> !--section classinvestment-innovation idinvestment-innovation>--> !-- div classcontainer>--> !-- div classinvestment-content>--> !-- div classinnovation-text>--> !-- h2>Investment in Innovation/h2>--> !-- p>strong>Partner with Stillwaters.ai (Our sister concern)/strong>/p>--> !-- p>At Agastya Investments, we back the next wave of startups powered by AI from Stillwaters Research. With over 30 ventures, we support founders solving real-world problems through scalable, tech-driven models./p> --> !-- p>From smart logistics and voice tech for Indian languages to AI-driven HR tools, fintech, and intelligent funding platforms, we invest where innovation meets impact, leveraging Stillwaters’ AI for natural language processing, automation, and contextual intelligence./p> --> !-- p>If you’re building the future — in logistics, finance, HR, or beyond — we want to hear from you./p>--> !-- a hrefjavascript:void(0) onclickopenInvestmentEnquiryPopup(); classbtn btn-primary>Apply for Funding/a>--> !-- p classsubtext>Have an idea that fits? Let’s build the future together./p>--> !-- div classlinks>--> !-- a hrefinvestments.php classinvestment-link>Investment Page/a> | --> !-- a hrefjavascript:void(0) onclickopenInvestmentEnquiryPopup(); classenquiry-link>Enquiry Form/a>--> !-- /div>--> !-- /div>--> !-- div classinnovation-image>--> !-- img srcbanners_and_others/ins.jpg altInvestment in Innovation />--> !-- /div>--> !-- /div>--> !-- /div>--> !--/section>--> section classaffordable-housing idaffordable-housing> div classcontainer> div classaffordable-content> div classaffordable-text> h2>Affordable Housing/h2> p>strong classhighlighted>Agastya Properties:/strong> Smart Living. Prime Value./p> p stylemargin-bottom: 20px;> Introducing our latest strong classhighlighted>affordable housing gem/strong> — a thoughtfully designed strong classhighlighted>40-unit residential complex/strong> offering strong classhighlighted>1BHK to 3BHK apartments/strong>, built for comfort, community, and convenience. /p> !-- Feature Points with Checkmarks --> p>i classfas fa-check-circle>/i> Ground floor shopping & office space adds everyday ease and strong classhighlighted>commercial opportunity/strong>. /p> p>i classfas fa-check-circle>/i> Located in a strong classhighlighted>prime growth area/strong> with modern design and smart layouts. /p> p>i classfas fa-check-circle>/i> Near strong classhighlighted>full occupancy/strong> — a strong testament to value, trust, and location. /p> !-- Enquiry Button --> a hrefjavascript:void(0); onclickopenNewsletterPopup(affordable-housing); classenquiry-btn>Make an Enquiry/a> /div> div classaffordable-image> a hrefbanners_and_others/WhatsApp Image 2025-06-19 at 10.05.03_2fdd5c5f1.jpg target_blank> img srcbanners_and_others/WhatsApp Image 2025-06-19 at 10.05.03_2fdd5c5f1.jpg altAffordable Housing /> /a> /div> /div> /div> /section> /div> section classlegal-advice idlegal-advice> div classcontainer> div classlegal-content> div classlegal-image> img srcbanners_and_others/page_3.jpg altLegal Advice for Property Matters /> /div> div classlegal-text> h2>Legal Advice for Property Matters/h2> p>strong>Simplifying Legalities for You/strong>/p> p>Property-related legal matters can be complex, but we’re here to help. Whether you need advice on documentation, property disputes, or compliance, our legal experts provide reliable solutions tailored to your needs./p> ul> li>i classfas fa-check-circle stylecolor: green;>/i> Comprehensive property documentation support./li> li>i classfas fa-check-circle stylecolor: green;>/i> Expert advice on real estate laws and compliance./li> li>i classfas fa-check-circle stylecolor: green;>/i> Assistance with dispute resolution and legal clarifications./li> /ul> !-- Enquiry Button --> a hrefjavascript:void(0); onclickopenNewsletterPopup(legal-advice); classenquiry-btn>Make an Enquiry/a> /div> /div> /div> /section> !-- About Us Section --> !--div classabout-us>--> !-- Content on the Right --> !-- div classcontent>--> !-- h2>The Leading Real Estate Marketplace/h2>--> !-- p>At Agastya Properties, we offer a comprehensive selection of residential properties, from charming starter homes to opulent estates. We are committed to helping you find your dream home with a range of smart, secure, and exceptional living solutions./p>--> !-- ul>--> !-- li>i classfas fa-home>/i> Smart Home Design/li>--> !-- li>i classfas fa-tree>/i> Beautiful Scene Around/li>--> !-- li>i classfas fa-cogs>/i> Exceptional Lifestyle/li>--> !-- li>i classfas fa-shield-alt>/i> Complete 24/7 Security/li>--> !-- /ul>--> !-- /div>--> !-- Image on the Left --> !-- div classimage>--> !-- img srcbanners_and_others/about-image.jpg altAbout Agastya Properties>--> !-- /div>--> !--/div>--> !-- Investment in Innovation Section --> section classinvestment-in-innovation> div classinvestment-in-innovation__container> !-- Left Container --> div classinvestment-in-innovation__text> h2>INVESTMENT IN INNOVATION/h2> h4> Partner with a hrefhttps://www.stillwaters.ai/ target_blank relnoopener noreferrer stylecolor: white; text-decoration: underline;> Stillwaters.ai /a> (Our sister concern) /h4> p> At Agastya Investments, were actively backing the next wave of game-changing startups — with AI-loaded tech from Stillwaters Research powering their growth. With over 30 ventures in our portfolio, we focus on founders solving real-world problems through purpose-driven, scalable, and tech-first models. /p> p> If you’re building the future — in logistics, finance, HR, or beyond — we want to hear from you. Have an idea that fits? Let’s build the future together. /p> div classinvestment-in-innovation__buttons> a hrefjavascript:void(0); onclickopenInvestmentEnquiryPopup(); classbtn btn-primary>Make an Enquiry/a> a hrefinvestments.php classbtn btn-secondary>Learn More/a> /div> /div> !-- Right Container --> div classinvestment-in-innovation__image> img srcbanners_and_others/page_1.jpg altInnovation and Investment> /div> /div> /section> !-- How It Works Section --> div classhow-it-works> h2>How It Works/h2> p>Follow these simple steps to find your perfect home with Agastya Properties./p> div classsteps> !-- Step 1 --> div classstep> i classfas fa-map-marker-alt>/i> h3>Find Property/h3> p>Explore various properties in different locations and choose the one thats perfect for you./p> /div> !-- Step 2 --> div classstep> i classfas fa-users>/i> h3>Meet Retailer/h3> p>Connect with a trusted retailer to discuss your options and finalize the deal./p> /div> !-- Step 3 --> div classstep> i classfas fa-file-signature>/i> h3>Complete Documents/h3> p>Handle all necessary paperwork quickly and efficiently to secure your new home./p> /div> !-- Step 4 --> div classstep> i classfas fa-key>/i> h3>Take the Keys/h3> p>Once everything is finalized, receive the keys and move into your dream home!/p> /div> /div> /div> !-- New Stats Section --> div classstats> h2>Our Achievements/h2> div classstat> i classfas fa-home>/i> h3>500+/h3> p>Sold Houses/p> /div> div classstat> i classfas fa-list-ul>/i> h3>710+/h3> p>Daily Listings/p> /div> div classstat> i classfas fa-users>/i> h3>840+/h3> p>Expert Agents/p> /div> div classstat> i classfas fa-trophy>/i> h3>20+/h3> p>Won Awards/p> /div> /div> !-- Gallery Section --> div classgallery> h2>Our Gallery/h2> div classimages idgallery-images> !-- Images will be inserted here by JavaScript --> /div> /div> section classclient-testimonials> div classcontainer> h2>What Our Clients Say/h2> div classtestimonials-grid> !-- First Testimonial (Homebuyer) --> div classtestimonial-item> div classclient-image> img srcbanners_and_others/Shweta Gupta.jpeg altClient 1> /div> div classclient-feedback> p>The team at Agastya Properties made my home buying experience seamless. Their support and expertise were invaluable from start to finish./p> h4>Shweta Gupta/h4> p>Homebuyer/p> /div> /div> !-- Second Testimonial (Seller) --> div classtestimonial-item> div classclient-image> img srcbanners_and_others/Jane Smith.jpeg altClient 2> /div> div classclient-feedback> p>I sold my property quickly and efficiently thanks to Agastya Properties. They provided excellent marketing and great customer service./p> h4>Jane Smith/h4> p>Seller/p> /div> /div> !-- Third Testimonial (Investor) --> div classtestimonial-item> div classclient-image> img srcbanners_and_others/Michael Johnson.jpeg altClient 3> /div> div classclient-feedback> p>The best experience I’ve had with a real estate company. From finding the right property to securing a great deal, they had it all covered./p> h4>Michael Johnson/h4> p>Investor/p> /div> /div> !-- Additional Testimonial for NRI (Buyer) --> div classtestimonial-item> div classclient-image> img srcbanners_and_others/Ravi Kumar.jpg altClient 4> /div> div classclient-feedback> p>As an NRI, I was worried about managing property in India from abroad. Agastya Properties made the entire process smooth, transparent, and stress-free. I couldnt be happier with my investment!/p> h4>Ravi Kumar/h4> p>NRI Investor/p> /div> /div> !-- Second NRI Testimonial (Buyer) --> div classtestimonial-item> div classclient-image> img srcbanners_and_others/Asha Rani.jpeg altClient 5> /div> div classclient-feedback> p>I was looking for a property in India, and Agastya Properties provided me with all the necessary support, from selection to documentation. Their team is very professional and trustworthy./p> h4>Asha Rani/h4> p>NRI Buyer/p> /div> /div> !-- Third NRI Testimonial (Buyer) --> div classtestimonial-item> div classclient-image> img srcbanners_and_others/Deepak Sharma.jpg altClient 6> /div> div classclient-feedback> p>Being an NRI, I was skeptical about buying property in India. However, Agastya Properties made the entire experience smooth and hassle-free. Highly recommend their services!/p> h4>Deepak Sharma/h4> p>NRI Buyer/p> /div> /div> !-- Agents Comment --> div classtestimonial-item> div classclient-image> img srcbanners_and_others/Priya Mehta.jpg altAgent> /div> div classclient-feedback> p>As an agent with Agastya Properties, I have seen how dedicated we are to our clients. We ensure that each property transaction is handled with care, transparency, and professionalism. Our clients trust us, and thats what sets us apart!/p> h4>Priya Mehta/h4> p>Agent/p> /div> /div> !-- 3rd Girls Testimonial --> div classtestimonial-item> div classclient-image> img srcbanners_and_others/Neha Patel.jpg altClient 7> /div> div classclient-feedback> p>I was amazed by the quick and efficient service from Agastya Properties. They made my home purchase journey so easy, and I couldnt have asked for better assistance!/p> h4>Neha Patel/h4> p>First-time Buyer/p> /div> /div> !-- 3rd Boys Testimonial --> div classtestimonial-item> div classclient-image> img srcbanners_and_others/Amit Yadav.jpg altClient 8> /div> div classclient-feedback> p>Agastya Properties provided me with excellent guidance in my property purchase. Their approach was professional, and the transaction was smooth from start to finish!/p> h4>Amit Yadav/h4> p>Investor/p> /div> /div> /div> /div> /section> /main> !-- Footer Section --> footer> !-- Footer content will go here --> /footer> script srchttps://cdn.jsdelivr.net/npm/sweetalert2@11>/script> script> // Fetch property data from the backend fetch(fetch_property_data.php) .then(response > response.json()) .then(data > { // Initialize counters for each property type const propertyCounts { house: 0, flat: 0, villa: 0, office: 0, townhome: 0, bungalow: 0 }; // Loop through the property data and count only approved property types data.forEach(property > { // Only count if the property is approved if (property.admin_approval_status Approved) { const type property.landOptions.toLowerCase(); // Normalize type to lowercase if (propertyCounts.hasOwnProperty(type)) { propertyCountstype++; } } }); // Update the DOM with the counts document.getElementById(houses-count).textContent propertyCounts.house; document.getElementById(apartments-count).textContent propertyCounts.flat; document.getElementById(villas-count).textContent propertyCounts.villa; document.getElementById(office-count).textContent propertyCounts.office; document.getElementById(townhome-count).textContent propertyCounts.townhome; document.getElementById(bungalow-count).textContent propertyCounts.bungalow; }) .catch(error > { console.error(Error fetching property data:, error); }); // Add click event listeners to the property items document.querySelectorAll(.property-item).forEach(item > { item.addEventListener(click, function() { const propertyType this.getAttribute(data-type); // Redirect to property-lists.php with the selected property type as a query parameter window.location.href `all-properties.php?type${propertyType}`; }); }); // Fetch images from fetch_gallery.php fetch(fetch_gallery.php) .then(response > response.json()) .then(data > { const galleryContainer document.getElementById(gallery-images); data.forEach(imagePath > { const imgElement document.createElement(img); imgElement.src imagePath; // Set the image source to the path imgElement.alt Gallery Image; galleryContainer.appendChild(imgElement); // Append image to gallery }); }) .catch(error > { console.error(Error fetching images:, error); }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]