/**
* Theme Name: Naxly Child
* Description: This is a child theme of Naxly, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: naxly
* Version: 2.0
*/
/* ==========================================================================
   ROBOT SET GO - CUSTOM STYLES (HOMEPAGE & FOOTER)
   ========================================================================== */

/* Βασικά / Δομή */
.rsg-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.rsg-section-title { text-align: center; font-size: 32px; color: #333; margin-bottom: 20px; }
.rsg-section-subtitle { text-align: center; font-size: 18px; color: #666; margin-bottom: 40px; }
.rsg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }

/* Κουμπιά (Χρώματα βασισμένα στο logo σας) */
.rsg-btn { display: inline-block; background-color: #add136; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: 0.3s; }
.rsg-btn:hover { background-color: #9ab92d; }
.rsg-btn-outline { display: inline-block; border: 2px solid #36a9e1; color: #36a9e1; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: 0.3s; margin-top: 15px; }
.rsg-btn-outline:hover { background-color: #36a9e1; color: #fff; }

/* === Hero Section === */
.rsg-hero { padding: 180px 20px 120px; background-size: cover; background-position: center; background-color: #2c3e50; color: #fff; text-align: center; position: relative; }
.rsg-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); }
.rsg-hero .rsg-container { position: relative; z-index: 1; }
.rsg-hero-title { font-size: 48px; font-weight: 800; margin-bottom: 10px; color: #fff; }
.rsg-hero-subtitle { font-size: 22px; margin-bottom: 30px; }

/* === Services & Classes Cards === */
.rsg-services { padding: 80px 0; background: #fff; }
.rsg-classes { padding: 80px 0; background: #fff; }
.rsg-card { background: #f8f9fa; padding: 30px; border-radius: 8px; text-align: center; transition: transform 0.3s; border-bottom: 4px solid transparent; }
.rsg-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.rsg-card .rsg-icon { font-size: 40px; color: #36a9e1; margin-bottom: 20px; }
.rsg-card h3 { font-size: 20px; color: #333; margin-bottom: 15px; }
.rsg-card p { color: #666; line-height: 1.6; }
.rsg-class-card:hover { border-bottom-color: #add136; }

/* === Company Section === */
.rsg-company { padding: 80px 0; background-color: #eef2f5; text-align: center; }
.rsg-company-content { max-width: 800px; margin: 0 auto; font-size: 18px; line-height: 1.7; color: #555; }

/* === FOOTER STYLES (Από το προηγούμενο βήμα) === */
.rsg-footer { background-color: #eef2f5; padding: 60px 20px 20px; color: #444; font-family: 'Open Sans', sans-serif; border-top: 1px solid #dce2e8; }
.rsg-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto 40px; }
.rsg-footer-brand .footer-logo { width: 220px; margin-bottom: 15px; }
.rsg-footer-tagline { font-size: 15px; margin-bottom: 20px; line-height: 1.5; color: #555; }
.rsg-socials { display: flex; gap: 15px; margin-bottom: 30px; }
.rsg-socials a { color: #36a9e1; font-size: 22px; text-decoration: none; transition: 0.3s; }
.rsg-socials a:hover { transform: scale(1.1); }
.rsg-contact-list { list-style: none; padding: 0; margin: 0; font-size: 14px; }
.rsg-contact-list li { margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.rsg-contact-list i { font-size: 16px; width: 20px; text-align: center; color: #333; }
.rsg-footer-menu h4 { color: #333; font-size: 15px; margin-bottom: 15px; text-transform: uppercase; font-weight: bold; }
.rsg-footer-menu ul { list-style: none; padding: 0; margin: 0; }
.rsg-footer-menu ul li { margin-bottom: 10px; }
.rsg-footer-menu ul a { color: #555; text-decoration: none; font-size: 14px; transition: 0.2s; }
.rsg-footer-menu ul a:hover { color: #add136; }
.rsg-footer-bottom { border-top: 1px solid #d5dce3; padding-top: 20px; text-align: center; font-size: 14px; color: #666; }

/* Responsive adjustments */
@media (max-width: 768px) {
    .rsg-footer-grid { grid-template-columns: 1fr; }
    .rsg-hero { padding: 120px 20px 80px; }
    .rsg-hero-title { font-size: 36px; }
}
