body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f9;
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    width: 100%;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

h1 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

/* Yangiliklar ro'yxati dizayni (Siz aytgandek: rasm + text) */
.news-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #eceff1;
}

.news-item:last-child {
    border-bottom: none;
}

.news-img {
    
    height: 100px;
    /*object-fit: cover;*/
    border-radius: 6px;
}

.news-content {
    flex: 1;
}

.news-title {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
}

.news-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.2s;
}

.news-title a:hover {
    color: #3498db;
}

.news-short {
    margin: 0;
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Batafsil sahifa dizayni */
.detail-container {
	
    padding: 30px;
}

.back-btn {
    display: inline-block;
    margin-bottom: 20px;
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
}

.detail-title {
    font-size: 2rem;
    margin-bottom: 5px;
	text-align: center;
}

.news-date {
    color: #95a5a6;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.detail-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
}

.detail-full-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #34495e;
}
/* -------------------- */
       
       
        /* h1 {
            color: #2c3e50;
            text-align: center;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
        } */
        .date {
            text-align: center;
            font-style: italic;
            color: #252f30;
            margin-bottom: 20px;
        }
        .section-title {
            color: #2980b9;
            margin-top: 25px;
            border-left: 5px solid #2980b9;
            padding-left: 10px;
        }
        .speaker-card {
            background: #ecf0f1;
            padding: 15px;
            margin: 10px 0;
            border-radius: 8px;
        }
        .speaker-name {
            font-weight: bold;
            color: #c0392b;
        }
        .table-custom {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        .table-custom th, .table-custom td {
            border: 1px solid #bdc3c7;
            padding: 12px;
            text-align: left;
        }
        .table-custom th {
            background-color: #34495e;
            color: white;
        }
        .text_center{
            text-align: center;
        }
        .img_card{
            width: 250px;
            padding-right: 5px;
        }
        .d_flex{
            display: flex;
        }
        .p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Zamonaviy shrift */
    
    color: #2c3e50;            /* To'q ko'k-kulrang, ko'zga qulay rang */
    line-height: 1.8;          /* Satrlar orasidagi masofa (o'qishni yengillashtiradi) */
    margin-bottom: 20px;       /* Har bir xatboshi orasidagi bo'shliq */
    font-size: 20px;
    letter-spacing: 0.3px;     /* Harflar orasidagi biroz masofa */
}
    .text_justify{
        text-align: justify;
    }
    .color_b{
        color: #2980b9;
    }
    .color_b1{
        color: #16547d;
    }
    .f_size{
        font-size: 22px;
    }
    .p_size{
        font-size: 25px;
    }
   