

        /* استایل‌های اصلی بخش */
        .position-relative-section {
            position: relative;
            overflow: hidden;
        }


        /* استایل‌های هدر بخش */
        .section-header {
            color: #005d5a;
            text-align: center;
            position: relative;
            margin-bottom: 20px;
        }

            .section-header span:first-child {
                background-color: #efefef;
                padding: 5px 15px;
                position: relative;
                z-index: 2;
            }

            .section-header span:last-child {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                height: 2px;
                background-color: #eaeaea;
                z-index: 1;
            }

        .section-subtitle {
            text-align: center;
            /*color: #4ea19e;*/
            margin-bottom: 30px;
        }

        /* استایل‌های کارت‌های حقوق */
        .salary-card {
            background-color: white;
            padding: 25px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 93, 90, 0.1);
            border: 1px solid #c8c8c8;
        }

            .salary-card h3 {
                color: #005d5a;
                margin-bottom: 15px;
            }

        .salary-amount {
            border: 1px solid #c8c8c8;
            background-color: #efefef;
            padding: 10px;
            text-align: center;
        }

            .salary-amount span:first-child {
                font-size: 1.3rem;
                font-weight: bold;
                color: #00706e;
            }

            .salary-amount span:last-child {
                display: block;
                color: #4ea19e;
                font-size: 0.9rem;
            }


        .superscript-tag {
            font-size: 0.8rem;
            display: block;
        }

        /* استایل‌های باکس اطلاعات */
        .info-box {
            background-color: #e8f4f3;
            padding: 20px;
            border: 1px solid #0e8c8a;
        }

        .info-box-content {
            display: flex;
            align-items: flex-start;
        }

        .info-box-icon {
            margin-right: 15px;
            color: #0e8c8a;
            font-size: 1.5rem;
        }

        .info-box h4 {
            color: #005d5a;
            margin-bottom: 10px;
        }

        .info-box p {
            color: #555;
            margin-bottom: 5px;
        }

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

        /* استایل‌های کارت‌های اطلاعات */
        .info-card {
            background-color: white;
            padding: 30px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 93, 90, 0.1);
            border: 1px solid #c8c8c8;
        }

            .info-card h3 {
                color: #005d5a;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
            }

        .info-list {
            list-style-type: none;
            padding-left: 0;
        }

            .info-list li {
                margin-bottom: 15px;
                padding-left: 25px;
                position: relative;
            }

                .info-list li i {
                    position: absolute;
                    left: 0;
                    color: #0e8c8a;
                }

        /* استایل‌های جدول */
        .table-responsive {
            margin-bottom: 20px;
        }

        .table {
            width: 100%;
            border-collapse: collapse;
        }

            .table thead tr {
                background-color: #efefef;
            }

            .table th {
                padding: 12px;
                text-align: left;
                border-bottom: 2px solid #c8c8c8;
            }

            .table td {
                padding: 12px;
                text-align: left;
            }

            .table tbody tr {
                border-bottom: 1px solid #c8c8c8;
            }

        .info-note {
            background-color: #f0f9f8;
            padding: 15px;
        }

            .info-note p {
                margin: 0;
            }

            .info-note i {
                color: #0e8c8a;
            }

        /* استایل‌های باکس اجتماعی */
        .social-box {
            background-color: white;
            padding: 30px;
            border: 1px solid #c8c8c8;
            box-shadow: 0 5px 15px rgba(0, 93, 90, 0.1);
        }

        .social-item {
            margin-bottom: 20px;
        }

        .social-header {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background-color: #e8f4f3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }

            .social-icon i {
                color: #0e8c8a;
            }

        .social-item h4 {
            color: #005d5a;
            margin: 0;
        }

        .social-item p {
            color: #555;
            margin-left: 55px;
        }

        .social-note {
            background-color: #f0f9f8;
            padding: 15px;
            border-radius: 8px;
            margin-top: 20px;
        }

            .social-note p {
                margin: 0;
                color: #005d5a;
                text-align: center;
            }

        /* استایل‌های باکس مثال */
        .example-box {
            background-color: white;
            border: 1px solid #c8c8c8;
            padding: 30px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 93, 90, 0.1);
        }

            .example-box h3 {
                color: #005d5a;
                margin-bottom: 20px;
                text-align: center;
            }

        .example-item {
            margin-bottom: 20px;
        }

        .example-header {
            color: #00706e;
            font-size: 1.1rem;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .example-icon {
            width: 30px;
            height: 30px;
            background-color: #e8f4f3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

            .example-icon i {
                color: #0e8c8a;
                font-size: 0.8rem;
            }

        .example-list {
            list-style-type: none;
            padding-left: 40px;
        }

            .example-list li {
                margin-bottom: 8px;
                position: relative;
                padding-left: 20px;
            }

                .example-list li i {
                    position: absolute;
                    left: 0;
                    top: 7px;
                    color: #0e8c8a;
                    font-size: 0.5rem;
                }

                .example-list li strong {
                    color: #0e8c8a;
                }

        /* استایل‌های باکس پرداخت */
        .payment-box {
            background-color: white;
            border: 1px solid #c8c8c8;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 93, 90, 0.1);
        }

        .payment-list {
            list-style-type: none;
            padding-left: 0;
        }

            .payment-list li {
                margin-bottom: 20px;
                padding-left: 25px;
                position: relative;
            }

        .payment-icon {
            width: 30px;
            height: 30px;
            background-color: #e8f4f3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: -5px;
            top: 0;
        }

            .payment-icon i {
                color: #0e8c8a;
                font-size: 0.9rem;
            }

        .payment-content {
            margin-left: 35px;
        }

            .payment-content h4 {
                color: #005d5a;
                margin-bottom: 5px;
            }

            .payment-content p {
                color: #555;
                margin-bottom: 0;
            }

        /* استایل‌های باکس مالیات */
        .tax-box {
            background-color: white;
            border: 1px solid #c8c8c8;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 93, 90, 0.1);
        }

        .tax-item {
            margin-bottom: 30px;
        }

        .tax-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .tax-icon {
            width: 40px;
            height: 40px;
            background-color: #e8f4f3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }

            .tax-icon i {
                color: #0e8c8a;
            }

        .tax-item h4 {
            color: #005d5a;
            margin: 0;
        }

        .tax-item p {
            color: #555;
            margin-left: 55px;
        }

        /* استایل‌های باکس پشتیبانی */
        .support-box {
            background-color: white;
            border: 1px solid #c8c8c8;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 93, 90, 0.1);
        }

        .support-item {
            display: flex;
            align-items: flex-start;
        }

        .support-icon {
            width: 40px;
            height: 40px;
            background-color: #e8f4f3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

            .support-icon i {
                color: #0e8c8a;
            }

        .support-item h4 {
            color: #005d5a;
            margin-bottom: 5px;
        }

        .support-item p {
            color: #555;
            margin-bottom: 0;
        }

        /* استایل‌های پایانی */
        .slogan-box {
            background-color: #e8f4f3;
            border-radius: 50px;
            padding: 20px 40px;
            display: inline-block;
            margin-bottom: 30px;
        }

            .slogan-box p {
                margin: 0;
                color: #00706e;
                font-size: 1.3rem;
                font-weight: 500;
                font-style: italic;
            }

        .cta-box {
            background-color: #00706e;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 93, 90, 0.2);
        }

            .cta-box h3 {
                color: white;
                margin-bottom: 20px;
            }



        .image-white-frame {
            border: 1px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 0px;
        }
    


        .medeed-vision-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 40px 0;
        }

        .vision-content {
            text-align: center;
        }

        .vision-subtitle {
            color: #6c757d;
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: 2px;
            margin-bottom: 20px;
            display: block;
        }

        .vision-title {
            color: #2c3e50;
            font-size: 1.1rem;
            font-weight: 500;
            line-height: 1.2;
            margin-bottom: 15px;
        }

        .vision-divider {
            width: 40px;
            height: 1px;
            background: #95a5a6;
            margin: 0 auto 25px auto;
        }

        .vision-description {
            color: #7f8c8d;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
        }
    