/*
Theme Name: Oemyadak
Theme URI: https://wordpress.org/
Description: A modern WordPress theme for WooCommerce stores with RTL support
Author: Your Name
Author URI: https://wordpress.org
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oemyadak
Tags: blog, e-commerce, woocommerce, one-column, custom-colors, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ============================================
   Base Container & Layout Styles
   ============================================ */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Header and Footer Full Width - Container has padding but sections are full width */
.site-header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.site-header .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.site-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.footer-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.footer-bottom {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.site-footer .container,
.footer-main .container,
.footer-bottom .container,
.cta-section .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    
    .site-header .container {
        padding: 0 20px !important;
    }
    
    .site-footer .container,
    .footer-main .container,
    .footer-bottom .container,
    .cta-section .container {
        padding: 0 20px !important;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 25px;
    }
    
    .site-header .container {
        padding: 0 20px !important;
    }
    
    .site-footer .container,
    .footer-main .container,
    .footer-bottom .container,
    .cta-section .container {
        padding: 0 20px !important;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    
    .site-header .container {
        padding: 0 15px !important;
    }
    
    .site-footer .container,
    .footer-main .container,
    .footer-bottom .container,
    .cta-section .container {
        padding: 0 15px !important;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .site-header .container {
        padding: 0 15px !important;
    }
    
    .site-footer .container,
    .footer-main .container,
    .footer-bottom .container,
    .cta-section .container {
        padding: 0 15px !important;
    }
}

/* ============================================
   Product Card Styles - Homepage (مطابق تصویر - Improved)
   ============================================ */
.products-section .product-card,
.products-section .woocommerce li.product,
.front-page-main .product-card,
.front-page-main .woocommerce li.product {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(123, 44, 191, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05) !important;
    border: 2px solid rgba(123, 44, 191, 0.15) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
}

.products-section .product-card:hover,
.products-section .woocommerce li.product:hover,
.front-page-main .product-card:hover,
.front-page-main .woocommerce li.product:hover {
    transform: translateY(-6px) scale(1.02) !important;
    box-shadow: 0 8px 24px rgba(123, 44, 191, 0.2), 0 4px 12px rgba(123, 44, 191, 0.15) !important;
    border-color: rgba(123, 44, 191, 0.4) !important;
}

.products-section .product-image-wrapper,
.front-page-main .product-image-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
    border-bottom: 2px solid rgba(123, 44, 191, 0.1) !important;
    transition: all 0.4s ease !important;
}

.products-section .product-card:hover .product-image-wrapper,
.front-page-main .product-card:hover .product-image-wrapper {
    border-bottom-color: rgba(123, 44, 191, 0.3) !important;
}

.products-section .product-image-wrapper img,
.front-page-main .product-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}

.products-section .product-card:hover .product-image-wrapper img,
.front-page-main .product-card:hover .product-image-wrapper img {
    transform: scale(1.05) !important;
}

.products-section .product-placeholder,
.front-page-main .product-placeholder {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #F5F5F5 !important;
    color: #7B2CBF !important;
    font-size: 14px !important;
    font-family: 'Vazir', sans-serif !important;
    padding: 0 !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
}

.products-section .product-wishlist-btn,
.front-page-main .product-wishlist-btn {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    width: 40px !important;
    height: 40px !important;
    background: #EF4444 !important;
    border: none !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 5 !important;
    padding: 0 !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4) !important;
}

.products-section .product-wishlist-btn svg,
.front-page-main .product-wishlist-btn svg {
    color: #ffffff !important;
    stroke-width: 2.5 !important;
    width: 20px !important;
    height: 20px !important;
}

.products-section .product-wishlist-btn:hover,
.front-page-main .product-wishlist-btn:hover {
    background: #DC2626 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.5) !important;
}

.products-section .product-wishlist-btn.active,
.front-page-main .product-wishlist-btn.active {
    background: #DC2626 !important;
}

.products-section .product-wishlist-btn.active svg,
.front-page-main .product-wishlist-btn.active svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.products-section .product-info,
.front-page-main .product-info {
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    flex: 1 !important;
    background: #ffffff !important;
    text-align: center !important;
}

.products-section .product-title,
.products-section .woocommerce-loop-product__title,
.front-page-main .product-title,
.front-page-main .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 12px 0 !important;
    color: #2C2C2C !important;
    line-height: 1.5 !important;
    display: block !important;
    text-align: right !important;
}

.products-section .product-title a,
.products-section .woocommerce-loop-product__title a,
.front-page-main .product-title a,
.front-page-main .woocommerce-loop-product__title a {
    color: #2C2C2C !important;
    text-decoration: none !important;
}

