.elementor-602 .elementor-element.elementor-element-91b298a{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-b8eb640 */.donate-food-page {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.page-header {
    text-align: center;
    margin-bottom: 60px;
}

.page-header h1 {
    font-size: 42px;
    color: #0d4d80;
    margin-bottom: 15px;
    font-weight: 700;
}

.subtitle {
    font-size: 20px;
    color: #1a6aa2;
    font-style: italic;
}

/* Hero Section */
.food-hero-section {
    margin-bottom: 80px;
}

.hero-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.text-content {
    flex: 1;
}

.text-content h2 {
    font-size: 36px;
    color: #0d4d80;
    margin-bottom: 25px;
}

.text-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
}

.image-content {
    flex: 0 0 45%;
}

.image-content img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Impact Stats */
.impact-stats {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
}

.stat {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #1a6aa2;
    margin-bottom: 5px;
}

.stat-label {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

/* Quote Box */
.quote-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #0d4d80;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
}

.quote-box p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
    color: #0d4d80;
}

.author {
    font-weight: 600;
    text-align: right;
    color: #1a6aa2;
}

/* Donation Options */
.donation-options-section {
    margin-bottom: 80px;
}

.donation-options-section h2 {
    text-align: center;
    font-size: 32px;
    color: #0d4d80;
    margin-bottom: 15px;
}

.section-description {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.option-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.option-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.card-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.option-card h3 {
    color: #0d4d80;
    font-size: 24px;
    margin-bottom: 15px;
}

.option-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.option-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    text-align: left;
}

.option-features li {
    color: #555;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-left: 20px;
}

.option-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1a6aa2;
    font-weight: bold;
}

.option-features li:last-child {
    border-bottom: none;
}

.donate-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #1a6aa2 0%, #0d4d80 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.donate-btn:hover {
    background: linear-gradient(135deg, #0d4d80 0%, #1a6aa2 100%);
    transform: translateY(-2px);
}

/* Needed Items */
.needed-items-section {
    margin-bottom: 80px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 32px;
    color: #0d4d80;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 18px;
    color: #666;
}

.items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.item-category {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
}

.item-category:hover {
    transform: translateY(-5px);
}

.category-icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.item-category h3 {
    color: #0d4d80;
    margin-bottom: 20px;
    font-size: 20px;
}

.item-category ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.item-category li {
    color: #555;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-left: 20px;
}

.item-category li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #1a6aa2;
    font-weight: bold;
}

.item-category li:last-child {
    border-bottom: none;
}

/* Locations Section */
.locations-section {
    margin-bottom: 80px;
}

.locations-section h2 {
    text-align: center;
    font-size: 32px;
    color: #0d4d80;
    margin-bottom: 50px;
}

.locations-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.locations-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.location-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px;
    border-radius: 15px;
}

.location-card h3 {
    color: #0d4d80;
    margin-bottom: 15px;
    font-size: 20px;
}

.location-card p, .location-card li {
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
}

.location-card ul {
    padding-left: 20px;
}

.locations-map {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.map-placeholder {
    text-align: center;
    color: #666;
}

.map-icon {
    font-size: 80px;
    margin-bottom: 15px;
}

/* Stories Section */
.stories-section {
    margin-bottom: 80px;
}

.stories-section h2 {
    text-align: center;
    font-size: 32px;
    color: #0d4d80;
    margin-bottom: 50px;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.story-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 30px;
    transition: transform 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
}

.story-content {
    text-align: center;
}

.story-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.story-content h3 {
    color: #0d4d80;
    margin-bottom: 15px;
    font-size: 22px;
}

.story-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.story-meta {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #0d4d80;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #666;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-primary, .cta-secondary {
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.cta-primary {
    background: linear-gradient(135deg, #1a6aa2 0%, #0d4d80 100%);
    color: white;
}

.cta-primary:hover {
    background: linear-gradient(135deg, #0d4d80 0%, #1a6aa2 100%);
    transform: translateY(-2px);
}

.cta-secondary {
    background: transparent;
    color: #0d4d80;
    border: 2px solid #0d4d80;
}

.cta-secondary:hover {
    background: #0d4d80;
    color: white;
    transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .donate-food-page {
        padding: 30px 0;
    }
    
    .page-header h1 {
        font-size: 32px;
    }
    
    .hero-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .image-content {
        flex: 1;
        width: 100%;
    }
    
    .impact-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .options-grid {
        grid-template-columns: 1fr;
    }
    
    .locations-content {
        grid-template-columns: 1fr;
    }
    
    .stories-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-primary, .cta-secondary {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .page-header h1 {
        font-size: 28px;
    }
    
    .text-content h2 {
        font-size: 28px;
    }
    
    .cta-section {
        padding: 40px 20px;
    }
    
    .items-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */