.elementor-178 .elementor-element.elementor-element-1359c04{--display:flex;}.elementor-178 .elementor-element.elementor-element-3759a82{--display:flex;--padding-top:51px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-178 .elementor-element.elementor-element-3edd020 .elementor-heading-title{font-family:"iransans", Sans-serif;font-size:25px;font-weight:600;color:#373838;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-178 .elementor-element.elementor-element-a8c7b4a{text-align:justify;font-family:"iransans", Sans-serif;font-weight:400;}.elementor-178 .elementor-element.elementor-element-aee0f36{--display:flex;}.elementor-178 .elementor-element.elementor-element-5ca8c85{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-178 .elementor-element.elementor-element-3759a82{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-178 .elementor-element.elementor-element-3759a82{--width:92%;}}/* Start custom CSS for heading, class: .elementor-element-3edd020 *//* ==========================================
   ✦ تیتر صفحه درباره ما
   ========================================== */

.about-title .elementor-heading-title {
    font-family: 'IranSans', 'IRANSans', sans-serif !important;
    font-size: 42px !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #ff4757, #ff6348, #ff6b6b);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-align: center !important;
    margin-bottom: 5px !important;
    position: relative;
    letter-spacing: -0.5px;
}

/* زیرنویس تیتر */
.about-title .elementor-heading-title + .elementor-text-editor {
    font-family: 'IranSans', 'IRANSans', sans-serif !important;
    font-size: 16px;
    color: #888;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

/* خط تزئینی */
.about-title .elementor-heading-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #feca57, #ff9ff3);
    margin: 18px auto 0;
    border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a8c7b4a *//* ==========================================
   ✦ سکشن درباره ما
   طراحی شیک، مدرن و چشمنواز
   ========================================== */

.about-us-section {
    padding: 80px 40px;
    background: linear-gradient(160deg, #fef9f4 0%, #fff5f0 30%, #fef5f9 60%, #fef9f4 100%);
    background-size: 300% 300%;
    animation: aboutBg 15s ease infinite;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.05);
    border: 1px solid #ffe0d4;
}

@keyframes aboutBg {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 0%; }
    50% { background-position: 100% 100%; }
    75% { background-position: 0% 100%; }
    100% { background-position: 0% 50%; }
}

/* دایره‌های تزئینی */
.about-us-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -80px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255,107,107,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: floatBig 10s ease-in-out infinite;
}

.about-us-section::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -90px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(254,202,87,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: floatBig 13s ease-in-out infinite reverse;
}

@keyframes floatBig {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(25px, -20px); }
}

/* ==========================================
   تیتر
   ========================================== */
