.elementor-3770 .elementor-element.elementor-element-a0cb1e4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:28px;--margin-bottom:28px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3770 .elementor-element.elementor-element-a0cb1e4.e-con{--align-self:center;}.elementor-3770 .elementor-element.elementor-element-7d79cf7{width:100%;max-width:100%;}.elementor-3770 .elementor-element.elementor-element-7d79cf7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-3770 .elementor-element.elementor-element-a0cb1e4{--content-width:80%;}}@media(min-width:768px){.elementor-3770 .elementor-element.elementor-element-a0cb1e4{--content-width:80%;}}/* Start custom CSS for html, class: .elementor-element-7d79cf7 */.ayoubi-about-block {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
            background: linear-gradient(135deg, #faf8f5 0%, #ffffff 100%);
            font-family:  "IRANYekanX";
            direction: rtl;
            overflow: hidden;
            position: relative;
            border-radius: 24px;
            box-shadow: 0 20px 40px rgba(120, 98, 79, 0.08);
        }

        /* پس زمینه تزئینی (نقش های سنتی) */
        .ayoubi-about-block::before {
            content: "⚘ ⚘ ⚘";
            position: absolute;
            top: -30px;
            left: -30px;
            font-size: 180px;
            color: rgba(120, 98, 79, 0.03);
            font-family: serif;
            transform: rotate(15deg);
            pointer-events: none;
            z-index: 0;
            letter-spacing: 20px;
        }

        .ayoubi-about-block::after {
            content: "";
            position: absolute;
            bottom: -50px;
            right: -50px;
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(64, 224, 208, 0.03) 0%, transparent 70%);
            border-radius: 50%;
            z-index: 0;
        }

        /* سربرگ */
        .ayoubi-header {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
            z-index: 2;
        }

        .ayoubi-logo-wrapper {
            display: inline-block;
            margin-bottom: 25px;
            padding: 15px 30px;
            background: white;
            border-radius: 100px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            animation: softFloat 4s ease-in-out infinite;
        }

        .ayoubi-logo {
            max-height: 70px;
            width: auto;
            display: block;
            transition: transform 0.4s ease;
        }

        .ayoubi-logo-wrapper:hover .ayoubi-logo {
            transform: scale(1.05);
        }

        .ayoubi-title {
            font-size: 48px;
            font-weight: 700;
            color: #78624f;
            margin: 10px 0 8px;
            letter-spacing: -0.5px;
            position: relative;
            display: inline-block;
        }

        .ayoubi-title::after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #b87333, #40E0D0, #78624f);
            border-radius: 3px;
            animation: shimmerWidth 3s infinite;
        }

        .ayoubi-subtitle {
            font-size: 18px;
            color: #b87333;
            margin-top: 25px;
            font-weight: 400;
            letter-spacing: 0.5px;
        }

        /* گرید دو ستونه */
        .ayoubi-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        /* ستون راست (تصویر) */
        .ayoubi-image-column {
            position: relative;
            animation: slideInRight 0.8s ease-out;
        }

        .ayoubi-craft-image {
            background: linear-gradient(145deg, #ffffff, #f5f0e8);
            border-radius: 30px;
            padding: 20px;
            box-shadow: 20px 20px 40px rgba(120, 98, 79, 0.15),
                       -10px -10px 30px rgba(255, 255, 255, 0.8);
            position: relative;
            border: 1px solid rgba(184, 115, 51, 0.15);
            transition: all 0.4s ease;
        }

        .ayoubi-craft-image:hover {
            transform: translateY(-8px);
            box-shadow: 25px 25px 50px rgba(120, 98, 79, 0.2);
        }

        .ayoubi-craft-image img {
            width: 100%;
            height: auto;
            border-radius: 20px;
            display: block;
            transition: transform 0.6s ease;
        }

        .ayoubi-craft-image:hover img {
            transform: scale(1.02);
        }

        /* المان تزئینی فلزی */
        .ayoubi-metal-ornament {
            position: absolute;
            bottom: -15px;
            left: -15px;
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #b87333, #cd7f32);
            border-radius: 50% 50% 0 50%;
            box-shadow: 10px 10px 20px rgba(184, 115, 51, 0.3);
            z-index: -1;
            animation: rotateSlow 12s linear infinite;
        }

        .ayoubi-turquoise-ornament {
            position: absolute;
            top: -15px;
            right: -15px;
            width: 60px;
            height: 60px;
            background: #40E0D0;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            box-shadow: -5px 5px 15px rgba(64, 224, 208, 0.4);
            z-index: -1;
            animation: floatShape 6s ease-in-out infinite;
        }

        /* ستون چپ (متن) */
        .ayoubi-text-column {
            padding-right: 20px;
            animation: slideInLeft 0.8s ease-out;
        }

        .ayoubi-greeting {
            color: #b87333;
            font-weight: 500;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 18px;
        }

        .ayoubi-greeting span {
            display: inline-block;
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, #b87333, transparent);
        }

        .ayoubi-brand-name {
            font-size: 32px;
            font-weight: 700;
            color: #78624f;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .ayoubi-brand-name strong {
            color: #b87333;
            font-weight: 700;
            position: relative;
            display: inline-block;
        }

        .ayoubi-brand-name strong::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: rgba(64, 224, 208, 0.2);
            z-index: -1;
        }

        .ayoubi-description {
            color: #4a4a4a;
            line-height: 1.9;
            margin-bottom: 25px;
            font-size: 16px;
            opacity: 0.9;
            position: relative;
            padding-right: 20px;
            border-right: 3px solid #40E0D0;
            transition: all 0.3s ease;
        }

        .ayoubi-description:hover {
            border-right-color: #b87333;
            padding-right: 25px;
        }

        .ayoubi-description strong {
            color: #78624f;
            font-weight: 600;
        }

        .ayoubi-crafts-list {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 30px 0;
        }

        .ayoubi-craft-item {
            background: white;
            padding: 8px 20px;
            border-radius: 50px;
            color: #78624f;
            font-weight: 500;
            box-shadow: 0 5px 15px rgba(120, 98, 79, 0.1);
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            border: 1px solid rgba(184, 115, 51, 0.1);
            font-size: 14px;
        }

        .ayoubi-craft-item:hover {
            background: #b87333;
            color: white;
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 10px 20px rgba(184, 115, 51, 0.3);
            border-color: #b87333;
        }

        .ayoubi-craft-item i {
            font-style: normal;
            font-size: 18px;
        }

        .ayoubi-goal {
            background: linear-gradient(145deg, #fff9f2, #ffffff);
            padding: 25px 30px;
            border-radius: 30px;
            margin-top: 35px;
            border: 1px dashed #b87333;
            position: relative;
            transition: all 0.4s ease;
        }

        .ayoubi-goal:hover {
            border-color: #40E0D0;
            background: linear-gradient(145deg, #ffffff, #f0fffd);
        }

        .ayoubi-goal-title {
            color: #b87333;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .ayoubi-goal-title::before {
            content: "✦";
            color: #40E0D0;
            font-size: 24px;
        }

        .ayoubi-goal-text {
            color: #5a5a5a;
            line-height: 1.8;
            margin: 0;
            font-size: 15px;
        }

        .ayoubi-goal-text strong {
            color: #78624f;
        }

        /* انیمیشن‌ها */
        @keyframes softFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

        @keyframes shimmerWidth {
            0% { width: 60px; opacity: 0.7; }
            50% { width: 120px; opacity: 1; }
            100% { width: 60px; opacity: 0.7; }
        }

        @keyframes slideInRight {
            from { opacity: 0; transform: translateX(50px); }
            to { opacity: 1; transform: translateX(0); }
        }

        @keyframes slideInLeft {
            from { opacity: 0; transform: translateX(-50px); }
            to { opacity: 1; transform: translateX(0); }
        }

        @keyframes rotateSlow {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        @keyframes floatShape {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-15px) rotate(5deg); }
        }

        /* موبایل */
        @media (max-width: 768px) {
            .ayoubi-about-block {
                padding: 40px 15px;
            }

            .ayoubi-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .ayoubi-text-column {
                padding-right: 0;
                order: 2;
            }

            .ayoubi-image-column {
                order: 1;
            }

            .ayoubi-title {
                font-size: 36px;
            }

            .ayoubi-brand-name {
                font-size: 26px;
            }

            .ayoubi-logo-wrapper {
                padding: 10px 20px;
            }

            .ayoubi-logo {
                max-height: 50px;
            }
        }

        /* حرکت ماوس روی المان‌ها */
        .ayoubi-craft-item i[data-icon="⚘"] { color: #b87333; }
        .ayoubi-craft-item i[data-icon="✦"] { color: #40E0D0; }
        .ayoubi-craft-item i[data-icon="⬩"] { color: #78624f; }/* End custom CSS */