.elementor-40487 .elementor-element.elementor-element-167f396c{--display:flex;}/* Start custom CSS *//* Container Ayarları */
.vm-modern-layout {
    direction: ltr;
    font-family: 'Poppins', sans-serif;
    padding: 60px 20px;
    max-width: 1140px;
    margin: 0 auto;
}

.vm-main-header {
    text-align: center;
    margin-bottom: 50px;
}

.vm-main-header h1 {
    font-size: 2.5rem;
    color: #2d3436;
    font-weight: 800;
}

.vm-main-header .accent { color: #d63031; }

.divider {
    width: 60px;
    height: 4px;
    background: #d63031;
    margin: 15px auto;
}

/* Grid Yapısı */
.vm-flex-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.vm-box {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-top: 8px solid;
}

.vision-style { border-top-color: #f1c40f; }
.mission-style { border-top-color: #27ae60; }

.vm-title-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.vm-emoji { font-size: 30px; }

.vm-box h2 {
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #2d3436;
}

.mission-intro-text {
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* LISTE AYARLARI - ÇİFT İKONU ENGELLEYEN KISIM */
.clean-list {
    list-style: none !important; /* Standart mermi işaretlerini kapatır */
    padding: 0 !important;
    margin: 0 !important;
}

.clean-list li {
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 12px;
    color: #555;
    line-height: 1.6;
    list-style-type: none !important; /* Garantiye almak için */
}

/* Özel İkon (Tek Sefer Gelir) */
.clean-list li::before {
    content: "◈";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.vision-style .clean-list li::before { color: #f1c40f; }
.mission-style .clean-list li::before { color: #27ae60; }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .vm-flex-grid { flex-direction: column; }
    .vm-main-header h1 { font-size: 1.8rem; }
}/* End custom CSS */