.elementor-40533 .elementor-element.elementor-element-735cc263{--display:flex;}/* Start custom CSS *//* Genel Ayarlar */
.pdr-section-container {
    direction: ltr;
    font-family: 'Georgia', serif; /* رسمی‌تر و کلاسیک‌تر */
    color: #2c3e50;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #fcfcfc;
}

/* Başlık Grubu */
.pdr-header {
    text-align: center;
    margin-bottom: 50px;
}

.pdr-line {
    width: 60px;
    height: 4px;
    background: #1a2a6c;
    margin: 0 auto 20px auto;
}

.pdr-header h1 {
    font-size: 2.5rem;
    color: #1a2a6c;
    margin-bottom: 10px;
}

.accent-text {
    color: #b89130; /* طلایی تیره رسمی */
}

.pdr-subtitle {
    font-style: italic;
    color: #7f8c8d;
    font-size: 1.1rem;
}

/* Uzman Kartı */
.expert-box {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    border-radius: 4px;
    border-left: 5px solid #b89130;
    margin-bottom: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.expert-info h4 {
    color: #b89130;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.expert-info h3 {
    margin: 0 0 10px 0;
    color: #1a2a6c;
}

/* İçerik Grid */
.pdr-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.pdr-text-block h3 {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #1a2a6c;
}

.pdr-text-block p {
    line-height: 1.8;
    text-align: justify;
}

.pdr-list {
    list-style: none;
    padding: 0;
}

.pdr-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f9f9f9;
}

.pdr-list li::before {
    content: "•";
    color: #b89130;
    font-weight: bold;
    margin-right: 10px;
}

/* Vurgu Kutusu */
.triangle-concept {
    background: #1a2a6c;
    color: white;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    font-size: 1.2rem;
}

/* Mobile Uyumluluk */
@media (max-width: 768px) {
    .pdr-content-grid { grid-template-columns: 1fr; }
    .pdr-header h1 { font-size: 1.8rem; }
}/* End custom CSS */