.elementor-40537 .elementor-element.elementor-element-7dd09c51{--display:flex;}/* Start custom CSS *//* Ana Konteynır */
.english-academy-section {
    direction: ltr;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 60px 30px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    max-width: 1100px;
    margin: 40px auto;
}

/* Başlık Grubu */
.eng-header {
    text-align: center;
    margin-bottom: 50px;
}

.world-icon { font-size: 50px; margin-bottom: 10px; }

.eng-header h1 {
    font-size: 2.8rem;
    color: #1a237e; /* Koyu Mavi */
    font-weight: 800;
}

.gold-text { color: #f9a825; }

.eng-badge {
    display: inline-block;
    background: #f9a825;
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: bold;
    margin: 15px 0;
}

.eng-intro {
    font-size: 1.2rem;
    color: #546e7a;
    max-width: 800px;
    margin: 0 auto;
}

/* Model Bölümü */
.method-wrap {
    background: #f5f7fa;
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 50px;
    border-left: 8px solid #1a237e;
}

.method-wrap h3 {
    color: #1a237e;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.activity-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

.tag {
    background: white;
    padding: 10px 25px;
    border-radius: 12px;
    font-weight: 600;
    color: #1a237e;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Hedefler Listesi - İKON SORUNUNU ÇÖZEN KISIM */
.eng-goals h2 {
    color: #1a237e;
    margin-bottom: 30px;
    text-align: center;
}

.eng-target-list {
    list-style: none !important; /* Elementor ikonlarını kapatır */
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.eng-target-list li {
    background: white;
    padding: 20px 25px 20px 50px !important; /* Sol tarafta ikon için boşluk */
    border: 1px solid #e1e4e8;
    border-radius: 15px;
    position: relative;
    color: #37474f;
    line-height: 1.6;
    list-style-type: none !important;
}

/* Tekil İkon Ataması */
.eng-target-list li::before {
    content: "📍"; /* Sadece bu ikon görünür */
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .eng-header h1 { font-size: 2rem; }
    .eng-target-list { grid-template-columns: 1fr; }
}/* End custom CSS */