.elementor-2284 .elementor-element.elementor-element-7d274bb{--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-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2284 .elementor-element.elementor-global-2091{--alignment:center;--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}@media(max-width:1024px){ .elementor-2284 .elementor-element.elementor-global-2091{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){ .elementor-2284 .elementor-element.elementor-global-2091{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for html, class: .elementor-element-b491b62 */.container {
            max-width: 900px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        header {
            text-align: center;
            margin-bottom: 50px;
            padding: 30px 0;
            border-bottom: 3px solid #C9A961;
        }
        
        .logo {
            max-width: 200px;
            margin-bottom: 20px;
        }
        
        h1 {
            font-size: 2.5em;
            color: #3D5A40;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .tagline {
            font-size: 1.2em;
            color: #8B6F47;
            font-style: italic;
        }
        
        .featured-image {
            width: 100%;
            max-width: 700px;
            height: auto;
            border-radius: 15px;
            margin: 30px auto;
            display: block;
            box-shadow: 0 10px 30px rgba(61, 90, 64, 0.15);
        }
        
        h2 {
            font-size: 2em;
            color: #3D5A40;
            margin-top: 50px;
            margin-bottom: 20px;
            border-left: 5px solid #C9A961;
            padding-left: 20px;
        }
        
        h3 {
            font-size: 1.5em;
            color: #8B6F47;
            margin-top: 35px;
            margin-bottom: 15px;
        }
        
        p {
            margin-bottom: 20px;
            font-size: 1.1em;
            text-align: justify;
        }
        
        .intro-text {
            font-size: 1.25em;
            color: #8B6F47;
            font-style: italic;
            margin-bottom: 30px;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            border-left: 4px solid #C9A961;
        }
        
        .stats-box {
            background: linear-gradient(135deg, #3D5A40 0%, #6B8E23 100%);
            color: white;
            padding: 30px;
            border-radius: 15px;
            margin: 40px 0;
            box-shadow: 0 8px 20px rgba(61, 90, 64, 0.2);
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        
        .stat-item {
            text-align: center;
            padding: 20px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
        }
        
        .stat-number {
            font-size: 2.5em;
            font-weight: bold;
            color: #C9A961;
            display: block;
            margin-bottom: 10px;
        }
        
        .stat-label {
            font-size: 0.95em;
            color: #F9F6F1;
        }
        
        .benefit-list {
            background-color: white;
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            box-shadow: 0 5px 15px rgba(139, 111, 71, 0.1);
        }
        
        .benefit-item {
            margin-bottom: 25px;
            padding-left: 35px;
            position: relative;
        }
        
        .benefit-item:before {
            content: "🌾";
            position: absolute;
            left: 0;
            font-size: 1.5em;
        }
        
        .benefit-item h4 {
            color: #3D5A40;
            font-size: 1.3em;
            margin-bottom: 8px;
        }
        
        .highlight-box {
            background-color: #FFF9E6;
            border: 2px solid #C9A961;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
        }
        
        .highlight-box p {
            margin-bottom: 10px;
        }
        
        .cta-section {
            background: linear-gradient(135deg, #C9A961 0%, #D4A574 100%);
            color: #2C2416;
            padding: 40px;
            border-radius: 15px;
            text-align: center;
            margin: 50px 0;
            box-shadow: 0 10px 25px rgba(201, 169, 97, 0.3);
        }
        
        .cta-button {
            display: inline-block;
            background-color: #3D5A40;
            color: white;
            padding: 18px 40px;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.2em;
            font-weight: bold;
            margin-top: 20px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(61, 90, 64, 0.3);
        }
        
        .cta-button:hover {
            background-color: #2C4530;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(61, 90, 64, 0.4);
        }
        
        .story-section {
            background-color: white;
            padding: 35px;
            border-radius: 15px;
            margin: 40px 0;
            border-top: 5px solid #8B6F47;
        }
        
        footer {
            text-align: center;
            margin-top: 60px;
            padding: 30px 0;
            border-top: 2px solid #C9A961;
            color: #8B6F47;
        }
        
        .social-links {
            margin-top: 20px;
        }
        
        .social-links a {
            color: #3D5A40;
            text-decoration: none;
            margin: 0 15px;
            font-weight: bold;
        }
        
        .social-links a:hover {
            color: #C9A961;
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 2em;
            }
            
            h2 {
                font-size: 1.6em;
            }
            
            .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .container {
                padding: 20px 15px;
            }
        }/* End custom CSS */