.about-us-section .elementor-heading-title {
    font-family: 'IranSans', 'IRANSans', sans-serif !important;
    font-size: 36px;
    font-weight: 900;
    color: #2d3436;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

/* زیرنویس تیتر */
.about-us-section .elementor-heading-title + .elementor-text-editor,
.about-us-section .elementor-widget-text-editor:first-of-type {
    font-family: 'IranSans', 'IRANSans', sans-serif !important;
    font-size: 16px;
    color: #ff6b6b;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* خط قرمز زیر تیتر */
.about-us-section .elementor-heading-title::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #feca57);
    margin-top: 15px;
    border-radius: 2px;
}

/* ==========================================
   متن اصلی
   ========================================== */
.about-us-section .elementor-text-editor,
.about-us-section p,
.about-us-section .elementor-widget-text-editor {
    font-family: 'IranSans', 'IRANSans', sans-serif !important;
    font-size: 16px !important;
    line-height: 2.2 !important;
    color: #555 !important;
    position: relative;
    z-index: 1;
    text-align: justify;
}

.about-us-section .elementor-text-editor strong,
.about-us-section p strong {
    color: #ff4757;
    font-weight: 700;
}

/* ==========================================
   نقل قول یا متن ویژه
   ========================================== */
.about-us-section blockquote,
.about-us-section .highlight-text {
    background: linear-gradient(135deg, #fff5f0, #ffe8e0);
    padding: 25px 30px;
    border-radius: 20px;
    border-right: 5px solid #ff6b6b;
    margin: 25px 0;
    position: relative;
    z-index: 1;
    font-family: 'IranSans', 'IRANSans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2d3436 !important;
    line-height: 2 !important;
}

/* آیکون نقل قول */
.about-us-section blockquote::before {
    content: '"';
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 100px;
    color: rgba(255,107,107,0.1);
    font-family: serif;
    line-height: 1;
    pointer-events: none;
}

/* ==========================================
   لیست ویژگی‌ها
   ========================================== */
.about-us-section ul {
    list-style: none !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
}

.about-us-section ul li {
    font-family: 'IranSans', 'IRANSans', sans-serif !important;
    font-size: 15px !important;
    color: #555 !important;
    padding: 14px 20px 14px 50px !important;
    margin-bottom: 10px !important;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #ffe0d4;
    position: relative;
    transition: all 0.3s ease;
}

/* نشان لیست */
.about-us-section ul li::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #ff6b6b, #ff9a76);
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* نقطه داخل نشان */
.about-us-section ul li::after {
    content: '';
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.about-us-section ul li:hover {
    border-color: #ff6b6b;
    box-shadow: 0 8px 25px rgba(255,107,107,0.12);
    transform: translateX(-5px);
}

.about-us-section ul li:hover::before {
    background: linear-gradient(135deg, #ee5a24, #ff4757);
    box-shadow: 0 4px 15px rgba(255,107,107,0.4);
}

/* ==========================================
   دکمه
   ========================================== */
.about-us-section .elementor-button,
.about-us-section .button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 35px !important;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24) !important;
    color: #fff !important;
    font-family: 'IranSans', 'IRANSans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 12px 30px rgba(255,107,107,0.35) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    cursor: pointer !important;
}

.about-us-section .elementor-button::before,
.about-us-section .button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.about-us-section .elementor-button:hover,
.about-us-section .button:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(255,107,107,0.5) !important;
    background: linear-gradient(135deg, #ee5a24, #ff4757) !important;
}

.about-us-section .elementor-button:hover::before,
.about-us-section .button:hover::before {
    width: 500px;
    height: 500px;
}

/* ==========================================
   رسپانسیو
   ========================================== */
@media (max-width: 1024px) {
    .about-us-section {
        padding: 60px 30px;
        border-radius: 28px;
    }
    
    .about-us-section .elementor-heading-title {
        font-size: 30px;
    }
    
    .about-us-section .elementor-text-editor,
    .about-us-section p {
        font-size: 15px !important;
    }
    
    .about-us-section blockquote {
        font-size: 16px !important;
        padding: 20px 25px;
    }
}

@media (max-width: 768px) {
    .about-us-section {
        padding: 45px 20px;
        border-radius: 24px;
    }
    
    .about-us-section .elementor-heading-title {
        font-size: 26px;
    }
    
    .about-us-section .elementor-heading-title::after {
        width: 50px;
        height: 3px;
    }
    
    .about-us-section .elementor-text-editor,
    .about-us-section p {
        font-size: 14px !important;
        line-height: 2 !important;
    }
    
    .about-us-section ul li {
        font-size: 14px !important;
        padding: 12px 18px 12px 42px !important;
    }
    
    .about-us-section blockquote {
        font-size: 15px !important;
        padding: 18px 20px;
        border-right-width: 4px;
    }
    
    .about-us-section .elementor-button,
    .about-us-section .button {
        padding: 14px 28px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .about-us-section {
        padding: 35px 15px;
        border-radius: 20px;
    }
    
    .about-us-section .elementor-heading-title {
        font-size: 22px;
    }
    
    .about-us-section .elementor-text-editor,
    .about-us-section p {
        font-size: 13px !important;
        line-height: 1.9 !important;
        text-align: right;
    }
    
    .about-us-section ul li {
        font-size: 13px !important;
        padding: 10px 15px 10px 35px !important;
        border-radius: 12px;
    }
    
    .about-us-section ul li::before {
        right: 15px;
        width: 18px;
        height: 18px;
    }
    
    .about-us-section ul li::after {
        right: 21px;
        width: 6px;
        height: 6px;
    }
    
    .about-us-section blockquote {
        font-size: 14px !important;
        padding: 15px 18px;
        border-radius: 16px;
    }
    
    .about-us-section .elementor-button,
    .about-us-section .button {
        padding: 12px 24px !important;
        font-size: 13px !important;
        border-radius: 40px !important;
    }
    
    .about-us-section::before,
    .about-us-section::after {
        width: 200px;
        height: 200px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS *//* End Custom Fonts CSS */