

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


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

            .section-header h3 {
                position: relative;
                display: inline-block;
            }



            .section-header p {
                margin-top: 15px;
            }

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

        .versicherung-content {
            font-size: 14px
        }

        .versicherung-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

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


            .versicherung-icon i {
                font-size: 1.5rem;
            }



        .versicherung-header h4 {
            color: #005d5a;
            margin: 0;
        }

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

            .versicherung-list li {
                margin-bottom: 10px;
                position: relative;
                padding-left: 25px;
                font-size: 14px
            }

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


        .versicherung-note {
            background-color: #e8f4f3;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 15px;
            font-size: 14px
        }

            .versicherung-note p {
                margin: 0;
                color: #005d5a;
                font-size: 0.9rem;
            }

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

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

            .gesundheit-box h3 {
                margin-bottom: 25px;
                position: relative;
                padding-bottom: 15px;
            }



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

            .gesundheit-list li {
                margin-bottom: 15px;
                padding-left: 35px;
                position: relative;
                font-size: 14px
            }

                .gesundheit-list li div {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 25px;
                    height: 25px;
                    background-color: #e8f4f3;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .gesundheit-list li i {
                    color: #0e8c8a;
                    font-size: 0.8rem;
                }

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

            .familien-box h3 {
                margin-bottom: 25px;
                position: relative;
                padding-bottom: 15px;
            }

        .familien-item {
            margin-bottom: 25px;
            display: flex;
            align-items: flex-start;
        }

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

            .familien-icon i {
                color: #4ea19e;
                font-size: 1.2rem;
            }

        .familien-item h4 {
            margin-bottom: 10px;
            margin-top: 5px;
        }

        .familien-item p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 0;
        }

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

            .rechnung-box h3 {
                margin-bottom: 30px;
                text-align: center;
            }

        .table-responsive {
            margin-bottom: 20px;
        }

        .table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px
        }

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

            .table th {
                padding: 10px;
                text-align: left;
                border-bottom: 2px solid #c9e9e6;
                color: #005d5a;
            }

                .table th:not(:first-child) {
                    text-align: right;
                }

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

                .table td:not(:first-child) {
                    text-align: right;
                }

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

        .rechnung-note {
            background-color: #f0f9f8;
            padding: 15px;
            margin-top: 20px;
            text-align: center;
        }

            .rechnung-note p {
                margin-bottom: 5px;
                color: #005d5a;
                font-size: 1rem;
            }

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

        /* استایل‌های بخش مزایا */
        .vorteile-section {
            background-color: #4ea19e;
            padding: 40px;
            text-align: center;
        }

            .vorteile-section h3 {
                color: #ffffff;
                margin-bottom: 45px;
            }

        .vorteile-item {
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
            border: 1px solid #4ea19e;
            padding: 15px;
            border-radius: 8px;
        }

        .vorteile-icon {
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

            .vorteile-icon i {
                color: #ffffff;
                font-size: 1.5rem;
            }

        .vorteile-item p {
            color: #ffffff;
            margin: 0;
            text-align: left;
        }

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

            .support-box h3 {
                margin-bottom: 20px;
                text-align: center;
            }

            .support-box .fw-bold {
                text-align: center;
            }

        .support-item {
            text-align: center;
            margin-bottom: 30px;
        }

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

            .support-icon i {
                color: #0e8c8a;
                font-size: 1.8rem;
            }
    


        .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;
        }
    