/* Start custom CSS for text-editor, class: .elementor-element-889fecb */.btn-primary {
            display: inline-block;
            background-color: #2b7a6e;
            color: white;
            font-weight: 600;
            padding: 14px 32px;
            border-radius: 40px;
            text-decoration: none;
            transition: all 0.25s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }

        .btn-primary:hover {
            background-color: #1e5f55;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        }/* End custom CSS */