.products-section .product-price-section,
.front-page-main .product-price-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 8px 0 !important;
}

.products-section .product-price-section .price-current,
.front-page-main .product-price-section .price-current {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    display: inline-block !important;
    padding: 8px 16px !important;
    background: linear-gradient(135deg, #00CED1 0%, #10B981 100%) !important;
    border-radius: 8px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 206, 209, 0.3) !important;
}

.products-section .product-card:hover .product-price-section .price-current,
.front-page-main .product-card:hover .product-price-section .price-current {
    box-shadow: 0 4px 12px rgba(0, 206, 209, 0.4) !important;
}

.products-section .product-price-section .price-old,
.front-page-main .product-price-section .price-old {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #8A8A8A !important;
    text-decoration: line-through !important;
    opacity: 0.8 !important;
    display: block !important;
    margin-bottom: 6px !important;
}

.products-section .product-btn,
.front-page-main .product-btn {
    width: 100% !important;
    padding: 12px 20px !important;
    background: linear-gradient(135deg, #00CED1 0%, #10B981 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Vazir', 'Vazir FD', 'Vazir FD NL', Tahoma, Arial, sans-serif !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: block !important;
    text-align: center !important;
    margin-top: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 206, 209, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.products-section .product-btn:hover,
.front-page-main .product-btn:hover {
    background: linear-gradient(135deg, #008B8B 0%, #059669 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 206, 209, 0.4) !important;
    text-decoration: none !important;
}

.products-section .product-excerpt,
.front-page-main .product-excerpt {
    display: none !important;
}

/* Sale Badge */
.products-section .product-sale-badge,
.front-page-main .product-sale-badge {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    background: #EF4444 !important;
    color: #ffffff !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: 'Vazir', 'Vazir FD', 'Vazir FD NL', Tahoma, Arial, sans-serif !important;
    z-index: 5 !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4) !important;
    white-space: nowrap !important;
}

.products-section .sale-badge,
.front-page-main .sale-badge {
    display: none !important;
}

.products-section .woocommerce .product-card .button,
.products-section .woocommerce .product-card .add_to_cart_button,
.front-page-main .woocommerce .product-card .button,
.front-page-main .woocommerce .product-card .add_to_cart_button {
    display: none !important;
}

.products-section .woocommerce .price,
.products-section .woocommerce-loop-product__price,
.front-page-main .woocommerce .price,
.front-page-main .woocommerce-loop-product__price {
    display: none !important;
}

/* ============================================
   Section Base Styles
   ============================================ */
section {
    width: 100%;
    box-sizing: border-box;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark, #1a1a1a);
    margin: 0 0 15px;
    line-height: 1.3;
}

.section-subtitle {
    font-size: 18px;
    color: var(--text-light, #666);
    margin: 0;
    line-height: 1.6;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 100px;
    direction: rtl;
    overflow: hidden;
}

.hero-content-wrapper {
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 35px;
    line-height: 1.6;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.hero-features {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 18px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

/* Features Section */
.features-section {
    padding: 100px 0;
    background: #ffffff;
    direction: rtl;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-item {
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
}

.feature-title {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: var(--text-dark, #1a1a1a);
}

.feature-description {
    font-size: 15px;
    color: var(--text-light, #666);
    line-height: 1.6;
}

/* Categories Section */
.categories-section {
    padding: 100px 0;
    background: #f8f9fa;
    direction: rtl;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.category-card {
    padding: 25px 20px;
    background: #ffffff;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
}

.category-name {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 8px;
    color: var(--text-dark, #1a1a1a);
}

.category-count {
    font-size: 14px;
    color: var(--text-light, #666);
}

/* Products Section */
.products-section {
    padding: 100px 0;
    background: #ffffff;
    direction: rtl;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.products-tabs {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tab-button {
    padding: 14px 28px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark, #1a1a1a);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tab-button.active {
    background: var(--primary-color, #7B2CBF);
    color: #ffffff;
    border-color: var(--primary-color, #7B2CBF);
}

/* About Section */
.about-section {
    padding: 100px 0;
    background: #ffffff;
    direction: rtl;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.about-image {
    width: 100%;
}

.about-text {
    width: 100%;
}


.about-text {
    direction: rtl;
    text-align: right;
    width: 100%;
    display: block;
    float: none;
    clear: both;
}

@media (max-width: 992px) {
    .about-text {
        direction: rtl !important;
        text-align: right !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

.about-text .section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 30px;
    line-height: 1.4;
    font-family: var(--font-primary);
    position: relative;
    padding-bottom: 20px;
    text-align: right;
    direction: rtl;
}

.about-text .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--success-color) 100%);
    border-radius: 2px;
}

.about-text p {
    font-size: 17px;
    line-height: 1.9;
    color: var(--text-medium);
    margin: 0 0 24px;
    font-family: var(--font-primary);
    text-align: right;
    direction: rtl;
}

.about-text p:last-child {
    margin-bottom: 0;
}

/* About Image Section */
.about-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-featured-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(0, 206, 209, 0.2);
    border: 3px solid rgba(0, 206, 209, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    display: block;
}

@media (max-width: 992px) {
    .about-image {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .about-featured-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: auto !important;
        border-radius: 20px;
    }
}

.about-featured-image:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2), 0 12px 32px rgba(0, 206, 209, 0.3);
    border-color: rgba(0, 206, 209, 0.4);
}

.about-image-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px dashed rgba(0, 206, 209, 0.3);
    transition: all 0.3s ease;
}

.about-image-placeholder:hover {
    border-color: rgba(0, 206, 209, 0.5);
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.15) 0%, rgba(16, 185, 129, 0.15) 100%);
}

/* ============================================
   SEO Box Section Styles (مثل mashinpro.com)
   ============================================ */
.seo-box-section {
    position: relative;
    padding: 100px 0;
    direction: rtl;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.seo-box-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%),
        url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    background-size: cover, 50px 50px;
    z-index: 0;
}

.seo-box-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 206, 209, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(16, 185, 129, 0.08) 0%, transparent 50%);
    z-index: 1;
}

.seo-box-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.seo-box-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 60px 70px;
    box-shadow: 
        0 25px 70px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.seo-box-content::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(74, 222, 128, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.seo-box-content:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 40px rgba(74, 222, 128, 0.2);
    transform: translateY(-5px);
}

.seo-box-content:hover::before {
    opacity: 1;
}

.seo-box-content h1,
.seo-box-content h2,
.seo-box-content h3,
.seo-box-content h4,
.seo-box-content h5,
.seo-box-content h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 1.3;
    position: relative;
    padding-right: 20px;
    transition: all 0.3s ease;
}

.seo-box-content h1 {
    font-size: 42px;
    color: #4ade80;
    text-shadow: 
        0 0 20px rgba(74, 222, 128, 0.5),
        0 4px 15px rgba(0, 0, 0, 0.3),
        0 2px 8px rgba(74, 222, 128, 0.4);
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 3px solid rgba(74, 222, 128, 0.3);
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.1) 0%, transparent 100%);
    padding: 25px 30px;
    border-radius: 12px;
    border-right: 4px solid #4ade80;
}

.seo-box-content h1::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #4ade80 0%, #22c55e 100%);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(74, 222, 128, 0.6);
}

.seo-box-content h2 {
    font-size: 36px;
    color: #60a5fa;
    text-shadow: 
        0 0 15px rgba(96, 165, 250, 0.4),
        0 3px 12px rgba(0, 0, 0, 0.3),
        0 2px 6px rgba(96, 165, 250, 0.3);
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 2px solid rgba(96, 165, 250, 0.3);
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.08) 0%, transparent 100%);
    padding: 20px 25px;
    border-radius: 10px;
    border-right: 3px solid #60a5fa;
}

