.elementor-607 .elementor-element.elementor-element-39a20c9{--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-2259507 */.donate-clothes-page {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Banner Styles */
.clothes-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 80px;
}

.banner-content {
    flex: 1;
    max-width: 600px;
    margin: 0 auto;
}

.banner-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
}

.banner-stats {
    display: flex;
    gap: 40px;
}

.banner-stat {
    text-align: center;
}

.banner-stat .number {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.banner-stat .label {
    font-size: 14px;
    opacity: 0.8;
}

.banner-image {
    flex: 0 0 400px;
}

.banner-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Why Donate Section */
.why-donate-section {
    margin-bottom: 80px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    color: #2d3748;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.reason-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border-top: 4px solid #667eea;
}

.reason-card:hover {
    transform: translateY(-10px);
}

.reason-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.reason-card h3 {
    color: #2d3748;
    margin-bottom: 15px;
    font-size: 20px;
}

.reason-card p {
    color: #666;
    line-height: 1.6;
}

/* Accepted Items Section */
.accepted-items-section {
    margin-bottom: 80px;
}

.accepted-items-section h2 {
    text-align: center;
    font-size: 36px;
    color: #2d3748;
    margin-bottom: 50px;
}

.items-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.category-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.category-group {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.category-group h3 {
    color: #2d3748;
    margin-bottom: 20px;
    font-size: 20px;
}

.category-group ul {
    list-style: none;
    padding: 0;
}

.category-group li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.category-group li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.cannot-accept li::before {
    content: '✗';
    color: #e53e3e;
}

.quality-note {
    background: linear-gradient(135deg, #fff9db 0%, #fff3bf 100%);
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid #f59f00;
    display: flex;
    align-items: center;
    gap: 15px;
}

.note-icon {
    font-size: 30px;
    flex-shrink: 0;
}

.quality-note p {
    margin: 0;
    color: #5f3e00;
    font-size: 15px;
}

/* Process Section */
.process-section {
    margin-bottom: 80px;
}

.process-section h2 {
    text-align: center;
    font-size: 36px;
    color: #2d3748;
    margin-bottom: 50px;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.process-step {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h3 {
    color: #2d3748;
    margin-bottom: 10px;
    font-size: 18px;
}

.step-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Seasonal Section */
.seasonal-section {
    margin-bottom: 80px;
}

.seasonal-section h2 {
    text-align: center;
    font-size: 36px;
    color: #2d3748;
    margin-bottom: 50px;
}

.seasonal-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.seasonal-card {
    background: white;
    padding: 35px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    transition: transform 0.3s ease;
}

.seasonal-card:hover {
    transform: translateY(-5px);
}

.season-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.seasonal-card h3 {
    color: #2d3748;
    margin-bottom: 20px;
    font-size: 22px;
}

.seasonal-card ul {
    list-style: none;
    padding: 0;
}

.seasonal-card li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.seasonal-card li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.urgency-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #e53e3e;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* Impact Stories */
.impact-stories {
    margin-bottom: 80px;
}

.impact-stories h2 {
    text-align: center;
    font-size: 36px;
    color: #2d3748;
    margin-bottom: 50px;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

.story-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.story-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.story-content {
    padding: 30px;
}

.story-content h3 {
    color: #2d3748;
    margin-bottom: 15px;
    font-size: 22px;
}

.story-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.story-items {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

/* CTA Section */
.clothes-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 60px;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.cta-btn {
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.cta-btn.primary {
    background: white;
    color: #667eea;
}

.cta-btn.primary:hover {
    background: #f7f7f7;
    transform: translateY(-2px);
}

.cta-btn.secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
}

.cta-btn.secondary:hover {
    background: white;
    color: #667eea;
    transform: translateY(-2px);
}

.cta-btn.outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-btn.outline:hover {
    background: white;
    color: #667eea;
    transform: translateY(-2px);
}

.cta-note {
    font-size: 14px;
    opacity: 0.8;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .clothes-banner {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
        gap: 40px;
    }
    
    .banner-content h1 {
        font-size: 36px;
    }
    
    .banner-stats {
        justify-content: center;
    }
    
    .banner-image {
        flex: 1;
        width: 100%;
    }
    
    .reasons-grid {
        grid-template-columns: 1fr;
    }
    
    .items-categories {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .seasonal-cards {
        grid-template-columns: 1fr;
    }
    
    .stories-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .banner-content h1 {
        font-size: 28px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .clothes-cta {
        padding: 40px 20px;
    }
}/* End custom CSS */