.elementor-123 .elementor-element.elementor-element-e74ff45{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-4e47e57 */.container {
            max-width: 1400px; /* عرض کادر اصلی افزایش یافته */
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .header {
            background: linear-gradient(135deg, #20B2AA 0%, #48D1CC 100%);
            color: white;
            padding: 40px 30px;
            text-align: center;
        }

        .header h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .header p {
            font-size: 1.2rem;
            opacity: 0.9;
        }

        .content {
            padding: 40px 30px;
        }

        .services-section {
            margin-bottom: 40px;
        }

        .section-title {
            color: #20B2AA;
            font-size: 2rem;
            margin-bottom: 25px;
            text-align: center;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: linear-gradient(135deg, #48D1CC 0%, #20B2AA 100%);
            border-radius: 2px;
        }

        .service-category {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 25px;
            border-right: 5px solid #48D1CC;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .service-category:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .service-category h3 {
            color: #20B2AA;
            font-size: 1.5rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .service-category h3::before {
            content: '🩺';
            font-size: 1.3rem;
        }

        .service-list {
            list-style: none;
            padding-right: 20px;
        }

        .service-list li {
            padding: 8px 0;
            border-bottom: 1px dashed #e9ecef;
            position: relative;
            padding-right: 25px;
        }

        .service-list li::before {
            content: '✓';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #20B2AA;
            font-weight: bold;
        }

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

        .buttons-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 40px 30px;
            text-align: center;
            border-top: 3px solid #48D1CC;
        }

        .buttons-title {
            color: #20B2AA;
            font-size: 1.8rem;
            margin-bottom: 30px;
        }

        .buttons-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            max-width: 800px;
            margin: 0 auto;
        }

        .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 18px 25px;
            border: none;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            color: white;
            transition: all 0.3s ease;
            cursor: pointer;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .btn:active {
            transform: translateY(-1px);
        }

        .btn-call {
            background: linear-gradient(135deg, #20B2AA 0%, #48D1CC 100%);
        }

        .btn-whatsapp {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
        }

        .btn-telegram {
            background: linear-gradient(135deg, #0088cc 0%, #005999 100%);
        }

        .btn-icon {
            font-size: 1.4rem;
        }

        .footer {
            background: #20B2AA;
            color: white;
            text-align: center;
            padding: 25px;
            margin-top: 40px;
        }

        .intro-text, .benefits-text {
            background: #f0f8ff;
            padding: 25px;
            border-radius: 15px;
            margin-bottom: 30px;
            border-right: 5px solid #48D1CC;
            text-align: justify;
            font-size: 1.1rem;
            line-height: 1.8;
            color: #2d5a5a;
        }

        .intro-text p, .benefits-text p {
            margin-bottom: 15px;
        }

        .keyword {
            background: linear-gradient(135deg, #E0F7FA 0%, #B2EBF2 100%);
            padding: 8px 16px;
            border-radius: 25px;
            font-weight: 700;
            color: #20B2AA;
            border: 2px solid #48D1CC;
        }

        @media (max-width: 768px) {
            .header h1 {
                font-size: 2rem;
            }
            .header p {
                font-size: 1rem;
            }
            .section-title {
                font-size: 1.6rem;
            }
            .service-category {
                padding: 20px;
            }
            .btn {
                padding: 15px 20px;
                font-size: 1rem;
            }
            .content {
                padding: 30px 20px;
            }
        }/* End custom CSS */