.seo-box-content h2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #60a5fa 0%, #3b82f6 100%);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(96, 165, 250, 0.5);
}

.seo-box-content h3 {
    font-size: 30px;
    color: #a78bfa;
    text-shadow: 
        0 0 12px rgba(167, 139, 250, 0.4),
        0 2px 10px rgba(0, 0, 0, 0.3),
        0 1px 5px rgba(167, 139, 250, 0.3);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(167, 139, 250, 0.25);
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.06) 0%, transparent 100%);
    padding: 18px 22px;
    border-radius: 8px;
    border-right: 3px solid #a78bfa;
}

.seo-box-content h3::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #a78bfa 0%, #8b5cf6 100%);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(167, 139, 250, 0.4);
}

.seo-box-content h4 {
    font-size: 24px;
    color: #fbbf24;
    text-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
}

.seo-box-content h5 {
    font-size: 20px;
    color: #fb7185;
    text-shadow: 0 2px 6px rgba(251, 113, 133, 0.3);
    margin-bottom: 18px;
}

.seo-box-content h6 {
    font-size: 18px;
    color: #34d399;
    text-shadow: 0 1px 5px rgba(52, 211, 153, 0.3);
    margin-bottom: 15px;
}

/* Hover Effects for Headings */
.seo-box-content h1:hover,
.seo-box-content h2:hover,
.seo-box-content h3:hover {
    transform: translateX(-5px);
    text-shadow: 
        0 0 25px rgba(74, 222, 128, 0.6),
        0 5px 20px rgba(0, 0, 0, 0.4);
}

