.elementor-5963 .elementor-element.elementor-element-98e8500{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5963 .elementor-element.elementor-element-82ed220{--display:flex;}.elementor-5963 .elementor-element.elementor-element-ade1f92{--display:flex;}@media(min-width:768px){.elementor-5963 .elementor-element.elementor-element-98e8500{--content-width:1600px;}.elementor-5963 .elementor-element.elementor-element-82ed220{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-826cf36 */.hero-section {
    padding: 80px 20px;
    background: #f8f9fa;
    overflow: hidden;
    direction: rtl;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* بخش متن */
.hero-content {
    text-align: right;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 52px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.hero-title .highlight {
    color: #667eea;
    font-weight: 900;
}

.hero-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 35px 0;
    max-width: 500px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    padding: 16px 35px;
    background: linear-gradient(135deg, #FFC107 0%, #FFB300 100%);
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 193, 7, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    background: white;
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.btn-secondary svg {
    color: #0066FF;
}

/* بخش تصاویر */
.hero-images {
    position: relative;
    height: 500px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    z-index: 2;
}

.image-box {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.image-box:hover {
    transform: translateY(-10px);
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* چیدمان تصاویر */
.image-1 {
    border-radius: 50%;
    transform: translateY(20px);
}

.image-2 {
    border-radius: 20px;
    transform: translateY(-20px);
}

.image-3 {
    border-radius: 20px;
    transform: translateY(-10px);
}

.image-4 {
    border-radius: 20px;
    transform: translateY(10px);
}

/* دایره‌های تزئینی */
.decoration-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.circle-1 {
    width: 150px;
    height: 150px;
    background: #FFC107;
    top: -30px;
    left: -30px;
    opacity: 0.8;
}

.circle-2 {
    width: 80px;
    height: 80px;
    background: #667eea;
    top: 50%;
    right: -20px;
    opacity: 0.6;
}

.circle-3 {
    width: 60px;
    height: 60px;
    background: #FF6B6B;
    bottom: 100px;
    left: 50px;
    opacity: 0.7;
}

.circle-4 {
    width: 100px;
    height: 100px;
    background: #4ECDC4;
    bottom: -30px;
    right: 100px;
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-description {
        margin: 0 auto 35px;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 50px 15px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .hero-images {
        height: 400px;
    }
    
    .image-box {
        height: 180px;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 14px 25px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd93538 */.cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 30px 15px;
    max-width: 1100px;
    margin: 0 auto;
}

.feature-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.card-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: #f0f0f0;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.feature-card:hover .card-image img {
    transform: scale(1.1);
}

.card-content {
    padding: 18px 15px;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.card-description {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 15px 0;
}

.card-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(102, 126, 234, 0.3);
}

.card-button:hover {
    transform: translateX(4px);
    box-shadow: 0 5px 18px rgba(102, 126, 234, 0.5);
    color: white !important;
}

.card-button svg {
    transition: transform 0.3s ease;
    width: 12px;
    height: 12px;
}

.card-button:hover svg {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1200px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cards-container {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    
    .card-image {
        height: 140px;
    }
}/* End custom CSS */