/* Custom styles for RoboMowers & More */

/* Hero Section */
.hero {
    background-color: #333;
    color: #fff;
    padding: 100px 0;
}

/* Services Section */
.services {
    background-color: #f8f9fa;
}

.services .card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.services .card:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/* About Section */
.about {
    padding: 100px 0;
}

/* Contact Section */
.contact {
    background-color: #f8f9fa;
    padding: 100px 0;
}