.seo-box-content p {
    font-size: 18px;
    line-height: 2.2;
    color: #f3f4f6;
    margin: 0 0 25px;
    font-family: var(--font-primary);
    text-align: justify;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.seo-box-content p:first-of-type {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}

.seo-box-content p:last-child {
    margin-bottom: 0;
}

.seo-box-content ul,
.seo-box-content ol {
    margin: 0 0 25px 45px;
    padding: 0;
    direction: rtl;
    list-style: none;
}

.seo-box-content ul li {
    font-size: 18px;
    line-height: 2.2;
    color: #f3f4f6;
    margin: 0 0 18px;
    font-family: var(--font-primary);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    padding-right: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.seo-box-content ul li::before {
    content: '✓';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
    border: 2px solid rgba(74, 222, 128, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4ade80;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(74, 222, 128, 0.3);
    transition: all 0.3s ease;
}

.seo-box-content ul li:hover {
    color: #ffffff;
    transform: translateX(-5px);
}

.seo-box-content ul li:hover::before {
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.4) 0%, rgba(16, 185, 129, 0.4) 100%);
    border-color: #4ade80;
    box-shadow: 0 4px 12px rgba(74, 222, 128, 0.5);
    transform: scale(1.1);
}

.seo-box-content ol {
    counter-reset: seo-counter;
}

.seo-box-content ol li {
    font-size: 18px;
    line-height: 2.2;
    color: #f3f4f6;
    margin: 0 0 18px;
    font-family: var(--font-primary);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    padding-right: 35px;
    position: relative;
    counter-increment: seo-counter;
    transition: all 0.3s ease;
}

.seo-box-content ol li::before {
    content: counter(seo-counter);
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%);
    border: 2px solid rgba(96, 165, 250, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60a5fa;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(96, 165, 250, 0.3);
    transition: all 0.3s ease;
}

.seo-box-content ol li:hover {
    color: #ffffff;
    transform: translateX(-5px);
}

.seo-box-content ol li:hover::before {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.4) 0%, rgba(59, 130, 246, 0.4) 100%);
    border-color: #60a5fa;
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.5);
    transform: scale(1.1);
}

.seo-box-content ul li:last-child,
.seo-box-content ol li:last-child {
    margin-bottom: 0;
}

.seo-box-content a {
    color: #4ade80;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    font-weight: 500;
    position: relative;
}

.seo-box-content a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #4ade80 0%, #22c55e 100%);
    transition: width 0.3s ease;
    box-shadow: 0 2px 8px rgba(74, 222, 128, 0.5);
}

.seo-box-content a:hover {
    color: #22c55e;
    text-shadow: 0 0 12px rgba(74, 222, 128, 0.6);
    transform: translateY(-2px);
}

.seo-box-content a:hover::after {
    width: 100%;
}

.seo-box-content strong,
.seo-box-content b {
    color: #4ade80;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(74, 222, 128, 0.4);
    padding: 0 2px;
}

.seo-box-content em,
.seo-box-content i {
    font-style: italic;
    color: #d1d5db;
    font-weight: 500;
}

.seo-box-content blockquote {
    margin: 30px 0;
    padding: 25px 35px;
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.1) 0%, rgba(96, 165, 250, 0.1) 100%);
    border-right: 4px solid #4ade80;
    border-radius: 12px;
    font-style: italic;
    color: #f3f4f6;
    direction: rtl;
    box-shadow: 
        inset 0 2px 10px rgba(0, 0, 0, 0.2),
        0 4px 15px rgba(74, 222, 128, 0.2);
    position: relative;
}

.seo-box-content blockquote::before {
    content: '"';
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 60px;
    color: rgba(74, 222, 128, 0.3);
    font-family: serif;
    line-height: 1;
}

.seo-box-content code {
    background: rgba(0, 0, 0, 0.4);
    padding: 3px 8px;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 15px;
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.seo-box-content pre {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 12px;
    overflow-x: auto;
    margin: 25px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
}

.seo-box-content pre code {
    background: transparent;
    padding: 0;
    border: none;
    color: #f3f4f6;
    box-shadow: none;
}

.seo-box-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 30px 0;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.seo-box-content img:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 0 30px rgba(74, 222, 128, 0.3);
    border-color: rgba(74, 222, 128, 0.4);
}

/* Responsive Styles for SEO Box */
@media (max-width: 1200px) {
    .seo-box-section {
        padding: 80px 0;
    }
    
    .seo-box-content {
        padding: 45px 50px;
    }
    
    .seo-box-content h1 {
        font-size: 32px;
    }
    
    .seo-box-content h2 {
        font-size: 28px;
    }
    
    .seo-box-content h3 {
        font-size: 24px;
    }
    
    .seo-box-content p {
        font-size: 17px;
    }
}

