.elementor-566 .elementor-element.elementor-element-8fbf43c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-566 .elementor-element.elementor-element-9f19b05 .elementor-repeater-item-8f5c7f8 .swiper-slide-bg{background-color:#833ca3;background-image:url(https://www.lacoccinellaquarto.it/wp-content/uploads/2025/11/Doposcuola-a-Quarto-Napoli.png);background-size:cover;}.elementor-566 .elementor-element.elementor-element-9f19b05 .elementor-repeater-item-8f5c7f8 .elementor-background-overlay{background-color:#00000057;}.elementor-566 .elementor-element.elementor-element-9f19b05 .swiper-slide{transition-duration:calc(5000ms*1.2);height:400px;}.elementor-566 .elementor-element.elementor-element-9f19b05{width:100%;max-width:100%;background-color:var( --e-global-color-blocksy_palette_1 );}.elementor-566 .elementor-element.elementor-element-9f19b05 .swiper-slide-contents{max-width:100%;}.elementor-566 .elementor-element.elementor-element-9f19b05 .swiper-slide-inner{text-align:center;}.elementor-566 .elementor-element.elementor-element-37a4d45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-566 .elementor-element.elementor-element-df75493{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-566 .elementor-element.elementor-element-bf88c12{text-align:center;}.elementor-566 .elementor-element.elementor-element-bf88c12 .elementor-heading-title{color:var( --e-global-color-blocksy_palette_1 );}.elementor-566 .elementor-element.elementor-element-f159447{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-566 .elementor-element.elementor-element-b583f6e{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-566 .elementor-element.elementor-element-b583f6e .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-566 .elementor-element.elementor-element-b583f6e:after{content:"0.66";}.elementor-566 .elementor-element.elementor-element-b583f6e .elementor-post__thumbnail__link{width:100%;}.elementor-566 .elementor-element.elementor-element-b583f6e .elementor-post__meta-data span + span:before{content:"•";}.elementor-566 .elementor-element.elementor-element-b583f6e .elementor-post__text{margin-top:20px;}.elementor-566 .elementor-element.elementor-element-b583f6e .elementor-post__badge{right:0;}.elementor-566 .elementor-element.elementor-element-b583f6e .elementor-post__card .elementor-post__badge{margin:20px;}@media(max-width:767px){.elementor-566 .elementor-element.elementor-element-b583f6e .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-566 .elementor-element.elementor-element-b583f6e:after{content:"0.5";}.elementor-566 .elementor-element.elementor-element-b583f6e .elementor-post__thumbnail__link{width:100%;}}@media(min-width:768px){.elementor-566 .elementor-element.elementor-element-8fbf43c{--width:100%;}.elementor-566 .elementor-element.elementor-element-37a4d45{--content-width:992px;}}/* Start custom CSS *//* ============================================
   ACTIVITIES PAGE - ALL 4 ACTIVITIES
   ============================================ */

.container {
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   HERO SECTION
   ============================================ */
.activities-hero {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.activities-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 0 20px;
}

.hero-overlay h1 {
    font-size: 3.5rem;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
}

/* ============================================
   INTRO SECTION
   ============================================ */
.activities-intro {
    padding: 60px 0 40px 0;
    text-align: center;
}

.intro-text {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* ============================================
   ACTIVITY SECTIONS
   ============================================ */
.activity-section {
    padding: 80px 0;
}

.activity-section.alt-bg {
    background: #f8f9fa;
}

.activity-content {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 40px;
    align-items: start;
}

.activity-content.reverse {
    grid-template-columns: 1fr 120px;
}

.activity-content.reverse .activity-icon {
    order: 2;
}

.activity-content.reverse .activity-text {
    order: 1;
}

.activity-icon {
    font-size: 6rem;
    text-align: center;
    padding: 20px;
}

.activity-text h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.activity-tagline {
    font-size: 1.3rem;
    color: #7bb445;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.activity-text > p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Activity Details */
.activity-details {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 30px 0;
    padding: 25px;
    background: white;
    border-radius: 10px;
    border-left: 4px solid #7bb445;
}

.alt-bg .activity-details {
    background: #ffffff;
}

.detail-item {
    flex: 1;
    min-width: 200px;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.detail-item strong {
    display: block;
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 1.05rem;
}

/* Activity Lists */
.activity-text h3 {
    font-size: 1.6rem;
    color: #2c3e50;
    margin: 35px 0 20px 0;
    font-weight: 600;
}

.activity-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.activity-list li {
    padding: 12px 0 12px 35px;
    position: relative;
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
    border-bottom: 1px solid #e9ecef;
}

.activity-list li:last-child {
    border-bottom: none;
}

.activity-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #7bb445;
    font-weight: bold;
    font-size: 1.3rem;
}

/* Button More */
.btn-more {
    display: inline-block;
    padding: 12px 30px;
    background: #7bb445;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-more:hover {
    background: #6a9e3a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(123, 180, 69, 0.3);
}

/* ============================================
   SUMMARY SECTION
   ============================================ */
.activities-summary {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f7eb 0%, #ffffff 100%);
}

.activities-summary h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.summary-card {
    background: white;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-top: 4px solid #7bb445;
}

.summary-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(123, 180, 69, 0.2);
}

.summary-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.summary-card h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.summary-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
}

.card-link {
    color: #7bb445;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.card-link:hover {
    color: #6a9e3a;
}

/* ============================================
   CTA FINAL
   ============================================ */
.activities-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #7bb445 0%, #6a9e3a 100%);
    color: white;
    text-align: center;
}

.activities-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.activities-cta > div > p {
    font-size: 1.2rem;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-primary,
.btn-secondary {
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background: white;
    color: #7bb445;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-primary:hover,
.btn-secondary:hover {
    transform: translateY(-3px);
}

.btn-secondary:hover {
    background: white;
    color: #7bb445;
}

.contact-info {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.contact-info p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .activity-content {
        grid-template-columns: 100px 1fr;
        gap: 30px;
    }
    
    .activity-content.reverse {
        grid-template-columns: 1fr 100px;
    }
    
    .activity-icon {
        font-size: 5rem;
    }
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .activity-section {
        padding: 50px 0;
    }
    
    .activity-content,
    .activity-content.reverse {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .activity-icon {
        font-size: 4rem;
        padding: 10px;
    }
    
    .activity-content.reverse .activity-icon,
    .activity-content.reverse .activity-text {
        order: initial;
    }
    
    .activity-text h2 {
        font-size: 2rem;
    }
    
    .activity-tagline {
        font-size: 1.1rem;
    }
    
    .activity-details {
        flex-direction: column;
        gap: 15px;
    }
    
    .summary-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .activities-hero {
        height: 300px;
    }
    
    .hero-overlay h1 {
        font-size: 2rem;
    }
    
    .intro-text {
        font-size: 1.05rem;
    }
    
    .activity-text h2 {
        font-size: 1.8rem;
    }
    
    .activity-icon {
        font-size: 3rem;
    }
}/* End custom CSS */