/*

Theme Name: euro

Author: eurocc

Author URI: https://eurocc.ir

Description: https://eurocc.ir

Version: 1.0.0

*/


/* Reset و استایل پایه */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Vazirmatn', sans-serif;
        }

        body {
            line-height: 1.8;
            color: #333;
        }

        /* نوار اعلانات */
        .alert-bar {
            background: #ff6b6b;
            color: white;
            padding: 12px;
            text-align: center;
            font-size: 0.9rem;
        }

        /* نوار منو */
        .navbar {
            background: #fff;
            padding: 1rem 2rem;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.8rem;
            font-weight: 700;
        }
        .logo span {
            color: #ff6b6b;
        }

        .nav-links {
            display: flex;
            gap: 2rem;
        }
        .nav-links a {
            text-decoration: none;
            color: #333;
            transition: 0.3s;
        }
        .nav-links a:hover {
            color: #ff6b6b;
        }

        /* هدر */
        .header {
            height: 70vh;
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('<?php bloginfo('template_url'); ?>/img/h.png');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }
        .header-content {
            max-width: 800px;
            padding: 2rem;
        }
        .header h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        /* بخش ویژگی‌ها */
        .features {
            padding: 4rem 2rem;

                        
        }
        .features-container {
            max-width: 1200px;
            margin: 0 auto;
            
        }
        .features-title {
            text-align: center;
            margin-bottom: 2rem;
        }
        .features-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-top: 2rem;
        }
        .feature-card {
            text-align: center;
            padding: 2rem;
            background: #fff;
            transition: 0.3s;

        }
        .feature-card:hover {
            transform: translateY(-10px);
        }
        .feature-icon {
            font-size: 2.5rem;
            color: #ff6b6b;
            margin-bottom: 1rem;
        }

        /* جدول قیمت */
        .pricing {
            padding: 4rem 2rem;
        }
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        .price-card {
            background: #fff;
            border: 2px solid #eee;
            border-radius: 10px;
            padding: 2rem;
            text-align: center;
            transition: 0.3s;
        }
        .price-card:hover {
            border-color: #ff6b6b;
        }
        .price {
            font-size: 2rem;
            color: #ff6b6b;
            margin: 1rem 0;
        }
        .buy-btn {
            background: #ff6b6b;
            color: white;
            padding: 0.8rem 2rem;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            transition: 0.3s;
            font-size:18px;
        }
        .buy-btn:hover {
            background: #ff4757;
        }
/* استایل لیست ویژگی‌های پلن */
.price-card ul.features-list {
    text-align: right;
    padding-right: 0;
    margin: 20px 0;
}

.price-card ul.features-list li {
    position: relative;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    text-align: right;
    padding-right: 35px;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.price-card ul.features-list li:last-child {
    border-bottom: none;
}

.price-card ul.features-list li i.fa-check {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ff6b6b;
    background: rgba(255, 107, 107, 0.1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

/* حذف استایل پیش‌فرض لیست */
.price-card ul {
    text-align: right;
    padding-right: 0;
}

.price-card ul li {
    text-align: right;
    list-style: none;
}

@media (max-width: 768px) {
    .price-card ul.features-list li {
        padding-right: 30px;
        font-size: 0.9rem;
    }
}


/* فوتر */
        footer {
            background: #2d2d2d;
            color: white;
            padding: 4rem 2rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        .footer-section h3 {
            color: #ff6b6b;
            margin-bottom: 1rem;
        }
        .footer-links a {
            color: white;
            text-decoration: none;
            display: block;
            margin: 0.5rem 0;
        }
        .social-icons {
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
        }
        .social-icons a {
            color: white;
            font-size: 1.5rem;
            transition: 0.3s;
        }
        .social-icons a:hover {
            color: #ff6b6b;
        }
        .copyright {
            text-align: center;
            padding: 2rem;
            background: #1a1a1a;
            margin-top: 2rem;
        }

.related-posts {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.related-posts h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.related-posts ul {
    list-style-type: none;
    padding: 0;
}

.related-posts ul li {
    margin-bottom: 8px;
}

.related-posts ul li a {
    text-decoration: none;
    color: #333;
}

.related-posts ul li a:hover {
    color: #0073aa;
}

img {
    max-width: 100%;
    height: auto;
	border-radius: 10px;
}


        @media (max-width: 768px) {
            .features-grid,
            .pricing-grid,
            .footer-grid {
                grid-template-columns: 1fr;
            }
            
            .nav-links {
                display: none;
            }
        }