@media (max-width: 992px) {
    .seo-box-section {
        padding: 70px 0;
    }
    
    .seo-box-content {
        padding: 40px 45px;
    }
    
    .seo-box-content h1 {
        font-size: 28px;
    }
    
    .seo-box-content h2 {
        font-size: 24px;
    }
    
    .seo-box-content h3 {
        font-size: 22px;
    }
    
    .seo-box-content p {
        font-size: 16px;
        line-height: 1.9;
    }
}

@media (max-width: 768px) {
    .seo-box-section {
        padding: 60px 0;
        min-height: 300px;
    }
    
    .seo-box-wrapper {
        padding: 0 20px;
    }
    
    .seo-box-content {
        padding: 40px 35px;
        border-radius: 18px;
    }
    
    .seo-box-content h1 {
        font-size: 28px;
        padding: 18px 22px;
        margin-bottom: 25px;
        border-right-width: 3px;
    }
    
    .seo-box-content h2 {
        font-size: 24px;
        padding: 16px 20px;
        margin-bottom: 22px;
        border-right-width: 2px;
    }
    
    .seo-box-content h3 {
        font-size: 22px;
        padding: 14px 18px;
        margin-bottom: 20px;
        border-right-width: 2px;
    }
    
    .seo-box-content p {
        font-size: 16px;
        line-height: 2;
    }
    
    .seo-box-content p:first-of-type {
        font-size: 17px;
    }
    
    .seo-box-content ul,
    .seo-box-content ol {
        margin-right: 30px;
    }
    
    .seo-box-content ul li,
    .seo-box-content ol li {
        font-size: 16px;
        padding-right: 28px;
    }
    
    .seo-box-content ul li::before {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
    
    .seo-box-content ol li::before {
        width: 26px;
        height: 26px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .seo-box-section {
        padding: 50px 0;
        min-height: 250px;
    }
    
    .seo-box-wrapper {
        padding: 0 15px;
    }
    
    .seo-box-content {
        padding: 35px 28px;
        border-radius: 16px;
    }
    
    .seo-box-content h1 {
        font-size: 24px;
        padding: 16px 20px;
        margin-bottom: 22px;
        border-right-width: 3px;
    }
    
    .seo-box-content h2 {
        font-size: 22px;
        padding: 14px 18px;
        margin-bottom: 20px;
        border-right-width: 2px;
    }
    
    .seo-box-content h3 {
        font-size: 20px;
        padding: 12px 16px;
        margin-bottom: 18px;
        border-right-width: 2px;
    }
    
    .seo-box-content p {
        font-size: 15px;
        line-height: 1.9;
    }
    
    .seo-box-content p:first-of-type {
        font-size: 16px;
    }
    
    .seo-box-content ul,
    .seo-box-content ol {
        margin-right: 25px;
    }
    
    .seo-box-content ul li,
    .seo-box-content ol li {
        font-size: 15px;
        padding-right: 26px;
        margin-bottom: 15px;
    }
    
    .seo-box-content ul li::before {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    
    .seo-box-content ol li::before {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .seo-box-section {
        padding: 40px 0;
    }
    
    .seo-box-content {
        padding: 30px 22px;
        border-radius: 14px;
    }
    
    .seo-box-content h1 {
        font-size: 22px;
        padding: 14px 18px;
        margin-bottom: 20px;
    }
    
    .seo-box-content h2 {
        font-size: 20px;
        padding: 12px 16px;
        margin-bottom: 18px;
    }
    
    .seo-box-content h3 {
        font-size: 18px;
        padding: 10px 14px;
        margin-bottom: 16px;
    }
    
    .seo-box-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .seo-box-content ul li,
    .seo-box-content ol li {
        font-size: 14px;
        padding-right: 24px;
    }
    
    .seo-box-content ul li::before {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }
    
    .seo-box-content ol li::before {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
}

.about-image-placeholder span {
    font-size: 80px;
    opacity: 0.6;
}

/* Contact Info Section */
.about-contact-info {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 24px;
    padding: 40px 35px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 6px 20px rgba(0, 206, 209, 0.12);
    border: 2px solid rgba(0, 206, 209, 0.1);
    direction: rtl;
}

.contact-info-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 30px;
    font-family: var(--font-primary);
    position: relative;
    padding-bottom: 16px;
}

.contact-info-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--success-color) 100%);
    border-radius: 2px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-info-item:hover {
    transform: translateX(-5px);
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-info-icon {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--success-color) 100%);
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.contact-info-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-light);
    font-family: var(--font-primary);
}

