

        .offer-one .container {
            position: relative;
            z-index: 1;
        }

        .offer-one__image {
            position: relative;
            display: table;
        }

        @media (max-width: 575px) {
            .offer-one__image {
                padding-left: 20px;
            }
        }

        @media (max-width: 360px) {
            .offer-one__image {
                padding-left: 15px;
            }
        }

        .offer-one__image__one {
            max-width: 100%;
            height: auto;
            border-radius: 228px;
            border: 10px solid var(--medeedbl-white, #FFFFFF);
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            .offer-one__image__one {
                max-width: 100%;
            }
        }

        @media (max-width: 767px) {
            .offer-one__image__one {
                max-width: 100%;
            }
        }

        @media (max-width: 575px) {
            .offer-one__image__one {
                max-width: 100%;
            }
        }

        @media (max-width: 430px) {
            .offer-one__image__one {
                max-width: 100%;
            }
        }

        @media (max-width: 390px) {
            .offer-one__image__one {
                max-width: 100%;
            }
        }

        @media (max-width: 360px) {
            .offer-one__image__one {
                max-width: 100%;
            }
        }

        /* کلاس جدید برای تصویر دو با شکل چندضلعی */
        .offer-one__image__two-polygon img {
            max-width: 50%;
            max-height: 50%;
            position: absolute;
            right: -92px;
            bottom: -50px;
            border-radius: 30%;
            border: 5px solid var(--medeedbl-white, #FFFFFF);
        }


        .offer-one__image__shape {
            max-width: 100%;
            height: auto;
            position: absolute;
            right: 73px;
            bottom: -50px;
            animation: moveHorizontal 2s infinite linear;
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            .offer-one__image__shape {
                bottom: -80px;
            }
        }

        @media (max-width: 575px) {
            .offer-one__image__shape {
                bottom: -65px;
                right: 50px;
            }
        }

        @media (max-width: 430px) {
            .offer-one__image__shape {
                right: 20px;
            }
        }

        @media (max-width: 390px) {
            .offer-one__image__shape {
                right: 0px;
            }
        }
    


        .service-gallery.modern {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 120px 0;
            width: 100%;
            height: 100%;
        }

        .service-photo {
            object-fit: cover;
            border-radius: 50%;
            border: 1px solid #c8c8c8;
            box-shadow: 0 8px 20px rgba(0,0,0,0.25);
            position: absolute;
            transition: all 0.4s ease;
            cursor: pointer;
            opacity: 0.6;
        }

        /* تصویر وسط */
        .service-photocenter {
            width: 500px;
            height: 500px;
            right: 0px;
            z-index: 3;
            opacity: 1;
        }

        /* تصاویر کناری */
        .service-photoleft {
            width: 300px;
            /*height: 220px;*/
            left: 40px;
            top: 0px;
            z-index: 2;
            transform: rotate(6deg);
        }

        .service-photoright {
            width: 320px;
            height: 220px;
            left: 40px;
            bottom: 0px;
            z-index: 2;
            transform: rotate(-6deg);
        }

        /* افکت Hover: تصویر موردنظر جلو بیاد و شفاف بشه */
        .service-photo:hover {
            transform: scale(1.05) rotate(0deg);
            z-index: 10;
            opacity: 1;
        }
    


        :root {
            --medeed-primary: 1b3a6a;
            --medeed-secondary: #007bff;
            --medeed-light: #e6f0ff;
            --medeed-dark: #003a75;
        }

        .entlastung-card {
            border: none;
            border-radius: 0px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #eaeaea;
            /*border-top: 4px solid var(--medeed-secondary);*/
            overflow: hidden;
        }

            .entlastung-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
            }

            .entlastung-card .card-text {
                font-size: 14px
            }

        .card-icon {
            font-size: 2.2rem;
            color: #286fb7;
            margin-bottom: 1rem;
            background-color: #eaeaea;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 1.5rem;
        }

        .card-highlight {
            background-color: rgba(0, 123, 255, 0.1);
            border-left: 4px solid var(--medeed-secondary);
            padding: 1rem;
            border-radius: 0 8px 8px 0;
            margin-top: 1.5rem;
            font-weight: 600;
        }
    




        .medconnect-card {
            border-radius: 0px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 1px solid #e0e0e0;
            background: #fff;
            height: 100%;
            padding: 20px;
            position: relative;
        }

            .medconnect-card::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 2px;
                background: linear-gradient(90deg, #dddddd, #e0e0e0);
            }

            .medconnect-card p {
                font-size: 14px
            }

        .medconnect-image-frame {
            border-radius: 0px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            margin-bottom: 20px;
            border: 1px solid #e0e0e0;
        }

            .medconnect-image-frame img {
                display: block;
                width: 100%;
                height: auto;
                transition: transform 0.5s ease;
            }

            .medconnect-image-frame:hover img {
                transform: scale(1.03);
            }

        .medconnect-title {
            margin: 20px 0 15px;
            position: relative;
            padding-bottom: 12px;
            font-size: 17px
        }

            .medconnect-title::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100px;
                height: 2px;
                background: #286fb7;
            }

        .medconnect-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .medconnect-list li {
                padding: 7px 0 7px 30px;
                position: relative;
                border-bottom: 1px solid #f5f5f5;
                transition: background 0.2s ease;
                font-size: 14px
            }

                .medconnect-list li:last-child {
                    border-bottom: none;
                }

                .medconnect-list li::before {
                    content: '✓';
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 18px;
                    height: 18px;
                    background: #f0f9ff;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #286fb7;
                    font-weight: bold;
                }

                .medconnect-list li:hover {
                    background-color: #fafafa;
                    border-radius: 6px;
                }

        .medconnect-highlight {
            background: linear-gradient(135deg, #f8fafc 0%, #c0d9f2 100%);
            border-radius: 12px;
            padding: 30px;
            margin: 40px 0;
            border-left: 5px solid #3498db;
        }

        .medconnect-pt-30 {
            padding-top: 30px;
        }

        .medconnect-mb-20 {
            margin-bottom: 20px;
        }
    


        :root {
            --medeed-primary: #0056b3;
            --medeed-secondary: #007bff;
            --medeed-light: #e6f0ff;
            --medeed-dark: #003a75;
            --medeed-accent: #2a9d8f;
        }

        .pricing-card {
            background: white;
            border-radius: 0px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #eaeaea;
        }

            .pricing-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
            }

            .pricing-card h3 {
                font-size: 16px
            }

            .pricing-card p {
                font-size: 14px
            }

        .pricing-icon {
            font-size: 1.6rem;
            color: #286fb7;
            margin-bottom: 20px;
            background-color: #eaeaea;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 20px;
        }

        .pricing-feature {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

            .pricing-feature i {
                color: var(--medeed-accent);
                font-size: 1rem;
                margin-right: 10px;
                margin-top: 3px;
            }

        .payment-steps {
            background: #286fb7;
            color: #fff;
            padding: 25px;
            margin: 30px 0;
        }

            .payment-steps p, .payment-steps h3, .payment-steps h5 {
                color: #fff;
            }

        .step-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .step-item:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

        .step-number {
            background: #eaeaea;
            color: #286fb7;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }



        @media (max-width: 768px) {
            .pricing-section {
                padding: 40px 0;
            }
        }
    


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

        .vision-content {
            text-align: center;
            margin: 0 auto;
        }

        .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.3rem;
            font-weight: 500;
            line-height: 1.2;
            margin-bottom: 30px;
        }

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

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

        .vision-cta {
            background: #34495e;
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 1rem;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            .vision-cta:hover {
                background: #2c3e50;
                transform: translateY(-2px);
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            }

        /* Responsive Design */
        @media (max-width: 768px) {
            .medeed-vision-section {
                padding: 30px 0;
            }
        }
    