AC On Rent In Vadodara | Fast & Affordable Cooling | Atlas Aircon
<meta property="og:site_name" content="Atlas Aircon – AC Repair service experts near you in Vadodara” />
body {
font-family: ‘Inter’, sans-serif;
background-color: #ffffff; /* Clean matte white background */
color: #333333; /* Dark grey text */
}
.shining-golden-text {
background: -webkit-linear-gradient(45deg, #FFD700, #B8860B, #FFD700);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn-golden {
background: linear-gradient(145deg, #B8860B, #FFD700);
color: #ffffff;
font-weight: 700;
border: 1px solid #FFD700;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}
.btn-golden:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}
.btn-silver-black {
background: linear-gradient(145deg, #2c3e50, #465a70);
color: #ffffff;
font-weight: 600;
border: 1px solid #555;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn-silver-black:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.section-title {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 1rem;
}
@media (max-width: 768px) {
.section-title {
font-size: 2rem;
}
}
.section-subtitle {
font-size: 1.125rem;
color: #555;
max-width: 800px;
margin: 0 auto 3rem auto;
}
.faq-item .faq-question {
cursor: pointer;
transition: background-color 0.3s ease;
}
.faq-item .faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-in-out;
}
.faq-item.open .faq-answer {
max-height: 300px;
}
.faq-item.open .faq-icon {
transform: rotate(180deg);
}
#exit-intent-popup {
transition: opacity 0.5s ease, transform 0.5s ease;
}
.link-card {
display: block;
padding: 1rem;
background-color: #f8f9fa;
border-radius: 0.75rem;
text-align: center;
font-weight: 600;
color: #333333;
transition: all 0.3s ease;
border: 1px solid #e2e8f0;
}
.link-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.08);
color: #B8860B;
border-color: #FFD700;
}
{
“@context”: “https://schema.org”,
“@graph”: [
{
“@type”: “WebPage”,
“@id”: “https://www.atlasaircons.com/ac-on-rent-vadodara/#webpage”,
“url”: “https://www.atlasaircons.com/ac-on-rent-vadodara/”,
“name”: “AC on Rent in Vadodara | Fast & Affordable Cooling | Atlas Aircon”,
“description”: “Find the best AC on rent in Vadodara with Atlas Aircon. We offer window, split, and tower ACs for rent at affordable monthly prices with quick installation and maintenance.”,
“publisher”: {
“@id”: “https://www.atlasaircons.com/#organization”
}
},
{
“@type”: “LocalBusiness”,
“name”: “Atlas Aircon”,
“image”: “https://www.atlasaircons.com/wp-content/uploads/2025/04/ac-repair-vadodara-1.webp”,
“@id”: “https://www.atlasaircons.com/#organization”,
“url”: “https://www.atlasaircons.com”,
“telephone”: “+91-9727257141”,
“priceRange”: “₹₹”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “Serving all of Vadodara”,
“addressLocality”: “Vadodara”,
“addressRegion”: “GJ”,
“addressCountry”: “IN”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: “22.3072”,
“longitude”: “73.1812”
}
},
{
“@type”: “Service”,
“serviceType”: “AC Rental Service”,
“name”: “Air Conditioner on Rent”,
“description”: “Affordable and reliable AC rental services in Vadodara for all types of units including Split AC, Window AC, and Tower AC. Includes free installation and maintenance.”,
“provider”: {
“@id”: “https://www.atlasaircons.com/#organization”
},
“areaServed”: {
“@type”: “City”,
“name”: “Vadodara”
}
},
{
“@type”: “FAQPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “What is the monthly rent for an AC in Vadodara?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “The monthly AC rent in Vadodara typically starts from ₹1,500 for a Window AC. Atlas Aircon offers competitive and affordable AC rental in Vadodara.”
}
},
{
“@type”: “Question”,
“name”: “Do you provide AC on rent with free installation in Vadodara?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Yes, we provide AC on rent with free installation in Vadodara. Our goal is a hassle-free experience, so our technicians will handle the complete setup at no extra cost.”
}
}
]
}
]
}
Sweltering in the Vadodara heat? Atlas Aircon provides the most affordable AC rental Vadodara has to offer, with quick service, certified technicians, and a plan for every budget.
Why Rent an AC From Us?
We are not just another AC rental service in Vadodara. We are your partners in comfort, dedicated to providing a seamless experience.
Fast Installation & Service
Get your AC installed the same day you book. Our quick AC rental service in Vadodara ensures you don’t wait in the heat.
Transparent & Affordable Pricing
No hidden fees. We offer the cheapest AC on rent in Vadodara without compromising on quality or service.
Free Maintenance & Repairs
Our rental plans include AC on hire with maintenance. If any issue arises, our team will fix it for free.
Explore Our Wide Range of Expert Services
Beyond rentals, we are Vadodara’s leading experts in all types of AC, Refrigerator, and appliance repair and maintenance services.
Refrigerator & Other Appliance Services
Don’t wait! Contact us now to get the best deal on an AC rental in Vadodara. Our team is standing by to assist you.
document.addEventListener(‘DOMContentLoaded’, function () {
// FAQ Accordion (This functionality is now part of the new content)
const faqContainer = document.querySelector(‘.faq-item’);
if(faqContainer) {
document.querySelectorAll(‘.faq-question’).forEach(button => {
button.addEventListener(‘click’, () => {
const faqItem = button.parentElement;
faqItem.classList.toggle(‘open’);
});
});
}
// Exit Intent Popup Logic
const popup = document.getElementById(‘exit-intent-popup’);
const closePopupButton = document.getElementById(‘close-popup’);
let popupShown = false;
const showPopup = () => {
if (popupShown || !popup) return;
popup.classList.remove(‘opacity-0’, ‘-translate-y-full’, ‘pointer-events-none’);
popup.classList.add(‘opacity-100’);
popupShown = true;
sessionStorage.setItem(‘popupShownThisSession’, ‘true’);
};
if (sessionStorage.getItem(‘popupShownThisSession’)) {
popupShown = true;
}
document.addEventListener(‘mouseleave’, (e) => {
if (e.clientY {
clearTimeout(inactivityTimer);
inactivityTimer = setTimeout(showPopup, 60000); // 60 seconds
};
window.onload = resetInactivityTimer;
[‘mousemove’, ‘mousedown’, ‘keypress’, ‘scroll’, ‘touchstart’].forEach(evt =>
document.addEventListener(evt, resetInactivityTimer, false)
);
if (closePopupButton) {
closePopupButton.addEventListener(‘click’, () => {
popup.classList.add(‘opacity-0’);
setTimeout(() => {
popup.classList.add(‘-translate-y-full’, ‘pointer-events-none’);
}, 500);
});
}
if(popup){
popup.addEventListener(‘click’, (e) => {
if (e.target === popup) {
closePopupButton.click();
}
});
}
});