.contact-info-value {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
    font-family: var(--font-primary);
    line-height: 1.6;
}

.contact-phones-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary);
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(0, 206, 209, 0.05);
    width: fit-content;
}

.contact-phone-link:hover {
    background: rgba(0, 206, 209, 0.1);
    color: var(--primary-dark);
    transform: translateX(-5px);
}

.contact-phone-link::before {
    content: '📞';
    font-size: 18px;
}

.contact-social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-social-links .social-link {
    width: 44px;
    height: 44px;
    background: rgba(0, 206, 209, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 206, 209, 0.2);
}

.contact-social-links .social-link:hover {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--success-color) 100%);
    border-color: transparent;
    color: #ffffff;
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 206, 209, 0.3);
}

/* Responsive */
@media (max-width: 1024px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .about-image {
        order: -1;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .about-featured-image {
        border-radius: 20px;
    }
    
    .about-contact-info {
        padding: 30px 25px;
    }
    
    .contact-info-item {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}

/* Footer Contact List Styles */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: var(--text-medium);
    font-family: var(--font-primary);
}

.footer-contact-list .contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-list .contact-item svg {
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-list .contact-link {
    color: var(--text-medium);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-list .contact-link:hover {
    color: var(--primary-color);
}

/* Footer Social Links Inline */
.footer-social-links-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.footer-social-link-inline {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.15) 0%, rgba(16, 185, 129, 0.15) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(0, 206, 209, 0.2);
    position: relative;
    overflow: hidden;
}

.footer-social-link-inline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #10B981 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-social-link-inline:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 206, 209, 0.35);
    border-color: var(--primary-color);
}

.footer-social-link-inline:hover::before {
    opacity: 1;
}

.footer-social-link-inline svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.footer-social-link-inline:hover svg {
    color: #ffffff;
    transform: scale(1.1);
}

/* WhatsApp specific color */
.footer-social-link-inline[aria-label="واتساپ"]:hover {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* Instagram specific color */
.footer-social-link-inline[aria-label="اینستاگرام"]:hover {
    box-shadow: 0 6px 20px rgba(225, 48, 108, 0.4);
}

@media (max-width: 768px) {
    .footer-contact-list .contact-item {
        font-size: 14px;
        margin-bottom: 14px;
    }
    
    .footer-social-link-inline {
        width: 36px;
        height: 36px;
    }
    
    .footer-social-link-inline svg {
        width: 18px;
        height: 18px;
    }
    
    .about-section {
        padding: 60px 0;
    }
    
    .about-content {
        gap: 40px;
    }
    
    .about-image {
        max-width: 100%;
    }
    
    .about-featured-image {
        border-radius: 16px;
        border-width: 2px;
    }
    
    .about-image-placeholder {
        border-radius: 16px;
        border-width: 2px;
    }
    
    .about-image-placeholder span {
        font-size: 60px;
    }
    
    .about-text .section-title {
        font-size: 32px;
    }
    
    .about-contact-info {
        padding: 25px 20px;
    }
    
    .contact-info-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    
    .contact-info-item {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .contact-info-icon {
        width: 40px;
        height: 40px;
    }
    
    .contact-phones-list {
        width: 100%;
    }
    
    .contact-phone-link {
        width: 100%;
        justify-content: flex-start;
    }
    
    .contact-social-links {
        justify-content: flex-start;
    }
}

/* ============================================
   CTA Section Styles
   ============================================ */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 50%, var(--success-color) 100%);
    position: relative;
    overflow: hidden;
    direction: rtl;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 75% 65%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
    z-index: 0;
}

.cta-section .container {
    position: relative;
    z-index: 1;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out;
}

.cta-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    font-family: var(--font-primary);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 40px;
    font-weight: 400;
    line-height: 1.8;
    font-family: var(--font-primary);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 18px 40px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-primary);
    position: relative;
    overflow: hidden;
}

.btn-white {
    background: #ffffff;
    color: var(--primary-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(255, 255, 255, 0.3);
}

.btn-white:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(255, 255, 255, 0.4);
    background: #f8f9fa;
}

