دوره های آموزشی
-
ناموجود
۲۰۰,۰۰۰,۰۰۰ ریالقیمت اصلی ۲۰۰,۰۰۰,۰۰۰ ریال بود.۱۲۰,۰۰۰,۰۰۰ ریالقیمت فعلی ۱۲۰,۰۰۰,۰۰۰ ریال است.
نبرد ۴۰۴
-
ناموجود
کارگاه مدیر در نقش کوچ
-
ناموجود
مهارتهای مدیر میانی
-
ناموجود
تیم سازی در سازمان
سایر دوره های ما
:root {
–primary: #7D22C2;
–secondary-light: #F3F3F3;
–secondary-medium: #C4C4C4;
–background: #FFFFFF;
}
body {
font-family: ‘Vazirmatn’, sans-serif;
background: var(–background);
direction: rtl;
line-height: 1.6;
color: #1F2937;
}
/* Header Section */
.header-section {
background: linear-gradient(90deg, var(–primary), var(–secondary-light));
color: white;
padding: 40px 20px;
text-align: center;
border-radius: 12px;
margin-bottom: 40px;
position: relative;
overflow: hidden;
}
.header-section::before {
content: ”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2), transparent);
opacity: 0.3;
}
/* Testimonials Slider */
.swiper-slide {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.testimonial-card {
background: var(–secondary-light);
border-radius: 12px;
padding: 24px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
border: 1px solid var(–secondary-medium);
min-height: 220px;
}
.testimonial-card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.testimonial-icon {
width: 60px;
height: 60px;
border-radius: 50%;
background: var(–primary);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 auto 16px;
transition: transform 0.3s ease, background 0.3s ease;
}
.testimonial-card:hover .testimonial-icon {
transform: scale(1.1);
background: darken(var(–primary), 10%);
}
.testimonial-rating {
display: flex;
justify-content: center;
gap: 6px;
margin-bottom: 12px;
}
.testimonial-rating i {
color: #FFD700;
font-size: 16px;
}
.testimonial-meta {
font-size: 0.85rem;
color: #6B7280;
margin-top: 8px;
}
/* CTA Banner */
.cta-banner {
background: linear-gradient(90deg, var(–primary), var(–secondary-light));
color: white;
padding: 48px 24px;
text-align: center;
border-radius: 12px;
position: relative;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cta-banner::before {
content: ”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2), transparent);
opacity: 0.3;
}
.cta-button {
background: white;
color: var(–primary);
padding: 12px 24px;
border-radius: 8px;
transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
font-weight: bold;
position: relative;
z-index: 1;
}
.cta-button:hover {
background: var(–secondary-light);
transform: scale(1.05);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cta-button::before {
content: ”;
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s ease;
z-index: -1;
}
.cta-button:hover::before {
left: 100%;
}
/* Sticky Help Button */
.help-button {
position: fixed;
bottom: 20px;
right: 20px;
background: var(–primary);
color: white;
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
z-index: 1000;
transition: transform 0.3s ease, background 0.3s ease;
}
.help-button:hover {
transform: scale(1.1);
background: darken(var(–primary), 10%);
}
.help-button::before {
content: ”;
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s ease;
}
.help-button:hover::before {
left: 100%;
}
.help-modal {
display: none;
position: fixed;
bottom: 100px;
right: 20px;
background: var(–background);
border: 1px solid var(–secondary-medium);
border-radius: 12px;
padding: 20px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1001;
width: 300px;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.help-modal.active {
display: block;
opacity: 1;
transform: translateY(0);
}
.help-modal a {
display: flex;
align-items: center;
gap: 8px;
padding: 10px 0;
color: var(–primary);
transition: color 0.3s ease, transform 0.3s ease;
}
.help-modal a:hover {
color: darken(var(–primary), 10%);
transform: translateX(-5px);
}
.help-modal a i {
font-size: 14px;
}
/* Section Title */
.section-title {
position: relative;
display: inline-block;
padding-bottom: 12px;
margin-bottom: 24px;
font-weight: 700;
}
.section-title::after {
content: ”;
position: absolute;
bottom: 0;
right: 0;
width: 60px;
height: 4px;
background: var(–primary);
border-radius: 2px;
}
/* Swiper Styles */
.swiper-pagination-bullet {
background: var(–primary);
opacity: 0.5;
}
.swiper-pagination-bullet-active {
background: var(–primary);
opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
color: var(–primary);
width: 40px;
height: 40px;
background: var(–secondary-light);
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: background 0.3s ease, color 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–primary);
color: white;
}
.swiper-button-next::after,
.swiper-button-prev::after {
font-size: 16px;
}
/* Animations */
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes slideIn {
from { opacity: 0; transform: translateX(20px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
[data-aos=”custom-fade-up”] {
animation: fadeInUp 0.8s ease-out;
}
.help-modal.active {
animation: slideIn 0.5s ease-out;
}
.help-button:hover {
animation: pulse 1.5s infinite;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
.testimonial-card {
padding: 16px;
min-height: 180px;
}
.testimonial-icon {
width: 50px;
height: 50px;
font-size: 20px;
}
.cta-banner {
padding: 32px 16px;
}
.help-button {
width: 50px;
height: 50px;
}
.help-modal {
width: 80%;
right: 10%;
}
}
@media (max-width: 640px) {
.testimonial-card h3 {
font-size: 1rem;
}
.testimonial-card p {
font-size: 0.85rem;
}
.cta-button {
font-size: 0.9rem;
padding: 10px 20px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1400px;
}
.testimonial-card {
padding: 32px;
min-height: 240px;
}
.cta-banner h2 {
font-size: 3rem;
}
.cta-banner {
padding: 56px 32px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1600px;
}
.testimonial-card {
min-height: 260px;
}
.testimonial-icon {
width: 70px;
height: 70px;
font-size: 28px;
}
}
/* Accessibility */
.focus:ring:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(125, 34, 194, 0.3);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: none;
}
/* Extended Styles */
.header-section h1 {
font-size: 2.25rem;
line-height: 1.3;
}
.header-section p {
font-size: 1.125rem;
line-height: 1.5;
}
.testimonial-card h3 {
font-weight: 600;
margin-bottom: 8px;
font-size: 1.125rem;
}
.testimonial-card p {
color: #6B7280;
max-width: 90%;
margin: 0 auto;
font-size: 1rem;
}
.cta-banner {
box-shadow: 4px 4px 12px rgba(0,0,0,0.3);
}
.cta-button {
background: var(–primary);
color: white;
}
.cta-button:hover {
background: var(–secondary-light);
color: var(–primary);
}
.help-button {
background: var(–primary);
color: white;
}
.quote-icon {
font-size: 2rem;
color: var(–primary);
opacity: 0.2;
position: absolute;
top: 20px;
right: 20px;
}
/* Utility Classes */
.text-primary { color: var(–primary); }
.bg-primary { background: var(–primary); }
.border-primary { border-color: var(–primary); }
.shadow-primary { box-shadow: 0 4px 8px rgba(125, 34, 194, 0.2); }
.transition-all { transition: all 0.3s ease; }
.hover:scale-105:hover { transform: scale(1.05); }
.hover:shadow-lg:hover { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); }
/* Extended Hover Effects */
.testimonial-card:hover {
border-color: var(–primary);
}
.cta-button:active {
transform: scale(0.95);
}
/* Additional Swiper Styles */
.swiper-slide {
transition: all 0.5s ease;
}
.swiper-slide-active {
z-index: 1;
}
.swiper-pagination {
margin-top: 24px;
}
/* Extended Typography */
h2 {
font-weight: 700;
letter-spacing: -0.025em;
}
h3 {
font-weight: 600;
letter-spacing: -0.015em;
}
p {
font-weight: 400;
letter-spacing: 0.01em;
}
/* Additional Responsive Adjustments */
@media (max-width: 480px) {
.testimonial-card {
padding: 12px;
min-height: 140px;
}
.testimonial-icon {
width: 40px;
height: 40px;
font-size: 18px;
}
.cta-banner {
padding: 24px 12px;
}
}
/* Additional Animations */
.testimonial-card:hover h3 {
color: var(–primary);
}
/* Extended Modal Styles */
.help-modal ul li a {
transition: transform 0.3s ease, color 0.3s ease;
}
/* Extended CTA Styles */
.cta-banner h2 {
font-weight: 700;
letter-spacing: -0.025em;
}
.cta-banner::after {
content: ”;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
background: var(–primary);
opacity: 0.5;
}
محصولات و خدمات ما
با بستههای دیجیتال و خدماتی ما، کسبوکار خود را به سطح بعدی ببرید. ما راهکارهای حرفهای و متناسب با نیازهای شما ارائه میدهیم.
نظرات مشتریان
علی محمدی
دورههای مدیریتی شما بینظیر هستند. محتوای بهروز و کاربردی، همراه با پشتیبانی حرفهای، تجربهای فوقالعاده برایم رقم زد.
مدیر فروش، شرکت نوین
سارا حسینی
مشاورههای شما به ما کمک کرد تا فرآیندهای سازمانیمان را بهینه کنیم. رویکرد حرفهای تیم شما قابل تحسین است.
مدیر منابع انسانی، سازمان آینده
رضا احمدی
دورههای آموزشی شما به من کمک کرد تا مهارتهای رهبریام را بهبود دهم. محتوای دورهها بسیار کاربردی بود.
مدیر پروژه، شرکت فناوری پارس
مریم رضایی
کیفیت آموزشها و پشتیبانی 24/7 شما باعث شد تا تجربهای بینظیر داشته باشم. حتماً دورههای بعدی را هم شرکت میکنم.
کارآفرین، استارتاپ نوآوران
حسین کاظمی
خدمات شما به بهبود بهرهوری تیم ما کمک شایانی کرد. مشاورههای تخصصی شما بسیار ارزشمند بود.
مدیر اجرایی، گروه صنعتی پیشرو
فاطمه رحیمی
دورههای شما بسیار جامع و متناسب با نیازهای بازار ایران هستند. پشتیبانی سریع و حرفهای شما ستودنی است.
مشاور کسبوکار، شرکت راهکار
محمد حسنی
آموزشهای شما به من کمک کرد تا استراتژیهای بازاریابی بهتری طراحی کنم. کیفیت محتوا بینظیر بود.
مدیر بازاریابی، شرکت تبلیغاتی نوین
نرگس کریمی
مشاورههای شما در زمینه مدیریت منابع انسانی بسیار کاربردی بود. تیم ما حالا هماهنگی بیشتری دارد.
مدیر منابع انسانی، شرکت همافزا
هنوز سوالی دارید؟ با مشاوران ما تماس بگیرید
نیاز به کمک دارید؟
/* Header Section */
.header-section h1 {
font-size: 2.25rem;
line-height: 1.3;
}
.header-section p {
font-size: 1.125rem;
line-height: 1.5;
}
/* Testimonial Card */
.testimonial-card {
border-radius: 10px;
}
.testimonial-card h3 {
font-size: 1.125rem;
}
.testimonial-card p {
font-size: 0.875rem;
}
.testimonial-meta {
font-size: 0.75rem;
opacity: 0.8;
}
/* CTA Banner */
.cta-banner h2 {
font-size: 1.875rem;
}
.cta-button {
font-size: 1rem;
}
/* Help Button and Modal */
.help-button i {
font-size: 1.5rem;
}
.help-modal h3 {
font-size: 1.25rem;
}
.help-modal ul li {
margin-bottom: 12px;
}
.help-modal a {
font-size: 0.95rem;
}
/* Responsive Adjustments */
@media (max-width: 640px) {
.header-section h1 {
font-size: 1.75rem;
}
.header-section p {
font-size: 1rem;
}
.testimonial-card h3 {
font-size: 1rem;
}
.testimonial-card p {
font-size: 0.75rem;
}
.cta-banner h2 {
font-size: 1.5rem;
}
.cta-button {
font-size: 0.875rem;
padding: 8px 16px;
}
}
@media (min-width: 1280px) {
.header-section h1 {
font-size: 2.5rem;
}
.header-section p {
font-size: 1.25rem;
}
.testimonial-card {
padding: 40px;
}
.testimonial-icon {
width: 80px;
height: 80px;
font-size: 32px;
}
}
/* Additional Hover Effects */
.testimonial-card:hover .testimonial-rating i {
color: #FFA500;
}
/* Extended Animations */
.swiper-slide {
transition: opacity 0.5s ease, transform 0.5s ease;
}
.swiper-slide-active {
transform: scale(1.05);
}
.swiper-slide-prev,
.swiper-slide-next {
transform: scale(0.95);
}
/* Additional Utility Classes */
.hover:translate-y-1:hover {
transform: translateY(-4px);
}
.transition-transform {
transition: transform 0.3s ease;
}
/* Extended Accessibility */
.focus:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(125, 34, 194, 0.3);
}
/* Additional Swiper Styles */
.swiper-button-next,
.swiper-button-prev {
background: white;
transition: background 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(–primary);
color: white;
}
/* Extended Modal Styles */
.help-modal ul li a {
transition: transform 0.3s ease, color 0.3s ease;
}
/* Additional Responsive Breakpoints */
@media (max-width: 480px) {
.testimonial-card {
padding: 12px;
min-height: 140px;
}
.testimonial-icon {
width: 40px;
height: 40px;
font-size: 18px;
}
.cta-banner {
padding: 24px 12px;
}
}
@media (min-width: 1536px) {
.testimonial-card {
min-height: 280px;
}
.cta-banner h2 {
font-size: 3.25rem;
}
}