.elementor-3563 .elementor-element.elementor-element-bedcacf{--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-3563 .elementor-element.elementor-element-ec4d716{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6d75953 */.category-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px;
}

.category-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
}

/* Kartlar */
.category-card {
    background: #fff;
    padding: 25px 10px;
    border-radius: 18px;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.category-card .icon {
    font-size: 38px;
    margin-bottom: 10px;
}

/* Hover efekti */
.category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0,0,0,0.15);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Kategori renkleri */
.animals { background: #E8F5E9; }
.body { background: #FBE9E7; }
.food { background: #FFF8E1; }
.school { background: #E3F2FD; }
.clothes { background: #F3E5F5; }
.family { background: #FCE4EC; }
.routines { background: #E0F2F1; }
.nature { background: #E8F5E9; }
.colors { background: #E1F5FE; }
.verbs { background: #EFEBE9; }
.transport { background: #E8EAF6; }
.feelings { background: #FFF3E0; }/* End custom CSS */