.btn-outline-white {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 32px rgba(255, 255, 255, 0.3);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive CTA Section - Comprehensive */
@media (max-width: 1400px) {
    .cta-section {
        padding: 90px 0;
    }
    .cta-title {
        font-size: 38px;
    }
    .cta-subtitle {
        font-size: 19px;
    }
}

@media (max-width: 1200px) {
    .cta-section {
        padding: 80px 0;
    }
    .cta-title {
        font-size: 36px;
    }
    .cta-subtitle {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .cta-buttons {
        gap: 18px;
    }
    .btn {
        padding: 16px 36px;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .cta-section {
        padding: 70px 0;
    }
    .cta-content {
        max-width: 700px;
        padding: 0 30px;
    }
    .cta-title {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .cta-subtitle {
        font-size: 17px;
        margin-bottom: 32px;
        line-height: 1.7;
    }
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    .btn {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 16px 32px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-content {
        padding: 0 25px;
    }
    
    .cta-title {
        font-size: 28px;
        margin-bottom: 16px;
        line-height: 1.4;
    }
    .cta-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.7;
    }
    .cta-buttons {
        gap: 14px;
    }
    .btn {
        padding: 15px 28px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-content {
        padding: 0 20px;
    }
    
    .cta-title {
        font-size: 24px;
        margin-bottom: 14px;
        line-height: 1.3;
    }
    .cta-subtitle {
        font-size: 15px;
        margin-bottom: 28px;
        line-height: 1.6;
    }
    .cta-buttons {
        gap: 12px;
    }
    .btn {
        padding: 14px 24px;
        font-size: 14px;
        border-radius: 45px;
    }
}

@media (max-width: 380px) {
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-content {
        padding: 0 16px;
    }
    
    .cta-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .cta-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .btn {
        padding: 13px 20px;
        font-size: 13px;
    }
}

/* ============================================
   Responsive Styles for Front Page Sections
   ============================================ */

/* Hero Section Responsive */
@media (max-width: 1400px) {
    .hero-section {
        min-height: 85vh;
    }
}

@media (max-width: 1200px) {
    .hero-section {
        min-height: 80vh;
        padding: 100px 0 90px;
    }
    
    .hero-content {
        max-width: 800px;
    }
    
    .hero-title {
        font-size: clamp(40px, 5vw, 56px);
    }
    
    .hero-subtitle {
        font-size: clamp(18px, 2.5vw, 22px);
    }
}

@media (max-width: 992px) {
    .hero-section {
        min-height: 75vh;
        padding: 90px 0 80px;
    }
    
    .hero-content {
        max-width: 700px;
        padding: 0 30px;
    }
    
    .hero-title {
        font-size: clamp(36px, 4.5vw, 48px);
        margin-bottom: 18px;
    }
    
    .hero-subtitle {
        font-size: clamp(16px, 2.2vw, 20px);
        margin-bottom: 30px;
    }
    
    .hero-buttons {
        gap: 14px;
    }
    
    .hero-buttons .btn {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .hero-features {
        gap: 16px;
        padding-top: 25px;
    }
    
    .hero-feature-item {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 70vh;
        padding: 80px 0 70px;
    }
    
    .hero-content {
        padding: 0 25px;
    }
    
    .hero-title {
        font-size: clamp(32px, 4vw, 42px);
        margin-bottom: 16px;
    }
    
    .hero-subtitle {
        font-size: clamp(15px, 2vw, 18px);
        margin-bottom: 28px;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 13px 26px;
        font-size: 14px;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 12px;
        padding-top: 20px;
    }
    
    .hero-feature-item {
        width: 100%;
        justify-content: center;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 65vh;
        padding: 70px 0 60px;
    }
    
    .hero-content {
        padding: 0 20px;
    }
    
    .hero-title {
        font-size: clamp(28px, 3.5vw, 36px);
        margin-bottom: 14px;
    }
    
    .hero-subtitle {
        font-size: clamp(14px, 1.8vw, 16px);
        margin-bottom: 24px;
    }
    
    .hero-buttons .btn {
        padding: 12px 24px;
        font-size: 13px;
        max-width: 280px;
    }
    
    .hero-feature-item {
        font-size: 12px;
    }
}

/* Features Section Responsive */
@media (max-width: 1200px) {
    .features-section {
        padding: 80px 0;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 70px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .feature-item {
        padding: 30px 25px;
    }
    
    .feature-title {
        font-size: 20px;
    }
    
    .feature-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .features-section {
        padding: 60px 0;
    }
    
    .features-grid {
        gap: 20px;
    }
    
    .feature-item {
        padding: 25px 20px;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
    .feature-description {
        font-size: 13px;
    }
}

/* Categories Section Responsive */
@media (max-width: 1400px) {
    .categories-section {
        padding: 90px 0;
    }
    
    .categories-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
}

@media (max-width: 1200px) {
    .categories-section {
        padding: 80px 0;
    }
    
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }
}

@media (max-width: 992px) {
    .categories-section {
        padding: 70px 0;
    }
    
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .categories-section {
        padding: 60px 0;
    }
    
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    
    .section-header {
        margin-bottom: 35px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 15px;
    }
    
    .category-card {
        padding: 20px 15px;
    }
    
    .category-name {
        font-size: 16px;
    }
    
    .category-count {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .categories-section {
        padding: 50px 0;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .section-header {
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-subtitle {
        font-size: 14px;
    }
    
    .category-card {
        padding: 18px 14px;
    }
    
    .category-name {
        font-size: 15px;
    }
}

/* Products Section Responsive */
@media (max-width: 1200px) {
    .products-section {
        padding: 80px 0;
    }
    
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .products-section {
        padding: 70px 0;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    
    .products-tabs {
        gap: 12px;
        margin-bottom: 35px;
    }
    
    .tab-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .products-section {
        padding: 60px 0;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    
    .products-tabs {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .tab-button {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
        justify-content: center;
    }
    
    .products-section .product-image-wrapper {
        height: 180px !important;
    }
}

@media (max-width: 480px) {
    .products-section {
        padding: 50px 0;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .products-tabs {
        margin-bottom: 25px;
    }
    
    .tab-button {
        padding: 12px 18px;
        font-size: 14px;
    }
    
    .products-section .product-image-wrapper {
        height: 160px !important;
    }
    
    .products-section .product-title {
        font-size: 16px !important;
    }
    
    .products-section .product-price-section {
        margin: 12px 0 !important;
    }
    
    .products-section .product-btn {
        padding: 10px 20px !important;
        font-size: 13px !important;
    }
}

/* About Section Responsive */
@media (max-width: 1200px) {
    .about-section {
        padding: 90px 0;
    }
    
    .about-content {
        gap: 50px;
    }
}

@media (max-width: 992px) {
    .about-section {
        padding: 80px 0;
    }
    
    .about-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 40px;
    }
    
    .about-image {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .about-featured-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
    
    .about-text {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: right;
    }
    
    .about-text .section-title {
        font-size: clamp(24px, 4vw, 32px);
        margin-bottom: 20px;
        width: 100% !important;
        text-align: right !important;
        direction: rtl !important;
    }
    
    .about-text p {
        font-size: clamp(14px, 2vw, 16px);
        line-height: 1.8;
        text-align: right !important;
        direction: rtl !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0;
    }
    
    .about-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px;
        width: 100% !important;
    }
    
    .about-image {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0;
    }
    
    .about-featured-image {
        border-radius: 16px;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }
    
    .about-text {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: right !important;
        direction: rtl !important;
        flex-shrink: 0;
        float: none !important;
        display: block !important;
    }
    
    .about-text .section-title {
        font-size: clamp(22px, 3.5vw, 28px);
        margin-bottom: 20px;
        text-align: right !important;
        width: 100% !important;
        direction: rtl !important;
    }
    
    .about-text p {
        font-size: clamp(13px, 1.8vw, 15px);
        line-height: 1.9;
        text-align: right !important;
        direction: rtl !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 0;
        margin: 0 0 18px;
        width: 100% !important;
    }
    
    .about-text p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 50px 0;
    }
    
    .about-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px;
        width: 100% !important;
    }
    
    .about-image {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0;
    }
    
    .about-featured-image {
        border-radius: 12px;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }
    
    .about-text {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 15px !important;
        text-align: right !important;
        direction: rtl !important;
        flex-shrink: 0;
        float: none !important;
        display: block !important;
    }
    
    .about-text .section-title {
        font-size: clamp(20px, 3vw, 24px);
        margin-bottom: 18px;
        text-align: right !important;
        padding-bottom: 15px;
        width: 100% !important;
        direction: rtl !important;
    }
    
    .about-text p {
        font-size: clamp(12px, 1.6vw, 14px);
        line-height: 2;
        text-align: right !important;
        direction: rtl !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        padding: 0;
        margin: 0 0 16px;
        width: 100% !important;
    }
    
    .about-text p:last-child {
        margin-bottom: 0;
    }
    
    .about-text .btn {
        width: 100%;
        max-width: 100%;
        padding: 12px 20px;
        font-size: 14px;
        margin-top: 20px;
    }
}

/* Section Header Responsive */
@media (max-width: 992px) {
    .section-header {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .section-title {
        font-size: clamp(28px, 4vw, 36px);
    }
    
    .section-subtitle {
        font-size: clamp(15px, 2vw, 18px);
    }
}

@media (max-width: 768px) {
    .section-header {
        margin-bottom: 35px;
    }
    
    .section-title {
        font-size: clamp(24px, 3.5vw, 32px);
    }
    
    .section-subtitle {
        font-size: clamp(14px, 1.8vw, 16px);
    }
}

@media (max-width: 480px) {
    .section-header {
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: clamp(22px, 3vw, 28px);
    }
    
    .section-subtitle {
        font-size: clamp(13px, 1.6vw, 15px);
    }
}
