/* ============================================
   HOMEPAGE REBUILD - Matching Mockup Design  
   ============================================ */

/* ----- HERO SECTION ----- */
.hero-section,
.elementor-element-caffbcb {
    position: relative !important;
    min-height: 600px;
    background: #ffffff !important;
    overflow: visible !important;
    padding: 80px 0 60px !important;
}

/* Hide Elementor's background overlay */
.elementor-element-caffbcb > .elementor-background-overlay {
    display: none !important;
}

/* Yellow-green organic blob shape */
.elementor-element-caffbcb::before {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 55% !important;
    height: 100% !important;
    background: #C5E063 !important;
    clip-path: ellipse(80% 90% at 90% 50%) !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

/* Ensure content is above the shape */
.elementor-element-caffbcb > .elementor-container {
    position: relative !important;
    z-index: 1 !important;
}

/* Hero heading */
.elementor-element-caffbcb .elementor-heading-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 48px !important;
    line-height: 1.2 !important;
    color: #333333 !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* Hero text */
.elementor-element-caffbcb .elementor-text-editor {
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #555555 !important;
    max-width: 500px;
}

/* Hero button */
.elementor-element-caffbcb .elementor-button {
    background: #4CAF50 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 16px 40px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease !important;
    border: none !important;
}

.elementor-element-caffbcb .elementor-button:hover {
    background: #388E3C !important;
    transform: translateY(-2px);
}

/* ----- SECOND SECTION (Hands Banner area) ----- */
.elementor-element-89c6291 {
    background: #f8f9fa !important;
    padding: 60px 0 !important;
}

/* ----- WHAT WE DO SECTION ----- */
.elementor-element-e05e8f5 {
    background: #E8F5E9 !important;
    padding: 80px 0 !important;
    position: relative !important;
}

.elementor-element-e05e8f5 h2,
.elementor-element-e05e8f5 .elementor-heading-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 36px !important;
    color: #333333 !important;
    margin-bottom: 30px !important;
}

/* Green bullet points */
.elementor-element-e05e8f5 ul li::marker {
    color: #4CAF50 !important;
}

.elementor-element-e05e8f5 ul li::before {
    color: #4CAF50 !important;
}

/* ----- WHY HELP NEEDED SECTION ----- */
.elementor-element-8266808 {
    background: #ffffff !important;
    padding: 80px 0 !important;
}

.elementor-element-8266808 h2,
.elementor-element-8266808 .elementor-heading-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 32px !important;
    color: #333333 !important;
}

/* ----- TRAINING SECTION ----- */
.elementor-element-5732f53 {
    background: #F5F5F5 !important;
    padding: 80px 0 !important;
}

/* ----- GENERAL SECTION STYLING ----- */
.elementor-top-section .elementor-heading-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    color: #333333 !important;
}

.elementor-top-section .elementor-text-editor p {
    font-size: 17px !important;
    line-height: 1.8 !important;
    color: #555555 !important;
}

/* Better list styling */
.elementor-text-editor ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.elementor-text-editor ul li {
    position: relative !important;
    padding-left: 25px !important;
    margin-bottom: 12px !important;
}

.elementor-text-editor ul li::before {
    content: '•' !important;
    position: absolute !important;
    left: 0 !important;
    color: #4CAF50 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

/* Newsletter form */
#mc_embed_signup {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

#mc_embed_signup input[type="email"] {
    width: 100% !important;
    padding: 15px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

#mc_embed_signup input[type="submit"] {
    background: #4CAF50 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 15px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    width: 100% !important;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 1024px) {
    .elementor-element-caffbcb::before {
        width: 45% !important;
    }
    
    .elementor-element-caffbcb .elementor-heading-title {
        font-size: 38px !important;
    }
}

@media (max-width: 768px) {
    .elementor-element-caffbcb::before {
        display: none !important;
    }
    
    .elementor-element-caffbcb {
        padding: 40px 0 !important;
        min-height: auto !important;
    }
    
    .elementor-element-caffbcb .elementor-heading-title {
        font-size: 32px !important;
    }
    
    .elementor-element-e05e8f5,
    .elementor-element-8266808,
    .elementor-element-5732f53 {
        padding: 50px 0 !important;
    }
}
