/*
	Theme Name:  مدونة ترند لاين
	Theme URI:    https://nexel.sa/
	Description:  قالب فرعي لـ  مخصص للعربية
	Author:       شركة نيكسل
	Author URI:   https://nexel.sa/
	Template:     jannah
	Version:      1.0.2
	License:      تم شراء الترخيص
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         مدون، عمودين، Buddypress، شريط جانبي يسار، شريط جانبي يمين، قائمة مخصصة، ستايل المحرر، صور مميزة، عرض كامل، دعم RTL، تثبيت المقالات، تعليقات متسلسلة، جاهز للترجمة
	Text Domain:  jannah-child
*/


/* write custom css after this line */
.trend-section {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto;
    padding: 40px;
    background: linear-gradient(135deg, #a5d68f, #8cc975);
    border-radius: 20px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.trend-stars {
    font-size: 22px;
    font-weight: bold;
    color: #1f3f2f;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.trend-stars::before,
.trend-stars::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 340px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.trend-stars::before {
    left: -340px;
}

.trend-stars::after {
    left: 100%;
}

.trend-section h2 {
    font-weight: bold;
    margin: 0.5rem 0;
}

.trend-section p {
    color: #333;
    margin-bottom: 1.5rem;
}

.trend-btn {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #0f172a, #1f2937);
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.trend-btn:hover {
    background: linear-gradient(135deg, #1f2937, #374151);
}

.trend-column {
    position: absolute;
    left: 30px;
    bottom: 0;
    display: none;
}

@media(min-width: 768px) {
    .trend-column {
        display: block;
    }
}
.main-menu {
  display: flex;          /* = d-flex */
width: 100%;  
  justify-content: center;/* = center-nav (توسيط العناصر أفقياً) */
	  position: absolute;
        right: 50%;
        transform: translateX(50%);
       
}

